Thanks, with the exception of an unfortunate lack of WPA encryption, that does the trick ^_^
However, I am having a new problem that may actually have existed without me noticing for a while now. For some reason almost every app that I try to update or install from the Play Store gives me one of three errors, Insufficient Space, Package File is Invalid, or Invalid Download URI. In fact, I purposely uninstalled the BusyBox updater application and tried to just install its newer version since I don't have any saved settings in there anyway and it's still giving me the Insufficient Space error.
So, I fired up ADB to check my free space and here's what it tells me:
Code:
C:\Users\CCRLH85>adb shell
uid=0 gid=0@android:/ # df
df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 214452 48 214404 0% /dev
tmpfs 214452 0 214452 0% /mnt/asec
tmpfs 214452 0 214452 0% /mnt/obb
/dev/block/mtdblock5 162304 155348 6956 96% /system
/dev/block/mtdblock6 168832 148476 20356 88% /data
/dev/block/mtdblock1 127104 1164 125940 1% /cache
/dev/block/mmcblk0p2 1032088 387092 592568 40% /sd-ext
/dev/block/mmcblk0p2 1032088 387092 592568 40% /data/dalvik-cache
/dev/block/mmcblk0p2 1032088 387092 592568 40% /data/app
/dev/block/vold/179:1
7021824 6914880 106944 98% /mnt/sdcard
/dev/block/vold/179:1
7021824 6914880 106944 98% /mnt/secure/asec
It looks like the /data partition is still on internal storage, is that supposed to be the case? If so, does anyone have any ideas about how to clear some of that up since I've uninstalled about 10 applications since the first time I checked this screen and the used space in /data hasn't moved more than about 50KB.