Angry [KERNEL]Htc-Pico kernel 2.6.38.6 with ext2,3,4 support

PLEASE MAKE A FULL NANDROID BACKUP BEFORE I CAN'T ASSUME A BRICK

Well , I post here my work :

-clean-update.zip :


This is an official update , I just remove some command in the update.script because I cannot install it : I use a custom boot and recovery !!

Well , I modify the update.script and apply it : It work !!

Made some test : it patch some official apk and files , and upgrade boot + recovery + hboot +radio

You don't lose data , you have a new official rom : stock boot , recovery + new hboot +new radio

You lose custom boot , recovery and ext partition .
Your ext partition is on your sdcard but the stock kernel have no ext support

If you have unlocked your pico it's great you don't lose it and you can flash a custom boot or recovery

WARNIG : IF YOU USE AN EXT PARTITION YOU LOSE YOUR DATA BECAUSE YOU LOSE CUSTOM BOOT
MAKE A FULL BACKUP WITH NANDROID OR OTHER TITANIUM ...


IF YOU USE THIS UPDATE :


1) full backup with titanium or other and recovery mode -> nandroid backup
2) apply update
3) reboot the phone : it will reboot in 3 time
4) reboot in fastboot mode
5) Now we apply a fake flash to boot with over-recovery.img :

Code:
fastboot boot /full/path/to/over-recovery.img
The phone reboot in recovery
6) nandroid backup
Like this you have a stock rom with update
7) That's all


You can now flash boot system recovery , install rom , make what you want you can back to official rom (not system !!)

Revert back to stock rom with latest update :

-new boot.img with wifi modules
-new recovery
-new radio.img
-new hboot.img , always unlocked
-patch system update

Find it here

With this package you have a full clean rom


- zImage.7z :

The last kernel compiled on the source code by Htc-dev (2.6.38.6)and mod by me :

-Ext2,3,4 filesystem support , if your sdcard have an ext* partition , you cane move your data partion on it , like this you can install more applications .

You can use app2sd,link2sd ,etc,...

-Overclocked kernel , you can now manage your gouvernor , the cpu is boosted : 600MHz -> 800MHz .

- modules.7z :

All modules compiled with the last kernel .

- overboot.7z :

The last boot.img overclocked and ext support .

You can test it with :

Code:
fastboot boot /full/path/to/overboot.img
You can install it with:

Code:
fastboot flash boot /full/path/to/overboot.img
If you install it you must add all module or only bcm4330.ko and kineto_gan.ko in the /system/lib/modules directory

- over-recovery.7z :

The chinesse clockword recovery , mod by me with my kernel you can now more quickly make your backup and make a full nandroid backup with ext partition support !

You can test it with :

Code:
fastboot boot /full/path/to/over-recovery.img
You can install it with:

Code:
fastboot flash recovery /full/path/to/over-recovery.img
For a full nandroid backup you must install it

- install-over-boot.zip :

The all in one package , copy it on sdcard , reboot in recovery and install the boot.img with all the module , that's all
Attached Files
File Type: 7z zImage.7z - [Click for QR Code] (2.75 MB, 965 views)
File Type: 7z overboot.7z - [Click for QR Code] (2.91 MB, 771 views)
File Type: zip install-over-boot.zip - [Click for QR Code] (4.76 MB, 2531 views)
File Type: 7z over-recovery.7z - [Click for QR Code] (4.62 MB, 1959 views)
File Type: 7z modules.7z - [Click for QR Code] (862.0 KB, 733 views)