Problems installing busybox

This is a discussion on Problems installing busybox within the Nexus One Development & Hacking forums, part of the Nexus One Development category; I have unlocked the bootloader, and run Superboot, and now I want to install busybox so I can run Metamorph. However, despite following step-by-step instructions, ...


Nexus One Forum Nexus One Forum RSS Feed Find us on Facebook Nexus One Twitter
Register Button
Go Back   Nexus One Forum - Google Phone Forum » Nexus One Development » Nexus One Development & Hacking

Nexus One Development & Hacking General area for Nexus One Programming / Development / Hacking

Reply
Old 03-18-2010, 05:05 PM   #1
Junior Member
 
Member #4997
Join Date: Mar 2010
Posts: 18
Phone: Nexus One
Carrier: T-Mobile
Problems installing busybox

I have unlocked the bootloader, and run Superboot, and now I want to install busybox so I can run Metamorph. However, despite following step-by-step instructions, terminal still says F U.

So far, I have:

./adb push busybox /data/local/busybox
./adb shell
su
cd /data/local
chmod 755 busybox

then when I type ./busybox it still says "permission denied" despite previous entry. Frustrated, I search some, and hear from many to dl Titanium Backup, which would automatically download Busybox if it couldn't access root. It doesn't work. It says "Downloading busybox..." but remains at 0% and then says downloading failed, check the website for troubleshooting help.

I am super frustrated. Any input? Help would be greatly appreciated.

Thanks in advance.
DirtyE30 is offline   Reply With Quote
Old 03-19-2010, 12:22 AM   #2
Member
 
Member #3873
Join Date: Feb 2010
Posts: 41
Phone: iPhone ;(
Carrier: AT&T
Quote:
Originally Posted by DirtyE30 View Post
I have unlocked the bootloader, and run Superboot, and now I want to install busybox so I can run Metamorph. However, despite following step-by-step instructions, terminal still says F U.

So far, I have:

./adb push busybox /data/local/busybox
./adb shell
su
cd /data/local
chmod 755 busybox

then when I type ./busybox it still says "permission denied" despite previous entry. Frustrated, I search some, and hear from many to dl Titanium Backup, which would automatically download Busybox if it couldn't access root. It doesn't work. It says "Downloading busybox..." but remains at 0% and then says downloading failed, check the website for troubleshooting help.

I am super frustrated. Any input? Help would be greatly appreciated.

Thanks in advance.
I haven't done this before but perhaps chmod 777
DToX is offline   Reply With Quote
Old 03-19-2010, 01:05 AM   #3
Senior Member
 
stephen293's Avatar
 
Member #381
Join Date: Jan 2010
Posts: 113
Phone: Not Listed
Carrier: Not Listed
What ROM are you using. Most should already come with busybox. Are you having trouble with Metamorph? If so tell me as I am running it fine.
stephen293 is offline   Reply With Quote
Old 03-19-2010, 01:52 AM   #4
Junior Member
 
Member #4997
Join Date: Mar 2010
Posts: 18
Phone: Nexus One
Carrier: T-Mobile
DToX - I tried 777 - but allowing all permissions doesn't change the response I get from terminal/shell.

Stephen - I downloaded Metamorph, but it says that I'm not running Busybox. As an app, it boots up fine.
DirtyE30 is offline   Reply With Quote
Old 03-20-2010, 01:01 PM   #5
Junior Member
 
Member #4997
Join Date: Mar 2010
Posts: 18
Phone: Nexus One
Carrier: T-Mobile
UPDATE: I downloaded and used Titanium Backup, which installed Busybox for me - however Metamorph now says that there isn't enough room in /system, or busybox isn't installed.

Using terminal emulator, I type in busybox and it says "permission denied."

Busybox is turning into a four-letter word to me.
DirtyE30 is offline   Reply With Quote
Old 03-21-2010, 07:05 AM   #6
mah
Senior Member
 
Member #1160
Join Date: Jan 2010
Posts: 197
Phone: Nexus One
Carrier: T-Mobile
I have neither installed busybox nor rooted, however I have noticed that in the Android shell, if you type in any command that it cannot locate, it returns "permission denied".

Busybox is not normally invoked directly, it's normally invoked by a symbolic link. For example, if busybox includes the grep tool, on your path you'll find 'grep' as a symbolic link to busybox, and you use the command "grep". (The actual busybox executable can see how it was called, so it knows what mode to run in.) Is it possible that the busybox executable is being placed somewhere not in your PATH, and this is why you're not able to run it directly?
mah is offline   Reply With Quote
Old 03-21-2010, 12:22 PM   #7
Junior Member
 
Member #4997
Join Date: Mar 2010
Posts: 18
Phone: Nexus One
Carrier: T-Mobile
Quote:
Originally Posted by mah View Post
I have neither installed busybox nor rooted, however I have noticed that in the Android shell, if you type in any command that it cannot locate, it returns "permission denied".

Busybox is not normally invoked directly, it's normally invoked by a symbolic link. For example, if busybox includes the grep tool, on your path you'll find 'grep' as a symbolic link to busybox, and you use the command "grep". (The actual busybox executable can see how it was called, so it knows what mode to run in.) Is it possible that the busybox executable is being placed somewhere not in your PATH, and this is why you're not able to run it directly?
I tried the 'grep' command and it gave me the same result. However, what you're saying makes sense. Is there a way I can view my phone and my sd card's root directories? Being able to see the file system structure may make it easier for me find and execute.
DirtyE30 is offline   Reply With Quote
Old 03-21-2010, 06:11 PM   #8
mah
Senior Member
 
Member #1160
Join Date: Jan 2010
Posts: 197
Phone: Nexus One
Carrier: T-Mobile
The root directory of all linux systems is "/". For the N1, the root of the SD card is /sdcard.

You could "ls -lR / >/sdcard/ls.txt" if you want, to generate a full listing of every directory you can read on the phone (which should be everything if you're root). Then an "adb pull" command could be used to get that file onto your PC for convenient viewing.
mah is offline   Reply With Quote
Old 03-22-2010, 12:42 AM   #9
Junior Member
 
Member #4997
Join Date: Mar 2010
Posts: 18
Phone: Nexus One
Carrier: T-Mobile
UPDATE:

I used Titanium Backup, and if you are persistent, it will download Busybox for you.

However, I ended up flashing with Cyanogenmod 5.0.5 w/ Amon_RA recovery image, and if you are flashing a new ROM, most of them include busybox.
DirtyE30 is offline   Reply With Quote
Reply

Lower Navigation
Go Back   Nexus One Forum - Google Phone Forum » Nexus One Development » Nexus One Development & Hacking

Nexus One Accessories Store


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Visitors found this page by searching for these keywords:

install busybox nexus one

,

how to install busybox nexus one

,

how to install busybox on nexus one

,

your phone is rooted busybox was not found

,

busybox installation nexus one

,

busybox install failed

,

android busybox permissions

,

busybox: permission denied

,
busybox root permissions
,
busy box nexus one
,
nexus one install busybox
,
busybox shell titanium backup "terminal emulator" android
,
install busybox nexus
,
android busybox installer nexus one
,
busybox executable android
,
busybox for NexusOne
,
your phone is rooted busybox not found
,
"busybox: permission denied"
,
step failed busybox
,
busybox nexus one

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
installing apps on sd card? fuyuki Nexus One General Discussion 4 04-07-2010 11:41 AM
Problems Installing SDK CJC Nexus One Development & Hacking 7 03-20-2010 02:39 AM
how to installing Midomi SoundHound?? algiealdhian Nexus One Application Discussion 0 02-24-2010 06:50 AM
Installing an application from SD Card Fahim Nexus One General Discussion 3 02-22-2010 10:42 PM
Installing HTC Keyboard sotorious Nexus One General Discussion 15 01-16-2010 01:47 PM