hannspree rooting

  • Replies:6
steve ff
  • Forum posts: 3

Oct 6, 2011, 2:14:35 PM via Website

Hi guys I have a hannspree tablet sn10t1. And I was wondering if eny body had tried to root This tablet? If nobody has, does enybody know how to do it?and if so ,after rooting would that give me accses to the android market, that is what I am really after,does enybody know how to do that?
Eny help would be most appreciated .
Cheers steveff

Reply
Phil Chandler
  • Forum posts: 3

Dec 17, 2011, 9:12:51 AM via App

I thought I would revive this thread as I have the same question.

Reply
Aaron Tilton
  • Forum posts: 838

Dec 19, 2011, 12:01:22 PM via Website

Just want to say that I've never tried to root one myself but I did recently run across this rooting guide for Hannspree tablets while I was look up info rooting my phone. I don't know if it works but it was listed on a lot of other sites. Hope it helps but as always remember to do your research before rooting anything. I just almost bricked my Xperia Play because I screwed up a root attempt.... :wacko:

Hannspad Rooting Guide (v2 August 4th 2011)

DO NOT INSTALL ANY "OVER THE AIR" UPDATES TO THE STOCK ROM AFTER
INSTALLING CLOCKWORK MOD - THEY WILL NOT WORK!

This guide assumes you have a fully stock Hannspad.

Easy Way
Download these 2 files:
http://blair.be/hannspad/recovery.rar
http://blair.be/hann...nnspadStock.zip

1. Plug your tablet into usb, plugging the power adapter in would be a
good idea as well.
2. Enable usb file transfer
3. Extract recovery.rar and you'll find an update.zip file. Copy this
zip to the root of the tablet's storage, as well as
RootedHannspadStock.zip
4. Power off the device
5. Hold the VOLUME + button in and press and hold the power button. It
should say "Recovery key detected" and "Booting recovery kernel image"
6. Now in the recovery screen, select "Apply internal update.zip"
using the volume keys to move and the power button to make the
selection
7. Your tablet should reboot, you'll need to hold the power button in
until it turns off again, wait a few seconds and reboot into recovery
mode as described above. It should be different now, as it's
ClockWorkMod Recovery (CWM)
8. Again, use the volume keys to move up and down, go to "Install zip
from sdcard" and this time press the home key to make a selection.
9. Next, select "Choose zip from sdcard"
10. Scroll down to RootedHannspadStock.zip and select it - it will ask
you to confirm, scroll down and press yes.

That's it, your tablet is now rooted!

Hard Way

First step is to install the CWM recovery image (modified by roebeet).

Download it here: http://blair.be/hannspad/recovery.rar

Plug the tablets USB into your computer, I recommend plugging the
power cord in as well. If that's not possible make sure it's fully
charged.

1. In the tablet, enable usb file transfer.
2. Extract the recovery archive you downloaded above, and put the
update.zip file in the root of the tablets usb storage.
3. Power off the tablet, and reboot it holding in the VOLUME + key at
the same time as the power button. It should say recovery key detected
and boot into recovery.
4. After the recovery menu loads, press VOLUME - to highlight "Apply
Internal update.zip" and press the power button briefly. It should
take about 10 seconds to install, the tablet will reboot after it's
complete.
5. Hold the power button in for around 10 seconds until the tablet
turns off, then start it again in recovery mode (detailed above).
6. Use the volume keys to highlight "backup and restore", press the
home soft-touch key to select it.
7. Ensure the "Backup" option is highlighted and press the home key
again. It should start to back up the entire tablet to the internal
storage of the tablet. This will take a few minutes.
8. You can now reboot the tablet by pressing the home key on the
"reboot system now" option.
9. You're done!

Step 2
Rooting
USB driver files: http://blair.be/hann.../usb_driver.rar

Note for this method you will need adb installed and working. There
are numerous guides out there for this, please search google.

If you have problems getting adb running you likely had the same issue
as me, and windows had installed default drivers for the tablet
without asking. See here for how to fix it:
http://developer.nvi...cant-see-device


Download the latest version of SuperOneClick root here:
http://forum.xda-dev...ad.php?t=803682
Note that it can set off some anti-virus programs, it is perfectly safe though.

If you're running Vista/Windows 7 make sure to run it as administrator.

1. Enable usb debugging on the tablet
(Settings/Applications/Development -> USB debugging). It's probably a
good idea to check "Stay awake" as well.
2. Extract the SuperOneClick zip to a folder anywhere on your pc.
3. Run SuperOneClick.exe
4. Click the big "Root" button at the top left, let it work.
5. It'll ask you if you want to install busybox, click yes.
6. It'll ask you if you want to test the root, click yes
7. If successful it'll tell you
8. Reboot the tablet. (this is extremely important)

Market + Google Apps

This will show you how to install all the normal Google software to
your tablet, enabling the full market and Gmail app among other
things.

1. Download the Google files here: http://oron.com/2ga4...leapps.rar.html
2. Extract them to a folder called "google".
3. Enable usb file transfer on the tablet, and copy the directory
across. Safely remove the device when done and disable usb file
transfer, but leave the usb cable plugged in.
4. Browse to the Android SDK directory on your pc, and go into the
"platform-tools" directory.
5. Shift+Right click anywhere in the folder and select "Open command
prompt here"
6. Type the following;

adb shell
su

Note that it'll ask for superuser permissions on the tablet, it's
important you confirm this.
Note also that this may be a limited version of the market due to
issues in the rom
Mount the /system directory as read/write:

mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system


Now, you would usually just mass copy all these over in one command,
however this will lead to "out of memory" errors and won't work, so
the slow way it is.

cd /sdcard/google/app
cp * /system/app/
cd /sdcard/google/etc/permissions
cp * /system/etc/permissions/
cd /sdcard/google/framework
cp * /system/framework/
cd /sdcard/google/lib
cp * /system/lib/
exit
exit


7. Close the command prompt
8. You might need to reboot your tablet here

Have wifi running and connected before you run SetupWizard on the home
screen and input your details, otherwise you might not be able to set
up a wifi connection with it running.

Optional
Replace settings screen with standard Android settings
Credit for the files goes to copritch of XDA forums.

I don't recommend replacing the stock settings files unless you really
need to, as it can cause the tablet not to boot properly. If you want
to use this method to use a different keyboard, i recommend removing
the custom settings files after you're done and reusing the one's the
we will back up in the guide to prevent any bootloop issues.

Download this: http://blair.be/hannspad/settings.rar

This assumes you've rebooted your device after installing the apps above.

1. Connect tablet to PC via usb
2. Extract the settings.rar file to your tablets usb storage
3. Start a command prompt as done for the Google apps
4. Type the following

adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /system/app
mv Settings.apk Settings.bak
mv SettingsProvider.apk SettingsProvider.bak
cp /sdcard/settings/Settings.apk /system/app/Settings.apk
cp /sdcard/settings/SettingsProvider.apk /system/app/SettingsProvider.apk
exit
exit

Reply
steve ff
  • Forum posts: 3

Jan 28, 2012, 8:39:34 AM via App

the easiest. way to root this device is by downloading z4root then root device temporary, do Not root permanent

Reply
steve ff
  • Forum posts: 3

Jan 28, 2012, 8:40:55 AM via App

try z4root

Reply
Phil Chandler
  • Forum posts: 3

Feb 10, 2012, 11:21:17 AM via Website

I rooted my Hannspad successfully and installed the HannsTitan ROM, following these clear and straightforward instructions http://specialfrieddice.com/HackingHannspreeHannspad-00

You will also find alternative methods and discussions here - http://tabletrepublic.com/forum/hannspad/

The best ROM I have found so far in terms of usability and full functionality is called VeganTab Ginger - see http://vegantab.gojimi.com/

Follow instructions carefully to avoid bricking your box.

Reply
Eric McBride
  • Forum posts: 1,790

Feb 10, 2012, 1:33:05 PM via Website

Nice find!

Phil Chandler
I rooted my Hannspad successfully and installed the HannsTitan ROM, following these clear and straightforward instructions http://specialfrieddice.com/HackingHannspreeHannspad-00

You will also find alternative methods and discussions here - http://tabletrepublic.com/forum/hannspad/

The best ROM I have found so far in terms of usability and full functionality is called VeganTab Ginger - see http://vegantab.gojimi.com/

Follow instructions carefully to avoid bricking your box.

Reply