don't do adb remount
instead while in adb shell do
su
then send this command:
mount -o remount,rw /dev/null /system
and hit enter.
Hello!
I have these command
cd c:\android\tools
adb install autostart.apk
Adb install RootExplorer.apk
adb shell
mkdir /data/opt/
exit
adb remount
adb push u2nl /system/bin/u2nl
adb push autostart.sh /data/opt/autostart.sh
adb shell
chmod 0755 /system/bin/u2nl
chmod 0755 /data/opt/
chmod 0755 /data/opt/autostart.sh
reboot
but i get PERMISSION DENIED on
C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, Permission denied
$ mhdir /data /opt
mhdir /data /opt
mhdir: permission denied
I need your help to fix and let it done
Thanks
don't do adb remount
instead while in adb shell do
su
then send this command:
mount -o remount,rw /dev/null /system
and hit enter.
Favorite Quote: "The true sign of intelligence is not knowledge but imagination" <Albert Einstein>
R29kIElzIEdvb2Q=Code:Latest Petition: "Do i have to pay you to teach me how to flash?" My Response: "Are you seriously asking this question?"
i'm alomost lost,i don't know what is wrong
C:\Android\tools>adb install autostart.apk
9 KB/s (0 bytes in 9932.001s)
pkg: /data/local/tmp/autostart.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, File exists
$ su
su
mount -o remount,rw /dev/null /system
mount -o remount,rw /dev/null /system
Permission denied
$ mount: Operation not permitted
I really need your help to get my Droid working MMS and WAP .It could be nice if you can help with step by step at beginning.
Thanks
Last edited by 7777; 07-10-2010 at 06:39 PM.
install rootexplorer that i posted above
and install that and use it to make the system mountable
Favorite Quote: "The true sign of intelligence is not knowledge but imagination" <Albert Einstein>
R29kIElzIEdvb2Q=Code:Latest Petition: "Do i have to pay you to teach me how to flash?" My Response: "Are you seriously asking this question?"
Also when you are trying to do that if you see a popup on the screen be sure and hit allow. I have used the fix permissions in rom manager before and they worked well for me. It fixed the not permitted error.i'm alomost lost,i don't know what is wrong
C:\Android\tools>adb install autostart.apk
9 KB/s (0 bytes in 9932.001s)
pkg: /data/local/tmp/autostart.apk
Failure [INSTALL_FAILED_ALREADY_EXISTS]
C:\Android\tools>adb shell
$ mkdir /data/opt/
mkdir /data/opt/
mkdir failed for /data/opt/, File exists
$ su
su
mount -o remount,rw /dev/null /system
mount -o remount,rw /dev/null /system
Permission denied
$ mount: Operation not permitted
I really need your help to get my Droid working MMS and WAP .It could be nice if you can help with step by step at beginning.
Thanks
Hopeful up and coming flash guru Grateful for all the guidance along the way...
i don't think he has his phone rooted.
and there is already a guide online by the way.
if you search you will find.
Favorite Quote: "The true sign of intelligence is not knowledge but imagination" <Albert Einstein>
R29kIElzIEdvb2Q=Code:Latest Petition: "Do i have to pay you to teach me how to flash?" My Response: "Are you seriously asking this question?"
Bookmarks