Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 (edited) i tried for this command but the promt say permission denied :) Edited June 25, 2011 by deepfabry
Guest CedricGatay Posted June 25, 2011 Report Posted June 25, 2011 (edited) You have to be rooted to do so. If you have an unsecure boot you should be able to do so without request su access (as adb shell logs you as su). Given the fact that you're facing a permission denied, I think you have to do it this way ($ and # representing the shell prompt): adb shell $ su (phone requesting su permission, grant it) # df -h (available space on partitions) # rm -rf /cache/* (be careful not to introduce a space in this command...) <CTRL+D><CTRL+D> (to exit superuser session and shell session)[/codebox] Edited June 25, 2011 by CedricGatay
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 (edited) sorry you re right i made an update and now the phone is not rooted :) ps: now have done a normal root but entering this command: adb shell rm -rf /cache/* say: rm failed for -rf, read only file system Edited June 25, 2011 by deepfabry
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 sorry you re right i made an update and now the phone is not rooted :) ps: now have done a normal root but entering this command: adb shell rm -rf /cache/* say: rm failed for -rf, read only file system Try this : adb shell "mount -o rw,remount /dev/block/mtdblock7 /cache" adb shell rm -rf /cache/*
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 Try this : adb shell "mount -o rw,remount /dev/block/mtdblock7 /cache" adb shell rm -rf /cache/* first command work for second same problem
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 Damn it. Another thing to try, Reboot in bootloader and type : fastboot -i 0x0502 erase cache
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 the command seems to work via fastboot but on froyo os same problem market no download and recovery no flash vache but do you think is a risolvible problem? :)
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 (edited) the command seems to work via fastboot but on froyo os same problem market no download and recovery no flash vache but do you think is a risolvible problem? :) I hope =) Launch again this command, but from recovery, not from Android. : adb shell rm -rf /cache/* If it does not work adb shell "mount -o rw,remount /dev/block/mtdblock7 /cache" adb shell rm -rf /cache/* Edited June 25, 2011 by vache
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 but i can t flash recovery on 2.2 must i flash gingerbread and put amon-ra 2.0? only on 2.3 i can flash recovery now
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 but i can t flash recovery on 2.2 must i flash gingerbread and put amon-ra 2.0? only on 2.3 i can flash recovery now Yep, try that.
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 i put gingerounay 2 and via recovery: first command say: rm: cannot remove "/cache/lost+found" : directory not empty other command same thing :)
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 This should do the job : adb shell rm -rf /cache/lost+found/*
Guest ltpitt Posted June 25, 2011 Report Posted June 25, 2011 God bless you, Vache! You and everybody who made gingerounay possible. I am the happiest.
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 (edited) entering: adb shell rm -rf /cache/lost+found/* anything happens This problem is strong nice :) Edited June 25, 2011 by deepfabry
Guest vache Posted June 25, 2011 Report Posted June 25, 2011 So it should be good. Check free space again on cache with adb shell df
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 (edited) So it should be good. Check free space again on cache with adb shell df cache available 0 :) use 100% i dont undestead for solve i could insert: adb shell rm -rf /cache/lost+found/* and stop? Edited June 25, 2011 by deepfabry
Guest nexus351 Posted June 25, 2011 Report Posted June 25, 2011 Damn it. Another thing to try, Reboot in bootloader and type : fastboot -i 0x0502 erase cache toujours en attente waiting for device
Guest Step4n Posted June 25, 2011 Report Posted June 25, 2011 Why is on all custom roms reverted magnetomer in all apps (North to South and E to W)? How can i change it? Thanks for reply
Guest astuermer Posted June 25, 2011 Report Posted June 25, 2011 Why is on all custom roms reverted magnetomer in all apps (North to South and E to W)? How can i change it? Thanks for reply Same here. I thought some hardware is faulty... :)
Guest davidevinavil Posted June 25, 2011 Report Posted June 25, 2011 @Vache What could be the cause of full cache issue?
Guest nexus351 Posted June 25, 2011 Report Posted June 25, 2011 (edited) please please I'm confused with the cache! I falsh and re-flash and no way to reverse the order fastboot ... to clear the cache do not work my English is a means sorry Edited June 25, 2011 by nexus351
Guest deepfabry Posted June 25, 2011 Report Posted June 25, 2011 (edited) i hope we can solve also becausse we dont know what exactly cause this problem also with a new phone we could have same problem in future @nexus351 we can only wait and hope Edited June 25, 2011 by deepfabry
Guest nexus351 Posted June 25, 2011 Report Posted June 25, 2011 (edited) i hope we can solve also becausse we dont know what exactly cause this problem also with a new phone we could have same problem in future @nexus351 we can only wait and hope yes :) Edited June 25, 2011 by nexus351
Guest thalysss Posted June 25, 2011 Report Posted June 25, 2011 (edited) Damn....! I flashed the "Acer Lockscreen" with the recovery, but since that I get a endlees boot. B) What can I do? Is there a way to re-flash the original lockscreen? EDIT: OK, I re-flashed the Gingerounay. :) Edited June 27, 2011 by thalysss
Guest Danzka Posted June 25, 2011 Report Posted June 25, 2011 Wow wow guys, calm down. I'm not a magician, i can't answer such question without, a least, some logs cause i can't reproduce the issue. Aren't you a magician :)? Maybe a little bit B)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now