mastermind278
Member
- Jan 13, 2013
- 28
- 9
So today I began playing around with CyanogenMod for the CMP741e.
I believe it would be smart to first start off with CM9 versus CM10, as our device is already on ICS.
So first thing I did was try to create a compatibility pack, I dumped the bootloader and got the script files from my running device:
From there I was able to get the script files that are made I was able to make a compatibility pack similar to a few other devices:
Dev-Host - cmp741e-compatibilityfix-v1.zip - The Ultimate Free File Hosting / File Sharing Service
From there I decided to see if we had a touchscreen, in which we did not, so I flashed the kernel from the device originally and that seemed to just boot to a blackscreen.
At this point I am reinstalling my Ubuntu VM to play with our kernel to see if there can be some ramdisk simple edits that can be done to modify it to boot properly.
As always I am making this thread to bounce ideas with others and others throw out their ideas. This has worked previously on other devices I have worked with so here's for the same!
I believe it would be smart to first start off with CM9 versus CM10, as our device is already on ICS.
So first thing I did was try to create a compatibility pack, I dumped the bootloader and got the script files from my running device:
adb shell
mkdir /sdcard/nanda
mount -t vfat /dev/block/nanda /sdcard/nanda
adb pull /sdcard/nanda
From there I was able to get the script files that are made I was able to make a compatibility pack similar to a few other devices:
Dev-Host - cmp741e-compatibilityfix-v1.zip - The Ultimate Free File Hosting / File Sharing Service
From there I decided to see if we had a touchscreen, in which we did not, so I flashed the kernel from the device originally and that seemed to just boot to a blackscreen.
At this point I am reinstalling my Ubuntu VM to play with our kernel to see if there can be some ramdisk simple edits that can be done to modify it to boot properly.
As always I am making this thread to bounce ideas with others and others throw out their ideas. This has worked previously on other devices I have worked with so here's for the same!