[DEV] Developer-related discussion for EVO View 4G

Search This thread

kaijura

Senior Member
Jan 1, 2011
1,318
1,813
have built both, the one I did last night was CM9/AOKP/CAF material.
http://github.com/ThePlayground

I'm pretty sure I got the device setup correctly today, converted all the hex values properly. But the device doesn't boot at all. Just white screen with no logcat or kernel log output...
Not sure what is up, if it is kernel related (used cayniarb's 03-01-2011 express ics kernel) or something else.

Meanwhile in flyer land, they've gotten ICS booted and with a kernel. The kernel source is not updated yet, though.
 
Last edited:

@Bill_Dollar

Senior Member
Dec 19, 2011
101
46
Indianapolis, IN
have built both, the one I did last night was CM9/AOKP/CAF material.
http://github.com/ThePlayground

I'm pretty sure I got the device setup correctly today, converted all the hex values properly. But the device doesn't boot at all. Just white screen with no logcat or kernel log output...
Not sure what is up, if it is kernel related (used cayniarb's 03-01-2011 express ics kernel) or something else.

Meanwhile in flyer land, they've gotten ICS booted and with a kernel. The kernel source is not updated yet, though.

All good things. We're making progress. I'd really like to get the wifi card .ko file able to enter monitor mode. can't wait to get to the Rom Dev. The Flyer is the new OG Evo! LOL!
 
Last edited:

DonUber

Senior Member
Aug 21, 2011
94
109
Hi guys,

Yesterday we uploaded all sources we have now for a booting ICS(ramdisk, kernel etc.) at the Flyer Development thread (http://xdaforums.com/showthread.php?t=1569060) (buggy screen, wifi not working, some graphic problems and more), feel free to try around with the source and help us fix errors, so we maybe can speed up the progress and make ICS come closer for EVO View and Flyer :)
 
Last edited:

spartan1987

Senior Member
Aug 5, 2010
464
183
Atlanta
Hi guys,

Yesterday we uploaded all sources we have now for a booting ICS(ramdisk, kernel etc.) at the Flyer Development thread (http://xdaforums.com/showthread.php?t=1569060) (buggy screen, wifi not working, some graphic problems and more), feel free to try around with the source and help us fix errors, so we maybe can speed up the progress and make ICS come closer for EVO View and Flyer :)

@kaijura any way I can help? I have a laptop running a clean install of ubuntu ready to go. PM, email, or yell loudly and I'm there. :D
 

kaijura

Senior Member
Jan 1, 2011
1,318
1,813
Yes, I have marked and checked out the flyer ICS source, but between a bunch of projects right now I haven't been actively trying to work on it. Right now I'm trying to get camcorder working on msm7x30 ics > which translates to camcorder later working for all of us on flyer/view AOSP ics.

I think it's not too hard to do a diff job with the flyer source and compare to what is needed to be defined in the view source. Basically grab the view HC source off HTC dev, look in chaosz-x's flyer kernel repository and find the differences between what's change in the flyer source vs his configuration. Look in chaoszx_defconfig and mirror it for the view HC defconfig. Then apply the same patches he did in flyer for the view.

As long as the kernel builds fine after mirroring his setup we should have a replica of theirs.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Thought we'd have a thread here for mainly Dev's so we can communicate in one section with the already isolated sections.

    Well, I'll start off first:
    Does anyone have luck on the following?

    - Creating AOSP kernel (GB base)
    ^ 2.6.35 source is out on htcdev, but kernels are not my expertise. I contacted cayniarb to see if he'd be willing to make one for us.

    - Building any AOSP roms? GB/ICS hacks
    ^ Been trying CyanogenMod 7 unsuccessfully for a few days.
    I don't think it's impossible, however given several tries at compiling. Resulting zips just don't boot, probably bootimage/kernel related... Think I have got all the proprietaries pulled and needed files set up by mostly mimicking other MSM8655 builds.

    - Direct porting flyer roms to express
    ^ Something I may try soon if I can't get any progress done on my end. This is probably not very hard, but looking at the Flyer choices there doesn't seem to be a whole lot we are missing out completely on.
    2
    Hi guys,

    Yesterday we uploaded all sources we have now for a booting ICS(ramdisk, kernel etc.) at the Flyer Development thread (http://xdaforums.com/showthread.php?t=1569060) (buggy screen, wifi not working, some graphic problems and more), feel free to try around with the source and help us fix errors, so we maybe can speed up the progress and make ICS come closer for EVO View and Flyer :)
    1
    Whoa, this is cool. I'm getting a logcat now. Let's see if this can get working.

    Edit: Looks like this is sense-kernel related as per logcat. I'm booting off the express htc kernel on a cm7 build.
    Probably going to need someone who's a kernel dev to help get past this.

    Code:
    D/AUDIO-ALSA( 1666): control->fd size 0
    I/Netd    ( 1679): Netd 1.0 starting
    E/SocketListener( 1679): Obtaining file descriptor socket 'dnsproxyd' failed: No such file or directory
    E/Netd    ( 1679): Unable to start DnsProxyListener (No such file or directory)
    D/AndroidRuntime( 1681): 
    D/AndroidRuntime( 1681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
    I/AndroidRuntime( 1681): Heap size: -Xmx32m
    D/AndroidRuntime( 1681): CheckJNI is OFF
    D/dalvikvm( 1681): creating instr width table
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@core.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/core.jar (/cache/dalvik-cache/system@framework@core.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/core.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@bouncycastle.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/bouncycastle.jar (/cache/dalvik-cache/system@framework@bouncycastle.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/bouncycastle.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@ext.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/ext.jar (/cache/dalvik-cache/system@framework@ext.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/ext.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@framework.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/framework.jar (/cache/dalvik-cache/system@framework@framework.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/framework.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@android.policy.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/android.policy.jar (/cache/dalvik-cache/system@framework@android.policy.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/android.policy.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@services.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/services.jar (/cache/dalvik-cache/system@framework@services.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/services.jar'
    E/dalvikvm( 1681): Can't open dex cache '/cache/dalvik-cache/system@framework@core-junit.jar@classes.dex': No such file or directory
    I/dalvikvm( 1681): Unable to open or create cache for /system/framework/core-junit.jar (/cache/dalvik-cache/system@framework@core-junit.jar@classes.dex)
    D/dalvikvm( 1681): Unable to process classpath element '/system/framework/core-junit.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.htc.commonctrl.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.htc.pen.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.htc.framework.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.htc.android.pimlib.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.htc.android.easopen.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.scalado.util.ScaladoUtil.jar'
    D/dalvikvm( 1681): Unable to stat classpath element '/system/framework/com.orange.authentication.simcard.jar'
    E/dalvikvm( 1681): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar:/system/framework/com.htc.commonctrl.jar:/system/framework/com.htc.pen.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar:/system/framework/com.orange.authentication.simcard.jar'
    W/dalvikvm( 1681): JNI_CreateJavaVM failed
    E/AndroidRuntime( 1681): JNI_CreateJavaVM failed
    I/ServiceManager( 1524): service 'media.audio_flinger' died
    I/ServiceManager( 1524): service 'media.player' died
    I/ServiceManager( 1524): service 'media.camera' died
    I/ServiceManager( 1524): service 'media.audio_policy' died
    I/Netd    ( 1684): Netd 1.0 starting
    E/Netd    ( 1684): Unable to start DnsProxyListener (No such file or directory)
    E/SocketListener( 1684): Obtaining file descriptor socket 'dnsproxyd' failed: No such file or directory
    I/        ( 1683): ServiceManager: 0xad50
    D/AudioHardwareMSM7X30( 1683): Could not open libhtc_acoustic.so
    D/AudioHardwareMSM7X30( 1683): msm_mixer_open: Opening the device
    D/AudioHardwareMSM7X30( 1683): msm_mixer_count:mixer_cnt = 31
    I/AudioHardwareMSM7X30( 1683): ******* name[0] = [handset_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 0
    I/AudioHardwareMSM7X30( 1683): Found device: handset_rx:index = 0, dev_id: 0
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 0
    I/AudioHardwareMSM7X30( 1683): ******* name[1] = [handset_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 1
    I/AudioHardwareMSM7X30( 1683): Found device: handset_tx:index = 1, dev_id: 1
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 6 for device 1
    I/AudioHardwareMSM7X30( 1683): ******* name[2] = [headset_stereo_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 2
    I/AudioHardwareMSM7X30( 1683): Found device: headset_stereo_rx:index = 2, dev_id: 2
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 2
    I/AudioHardwareMSM7X30( 1683): ******* name[3] = [headset_mono_rx] *********
    I/AudioHardwareMSM7X30( 1683): ******* name[4] = [headset_mono_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 4
    I/AudioHardwareMSM7X30( 1683): Found device: headset_mono_tx:index = 4, dev_id: 4
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 6 for device 4
    I/AudioHardwareMSM7X30( 1683): ******* name[5] = [fmradio_handset_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 5
    I/AudioHardwareMSM7X30( 1683): Found device: fmradio_handset_rx:index = 5, dev_id: 5
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 17 for device 5
    I/AudioHardwareMSM7X30( 1683): ******* name[6] = [speaker_mono_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 6
    I/AudioHardwareMSM7X30( 1683): Found device: speaker_mono_rx:index = 6, dev_id: 6
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 6
    I/AudioHardwareMSM7X30( 1683): ******* name[7] = [fmradio_speaker_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 7
    I/AudioHardwareMSM7X30( 1683): Found device: fmradio_speaker_rx:index = 7, dev_id: 7
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 17 for device 7
    I/AudioHardwareMSM7X30( 1683): ******* name[8] = [fmradio_headset_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 8
    I/AudioHardwareMSM7X30( 1683): Found device: fmradio_headset_rx:index = 8, dev_id: 8
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 8
    I/AudioHardwareMSM7X30( 1683): ******* name[9] = [tty_headset_mono_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 9
    I/AudioHardwareMSM7X30( 1683): Found device: tty_headset_mono_tx:index = 9, dev_id: 9
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 38 for device 9
    I/AudioHardwareMSM7X30( 1683): ******* name[10] = [tty_headset_mono_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 10
    I/AudioHardwareMSM7X30( 1683): Found device: tty_headset_mono_rx:index = 10, dev_id: 10
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 37 for device 10
    I/AudioHardwareMSM7X30( 1683): ******* name[11] = [speaker_mono_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 11
    I/AudioHardwareMSM7X30( 1683): Found device: speaker_mono_tx:index = 11, dev_id: 11
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 6 for device 11
    I/AudioHardwareMSM7X30( 1683): ******* name[12] = [headset_speaker_stereo_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 12
    I/AudioHardwareMSM7X30( 1683): Found device: headset_speaker_stereo_rx:index = 12, dev_id: 12
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 12
    I/AudioHardwareMSM7X30( 1683): ******* name[13] = [usb_headset_stereo_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 13
    I/AudioHardwareMSM7X30( 1683): Found device: usb_headset_stereo_rx:index = 13, dev_id: 13
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 13
    I/AudioHardwareMSM7X30( 1683): ******* name[14] = [hac_mono_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 14
    I/AudioHardwareMSM7X30( 1683): Found device: hac_mono_rx:index = 14, dev_id: 14
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 14
    I/AudioHardwareMSM7X30( 1683): ******* name[15] = [alt_mono_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 15
    I/AudioHardwareMSM7X30( 1683): Found device: alt_mono_rx:index = 15, dev_id: 15
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 5 for device 15
    I/AudioHardwareMSM7X30( 1683): ******* name[16] = [handset_vr_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 16
    I/AudioHardwareMSM7X30( 1683): Found device: handset_vr_tx:index = 16, dev_id: 16
    I/AudioHardwareMSM7X30( 1683): class ID = 0,capablity = 6 for device 16
    I/AudioHardwareMSM7X30( 1683): ******* name[17] = [dual_mic_stereo_tx] *********
    I/AudioHardwareMSM7X30( 1683): ******* name[18] = [headset_vr_tx] *********
    I/AudioHardwareMSM7X30( 1683): ******* name[19] = [bt_sco_rx] *********
    I/AudioHardwareMSM7X30( 1683): index = 17
    I/AudioHardwareMSM7X30( 1683): Found device: bt_sco_rx:index = 17, dev_id: 19
    I/AudioHardwareMSM7X30( 1683): class ID = 1,capablity = 5 for device 19
    I/AudioHardwareMSM7X30( 1683): ******* name[20] = [bt_sco_tx] *********
    I/AudioHardwareMSM7X30( 1683): index = 18
    I/AudioHardwareMSM7X30( 1683): Found device: bt_sco_tx:index = 18, dev_id: 20
    I/AudioHardwareMSM7X30( 1683): class ID = 1,capablity = 6 for device 20
    I/AudioHardwareMSM7X30( 1683): ******* name[21] = [hdmi_stereo_rx] *********
    D/AudioHardwareInterface( 1683): setMode(NORMAL)
    I/AudioHardwareMSM7X30( 1683): Set master volume to 7.
    I/CameraService( 1683): CameraService started (pid=1683)
    D/QualcommCameraHardware( 1683): Turn off 2ndCAM LED
    D/AudioHardwareMSM7X30( 1683): AudioHardware::openOutputStream
    D/AudioFlinger( 1683): setParameters(): io 1, keyvalue routing=2, tid 1687, calling tid 1683
    I/AudioFlinger( 1683): AudioFlinger's thread 0xfaa0 ready to run
    D/AudioHardwareMSM7X30( 1683): doRouting()
    I/AudioHardwareMSM7X30( 1683): Routing audio to Speakerphone
    D/AudioHardwareMSM7X30( 1683): new_rx = 6
    D/AudioHardwareMSM7X30( 1683): new_tx = 11
    D/AudioHardwareMSM7X30( 1683): updateDeviceInfo: E rx_device 6 and tx_device 11
    D/AudioHardwareMSM7X30( 1683): No active voicecall/playback, disabling cur_rx 65535
    D/AudioHardwareMSM7X30( 1683): No active voicecall/recording, disabling cur_tx 65535
    D/AudioHardwareMSM7X30( 1683): updateDeviceInfo: X cur_rx 6 cur_tx 11
    D/AudioHardwareMSM7X30( 1683): setVoiceVolume(1.000000)
    I/AudioHardwareMSM7X30( 1683): Setting in-call volume to 100 (available range is 0 to 100)
    D/AUDIO-ALSA( 1683): control->fd size 0
    D/AudioHardwareMSM7X30( 1683): AudioStreamOutMSM72xx::standby()
    I/Netd    ( 1697): Netd 1.0 starting
    E/Netd    ( 1697): Unable to start DnsProxyListener (No such file or directory)
    E/SocketListener( 1697): Obtaining file descriptor socket 'dnsproxyd' failed: No such file or directory
    D/AndroidRuntime( 1699): 
    D/AndroidRuntime( 1699): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
    I/AndroidRuntime( 1699): Heap size: -Xmx32m
    D/AndroidRuntime( 1699): CheckJNI is OFF
    D/dalvikvm( 1699): creating instr width table
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@core.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/core.jar (/cache/dalvik-cache/system@framework@core.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/core.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@bouncycastle.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/bouncycastle.jar (/cache/dalvik-cache/system@framework@bouncycastle.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/bouncycastle.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@ext.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/ext.jar (/cache/dalvik-cache/system@framework@ext.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/ext.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@framework.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/framework.jar (/cache/dalvik-cache/system@framework@framework.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/framework.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@android.policy.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/android.policy.jar (/cache/dalvik-cache/system@framework@android.policy.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/android.policy.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@services.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/services.jar (/cache/dalvik-cache/system@framework@services.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/services.jar'
    E/dalvikvm( 1699): Can't open dex cache '/cache/dalvik-cache/system@framework@core-junit.jar@classes.dex': No such file or directory
    I/dalvikvm( 1699): Unable to open or create cache for /system/framework/core-junit.jar (/cache/dalvik-cache/system@framework@core-junit.jar@classes.dex)
    D/dalvikvm( 1699): Unable to process classpath element '/system/framework/core-junit.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.htc.commonctrl.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.htc.pen.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.htc.framework.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.htc.android.pimlib.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.htc.android.easopen.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.scalado.util.ScaladoUtil.jar'
    D/dalvikvm( 1699): Unable to stat classpath element '/system/framework/com.orange.authentication.simcard.jar'
    E/dalvikvm( 1699): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar:/system/framework/com.htc.commonctrl.jar:/system/framework/com.htc.pen.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar:/system/framework/com.orange.authentication.simcard.jar'
    W/dalvikvm( 1699): JNI_CreateJavaVM failed
    E/AndroidRuntime( 1699): JNI_CreateJavaVM failed
    I/ServiceManager( 1524): service 'media.audio_flinger' died
    I/ServiceManager( 1524): service 'media.player' died
    I/ServiceManager( 1524): service 'media.camera' died
    I/ServiceManager( 1524): service 'media.audio_policy' died
    1
    I have toastcfh's msm7x30 kernel source downloaded. As soon as I get home I'm gonna see what I can do... The view is very similar to the shift, so hopefully this will compile.

    Sent from my PG06100 using Xparent Blue Tapatalk
    1
    here's a cm7 compile for express with (what I think) inits set properly for the part.
    I just took the the speedy database and re-tailored it for express and changed the emmc and whatever random misc accordingly.

    You should probably get the same logcat as I posted above if you try to boot.

    http://www.mediafire.com/?6aj31257a3spp8f