Closed Thread
Page 3 of 60 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 53 ... LastLast
Results 31 to 45 of 895
  1. #31
    j_r0dd's Avatar
    offline Developer
    Join Date
    Nov 2009
    Location
    FLA
    Posts
    2,182
    Thanks
    570
    Thanked 2,763 Times in 739 Posts
    Downloads
    65
    Uploads
    11
    if you get access denied when you type su in the terminal emulator type the following in adb.

    adb shell
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
    cd /system/bin
    cat sh > su
    chmod 4775 su
    Last edited by j_r0dd; 12-22-2009 at 10:18 PM.

  2. 4 Users Say Thank You to j_r0dd For This Useful Post

    Danation (12-22-2009), jojohophop (12-29-2009), MrOtsKrad (12-23-2009), nEx.Software (12-22-2009)

  3. #32
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 244 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    If it turns out you need more mirrors I can probably muster up some more.

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

    Danation (12-22-2009), j_r0dd (12-22-2009), otto888 (12-22-2009)

  5. #33
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,878
    Thanks
    4,381
    Thanked 3,381 Times in 2,117 Posts
    Downloads
    3
    Uploads
    0
    Awesome Those mirrors are looking pretty good, but if more are needed, M3 is willing, as well.

    __.__I have retired. If you PM me, I may not reply.

  6. #34
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    69
    Thanks
    3
    Thanked 14 Times in 12 Posts
    Downloads
    9
    Uploads
    0
    I, too, could create more, but, I doubt it will be necessary.

    Yay. SU. Working. I went in and deleted IM.apk, myfaves and a few other files...

  7. #35
    offline So I Hear You Can Mod
    Join Date
    Dec 2008
    Posts
    117
    Thanks
    97
    Thanked 13 Times in 12 Posts
    Downloads
    2
    Uploads
    0
    Quote Originally Posted by necronomikron View Post
    I, too, could create more, but, I doubt it will be necessary.

    Yay. SU. Working. I went in and deleted IM.apk, myfaves and a few other files...
    Crash? could you reboot and tell me if any problems come up? I need my CLIQ now that I gave my G1 away.

  8. #36
    offline Maybe Modder
    Join Date
    Dec 2009
    Posts
    41
    Thanks
    7
    Thanked 0 Times in 0 Posts
    Downloads
    16
    Uploads
    0
    Quote Originally Posted by necronomikron View Post
    I, too, could create more, but, I doubt it will be necessary.

    Yay. SU. Working. I went in and deleted IM.apk, myfaves and a few other files...
    Is there a guide/tutorial with ADB commands to remove apps, for example what you did?

  9. #37
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    69
    Thanks
    3
    Thanked 14 Times in 12 Posts
    Downloads
    9
    Uploads
    0
    Quote Originally Posted by bal1985 View Post
    Is there a guide/tutorial with ADB commands to remove apps, for example what you did?
    I will give you the commands I ran, but, I would be very careful.

    After gaining root and installing the SU package above, I did the following:

    Code:
    adb shell
    cd system
    cd app
    ls
    That allowed me to see what programs are installed that cannot be removed normally.

    I then proceeded to do the following:
    Code:
    rm example.apk
    I suggest you only delete things that are fairly self-contained. I don't know what would happen if you were to delete BLUR-related apps.

    After doing this, you should probably do the following:
    Code:
    reboot
    Last edited by necronomikron; 12-22-2009 at 10:56 PM.

  10. The Following User Says Thank You to necronomikron For This Useful Post:

    scuba810 (01-20-2010)

  11. #38
    offline So I Hear You Can Mod
    Join Date
    Dec 2008
    Posts
    117
    Thanks
    97
    Thanked 13 Times in 12 Posts
    Downloads
    2
    Uploads
    0
    Quote Originally Posted by bal1985 View Post
    Is there a guide/tutorial with ADB commands to remove apps, for example what you did?
    You can use DroidExplorer (http://de.codeplex.com/) to install,remove apps.

  12. #39
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    69
    Thanks
    3
    Thanked 14 Times in 12 Posts
    Downloads
    9
    Uploads
    0
    So... how do we get apps to be installed on the SDCard?

    On second thought... after looking at the process, I'll wait.
    Last edited by necronomikron; 12-22-2009 at 10:32 PM.

  13. #40
    offline Maybe Modder
    Join Date
    Dec 2009
    Posts
    41
    Thanks
    7
    Thanked 0 Times in 0 Posts
    Downloads
    16
    Uploads
    0
    Quote Originally Posted by otto888 View Post
    You can use DroidExplorer (http://de.codeplex.com/) to install,remove apps.
    AWESOME! So DroidExplorer will remove stock apps like IM, MYSPACE, IMEEM, etc.?

  14. #41
    offline So I Hear You Can Mod
    Join Date
    Dec 2008
    Posts
    117
    Thanks
    97
    Thanked 13 Times in 12 Posts
    Downloads
    2
    Uploads
    0
    Quote Originally Posted by bal1985 View Post
    AWESOME! So DroidExplorer will remove stock apps like IM, MYSPACE, IMEEM, etc.?
    once /system is remounted,yes.

  15. The Following User Says Thank You to otto888 For This Useful Post:

    ladytrizy (02-26-2010)

  16. #42
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 244 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    Quote Originally Posted by necronomikron View Post
    So... how do we get apps to be installed on the SDCard?
    I would hold off on that for a while, to be honest.

  17. #43
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    57
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    8
    Uploads
    0
    Quote Originally Posted by DarkLord7854 View Post
    Nope, flash means it erases everything
    ok thanks. im coming from the g1 where we had to rollback toa previous version to get root

  18. #44
    DarkLord7854's Avatar
    offline Of Mice and Modders
    Join Date
    Nov 2009
    Location
    West Palm Beach, FL
    Posts
    89
    Thanks
    16
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    I'd just wait for a custom ROM..

  19. #45
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,878
    Thanks
    4,381
    Thanked 3,381 Times in 2,117 Posts
    Downloads
    3
    Uploads
    0
    Quote Originally Posted by otto888 View Post
    Crash? could you reboot and tell me if any problems come up? I need my CLIQ now that I gave my G1 away.
    So far, without exception, if you ever brick it, a clean flash with RSD Lite will revive it.

    __.__I have retired. If you PM me, I may not reply.

  20. The Following User Says Thank You to Danation For This Useful Post:

    otto888 (12-22-2009)

Closed Thread
Page 3 of 60 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 53 ... LastLast

Posting Permissions

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