- 02-11-2011, 02:10 AM #16
Itty Bitty Modder
- Join Date
- Jan 2011
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 7
- Uploads
- 0
Help
unpack-bootimg.pl and repack-bootimg.pl din't seem work in the link anymore? Do you have any other source link? Thank you
- 03-03-2011, 08:24 PM #17
Can anybody update this??
ive searched around and this is the only one ive found for cliq :/ ive gotten up to those instructions menioned after that i dont know what to replace it with
cause i was able to replace everything else without problems
im not demanding i just would love to create my own kernel
(2.1 of course)
- 03-12-2011, 07:26 PM #18
Last edited by mad_fitter; 03-12-2011 at 07:30 PM.
MB200 Cliq
Moto Cliq, My own Fitter's Gingermod
recovery j_r0dd's 1.8.1 final
radio 5041
MyTouch 3g Slide w/CM7
Galaxy S 4g w/ Custom GB
Avid flasher and tester of anything android, Oooorah marine corps!
-
The Following User Says Thank You to mad_fitter For This Useful Post:
j@$$yCliq (03-24-2011)
- 05-14-2011, 04:08 PM #19
$ cd ~/moto-prerquisites/base
$ git checkout android-1.5r3
$ cd ~/moto-prerquisites/libhardware
$ git checkout android-1.5r3
$ cd ~/moto-prerquisites/libhardware_legacy
$ git checkout android-1.5r3
$ cd ~/moto-prerquisites/msm7k
$ git checkout android-1.6_r1
$ cd ~/moto-prerquisites/prebuilt
$ git checkout android-1.5r3
what happen if i change all the 1.5 and the one that say 1.6 to 2.2?
- 05-14-2011, 11:46 PM #20
Itty Bitty Modder
- Join Date
- May 2007
- Posts
- 14
- Thanks
- 5
- Thanked 1 Time in 1 Post
- Downloads
- 222
- Uploads
- 0
I'm using 2.1 official update on my orange dext. It runs without any problems. Today I downloaded the 2.1 kernel source from motorola and built it successfully by going through this guide. I extracted the config file from the 2.1 official kernel for building the kernel source.
I packed the new zImage into boot.img by using repack-bootimg.pl and flashed it successfully to /dev/mtd/mtd0 but the phone is not booting. it is stuck at the 'M' logo screen. phone goes into recovery mode without any problems.
I'm using gcc4.2.1 for building the source.
any idea why this is happening?
- 05-15-2011, 12:11 AM #21Download my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...
Like my work? Support me:
& visit my adlxmod site and follow me on Twitter
Tambien me puedes encontrar en Movilzona (Esp)
- 05-15-2011, 12:13 AM #22Download my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...
Like my work? Support me:
& visit my adlxmod site and follow me on Twitter
Tambien me puedes encontrar en Movilzona (Esp)
- 05-15-2011, 12:32 AM #23
im tiping this this comand
[MENTION=3242820]j@$$yCliq[/MENTION] what im doing wrong?Code:blackwing182[MENTION=3225597]blackwing182[/MENTION]-desktop:~/motorola-source$ export PLATFORM_DIR=~/motorola/source blackwing182[MENTION=3225597]blackwing182[/MENTION]-desktop:~/motorola-source$ export ARCH=arm blackwing182[MENTION=3225597]blackwing182[/MENTION]-desktop:~/motorola-source$ export CROSS_COMPILE=arm-eabi- blackwing182[MENTION=3225597]blackwing182[/MENTION]-desktop:~/motorola-source$ export PATH=/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin: blackwing182[MENTION=3225597]blackwing182[/MENTION]-desktop:~/motorola-source$ cd /kernel bash: cd: /kernel: No such file or directory
Last edited by blackwing182; 05-15-2011 at 02:43 PM.
- 05-18-2011, 11:37 PM #24
Itty Bitty Modder
- Join Date
- May 2007
- Posts
- 14
- Thanks
- 5
- Thanked 1 Time in 1 Post
- Downloads
- 222
- Uploads
- 0
adb logcat shows -wating for the device- and nothing else

but it prints lot of info when stock kernel is booting..
adb logcat shows -wating for the device- and nothing else
but it prints lot of info when stock kernel is booting..
I found the problem and fixed it. repack.pl was setting some wrong kernel cmdline options when creating boot.img. I used a hex editor to find the kernel cmdline of the stock kernel and used the same for my kernel. Now its booting properly..Last edited by jakjoseph; 05-18-2011 at 11:37 PM. Reason: Automerged Doublepost
- 05-26-2011, 05:55 PM #25
I've written a new guide for Kernel building. You may find it easier. I'll post it here probably tomorrow.
Kernel building guide for Motorola CliqDownload my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...
Like my work? Support me:
& visit my adlxmod site and follow me on Twitter
Tambien me puedes encontrar en Movilzona (Esp)


LinkBack URL
About LinkBacks
Reply With Quote


If you get the 2.1.5 source, it has a read me in it that will give you all of the new changes.


