Re: [android-kernel] Re: how do I load the new compiled kernel on my android dev phone 2 (htc)?

2010-01-12 Thread Javier Ubillos
Fastboot on ION is "back + hangup" button. If you do succeed in changing the kernel. Please share your success here, I'm having intermittent successes with kernel changes, and I havn't been able to spot _why_ I fail sometimes. // Javier On Wed, Jan 13, 2010 at 2:34 AM, Chew Esmero wrote: > I'm

[android-kernel] Re: how do I load the new compiled kernel on my android dev phone 2 (htc)?

2010-01-12 Thread Chew Esmero
I'm not sure how to boot the devphone2 into fastboot mode. I'm using devphone1 now and mine is to push 'Back' & 'Power' buttons together to boot to fastboot. Then the command: # fastboot -w flashall On Jan 12, 9:40 pm, wafi wrote: > thanks a lot, > my question is how can i flash the boot.img &

[android-kernel] Re: how do I load the new compiled kernel on my android dev phone 2 (htc)?

2010-01-12 Thread wafi
thanks a lot, my question is how can i flash the boot.img & system.img & userdata.img to my devphone ? On Jan 7, 7:13 am, Chew Esmero wrote: > Hi, > > You can replace the 'kernel' file in /vendor/htc/sapphire-open/ > with your kernel > and rebuild source. The kernel will be packaged inside boot.

[android-kernel] Re: how do I load the new compiled kernel on my android dev phone 2 (htc)?

2010-01-06 Thread Chew Esmero
Hi, You can replace the 'kernel' file in /vendor/htc/sapphire-open/ with your kernel and rebuild source. The kernel will be packaged inside boot.img together with the ramdisk. You can also unpack boot.img itself and replace the kernel then repack boot.img. Then flash boot.img to your devphone. H