• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ICS/CM9-JB/CM10 Development Thread

Can we convert the roms over to marquee or is it not possible

That is currently what they are doing right now. But not everything will make an easy transition to the marquee. Mostly because of the different radio technology in the two phones.
 
I've decided that before I can do much else, I need a working adb in recovery. Anyone have any luck with that?

My slider has the same issue: no adb in recovery. So I'm going to try to track down and fix the problem.
 
Screenshot_2012-07-17-21-18-06.png


Screenshot_2012-07-17-21-20-06.png
 
I'm finally back on the Marquee, at least part time. Sorry for the delay, got involved in a kernel update for my VM670 that is turning out to be a real PITA.

Anyway, so I got a recovery built based on CM7 that does indeed have ADB enabled, but lots of other things are broken. It won't mount /cache at boot and it won't clear the boot-to-recovery flag when you reboot. Sigh.

I'll be attempting to fire up CM9 today and get basic ADB going in the main ROM. If I'm successful, that will open the window for development to proceed.
 
I'm finally back on the Marquee, at least part time. Sorry for the delay, got involved in a kernel update for my VM670 that is turning out to be a real PITA.

Anyway, so I got a recovery built based on CM7 that does indeed have ADB enabled, but lots of other things are broken. It won't mount /cache at boot and it won't clear the boot-to-recovery flag when you reboot. Sigh.

I'll be attempting to fire up CM9 today and get basic ADB going in the main ROM. If I'm successful, that will open the window for development to proceed.

Looking good. You and blood are amazing devs. Btw just put cm10 on my kindle fire and wow just wow, can't wait to see it on the marquee, because if you guys can get ics to work than 4.1 will work. Keep up the great work guys!
 
Finally got some progress. I ripped out all the adb stuff in init.rc except the service line and made it default enable. Now I have adb in my ICS rom. Yay! :)

Here's the first two things to fix:

1. Display is hozed:

E/FramebufferNativeWindow( 1597): couldn't open framebuffer HAL (No such device)
E/SurfaceFlinger( 1597): Display subsystem failed to initialize. check logs. exiting...

2. Camera is hozed:

E/HAL ( 1393): load: module=/system/lib/hw/camera.sniper.so
E/HAL ( 1393): Cannot load library: link_image[1965]: 1393 could not load needed library 'libcamera.so' for 'camera.sniper.so' (link_image[1965]: 1393 could not load needed library 'libbridge.so' for 'libcamera.so' (load_library[1120]: Library 'libbridge.so' not found))
E/CameraService( 1393): Could not load camera HAL module

I have a feeling that if I can get those fixed, the main system might come up.
 
Finally got some progress. I ripped out all the adb stuff in init.rc except the service line and made it default enable. Now I have adb in my ICS rom. Yay! :)

Here's the first two things to fix:

1. Display is hozed:

E/FramebufferNativeWindow( 1597): couldn't open framebuffer HAL (No such device)
E/SurfaceFlinger( 1597): Display subsystem failed to initialize. check logs. exiting...

2. Camera is hozed:

E/HAL ( 1393): load: module=/system/lib/hw/camera.sniper.so
E/HAL ( 1393): Cannot load library: link_image[1965]: 1393 could not load needed library 'libcamera.so' for 'camera.sniper.so' (link_image[1965]: 1393 could not load needed library 'libbridge.so' for 'libcamera.so' (load_library[1120]: Library 'libbridge.so' not found))
E/CameraService( 1393): Could not load camera HAL module

I have a feeling that if I can get those fixed, the main system might come up.

You put ics on the lowly optimus v, so I don't think you will have much difficulty. Very lucky that we have good devs, some phones just get no support but we are very fortunate
 
Finally got some progress. I ripped out all the adb stuff in init.rc except the service line and made it default enable. Now I have adb in my ICS rom. Yay! :)

Here's the first two things to fix:

1. Display is hozed:

E/FramebufferNativeWindow( 1597): couldn't open framebuffer HAL (No such device)
E/SurfaceFlinger( 1597): Display subsystem failed to initialize. check logs. exiting...

2. Camera is hozed:

E/HAL ( 1393): load: module=/system/lib/hw/camera.sniper.so
E/HAL ( 1393): Cannot load library: link_image[1965]: 1393 could not load needed library 'libcamera.so' for 'camera.sniper.so' (link_image[1965]: 1393 could not load needed library 'libbridge.so' for 'libcamera.so' (load_library[1120]: Library 'libbridge.so' not found))
E/CameraService( 1393): Could not load camera HAL module

I have a feeling that if I can get those fixed, the main system might come up.

Building from source or port?
 
2. Camera is hozed:

E/HAL ( 1393): load: module=/system/lib/hw/camera.sniper.so
E/HAL ( 1393): Cannot load library: link_image[1965]: 1393 could not load needed library 'libcamera.so' for 'camera.sniper.so' (link_image[1965]: 1393 could not load needed library 'libbridge.so' for 'libcamera.so' (load_library[1120]: Library 'libbridge.so' not found))
E/CameraService( 1393): Could not load camera HAL module

Well that looks like an easy one. I don't have a libbridge.so in my ROM but stock has one.
 
Back
Top Bottom