Okay fellas, was able to get this rooted (as many others), by pulling the sdcard out of the device. As requested by CRK, was also able to increase the internal storage by replacing the 4GB card with a 16GB. A word of caution I used gparted in xubuntu,
this program can do heavy damage if the user cannot identify the correct drives. You've been warned.
1. What you want to do is make an image of your drive. To identify it, you can open up gparted and pull down the menu on the upper right side. You want to record/remember the 4 GB volume with between 2-4 partitions.
2. Now you want to make your backup image. Close out gparted and go into terminal. You will need su/root privileges.
So for ubuntu you would type in terminal: (other linux systems "su")
sudo dd if=/dev/sdb of=/opt/backup_sdb.img
*Where /dev/sdb is your sdcard
3. After your image is copied, Open up your largest partition folder (usually between 3.1 - 3.4 GB)
4. Copy ALL files and directories to a folder of your choice (including hidden files)
5. Unmount/Eject ALL partitions.
6. Place a formatted 16GB (or whatever) into your computer. Identify this drive again by using gparted (as in #1)
7. Restore the 4 GB image onto the new card by entering the following in terminal (assuming you are using Ubuntu)
sudo dd if=/opt/backup_sdb.img of=/dev/sdb
*Where /dev/sdb is your sdcard
8. After your image is copied, unmount/eject all partiions or volume.
9. Re-Insert sdcard, open gparted.
10. Expand Your Largest Partition.
10. Delete the largest partition (between 3.1 - 3.4 GB) and unallocated space
11. Create a New Partition using Fat32
12. Copy over the files from step 4 to THIS new partition.
11. Unmount/Eject and Enjoy your extra space.
==============================================================================================
It has been pretty exhausting doing all this research for this device. Again, thanks to PBB and others...I would have chimed in earlier, but wasn't really sure of myself.
This post has been edited by raul_sensi: 19 July 2011 - 01:18 PM