Jump to content

[HOW] [HELP] [TUT] [ROM] porting from others phones (desire,n1)


Recommended Posts

Guest RomzesRover_R
Posted

hi all, how to make port from others phones(n1, desire) ?

i know we need to edit init.rc in boot.img... and something else..

but in boot i have freez on bootlogo screen or bootanimation screen, with artefacts graphics...

who help me ? pls :)

Guest gnufabio
Posted

hi all, how to make port from others phones(n1, desire) ?

i know we need to edit init.rc in boot.img... and something else..

but in boot i have freez on bootlogo screen or bootanimation screen, with artefacts graphics...

who help me ? pls :)

Logcat is your friend, it tells you what crashes and you need to change it.

Guest RomzesRover_R
Posted

ok, thanks to your answer :), how to get logcat in windows7, or linux ?

how to set adb ?

Guest RomzesRover_R
Posted

It's plenty of tutorials on this, like this: http://wiki.cyanogen...com/wiki/Logcat

i trying port rom from nexus 1, and in log cat i have :


C:\android-sdk-windows\tools>adb logcat

- waiting for device -

link_image[1967]:   108 could not load needed library 'libc.so' for '/system/bin

/sh' (load_library[1109]: Library 'libc.so' not found)CANNOT LINK EXECUTABLE


C:\android-sdk-windows\tools>

i trying this: adb push ./"libc.so" /system/bin/sh

but not works ((( what can I do ?, who help me ? pls

Guest koudelka
Posted

i trying port rom from nexus 1, and in log cat i have :


C:\android-sdk-windows\tools>adb logcat

- waiting for device -

link_image[1967]:   108 could not load needed library 'libc.so' for '/system/bin

/sh' (load_library[1109]: Library 'libc.so' not found)CANNOT LINK EXECUTABLE


C:\android-sdk-windows\tools>

i trying this: adb push ./"libc.so" /system/bin/sh

but not works ((( what can I do ?, who help me ? pls

lib files should be under /system/lib , sh is only the application that needs to use it. So push it to /system/lib/

Guest gnufabio
Posted

i trying port rom from nexus 1, and in log cat i have :


C:\android-sdk-windows\tools>adb logcat

- waiting for device -

link_image[1967]:   108 could not load needed library 'libc.so' for '/system/bin

/sh' (load_library[1109]: Library 'libc.so' not found)CANNOT LINK EXECUTABLE


C:\android-sdk-windows\tools>

i trying this: adb push ./"libc.so" /system/bin/sh

but not works ((( what can I do ?, who help me ? pls

Follow Dario93's tutorial, you can find it in the "Ultimate thread of Liquid"

Guest Ma7moud
Posted

Follow Dario93's tutorial, you can find it in the "Ultimate thread of Liquid"

i tried porting before using that guide, worked but couldn't get all hardware working, no rild, wifi, bluetooth

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.