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.
Ok - I just finished and can confirm you gain root access - woo hoo! I feel like a big weight has been lifted off my shoulders - (sad right?)
Here are the steps I took and I want to say from the beginning this is a fairly complicated process - I am what I consider an intermediate computer user and the process took me about an hour to figure out and get success.
I got hung up on the usb drivers for the Vtab - the ones provided by Vizio are rubbish and I could not even get them to work-
You need to have the ADB drivers installed - this is a great resource and I followed the directions here:
What Is ADB And How To Install It With Android SDK
I installed the Android SDK only installing the first two main packages and un-check everything else except for the USB drivers towards the bottom. Let that install and then you have to manually go to the directory with the USB driver files and edit. I used this thread to help me out:
My quest to root my Vizio VTAB108 Tablet and how I enabled ADB access - xda-developers
Follow the directions for editing inf file and then go to device manager and choose the file for your drivers - your tablet should show up towards the top of the device manager under Android ... something something - lol cant remember
You do not have to set the path to the directory but you will need to open a command prompt and manually go to the directory with the adb exe file and type adb devices
You should get a response showing your device.
Once you can confirm your device is listed then just open up the .bat file in the DoomLord directory - and make sure that the proper settings for USB debugging etc. etc. are correct and voila -
Really quite a complicated root process but it did work - hope my short instructions help some folks out - hope I was clear and did not leave out any steps.
I take no credit for any of this - It was really just taking some great info that others had so gracefully shared and put together that enabled me to succeed. I wish you the best!
Good luck!
How long until we get an easier root method?
Sent from my VTAB1008 using Android Tablet Forum
Now the next problem -- How is a symbolic link created to that pesky external SD card? That's the only reason I'm interested in any of this.
V3 of this link worked:
The adb.exe app included in the link above wouldn't recognize this driver and would just hang, waiting to try to detect the Vizio. So I copied adb.exe from the newest android dev kit, replaced the one in \files and it worked. It did take 2 tries. The process got stuck. So while connected, I unchecked USB debugging, let the process fail, re-checked USB debugging, and then ran it again. Success.
V3 of this link worked:
[16/Nov][ROOTING/UNROOTING] DooMLoRD's Easy Rooting Toolkit [v3.0](zergRush Exploit) - xda-developers
A couple of hints:
I couldn't get the drivers on the Vizio website to work with Windows 7. There is a post out there (don't have the link right now) that explains how to use the stock driver in the Android dev kit, add a few lines for the Vizio, and use that.
The adb.exe app included in the link above wouldn't recognize this driver and would just hang, waiting to try to detect the Vizio. So I copied adb.exe from the newest android dev kit, replaced the one in \files and it worked. It did take 2 tries. The process got stuck. So while connected, I unchecked USB debugging, let the process fail, re-checked USB debugging, and then ran it again. Success.
Now the next problem -- How is a symbolic link created to that pesky external SD card? That's the only reason I'm interested in any of this.
I hate to derail this thread. But the mount points appear to be in /etc/vold.fstab
I was able to copy that off to sd card, edit it, but can't put it back because the file system is read-only.
I think I'll wait for someone else to figure this out and post the step-by-step.
I also see /sdcard in the root directory as well as under /mnt. I don't know if I created that by accident or if it was already there.