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.
The space is used for /cache /system /data
The system (Android) is using the bulk of that space and will on any tablet you get. What you're looking for is a tablet with more than 4GB of internal storage.
Here is my 14G of Internal Storage, I dont have any problem, MID7036-4. sorry for the crappy camera.
View attachment 9717View attachment 9718
adb shell
su
busybox df -h
shell@android:/ # busybox df -h
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 407.1M 44.0K 407.1M 0% /dev
tmpfs 407.1M 0 407.1M 0% /mnt/asec
tmpfs 407.1M 0 407.1M 0% /mnt/obb
/dev/block/nandd 252.0M 245.9M 6.1M 98% /system
/dev/block/nande 2.0G 606.7M 1.4G 30% /data
/dev/block/nandh 503.9M 8.4M 495.6M 2% /cache
/dev/block/vold/179:1
29.7G 8.8G 20.9G 30% /mnt/extsd
/dev/block/vold/93:64
4.6G 2.5G 2.1G 54% /mnt/sdcard
/dev/block/vold/93:64
4.6G 2.5G 2.1G 54% /mnt/secure/asec
/dev/block/dm-0 42.6M 40.5M 2.1M 95% /mnt/asec/com.eamobile.monopoly_full_azn-2
/dev/block/dm-1 2.0M 488.0K 1.6M 23% /mnt/asec/org.ais.archidroid-2
/dev/block/dm-2 45.6M 44.0M 1.6M 96% /mnt/asec/com.eamobile.bejeweled2_full_azn-2
/dev/block/dm-3 2.0M 112.0K 1.9M 5% /mnt/asec/com.magic8ball-2
/dev/block/dm-4 17.2M 15.8M 1.4M 92% /mnt/asec/com.aldiko.android-1
/dev/block/dm-5 16.2M 13.3M 2.9M 82% /mnt/asec/com.massivefinger.PinballRide-2
/dev/block/dm-6 9.1M 8.0M 1.2M 87% /mnt/asec/com.eamobile.tetris_full_azn-1
shell@android:/ #