In android you have a control like open all the links with in the same webView .. Is there a some thing like that ?? Can I override the WebBrowser and get the links and open though the code ??
Type: Posts; User: bhanuchandar.k; Keyword(s):
In android you have a control like open all the links with in the same webView .. Is there a some thing like that ?? Can I override the WebBrowser and get the links and open though the code ??
Hi Charaf,
Thanks for your quick response . The solution what you have given is worked , but I have still one more problem , The useragent what I am setting it is working for the home page , for...
Hi All,
Is there a way to change my WebBrowser user agent when I am using the phone:WebBrowser control. ??
In my code Before navigating to any page I want to overwrite my Default user agent .. ...
Hi Neeraj,
Welcome to Forum Nokia Discussion Board!!
On which S40 device you are trying ? You can see the device specifications here . You can check out it's heap size. with the S60 device...
Hi Calio,
Please refer these articles for signing:
http://wiki.forum.nokia.com/index.php/Verisign_signing_-_Java_ME...
Hi jen23,
Will this helps to you ?
Hi jen23,
It is recommended that use the port numbers greater than 16000 and less than 16999 range .
For can find any device specifications like wt api's it support etc.. from the forum nokia...
Hi Guru,
You can find out the device specification here . Select device from the drop down list and go through the specfications
Hi It is trying for the class StringBulder .. In j2me that class is not available.
Which is the jar you are using ? And check this link
Those characters might be not supported by your phone . Those might be in extend ascii range . Have you tried on the real device ?
Those character might be falling in extended ascii range ... You phones might not have support of those charters ... Thats y you are able to see the ? marks.
Hi ,
Why do you want to engript the data ?
There are some open source algorithms you can use those to encrypt as well as decrypt ..
http://www.winterwell.com/software/TEA.php...
Hi ,
Welcome to forum nokia discussion board!!
Please find the answers cellID
MCC/MNC
LAC
Hi ,
I try this url in your pc browser did you get any thing ? The url should be acessable from the out side then only it will work.
Hi Nilesh,
You can do lastIndexOf('/') , and substring of the lastIndex of '/' then you will get the "ac.mp3 or a" in your case . In this you need to check is there any extension you can again...
Hi Nilesh,
You can't run your midlet in background in S40 . It is not possible.
Hi sajidshaikhi ,
As babu said you can use the j2me jsonjar and parse as well format the data . For more help please refer these articles:...
Hi senthil,
Can you explain what is application is all about ? what API's you are using in it . what is your jad parameters etc... It will helps you in understanding your problem more clearly .
...
I think can't access the standers phones clipboard .
Hi hms217,
Welcome to Forum Nokia Discussion Board!!
Can you explain your problem more clearly if needed start the new thread . The question you have posted is not so clear.
Hi Amitabh,
I have few question : What does this means ? Is it reducing the entire data size or Configuring the smaller MTU ?
Which one will be the better smaller MTU or bigger MTU for...
Use the port in the range 16000 - 16999 . And try .
0 - 15999 -> as allocated by IANA
16000 - 16999 -> available for allocation by applications
17000 -65535 -> reserved
For more info...
Hi Yannik Soubigou,
Welcome to Forum Nokia Discussion Board!!
According to the documentation flush() method is optional . If you call the getResponseCode() It will automatically flushes the...
Hi babu,
Go through the MMAPI documentation and forum nokia wiki Multimedia section you will the idea about how to do the streaming in j2me
Don't have such kind of a classes in j2me you need to write by your own.