[ROM] Motorola Blur / S-Blur_1.071 - Bluetooth [G1/MT3g][11/10]

Search This thread

zole2112

Senior Member
Oct 23, 2008
706
88
Wisconsin
I still get that stupid Text Message error upon signing in and every few minutes thereafter ("invalid 10-digit number"). I'm on a MyTouch and my carrier is AT&T. This makes the rom unusable in my opinion. Hoping someone can figure that out.

Yeah, me too, what's up with that?

Oops, sorry I jumped the gun, somebody addressed this in post #16...I was just excited because someone acknowledged an issue I had.
 
Last edited:

persiansown

Retired Recognized Developer
Jan 12, 2007
877
717
Big Fix

Here is a potential bugfix for the people that are having issues with the random text being sent from the unknown number.


Code:
adb remount
adb shell rm /data/app_s/ATCommandApp.apk 
adb shell rm /data/app_s/ATCommandApp.odex
adb shell rm /system/lib/libatcmd_svc.so
adb shell reboot

try that and report back whether or not you still get that issue.
 

johnowa636

Senior Member
Jul 27, 2008
234
10
Memory

This ROM is giving me 42MB of Available Space. Previous build was giving me 82 MB. Is this normal?
Checking system, my apps are in "system/app" before they were in "system/sd/app_s" did I do something wrong?
Device:G1
Set up: 7GB Fat32, 500MB EXT 2 , 64MB Linux-swap
 
Last edited:

shafty023

Senior Member
Jul 24, 2007
1,130
98
Austin,TX
This ROM is giving me 42MB of Available Space. Previous build was giving me 82 MB. Is this normal?
Checking system, my apps are in "system/app" before they were in "system/sd/app_s" did I do something wrong?
Device:G1
Set up: 7GB Fat32, 500MB EXT 2 , 64MB Linux-swap

This is using my a2sd script where /data/app_s is not pushed to /system/sd/app_s b/c system performance benchmarks showed pushing both of those app directories to sd slowed things down too much. So I only push user apps and leave system apps on internal flash.

**Edit**
Keep in mind, it's actually useless to leave ALL this free space on /data. You'd might as well use it and keep the i/o on the sdcard for swap/user apps
 

newsoltsc

Member
Jul 28, 2009
6
1
So far so good.

I couldnt ge the other Blur rom to flash for some reason.

I've been frustrated all day trying to flash the other Blur rom.

This one was easy as pie.

Looking forward to new updates on this one :D

Vibrate would be good :)

Still testing it out though. Gonna give it more of a test tomorrow. It's 3am :eek:
 

johnowa636

Senior Member
Jul 27, 2008
234
10
Bug report

This is using my a2sd script where /data/app_s is not pushed to /system/sd/app_s b/c system performance benchmarks showed pushing both of those app directories to sd slowed things down too much. So I only push user apps and leave system apps on internal flash.

**Edit**
Keep in mind, it's actually useless to leave ALL this free space on /data. You'd might as well use it and keep the i/o on the sdcard for swap/user apps
Makes sense, Thanks.

Bug Report: Forclose on Speed Dial!
Device:G1
ROM: S-Blurry -1.04
I ran logcat and took from idle to when launched Speed dial. Too long to post so included in txt file. Hope someone can figure it out.
 

Attachments

  • speeddial.txt
    7.9 KB · Views: 5

ahmad.yousry

Senior Member
Dec 5, 2007
133
0
Cairo
Bug Report : force close on call log scroll
Device:G1
ROM: S-Blurry -1.04

searched the thread with no use,,, how can i logcat the Force close
 

shafty023

Senior Member
Jul 24, 2007
1,130
98
Austin,TX
Bug Report : force close on call log scroll
Device:G1
ROM: S-Blurry -1.04

searched the thread with no use,,, how can i logcat the Force close

This is the error that occurs when you scroll through the call log

Code:
I/dalvikvm( 1558): Stack overflow, expanding (0x41048200 to 0x41048000)
I/dalvikvm( 1558): Shrank stack (to 0x41048200, curFrame is 0x41049cd8)
W/dalvikvm( 1558): threadid=3: thread exiting with uncaught exception (group=0x4000ff28)
E/AndroidRuntime( 1558): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 1558): java.lang.StackOverflowError                                   
E/AndroidRuntime( 1558):        at android.text.Styled.measureText(Styled.java:371)     
E/AndroidRuntime( 1558):        at android.text.Layout.measureText(Layout.java:1600)    
E/AndroidRuntime( 1558):        at android.text.Layout.getLineMax(Layout.java:654)      
E/AndroidRuntime( 1558):        at android.text.Layout.draw(Layout.java:310)            
E/AndroidRuntime( 1558):        at android.text.BoringLayout.draw(BoringLayout.java:356)
E/AndroidRuntime( 1558):        at android.widget.TextView.onDraw(TextView.java:3954)   
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5838)               
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1486)
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)   
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)   
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
E/AndroidRuntime( 1558):        at android.view.View.buildDrawingCache(View.java:5615)     
E/AndroidRuntime( 1558):        at android.view.View.getDrawingCache(View.java:5458)       
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1422)   
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
E/AndroidRuntime( 1558):        at android.widget.AbsListView.dispatchDraw(AbsListView.java:1331)
E/AndroidRuntime( 1558):        at android.widget.ListView.dispatchDraw(ListView.java:2843)      
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5944)                        
E/AndroidRuntime( 1558):        at android.widget.AbsListView.draw(AbsListView.java:2138)        
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1486)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5841)                        
E/AndroidRuntime( 1558):        at android.widget.FrameLayout.draw(FrameLayout.java:352)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1486)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1484)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5841)                        
E/AndroidRuntime( 1558):        at android.widget.FrameLayout.draw(FrameLayout.java:352)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1486)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)      
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5841)                        
E/AndroidRuntime( 1558):        at android.widget.FrameLayout.draw(FrameLayout.java:352)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.drawChild(ViewGroup.java:1486)         
E/AndroidRuntime( 1558):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
E/AndroidRuntime( 1558):        at android.view.View.draw(View.java:5841)
E/AndroidRuntime( 1558):        at android.widget.FrameLayout.draw(FrameLayout.java:352)
E/AndroidRuntime( 1558):        at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1897)
E/AndroidRuntime( 1558):        at android.view.ViewRoot.draw(ViewRoot.java:1239)
E/AndroidRuntime( 1558):        at android.view.ViewRoot.performTraversals(ViewRoot.java:1049)
E/AndroidRuntime( 1558):        at android.view.ViewRoot.handleMessage(ViewRoot.java:1507)
E/AndroidRuntime( 1558):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1558):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1558):        at android.app.ActivityThread.main(ActivityThread.java:3977)
E/AndroidRuntime( 1558):        at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1558):        at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1558):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 1558):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 1558):        at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1558): threadid=7: reacting to signal 3
I/DumpStateReceiver( 1528): Finished: 3290 bytes read; status 0
W/WindowManager( 1528): No window to dispatch pointer action 1
I/DumpStateReceiver( 1528): Added state dump to 1 crashes

**Edit**
Basically means there is an issue with the app itself.
 

shafty023

Senior Member
Jul 24, 2007
1,130
98
Austin,TX
Bug Report : force close on call log scroll
Device:G1
ROM: S-Blurry -1.04

searched the thread with no use,,, how can i logcat the Force close

Upon further inspection it looks like the error only occurs (at least for me) on Received Calls & Outgoing Calls. The error apparently stems from too many rows in a table, where the table is the call log container and the rows are each individual call log.

Try clearing your call log list (Menu->clear list) and see if the issue still occurs. The only way this can be fixed is by getting an updated copy of Phone.apk from Motorola IMO.
 

ahmad.yousry

Senior Member
Dec 5, 2007
133
0
Cairo
Upon further inspection it looks like the error only occurs (at least for me) on Received Calls & Outgoing Calls. The error apparently stems from too many rows in a table, where the table is the call log container and the rows are each individual call log.

Try clearing your call log list (Menu->clear list) and see if the issue still occurs. The only way this can be fixed is by getting an updated copy of Phone.apk from Motorola IMO.

tried pushing the Phone.apk and Phone.odex from the .77 build into the \data\app_s\ with no success!
 
Last edited:

shafty023

Senior Member
Jul 24, 2007
1,130
98
Austin,TX
tried pushing the Phone.apk and Phone.odex from the .77 build into the \data\app_s\ with no success!

Those are all the same version. Only 1 dump of the Blur ROM was given that everyone built their ROMs off of. So any of the core moto apps or framework files are all going to be identical. Good job though! Glad to see people are attempting to debug issues :)
 

ahmad.yousry

Senior Member
Dec 5, 2007
133
0
Cairo
Those are all the same version. Only 1 dump of the Blur ROM was given that everyone built their ROMs off of. So any of the core moto apps or framework files are all going to be identical. Good job though! Glad to see people are attempting to debug issues :)

well i'm b being taught by maxisma and i try to participate

a question now, since its the same ROM dump, was it FC on this version while it worked perfectly on the other versions
 

jigdagod

Senior Member
Feb 8, 2009
196
1
Since this is already set there is no need to run setcpu correct?

Min CPU set to 384MHz / Max CPU set to 528MHz
 
Last edited: