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.
Now that we have the update all over we need a rooter for 3.2.
This is to all the great guys who help us please get one to work.
I praise all who help us keep going.
Thanks
Hello wicced247,
I see that you are running this on an A100, not the A500. Do I understand correctly that the updates were different for the two tablets. Does the A100 with HC 3.2 have the same "locked bootloader" as the A500. Does ADB SHELL allow the user to circumvent the locked bootloader?
Has anyone tried this on an A500 running HC 3.2?
Is this process reversible? Will it allow future OTA updates after it has been done?
Thanks.
there is a method to root HC 3.2....
copied my post from here>>> http://www.androidtablets.net/forum/acer-iconia-tab-a500-forum/22966-new-a500-3-1-needs-rooted.html which has reports of other methods.... NOTE this method uses ADB
This is how i got to root my Acer A100 running Anroid 3.2 Honeycomb>>
first download SU.zip (you can also download directly into your tablet by clicking the link) from here > su.zip
extract the SU file from ZIP download to your Tablet's root directory>>> /mnt/sdcard/
****please note SDCARD means internal memory and not the external MicroSD
once SU file is placed in your Tablet's root directory, the rest is left to Android ADB SHELL.
If you dont have Android ADB installed on your computer, you can get it from here:
for Ubuntu/Linux use this link > [GUIDE] Lazyman's installation guide to ADB on Ubuntu 10.10 - Now with Ubuntu 11.04 ! - xda-developers
for Windows use this link > How to Set Up ADB on Windows 7, Vista & XP for Android Phones
after getting ADB SHELL up and running on your computer, USB your tablet to your computer and enter USB Debugging mode on the tablet. Once tablet is connected an in USB Debugging mode, follow steps below:
Steps using Ubuntu/LINUX:
open TERMINAL then copy and paste lines 1-3 individually
1. adb shell /system/bin/cmdclient ec_micswitch '\`mount -o remount,rw /system\`'
2. adb shell /system/bin/cmdclient ec_micswitch '\`cat /mnt/sdcard/su >/system/xbin/su\`'
3. adb shell /system/bin/cmdclient ec_micswitch '\`chmod 6755 /system/xbin/su\`'
Steps using WINDOWS:
open CMD then copy and paste lines 1-3 individually
1. adb shell /system/bin/cmdclient ec_micswitch '`mount -o remount,rw /system`'
2. adb shell /system/bin/cmdclient ec_micswitch '`cat /mnt/sdcard/su >/system/xbin/su`'
3. adb shell /system/bin/cmdclient ec_micswitch '`chmod 6755 /system/xbin/su`'
Once finished, install SuperUser from android market and Busybox Installer to confirm ROOT on tablet. If Busybox Installer fails apply lines 1-3 again.
i copy 2 and when i enter it .... it says... can not locate directory ..... i can verify it is there.... dont know what the deal is though....