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

Root [Dev-Only] CM10 status

Well I've been working on it a lot lately but have never found a solution. Seems like the 2 bugs away from a release are 3g and Playback. If anyone wants to help work on them, the sources are still on my git
 
Just don't give up! You guys are so close. It's a race.maybe when you get cm10 working the other guys will move to it and get the camera working on all of them. Just don't give up, the answer well come to you...haha. we just need to keep this and the cm9 threads alive instead of posting on the other 2.2.2 ones and the old cm7 ones. Let's focus on ics and jb now!

Edit: I don't know if it would help or not, but maybe you should release it so people can use it and get some logs and stuff. More exposure...
 
Well I've been working on it a lot lately but have never found a solution. Seems like the 2 bugs away from a release are 3g and Playback. If anyone wants to help work on them, the sources are still on my git
I've managed to work everything into the framework for 3G, I think. I have gotten it down from well over 100 errors to just 3:

Code:
frameworks/base/telephony/java/com/android/internal/telephony/cdma/RuimCard.java:29: cannot find symbol
symbol  : constructor IccCard(com.android.internal.telephony.cdma.CDMAPhone,java.lang.String,boolean)
location: class com.android.internal.telephony.IccCard
        super(phone, LOG_TAG, dbg);
        ^
frameworks/base/telephony/java/com/android/internal/telephony/gsm/SimCard.java:33: cannot find symbol
symbol  : constructor IccCard(com.android.internal.telephony.gsm.GSMPhone,java.lang.String,boolean)
location: class com.android.internal.telephony.IccCard
        super(phone, "GSM", true);
        ^
frameworks/base/telephony/java/com/android/internal/telephony/gsm/SimCard.java:45: cannot find symbol
symbol  : constructor IccCard(com.android.internal.telephony.PhoneBase,java.lang.String,java.lang.Boolean)
location: class com.android.internal.telephony.IccCard
        super(phone, logTag, dbg);
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar] Error 41
phenom@phenom-desktop:~/CM10-2$
I don't know java well enough to figure super out.
 
I still haven't figured out git yet so here is my telephony "commit". When I take out the simcard and ruimcard files it builds but breaks all network connections, hopefully somebody with more experience can work with this. I'm pretty sure I probably added too much stuff and made a few changes before I zipped it(still just the 3 errors), but it should be good reference.

BSydz CM10 frameworks base telephony.zip

EDIT: PRL, MIN, and My phone number does show up now though
 
Only until CM10 is released and all the Triumphs on this forum have experienced Project Butter, then this forum has my permission to die. An actual quote from Bane himself.
 
I recently purchased a Triumph, and I'm some what new to the Android, but not Linux. All I can say is I praise you rukin for your dedication and contribute. I am very excited for CM10 on the Triumph. Does the camera work? P;
 
i'm going to be starting school on Monday for mobile development, but the Triumph will be a fond memory by the time I get to the desired classes:D:o
 
Really wish I had the needed knowledge now so I could help you guys out, but the Java classes I need will be quite a ways down the road yet
 
I recently purchased a Triumph, and I'm some what new to the Android, but not Linux. All I can say is I praise you rukin for your dedication and contribute. I am very excited for CM10 on the Triumph. Does the camera work? P;

No but MTDEV team is definitely working on that.
 
I'll throw a zip in here even though I would be going against my rules. Lol.
I was thinking, that maybe we could turn this in to a testing thread for CM10. I have a pretty decent build I could post a link to, none of us really know what the other has done to this point, until we get the git all put together with our fixes. I figure it would help us figure out what is working best in which build and make it easier to figure out what to push to git. Let me know if you mind me posting a build.
 
Back
Top Bottom