PDA

View Full Version : Error when trying to adb remount..anyone know how to fix?



ownmart
06-16-2010, 12:31 AM
[Only registered and activated users can see links]

I have updated the sdk completely
I have rooted, flashed fully to cricket before on a different droid but never tried with 2.2 froyo

Genuwine1976
06-16-2010, 12:51 AM
I just checked mine and I am getting the same error... I am testing all help is welcome..

Genuwine1976
06-16-2010, 12:56 AM
OK I have a fix for this problem.....

Mine goes as follows:

cd c:/Android/tools

c:/Android/tools>

now run this: adb root
it will restart the deamon with root permissions

and now type in adb remount

and whala



Please give thanks as all work is not hard but giving thanks will bring a smile :)

ownmart
06-16-2010, 01:02 AM
genuwine beat me to it was same thing

lj27416
06-16-2010, 11:43 AM
also i think this works:

adb shell
su
mount -o remount,rw /dev/null /system

Genuwine1976
06-16-2010, 01:25 PM
nice lj27416 I have checked this and it works also...