Trying to merge motorola cliq source into cyanogen
ok so i am about as noob as i've seen on here... i have ported the hero 6.1 rom onto the cliq but no cell signal, no wifi, and not a lot of other ****... so i spoke to j_rodd and he told me about his build progress for the base system but the (this is my deduction) kernel wont let it boot. the kernel is 2.6.29 and the first line in the adb logcat is something like /system/bin/busybox error something something and in parenthesizes it has (kernel 2.6.29)... so i changed my focus to trying to build the kernel from source... problem is how do I get the motorola code into the cyanogen source i cloned onto my pc and try to get a merged kernel... does anyone know how to or if there are any tools or wiki's or something i can read so i can learn how? please help...
I might guess you're looking at or confusing the 2. The kernel folder I don't think is required or part of the rom build. Id guess you want to look at the bionic and/or bootable folders in the source as this appears to be where the bootable related files are.
..the problem my have to do with the library mapping that im not entirely familiar with. I think the terms to lookup may relate to nmap and liblinker?
Ok so I figured it out... well took some reading(wife got me a kernel building and development book). Will update the community as my learning continues. Already got a full build of my vision kernel so I just need to edit some files and write a bunch of code which might take me some time.
You may want to check your drivers as well. Not sure what the chipsets are on your donor device and receiver device, but may want to look into that to getting the radios working.
First of all the radio issue is because u more than likely have a usim aka 3g sim card. They don't work with pure source so u have to get the fix for that
Gps won't work either
Wifi is ur kernel though you have to build it right
The kernel instructions are the same no matter what system (I'm talking about cliq) you use the same instructions for 2.3, 2.2 that u use for 2.1 nothing changes besides the config file
As far as the busy box error busy box is part of the rom so fix that its more than likely the ramdisk or whatever in the boot img id say its the inits but I don't mess with roms much maybe somebody else can help u there