HTC Desire :: BusyBox Not Working - How To Install 2.2?
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
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
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
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
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
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
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
Jun 5, 2012
I am using LG optimus 690 and today I tried to install BusyBox several times but whenever I install busy box my internet stops working using wifi and data connection and to recover that I need to flash my phone
Any way by which I can make my internet working after installing BusyBox. Let me explain what I did.
1. I put the BusyBox PRO apk in /system/app and restarted my Phone and after restarting I opened the BusyBox and install all the binaries and after that all commands started working fine in terminal emulator only thing that didn't worked my internet.
Flashed my phone using stock rom
2. After installing fresh ROM this time I installed BusyBox normally and after installation I updated all the binaries again and everything started working well but yet again my internet stopped working.
What should I do to make my internet connection work after installing BusyBox.
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
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 2, 2010
Anyone else install the latest 2.2 (released 8/1) I believe. I notice now flash is not working even after installing flash showcase. Doesn't bother me being that this is leaked beta just wanted to see if anyone noticed. Can this be moved to the 2.2 ROM area.
View 5 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 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
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
Oct 6, 2011
I want to apply the supercharger script. i have v1.19.1 busybox
GT-S5570
View 9 Replies
View Related
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
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
Mar 4, 2014
I have lg su760 the Korean version and I wanted to install a rom which has working Arabic language.i followed the guides but I couldn't get the omap drivers to work because I don't have the lg original usb cable,but mine works well with adb.i rooted it using super click and installed cwm.when I installed the rom ,it didn't boot again but got stuck at the lg logo.,then I found out that I had to flash xloader and boot.img.now I can boot to cwm but cannot mount usb and it doesn't read sd cardsas it gives me an error.
View 9 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 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
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
Jun 8, 2012
I rooted my phone (Samsung Galaxy S Showcase i500) the other day and deleted a lot of the stock apk files, the ones that I thought I didn't need .
One of them was Voice Search (and also voice commands, if that matters). Now, my speech or voice to text in my text messaging program is not working. Whenever I press the mic icon, nothing happens. Through searching I think I've determined it's because I deleted the voice search apk?
Whenever I go to the Market to download Google Voice Search, the Market says its already "installed"...but obviously its not?! I've tried downloading the file from other places but when I try to install it says "There is a problem parsing the package."
Bottom line, how do I get my speech to text back?
View 5 Replies
View Related
May 11, 2014
I've got a moto g and its my first android and its rooted and bootrom is unlocked, and ive installed terminal emulator, but I cant find out how to install python so that it works in terminal eit su, cd , ls ... commands?!?
I've installed qpython app from playstore but you cant do commands like su, cd ..... I've tried ping in terminal emulator and it works so you can enter internet over terminal emulator, so i tried apt-get install python but it says no apt-get command founder something like this, so how to install python on android with working commands( su ...) so that it can enter filesystem directories like /sdcard....
View 2 Replies
View Related
Nov 2, 2010
I have used Lambrospowers (XDA Forum) Rosie patch to enable drag n drop when in helicopter (leap) view. It works flawlessly on my rooted stock Froyo Desire. If anyone is interested, I will provide more info on how to install the patch and where to d/l it from.My desire is rooted but S-ON and odexed. It only works on rooted phones.I love this feature that only comes on DHD & DZ as part of the new sense 2.0 ui as standard.
View 2 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
Aug 28, 2010
I am trying to get busybox installed. It says I must have Nand installed and RW enabled. What does this mean?
View 1 Replies
View Related
Oct 23, 2010
I have another thread on the troubleshooting sub-section SetCpu suddenly stop working with 2.2 OTA Root device (setcpu isn't working and I think it might be busybox), and I have a question about BusyBox. I have used the Busybox app on the market it detects the root but doesn't find any Busybox. I have the file Busybox on my sd card which I did not put there. How can I check and make sure BusyBox is installed where it is suppose to be?
View 7 Replies
View Related