Android Market problem on a MID9740

crashfly

Member
Jan 5, 2013
8
4
It seemed better to start my own thread than to hijack another one, so here is the info.

I am having difficulties getting the Google Market on to a Coby Kryos MID9740. This tablet was a recent purchase, and I followed the directions here exactly as posted. The tablet appears to be rooted, plus I have the recovery mode installed on the tablet. When attempting to install the google store apps (tried gapps-ics-201204290signed.zip and even the Coby_9740_root_gapps.zip), there is no luck in finding the google market afterwards. The gapps-ics-201204290signed.zip seems to have installed just fine, but no market shows up. The Coby_9740_root_gapps.zip file does not install due to verification testing not passing.

Anyone got some ideas here?
 

crashfly

Member
Jan 5, 2013
8
4
Well I think you missed this > http://www.androidtablets.net/forum...problem-market-install-9740-a.html#post288437
On installing Gapps on a 9740 you'll have to delete some files as stated!.

Also take your time reading this thread > http://www.androidtablets.net/forum/coby-generation-3/49936-looking-help-rooting-coby-mid9740.html
Actually, I have read those extensively. I have followed those instructions. There is a bit more than 250mb available on my /system/apps folder. So I do not believe that is the problem.

Any other ideas?
 

Ricky405jr

Member
Feb 23, 2013
255
23
Are you sure? follow these steps and post the results here.

You are running out of space on the tablet, which should not be happening. Have you done a factory reset on this tablet? If not, do so then boot the tablet normally. Enter USB Debugging mode on the tablet, run the following commands, and post the output?

Code:
adb shell
su
busybox df -h

The output will tell me what I need to know.

Here's the sample output of my 9742.

Code:
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:/ #
 

crashfly

Member
Jan 5, 2013
8
4
My apologies for not responding sooner, I found a workaround and kind of forgot to respond.

I am pretty certain that I rooted correctly. However, as for adding the cw recovery option, I cannot be for certain. As a workaround, I used "ES File Explorer" in root mode and appropriately extracted all of the files to the correct locations. Then I went to the shell and gave them the appropriate permissions. It would seem to me that the cw recovery option was not doing what it supposed to (hence why I do not know if that was installed correctly).

As for the room, here is the results:
Code:
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        503.9M    267.7M    236.2M  53% /system
/dev/block/nande          2.0G    354.1M      1.6G  18% /data
/dev/block/nandh        503.9M      8.4M    495.6M   2% /cache
/dev/block/nandi         15.9M      4.0K     15.9M   0% /mnt/private
/dev/block/vold/179:1
                          7.4G     74.4M      7.3G   1% /mnt/extsd
/dev/block/vold/93:80
                          4.3G      2.9G      1.4G  68% /mnt/sdcard
/dev/block/vold/93:80
                          4.3G      2.9G      1.4G  68% /mnt/secure/asec
/dev/block/dm-0          25.3M     23.4M      2.0M  92% /mnt/asec/mominis.Generic_Android.Jewels_and_Diamonds-1
/dev/block/dm-1           6.1M      4.7M      1.4M  77% /mnt/asec/com.twobeanapps.androidgames.wordslide-1
/dev/block/dm-2          12.2M     10.8M      1.4M  88% /mnt/asec/com.threed.bowling-1
/dev/block/dm-3           4.1M      2.6M      1.4M  65% /mnt/asec/com.mizerov.mahjong-1
shell@android:/ #

While the tablet is currently working with the google play store, I just want to be certain it does not have any other issues.
 

crashfly

Member
Jan 5, 2013
8
4
I was hoping for a bit more help. It is implied that I did not install the cw recovery correctly. According to the thread here, it suggests that I look at the post here to install the cw recovery option. As I followed the instructions, I can only suggest that the recovery did not install correctly. Any suggestions to what I need to do?
 
Top