[ROM]Pancake 1.0.6 + custom kernel v2.6.29 from HTC source[ikxdf]

ikxdf

Senior Member
May 17, 2010
759
50
28
Pancake 1.0.6 + custom kernel v2.6.29 from HTC source







If you appreciate this ROM and use it please donate. I spend much of my time to make this rom full working: Donate




This rom is the old Abyzou rom and is an openROM:i have remove all 3rd apps (you can find the apps in a separate upgrade).



FEATURES:
-bluetooth
-maps framework replaced
-Task killer for speed increment and ram optimization.
-/data/app support implemented
-Zipalign for ram optimizatiation
-Wifi tethering added
-calibration cheap
-app2sd
-Original Eclair splash screen added on framewok
-Terminal
-Superuser permissions
-root permission at boot
-2D gallery
-swap on ROM + activator program (greater speed rom)
-Youtube

Work in progress:
-camera
-fmradio


Pancake 1.0.1 News:
-general codec and videos compatibility upgraded (mp4 and divx is working, more youtube videos compatibility)

Pancake 1.0.2 News:
-JIT enabled (very fast!!!! benchmark Mflops/s 3.63!!!!!!)
-Maps app issues fixed (like using Urban app)

Pancake 1.0.3 News:
-FLAC support

Pancake 1.0.6 + custom kernel News:
- a very little and essential kernel ( more speed for your rom)
- kernel from the original HTC source ( sure to have the correct drivers)
- camera drivers included
- radio drivers included
- ext4 support enabled (format your app2sd partition for more speed of app execution)
- kernel hack included
- more speed on BT use
- wifi is working
- major compatibility with BT devices

HOW TO:
1.Wipe data and cache before flashing
2.ext2 or ext3 partiton required for app2sd (or ext4 from Pancake 1.0.6 for best performances)
3.swap partition optional
4.flash pancake rom
5.wait reboot
6.flash the update with 3rd parts apps (optional)


swap was active by default on your rom (only 16mb swap) if u want a biggest swap use the swap program and configure your sd with a swap file or swap partiton :)




Pancake 1.0.0 Download
Pancake 1.0.1 Download
Pancake 1.0.2 Download
Pancake 1.0.3 Download
Pancake LE Download
Pancake 1.0.6 + custom kernel Download
3rd parts apps Download
Kernel source Download



FOR DEVS: for Camera and Radio fixing
 
Last edited:

dancer_69

Senior Member
Jan 2, 2007
1,961
247
0
Doesn't boot, stays in TATTOO screen and adb logcat loops at the below messages. This happens for 15 minutes...

Code:
D/AndroidRuntime(  842): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(  842): CheckJNI is ON
D/dalvikvm(  842): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm(  842): Stale deps in cache file; removing and retrying
W/dalvikvm(  842): zlib inflate: zerr=-3 (nIn=0x41e2918a aIn=301321 nOut=0xbed7bce8 aOut=10552)
E/dalvikvm(  842): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm(  842): Unable to process classpath element '/system/framework/framework.jar'
D/AndroidRuntime(  842): --- registering native functions ---
E/JNIHelp (  842): Native registration unable to find class 'android/debug/JNITest'
E/AndroidRuntime(  842): Unable to register all android natives
I/ServiceManager(  157): service 'media.audio_flinger' died
I/ServiceManager(  157): service 'media.player' died
I/ServiceManager(  157): service 'media.camera' died
I/ServiceManager(  157): service 'media.audio_policy' died
I/        (  843): ServiceManager: 0xad08
I/HTC Acoustic(  843): libhtc_acoustic.so version 1.0.1.1.
E/HTC Acoustic(  843): Fail to open /system/etc/AudioPara_HTC-WWE.csv -1.
I/HTC Acoustic(  843): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic(  843): acoustic table version: Click_HTC_20090805
I/HTC Acoustic(  843): read_audio_para_from_file success.
I/HTC Acoustic(  843): get_audpp_filter
I/HTC Acoustic(  843): open /system/etc/AudioFilter.csv success.
E/HTC Acoustic(  843): malformatted pcm control buffer
I/HTC Acoustic(  843): failed to set audpp parameters, exiting.
I/HTC Acoustic(  843): get_audpre_filter
I/HTC Acoustic(  843): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX(  843): mNumSndEndpoints = 76
D/AudioHardwareMSM72XX(  843): BT MATCH HANDSET
D/AudioHardwareMSM72XX(  843): BT MATCH SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH BT
D/AudioHardwareMSM72XX(  843): BT MATCH CARKIT
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX(  843): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  843): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  843): BT MATCH CURRENT
D/AudioHardwareInterface(  843): setMode(NORMAL)
I/AudioHardwareMSM72XX(  843): Set master volume to 5.
I/CameraService(  843): CameraService started: pid=843
I/AudioFlinger(  843): AudioFlinger's thread 0xdd10 ready to run
I/AudioHardwareMSM72XX(  843): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(  843): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX(  843): Setting in-call volume to 5 (available range is 0 to 5)
 

ikxdf

Senior Member
May 17, 2010
759
50
28
Doesn't boot, stays in TATTOO screen and adb logcat loops at the below messages. This happens for 15 minutes...

Code:
D/AndroidRuntime(  842): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime(  842): CheckJNI is ON
D/dalvikvm(  842): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm(  842): Stale deps in cache file; removing and retrying
W/dalvikvm(  842): zlib inflate: zerr=-3 (nIn=0x41e2918a aIn=301321 nOut=0xbed7bce8 aOut=10552)
E/dalvikvm(  842): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm(  842): Unable to process classpath element '/system/framework/framework.jar'
D/AndroidRuntime(  842): --- registering native functions ---
E/JNIHelp (  842): Native registration unable to find class 'android/debug/JNITest'
E/AndroidRuntime(  842): Unable to register all android natives
I/ServiceManager(  157): service 'media.audio_flinger' died
I/ServiceManager(  157): service 'media.player' died
I/ServiceManager(  157): service 'media.camera' died
I/ServiceManager(  157): service 'media.audio_policy' died
I/        (  843): ServiceManager: 0xad08
I/HTC Acoustic(  843): libhtc_acoustic.so version 1.0.1.1.
E/HTC Acoustic(  843): Fail to open /system/etc/AudioPara_HTC-WWE.csv -1.
I/HTC Acoustic(  843): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic(  843): acoustic table version: Click_HTC_20090805
I/HTC Acoustic(  843): read_audio_para_from_file success.
I/HTC Acoustic(  843): get_audpp_filter
I/HTC Acoustic(  843): open /system/etc/AudioFilter.csv success.
E/HTC Acoustic(  843): malformatted pcm control buffer
I/HTC Acoustic(  843): failed to set audpp parameters, exiting.
I/HTC Acoustic(  843): get_audpre_filter
I/HTC Acoustic(  843): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX(  843): mNumSndEndpoints = 76
D/AudioHardwareMSM72XX(  843): BT MATCH HANDSET
D/AudioHardwareMSM72XX(  843): BT MATCH SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH BT
D/AudioHardwareMSM72XX(  843): BT MATCH CARKIT
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX(  843): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX(  843): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX(  843): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX(  843): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  843): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX(  843): BT MATCH CURRENT
D/AudioHardwareInterface(  843): setMode(NORMAL)
I/AudioHardwareMSM72XX(  843): Set master volume to 5.
I/CameraService(  843): CameraService started: pid=843
I/AudioFlinger(  843): AudioFlinger's thread 0xdd10 ready to run
I/AudioHardwareMSM72XX(  843): Routing audio to Speakerphone
D/AudioHardwareMSM72XX(  843): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX(  843): Setting in-call volume to 5 (available range is 0 to 5)
you have a problem on your device...all rom doesn't work for you...
Try this:

1.remove your sdcard
2.format it with "low format" in fat 32 with a pc
3.enter in recovery mode
4.enter in Wipe menu
5.wipe data
6.wipe cache
7. enter in flashing menu (necessary for mount sdcard)
8. enter in main menu
9. from pc "adb push update.zip /sdcard"
10. enter in the flashing menu
11. retry to flash your device
 

NeXTWay

Senior Member
Apr 1, 2010
57
0
0
Rome
Funziona perfettamente =D
First Boot's quite slow - I hope the next one will be faster :)
Really liked the 'Android' bootscreen
The only problem I'm experiencing is that I can't calibrate the Touchscreen >_<
 

ikxdf

Senior Member
May 17, 2010
759
50
28
Funziona perfettamente =D
First Boot's quite slow - I hope the next one will be faster :)
Really liked the 'Android' bootscreen
The only problem I'm experiencing is that I can't calibrate the Touchscreen >_<
the first boot is alwais slow...all next boot is too fast :)
The touch calibration is not implemented in this rom :( i hope to find it in Ivy rom
 

dancer_69

Senior Member
Jan 2, 2007
1,961
247
0
you have a problem on your device...all rom doesn't work for you...
Try this:

1.remove your sdcard
2.format it with "low format" in fat 32 with a pc
3.enter in recovery mode
4.enter in Wipe menu
5.wipe data
6.wipe cache
7. enter in flashing menu (necessary for mount sdcard)
8. enter in main menu
9. from pc "adb push update.zip /sdcard"
10. enter in the flashing menu
11. retry to flash your device
I haven't problem with every rom, I only had problem with v5 and this rom.
I did what you discribe anyway, but it doesn't help.
I have exactly the same error.
I will try with another card though.

EDIT:

New sdcard -> same error messages
 
Last edited: