|
Hey!! I downloaded the updated patched-boot.zip - on the very first post of this thread and verified that it DOES WORK with the A700 tablet with the following details:
The s\w Image Number is: Acer_AV043_A700_RV05RC02_PA_CUS1
The Build Number: ACER_AV043_A700_1.017.00_PA_CUS1
Kernel version: 2.6.39.4+
There is an IMPORTANT PART of this procedure some may be missing! Once you run the 'flash-ICS-patchedBoot.bat' files, just SIT BACK and let the program go all the way thru by itself!- I have listed the prompts I saw from the app below, see my comments in BOLD CAPS:
echo Wait for connecting device
adb wait-for-device
adb reboot-bootloader
cls
echo -
echo Flashing of patched boot
fastboot flash boot boot-patched.img
echo -
echo Reboot
fastboot reboot
echo -
echo It is executed!- LEAVE THE APP ALONE AT THIS POINT!! IT WILL DO THE NECESSARY REBOOT ON IT'S OWN AND PROCEED FROM THERE. IF YOU DON'T LET THE APP DO IT'S THING, IT WILL FAIL!!!
echo -
echo Wait for connecting device
adb wait-for-device
echo -
echo Rooting
adb remount
adb shell stop
adb push su /system/xbin/
adb shell "chmod 06755 /system/xbin/su"
adb push Superuser.apk /system/app/
adb shell start
echo - ONCE THE APP HAS FINISHED, THIS BOX GOES AWAY AND THE TABLET REBOOTS. YOU CAN USE ROOT CHECKER PRO OR ANY OTHER TYPE APP TO CHECK THE ROOT.
I hope this helps someone and THANK YOU to ZeroNull for the GREAT work!!
|