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 ...
-

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 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.
-
::Added boot animation for people to download and simplified the process to no longer require root::
-
@mrZoSo preference really. There are many rivers to the same ocean.
-
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!
-
Nice thanks for the 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.
-

Originally Posted by
qoncept
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?
-
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.
-
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 :\
-
Battery life takes a hit while you are on call. That's about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By agemme27 in forum Droid General Discussions
Replies: 6
Last Post: 07-16-2010, 09:03 AM
-
By tdawg5480 in forum Droid Hacks
Replies: 33
Last Post: 05-05-2010, 05:54 AM
-
By Randomocity in forum Droid Hacks
Replies: 177
Last Post: 03-02-2010, 09:31 PM
-
By pwrdbykyank in forum Droid Hacks
Replies: 32
Last Post: 02-26-2010, 10:03 AM
-
By tktouch12 in forum Droid Hacks
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