Join Today













Site Sponsor
Page 5 of 6 FirstFirst 123456 LastLast
Results 25 to 30 of 32
  1. #25
    Newb
    Join Date
    May 2010
    Posts
    3
    Rep Power
    0

    Default

    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

  2. #26
    Apprentice lj27416's Avatar
    Join Date
    Feb 2010
    Age
    44
    Posts
    125
    Rep Power
    248

    Default

    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>


    Code:
    Latest Petition:  "Do i have to pay you to teach me how to flash?"
    My Response:    "Are you seriously asking this question?"
    R29kIElzIEdvb2Q=

  3. #27
    Newb
    Join Date
    May 2010
    Posts
    3
    Rep Power
    0

    Default

    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.

  4. #28
    Apprentice lj27416's Avatar
    Join Date
    Feb 2010
    Age
    44
    Posts
    125
    Rep Power
    248

    Default

    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>


    Code:
    Latest Petition:  "Do i have to pay you to teach me how to flash?"
    My Response:    "Are you seriously asking this question?"
    R29kIElzIEdvb2Q=

  5. #29
    Old Timer
    Join Date
    Feb 2010
    Location
    Raleigh
    Age
    43
    Posts
    90
    Rep Power
    66

    Default

    Quote Originally Posted by 7777 View Post
    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
    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.
    Hopeful up and coming flash guru Grateful for all the guidance along the way...

  6. #30
    Apprentice lj27416's Avatar
    Join Date
    Feb 2010
    Age
    44
    Posts
    125
    Rep Power
    248

    Default

    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>


    Code:
    Latest Petition:  "Do i have to pay you to teach me how to flash?"
    My Response:    "Are you seriously asking this question?"
    R29kIElzIEdvb2Q=


 
Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Here is SWYPE for the Motorola Droid.
    By Pac3comm1 in forum Motorola Droid/Milestone
    Replies: 5
    Last Post: 08-14-2010, 10:20 PM
  2. Motorola Droid X boot animation for Droid & Incredible
    By Genuwine1976 in forum Motorola Droid X
    Replies: 4
    Last Post: 07-07-2010, 03:49 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •