Info about heap memory in Series 40 2nd edition devices
Hi All,
I was comparing the momory of some of the series 40 3rd edition devices in this forum site only.
I found that in Nokia 6133,Nokia 6131 NFC there is blank where as in nokia 6300 it is 2MB.
I have a doubt that :
Are Nokia 6133,Nokia 6131 NFC have heap memory or not as it is blank ?Please help me...
Thanks & Regards,
Ajit
Re: Info about heap memory in Series 40 2nd edition devices
[QUOTE=ajitkumar26;731396]Hi All,
I was comparing the momory of some of the series 40 3rd edition devices in this forum site only.
I found that in Nokia 6133,Nokia 6131 NFC there is blank where as in nokia 6300 it is 2MB.
I have a doubt that :
Are Nokia 6133,Nokia 6131 NFC have heap memory or not as it is blank ?Please help me...
Thanks & Regards,
Ajit[/QUOTE]
Hey I am sure that the rendering issue..somehow they left it blank...but you can check that here
[url]http://developer.t-mobile.com/loadDevice.do?deviceId=b0133f06-3858-4d06-8544-00cf0ca3beea[/url]
Re: Info about heap memory in Series 40 2nd edition devices
[QUOTE=raj_J2ME;731406]Hey I am sure that the rendering issue..somehow they left it blank...but you can check that here
[url]http://developer.t-mobile.com/loadDevice.do?deviceId=b0133f06-3858-4d06-8544-00cf0ca3beea[/url][/QUOTE]
Thanks a lot Raj,
I got my answar.
Thanks & Regards,
Ajit
Re: Info about heap memory in Series 40 2nd edition devices
[QUOTE=raj_J2ME;731406]Hey I am sure that the rendering issue..somehow they left it blank...but you can check that here
[url]http://developer.t-mobile.com/loadDevice.do?deviceId=b0133f06-3858-4d06-8544-00cf0ca3beea[/url][/QUOTE]
Here I am getting the information related to ^133 only but I am not getting the heap memory size for the Nokia 6131 NFC.
Please help me...
Thanks & Regards,
Ajit
Re: Info about heap memory in Series 40 2nd edition devices
[QUOTE=ajitkumar26;731427]Here I am getting the information related to ^133 only but I am not getting the heap memory size for the Nokia 6131 NFC.
Please help me...
Thanks & Regards,
Ajit[/QUOTE]
Again it is a matter of searching,Kindly check this pdf.
sw.nokia.com/id/.../Nokia_6131_NFC_SDK_Users_Guide_v1_1_en.pdf
Re: Info about heap memory in Series 40 2nd edition devices
[QUOTE]Are Nokia 6133,Nokia 6131 NFC have heap memory or not as it is blank ?Please help me[/QUOTE]
All device have heap memory - check it programatically...whats free heap memory available in runtime.
java.lang.Runtime.getFreeMemory();
thanks,
~Amitabh