[REQ] Help to port CM7 to kyros

dutorito

Member
Sep 19, 2011
34
5
Im porting cm7 to kyros, but i got an issue and dont know how to proceed, anyone can help me?
 
Last edited:
Well to help further, would need a description of what the issue is that you're running into
 
ok, now for the info, i have changed some files of cm7 rom from Asure (slatedroid), and now its working and booting... but i cant install the modules to enable touchscreen driver, can you guys help me on that?

i changed the utscript.sh to load the modules but it crashs the boot screen... any help will be appreciated, ty
 
Took a quick look at the ROM.

It looks like you can just put the drivers in system/lib/modules/ and they will loaded automatically at boot.

Make sure you're also using the kernel (zImage, zImage.debug) from lfom's firmware.
 
Oops I was wrong.

Try putting your drivers in system/utmodules/ and edit system/etc/init.d/04modules to look like this:
Code:
#!/system/bin/sh
#
# Load any extra modules

for i in /system/utmodules/*.ko ; do
    insmod $i
done

exit 0
 
still not working, changed this file alot... im taking a break right now, any support still appreciated
 
Alright, I'll mess around with it on my 7024 tonight and let you know if I get it working.
 
Back
Top