ZombieBear
Well-Known Member
DISCLAIMER: This is for the original ICS firmware that was on the device when it was first releases. I don't think it'll work on JB. Attempt at your own risk.
Thanks to the wonderful guys at XDA Developers, you can have full root access on this wonderful device that is the Acer Iconia A700!
It is not a one click root and definitely NOT for the faint of heart.
I had to attempt multiple methods and change some of the code on the scripts to get it, but I finally have root on my device.
Here are the instructions with a copy of the last modded script I ran to finally achieve root:
Pre-requisites:
Download and install the A700 drivers from the Acer site (IMPORTANT, the ones Windows installs by default won't work with ADB)
Install the Android SDK (Android SDK | Android Developers)
Go to the installation directory
X86 Systems: C:\Program Files\Android\android-sdk
64-Bit systems: C:\Program Files (x86)\Android\android-sdk
Run the SDK Manager (With admin privileges or it won't work)
Install the Platform-tools component
Step 1: Unlocking the bootloader
You will need to unlock your bootloader with the instructions found at:
Unlock bootloader - xda-developers
Step 2: Achieving root
Open up a command line with Admin privileges and navigate to the folder where you unzipped the "A700 Root.zip" file
Run the command RunToRoot.bat
The device should reboot a couple of times in the process.
NOTE: If you just try to run the RunToRoot.bat file without being in a terminal, it will fail as it won't be able to locate the files.
-----------------------------------------------------------------------
I take no credit for the methods utilized to root the device, I simply modified the scripts and compiled them in a method that worked in my system and that I could distribute to other people looking for this.
All credit for the methods used for rooting got to the wonderful people at XDA Developers, particularly those in the thread Full root for A700 and A701 tablets - xda-developers
Make sure to thank them if you found this useful
Thanks to the wonderful guys at XDA Developers, you can have full root access on this wonderful device that is the Acer Iconia A700!
It is not a one click root and definitely NOT for the faint of heart.
I had to attempt multiple methods and change some of the code on the scripts to get it, but I finally have root on my device.
Here are the instructions with a copy of the last modded script I ran to finally achieve root:
Pre-requisites:
Download and install the A700 drivers from the Acer site (IMPORTANT, the ones Windows installs by default won't work with ADB)
Install the Android SDK (Android SDK | Android Developers)
Go to the installation directory
X86 Systems: C:\Program Files\Android\android-sdk
64-Bit systems: C:\Program Files (x86)\Android\android-sdk
Run the SDK Manager (With admin privileges or it won't work)
Install the Platform-tools component
Step 1: Unlocking the bootloader
You will need to unlock your bootloader with the instructions found at:
Unlock bootloader - xda-developers
Step 2: Achieving root
Open up a command line with Admin privileges and navigate to the folder where you unzipped the "A700 Root.zip" file
Run the command RunToRoot.bat
The device should reboot a couple of times in the process.
NOTE: If you just try to run the RunToRoot.bat file without being in a terminal, it will fail as it won't be able to locate the files.
-----------------------------------------------------------------------
I take no credit for the methods utilized to root the device, I simply modified the scripts and compiled them in a method that worked in my system and that I could distribute to other people looking for this.
All credit for the methods used for rooting got to the wonderful people at XDA Developers, particularly those in the thread Full root for A700 and A701 tablets - xda-developers
Make sure to thank them if you found this useful

