Android :: BusyBox Installation - No ADB Tools Directory
Dec 16, 2009
Yes my phone is rooted. Trying to run metamorph on the droid but I apparently need busybox first. I am having problems installing it. I tried to follow the directions:
cd to your adb tools directory
adb push busybox /data/local/busybox
adb shell
su
cd /data/local
chmod 755 busybox
./busybox
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mkdir /system/xbin
/data/local/busybox cp /data/local/busybox /system/xbin
/data/local/busybox cp /data/local/busybox /system/bin
cd /system/xbin
busybox --install .
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
I don't have an adb tools directory and adb isn't even a command on my phone. There has to be something I am missing. Also, if I get those working, how would I get the file where it needs to be? I tried copying it from my SD card into the directory, but it never shows up.
View 4 Replies
Oct 7, 2013
I got busybox pro from the market but when I try to smart install it, it shows free space as 0.0mb whereas I have around 500 my left.
AUXUS Nuclea N1
View 8 Replies
View Related
Feb 12, 2010
I just got my droid last week and decided to root it and try to get a little crazy with it. However I'm very new, obviously, to the droid and to linux. I just got ubuntu for my computer yesterday and already have it on there and have been working with it a little trying to get things settled. So far I'm very happy with both, but I'm also having some trouble, hence the following...
Well I'm trying to put busybox on my droid. I've got it on there but I'm having problems with making a directory on my phone, which I need to do to continue.
Anyway, what's happening is, ill put in mkdir /system/xbin and it returns "mkdir failed. Read only filesystem." This is after Ive already launched busybox. I don't understand what I'm doing wrong.
View 6 Replies
View Related
Jun 14, 2010
Looking to root my eris and have been following the guide but can't seem to figure out exactly what i need to do with the sdk program. For some reason, I can't get into the command prompt in the tools directory.
View 1 Replies
View Related
Jun 3, 2010
For the life of me i have read every sticky and i cannot figure out how to open a command prompt in the tools directory of the SDK file.
View 2 Replies
View Related
Nov 2, 2013
On my tablet I have 500MB internal memory, 5.6GB on nand flesh and 2GB on sd. So I want to change directory of installation folder but I don't have access to PC is there any other way?
View 1 Replies
View Related
Apr 17, 2009
I wanted to install ADT using my Eclipse 3.4 Ganymede and the internal update function. I added the site "http://dl-ssl.google.com/android/ eclipse/" and chose to install it.But directly after confirming the installation I got the following error message:
An error occurred during provisioning. Failed to prepare partial IU: [R]com.android.ide.eclipse.ddms 0.8.0.v200809220836-110569.
Do you know what the reason of that error might be?
View 22 Replies
View Related
Nov 10, 2011
Is there any way to install new version of busybox if using modded rom with built-in busybox?
Cause I have 1.15.3 and not all features of zep's supercharger script will work with this version... X8
View 3 Replies
View Related
Oct 31, 2010
At some points while running my android application, I need to create a directory on the sd card, for a small number of users this fails and I can't figure out the reason for it... (I've found similar problems caused by the WRITE_EXTERNAL_STORAGE permission missing, it's there and it works for almost all users so I don't think this is reason) When mkdirs returns false I crash the program and log the following java.io.File properties, starting at the directory I want to create, then recursive printing properties of the parent directory and so on...
/sdcard/MyDirectory/Dir1/Dir2 (exists: false, canWrite: false, isDirectory: false, isFile: false);
/sdcard/MyDirectory/Dir1 (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard/MyDirectory (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard (exists: true, canWrite: true, isDirectory: true, isFile: false);
/ (exists: true, canWrite: false, isDirectory: true, isFile: false);
The strange thing is that the parent directory is writable (canWrite=true), I can't print the execute file permission but from what I've read, write is what you need when creating directories... What I've looked at so far is the WRITE_EXTERNAL_STORAGE permission, if the sd card is full and if the sdcard is mounted read only:...........................
View 2 Replies
View Related
Dec 23, 2009
I have an app that instructed me to copy some data from my computer to the SDCard. So I plugged the Droid into the computer, mounted my Droid SDCard, looked at the directory, and copied the file. There are a bunch of files and folders listed (e.g. backups for apps, album artwork, etc.) as being on the SDCard. But when I go into Astro on the Droid and select "SDCARD" it shows "directory is empty." I don't get it. Why can't I see the folders and files on the SDCard that I can see on the computer screen?
View 3 Replies
View Related
Aug 5, 2010
I want to download my apk file into "/data/local/" directory. I am able do this in external storage but unable on "/data/local" also i was trying to create folder on same location but could not do that. Through "adb push" it is possible but i need to do this java program.
View 2 Replies
View Related
Oct 6, 2010
how to create a sub folder in asset folder at run time and copying the files from res folder to my assets sub folder.
View 1 Replies
View Related
Aug 28, 2010
Can someone tell me what busybox actually does and why it's required or necessary? I'm using a rooted captivate if it matters.
View 1 Replies
View Related
Sep 16, 2009
I'm using a Google phone running Android, and I need to figure out how to use the terminal's
'ip' command. I found out that Android uses BusyBox in its terminal, but I can't find any help or tutorials or any information regarding it other than the basic information given in the terminal help. Can anyone point me to a site that would give me more information on how to use the commands, or tell me how to use the 'IP' command if you are familiar with it?
View 3 Replies
View Related
May 10, 2010
I've been looking to install busybox on UK Milestone 2.1 and have found only a few pages of instructions, but all of these seem to come up with errors, I dunno if its the new firmware or just something I'm doing wrong with ADB. I'm fairly new at this but I know my way around flashing and had a shot at ADB so I'm not entirely a newbie. Anyone know of any (working) how-to's for busybox?
View 9 Replies
View Related
Jun 17, 2013
I'm using Android x86 4.0.4 in my netbook with the /system mounted as rw. I had lost my busybox installation.
View 2 Replies
View Related
Mar 24, 2010
Which busybox should I install? I know grd has one with it on. But I rather try to install my own its funner that way.
View 8 Replies
View Related
Dec 28, 2013
Should Busybox (and the Linux stuff it downloads) be installed directly after rooting, or after every single flashing of a ROM? I am assuming this has to be done after every flash only.
Another thing, should Busybox be installed to /system/bin, or /system/xbin? By default Busybox wants to install to /system/bin. I am safely assuming that formatting /system in recovery would remove all the Busybox components. To some people, formatting /system before flashing a ROM is imperative.
View 6 Replies
View Related
Oct 26, 2013
My tablet's app disappeared from my app drawer almost as if i did a factory reset but all my files are still there...
What I did before this happened
Installed MOUNT2SD
Installed Busybox
Went back to MOUNT2SD
enable script
accidentally DISABLED Safe Mode in MOUNT2SD app
Did a normal restart
Then it happened
View 3 Replies
View Related
Aug 10, 2010
So I have used the one click root thingy. Have the superuser app. Tested. I have root (look screenshot). Now I want to install busy box. When I got the app from market to install the latest I got this. What I want to know. Is it safe and if so whats safe to erase from the system folder. (would kinda like to get rid of the stocks and footprints app) but really not sure its not linked somehow and I get some big system error , since these apps run all the time. (actually I want to install busy box to be able to remove these apps anyway). I installed titanium backup and it installed busybox version 16 or soemthing. Problem is other apps like the cache cleaner doesnt find busybox installed even if I do it via titanium app.
View 1 Replies
View Related
Sep 21, 2010
I'd like to install rooted 2.2 on my Desire as per Lekky's guide, but there's a problem with BusyBox - it doesn't currently work with the Desire. As most of the root apps seem to need BusyBox to run (including Titanium), should I just wait for a fixed version of BusyBox before trying to upgrade to 2.2, or using any other rom for that matter? Is there an alternative method I could use? Also, my Desire is on 3UK network. Do I need to use a goldcard to upgrade to 2.2/ install another rom? I'm not clear on this bit.
View 9 Replies
View Related
Sep 29, 2010
I am rooted with unrEVOked 3.2.1 as of yesterday. I want to remove a bunch of the bloatware that came installed on my phone. I downloaded Titanium Backup to do this, but it comes up with an error that says "Please verify that your ROM is rooted and includes BusyBox, and try again." I tried to download BusyBox from the market, but it just sits there and doesn't download.
View 2 Replies
View Related
Oct 6, 2011
I want to apply the supercharger script. i have v1.19.1 busybox
GT-S5570
View 9 Replies
View Related
Feb 28, 2012
I'm currently working on a project which involves imaging Android phones - specifically, the program I've written is mean to automate identifying the memory block containing the userdata and then using the following sequence of commands (using Android Debug Bridge) to copy it to the computer that the phone is connected to:
Code:
adb forward tcp:5555 tcp:5555
adb shell
busybox nc –l –p 5555 –e dd if=/dev/mtd/mtd[mtd block number] bs=4096
This is done in command prompt and then you have to manually open another command prompt and type in:
Code:
adb forward tcp:5555 tcp:5555
nc 127.0.0.1 5555 | dd of=[chosen file name].bin bs=4096 -- progress
This copies the memory block over without any problems when done manually and even shows you in real time how much data has been transferred.The problem I have is with automating the process in C#. Specifically, I can get every stage of it to work through using a process to write the commands to standard input and using a tcp listening port to receive the data. Apart from this crucial element of the process:
Code:
adb shell "busybox nc –l –p 5555 –e dd if=/dev/mtd/mtd[mtd block number] bs=4096"
For some reason, no matter how I try to phrase it or do it, C# hates that command and won't execute it. I can manually type the exact same thing into the command prompt and it works fine but trying to do it in C# just leads to busybox acting as though I typed the command in incorrectly - this is what it gives me:
Code:
BusyBox v1.15.2 <2009-11-27 10:38:30 GMT> multi-call binary
Usage: nc [-in] [-wN] [-l] [-p Port] [-f FILENAME|PADDR PORT] [-e PROG]
Open a pipe to IP:port or file[code]....
At the moment I'm using a script to send the commands to the command prompt but that's a kludge that I'd really prefer not to have to use.
View 4 Replies
View Related
Jun 30, 2012
What is busybox and terminal emulator and what are they used for? How can i get them for my sga?
GT-S5830
View 4 Replies
View Related
Sep 19, 2010
im trying to edit txt within busybox vi, but i need help with saving/exit. im running it out of the terminal emulator, and have ctrl set up as <vol. up>, so i believe i need to do <vol up><sym><1> to enter command mode, but i cant seem to get typical vi commands to work (zz) for write/exit. ok if i get past that then i have mounted system as rw, but within the vi it says [read only]. will this be an issue?
View 1 Replies
View Related
Dec 10, 2009
If you are rooted try this out.
Step 1) download busybox binary to your adb tools directory
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
Now to have this run so droid explorer and detect your phone and so you can use busybox (ie so its in your PATH) run this.
Step 8) mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 9) /data/local/busybox cp /data/local/busybox /system/bin
Step 10) mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
Step 11) sync
Step 12) reboot
Download Links:
Droid Explorer: Droid Explorer
busybox: Download busybox.zip from Sendspace.com - send big files the easy way
Disclaimer- I put this together really quick so please only try if you know what you are doing so I can save my butt from any problems that may come of my or your own error.
View 11 Replies
View Related
Mar 26, 2010
I've been reading some info about rooting a droid here and at rootyourdroid.info, probably going to buy one this afternoon since the incredible isn't out yet. Rooting seems to be pretty universal between PC/Mac, but when it gets to the USB debugging/Busybox install it appears a PC is required. Anyone know if this can be done from a Mac or a Linux box? I don't currently have a Windows computer anywhere in the house, and don't really want to use my work laptop for this if I don't have to.
View 5 Replies
View Related
Jun 9, 2014
I've rooted my Sprint Galaxy S5 and it made the phone work slow. The buttons took a good 3-4 seconds before responding, and sometimes would not respond at all. "HealthService" would always crash, and other slowdowns like when I drag down the notification bar. I installed Xposed and BusyBox. However, the phone was working slow before those were installed. So I unrooted it and flashed the stock ROM, and everything worked fine. Time passed by... I decided to root it again. So I did, same method, same files, and it was working normal. No slowdowns, buttons worked perfectly and were responsive. "HealthService" still force stops but I presume that is an easy fix. Then I installed BusyBox and Xposed again. Once both were installed and after 5-7 minutes, the phone started to work slow as before.
View 1 Replies
View Related
Aug 1, 2012
when installing Busybox with Stericsson Installer it allow to choose between system/bin or system/xbin to install it, which one to choose and why ? What's the difference ?
SuperSU has an option "Survival Mode" that says that we must disable it before Nandroid Backup, what happends if I forgot to disable it ?
View 4 Replies
View Related