- Thread starter
- #16
the size of internal sdcard doesn't matter, as we don't mess with it.
the size of your system is important
can you adb into your tablet? i need some info
adb shell
busybox df -h
below is the build.prop in your backup.
notice it shows 7065 and 1045 but not 7060, I can't see Coby doing that.
# begin build properties # autogenerated by buildinfo.sh ro.build.id=IML74K r - Pastebin.com
Here is the result:
Microsoft Windows [Versão 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.
C:\Script>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
0123456789ABCDEF device
C:\Script>adb shell
shell@android:/ $ busybox df -h
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 427.1M 80.0K 427.0M 0% /dev
tmpfs 427.1M 0 427.1M 0% /mnt/asec
tmpfs 427.1M 0 427.1M 0% /mnt/obb
ubi0_0 314.8M 150.0M 160.1M 48% /system
/dev/block/mtdblock6 127.9M 48.6M 79.4M 38% /factory
ubi1_0 1.4G 12.1M 1.4G 1% /data
/dev/block/mtdblock7 511.8M 72.2M 439.6M 14% /cache
/dev/block/vold/250:37
12.2G 670.5M 11.5G 5% /mnt/sdcard
df: /mnt/secure/asec: Permission denied
/dev/block/vold/253:1
14.6G 13.1G 1.5G 90% /mnt/sdcard/external_sdc
ard
1|shell@android:/ $
Last edited: