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

Root [CDMA/SHOOTER][ROM] Unofficial CM9 for Shooter Beta

Status
Not open for further replies.
Not a problem with cm9. It kind of sound like the dreaded "light leak". Mine has a faint glow while the screen is on after the buttons turn off.


d3rpalicious.


Is there a fix for it? Prob have to remove the front cover and throw some sealant in there somewhere huh?
 
So has anybody else noticed that when you try to view a 3D video (either from the sdcard or on youtube) it plays flawlessly, but after it's done the phone freezes requiring a battery pull?

It seems like the functionality is in there somewhere, and just needs some fine-tuning to switch off at the right time. For some reason I can't see 3D photos, just videos. And obviously, taking 3D photos doesn't work because the stock android camera doesn't even know what an evo 3D is.

We need to get some people working on this while jmz works on the stuff that actually matters :p I figure the hardest part of getting it working fully would be modifying the stock camera to take 3D photos.
 
I love this rom but the random reboots make it unuseable for me. Hopefully cm10 doesnt do this.

Agreed. Between now and the release of a solid working CM10, I'd say you should just go back to DT. No disrespect to JMZ of course, but I suffered from so many reboots during critical moments (GPS navigation on the road) that it wasn't worth it anymore.
 
Has anyone in here notice in the thread title the word Beta?

All i have to say is that the rom is stable enough for a beta released.
 
Ive been getting quite a few reboots as well. always happens when i hit power button to turn on phone to check for message or such, the phone will freeze then shut down. :(
 
I doubt all of us are doing it improperly...

all phones are not the same and will not always react the same to rom and kernel changes. what my phone likes your phone may not. which kernel are you guys using? probably best to stick with the kernel packaged with the rom. i remember alot of random reboots fornsome reason or another running some anthrax kernels because of the whole mpdecision and thermald stuff.
 
all phones are not the same and will not always react the same to rom and kernel changes. what my phone likes your phone may not. which kernel are you guys using? probably best to stick with the kernel packaged with the rom. i remember alot of random reboots fornsome reason or another running some anthrax kernels because of the whole mpdecision and thermald stuff.

Stock kernel. Flash rom then Gapps. Nothing fancy.
 
all phones are not the same and will not always react the same to rom and kernel changes. what my phone likes your phone may not. which kernel are you guys using? probably best to stick with the kernel packaged with the rom. i remember alot of random reboots fornsome reason or another running some anthrax kernels because of the whole mpdecision and thermald stuff.

I actually had the reboots with stock. Anthrax actually helped. ,there are a few different versions, I was using 3.2.2.


d3rpalicious.
 
Goo.Im/devs/jmz/cm10


Tell me how that goes :)


Downloading now!

Edit: This link will get you there.Goo.im Downloads - Browsing jmz

Edit 2:Here is what I have found so far.

  1. 4G toggle does nothing(4G probably not implemented yet)
  2. Selecting 4G in the Settings causes FC's
  3. MMS is still throwing a timeout error(Logcat coming)
  4. All audio is working great including in call
  5. Mass storage is broke(After turning it on in settings, as soon as it is connected to the computer the box is no longer checked)
 
A couple things. This is a completely unofficial build from me. Think of it as a soak test. The official thread from me will come soon.

As for the couple things broke, I know they are broke and know how to fix them. Well all but MMS. No idea on that one. Lol

Also just as an FYI my future releases will make anthrax unusable. Well its breaks wifi. I'm aligning my builds to cm standards hoping to get it official.
 
A couple things. This is a completely unofficial build from me. Think of it as a soak test. The official thread from me will come soon.

As for the couple things broke, I know they are broke and know how to fix them. Well all but MMS. No idea on that one. Lol

Also just as an FYI my future releases will make anthrax unusable. Well its breaks wifi. I'm aligning my builds to cm standards hoping to get it official.

So if I'm understanding correctly, the reason your future builds will not work with anthrax is because of the changes you need to make to meet CM standards? Maybe Chad would be willing to update Anthrax to continue working after you make these changes. He has been great about things like this in the past. I'd be glad to relay the necessary info to him if you want to provide a bit more detail. There are a ton of anthrax fans around here, so it would be great to have it as a kernel option.
 
Here is sending and receiving. There are a few different lines in there when compared to CM9.

Code:
E/Mms:transaction( 1768): Url: http://mmsc.vmobl.com:8088/mms?
E/Mms:transaction( 1768): Connect to /205.239.233.136:81 timed out
E/SendTransaction( 1768): java.io.IOException: Connect to /205.239.233.136:81 timed out
E/SendTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.handleHttpConnectionException(HttpUtils.java:299)
E/SendTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:285)
E/SendTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:176)
E/SendTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:154)
E/SendTransaction( 1768): 	at com.android.mms.transaction.SendTransaction.run(SendTransaction.java:115)
E/SendTransaction( 1768): 	at java.lang.Thread.run(Thread.java:856)
E/SendTransaction( 1768): Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to /205.239.233.136:81 timed out
E/SendTransaction( 1768): 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:121)
E/SendTransaction( 1768): 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:144)
E/SendTransaction( 1768): 	at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
E/SendTransaction( 1768): 	at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
E/SendTransaction( 1768): 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
E/SendTransaction( 1768): 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
E/SendTransaction( 1768): 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:509)
E/SendTransaction( 1768): 	at android.net.http.AndroidHttpClient.execute(AndroidHttpClient.java:262)
E/SendTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:205)
E/SendTransaction( 1768): 	... 4 more
E/SendTransaction( 1768): Delivery failed.
W/DrmManagerClient( 1768): You should have called release()
D/dalvikvm( 1768): GC_EXPLICIT freed 441K, 74% free 9642K/36227K, paused 3ms+4ms, total 42ms
I/BATT_ALG(  142): charging time: 0
I/BATT_ALG(  142): batt_alg_overtemp_check:temp:330, isOver_temp:0
I/BATT_ALG(  142): set_battery_voltage_alarm level=99, alarm_config=25, batt_alarm_config=25
I/BATT_ALG(  142): vol=4356;curr=121;dis_curr=0;temp=330;id=2;level=99;chg_src=1;chg_en=1;isOver_temp=0;timer=60;safety_count=0
E/Mms:transaction( 1768): Url: http://mmsc.vmobl.com:8088/ammsc/?AKxGU5i8WcMYtuZwG
E/Mms:transaction( 1768): Connect to /205.239.233.136:81 timed out
D/dalvikvm( 2084): GC_CONCURRENT freed 5859K, 57% free 7454K/17091K, paused 3ms+19ms, total 101ms
I/BATT_ALG(  142): charging time: 0
I/BATT_ALG(  142): batt_alg_overtemp_check:temp:331, isOver_temp:0
I/BATT_ALG(  142): set_battery_voltage_alarm level=99, alarm_config=25, batt_alarm_config=25
I/BATT_ALG(  142): vol=4360;curr=137;dis_curr=0;temp=331;id=2;level=99;chg_src=1;chg_en=1;isOver_temp=0;timer=60;safety_count=0
E/Mms:transaction( 1768): Url: http://mmsc.vmobl.com:8088/mms?
E/Mms:transaction( 1768): Connect to /205.239.233.136:81 timed out
E/NotificationTransaction( 1768): java.io.IOException: Connect to /205.239.233.136:81 timed out
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.handleHttpConnectionException(HttpUtils.java:299)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:285)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:176)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:123)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.NotificationTransaction.sendNotifyRespInd(NotificationTransaction.java:244)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.NotificationTransaction.run(NotificationTransaction.java:211)
E/NotificationTransaction( 1768): 	at java.lang.Thread.run(Thread.java:856)
E/NotificationTransaction( 1768): Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to /205.239.233.136:81 timed out
E/NotificationTransaction( 1768): 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:121)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:144)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
E/NotificationTransaction( 1768): 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:509)
E/NotificationTransaction( 1768): 	at android.net.http.AndroidHttpClient.execute(AndroidHttpClient.java:262)
E/NotificationTransaction( 1768): 	at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:205)
E/NotificationTransaction( 1768): 	... 5 more
E/NotificationTransaction( 1768): NotificationTransaction failed.
V/TransactionSettings( 1768): APN setting: MMSC: http://mmsc.vmobl.com:8088/mms? looked for: current IS NOT NULL
D/ConnectivityService(  327): stopUsingNetworkFeature: teardown net 0: enableMMS
D/ConnectivityService(  327): ConnectivityChange for mobile_mms: DISCONNECTED/DISCONNECTED
D/MP-Decision(  754): UP Nw:2.700000 Tw:180 rq:4.400000 seq:198
E/SendTransaction( 1768): java.io.IOException: Cannot establish route to proxy -1997934643
E/SendTransaction( 1768): 	at com.android.mms.transaction.Transaction.ensureRouteToHost(Transaction.java:224)
E/SendTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:175)
E/SendTransaction( 1768): 	at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:154)
E/SendTransaction( 1768): 	at com.android.mms.transaction.SendTransaction.run(SendTransaction.java:115)
E/SendTransaction( 1768): 	at java.lang.Thread.run(Thread.java:856)
E/SendTransaction( 1768): Delivery failed.
D/ConnectivityService(  327): stopUsingNetworkFeature: teardown net 0: enableMMS
D/MP-Decision(  754): DOWN Ns:2.100000 Ts:270 rq:0.100000 seq:296 (Up time:296)
D/Tethering(  327): MasterInitialState.processMessage what=3
D/Tethering(  327): MasterInitialState.processMessage what=3
D/PicasaUploaderSyncManager( 1444): active network: NetworkInfo: type: mobile[CDMA - EvDo rev. A], state: CONNECTED/CONNECTED, reason: (unspecified), extra: , roaming: false, failover: false, isAvailable: true
D/PicasaUploaderSyncManager( 1444): background data: true
D/TelephonyProvider(  565): Preferred APN: -1
D/PicasaUploaderSyncManager( 1444): active network: NetworkInfo: type: mobile[CDMA - EvDo rev. A], state: CONNECTED/CONNECTED, reason: (unspecified), extra: , roaming: false, failover: false, isAvailable: true
D/PicasaUploaderSyncManager( 1444): background data: true
D/MP-Decision(  754): UP Nw:2.700000 Tw:180 rq:5.800000 seq:198
D/TelephonyProvider(  565): Preferred APN: -1
D/MP-Decision(  754): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:304 (Up time:304)
D/ConnectivityService(  327): handleInetConditionHoldEnd: net=0, condition=100, published condition=100

And wimax logcat. (not sure if it will help but I have it so I thought I would share)

Code:
E/WimaxHelper(  450): Unable to get WiMAX state!
E/WimaxHelper(  450): java.lang.NullPointerException
E/WimaxHelper(  450): 	at android.net.wimax.WimaxHelper.getWimaxState(WimaxHelper.java:154)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.WimaxButton$WimaxStateTracker.getActualState(WimaxButton.java:40)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.StateTracker.getTriState(StateTracker.java:132)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.WimaxButton.updateState(WimaxButton.java:109)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.PowerButton.update(PowerButton.java:88)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.PowerWidget.updateAllButtons(PowerWidget.java:291)
E/WimaxHelper(  450): 	at com.android.systemui.statusbar.powerwidget.PowerWidget$WidgetBroadcastReceiver.onReceive(PowerWidget.java:421)
E/WimaxHelper(  450): 	at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:755)
E/WimaxHelper(  450): 	at android.os.Handler.handleCallback(Handler.java:615)
E/WimaxHelper(  450): 	at android.os.Handler.dispatchMessage(Handler.java:92)
E/WimaxHelper(  450): 	at android.os.Looper.loop(Looper.java:137)
E/WimaxHelper(  450): 	at android.app.ActivityThread.main(ActivityThread.java:4930)
E/WimaxHelper(  450): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/WimaxHelper(  450): 	at java.lang.reflect.Method.invoke(Method.java:511)
E/WimaxHelper(  450): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/WimaxHelper(  450): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/WimaxHelper(  450): 	at dalvik.system.NativeStart.main(Native Method)
 
Status
Not open for further replies.
Back
Top Bottom