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.
put ur coby in debug mode and connect it to ur computer. open command window in the folder where the fastboot file is present (shift+right click if window vista) and enter the following command "fastboot erase (name of partition)" (am i right traveller? or missing something?)i can't run the fastboot it will automatically close if i run the program , then i try other fastboot same problem it will close again approximately in 1sec the program will close, idon't know now how can i fix my 2nd internal memory
There's a possibility that may work, but most likely it won't. While not true for every device, normally the device has a fastboot mode that it must be put into in order to accept fastboot commands. For example, my Dell Streak has a fastboot mode which is accessed by holding down the camera button while powering up the unit. From there I can flash the baseband files which control the Streak's radios.put ur coby in debug mode and connect it to ur computer. open command window in the folder where the fastboot file is present (shift+right click if window vista) and enter the following command "fastboot erase (name of partition)" (am i right traveller? or missing something?)
thx, but can we go into fastboot mode using adb shell command?There's a possibility that may work, but most likely it won't. While not true for every device, normally the device has a fastboot mode that it must be put into in order to accept fastboot commands. For example, my Dell Streak has a fastboot mode which is accessed by holding down the camera button while powering up the unit. From there I can flash the baseband files which control the Streak's radios.
In the case of Coby, I know some of their units, especially the earlier Generation 1 and 2 units, have a fastboot mode. But I don't know how to access it as I don't have the tablet in question.
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.m
onopoly_full_azn-2
/dev/block/dm-1 2.0M 488.0K 1.6M 23% /mnt/asec/org.ais.archid
roid-2
/dev/block/dm-2 45.6M 44.0M 1.6M 96% /mnt/asec/com.eamobile.b
ejeweled2_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.and
roid-1
/dev/block/dm-5 16.2M 13.3M 2.9M 82% /mnt/asec/com.massivefin
ger.PinballRide-2
/dev/block/dm-6 9.1M 8.0M 1.2M 87% /mnt/asec/com.eamobile.t
etris_full_azn-1
shell@android:/ #