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

Root Where are all the devs at?

yeah i emailed them directly and got:
[FONT=&quot]We are very sorry to hear that you’ve been trouble with problem.[/FONT]
[FONT=&quot]Could you give us build error log you faced to check it. [/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]We hope this information will help you. [/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]Thank you.[/FONT]
 
I just got AOKP 4.1 built but I ran into a strange issue. Any devs want to try to figure this out?

There's an error building audio.primary.goldfish due to custom Qualcomm stuff (header mismatch, which causes failure to instantiate an object due to pure virtual function).

In the CM10 build, audio.primary.goldfish is not built at all. I've even added junk to the top of device/generic/goldfish/audio/Android.mk to cause a build failure and there's no failure, so obviously this file is not even read.

I diff'd build/ and vendor/ in the two trees and nothing obvious stands out.

Why would AOKP 4.1 be building this module?

I've searched all over the code and can't find any reasonable explanation. It's an optional module and nothing seems to depend on it.

For now I just nuked device/generic/goldfish/audio. But that's not a satisfactory solution.
 
So now I have both CM10 and AOKP41 builds. Next is to fire them up and see how badly they crash and burn.... :p

Thats badass tdm!!! This is exactly we never want you to leave Spectrum land lol. Wish I could help you more , but I guess I can provide encouragement..lol
 
  • Like
Reactions: tdm
So now I have both CM10 and AOKP41 builds. Next is to fire them up and see how badly they crash and burn.... :p

Round 1 results for CM10:

D/libEGL ( 560): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 560): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 560): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGLSUB( 560): <ConfigWindowMatch:2078>: Format RGBA_8888.
I/Adreno ( 560): ioctl_kgsl_context_create_priority: not implemented
E/Adreno200-EGL( 560): <qeglDrvAPI_eglCreateContext:2266>: EGL_BAD_ALLOC
E/libEGL ( 560): eglMakeCurrent:495 error 3009 (EGL_BAD_MATCH)
E/SurfaceFlinger( 560): Couldn't create a working GLES context. check logs. exiting...

Round 2 coming up soon...
 
do have any plans for this kernel? like OC'ing or voltage control some added governers or schedulers?

Clocking looks very similar to the MSM 7x27 SoC (which I have some experience with). I might play with OC a little. Two cores means twice the probability of failure to overclock your device though. :p

I'm still not planning to play with governors or schedulers at all.

Oh, BTW, I saw a supposedly tweaked kernel on XDA called LightningZap. I looked through the github and some (most) of the changes seem really sketchy to me. So I'm not planning to use that at all.
 
Hmm .. checking "disable hw overlays" in developer settings gets rid of the screen funkiness. Need to investigate what's going on ... anyone have a clue?
 
Hmm .. checking "disable hw overlays" in developer settings gets rid of the screen funkiness. Need to investigate what's going on ... anyone have a clue?

Possibly something in the adreno files not jiving with JB. HW overlays is basically gpu rendering the display right? It would kind of make sense. adreno 200 is kinda dated now.
 
  • Like
Reactions: tdm
Possibly something in the adreno files not jiving with JB. HW overlays is basically gpu rendering the display right? It would kind of make sense. adreno 200 is kinda dated now.

Yeah I'll check that out.

Thing is, I have both the adreno libs and kernel changes from the CM p930 jb ROM. I'll doublecheck these.
 
Got my nitro today. Waiting on a sim to be free from VM and CDMA. Yay!

The loaner spectrum should be here Monday. I hope to be able to make progress quickly on cm10 with a p930 to use as a reference.

congrats on your new toy, and thank you for helping us tdm, I'm sure you already know, but, I wanted to personally say, so many people in this "community" really do appreciate your work and efforts.
 
I'm looking for ways to identify various i-project (p930/nitro/spectrum) variants so that I can build a "multi-ROM" for them. A "multi-ROM" is my own invention. It installs a set of base files common to all devices, then installs specific files based on the actual device. This drastically cuts down on build time, bandwidth, and storage space.

The good old standby from the MSM 7x27 based Optimus One is to use /sys/devices/system/soc/soc0/build_id. This file is present in the i-project devices, so I'd like to collect a list of possible values. Here's a start:

VZW VS920 with ZV6 baseband: 8660-AAABQNBYA-3161H
ATT p930 with V10f baseband: 8660-AAABQNBYA-30552040

I'm looking for the proper value for VS920 ZV4, VS920 ZV7, and any other variations.
 
Back
Top Bottom