[android-developers] Re: How to get write permission on sd card when using mksdcard?

2013-12-11 Thread joare...@googlemail.com
$./adb shell $su mount -o rw,remount rootfs / chmod 777 /mnt/sdcard -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] How to get write permission on sd card when using mksdcard?

2013-12-10 Thread joare...@googlemail.com
Hi there, I am trying to use an sdcard on my built android source: 1) mksdcard -l mysdcard 1024M mysdcardfile.img 2) chmod 777 mysdcardfile.img 3) emulator -sdcard mysdcardfile.img But when I am trying to push anything to the sdcard, I don't have writing permissions: *Failed to push sele

[android-developers] Re: SQLite Blob ?

2009-10-23 Thread joare...@googlemail.com
Nobody ? :o --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-dev

[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 and

[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 be

[android-developers] SQLite Blob ?

2009-10-17 Thread joare...@googlemail.com
Hello, Does anyone know if there is a good article/book/something else about BLOBs using in Android SQLite ? I read in one thread that it is not a very good idea but i could not figure out why that is. Any information would be helpful. Thank you very much ! --~--~-~--~~

[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 beca

[android-developers] Flushing RAM of android device

2009-10-16 Thread joare...@googlemail.com
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 read a lot of small files from the disk in order to overwrite the RAM (which is kind of a manual way of f