I have a huawei u8950d which I wanna root.
Its bootloader has been locked but I found a way to root a locked device: http://forum.xda-developers.com/show....php?t=1461736
So I've make those following codes to a bat file:
Code:
adb push mempodroid /data/local/tmp
adb push su /data/local/tmp
adb push Superuser.apk /data/local/tmp
adb shell
cd /data/local/tmp
chmod 777 ./mempodroid
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
Hey all! Desperately seeking help here: I'm rooting my MyTouch 3g slide, and have successfully completed all the steps up to this point where I need to run "rageagainstthecage-arm5.bin" from the devices "/data/local/tmp/" folder.
Hi i'm trying to root my HTC DESIRE Z , i've rooted it before but after i broke it i sent it to a local htc service to fixit it ofcourse they unrooted me so now i'm running on 2.3.3 Android version , Sense 2.1 (Like before when i succeeded in rooting ) .
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
Hi,
My xt910 (GSM latam 4.04) was running perfectly with busybox and rooted and I tried to start the backtrack5 that time I did not run.
when I ran the boot script wahs show me that there was a problem in busybox applet, ok, I tried to reinstall busybox from inside the own and other errors appeared.
I have been trying to make a shell script for android that removes certain files to harden the device slightly against attack. This script has worked on an android emulator on ubuntu running froyo i think. when i try to run it on a windows box running 4.2 it brings up the error at the bottom. I have checked all the directories and they exist.
I managed to unlock my bootloader and install clockwork using hasoon2000's allinone program. but since i'm on 2.3.4 I was not able to use the permproot feature.
In the shell script, I will have to access the binary logs stored in /usr/local/mysql/data.
but when I do this,
STARTLOG=000002
ENDLOG=000222
file=`ls -d /usr/local/mysql/data/mysql-bin.{$STARTLOG..$ENDLOG}| sed 's/^.*\///'`
echo $file
I get the below error :
ls: cannot access /usr/local/mysql/data/mysql-bin.{000002..000222}: No such file or directory.