Hi! Currently I'm trying out the nokia mobile handsets to determine which handsets are able to display the wml. I found out that the latest nokia mobile wap server is unable to display the wml but...
Type: Posts; User: jaceline; Keyword(s):
Hi! Currently I'm trying out the nokia mobile handsets to determine which handsets are able to display the wml. I found out that the latest nokia mobile wap server is unable to display the wml but...
Hi! My current application is using a GSM modem (which is a mobile handset) attached to a PC. When there's incoming call to the mobile handset, am I able to pick up the incoming call using my PC...
Hi! Is there any sample code that can allow the mobile user to view the transferred image when there is an incoming call?
Hi! Currently I need to do some application where able to transfer an image from PC to mobile while making a calling to mobile from PC itself. I need to let the user to view the image of the caller...
Hi! I'm wondering whether SIP and UMA can run in the same mobile device? If yes, is there any software which can be installed to UMA enabled phone or vice versa? AS fas as I know, the current mobile...
Thank aju nokia. Hmm... my application need to determine whether this SIM card belongs to the company and if it's not, it will block the user. As the user under the company is unable to determine the...
Hi! Does anyone know is there any API can be used to retrieve the SIM Id from the Nokia S60 3rd Ed? I have searched through this forum and found something related to IMEI and IMSI. But my application...
Hi! Does anyone knows that are we able to perform manual SIP setting configuration by using nokia device and upload the setting back to the server after the configuration? I tried to search the...
Hi! Does anyone know how to configure SIP setting using Java for Nokia S60 3rd and above? Can it be done programmatically?
Hi! I have tried out the source code and added all the necessary libraries including the etelbgsm.h, e32base.h and etel.h but still unable to get it work. I got this error stated below :
...
Hi! I would like to know are we able to retrieve SIM Id by using AT command from the nokia device itself? Run the program in the nokia device and retrieve the SIM Id. Any ideas?
Is there any System.Property to retrieve IMSI from Nokia Series 60 3rd Ed?
Techietintu, thanks for your reply. I need to read the SIM Card information which is inserted into the Nokia Series 60 3rd Ed and above. So far, the IMEI which I read from the forum is lower end than...
Hi! I'm newbie here. I need to do an application to read the SIM Card information. But from the forum, I just know that etelbgsm.h and etel.h are not available in the public SDK. I got some code...
Thanks for your replies. I have checked through the websites from you guys. My application is creating a new list control and added the new commands onto it. I have set focus on the command buttons...
My device is Nokia Communicator. I have set to ask for permission whenever I want to make a connection. Just wonder why sometimes the connection will not be closed successfully. I'm not sure about...
Just make sure you insert the try-catch to catch the exception error. It will not be our fault for having the exception error.Just make sure everything is properly controlled and not stuck without...
Yup. I put the finally blocks to check if the connection != null, I'll close the connection by issuing connection.close(). Before closing the connection, I'll also determine the DataInputStream and...
At every Http connection, please check the response by adding this at every http connection.
int respcode = connection.getResponseCode();
if (respcode != HttpConnection.HTTP_OK)
{
mStat =...
Hi! I have difficulty in closing the Http connection. Actually I have close the connection after opening the connection in my module but if the user wanted to exit the application, I'll check if the...
This link might be helpful to you
http://www.javaperformancetuning.com/tips/j2me.shtml#REF6
and also please remember to set the image to null after loading the image
Jaceline
Thanks for your reply, Niilesh. I know only 2 method to free memory which are System.gc() and Runtime.getRuntime().freeMemory(). How to delete the heap memory like you said? What command should I put?
Hi! My application is creating image in canvas continuously after every download from the http connection. The problem I'm facing right now is after running my application for a while, the whole...
Gopal,
Thanks for your reply. I'll try to download from the links you gave me.
Have a nice day!!!!! :)
Hi! I'm unable to download these 2 SDK tools. Please provide me the other link for the download. And also I need to know the licensing for using the Carbide and Symbian C++ SDK for Series 80. Is it...