Complete How-To Root, Busybox, Flash/Recovery, Framework-res.apk, custom boot ani...

This is a discussion on Complete How-To Root, Busybox, Flash/Recovery, Framework-res.apk, custom boot ani... within the Droid Hacks forums, part of the Droid Hacking category; Originally Posted by csmith197 @mrZoso, You may choose to put it in bin or create xbin and put it there; either will work. Whats with ...

+ Reply to Thread
Page 3 of 14 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 131

Thread: Complete How-To Root, Busybox, Flash/Recovery, Framework-res.apk, custom boot ani...

  1. Master Droid
    mrZoSo's Avatar
    Member #
    13807
    Join Date
    Dec 2009
    Location
    GA from Philly PA
    Posts
    412
    Liked
    2 times
    Phone
    Moto Droid, Galaxy Nexus
    #21
    Quote Originally Posted by csmith197 View Post
    @mrZoso, You may choose to put it in bin or create xbin and put it there; either will work.
    Whats with the different permissions (chmod) though?

    755 = read and execute access for everyone and also write access for the owner of the file
    700 = only owner can read, write to, or execute


    1- Owner (you)
    2- Group (a group of other users that you set up)
    3- World (anyone else browsing around on the file system)
    Each digit of this code sets permissions for one of these groups as follows. Read is 4. Write is 2. Execute is 1.

    The sums of these numbers give combinations of these permissions:

    0 = no permissions whatsoever; this person cannot read, write, or execute the file
    1 = execute only
    2 = write only
    3 = write and execute (1+2)
    4 = read only
    5 = read and execute (4+1)
    6 = read and write (4+2)
    7 = read and write and execute (4+2+1
    )

    So I'm assuming 700 is the better of the two?
    Last edited by mrZoSo; 12-16-2009 at 09:10 AM.
  2. Droid
    csmith197's Avatar
    Member #
    2508
    Join Date
    Nov 2009
    Location
    Orlando fl
    Posts
    30
    Phone
    Enter Current Phone Here
    #22
    ::Added boot animation for people to download and simplified the process to no longer require root::
    YAY walk-throughs!
    An excellent post has been written on how to use ADB. I recommend people follow that post before attempting my methods.
    How To Use ADB: All Commands and Options
    Complete How-To Root, Busybox, Flash/Recovery, Framework-res.apk, custom boot ani...
    Complete Comprehensive Tutorial on Custom Boot Animations
  3. Droid
    csmith197's Avatar
    Member #
    2508
    Join Date
    Nov 2009
    Location
    Orlando fl
    Posts
    30
    Phone
    Enter Current Phone Here
    #23
    @mrZoSo preference really. There are many rivers to the same ocean.
    YAY walk-throughs!
    An excellent post has been written on how to use ADB. I recommend people follow that post before attempting my methods.
    How To Use ADB: All Commands and Options
    Complete How-To Root, Busybox, Flash/Recovery, Framework-res.apk, custom boot ani...
    Complete Comprehensive Tutorial on Custom Boot Animations
  4. Droid
    Zodduska's Avatar
    Member #
    5545
    Join Date
    Nov 2009
    Posts
    97
    Phone
    DROID
    #24
    thanks csmith! I used your guide to install busybox and I was just wondering (im kinda a noob) why the method you used has a few extra steps than the one over at alldroid?

    Step 1) download the busybox binary to your adb tools directory (Download link below)

    You can compile your own binary if you so please, but that’s another guide.


    Step 2) cd to your adb tools directory

    Step 3) adb push busybox /data/local/busybox

    Step 4) adb shell

    Step 5) cd /data/local

    Step 6) chmod 755 busybox

    Step 7) ./busybox

    (If done correctly, busybox will print its copyright information and list of usable commands.)

    Step 8) Enjoy!
  5. Master Droid
    astevens54's Avatar
    Member #
    12547
    Join Date
    Dec 2009
    Location
    Florida
    Posts
    331
    Phone
    Droid
    #25
    Nice thanks for the post.
  6. Master Droid
    qoncept's Avatar
    Member #
    946
    Join Date
    Nov 2009
    Location
    Iowa
    Posts
    631
    Liked
    1 times
    Phone
    Droid X
    #26
    When I type su nothing happens, cursor goes to a new line and I don't get a prompt. What am I doing wrong?

    Code:
    Jared:~ jared$ adb shell
    $ su
    At that point, the cursor is in the like after su and doesn't do anything.
  7. Senior Droid
    Finnstang's Avatar
    Member #
    330
    Join Date
    Nov 2009
    Posts
    159
    Phone
    Motorola Droid
    #27
    Quote Originally Posted by qoncept View Post
    When I type su nothing happens, cursor goes to a new line and I don't get a prompt. What am I doing wrong?

    Code:
    Jared:~ jared$ adb shell
    $ su
    At that point, the cursor is in the like after su and doesn't do anything.
    Do you have a popup on your phone asking you to accept the root connection?
  8. Junior Droid
    Quickster357's Avatar
    Member #
    1059
    Join Date
    Nov 2009
    Location
    Frigid North of Central US
    Posts
    17
    Phone
    Moto Droid
    #28
    to do the boot animations in a terminal on the phone:
    (i used better terminal pro w/ enhanced shell installed (to do so click the check sign on almquist shell under preferences and exit program. it will download the expansion). i also believe you can use busybox if that's installed as well)

    su
    mount -o remount,rw /system/
    cp {dir where bootanimation.zip is (my case /sdcard/download/)} bootanimation.zip so it will look like this:
    cp /sdcard/download/bootanimation.zip /data/local/bootanimation.zip

    done! exit and restart to see the magic you've made.

    without all the explanations:
    su
    mount -o remount,rw /system/
    cp /sdcard/download/bootanimation.zip /data/local/bootanimation.zip

    how to block over-the-air updates in terminal: (again I used better terminal pro) (chmod can be 700 or 755, doesn't matter)

    su
    cd /system/etc/security/
    chmod 755 otacerts.zip
    mv otacerts.zip otacerts.zip.bak

    done! exit program and you're good to go.
    Last edited by Quickster357; 12-16-2009 at 01:01 PM.
  9. Droid Newbie
    hypetech's Avatar
    Member #
    15893
    Join Date
    Dec 2009
    Posts
    3
    Phone
    Motorol Droid
    #29
    What is the downside of the call audio quality modification? It seems like if it was all good, it would be that way by default :\
  10. Master Droid
    Big Lou's Avatar
    Member #
    11434
    Join Date
    Dec 2009
    Posts
    739
    Phone
    Motorola Droid
    #30
    Battery life takes a hit while you are on call. That's about it.

Sponsors

Posting Permissions

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

Similar Threads

  1. Download complete notification
    By agemme27 in forum Droid General Discussions
    Replies: 6
    Last Post: 07-16-2010, 09:03 AM
  2. busybox install help plz
    By tdawg5480 in forum Droid Hacks
    Replies: 33
    Last Post: 05-05-2010, 05:54 AM
  3. Custom Recovery Image
    By Randomocity in forum Droid Hacks
    Replies: 177
    Last Post: 03-02-2010, 09:31 PM
  4. Complete Disassembled Droid
    By pwrdbykyank in forum Droid Hacks
    Replies: 32
    Last Post: 02-26-2010, 10:03 AM
  5. Replies: 13
    Last Post: 12-15-2009, 12:00 PM

Search tags for this page

android busybox apk
,
boot droid into recovery
,
busybox .apk
,
busybox android apk
,

busybox apk

,
busybox apk download
,
busybox root
,

busybox.apk

,
droid how to boot into recovery
,
flash recovery android
,
framework-res.apk download
,
how to boot droid in recovery
,
how to boot droid into recovery
,
recovery-from-boot.p
,
root busybox
Click on a term to search our site for related topics.

Tags for this Thread