Jump to content

[ROM] Gingerounay 3.0.1 (05/11/2011)


Guest vache

Recommended Posts

Guest CedricGatay

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 by CedricGatay
Link to comment
Share on other sites

Guest deepfabry

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 by deepfabry
Link to comment
Share on other sites

Guest vache
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/*

Link to comment
Share on other sites

Guest deepfabry
Try this :

adb shell "mount -o rw,remount /dev/block/mtdblock7 /cache"

adb shell rm -rf /cache/*

first command work

for second same problem

Link to comment
Share on other sites

Guest deepfabry

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? :)

Link to comment
Share on other sites

Guest vache
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 by vache
Link to comment
Share on other sites

Guest vache
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.

Link to comment
Share on other sites

Guest deepfabry

i put gingerounay 2 and via recovery:

first command say: rm: cannot remove "/cache/lost+found" : directory not empty

other command same thing :)

Link to comment
Share on other sites

Guest deepfabry

entering: adb shell rm -rf /cache/lost+found/*

anything happens

This problem is strong nice :)

Edited by deepfabry
Link to comment
Share on other sites

Guest deepfabry
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 by deepfabry
Link to comment
Share on other sites

Guest nexus351
Damn it.

Another thing to try, Reboot in bootloader and type :

fastboot -i 0x0502 erase cache

toujours en attente

waiting for device

Link to comment
Share on other sites

Guest astuermer
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... :)

Link to comment
Share on other sites

Guest nexus351

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 by nexus351
Link to comment
Share on other sites

Guest deepfabry

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 by deepfabry
Link to comment
Share on other sites

Guest nexus351
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 by nexus351
Link to comment
Share on other sites

Guest thalysss

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 by thalysss
Link to comment
Share on other sites

Guest Danzka
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)
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.