View Single Post
Old 04-08-2009, 04:20 AM   #6
pravin
Knows Where the Search Button Is
 
pravin's Avatar
 
Join Date: Feb 2008
Model: 8130
PIN: N/A
Carrier: Sprint
Posts: 37
Default

device memory means flash memory of device you can get it by
System.out.println("FreeFlash: "+(Memory.getFlashFree()/1024)+" KB");

For RAM
System.out.println("FreeRAM: "+(Memory.getRAMStats().getFree()/1024)+" KB");
Offline   Reply With Quote