Help coderanch get a
new server
by contributing to the fundraiser

lexander Bosco

Ranch Hand
+ Follow
since Feb 21, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by lexander Bosco

hi deboj,

I know that technique, but that is not what i want to do.
I want it to go into the mobile from the webserver like an SMS.
The client will receive it like an SMS but when they open it it will start installing depending if it has an installer running on it.

ok here is the scenario.
a client sends a particular sms code to our sms/web server, on receiving that code we use it to fetch a midlet for the client.
NOW, the issue is to send this fetched midlet back to the client who sent the previous sms.
How can i do this?
thanks in advance
18 years ago
hi guys,

I am presently working on an application that requires me to send a midlet jar file from my webserver to the clients mobile phone on request for it by the client(who will request for it by SMS).as i want it to be sent to the clients phone like an SMS mesage but this time it will be the jar file so once the client opens the message it starts installing.
now the problem is i dont know if there are any API classes that can help me in achieving this?

any expert suggestions/help?
Thanks in advance.
18 years ago
thanks guys, i really appreciate your suggestions.
18 years ago
i am trying to install on this flat phone and its driving me nuts.
it doesn't accept midlet via bluetooth..........tried with the cable and my midway application is not seeing it.
comlaining that its port is different.
infact, the midway doc talks about selecting a menu on the phone "JAVA aPP LOADER" which s not on the phone menu under the java settings menu.
i was shocked.........because it was in the phones manual.
so where di it go??

guys and ladies kindly help.
thanks
18 years ago

Originally posted by William Frantz:
If you are buying the RAZR with the intention of running your own MIDlets, you should make sure you can provision applications to it.

The last time I installed my own MIDlets on a RAZR, I had to go through some complicated steps involving a SEAM editor to hack the phone before it would allow me to install an application over a cable. I could not simply download my MIDlet over the air.

William Frantz
http://sprintdevelopers.com



william i am trying to install on this flat phone and its driving me nuts.
it doesn't accept midlet via bluetooth..........tried with the cable and my midway application is not seeing it.
comlaining that its port is different.
infact, the midway doc talks about selecting a menu on the phone "JAVA aPP LOADER" which s not on the phone menu under the java settings menu.
i was shocked.........because it was in the phones manual.
so where di it go??

guys and ladies kindly help.
thanks
hi people,

is it possible to retrieve the users phone number from a midlet application?
if (yes)
{
How?
}
else
{
what do you suggest?
}
18 years ago
sorry people, This may not be the place to ask this but its the only place i know for now.
I would like to record phone conversations on my nokia 6630 phone and i would love to know if there is any software that i can install on it that will enable it do just this or if there is any functionality on it that i have not discovered that can do just this?
any help will be highly appreciated.

thanks ranch peeps.
18 years ago
hello people

i need to retrieve the phone number of the clients from my application.

any ideas on how i can do this?

thanks
18 years ago
hi there people,

plzz does anyone know how 2 retrieve a forgotten password.
D folder is in excel.
kindly Reply urgently with(if possible) detaild direction.

Thanks
18 years ago
can anyone help out. plzzzzz
18 years ago
JSP
Thanks will i have setup the needed mime types.
but the issue is that i am using a jsp as the server side for the wml application. The problem now is that my wml pages are coming up when browsed from the phone from our webserver, but my jsp pages refuse to come up.
when we look at the reuest connections being made to the server we notice that the request connections for the jsp pages hold the connection and dont come up on the phone....after sometime it just time out on the phone but not with the connection on the server(it kind of hooks).
once we request for the jsp page and it behaves like this, we cant request for the wml pages again until we restart our server.
what do u thinik is the cause of this?

or shoud i put up the code so u can see?
18 years ago
hi mark

@william
I dont understand .
is it that brew ,symbian and java are OSs?
because that what i think you are making it look like

i thought java was the language that ran on j2me which in turn stands ontop of either of these Oss?

and i think java(jsp) runs on wap too.....right?
18 years ago
hello people DECIDE TO POST IT UP HERE TO SINCE THIS IS THE WIRELESS ROOM

I am having a challenge with a wap application i am developing and trying to deploy.
The application works fine on my openwave simulator but when i try deploying it on sybase jaguar EAserver(app server) , and try to view it from my phone using gprs it tell me no response .
when i check the servers request log it shows that it gets to te server sees the page and replies.
now i dont know why its not showing the page on my phone back when i type in the url.
if i change the page name from login.jsp to login.wml it will manage to show for just on request after that u have to restart the server befroe it allows (only the *.wml page version) to load on the phone.

any experienced hand?
18 years ago
hello people,

I am having a challenge with a wap application i am developing and trying to deploy.
The application works fine on my openwave simulator but when i try deploying it on sybase jaguar EAserver(app server) , and try to view it from my phone using gprs it tell me no response .
when i check the servers request log it shows that it gets to te server sees the page and replies.
now i dont know why its not showing the page on my phone back when i type in the url.
if i change the page name from login.jsp to login.wml it will manage to show for just on request after that u have to restart the server befroe it allows (only the *.wml page version) to load on the phone.

any experienced hand?
[ October 31, 2005: Message edited by: Bear Bibeault ]
18 years ago
JSP