CM10 for Coby 8042

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Also your system looks small should be bigger than 216.9M used, once system is installed.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
also how are you adding your modules? you can't open the tar and add them as that breaks permissions, you would need to install the tar then use adb to push your modules.

mount -t ext4 /dev/block/mmcblk0p3 /system

adb shell

rm -r /system/*

busybox tar -xvf /sdcard/1jb8042_system.tar

exit

adb push modules /system/vendor/modules/

adb shell
chmod 644 /system/vendor/modules/*

if you in anyway opened 1jb8042_system.tar then it is junk, you need another one once opened permissions are lost.
 
Last edited:

Ricky405jr

Member
Feb 23, 2013
255
23
also how are you adding your modules? you can't open the tar and add them as that breaks permissions, you would need to install the tar then use adb to push your modules.

mount -t ext4 /dev/block/mmcblk0p3 /system

adb shell

rm -r /system/*

busybox tar -xvf /sdcard/1jb8042_system.tar

exit

adb push modules /system/vendor/modules/

adb shell
chmod 644 /system/vendor/modules/*

if you in anyway opened 1jb8042_system.tar then it is junk, you need another one once opened permissions are lost.
Ooooopsss that's what I did ! downloading it again.
 

Ricky405jr

Member
Feb 23, 2013
255
23
Now I noticed that when installing with
busybox tar -xvf /sdcard/1jb8042_system.tar

it stopps without installing the whole tar file.
I have downloaded the CM10 again randomly I tried to
rm -r /system/*
then install again but at some files random it stops
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
then there is a problem with the partition, try the app to repair it.
 

Ricky405jr

Member
Feb 23, 2013
255
23
oke found something in the app it shows I have 1 fat32 and 2 ext4 right but in minitool wizard it shows 1 fat32 and 2 ext3 ????? hmmmm
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
oke found something in the app it shows I have 1 fat32 and 2 ext4 right but in minitool wizard it shows 1 fat32 and 2 ext3 ????? hmmmm

Ok I got another ideal, I have put the cm10 in a zip rather than tar, this one you can open and add your modules then rezip it, this zip will tell cwm to format the two partitions to correct ext4 file system, and then will install cm10 to to correct partition.
 

Ricky405jr

Member
Feb 23, 2013
255
23
That would be perfect! Then will I have to busybox or install with cwm as a rom and what about the boot.img after that will I have to install that also?
I kind of like yoir ideal's! :)

Sent from my CM9 Coby 8042 Kyros using Tapatalk 4 Beta Again
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
That would be perfect! Then will I have to busybox or install with cwm as a rom and what about the boot.img after that will I have to install that also?
I kind of like yoir ideal's! :)

Sent from my CM9 Coby 8042 Kyros using Tapatalk 4 Beta Again

Here is download link Dev-Host - CM10_8042_test.zip - The Ultimate Free File Hosting / File Sharing Service

it includes your boot.img,

open zip add your modules rezip

then place on sdcard

boot into recovery and install like any other zip.
 

Ricky405jr

Member
Feb 23, 2013
255
23
Progress!!! now CM10 boots up good , but I think something went wrong when I added or rezipped with my modules cos touch isn't working.
So I can't go further then the welcome screen. Downloading it again.
Good news is it boot's up good!
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
If you have a usb mouse you can hook it up to tablet and navigate via mouse.
 
Top