This worked on my prime which appeared to have a partial root after upgrading with the OTA update, i was able to restore full root by running a few commands.
View: Root Transformer Prime After Jellybean 4.1.1 Update
For the experinced users its just a case of running a few commands
adb push su /data/local/tmp/
adb push Superuser.apk /data/local/tmp/
adb push busybox /data/local/tmp/
adb shell
i tried root my wt19i mobile.
recently i upgraded it to ICS by using flashtool
bt i coudn't root it bcos it says
busybox: /system/xbin/showkey: Read-only file system
busybox: /system/xbin/slattach: Read-only file system
busybox: /system/xbin/sleep: Read-only file system
busybox: /system/xbin/smemcap: Read-only file system
busybox: /system/xbin/softlimit: Read-only file system
busybox: /s
i have a filesystem build with buildroot, to compile code for a device using a old kernel and uClibc.
Now i want to chroot into the fs. The problem is, i dont have /bin/bash, just /bin/busybox. How do i say chroot to use busybox ash instead? I already tried to create a link to busybox ash, but chroot still says failed to run command /bin/bash. no such file or directory.
AFAIK, the cpio command will always extract into the current directory.Unless you have the cpio.tcz extension installed, you'd be using the BusyBox cpio command. The web page (http://www.busybox.net/downloads/BusyBox.html#cpio) does not provide any mo...
I finally did it, I rooted my SGS2 i9100!
However, I have a problem. I see where CWM and Superuser are........but there is no busybox. This is the kernel I flashed from chainfire:
CF-Root-SGS2_XW_XEN_KK2-v5.0-CWM5
I could really use some help.
Thanks
Hi,
My first post here:
Was looking if someone can help enhancing my code.
I am limited to sh or ash shell (android / busybox)
I made a script to look for busybox symlinks, backup them and delete them
I have these questions about the below code:
- busybox tar do not has the options to append to an archive, any workaround for my script to avoid backing up separate files?
- I want to avoid gr
All right. I was trying to install V6 Supercharger after updating my ROM to 2.13 Rooted. Something went wrong and busybox is a goner. SU asks to update it, but can't. TB asks to update it, but can't.
I gonna try to make Embedded Linux distribution and my board is raspberry pi.
I was tinkering with my router these days. It runs on MIPS core and the OS is based on Linux. But the builtin busybox is very limited. I managed to export a binary of busybox compiled for MIPS through telnet. After changing chmod to executable, when I try to run the binary with command './busybox-mips', it instantly prints 'SIGUSR1' on the terminal and terminates. What is wrong here?