1.6.10 Mms.apk FC

  • Thread starter Deleted member 8986
  • Start date

D

Deleted member 8986

1.6.10 Mms.apk FC all the time.any1 experience this ?
If I push Mms.apk from older release into sys would this help ?
Cheers

Sent from my Nexus S using the miuiandroid.com forum app
 
So Ive tried to push Mms.apk from 1.6.3 but no good.I can open Mms.apk but when I press send it FC.
Any suggestion ?

Sent from my Nexus S using the miuiandroid.com forum app
 
It's recommended you link to a logcat (ie: 'report' the error.. send it to your email address and pastebin it)

M
 
Just an FYI Rikardo, one user on the Live Chat mentioned the same issue. They fixed/repaired permissions (ROM Manager or in the Recovery Console) and it fixed their issue.
 
RE: MMS FC

Great minds think alike.
I'm gettting the MMS FC once I install the english pack also.
I also tried pushing MMS.apk from older ROMs and doing a permission fix.
No luck.
About to hop on motorcycle and head to work. Will send logcat later on.
 
so all should be OK now with the new b lang pack right ?
go to download now and will see, hope it will be OK this time.
Thanks to all behind
:cool:
 
issue is resolved. I fixed it on 1b and 1c respectively. Other devices will have pack 1 as they came out later.
 
Unfortunately the bug still persists on the Nexus One. I can pull up the conversation list fine, but when I select a conversation I get a FC. I pulled a logcat, and have pasted it below:
I/ActivityManager( 143): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.mms/.ui.MmsTabActivity bnds=[12,529][126,658] } from pid 325
I/ActivityManager( 143): Start proc com.android.mms for activity com.android.mms/.ui.MmsTabActivity: pid=683 uid=10029 gids={3003, 1015}
D/szipinf ( 683): Initializing inflate state
I/ActivityThread( 683): Pub com.android.mms.festival: com.android.mms.data.FestivalSmsProvider
D/dalvikvm( 683): GC_EXTERNAL_ALLOC freed 198K, 48% free 2914K/5575K, external 0K/0K, paused 63ms
W/Mms/cache( 683): RecipientId 15 has empty number!
D/dalvikvm( 683): GC_CONCURRENT freed 156K, 47% free 3016K/5639K, external 490K/513K, paused 3ms+4ms
D/dalvikvm( 683): GC_EXTERNAL_ALLOC freed 36K, 47% free 3003K/5639K, external 510K/513K, paused 41ms
D/dalvikvm( 143): GC_EXPLICIT freed 678K, 40% free 5580K/9159K, external 10813K/12096K, paused 83ms
I/ActivityManager( 143): No longer want com.android.voicedialer (pid 585): hidden #16
I/ActivityManager( 143): Displayed com.android.mms/.ui.MmsTabActivity: +1s611ms (total +50s597ms)
D/dalvikvm( 325): GC_EXPLICIT freed 80K, 55% free 3237K/7175K, external 10144K/11464K, paused 907ms
D/ConversationList( 683): onListItemClick: pos=0, view=com.android.mms.ui.ConversationListItem@405d1028, tid=1
I/ActivityManager( 143): Starting: Intent { flg=0x10000 cmp=com.android.mms/.ui.ComposeMessageRouterActivity (has extras) } from pid 683
D/PhoneWindow( 683): couldn't save which view has focus because the focused view com.android.internal.policy.impl.PhoneWindow$DecorView@405ab528 has no id.
D/Mms ( 683): [1] Get conversation threadId=1, cache hit.
D/Mms ( 683): [1] routing: threadId=1, messageCount=22, recipientCount=1
I/ActivityManager( 143): Starting: Intent { flg=0x4010000 cmp=com.android.mms/.ui.SingleRecipientConversationActivity (has extras) } from pid 683
D/dalvikvm( 683): GC_CONCURRENT freed 220K, 46% free 3249K/5959K, external 884K/1028K, paused 4ms+4ms
D/dalvikvm( 683): GC_EXTERNAL_ALLOC freed 35K, 46% free 3252K/5959K, external 1007K/1028K, paused 44ms
D/Mms ( 683): [1] Get conversation threadId=1, cache hit.
D/AndroidRuntime( 683): Shutting down VM
W/dalvikvm( 683): threadid=1: thread exiting with uncaught exception (group=0x400aa560)
E/AndroidRuntime( 683): FATAL EXCEPTION: main
E/AndroidRuntime( 683): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.mms/com.android.mms.ui.SingleRecipientConversationActivity}: android.content.res.Resources$NotFoundException: File res/drawable/message_list_bubble_bg.xml from drawable resource ID #0x7f020086
E/AndroidRuntime( 683): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1655)
E/AndroidRuntime( 683): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1671)
E/AndroidRuntime( 683): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
E/AndroidRuntime( 683): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
E/AndroidRuntime( 683): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 683): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 683): at android.app.ActivityThread.main(ActivityThread.java:3694)
E/AndroidRuntime( 683): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 683): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 683): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 683): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 683): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 683): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/message_list_bubble_bg.xml from drawable resource ID #0x7f020086
E/AndroidRuntime( 683): at android.content.res.Resources.loadDrawable(Resources.java:1715)
E/AndroidRuntime( 683): at android.content.res.Resources.getDrawable(Resources.java:585)
E/AndroidRuntime( 683): at android.view.View.setBackgroundResource(View.java:7575)
E/AndroidRuntime( 683): at com.android.mms.ui.ConversationBase.initMessageList(ConversationBase.java:427)
E/AndroidRuntime( 683): at com.android.mms.ui.SingleRecipientConversationActivity.initMessageList(SingleRecipientConversationActivity.java:122)
E/AndroidRuntime( 683): at com.android.mms.ui.ConversationBase.initialize(ConversationBase.java:199)
E/AndroidRuntime( 683): at com.android.mms.ui.SingleRecipientConversationActivity.initialize(SingleRecipientConversationActivity.java:48)
E/AndroidRuntime( 683): at com.android.mms.ui.ConversationBase.onCreate(ConversationBase.java:138)
E/AndroidRuntime( 683): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 683): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1619)
E/AndroidRuntime( 683): ... 11 more
E/AndroidRuntime( 683): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #3: <bitmap> requires a valid src attribute
E/AndroidRuntime( 683): at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:375)
E/AndroidRuntime( 683): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:787)
E/AndroidRuntime( 683): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:728)
E/AndroidRuntime( 683): at android.content.res.Resources.loadDrawable(Resources.java:1712)
E/AndroidRuntime( 683): ... 20 more
W/ActivityManager( 143): Force finishing activity com.android.mms/.ui.SingleRecipientConversationActivity
W/ActivityManager( 143): Activity pause timeout for HistoryRecord{40788210 com.android.mms/.ui.SingleRecipientConversationActivity}
I/dalvikvm( 143): Jit: resizing JitTable from 4096 to 8192
W/ActivityManager( 143): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 143): Activity idle timeout for HistoryRecord{40770900 com.android.mms/.ui.ComposeMessageRouterActivity}
W/ActivityManager( 143): Activity idle timeout for HistoryRecord{408fcbc8 com.android.mms/.ui.MmsTabActivity}
I/Process ( 683): Sending signal. PID: 683 SIG: 9
E/JavaBinder( 143): !!! FAILED BINDER TRANSACTION !!!
I/ActivityManager( 143): Process com.android.mms (pid 683) has died.
E/InputDispatcher( 143): channel '4078d478 com.android.mms/com.android.mms.ui.MmsTabActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 143): channel '4078d478 com.android.mms/com.android.mms.ui.MmsTabActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowManager( 143): WIN DEATH: Window{4078d478 com.android.mms/com.android.mms.ui.MmsTabActivity paused=false}
W/InputManagerService( 143): Got RemoteException sending setActive(false) notification to pid 683 uid 10029
 
might be worth you clearing data and dalvik and cache.

That was the first thing I did (the caches, that is). I am now going to wipe data, too. I was just hoping that I wouldn't have to, since the phone is my mother's daily driver.
 
Hi, i do have the same FC on Nexus one. I Have wiped everything, tried to fix the permissions and a fresh install.

No improvement at all. Any ideas?
 
Cheers Mark,
all OK with latest C lang pack ;) I mean no Mms.apk FC.
Not sure if there is some another hidden issue, but I don't think so ;)
:cool:
 
Cheers Mark,
all OK with latest C lang pack ;) I mean no Mms.apk FC.
Not sure if there is some another hidden issue, but I don't think so ;)
:cool:
I have no problem on my Nexus S with language pack C, but the problem still persists on the Nexus One. I wiped data as well as the caches, and I even tried it using the Mms.apk from the NS 1c build (with a wipe in between), and still no go.
 
I have the same issue here with my nexus one. Its only when clicking on the conversation that it gives the fc
 
Same problem here, force closes when trying to open message thread or when sending a message.
Also the rom is slow and glitchy for example when I pull down notification bar it lags..
Nexus One