Results 1 to 2 of 2
  1. #1
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    44
    Thanks
    4
    Thanked 31 Times in 14 Posts
    Downloads
    2
    Uploads
    0

    One way to fix "remount failed: Operation not permitted"

    I'm using Eclair2Cliq Beta and I've been suffering from getting "permission denied" when using adb commands.
    After some search, I found that we need to edit "default.prop".
    The present "default.prop" is :
    Code:
    #
    # ADDITIONAL_DEFAULT_PROPERTIES
    #
    ro.secure=1
    ro.allow.mock.location=0
    ro.debuggable=0
    persist.service.adb.enable=0
    In order to make adb work properly, the "default.prop" should be:
    Code:
    #
    # ADDITIONAL_DEFAULT_PROPERTIES
    #
    ro.secure=0
    ro.allow.mock.location=0
    ro.debuggable=1
    persist.service.adb.enable=1
    The fact is, every time you reboot, the default.prop remains the same, no matter what you have edited. The only way to modify default.prop is to modify the boot.img. There's a tutorial about how to modify boot.img, but you need to do this under Linux.

    I hope someone can fix this issue.

  2. 2 Users Say Thank You to yyhl For This Useful Post

    josuearisty (11-13-2011), sudo.adam (08-06-2010)

  3. #2
    offline So I Hear You Can Mod
    Join Date
    Mar 2010
    Posts
    315
    Thanks
    71
    Thanked 226 Times in 78 Posts
    Downloads
    15
    Uploads
    0
    Looks like Travis forgot to root adb for the ROM, you can unzip and edit this in notepad/gedit and resign and flash.
    Last edited by toxigenicpoem; 08-06-2010 at 06:34 PM.

  4. 3 Users Say Thank You to toxigenicpoem For This Useful Post

    Danation (08-06-2010), HandlerExploit (08-07-2010), sudo.adam (08-06-2010)

Posting Permissions

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