[android-developers] Re: Flushing RAM of android device

2009-10-19 Thread joare...@googlemail.com
Although I know its not polite to force people to help with ones problems, but unitl now I really could not figure an alternative way how to clean the RAM without rebooting the device... Does anyone have any idea ? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Flushing RAM of android device

2009-10-19 Thread Mark Murphy
joare...@googlemail.com wrote: Although I know its not polite to force people to help with ones problems, but unitl now I really could not figure an alternative way how to clean the RAM without rebooting the device... Does anyone have any idea ? I am not aware of any means to do this. If

[android-developers] Re: Flushing RAM of android device

2009-10-19 Thread Disconnect
For benchmarking you -must- start from a known state each time, which means rebooting is the only way. Otherwise you may as well not bother flushing anything, since the system will be in an unknown state anyway.. On Fri, Oct 16, 2009 at 3:53 PM, RichardC richard.crit...@googlemail.com wrote:

[android-developers] Re: Flushing RAM of android device

2009-10-19 Thread Satish Bellapu
Data that u allocate can be Flushed, but not the total RAM, and btb it will not be possible to flush with out reboot, because at any given time there should be some app which should run , i mean reside in RAM, if u flush all that its nothign but Re-boot. Sorry if i interprited it wrongly. @

[android-developers] Re: Flushing RAM of android device

2009-10-19 Thread joare...@googlemail.com
wow thanks for your reponses. My intention is not to flush all the RAM, but as Satish Bellapu suggested the data that I have allocated should be deleted from the RAM. When I download a file from the internet and then save it as a file to the android device I may be able to prove that saving

[android-developers] Re: Flushing RAM of android device

2009-10-17 Thread joare...@googlemail.com
I want to run some benchmark tests. For that I have to make sure that files are read from the file system not from the RAM. Repeating the test by rebooting the device may be quite annoying... So there is no way ? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Flushing RAM of android device

2009-10-16 Thread RichardC
Why ? :) -- RichardC On Oct 16, 9:28 am, joare...@googlemail.com joare...@googlemail.com wrote: Hello, I am trying to figure out how to flush all the data that is stored in the RAM of an android device. Since the devices have different memory sizes I dont think its the best idea to just

[android-developers] Re: Flushing RAM of android device

2009-10-16 Thread Yusuf Saib (T-Mobile USA)
Power cycle? Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 16, 1:28 am, joare...@googlemail.com