I’m going to create a memory consuming j2me mobile application. The problem is that I don’t know average ram size of usual mobile phones and how much memory I can use?
Do you know how can I find ram size of some specific phone model (note that I don’t have all of these models in my hand)? Or do you have any idea about keywords I should search for?
As an example searching for Sony Ericsson T700 Ram size didn’t result to anything.
So, you want to know what device have how much total memory?
I don’t know if there’s online service that allow you to query it.
However, if you are willing to do some processing, Enough Software (creator of J2MEPolish) have open source device database that contains total memory information.
Just go to http://devices.enough.de/interactivedb/searchdevices.faces and download current stable devices.xml file. You’ll find 3 files. Look at
devices.xmland you’ll find something like this:There’s also devices database called WURFL. However, I don’t have time to check if their database contain
TotalMemoryinformation.Hope that helped.