Jump to content

[REQ FOR HELP] How to port a ROM to the Liquid


Guest Andrea1Liquid

Recommended Posts

but that is becasue phh loads dhd.ko in ramdisk right? so you should only need firmware, supplicant config and nvram.txt

Yep, and bcm4329 in modules. (phh version)

Link to comment
Share on other sites

Guest Andrea1Liquid

Tried again. No wifi! Now I'm downloading the Desire HD ROM to dig into it and do little port. Maybe I will get more success...

Edit: flashing...

Edit 2: booting...

Edit 3: fail...Logcat:

I/DEBUG ( 63): debuggerd: Aug 19 2010 20:50:39

D/DHCP ( 71): failed to set ip addr for eth0 to 0.0.0.0: No such device

I/Vold ( 61): Vold 2.1 (the revenge) firing up

I/Netd ( 62): Netd 1.0 starting

D/Vold ( 61): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)

E/NetlinkEvent( 61): NetlinkEvent::FindParam(): Parameter 'NPARTS' not found

W/DirectVolume( 61): Kernel block uevent missing 'NPARTS'

D/Vold ( 61): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)

E/NetlinkEvent( 61): NetlinkEvent::FindParam(): Parameter 'PARTN' not found

W/DirectVolume( 61): Kernel block uevent missing 'PARTN'

D/Vold ( 61): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)

W/Vold ( 61): Ignoring unknown switch 'MSM72K_UDC'

Edited by Andrea1Liquid
Link to comment
Share on other sites

Guest Dario93

ATM i abandoned Sense because i discovered,if i don't get wrong, that the radio part of my device (Liquid E) isn't supported... So i'm trying to port another HTC Desire ROM.

Link to comment
Share on other sites

Guest Andrea1Liquid

that's awful! ATM I'm stuck. Booting the Desire HD port gives this in logcat:

I/DEBUG ( 63): debuggerd: Aug 19 2010 20:50:39

D/DHCP ( 71): failed to set ip addr for eth0 to 0.0.0.0: No such device

I/Vold ( 61): Vold 2.1 (the revenge) firing up

I/Netd ( 62): Netd 1.0 starting

D/Vold ( 61): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)

E/NetlinkEvent( 61): NetlinkEvent::FindParam(): Parameter 'NPARTS' not found

W/DirectVolume( 61): Kernel block uevent missing 'NPARTS'

D/Vold ( 61): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)

E/NetlinkEvent( 61): NetlinkEvent::FindParam(): Parameter 'PARTN' not found

W/DirectVolume( 61): Kernel block uevent missing 'PARTN'

D/Vold ( 61): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)

W/Vold ( 61): Ignoring unknown switch 'MSM72K_UDC'

I left it 30 minutes and it stayed like this. No loop. This is the entire log.

Link to comment
Share on other sites

Guest Andrea1Liquid

So we are 2 :D I suspect the issue is in vold. I kept both fstab and conf in previous ROM. Myabe this time I'll have to have only one. I'm going to try...

Try 1: Fail. It's time for try 2.

Try 2: Fail 2 (:P :D). Slightly different error.

Keep only vold.fstab or only vold.conf doesn't change the situation... :P I have another try: the third and last try...

Edited by Andrea1Liquid
Link to comment
Share on other sites

Guest android76

Thanks Vache :P I will try

And I have found a line in build.prop

# For emmc phone storage

ro.phone_storage = 0

Maybe we can try this ?

# For emmc phone storage

ro.phone_storage = 1

EDIT : Link is dead for the linker

Edited by android76
Link to comment
Share on other sites

Guest android76

Yes I think you have to push it in /bin

@Vache : In the DHD Dump there is a init.rc script and does I need to delete it or leave it ?

Sorry for my bad english

Link to comment
Share on other sites

Yes I think you have to push it in /bin

@Vache : In the DHD Dump there is a init.rc script and does I need to delete it or leave it ?

Sorry for my bad english

You can delete it.

Link to comment
Share on other sites

Guest Andrea1Liquid

Me too. I pushed it, but I don't know how to set its permission. Anyways, I'm downloading Evil NXsense HD 0.4 (wich is based on the first desire hd dump that has data working). Newer releases don't have data (that's what vache said me).

Link to comment
Share on other sites

@Vache: could you explain us how to use that linker? Sorry for my noobish question..

Push it in /system/bin in recovery mode.

adb shell chmod -R 755 /system/bin

& reboot in normal mode

You'll see that the logcat is better. More debug lines.

Link to comment
Share on other sites

Guest Andrea1Liquid

Thank you Vache. I did exactly what you wrote, but the result is the same. :P

Edit: Same error. No more lines...

Edited by Andrea1Liquid
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.