Hi,
Would Nokia consider making MCC/MNC/LAC information available in future S40 devices? Considering that these infor will quickly allow the appl to identify a change in locality, or a change in...
Type: Posts; User: epalite; Keyword(s):
Hi,
Would Nokia consider making MCC/MNC/LAC information available in future S40 devices? Considering that these infor will quickly allow the appl to identify a change in locality, or a change in...
Hi,
Check if you have set to run off OTA or regular execution.
On the project navigation pane, right click on <your project> navigate to Properties / Running, check that it is on regular...
Hi,
If you send 2 platformRequest() sequentially, the 1st one might be obseleted by the 2nd one.
Another scenario will be the 2nd one will initiate a call on a 2nd line, ie if 1st one is...
Hi,
If I am reading you right, the effect that you would like to achieve is having the TextField editability depending on the selection made on a preceeding ChoiceGroup, I don't believe it can be...
Hi,
While there are updates to 3rd Editions, however, all 2nd Edition devices were removed.
Would you info the relevant folk to include 2nd Ed devices back on? Thanks,
You should identify if you saw the problem in:
1. emulator or devices?
2. the model that you are running on?
and that the String your textbox/textfields captured is not null.
Yes, wap push should be the way where you can push down a bookmark.
Check out 3rd party solution such as NowSMS.
Hope that helps,
Hi,
I last checked the FNTL, yet to see more detail information as to list of mobile that is affected. Family information is not sufficient from developer's point of view.
And exactly starting...
JSR 253 is a much awaited API, unfortunately it remains unavailable though mobile vendors and Sun sat down to define such. It is much superior to tel: schema.
The current devices are losing out to...
Just reviewed the KIJ000447.
It is informative for S40 2nd Edition. I hope the list ends here.
However, S40 3rd Ed has become not informative. As there is no way for us to tell if a device is a...
Hi,
Anyone can tell if these newer devices affected by KIJ000447 (long dial string)?
Nokia 6080, 6300, 2626.
Thanks.
Hi,
If you are using browser to talk to your server, your server will see the device model through the user agent string.
If you are opening a HTTP port, the header is blank and you have to...
Hi,
See this response, it may be useful for you http://developer.sonyericsson.com/thread.jspa?messageID=44750껎
Hi,
It has been confirmed that certain S40 3rd Edition devices support only limited post dial string for platformRequest("tel:") schema. This is a departure from S40 2nd Edition, and has been...
I believe 3rd party trusted domain wouldn't eliminate the security prompt.
Operator or device (trusted) domain should fully eliminate such security prompt.
Hi,
Figured that Nokia 6070 does not support dial string more than 30characters in platformRequest("tel:"):
platformRequest("tel:+14087654321w8765432#p98765432") is Ok....
[QUOTE=pankaj_hotwani]Hi All,
platformRequest("tel:**21*9890123456#");
QUOTE]
I believe *21* is a USSD service request, it is not implemented/supported by almost all mobiles.
Thanks, folks.
I will adhere to Viru's advise to use .PHONENUMBER as work around. :)
I like this reasoning and it sounds logical, that the range of an integer is :
-2147483648 to 2147483647
Now, if I enter '9876543210" when prompted the TextField, the phone accepts the String....
I was trying to update preset a number in a TextField, with NUMERIC constraints.
Number = new javax.microedition.lcdui.TextField("Number", null, 10, 0x2);
When I subsequently do following,...
I have tried "tel:<phonenumber>w<DTMF>#" right now on N 3230 and it dialed, connected and then prompted "Send DTMF?".
I tried "tel:<phonenumber>;postd=<DTMF>" and it didn't work.
Apparently SE...
I am attempting to send DTMF over a active voice call: user picks up a call, launch MIDlet app and then from the MIDlet send DTMF over.
I have attempted to use platformRequest("tel:;postd=<DTMF>")...