General :: Busybox Installation Fail?
Oct 7, 2013I 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
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
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.
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
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.
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
I want to apply the supercharger script. i have v1.19.1 busybox
GT-S5570
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.
What is busybox and terminal emulator and what are they used for? How can i get them for my sga?
GT-S5830
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 RelatedI'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 Relatedwhen 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 ?
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.
How do I get SuperUser and Busybox on my hard rooted phone(i.e. Root access from ADB and Android Commander) ? I need to install quite some apps that need internal root access from SuperUser, How do I do It?
View 2 Replies View RelatedI have a Rockchip RK3188 Tablet with Android 4.2.2, which I need to root ON DEVICE. Actually, the device was already rooted (using a Laptop via the adb bridge), so I already have busybox installed and I have one of my own apps in /system/app. However I managed to delete the su program (yeah great!) and therefore don't have root access any more. I know I can easily root the device again if I connect it to my laptop again, but that is not possible, because the device is at my parent's place and I can't go over there any time soon.
Therefore I want to root the device just with an app. Actually I would only need to copy su to /system/xbin. These are the things I already tried (without success):Framaroot (doesn't work, because framaroot does not support Rockchip tablets)
Writing my own app, which contains su in the assets and using this su for temporary root
Using adb (on the device) for a local connection (adb connect localhost), because if I connect from my PC I automatically have root (doesn't work because Android 4.2.2 has increased security on adb)
Start telnetd via busybox and then execute my commands via nc (doesn't work, because I can't start telnetd in a way that it ends up with a root shell)
My last idea is, that I could maybe gain temporary root access with the app I already have in /system/app. Basically this would be similar to the Master Key Exploit, except that I do not have to fiddle around with the apk and instead install it normally. However I don't know how to continue from that point. I know, I have special permissions if I have an app in /system/app, but which permissions are that? And how can I use those permissions to make /system writeable (and copy my su file there)?
i recently bought a cheap irulu tablet off ebay. it's running 4.2.2, and i'm not quite sure if it's rooted or not. i've read that most of their tablets are rooted right out of the box, so i downloaded 4 or 5 root checkers from the marketplace and some said it was rooted and some said it was not. i know that it does have su and busybox installed, but i don't have one of those superuser apps that request permission or anything. i can browse my full phone with any file explorer. i installed titanium backup, and it says on the main screen that root access is ok, but then it will pop up an error message that says:
BusyBox works but the "su" command does not elevate to root. There's something wrong with your "su" binary and/or "Superuser" app.
I tried modding some APK to make the app able to be multi view (tutorial : URL... ), I succeed modding 8tracks.apk, musicxmatch.apk but then when I tried to do it to LINE (NAVER) and installed it, it said "app was not installed".
It is a system tool while building the apk, and it still doesn't work.why some people said to not sign a system tool apk? while from what i've read, android cannot install an unsigned apk. mod the NAVER/LINE Games to stop checking if i am a rooted device?
I wanted to root my new galaxy victory 4G LTE from Sprint and put a custom rom on it. Followed rooting guides and that worked fine. Then I went to find a rom that would work and all I found was victorious, which I was so eager to try I didn't even think to read that part that said VM only. Got stuck in a boot loop. That's where I made the real mistake and decided to try a rom for another galaxy model, a custom s3 rom. Ever since that my touchscreen has been unresponsive, soft buttons and hard buttons work though. Using ODIN I've tried to restore to stock, I've used KIES to try to update, and everything has worked as far as I could want it to, but nothing restored touchscreen functionality. I am able to get into the hard button guided recovery menu and download mode, but have been unable to get anything touch based to work, and cannot find a CM non touch recovery that will work with this phone.
View 3 Replies View RelatedI have a clone Samsung Galaxy Note II N7102,
That's chip MTK 6577, but I can't load the rom on it.
The error message is firmware & chip set not match.
I try to install Android on my Acer W700 by follow the guide on this site but it always failed at "Creating filesystem with parameters"....
I tryed with different version of android and install the lat version of BIOS but it's never work...
I was trying root my Galaxy S2 HD LTE that i just got from Korea (I am based in the UK)
Was trying to install ICS on this - not sure I have fubar'ed the device or just that my korean is not up to it, but I cannot figure out what I need to do.
Basically i got to the stage of installing kies, then Odin 1.85, and was following the "Firmware I9100XXLPB Android 4.0.3 (Ice Cream Sandwich) for Samsung Galaxy S II I9100" link
I have tried to reset the device to no avail.
I am trying to go back to stock android 4.2.2 Galaxy S4 Mini SPH-L520, and getting the following error from Odin,
<ID:0/004> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..[code].....
I have a verizon samsung galaxy s3. I'm planning to upgrade to the kitkat 4.4 but I was going to do a nandroid backup first. Using rom manager I am attempting to go into recovery mode but everytime I try I get this message:
System software not authorized by Verizon Wireless has been found on your phone. Please turn off your phone and go to the nearest Verizon Wireless store for support.
I disabled the knox sensor and then totally removed it and it's components. I don't know what else to try.
I followed everything from the [HOWTO] Root the Atrix 2 thread and i tried both 1 click method and the manual method.When I type in
---> adb shell (only type this if you are no longer in shell@targa)
---> mount -o rw,remount /dev/null /system
in the cmd, shell not found and Segmentation fault came out.
My HTC Wildfire (Buzz), i made it S-OFF , Rooted it (i guess) and succeessfully changed its rom to MIUI 2.3.7 . Before changing the rom i backed up the stock rom .The problem comes to whenever i boot to recovery and reach to a point where i am to select if i want to install zip file from sd cards and other selection, i am not able to install or access anything from sd card. Even when i tried to restore the backup using Rom Manager it fails.
> I really want to restore the back up or install another very stable rom compatible with my HTC Wildfire
> When i hold vol- and power buttons and try to go to recovery, the phone hangs at the Revolutionary logo !
THE MIUI is slow and can't withstand stress as every time i try to do something fast it displays error messages.
I am trying to Port the Mokee 4.4.2 and have become some what successful as it boots... but my story ends there it self !!
After it boots at the first screen itself a Pop up appears mentioning that " Unfortunately , the process com.android.systemui has stopped "
I have tried replacing the SystemUI.apk but still the problem persists !
HTC ONE X
my one x is stuck in the boot logo " htc quietly brilliant" screen and not responding to go to the OS 4.0.4
when i connect it i hear the sound of the usb connect but cant see it on "my computer"
i tryed to do fastboot but fail*
i tryed to do recovery reset mode and and it transfer me to the clockworkMod Recovery but in the "install zip from sdcard" there is no files it
looks like the phone as been format and there is nothing on him
how can i install a new OS on my phone again ?
p.s - when the phone is connected to the reset mode its say "fail to open usb master mode"
I have the Samsung Galaxy Tab 3, 7" (WIFI-ONLY).
Firstly, let's start by saying that I ended up rooting it after a while because it got boring having the simple, unmodified android.
It seems creativity got the best of me, and I ended up wanting to switch back to my normal android days. The problems started when I looked for the ways to upgrade my device, and it sais my device had been modified (rooted). So then I tried deleting SuperSU, thinking that would unroot, but nope... I then went to my great friend, we all know as Google. I then found the firmware, however didn't notice it said 3G, not just WIFI.... and loaded it onto my tablet following the instructions leading me to use Odin. I now have a Samsung Galaxy Tab 3 WIFI only, with 3G Firmware.
After countless hours, days, and now weeks of trying to get it back to the normal firmware, all my attempts result in an error on Odin, and here's what I get:
First, I just load the .md5 file, and this happens.
---
<ID:0/006> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..[code]....
Now, what do I do to get my precious tablet back to normal? , since I have the 3G version, I'm required to have a sim card which I can't put in because there's no sim card slot (it's a WIFI tab). I can't even use WiFi, because it won't turn on without a SimCard.
I have a S4 (SGH-I337M) with Android 4.2.2 installed on it, Not Rooted, Not unlock. My problem is with the WIFI and Network mobile serviec (GMS, 4G).
1. when i turn the wifi on, it gives me fail to obtain IP, and at the same the mobile service detected my Mobile Network (Rogers) for moment then it turns to No service for few moment to come back to Rogers an other time and so on( like infinity loop between Service detected and No service).
2. usually when i turn off the WIFI, the phone goes to look for 4G network but this doesn't happen now, and still Mobile Service between detected and Not.
3. What has been said until now is with SIM card On. and i tried to take it out the phone and turn the phone on, and the same problem is still with Mobile Network service but now the infinity look (as I like to call it) is between No service and Insert Sim card, at the same time can't access to the WIFI (Fail to obtain IP).
i have tried several thing to solve problem : like changing the SIM card, Reset phone to factory setting, turn it off for while and open it, but the problem still excite.
it seems that it is software problem but i don't know which process responsible of Network Service setting (WIFI, 4G, GSM) so i can stop it and lunch it again.
I installed customROM works fine. then I reverted back to stockROM then IMEI is gone. I tried the Engineering mode thing, I tried multiple IMEI Writers non of them works for me. I always have this error "meta mode entry fail" for some reason I don't know what to do.
I do have an MTK Based phone its dual Sim.
MT6582
Cherry Mobile Fuze Q390
I'm using a galaxy nexus with the newest version of jelly bean. For the past couple weeks, ive been experiencing a constant barrage of gmail sign in failed error messages.
I am able to login to gmail using the gmail application, as well as the generic email application. in the google account settings, it is able to be synced, and manually syncing doesn't prompt the error message.
I googled this issue and came across a couple solutions - changing my password using the chrome mobile browser, clearing the cache, etc, but nothing seems to work.
Its getting fairly frustrating having this notification pop up every few minutes or so.