Guest RomzesRover_R Posted November 15, 2011 Report Posted November 15, 2011 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 November 15, 2011 Report Posted November 15, 2011 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 November 15, 2011 Report Posted November 15, 2011 ok, thanks to your answer :), how to get logcat in windows7, or linux ? how to set adb ?
Guest gnufabio Posted November 15, 2011 Report Posted November 15, 2011 ok, thanks to your answer :), how to get logcat in windows7, or linux ? how to set adb ? It's plenty of tutorials on this, like this: http://wiki.cyanogenmod.com/wiki/Logcat
Guest RomzesRover_R Posted November 16, 2011 Report Posted November 16, 2011 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 November 16, 2011 Report Posted November 16, 2011 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 November 16, 2011 Report Posted November 16, 2011 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 November 16, 2011 Report Posted November 16, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now