Jump to content

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


Recommended Posts

Posted
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)

Guest Andrea1Liquid
Posted (edited)

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
Guest akira.pwr
Posted

I'm following this thread more than a thriller on tv...

Guest Andrea1Liquid
Posted

I'm stuck. I can't understand where's the error...?????

Guest Dario93
Posted

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.

Guest Andrea1Liquid
Posted

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.

Guest Andrea1Liquid
Posted (edited)

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
Guest android76
Posted

I have try with vold (in /system/bin) and vold.fstab of the Vache Rom, Phhroyo and LCR-F ==> Same Issue

Guest android76
Posted (edited)

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
Guest Andrea1Liquid
Posted (edited)
You can use this linker to debug.

http://hd.husson.free.fr/linker

(push it in recovery, and chmod 755)

It gives me : "Can't open the page". I think the link is dead... :P

@android76: don't know...I'm trying symlinking framework too.

Edited by Andrea1Liquid
Guest Andrea1Liquid
Posted

Downloaded, but where have I to push it? System/bin?

Posted
Downloaded, but where have I to push it? System/bin?

Right

Guest android76
Posted

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

Posted
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.

Guest android76
Posted (edited)

I want to use it but i'm not sure how to use it :P and thanks for your answer and your help Vache =)

Edited by android76
Guest Andrea1Liquid
Posted

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).

Guest Andrea1Liquid
Posted

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

Posted
@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.

Guest Andrea1Liquid
Posted (edited)

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

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.