Guest xangma Posted December 2, 2009 Report Posted December 2, 2009 Do you mean the french kernel? Or if your referring to martin's custom kernel, if its the custom one, then have a look at post 94, Martin has kindly detailed all his changes there. Oh, my bad =] thanks. Yes I did mean the custom one.
Guest klutsh Posted December 2, 2009 Report Posted December 2, 2009 Can anyone possibly test a build of the kernel without the wifi patch on the U8230 system\wifi files I've noticed a few file size differences between the U8220 files and those on the U8230, data.patch.hw2_0.bin ar6000.ko are the 2 files
Guest xangma Posted December 3, 2009 Report Posted December 3, 2009 I'm pretty sure I've done that already. Worked just the same as the one given to us in the original post ... well I think so anyway.
Guest screwface Posted December 3, 2009 Report Posted December 3, 2009 Just ordered a pulse as i couldn't hold out waiting any longer for the perfect smart phone to come out. This will tide me over untill the new wave of HTC phones/Xperia X10. Once it arrives i'll lend a hand.
Guest martinbrook Posted December 5, 2009 Report Posted December 5, 2009 Hi Guys, Here is a my custom kernel with wifi and ext3/4 support. Pulse Kernel with wifi and ext3/4 support Martin
Guest bounty123 Posted December 5, 2009 Report Posted December 5, 2009 Hi Guys, Here is a my custom kernel with wifi and ext3/4 support. Pulse Kernel with wifi and ext3/4 support Martin Thanks! Just to be sure: I can put this on my Pulse at the boot screen, with the command 'fastboot flash boot bootimagename.img', right?
Guest martinbrook Posted December 5, 2009 Report Posted December 5, 2009 Thanks! Just to be sure: I can put this on my Pulse at the boot screen, with the command 'fastboot flash boot bootimagename.img', right? I usually erase and flash from within an adb shell but I think your method will also work. Martin
Guest klutsh Posted December 5, 2009 Report Posted December 5, 2009 I usually erase and flash from within an adb shell but I think your method will also work. Martin Care to post instructions?
Guest martinbrook Posted December 5, 2009 Report Posted December 5, 2009 Care to post instructions? Flashing your new image back onto the phone You will probably only ever be flashing boot images directly to the phone, given the fact that /system/recovery.img automatically flashes the recovery device for you (as noted above). If you have created a new recovery image, just stick it in /system/recovery.img and reboot. If you are flashing a boot image, stick it on your phone via adb (a tool included in the Android SDK): adb push ./mynewimage.img /sdcard Then, open a shell to your phone via 'adb shell', get root, and do the following two commands to flash your new boot image: # cat /dev/zero > /dev/mtd/mtd0 write: No space left on device [this is ok, you can ignore] # flash_image boot /sdcard/mynewimage.img # reboot
Guest Bigsy Posted December 5, 2009 Report Posted December 5, 2009 (edited) Nice work.... few questions This isn't a rom right? So you can just install this kernel inside Pauls rom for example? Thanks. Edited December 5, 2009 by Bigsy
Guest klutsh Posted December 5, 2009 Report Posted December 5, 2009 (edited) Thanks, Been using it for a few hours now (Flashed using Fastboot) on Paul's u8230 MCR1.0 Working without problems and converted my Ext2 partition to Ext3, again no problems at all. Edited December 5, 2009 by klutsh
Guest Neron Posted December 6, 2009 Report Posted December 6, 2009 Thanks, Been using it for a few hours now (Flashed using Fastboot) on Paul's u8230 MCR1.0 Working without problems and converted my Ext2 partition to Ext3, again no problems at all. Used same method also with MCR 1.0 now converted ext3 with no issues! Thanks!
Guest HunteronX Posted December 6, 2009 Report Posted December 6, 2009 Used same method also with MCR 1.0 now converted ext3 with no issues! Thanks! My pulse was flashed in the same way, but only works with ext3 with the new kernel - when I use ext4, no apps are recognised at all (apart from in-rom ones), apart from in the market, but I can't open them, and no apps/games can be installed either. I don't know if anyone else has the same problem? Thanks anyway Martin, wifi still works great with your modified kernel, and using ext3 reduces the amount of installation unsuccessful errors I get! :D
Guest martinbrook Posted December 6, 2009 Report Posted December 6, 2009 I guess ext4 has to be supported in the stack above the kernel. I notice that the recovery image does not have any ext4 related menu items. My pulse was flashed in the same way, but only works with ext3 with the new kernel - when I use ext4, no apps are recognised at all (apart from in-rom ones), apart from in the market, but I can't open them, and no apps/games can be installed either. I don't know if anyone else has the same problem? Thanks anyway Martin, wifi still works great with your modified kernel, and using ext3 reduces the amount of installation unsuccessful errors I get! :D
Guest joners Posted December 6, 2009 Report Posted December 6, 2009 (edited) Are there any plans to add support for the wifi teather app in the kernel i understand that some bits have to be added in? Edited December 6, 2009 by joners
Guest Timmmm Posted December 7, 2009 Report Posted December 7, 2009 Yeah it needs netfilter. I might give it ago. Incidentally to give you an amusing insight into the insanity of some linux developers, some of the netfilter source files differ only in case! I.e. there is some_FILE.c and some_file.c and *they are different*! How messed up is that?
Guest Paul Posted December 7, 2009 Report Posted December 7, 2009 I will add all the netfilter stuff etc. to my custom kernel. P
Guest Paul Posted December 7, 2009 Report Posted December 7, 2009 Hmmm, so I built a kernel with CONFIG_MMC_MSM_SDC2_SUPPORT unset, and I still get 'Unable to start wifi'. :D Any pointers? P
Guest Paul Posted December 7, 2009 Report Posted December 7, 2009 My bad, I messed with CONFIG_LOCALVERSION! :D Custom kernel now posted here... http://android.modaco.com/content/t-mobile...-mck-for-pulse/ P
Guest Paul Posted December 7, 2009 Report Posted December 7, 2009 1.6 / 2.0 related posts split to this topic. P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now