https://www.dropbox.com/s/gqjukh6nhkf5ybu/root.txt this my attempts at rooting my 7036. I found the C error fixed it, but still running into the Are you root? message once it finishes running. Any thoughts?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
https://www.dropbox.com/s/gqjukh6nhkf5ybu/root.txt this my attempts at rooting my 7036. I found the C error fixed it, but still running into the Are you root? message once it finishes running. Any thoughts?
no within the root utility filestructure on your pc
mv ../stuff/install/busybox ../stuff/busybox
judging by your screencap you there is another error with in the script
**** here dl this https://www.dropbox.com/s/kbhyntbfddb36qp/RunMe.bat and replace the .bat in you utility directory..... it looks like the c error is because it is supposed to be a shell command but busybox was never pushed.
:NORMAL
IF %ric% == 1 GOTO RICSTUFF
echo Going to copy files to it's place
[COLOR=#ff0000]C[/COLOR] shell "/data/local/tmp/busybox mount -o remount,rw /system && /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su && /data/local/tmp/busybox mv /data/local/tmp/Superuser.apk /system/app/Superuser.apk && /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox && chown 0.0 /system/xbin/su && chmod 06755 /system/xbin/su && chmod 655 /system/app/Superuser.apk && chmod 755 /system/xbin/busybox && rm /data/local.prop && reboot"
GOTO FINISH
:NORMAL
IF %ric% == 1 GOTO RICSTUFF
echo Going to copy files to it's place
[COLOR=#ff0000]stuff\adb.exe[/COLOR] shell "/data/local/tmp/busybox mount -o remount,rw /system && /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su && /data/local/tmp/busybox mv /data/local/tmp/Superuser.apk /system/app/Superuser.apk && /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox && chown 0.0 /system/xbin/su && chmod 06755 /system/xbin/su && chmod 655 /system/app/Superuser.apk && chmod 755 /system/xbin/busybox && rm /data/local.prop && reboot"
GOTO FINISH
This batch still throws the C is not found error, it's near the bottom
Code::NORMAL IF %ric% == 1 GOTO RICSTUFF echo Going to copy files to it's place [COLOR=#ff0000]C[/COLOR] shell "/data/local/tmp/busybox mount -o remount,rw /system && /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su && /data/local/tmp/busybox mv /data/local/tmp/Superuser.apk /system/app/Superuser.apk && /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox && chown 0.0 /system/xbin/su && chmod 06755 /system/xbin/su && chmod 655 /system/app/Superuser.apk && chmod 755 /system/xbin/busybox && rm /data/local.prop && reboot" GOTO FINISH
Code::NORMAL IF %ric% == 1 GOTO RICSTUFF echo Going to copy files to it's place [COLOR=#ff0000]stuff\adb.exe[/COLOR] shell "/data/local/tmp/busybox mount -o remount,rw /system && /data/local/tmp/busybox mv /data/local/tmp/su /system/xbin/su && /data/local/tmp/busybox mv /data/local/tmp/Superuser.apk /system/app/Superuser.apk && /data/local/tmp/busybox cp /data/local/tmp/busybox /system/xbin/busybox && chown 0.0 /system/xbin/su && chmod 06755 /system/xbin/su && chmod 655 /system/app/Superuser.apk && chmod 755 /system/xbin/busybox && rm /data/local.prop && reboot" GOTO FINISH
I changed this, and rooted a 7036 just fine. I also used it to install gapps. Thanks so much!
good eye mate, should i share and updated .bat script
#### note have tried all sorts of diff. exploits still havent rooted Kryos Mid8048-04. Starting to believe the chipset cant be rooted.
You should indeed. Once you do I will add the rooting routines to the root utility. Can you do system dumps now that you guys are properly rooted?
I was able to root an 8048 using the unlockroot.exe program, so it can be rooted. I then used option 3 of this script to install the Play Store (I couldn't get this script to root the 8048...totally could have been related to something I was doing though.)
Augie
Please mate provide the link ... I for some reason thought I had checked into it and after looking at the internal files saw it said that if ./adb root returns adbd not available in production mode this script will not work... which is what it returns... anyway I only have a LINUX box maybe I should install a windows VM.
PS Im dying to get it rooted
Here is the thread that referenced the unlockroot program. http://www.androidtablets.net/forum.../49404-looking-help-rooting-coby-mid7048.html It is about halfway down the first page. I did not have to do the manual editing of the inf files. I simply ran the program. Not sure if it matters, but I had already installed the ADB driver (in an attempt to use the script from this current thread.) I used a Win7 box to run the program.
(As mentioned in the referenced thread, the unlockroot program wants to install a lot of other crap on your computer. Fairly annoying, but I was able to successfully uncheck everything.)