sorry for the dumb question, but how do i copy and paste the output after running the adb shell df command? i ran it in the command window but there is no option to let me copy and paste the results.
do this
then you will have a file on your C: drive called df.txt that has the output in it.Code:cd C: adb shell df > df.txt
thanks a lot. so I ran it and these are the results I got. Not sure what any of it means though
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 115600 0 115600 0% /dev
tmpfs 115600 0 115600 0% /mnt/asec
/dev/block/mtdblock4 143744 143744 0 100% /system
/dev/block/mtdblock6 268032 112464 155568 42% /data
/dev/block/mtdblock5 94848 31420 63428 33% /cache
/dev/block/mtdblock0 1536 1176 360 77% /config
thanks for you post as i feared
partition total size used remaining USED
/dev/block/mtdblock4 143744 143744 0 100% /system
so it seems some of your phones have a bit smaller system paritions, that means it didn't fully install on your phone. i will have to slim down the rom a bit more for it to fully work for everyone. again thanks for your post, it will get fixed!