- Nov 8, 2011
- 3,836
- 1,394
- Thread starter
- #16
Where is the error? I need to see what you are typing and see the error. So copy and paste everything from terminal.
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.
Where is the error? I need to see what you are typing and see the error. So copy and paste everything from terminal.
~ # mount -t ext4 /dev/block/mmcblk0p3 /system
mount -t ext4 /dev/block/mmcblk0p3 /system
mount: mounting /dev/block/mmcblk0p3 on /system failed: Invalid argument
~ #
It would be appear the partition isn't formatted as ext4 try to mount other partition.Ok, here is the terminal with the error. This is all being done while in CM Recovery Mode.
Code:~ # mount -t ext4 /dev/block/mmcblk0p3 /system mount -t ext4 /dev/block/mmcblk0p3 /system mount: mounting /dev/block/mmcblk0p3 on /system failed: Invalid argument ~ #
It would be appear the partition isn't formatted as ext4 try to mount other partition.
I really don't know then, invalid argument means incorrect parameters, eg you typed commands wrong or partition isn't ext4.
Copy and paste the commands I posted in your terminal rather than typing them, also try to mount other partition. Yes fat should be first partition.
This is a prerequisite post for CM10 for 8042.
Once you partitioned your sdcard, boot into recovery
You should make a backup before you install cm10.
adb shell
mount -t ext4 /dev/block/mmcblk0p3 /system
mount -t ext4 /dev/block/mmcblk0p2 /data
busybox df -h
now look at your Used Available for /dev/block/mmcblk0p3 and /dev/block/mmcblk0p2
the partition mount as /data should be larger than the one mounted by /system.
if /system partition is larger then umount both
umount /dev/block/mmcblk0p3
umount /dev/block/mmcblk0p2
then switch mount points
mount -t ext4 /dev/block/mmcblk0p2 /system
mount -t ext4 /dev/block/mmcblk0p3 /data
now /data partition should be larger than /system partition
there will be two boot.img one is for /data mounted on /dev/block/mmcblk0p2
the other is for /data mounted on /dev/block/mmcblk0p3
so you need to know where your /data is mounted before flashing boot.img
If your /data is mounted on /dev/block/mmcblk0p3 use this boot.img
cm10_8042_p3.zip
If your /data is mounted on /dev/block/mmcblk0p2 use this boot.img
cm10_8042_p2.zip
This is CM10 for Coby 8042
1jb8042_system.tar - 4shared.com - online file sharing and storage - download
To install, you have to already done the prerequisites, now choose your boot.img either cm10_8042_p2.zip or cm10_8042_p3.zip place it on your sdcard, now download 1jb8042_system.tar place it on your sdcard, reboot to recovery.
in mount options on cw recovery choose mount /sdcard, format /cache mount /cache
adb shell
mount -t ext4 /dev/block/mmcblk0p3 /system
or
mount -t ext4 /dev/block/mmcblk0p2 /system
depending on which boot.img you choose.
busybox tar -cvf /sdcard/1jb8042_system.tar /system
once finished close terminal choose install zip from sdcard
choose the boot.img you downloaded install then reboot.
Once cm10 is installed and working you can then add scripts to run as dual boot.
I run dual boot with CM9 and CM10
You need to already have CM9 installed
to do this you need two scripts one goes in /system/bin on CM9 and CM10, you also need to create a folder on your sdcard called.
dual_boot
inside the dual-boot folder place cm9 and cm10 boot.img
then download these scripts place reboot-cm9 into cm10 /system/bin
place reboot-cm10 into cm9 /system/bin chmod 755 both.
then if you want to switch OS open terminal
su
reboot-cm10
or
reboot-cm9
dual_boot_scripts.zip
if you are using cm10_8042_p3.zip then you need to edit reboot-cm10 script and add a 1 to boot_ds.img every time you see boot_ds.img change it to 1boot_ds.img then save.