Hello,
I am in need of help. I bought a set of replacement housing parts about a month ago, and decided to go ahead and do it the work this weekend. Long story short the phone is back together correctly, all ribbons and ribbon locks, all snap in ribbons, and coax cables are fully and correctly seated. However, when I powered on the phone, dialer/ phone & gmail do nothing but instantly crash,. Also whenever I get an incoming call it crashes immediately but still keeps ringing and will keep ringing even though the other person hung up to stop the ringing I have to select FC. The phone indicates both 2g & 3g stable connection and wifi works. I am able to send and receive txts. I have tried wiping (complete wipe factory/dalvik/sd part.) and flashing SuperD 1.11 RAM Hack, Non RAM Hack, and CM 5.0.7 test3 (I tried 5.0.7t3 base and fix update). This problem repeats in all 3 situations. I have tried searching for this but I didn't get anything that looked relevant. Any help would be appreciated, thanks in advance.
try flashing an "official" rom, then flash the 2.1 one on top of it
Kryogen said:
try flashing an "official" rom, then flash the 2.1 one on top of it
Click to expand...
Click to collapse
In the process.
No luck with that suggestion, I have attached a screen shot of the crash, It happened on both TheOfficial and CM5 flashed on top of it. In case you are wondering why I have airplane mode turned on, the infinity ringing that I spoke of was really beginning to irritate me.Any other ideas?
Roadmasta01 said:
No luck with that suggestion, I have attached a screen shot of the crash, It happened on both TheOfficial and CM5 flashed on top of it. Any other ideas?
Click to expand...
Click to collapse
My guess is you have some new bad sectors after poking the phone.
since you tried cm5 I assume you have danger spl
So enter fastboot and run:
Code:
fastboot erase system
fastboot erase userdata
fastboot erase cache
Then in recovery instal a rom as usual
(Remember to install an htc system or defanged base if your rom requires it)
Also use a stable rom until you get it to work again (cm5 is not stable yet)
Now after it works again and you have a new nandroid backup. . Feel free to experiment
ezterry said:
My guess is you have some new bad sectors after poking the phone.
since you tried cm5 I assume you have danger spl
So enter fastboot and run:
Code:
fastboot erase system
fastboot erase userdata
fastboot erase cache
Then in recovery instal a rom as usual
(Remember to install an htc system or defanged base if your rom requires it)
Also use a stable rom until you get it to work again (cm5 is not stable yet)
Now after it works again and you have a new nandroid backup. . Feel free to experiment
Click to expand...
Click to collapse
No, it still FCs after the fastboot erasure and TheOfficial TMO US base ROM.
I use switchrom for my back-ups because I use a2sd, but I have a back-up of SuperD 1.11 that I know to be good. Having that hasn't seemed to be of any use.
I am completely out of ideas so I am hoping that someone has one.
Roadmasta01 said:
No, it still FCs after the fastboot erasure and TheOfficial TMO US base ROM.
I use switchrom for my back-ups because I use a2sd, but I have a back-up of SuperD 1.11 that I know to be good. Having that hasn't seemed to be of any use.
I am completely out of ideas so I am hoping that someone has one.
Click to expand...
Click to collapse
Other ideas in no particular order:
Fastboot erase + re-flash again; before rebooting into the system ensure the dalvik-cache on the SD card is cleared (ra recovery I think has an option.. delete the dalvik-cache directory on the root of the ext2 partition
OR Fastboot erase + re-flash again; before rebooting remove the SD card and see if you get the FC w/o the SD card.
Run 'adb logcat' and see why it is crashing
Will do, thanks. Although, if none of those things work, am I correct in thinking that I am going to be in the market for a new phone?
LogCat
I know that I am being rather needy, but I don't understand the information in the LogCat. Can y'all help me decipher it? I took the liberty of highlighting the to two instances off android.process.acore. Thanks in advance.
>
> Log Collector version: 1.1.0
> Device model: T-Mobile G1
> Firmware version: 1.6
> Kernel version: 2.6.29.6-SuperD
> [email protected] )
> #1 PREEMPT Sat Apr 10 23:37:32 PDT 2010
> Build number: Super D
> 05-10 18:16:15.961 I/ActivityManager( 176): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=1448 uid=1000 gids={3003, 3002, 3001}
> 05-10 18:16:15.991 I/ActivityManager( 176): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.nexuslauncher/.Launcher }
> 05-10 18:16:15.991 D/NExusthings( 1392): NEW INTENT
> 05-10 18:16:16.521 D/dalvikvm( 1392): GC freed 2156 objects / 270224 bytes in 292ms
> 05-10 18:16:18.961 I/ActivityManager( 176): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsActivity }
> 05-10 18:16:19.241 I/ActivityManager( 176): Process com.android.settings (pid 1448) has died.
> 05-10 18:16:19.331 W/ResourceType( 1392): Failure getting entry for 0x7f030005 (t=2 e=5) in package 0: 0xffffffb5
> 05-10 18:16:19.341 D/AndroidRuntime( 1392): Shutting down VM
> 05-10 18:16:19.341 W/dalvikvm( 1392): threadid=3: thread exiting with uncaught exception (group=0x4001e1c8)
> 05-10 18:16:19.341 E/AndroidRuntime( 1392): Uncaught handler: thread main exiting due to uncaught exception
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2492)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2508)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread.access$2200(ActivityThread.java:118)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1862)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.os.Handler.dispatchMessage(Handler.java:99)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.os.Looper.loop(Looper.java:123)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread.main(ActivityThread.java:4358)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at java.lang.reflect.Method.invokeNative(Native Method)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at java.lang.reflect.Method.invoke(Method.java:521)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at dalvik.system.NativeStart.main(Native Method)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.content.res.Resources.getValue(Resources.java:896)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.content.res.Resources.getLayout(Resources.java:735)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:313)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.Activity.setContentView(Activity.java:1621)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:81)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
> 05-10 18:16:19.381 E/AndroidRuntime( 1392): ... 11 more
> 05-10 18:16:19.401 I/Process ( 176): Sending signal. PID: 1392 SIG: 3
> 05-10 18:16:19.401 I/dalvikvm( 1392): threadid=7: reacting to signal 3
> 05-10 18:16:19.461 I/dalvikvm( 1392): Wrote stack trace to '/data/anr/traces.txt'
> 05-10 18:16:19.641 I/DumpStateReceiver( 176): Added state dump to 1 crashes
> 05-10 18:16:21.351 I/Process ( 1392): Sending signal. PID: 1392 SIG: 9
05-10 18:16:21.401 I/ActivityManager( 176): Process android.process.acore (pid 1392) has died.
> 05-10 18:16:21.421 I/WindowManager( 176): WIN DEATH: Window{43dc1068 com.android.nexuslauncher/com.android.nexuslauncher.Launcher paused=false}
05-10 18:16:21.491 I/ActivityManager( 176): Start proc android.process.acore for activity com.android.nexuslauncher/.Launcher: pid=1460 uid=10004 gids={3003, 3002, 3001, 1006, 1015}
> 05-10 18:16:21.641 W/UsageStats( 176): Unexpected resume of com.android.nexuslauncher while already resumed in com.android.contacts
> 05-10 18:16:21.861 I/ActivityThread( 1460): Publishing provider com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider
> 05-10 18:16:22.791 I/ActivityThread( 1460): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
> 05-10 18:16:23.011 I/ActivityThread( 1460): Publishing provider com.google.android.providers.enhancedgooglesearch: com.google.android.providers.enhancedgooglesearch.SuggestionProvider
> 05-10 18:16:23.271 I/ActivityThread( 1460): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
> 05-10 18:16:23.391 D/dalvikvm( 1460): GC freed 3367 objects / 246088 bytes in 102ms
> 05-10 18:16:23.391 I/ActivityThread( 1460): Publishing provider com.android.nexuslauncher.settings: com.android.nexuslauncher.LauncherProvider
> 05-10 18:16:23.411 I/ActivityThread( 1460): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
> 05-10 18:16:23.421 I/ActivityThread( 1460): Publishing provider contacts;call_log: com.android.providers.contacts.GoogleContactsProvider
> 05-10 18:16:23.571 I/ActivityThread( 1460): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
> 05-10 18:16:24.161 D/dalvikvm( 1460): GC freed 2508 objects / 147888 bytes in 100ms
> 05-10 18:16:24.631 D/dalvikvm( 176): GC freed 13624 objects / 1184584 bytes in 340ms
> 05-10 18:16:24.731 D/NExusthings( 1460): RESTOREINSTANCE
> 05-10 18:16:25.151 W/InputManagerService( 176): Got RemoteException sending setActive(false) notification to pid 1392 uid 10004
> 05-10 18:16:25.201 I/ActivityManager( 176): Displayed activity com.android.nexuslauncher/.Launcher: 3776 ms (total 6183 ms)
> 05-10 18:16:30.101 D/dalvikvm( 1460): GC freed 3801 objects / 235352 bytes in 270ms
> 05-10 18:16:30.141 W/InputManagerService( 176): Window already focused, ignoring focus gain of: [email protected]
> 05-10 18:16:30.371 D/HomeLoaders( 1460): ----> items cloned, ready to refresh UI
> 05-10 18:16:30.381 D/NExusthings( 1460): BIND DESKTOP ITEMS
> 05-10 18:16:31.061 I/ActivityManager( 176): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsActivity }
> 05-10 18:16:31.591 W/ActivityManager( 176): Activity pause timeout for HistoryRecord{43bb2900 com.android.nexuslauncher/.Launcher}
> 05-10 18:16:32.501 W/ResourceType( 1460): Failure getting entry for 0x7f030005 (t=2 e=5) in package 0: 0xffffffb5
> 05-10 18:16:32.541 D/AndroidRuntime( 1460): Shutting down VM
> 05-10 18:16:32.541 W/dalvikvm( 1460): threadid=3: thread exiting with uncaught exception (group=0x4001e1c8)
> 05-10 18:16:32.551 E/AndroidRuntime( 1460): Uncaught handler: thread main exiting due to uncaught exception
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2492)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2508)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread.access$2200(ActivityThread.java:118)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1862)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.os.Handler.dispatchMessage(Handler.java:99)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.os.Looper.loop(Looper.java:123)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread.main(ActivityThread.java:4358)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at java.lang.reflect.Method.invokeNative(Native Method)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at java.lang.reflect.Method.invoke(Method.java:521)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at dalvik.system.NativeStart.main(Native Method)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.content.res.Resources.getValue(Resources.java:896)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.content.res.Resources.getLayout(Resources.java:735)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:313)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.Activity.setContentView(Activity.java:1621)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:81)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
> 05-10 18:16:32.791 E/AndroidRuntime( 1460): ... 11 more
> 05-10 18:16:32.821 I/Process ( 176): Sending signal. PID: 1460 SIG: 3
> 05-10 18:16:32.821 I/dalvikvm( 1460): threadid=7: reacting to signal 3
> 05-10 18:16:32.891 I/dalvikvm( 1460): Wrote stack trace to '/data/anr/traces.txt'
> 05-10 18:16:33.291 I/DumpStateReceiver( 176): Added state dump to 1 crashes
> 05-10 18:16:33.491 D/dalvikvm( 1460): GC freed 7383 objects / 418232 bytes in 325ms
> 05-10 18:16:35.051 I/Process ( 1460): Sending signal. PID: 1460 SIG: 9
> 05-10 18:16:35.091 I/WindowManager( 176): WIN DEATH: Window{43d309f8 com.android.nexuslauncher/com.android.nexuslauncher.Launcher paused=false}
05-10 18:16:35.091 I/ActivityManager( 176): Process android.process.acore (pid 1460) has died.
> 05-10 18:16:35.171 I/ActivityManager( 176): Start proc android.process.acore for activity com.android.nexuslauncher/.Launcher: pid=1479 uid=10004 gids={3003, 3002, 3001, 1006, 1015}
> 05-10 18:16:35.231 W/WindowManager( 176): No focus window, dropping trackball: MotionEvent{43dce748 action=2 x=0.0 y=0.0 pressure=1.0 size=0.0}
> 05-10 18:16:35.331 W/WindowManager( 176): No focus window, dropping: KeyEvent{action=0 code=4 repeat=0 meta=0 scancode=158 mFlags=8}
> 05-10 18:16:35.371 D/dalvikvm( 158): GC freed 309 objects / 11752 bytes in 175ms
> 05-10 18:16:35.571 W/UsageStats( 176): Unexpected resume of com.android.nexuslauncher while already resumed in com.android.contacts
> 05-10 18:16:35.601 D/dalvikvm( 158): GC freed 57 objects / 2640 bytes in 209ms
> 05-10 18:16:35.781 D/dalvikvm( 158): GC freed 2 objects / 48 bytes in 178ms
> 05-10 18:16:35.801 I/ActivityThread( 1479): Publishing provider com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider
> 05-10 18:16:36.551 I/ActivityThread( 1479): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
> 05-10 18:16:36.761 I/ActivityThread( 1479): Publishing provider com.google.android.providers.enhancedgooglesearch: com.google.android.providers.enhancedgooglesearch.SuggestionProvider
> 05-10 18:16:37.221 I/ActivityThread( 1479): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
> 05-10 18:16:37.361 D/dalvikvm( 1479): GC freed 3397 objects / 247232 bytes in 102ms
> 05-10 18:16:37.361 I/ActivityThread( 1479): Publishing provider com.android.nexuslauncher.settings: com.android.nexuslauncher.LauncherProvider
> 05-10 18:16:37.391 I/ActivityThread( 1479): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
> 05-10 18:16:37.401 I/ActivityThread( 1479): Publishing provider contacts;call_log: com.android.providers.contacts.GoogleContactsProvider
> 05-10 18:16:37.561 I/ActivityThread( 1479): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
I'd say something is leaking into your dalvik-cache...
You can try (on super-d/cm) once you reach the error run the following in 'adb shell'
Code:
rm -rf /data/dalvik-cache/* /cache/dalvik-cache/*
reboot
but really given a the clean install you in theory did this ought not be necessary. I think I'm missing something here.. or you are installing something I don't know about.. maybe details of how/what you are installing will help.
This looks like software not hardware.
ezterry said:
I'd say something is leaking into your dalvik-cache...
You can try (on super-d/cm) once you reach the error run the following in 'adb shell'
Code:
rm -rf /data/dalvik-cache/* /cache/dalvik-cache/*
reboot
but really given a the clean install you in theory did this ought not be necessary. I think I'm missing something here.. or you are installing something I don't know about.. maybe details of how/what you are installing will help.
This looks like software not hardware.
Click to expand...
Click to collapse
- The command line didn't work.
- That LogCat was taken from my known good SwitchRom back-up. I will take another from within a fresh fastboot+recovery dalvik wipe -> install of defanged DRC83.
Roadmasta01 said:
- The command line didn't work.
- That LogCat was taken from my known good SwitchRom back-up. I will take another from within a fresh fastboot+recovery dalvik wipe -> install of defanged DRC83.
Click to expand...
Click to collapse
OK, here is what I did:
1) full Fastboot erase (system, userdata, cache)
2) Recovery dalvik & ext. wipe.
3) flashed DRC83 base defanged
4) removed my sdcard
5) rebooted
6) installed logcat with android commander
I will post the logcat once I get done.
TheOfficial 2.6.3 Exp. Pack
Roadmasta01 said:
OK, here is what I did:
1) full Fastboot erase (system, userdata, cache)
2) Recovery dalvik & ext. wipe.
3) flashed DRC83 base defanged
4) removed my sdcard
5) rebooted
6) installed logcat with android commander
I will post the logcat once I get done.
Click to expand...
Click to collapse
Defanged wouldn't get passed the G1 screen. So I left the sdcard in, repeated the whole erase process, and flashed TheOfficial TMO US base and the the ExpPack. Here is the LogCat:
Log Collector version: 1.1.0
Device model: T-Mobile G1
Firmware version: 1.6
Kernel version: 2.6.29-TheOfficial-00479-g3c7df37
[email protected] )
#1 PREEMPT Fri Dec 4 20:41:11 EST 2009
Build number: TMO-US-DRC83_v2.6.3
05-10 22:54:03.259 I/ActivityManager(13982): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsActivity }
05-10 22:54:03.539 W/ResourceType(14885): Failure getting entry for 0x7f030005 (t=2 e=5) in package 0: 0xffffffb5
05-10 22:54:03.539 D/AndroidRuntime(14885): Shutting down VM
05-10 22:54:03.539 W/dalvikvm(14885): threadid=3: thread exiting with uncaught exception (group=0x4001da60)
05-10 22:54:03.539 E/AndroidRuntime(14885): Uncaught handler: thread main exiting due to uncaught exception
05-10 22:54:03.759 E/AndroidRuntime(14885): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2401)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread.access$2100(ActivityThread.java:116)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.os.Handler.dispatchMessage(Handler.java:99)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.os.Looper.loop(Looper.java:123)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread.main(ActivityThread.java:4203)
05-10 22:54:03.759 E/AndroidRuntime(14885): at java.lang.reflect.Method.invokeNative(Native Method)
05-10 22:54:03.759 E/AndroidRuntime(14885): at java.lang.reflect.Method.invoke(Method.java:521)
05-10 22:54:03.759 E/AndroidRuntime(14885): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
05-10 22:54:03.759 E/AndroidRuntime(14885): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
05-10 22:54:03.759 E/AndroidRuntime(14885): at dalvik.system.NativeStart.main(Native Method)
05-10 22:54:03.759 E/AndroidRuntime(14885): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.content.res.Resources.getValue(Resources.java:896)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.content.res.Resources.getLayout(Resources.java:735)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
05-10 22:54:03.759 E/AndroidRuntime(14885): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:313)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.Activity.setContentView(Activity.java:1620)
05-10 22:54:03.759 E/AndroidRuntime(14885): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:73)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
05-10 22:54:03.759 E/AndroidRuntime(14885): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2364)
05-10 22:54:03.759 E/AndroidRuntime(14885): ... 11 more
05-10 22:54:03.799 I/Process (13982): Sending signal. PID: 14885 SIG: 3
05-10 22:54:03.799 I/dalvikvm(14885): threadid=7: reacting to signal 3
05-10 22:54:03.799 E/dalvikvm(14885): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
05-10 22:54:03.969 I/DumpStateReceiver(13982): Added state dump to 1 crashes
05-10 22:54:06.889 I/Process (14885): Sending signal. PID: 14885 SIG: 9
05-10 22:54:06.909 I/ActivityManager(13982): Process android.process.acore (pid 14885) has died.
05-10 22:54:06.919 I/WindowManager(13982): WIN DEATH: Window{432c7d70 com.android.launcher/com.android.launcher.Launcher paused=false}
05-10 22:54:06.989 I/ActivityManager(13982): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=14972 uid=10007 gids={3003, 1015}
05-10 22:54:07.149 W/UsageStats(13982): Unexpected resume of com.android.launcher while already resumed in com.android.contacts
05-10 22:54:07.259 I/ActivityThread(14972): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
05-10 22:54:07.279 I/ActivityThread(14972): Publishing provider com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider
05-10 22:54:07.599 I/ActivityThread(14972): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
05-10 22:54:07.609 I/ActivityThread(14972): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
05-10 22:54:07.699 I/ActivityThread(14972): Publishing provider com.google.android.providers.enhancedgooglesearch: com.google.android.providers.enhancedgooglesearch.SuggestionProvider
05-10 22:54:07.829 I/ActivityThread(14972): Publishing provider contacts;call_log;myfaves: com.tmobile.myfaves.MyFavesProvider
05-10 22:54:08.119 D/dalvikvm(14972): GC freed 3645 objects / 271104 bytes in 91ms
05-10 22:54:08.179 I/ActivityThread(14972): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
05-10 22:54:08.649 D/dalvikvm(14972): GC freed 1499 objects / 87440 bytes in 95ms
05-10 22:54:08.769 D/HomeLoaders(14972): load applications
05-10 22:54:08.779 D/HomeLoaders(14972): loading user items
05-10 22:54:08.779 D/HomeLoaders(14972): --> starting workspace loader
05-10 22:54:08.789 D/HomeLoaders(14972): ----> running workspace loader (1)
05-10 22:54:08.879 W/InputManagerService(13982): Got RemoteException sending setActive(false) notification to pid 14885 uid 10007
05-10 22:54:08.979 I/ActivityManager(13982): Displayed activity com.android.launcher/.Launcher: 2052 ms (total 134871 ms)
05-10 22:54:09.079 D/HomeLoaders(14972): --> done loading workspace
05-10 22:54:09.089 D/HomeLoaders(14972): ----> worskpace items=7
05-10 22:54:09.089 D/HomeLoaders(14972): ----> worskpace widgets=0
05-10 22:54:09.089 D/HomeLoaders(14972): ----> items cloned, ready to refresh UI
05-10 22:54:09.089 D/HomeLoaders(14972): ----> onDesktopItemsLoaded()
05-10 22:54:09.089 D/Launcher(14972): ------> binding 7 items
05-10 22:54:09.089 D/Launcher(14972): ------> binding 0 widgets
05-10 22:54:09.089 D/Launcher(14972): ------> start binding items
05-10 22:54:09.109 D/HomeLoaders(14972): ----> loading applications from workspace loader
05-10 22:54:09.109 D/HomeLoaders(14972): --> starting applications loader unlocked
05-10 22:54:09.109 D/HomeLoaders(14972): --> starting applications loader
05-10 22:54:09.139 D/HomeLoaders(14972): ----> running applications loader (1)
05-10 22:54:09.809 D/HomeLoaders(14972): ----> cleared application list
05-10 22:54:14.089 D/dalvikvm(14119): GC freed 1101 objects / 49424 bytes in 108mstivity: 1813 ms (total 1813 ms)
It can't find the resource PhoneWindow is referring to:
05-10 22:54:03.759 E/AndroidRuntime(14885): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
Click to expand...
Click to collapse
Not sure what would cause that after full wipe. Have you tried a stock rom?
no, the closest to stock that I have tried is TheOfficial TMO US + ExpPack. The DRC83 base defanged would not boot passed the G1 screen for some reason (that is the only rom that I have ever had trouble flashing). I just don't understand why that is the only thing crashing, I can do anything that does not involve android.process.acore. I have considered just unrooting completely but I have read that some people have been having trouble getting root back and I don't have a micro sd card adapter to make a goldcard. I already have my goldcard image just no adapter.
What you need is a very clean fresh install with no files left over from other installs.. sorry if this was not clear
The following will give you a very clean cyanogenmod 4.2.15.1 install.
Steps 1 and 2 are usually not required.. but I think in your case they are
1) backup to your computer any files you may have on the ext2/3/4 partition.. switch rom may work after we get you stable again.. but we need to remove variables if you want others to help.
2) wipe or reformat the ext2/3/4 partition
3) download http://download.cyanogenmod.com/update-cm-4.2.15.1-signed.zip and place on the root of your sd card
4) goto http://developer.htc.com/adp.html and download signed-dream_devphone_userdebug-img-14721.zip (the system image) (this stays on your computer)
5) unzip the file you just downloaded and delete all but the system.img ... then rename system.img to htc_system.img
6) enter fastboot on your phone
7) run the following from the directory with htc_system.img:
Code:
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase boot
fastboot flash system htc_system.img
8) enter recovery and flash update-cm-4.2.15.1
9) reboot into the rom and sign into google.
I'll give it a shot, thanks again.
cm4 logcat
still no go....
> Log Collector version: 1.1.0
> Device model: T-Mobile G1
> Firmware version: 1.6
> Kernel version: 2.6.29.6-cyanogenmod
> [email protected] )
> #1 PREEMPT Tue Mar 2 23:56:16 EST 2010
> Build number: DRC83
> 05-11 12:49:01.365 I/ActivityManager( 155): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsActivity }
> 05-11 12:49:01.675 W/ResourceType( 946): Failure getting entry for 0x7f030005 (t=2 e=5) in package 0: 0xffffffb5
> 05-11 12:49:01.675 D/AndroidRuntime( 946): Shutting down VM
> 05-11 12:49:01.675 W/dalvikvm( 946): threadid=3: thread exiting with uncaught exception (group=0x4001e180)
> 05-11 12:49:01.675 E/AndroidRuntime( 946): Uncaught handler: thread main exiting due to uncaught exception
> 05-11 12:49:01.695 E/AndroidRuntime( 946): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2492)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2508)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread.access$2200(ActivityThread.java:118)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1862)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.os.Handler.dispatchMessage(Handler.java:99)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.os.Looper.loop(Looper.java:123)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread.main(ActivityThread.java:4358)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at java.lang.reflect.Method.invokeNative(Native Method)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at java.lang.reflect.Method.invoke(Method.java:521)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at dalvik.system.NativeStart.main(Native Method)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.content.res.Resources.getValue(Resources.java:896)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.content.res.Resources.getLayout(Resources.java:735)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:313)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.Activity.setContentView(Activity.java:1621)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:81)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
> 05-11 12:49:01.695 E/AndroidRuntime( 946): ... 11 more
> 05-11 12:49:01.715 I/Process ( 155): Sending signal. PID: 946 SIG: 3
> 05-11 12:49:01.715 I/dalvikvm( 946): threadid=7: reacting to signal 3
> 05-11 12:49:01.715 E/dalvikvm( 946): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
> 05-11 12:49:01.905 I/DumpStateReceiver( 155): Added state dump to 1 crashes
> 05-11 12:49:05.885 I/Process ( 946): Sending signal. PID: 946 SIG: 9
> 05-11 12:49:05.895 I/WindowManager( 155): WIN DEATH: Window{43cbb1b8 com.android.launcher/com.android.launcher.Launcher paused=false}
> 05-11 12:49:05.925 I/ActivityManager( 155): Process android.process.acore (pid 946) has died.
> 05-11 12:49:06.005 I/ActivityManager( 155): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=1088 uid=10015 gids={3003, 3002, 3001, 1006, 1015}
> 05-11 12:49:06.195 W/UsageStats( 155): Unexpected resume of com.android.launcher while already resumed in com.android.contacts
> 05-11 12:49:06.285 I/ActivityThread( 1088): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
> 05-11 12:49:06.335 I/ActivityThread( 1088): Publishing provider contacts;call_log: com.android.providers.contacts.GoogleContactsProvider
> 05-11 12:49:06.465 I/ActivityThread( 1088): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
> 05-11 12:49:06.585 I/ActivityThread( 1088): Publishing provider com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider
> 05-11 12:49:06.935 I/ActivityThread( 1088): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
> 05-11 12:49:06.945 I/ActivityThread( 1088): Publishing provider com.google.android.providers.enhancedgooglesearch: com.google.android.providers.enhancedgooglesearch.SuggestionProvider
> 05-11 12:49:07.085 I/ActivityThread( 1088): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
> 05-11 12:49:07.345 D/dalvikvm( 1088): GC freed 3657 objects / 270000 bytes in 115ms
> 05-11 12:49:07.585 D/dalvikvm( 1088): GC freed 604 objects / 28904 bytes in 89ms
> 05-11 12:49:07.955 W/InputManagerService( 155): Got RemoteException sending setActive(false) notification to pid 946 uid 10015
> 05-11 12:49:08.045 I/ActivityManager( 155): Displayed activity com.android.launcher/.Launcher: 2106 ms (total 6614 ms)
> 05-11 12:49:08.365 D/HomeLoaders( 1088): ----> items cloned, ready to refresh UI
> 05-11 12:49:13.185 D/dalvikvm( 309): GC freed 233 objects / 11456 bytes in 139ms
> 05-11 12:49:18.755 I/ActivityManager( 155): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.DialtactsActivity }
> 05-11 12:49:18.985 D/dalvikvm( 1088): GC freed 5069 objects / 310160 bytes in 107ms
> 05-11 12:49:19.135 W/ResourceType( 1088): Failure getting entry for 0x7f030005 (t=2 e=5) in package 0: 0xffffffb5
> 05-11 12:49:19.135 D/AndroidRuntime( 1088): Shutting down VM
> 05-11 12:49:19.135 W/dalvikvm( 1088): threadid=3: thread exiting with uncaught exception (group=0x4001e180)
> 05-11 12:49:19.135 E/AndroidRuntime( 1088): Uncaught handler: thread main exiting due to uncaught exception
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2492)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2508)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread.access$2200(ActivityThread.java:118)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1862)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.os.Handler.dispatchMessage(Handler.java:99)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.os.Looper.loop(Looper.java:123)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread.main(ActivityThread.java:4358)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at java.lang.reflect.Method.invokeNative(Native Method)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at java.lang.reflect.Method.invoke(Method.java:521)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at dalvik.system.NativeStart.main(Native Method)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030005
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.content.res.Resources.getValue(Resources.java:896)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1869)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.content.res.Resources.getLayout(Resources.java:735)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.view.LayoutInflater.inflate(LayoutInflater.java:318)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:313)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.Activity.setContentView(Activity.java:1621)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at com.android.contacts.DialtactsActivity.onCreate(DialtactsActivity.java:81)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2455)
> 05-11 12:49:19.155 E/AndroidRuntime( 1088): ... 11 more
> 05-11 12:49:19.165 I/Process ( 155): Sending signal. PID: 1088 SIG: 3
> 05-11 12:49:19.165 I/dalvikvm( 1088): threadid=7: reacting to signal 3
> 05-11 12:49:19.165 E/dalvikvm( 1088): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
> 05-11 12:49:19.335 I/DumpStateReceiver( 155): Added state dump to 1 crashes
> 05-11 12:49:21.885 I/Process ( 1088): Sending signal. PID: 1088 SIG: 9
> 05-11 12:49:21.915 I/WindowManager( 155): WIN DEATH: Window{43ce0c18 com.android.launcher/com.android.launcher.Launcher paused=false}
> 05-11 12:49:21.915 I/ActivityManager( 155): Process android.process.acore (pid 1088) has died.
> 05-11 12:49:22.035 I/ActivityManager( 155): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=1106 uid=10015 gids={3003, 3002, 3001, 1006, 1015}
> 05-11 12:49:22.185 W/UsageStats( 155): Unexpected resume of com.android.launcher while already resumed in com.android.contacts
> 05-11 12:49:22.255 I/ActivityThread( 1106): Publishing provider com.android.globalsearch.stats: com.android.globalsearch.StatsProvider
> 05-11 12:49:22.305 I/ActivityThread( 1106): Publishing provider contacts;call_log: com.android.providers.contacts.GoogleContactsProvider
> 05-11 12:49:22.415 I/ActivityThread( 1106): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
> 05-11 12:49:22.485 I/ActivityThread( 1106): Publishing provider com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider
> 05-11 12:49:22.705 I/ActivityThread( 1106): Publishing provider com.android.launcher.settings: com.android.launcher.LauncherProvider
> 05-11 12:49:22.715 I/ActivityThread( 1106): Publishing provider com.google.android.providers.enhancedgooglesearch: com.google.android.providers.enhancedgooglesearch.SuggestionProvider
> 05-11 12:49:22.845 I/ActivityThread( 1106): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
> 05-11 12:49:23.105 D/dalvikvm( 1106): GC freed 3687 objects / 271144 bytes in 112ms
> 05-11 12:49:23.335 D/dalvikvm( 1106): GC freed 609 objects / 29160 bytes in 86ms
> 05-11 12:49:23.875 D/dalvikvm( 155): GC freed 9979 objects / 757560 bytes in 224ms
> 05-11 12:49:24.015 I/ActivityManager( 155): Displayed activity com.android.launcher/.Launcher: 2023 ms (total 5195 ms)
> 05-11 12:49:24.055 W/InputManagerService( 155): Got RemoteException sending setActive(false) notification to pid 1088 uid 10015
> 05-11 12:49:24.265 D/HomeLoaders( 1106): ----> items cloned, ready to refresh UI
Ok, some last hope ideas.. searching your error.
Did it crash before the google signin?
One try ensuring all connections in the phone are tight.
I see the missing resource related to touch screen. . This is com1 and com2 on the underside of the main board.. I've usually am missing backlight or image when I run into this kind of issue...
Also did you change the screen? If so try the old one. .
Keep testing with the cm install while we sort this out
- I didn't try the emergency dial before I signed into google. I will do it all over and try the emergency dial before I sign in.
- I didn't change it but I did bend that ribbon cable pretty badly, and I am pretty sure that I broke it because it doesn't work any more. I am, however, sure that that is the only thing that I broke. Nothing else inside game me any trouble, and I am tripley sure that everything is firmly seated and/ or locked into place.
- The backlight and LCD seem to be operating as they should.
-but everything internal hardware wise is all original, all I changed out was body parts like the chassis (keyboard plate), trackball housing, and battery door.
Related
Hey folks,
I'm getting a strange error doing something that should work just fine. I'm on Cyanogen 3.6.5.
Here's what I did:
Open Astro
Navigate to a photo
Open the photo with "View Picture" (not "ASTRO Image Viewer")
The picture comes up (so I know it really exists and is not corrupted)
Menu --> Share --> Messaging
At this point, the process com.android.mms crashes: "The application Messaging (process com.android.mms) has stopped unexpectedly."
Why can't I share the photo?
Watching the log while I attempt this, I see the following:
Code:
I/ActivityManager( 131): Start proc com.metago.astro for content provider com.metago.astro/.provider.FileSystemProvider: pid=2420 uid=10066 gids={}
D/dalvikvm( 2395): GC freed 2850 objects / 194720 bytes in 457ms
I/ActivityThread( 2420): Publishing provider com.metago.astro.compressed: com.metago.astro.provider.CompressedFileProvider
I/ActivityThread( 2420): Publishing provider com.metago.astro.extension: com.metago.astro.provider.FileExtensionProvider
I/ActivityThread( 2420): Publishing provider com.metago.astro.filesystem: com.metago.astro.provider.FileSystemProvider
D/FileSystemProvider( 2420): open file uri:content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): id:me.jpg
D/FileSystemProvider( 2420): path:/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): path segs:[sdcard, dcim, Camera, me.jpg]
D/FileSystemProvider( 2420): query:null
D/FileSystemProvider( 2420): Trace 1
D/FileSystemProvider( 2420): Trace 4
D/FileSystemProvider( 2420): Trace 6
D/FileSystemProvider( 2420): Trace 7 path:/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): Trace 8 pfd:{ParcelFileDescriptor: [email protected]}
D/AndroidRuntime( 2410): Shutting down VM
W/dalvikvm( 2410): threadid=3: thread exiting with uncaught exception (group=0x4000fe70)
E/AndroidRuntime( 2410): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 2410): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.mms/com.android.mms.ui.ComposeMessageActivity}: java.lang.IllegalArgumentException: Query on content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg returns null result.
E/AndroidRuntime( 2410): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
E/AndroidRuntime( 2410): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
E/AndroidRuntime( 2410): at android.app.ActivityThread.access$1800(ActivityThread.java:112)
E/AndroidRuntime( 2410): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
E/AndroidRuntime( 2410): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2410): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2410): at android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 2410): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2410): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 2410): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 2410): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 2410): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2410): Caused by: java.lang.IllegalArgumentException: Query on content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg returns null result.
E/AndroidRuntime( 2410): at com.android.mms.ui.UriImage.initFromContentUri(UriImage.java:97)
E/AndroidRuntime( 2410): at com.android.mms.ui.UriImage.<init>(UriImage.java:62)
E/AndroidRuntime( 2410): at com.android.mms.model.ImageModel.initModelFromUri(ImageModel.java:76)
E/AndroidRuntime( 2410): at com.android.mms.model.ImageModel.<init>(ImageModel.java:58)
E/AndroidRuntime( 2410): at com.android.mms.ui.AttachmentEditor.changeImage(AttachmentEditor.java:247)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.addImage(ComposeMessageActivity.java:2347)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.handleSendIntent(ComposeMessageActivity.java:2424)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.onCreate(ComposeMessageActivity.java:1622)
E/AndroidRuntime( 2410): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
E/AndroidRuntime( 2410): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
E/AndroidRuntime( 2410): ... 11 more
I/Process ( 131): Sending signal. PID: 2410 SIG: 3
I/dalvikvm( 2410): threadid=7: reacting to signal 3
I/dalvikvm( 2410): Wrote stack trace to '/data/anr/traces.txt'
Hi everyone, I have a little dilemma.
Recently, whenever I apply a theme update, or revision of Cyanogen, some of my apps force-close at the start when I power on my phone and when I try to use them. I can fix it by re-installing these apps, but it's become somewhat of a hassle. I've tried fix_permissions.
It may have started when I used userinit.sh, but I'm not sure.
The apps that are breaking are:
Weather Widgets- Donate
Taskiller Full
AnyRSS read widget
ShopSavvy
Speedtest.net Speed Test
Here's a logcat of the Speedtest force close:
Code:
I/ActivityManager( 2413): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.zwanoo.androi
d.speedtest/.MainTabActivity }
W/WindowManager( 2413): Exception when adding starting window
W/WindowManager( 2413): android.view.InflateException: Binary XML file line #24:
Error inflating class java.lang.reflect.Constructor
W/WindowManager( 2413): at android.view.LayoutInflater.createView(Layout
Inflater.java:512)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneLayoutI
nflater.onCreateView(PhoneLayoutInflater.java:56)
W/WindowManager( 2413): at android.view.LayoutInflater.createViewFromTag
(LayoutInflater.java:562)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:385)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:320)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:276)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
generateLayout(PhoneWindow.java:2185)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
installDecor(PhoneWindow.java:2239)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
getDecorView(PhoneWindow.java:1447)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindowM
anager.addStartingWindow(PhoneWindowManager.java:657)
W/WindowManager( 2413): at com.android.server.WindowManagerService$H.han
dleMessage(WindowManagerService.java:7482)
W/WindowManager( 2413): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
W/WindowManager( 2413): at android.os.Looper.loop(Looper.java:123)
W/WindowManager( 2413): at com.android.server.WindowManagerService$WMThr
ead.run(WindowManagerService.java:475)
W/WindowManager( 2413): Caused by: java.lang.reflect.InvocationTargetException
W/WindowManager( 2413): at android.widget.FrameLayout.<init>(FrameLayout
.java:79)
W/WindowManager( 2413): at java.lang.reflect.Constructor.constructNative
(Native Method)
W/WindowManager( 2413): at java.lang.reflect.Constructor.newInstance(Con
structor.java:446)
W/WindowManager( 2413): at android.view.LayoutInflater.createView(Layout
Inflater.java:499)
W/WindowManager( 2413): ... 13 more
W/WindowManager( 2413): Caused by: android.content.res.Resources$NotFoundExcepti
on: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-
1}
W/WindowManager( 2413): at android.content.res.Resources.loadDrawable(Re
sources.java:1682)
W/WindowManager( 2413): at android.content.res.TypedArray.getDrawable(Ty
pedArray.java:548)
W/WindowManager( 2413): at android.widget.FrameLayout.<init>(FrameLayout
.java:91)
W/WindowManager( 2413): ... 17 more
I/ActivityManager( 2413): Start proc org.zwanoo.android.speedtest for activity o
rg.zwanoo.android.speedtest/.MainTabActivity: pid=3299 uid=10049 gids={3003}
D/dalvikvm( 3299): DexOpt: incorrect opt magic number (0xff ff ff ff)
E/dalvikvm( 3299): /data/app/org.zwanoo.android.speedtest.apk odex has stale dep
endencies
I/dalvikvm( 3299): DexOpt: mismatch dep signature for '/data/dalvik-cache/system
@[email protected]@classes.dex'
W/dalvikvm( 3299): Cached DEX '/data/app/org.zwanoo.android.speedtest.apk' (/dat
a/dalvik-cache/[email protected]@[email protected]) is stale a
nd not writable
I/dalvikvm( 3299): Unable to open or create cache for /data/app/org.zwanoo.andro
id.speedtest.apk
D/AndroidRuntime( 3299): Shutting down VM
W/dalvikvm( 3299): threadid=3: thread exiting with uncaught exception (group=0x4
001e1c0)
E/AndroidRuntime( 3299): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime( 3299): java.lang.RuntimeException: Unable to instantiate activ
ity ComponentInfo{org.zwanoo.android.speedtest/org.zwanoo.android.speedtest.Main
TabActivity}: java.lang.ClassNotFoundException: org.zwanoo.android.speedtest.Mai
nTabActivity in loader [email protected]
E/AndroidRuntime( 3299): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2324)
E/AndroidRuntime( 3299): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2417)
E/AndroidRuntime( 3299): at android.app.ActivityThread.access$2100(Activi
tyThread.java:116)
E/AndroidRuntime( 3299): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1794)
E/AndroidRuntime( 3299): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 3299): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3299): at android.app.ActivityThread.main(ActivityThrea
d.java:4203)
E/AndroidRuntime( 3299): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 3299): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 3299): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3299): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:549)
E/AndroidRuntime( 3299): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3299): Caused by: java.lang.ClassNotFoundException: org.zwanoo
.android.speedtest.MainTabActivity in loader [email protected]
660
E/AndroidRuntime( 3299): at dalvik.system.PathClassLoader.findClass(PathC
lassLoader.java:243)
E/AndroidRuntime( 3299): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:573)
E/AndroidRuntime( 3299): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:532)
E/AndroidRuntime( 3299): at android.app.Instrumentation.newActivity(Instr
umentation.java:1097)
E/AndroidRuntime( 3299): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2316)
E/AndroidRuntime( 3299): ... 11 more
I/Process ( 2413): Sending signal. PID: 3299 SIG: 3
I/dalvikvm( 3299): threadid=7: reacting to signal 3
I/dalvikvm( 3299): Wrote stack trace to '/data/anr/traces.txt'
I/Process ( 3299): Sending signal. PID: 3299 SIG: 9
I/ActivityManager( 2413): Process org.zwanoo.android.speedtest (pid 3299) has di
ed.
W/UsageStats( 2413): Unexpected resume of com.android.launcher while already res
umed in org.zwanoo.android.speedtest
W/InputManagerService( 2413): Window already focused, ignoring focus gain of: co
[email protected]
D/dalvikvm( 3248): GC(1) freed 1149 objects / 90088 bytes in 126ms
How can I downgrade the market app? I miss the ability to filter free/paid that I had using the old market.
Push the vending app from the rom you want to use the market from.
I tried using Vending.apk from JACMan_xROM_1.52. When I open the Market app, I get a FC. I saw the Dex error, so I tried clearing the dalvik cache. no change after that.
Logcat reports:
I/ActivityManager( 545): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10
200000 cmp=com.android.vending/.AssetBrowserActivity }
I/ActivityManager( 545): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=1199 uid=10016
gids={3003, 1015}
I/ActivityThread( 1199): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/dalvikvm( 1199): DexOpt: couldn't find static field
W/dalvikvm( 1199): VFY: unable to resolve static field 38 (MARKET_DOWNLOAD_SCHEDULED) in Landroid/provider/Checkin$Stats$Tag;
W/dalvikvm( 1199): VFY: rejecting opcode 0x62 at 0x0091
W/dalvikvm( 1199): VFY: rejected Lcom/android/vending/AssetDownloader;.startDownload (Landroid/content/Context;Lcom/android/vending
/model/DownloadInfo;Ljava/lang/String;Ljava/lang/String;Lcom/android/vending/api/LocalAssetDatabase;Ljava/lang/StringV
W/dalvikvm( 1199): Verifier rejected class Lcom/android/vending/AssetDownloader;
D/AndroidRuntime( 1199): Shutting down VM
W/dalvikvm( 1199): threadid=3: thread exiting with uncaught exception (group=0x4001dab0)
E/AndroidRuntime( 1199): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 1199): java.lang.VerifyError: com.android.vending.AssetDownloader
E/AndroidRuntime( 1199): at com.android.vending.ServiceLocator.init(ServiceLocator.java:79)
E/AndroidRuntime( 1199): at com.android.vending.VendingApplication.onCreate(VendingApplication.java:153)
E/AndroidRuntime( 1199): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1045)
E/AndroidRuntime( 1199): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3871)
E/AndroidRuntime( 1199): at android.app.ActivityThread.access$2800(ActivityThread.java:116)
E/AndroidRuntime( 1199): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
E/AndroidRuntime( 1199): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1199): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1199): at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 1199): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 545): Sending signal. PID: 1199 SIG: 3
I/dalvikvm( 1199): threadid=7: reacting to signal 3
I/dalvikvm( 1199): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 545): Added state dump to 1 crashes
Everytime I install a new ROM that isn't 1.6, I get an android.process.acore when using the send/call button in the contacts app. I'm currently running cannon's 2.1, and it's been doing this. This has also occurred in other ROMs i installed such as eugene's eclair rom. Does anyone know if this happens to everyone or if its just my phone? How would I go on to fixing this if possible? Thanks.
a logcat would be helpful here.
Might be a problem with the default contact/phone apk. You could try a 3rd party application and set that as default and see if that fixes it.
Code:
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.VIEW dat=content://com.android.contacts/contacts/lookup/1212i6.1212i296b1ff40e269798/74 cmp=com.android.contacts/.ViewContactActivity }
W/AudioFlinger( 2717): write blocked for 92 msecs, 40 delayed writes, thread 0xcda0
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,44233]
D/Sources ( 3741): Creating external source for type=com.facebook.auth.login, packageName=com.facebook.katana
I/ActivityManager( 2733): Displayed activity com.android.contacts/.ViewContactActivity: 846 ms (total 846 ms)
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.android.cursor.item/group_membership
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,61953]
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
D/AndroidRuntime( 3741): Shutting down VM
W/dalvikvm( 3741): threadid=3: thread exiting with uncaught exception (group=0x4001e180)
E/AndroidRuntime( 3741): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 3741): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
E/AndroidRuntime( 3741): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
E/AndroidRuntime( 3741): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
E/AndroidRuntime( 3741): at android.app.Activity.startActivityForResult(Activity.java:2749)
E/AndroidRuntime( 3741): at android.app.Activity.startActivity(Activity.java:2855)
E/AndroidRuntime( 3741): at com.android.contacts.ViewContactActivity.onKeyDown(ViewContactActivity.java:715)
E/AndroidRuntime( 3741): at android.view.KeyEvent.dispatch(KeyEvent.java:1037)
E/AndroidRuntime( 3741): at android.app.Activity.dispatchKeyEvent(Activity.java:2043)
E/AndroidRuntime( 3741): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1631)
E/AndroidRuntime( 3741): at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2368)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleFinishedEvent(ViewRoot.java:2338)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleMessage(ViewRoot.java:1641)
E/AndroidRuntime( 3741): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3741): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3741): at android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 3741): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2733): Sending signal. PID: 3741 SIG: 3
I/dalvikvm( 3741): threadid=7: reacting to signal 3
I/dalvikvm( 3741): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 2733): Added state dump to 1 crashes
logcat of when i hit send on the contacts app
what other third party contact apk can you sugges for me? thanks
The ones you mentioned are fine, or wysie_sho (sorry something like that) has his modified in the dev section. Just rename and copy to /system/app/.
I have a rooted Z1 on .257 firmware.
Everything was fine, until SUDDENTLY (I didn't install ANYTHING) the camera (AR effects, videocamera, anything...) Just won't show and FC.
It seems to me a problem with permissions, as i logcated the whole event.
This is the cut of the event when i start the camera.
Code:
D/dalvikvm( 1135): GC_CONCURRENT freed 39K, 17% free 38637K/46248K, paused 2ms+1
ms, total 15ms
D/dalvikvm( 7366): Trying to load lib /data/app-lib/SemcCameraUI/libblurviewfind
er.so 0x4211f510
D/dalvikvm( 7366): Added shared lib /data/app-lib/SemcCameraUI/libblurviewfinder
.so 0x4211f510
D/dalvikvm( 7366): No JNI_OnLoad found in /data/app-lib/SemcCameraUI/libblurview
finder.so 0x4211f510, skipping init
D/AndroidRuntime( 7366): Shutting down VM
W/dalvikvm( 7366): threadid=1: thread exiting with uncaught exception (group=0x4
1e33ae0)
W/ContextImpl( 917): Calling a method in the system process without a qualified
user: android.app.ContextImpl.sendOrderedBroadcast:1105 com.android.internal.po
licy.impl.PhoneWindowManager.cancelSemcCameraApplication:4403 com.android.intern
al.policy.impl.PhoneWindowManager.interceptCameraKeyEvent:4190 com.android.inter
nal.policy.impl.PhoneWindowManager.interceptKeyBeforeQueueing:4039 com.android.s
erver.wm.InputMonitor.interceptKeyBeforeQueueing:342
E/AndroidRuntime( 7366): FATAL EXCEPTION: main
E/AndroidRuntime( 7366): java.lang.RuntimeException: Unable to resume activity {
com.sonyericsson.android.camera/com.sonyericsson.android.camera.fastcapturing.Fa
stCapturingActivity}: java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 7366): at android.app.ActivityThread.performResumeActiv
ity(ActivityThread.java:2795)
E/AndroidRuntime( 7366): at android.app.ActivityThread.handleResumeActivi
ty(ActivityThread.java:2824)
E/AndroidRuntime( 7366): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2279)
E/AndroidRuntime( 7366): at android.app.ActivityThread.access$600(Activit
yThread.java:150)
E/AndroidRuntime( 7366): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1276)
E/AndroidRuntime( 7366): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 7366): at android.os.Looper.loop(Looper.java:213)
E/AndroidRuntime( 7366): at android.app.ActivityThread.main(ActivityThrea
d.java:5153)
E/AndroidRuntime( 7366): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 7366): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 7366): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:797)
E/AndroidRuntime( 7366): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:564)
E/AndroidRuntime( 7366): at de.robv.android.xposed.XposedBridge.main(Xpos
edBridge.java:126)
E/AndroidRuntime( 7366): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7366): Caused by: java.lang.RuntimeException: Fail to get came
ra info
E/AndroidRuntime( 7366): at android.hardware.Camera._getCameraInfo(Native
Method)
E/AndroidRuntime( 7366): at android.hardware.Camera.getCameraInfo(Camera.
java:209)
E/AndroidRuntime( 7366): at com.sonyericsson.cameracommon.utility.StaticC
onfigurationUtil.<init>(StaticConfigurationUtil.java:43)
E/AndroidRuntime( 7366): at com.sonyericsson.cameracommon.utility.StaticC
onfigurationUtil.isForceSound(StaticConfigurationUtil.java:72)
E/AndroidRuntime( 7366): at com.sonyericsson.android.camera.ExtendedActiv
ity.onResume(ExtendedActivity.java:301)
E/AndroidRuntime( 7366): at com.sonyericsson.android.camera.fastcapturing
.FastCapturingActivity.onResume(FastCapturingActivity.java:356)
E/AndroidRuntime( 7366): at android.app.Instrumentation.callActivityOnRes
ume(Instrumentation.java:1185)
E/AndroidRuntime( 7366): at android.app.Activity.performResume(Activity.j
ava:5182)
E/AndroidRuntime( 7366): at android.app.ActivityThread.performResumeActiv
ity(ActivityThread.java:2785)
E/AndroidRuntime( 7366): ... 13 more
W/ActivityManager( 917): Force finishing activity com.sonyericsson.android.ca
mera/.fastcapturing.FastCapturingActivity
D/dalvikvm( 917): GC_FOR_ALLOC freed 1824K, 21% free 41328K/52020K, paused 64ms
, total 66ms
W/ActivityManager( 917): Force finishing activity com.android.settings/.SubSe
ttings
D/dalvikvm( 917): GC_FOR_ALLOC freed 40K, 19% free 42383K/52020K, paused 77ms,
total 77ms
I/dalvikvm-heap( 917): Grow heap (frag case) to 44.657MB for 2536936-byte alloc
ation
I/CrashMonitor( 6525): CrashMonitorServiceBroadcastReceiver: Forwarding intent:
android.intent.action.DROPBOX_ENTRY_ADDED tag: system_app_crash
I/CrashMonitor( 6525): CrashMonitorService: Service started...
D/dalvikvm( 6539): Trying to load lib /data/app-lib/bootinfo/libMiscTaAccessor.s
o 0x42123c08
D/dalvikvm( 6539): Shared lib '/data/app-lib/bootinfo/libMiscTaAccessor.so' alre
ady loaded in same CL 0x42123c08
W/ProcessStats( 917): Skipping unknown process pid 7387
W/ProcessStats( 917): Skipping unknown process pid 7390
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/android.widget.GridLayout( 1135): vertical constraints: y1-y0>=246, y2-y1>=245
, y2-y0<=490 are inconsistent; permanently removing: y2-y0<=490.
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
W/ActivityManager( 917): Activity pause timeout for ActivityRecord{43cd23e0 u0
com.sonyericsson.android.camera/.fastcapturing.FastCapturingActivity}
D/dalvikvm( 5243): GC_FOR_ALLOC freed 2898K, 9% free 58312K/64068K, paused 28ms,
total 28ms
I/dalvikvm-heap( 5243): Grow heap (frag case) to 65.649MB for 8294416-byte alloc
ation
D/dalvikvm( 5243): GC_CONCURRENT freed 3087K, 13% free 63325K/72172K, paused 2ms
+4ms, total 32ms
I/CrashMonitor( 6525): CrashMonitorService: action: android.intent.action.DROPBO
X_ENTRY_ADDED
I/CrashMonitor( 6525): CrashMonitorService: Service stopped...
Sorry for formatting, but it comes right out the windows console.
Also, i see
Code:
W/ContextImpl( 5243): Calling a method in the system process without a qualified
user: android.app.ContextImpl.sendBroadcast:1076 de.robv.android.xposed.XposedB
ridge.invokeOriginalMethodNative:-2 de.robv.android.xposed.XposedBridge.handleHo
okedMethod:547 android.app.ContextImpl.sendBroadcast:-2 android.content.ContextW
rapper.sendBroadcast:338
because I'm using Xposed framework. Can be it that breaks?
ROM is odexed.
If someone has the same issue or knows how to resolve, post here.
Thank you!
Reinstall rom...
Wysłane z mojego C6903 przy użyciu Tapatalka
Vaith said:
Reinstall rom...
Wysłane z mojego C6903 przy użyciu Tapatalka
Click to expand...
Click to collapse
Wow, so good and complete answer!
I have xposed on an odexed rom so its not that
Try clearing data in camera common app
if that does not work clear data in all camera apps
gregbradley said:
I have xposed on an odexed rom so its not that
Try clearing data in camera common app
if that does not work clear data in all camera apps
Click to expand...
Click to collapse
Tried that too... no luck... =/