Whenever I attempt to manually enter a number into the Dialer app (DialerTabActivity.apk) that is not in my contacts list the app will close to the home screen without an FC message or anything else. I have tried clearing my cache + Dalvik Cache, along with clearing the data for the app, and any associated with it.
Here is the adb logcat results when typing in a random number and having it close to the home screen.
Code:
D/ContactsProvider(20578): @@ doSetSimDBReady : settingValue1 =1
I/DialerActivity(20441): <++++++++++>Sync UI
I/DialerActivity(20441): <++++++++++>Sync
I/InputReader( 322): dispatchTouch::touch event's action is 1
I/InputDispatcher( 322): Delivering touch to current input target: action: 1, c
hannel '408efca8 com.sec.android.app.dialertab/com.sec.android.app.dialertab.Dia
lerTabActivity (server)'
I/DialerActivity(20441): IMSI = <REMOVED>
I/DialerActivity(20441): <++++++++++>Sync UI
I/DialerActivity(20441): <++++++++++>Sync
I/Process ( 322): Sending signal. PID: 20441 SIG: 9
I/ActivityManager( 322): Process com.sec.android.provider.logsprovider (pid 205
85) has died.
I/ActivityManager( 322): Kill com.sec.android.app.dialertab (pid 20441): provid
er com.sec.android.provider.logsprovider.LogsProvider in dying process com.sec.a
ndroid.provider.logsprovider
E/InputDispatcher( 322): channel '408efca8 com.sec.android.app.dialertab/com.se
c.android.app.dialertab.DialerTabActivity (server)' ~ Consumer closed input chan
nel or an error occurred. events=0x8
E/InputDispatcher( 322): channel '408efca8 com.sec.android.app.dialertab/com.se
c.android.app.dialertab.DialerTabActivity (server)' ~ Channel is unrecoverably b
roken and will be disposed!
I/WindowManager( 322): WINDOW DIED Window{408efca8 com.sec.android.app.dialerta
b/com.sec.android.app.dialertab.DialerTabActivity paused=false}
E/JavaBinder( 322): !!! FAILED BINDER TRANSACTION !!!
I/ActivityManager( 322): Process com.sec.android.app.dialertab (pid 20441) has
died.
V/AudioPolicyManager( 268): stopOutput() output 1, stream 1, session 186
V/AudioPolicyManager( 268): getNewDevice() selected device 0
V/AudioPolicyManager( 268): getNewDevice() selected device 0
V/AudioPolicyManager( 268): setOutputDevice() output 1 device 0 delayMs 0 force
0
V/AudioPolicyManager( 268): setOutputDevice() setting same device 0 or null dev
ice for output 1
V/AudioPolicyManager( 268): releaseOutput() 1
W/InputManagerService( 322): Got RemoteException sending setActive(false) notif
ication to pid 20441 uid 10012
D/szipinf (20578): Initializing inflate state
I/ActivityManager( 322): Process android.process.acore (pid 20578) has died.
I/ActivityManager( 322): Low Memory: No more background processes.
My suspicion is it has something to do with the contacts, but I don't know of any way to test that theory.
Any help is greatly appreciated. If it matters I am using the ADW Ex launcher.
EDIT Right now I'm trying the versions of DialerTabActivity.apk, Contacts.apk, and ContactsProvider.apk from ICBINB's first GB version, will post results.
EDIT #2 As I figured it just caused FC's.
u may want to omit your imei out of the log
ill forward it to desexton so he can debug it if now ill fix it for him...
Woops, forgot about that, done and done!
Any ideas? I'm completely stumped...
Yeah this happens to me randomly as well.. but not often
Sent from my SGH-T959V using XDA App
Bump for possible resolutions.
Sent from my SGH-T959V using XDA Premium App
Happened to me when I tried to install a custom dialer pic if that helps
Sent from my SGH-T959V using XDA App
Same here, after installing the multi dpi friendly dialer posted elseware on the forum. My solution? I've just been using GO contacts EX. Its a pretty good dialer and contacts replacement.
Sent from my SGH-T959V using XDA App[/QUOTE]
Related
Hi everyone,
I'm sure most of you know about HeroLED by now, if you don't then you can read up on it (and the changelog) in the original thread here: http://forum.xda-developers.com/showthread.php?p=6199438
Cookers: I've put this onto Market for easy distribution. It also allows me to see stats about the app, therefore please do not bundle it in ROMs.
This thread is for Magic/Sapphire only. From reading the various ROM threads, it seems that quite a few of you are having problems with the app on these devices. This thread is to get the problems in one place so I can fix them.
Therefore if you have a FC, please post a logcat here.
hey man great app,
im using it on smoki v 0.1.1, but it causes the battery to drain quicker, idno if there is anything u could do to fix it but anyway just want to let you now lol
Great work!!
Thanx for your work on fixing the app, it works a lot better now.
NB on Sanpei's LegendSense rom.
V3.0.6 is out.
changes log?
capychimp said:
changes log?
Click to expand...
Click to collapse
In the OP
senab said:
In the OP
Click to expand...
Click to collapse
when i saw your post, i guess i was too fast
V.3.0.6 FC's logcat
D/HeroLED (24277): MainService Destroyed
D/AndroidRuntime(24277): Shutting down VM
W/dalvikvm(24277): threadid=3: thread exiting with uncaught exception (group=0x4
001e380)
E/AndroidRuntime(24277): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime(24277): java.lang.RuntimeException: Unable to stop service uk.c
[email protected]: java.lang.IllegalArgumentException
: Receiver not registered: [email protected]
E/AndroidRuntime(24277): at android.app.ActivityThread.handleStopService(
ActivityThread.java:3023)
E/AndroidRuntime(24277): at android.app.ActivityThread.access$3600(Activi
tyThread.java:126)
E/AndroidRuntime(24277): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1998)
E/AndroidRuntime(24277): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(24277): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(24277): at android.app.ActivityThread.main(ActivityThrea
d.java:4595)
E/AndroidRuntime(24277): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(24277): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime(24277): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(24277): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:618)
E/AndroidRuntime(24277): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(24277): Caused by: java.lang.IllegalArgumentException: Receiver
not registered: [email protected]
E/AndroidRuntime(24277): at android.app.ActivityThread$PackageInfo.forget
ReceiverDispatcher(ActivityThread.java:673)
E/AndroidRuntime(24277): at android.app.ApplicationContext.unregisterRece
iver(ApplicationContext.java:757)
E/AndroidRuntime(24277): at android.content.ContextWrapper.unregisterRece
iver(ContextWrapper.java:321)
E/AndroidRuntime(24277): at uk.co.senab.heroled_free.LEDMainService.onDes
troy(LEDMainService.java:294)
E/AndroidRuntime(24277): at android.app.ActivityThread.handleStopService(
ActivityThread.java:3009)
E/AndroidRuntime(24277): ... 10 more
I/Process ( 104): Sending signal. PID: 24277 SIG: 3
I/dalvikvm(24277): threadid=7: reacting to signal 3
I/dalvikvm(24277): Wrote stack trace to '/data/anr/traces.txt'
I/dalvikvm(24277): try .. Wrote Anr Histroy to '/data/data/com.android.htcprofil
e/anr_history.txt'
I/dalvikvm(24277): Done
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 8309520
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 5190288
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 6721400
I/Process (24277): Sending signal. PID: 24277 SIG: 9
I/ActivityManager( 104): Process uk.co.senab.heroled_free (pid 24277) has died.
I/WindowManager( 104): WIN DEATH: Window{44f62f30 uk.co.senab.heroled_free/uk.c
o.senab.heroled_free.LEDPreferences paused=false}
I/WindowManager( 104): WIN DEATH: Window{44fcb810 AtchDlg:uk.co.senab.heroled_f
ree/uk.co.senab.heroled_free.LEDPreferences paused=false}
D/Sensors ( 104): sensors=00000000, real=00000000
E/ActivityManager( 104): fail to set top app changed!
V/ContactWidgetXL( 192): handleMessage: WHAT_ON_RESUMEtrue false
I/UsageStats( 104): Unexpected resume of com.htc.launcher while already resumed
in uk.co.senab.heroled_free
D/AKMD ( 90): Compass CLOSE
W/InputManagerService( 104): Got RemoteException sending setActive(false) notif
ication to pid 24277 uid 10091
D/gralloc ( 104): requested 614400
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 4226144
W/IInputConnectionWrapper( 192): showStatusIcon on inactive InputConnection
W/SyncAllWidget( 192): activeSynch is null false
D/gralloc ( 104): requested 614400
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 5190288
W/IndicatorRequest( 192): The running request PersonIndicatorRequest(224) is no
longer valid... requeue it!
I/ActivityManager( 104): Start proc com.htc.bg for content provider com.htc.soc
ialnetwork.provider/.SocialNetworkProvider: pid=24490 uid=10006 gids={3003, 1006
, 1015}
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.flickr.provid
er.StreamProvider: com.htc.socialnetwork.flickr.provider.FlickrStream Provider
I/ActivityThread(24490): Publishing provider com.htc.accounts: com.htc.Customiza
tionSetup.AccountsProvider
I/ActivityThread(24490): Publishing provider com.htc.htctwitter.Users: com.htc.h
tctwitter.FriendProvider
W/dalvikvm(24490): Refusing to reopen boot DEX '/system/framework/com.htc.framew
ork.jar'
I/ActivityThread(24490): Publishing provider customization_settings: com.htc.pro
vider.CustomizationSettings.CustomizationSettingsP rovider
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.flickr.provid
er.CacheImageProvider: com.htc.socialnetwork.flickr.provider.FlickrCacheI magePro
vider
I/ActivityThread(24490): Publishing provider com.htc.friendstream.provider.Frien
dStreamProvider: com.htc.friendstream.provider.FriendStreamProvider
I/ActivityThread(24490): Publishing provider com.htc.chirp.provider.Tweet: com.h
tc.htctwitter.TwitterProvider
I/ActivityThread(24490): Publishing provider com.htc.provider.settings: com.htc.
provider.settings.NotificationFlashLightProvider
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.snprovider: c
om.htc.socialnetwork.provider.SocialNetworkProvide r
I/ActivityThread(24490): Publishing provider uploads: com.htc.providers.uploads.
UploadProvider
D/UploadManager(24490): UploadProvider is running
I/ActivityThread(24490): Publishing provider stockset: com.htc.android.Stock.Set
tingProvider
W/dalvikvm(24490): Refusing to reopen boot DEX '/system/framework/com.htc.framew
ork.jar'
I/ActivityThread(24490): Publishing provider com.htc.android.footprints.provider
.FootprintContentProvider: com.htc.android.footprints.provider.FootprintConte ntP
rovider
D/dalvikvm(24490): GC freed 3038 objects / 229192 bytes in 100ms
D/FootprintContentProvider(24490): provider onCreate
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.facebook.prov
ider.CacheImageProvider: com.htc.socialnetwork.facebook.provider.FacebookCa cheIm
ageProvider
I/ActivityThread(24490): Publishing provider com.htc.htctwitter.provider.CacheIm
ageProvider: com.htc.htctwitter.provider.TwitterCacheImageProvi der
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.facebook: com
.htc.socialnetwork.facebook.FacebookDB
W/IndicatorRequest( 192): The running request PersonIndicatorRequest(217) is no
longer valid... requeue it!
I/ActivityManager( 104): Process brut.googlemaps (pid 24474) has died.
D/dalvikvm(24194): GC freed 794 objects / 307576 bytes in 80ms
I/aFirewall( 684): Click. B3 W0 P0
D/dalvikvm( 684): GC freed 17 objects / 664 bytes in 88ms
Click to expand...
Click to collapse
kenny wong said:
V.3.0.6 FC's logcat
Click to expand...
Click to collapse
Should be fixed in 3.0.7
v3.0.7 Release. See OP
I saw blue led on my magic after updated the newest version
Case 1
Use HeroLed App -> playing game around 10~20mins -> change the phone to sleep mode -> turn on the phone (The button Backlight don't work need stop service & restart service)
Case 2
Use HeroLed App -> change the phone to sleep mode -> around 30mins or over -> turn on the phone (The button Backlight don't work need stop service & restart service)
kenny wong said:
Case 1
Use HeroLed App -> playing game around 10~20mins -> change the phone to sleep mode -> turn on the phone (The button Backlight don't work need stop service & restart service)
Case 2
Use HeroLed App -> change the phone to sleep mode -> around 30mins or over -> turn on the phone (The button Backlight don't work need stop service & restart service)
Click to expand...
Click to collapse
I solved by excluding the termination of the application and the service with AdvancedTaskManager
That won't completely fix it, but it will if you're using a task killer. Basically the service is getting killed by Android because it's running out of memory.
The next version will try and "fix" this.
v3.0.8 Donate Released. See OP
i dont see orange charging led =(
V.3.0.8
1. The Charging LED don't work.
2. Set colour Green, Blue or Red in option Default LED Colour also is green colour.
3. Enabled missed calls LED this option don't see any event for missed calls.
Charging LED working only in sleeping mode and it is green. Is it normal? v3.0.8 donate, Sanpei's Sense v0.4pre based on latest Eris dump.
_faber_ said:
Charging LED working only in sleeping mode and it is green. Is it normal? v3.0.8 donate, Sanpei's Sense v0.4pre based on latest Eris dump.
Click to expand...
Click to collapse
Yes. If you read the changelog, you'll see that's a caveat of using the charging LED. Regarding the colour, I'm going to make the colour customizable.
v4.1.0 Donate and v3.1.0 Free Released. See OP
I'm trying to get Lets Golf 2! for the Acer Iconia to work on my Xoom...
Other people have gotten it to work, but some keep getting forced closes....
Can anyone look @ this and tell me what I could possibly do? THANKS!
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21025
D/SurfaceFlinger( 7511): screenshot: result = OK
I/ActivityManager( 7511): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher } from pid 7511
D/TabletStatusBar( 7565): lights on
D/BatteryService( 7511): level:77 scale:100 status:2 health:2 present:true voltage: 8188 temperature: 292 technology: Li-ion AC powered:true USB powered:false icon:17302697 invalid charger:0
D/WifiService( 7511): ACTION_BATTERY_CHANGED pluggedType: 1
D/PowerUI ( 7565): closing low battery warning: level=77
D/dalvikvm( 7591): GC_CONCURRENT freed 2060K, 26% free 15814K/21255K, paused 1ms+1ms
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21025
I/ActivityManager( 7511): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller } from pid 7591
D/SurfaceFlinger( 7511): screenshot: result = OK
I/ActivityManager( 7511): Start proc com.gameloft.android.GAND.GloftLG09.LetsGolf for activity com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller: pid=11379 uid=10051 gids={3003, 1015}
D/szipinf (11379): Initializing inflate state
I/System.out(11379): GameInstallernCreate
D/GameInstaller(11379): onCreate
I/System.out(11379): -1-1-1-1-1-1-1--1-11-1-1-1-1-1--1-1-1-1-1-1-1-1-1-1
D/dalvikvm(11379): Trying to load lib /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80
D/dalvikvm(11379): Added shared lib /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80
D/dalvikvm(11379): No JNI_OnLoad found in /data/data/com.gameloft.android.GAND.GloftLG09.LetsGolf/lib/libletsgolf.so 0x4087fe80, skipping init
I/System.out(11379): 000000000000000000000000000000000000000000000000000
D/dalvikvm( 7591): GC_FOR_ALLOC freed 1978K, 26% free 15819K/21255K, paused 20ms
I/System.out(11379): GameInstallernStart
D/GameInstaller(11379): onStart
I/System.out(11379): GameInstaller:mInstallerStarted: false
D/GameInstaller(11379): mInstallerStarted: false
I/System.out(11379): GameInstaller:GameInstaller...
D/GameInstaller(11379): GameInstaller...
I/System.out(11379): GameInstaller:mGameStarted: false
D/GameInstaller(11379): mGameStarted: false
I/System.out(11379): GameInstaller:mState != STATE_FINALIZE: true
D/GameInstaller(11379): mState != STATE_FINALIZE: true
D/dalvikvm(11379): GC_FOR_ALLOC freed 70K, 5% free 6036K/6339K, paused 14ms
I/dalvikvm-heap(11379): Grow heap (frag case) to 8.047MB for 2097168-byte allocation
D/dalvikvm( 7591): GC_CONCURRENT freed 860K, 26% free 15885K/21255K, paused 2ms+2ms
D/dalvikvm(11379): GC_FOR_ALLOC freed 0K, 5% free 8084K/8455K, paused 14ms
D/dalvikvm(11379): GC_CONCURRENT freed 1K, 4% free 8163K/8455K, paused 1ms+3ms
I/System.out(11379): InstallerView onWindowFocusChanged:Focus true
W/InstallerView onWindowFocusChanged(11379): Focus true
I/System.out(11379): ASprite Load:--- ok
D/ASprite Load(11379): --- ok
W/dalvikvm(11379): threadid=9: thread exiting with uncaught exception (group=0x40290760)
D/SurfaceFlinger( 7511): screenshot: sw=203, sh=127, minZ=0, maxZ=21035
E/AndroidRuntime(11379): FATAL EXCEPTION: Thread-10
E/AndroidRuntime(11379): java.lang.NullPointerException
E/AndroidRuntime(11379): at java.lang.String.<init>(String.java:452)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.isValidLicense(GameInstaller.java:718)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.update(GameInstaller.java:778)
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameInstaller.run(GameInstaller.java:600)
E/AndroidRuntime(11379): at java.lang.Thread.run(Thread.java:1020)
W/ActivityManager( 7511): Force finishing activity com.gameloft.android.GAND.GloftLG09.LetsGolf/.GameInstaller
D/SurfaceFlinger( 7511): screenshot: result = OK
I/System.out(11379): InstallerView onWindowFocusChanged:Focus false
W/InstallerView onWindowFocusChanged(11379): Focus false
I/System.out(11379): GameInstallernDestroy
D/GameInstaller(11379): onDestroy
I/ActivityManager( 7511): No longer want android.process.acore (pid 9201): hidden #16
I/Process (11379): Sending signal. PID: 11379 SIG: 9
E/JavaBinder( 7511): !!! FAILED BINDER TRANSACTION !!!
E/JavaBinder( 7511): !!! FAILED BINDER TRANSACTION !!!
I/ActivityManager( 7511): Process com.gameloft.android.GAND.GloftLG09.LetsGolf (pid 11379) has died.
this is the 8mb install file, it is supposed to reach out and pull the other 168mb from the internet. It fails before it gets that far, so I got the files from a friend and put them in the correct path, but still error...
lol I think I found it!
Code:
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameI nstaller.isValidLicense(GameInstaller.java:718)
Just a quick Google of the Failed Binder error shows many examples of images being to large for the system to handle.
Not sure if that could be the cause, but I would gather if someone else has it running, its not that.
What do you mean? Its a legit copy
bigrushdog said:
lol I think I found it!
Code:
E/AndroidRuntime(11379): at com.gameloft.android.GAND.GloftLG09.LetsGolf.GameI nstaller.isValidLicense(GameInstaller.java:718)
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
DroidHam said:
What do you mean? Its a legit copy
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
My Guess: It's legit for the Iconia, but not for the Xoom.
Dear all,
could someone point me to right direction?
Have simore.ch dual sim adapter for galaxy S. Have galaxy S running nightly CM7. When I try to switch from one sim card to another, the phone app crashes and the second sim card refuses to connect. Relevant part of the problem is imho here:
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.stk/.StkLauncherActiv
ity bnds=[245,586][355,704] } from pid 305
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/InputManagerService( 188): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 188): Displayed com.android.stk/.StkMenuActivity: +352ms (total +575ms)
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/dalvikvm( 304): threadid=20: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 304): FATAL EXCEPTION: Stk App Service
E/AndroidRuntime( 304): java.lang.NullPointerException
E/AndroidRuntime( 304): at com.android.stk.StkAppService.launchIdleText(StkAppService.java:699)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.handleCmd(StkAppService.java:422)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.access$400(StkAppService.java:57)
E/AndroidRuntime( 304): at com.android.stk.StkAppService$ServiceHandler.handleMessage(StkAppService.java:272)
E/AndroidRuntime( 304): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 304): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.run(StkAppService.java:212)
E/AndroidRuntime( 304): at java.lang.Thread.run(Thread.java:1019)
W/ActivityManager( 188): Force finishing activity com.android.stk/.StkMenuActivity
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
D/vending ( 453): [23] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
D/dalvikvm( 304): GC_CONCURRENT freed 378K, 48% free 3245K/6215K, external 0K/0K, paused 2ms+11ms
D/vending ( 453): [24] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/dalvikvm( 188): GC_CONCURRENT freed 1231K, 37% free 6494K/10247K, external 1500K/2012K, paused 2ms+6ms
D/dalvikvm( 695): GC_CONCURRENT freed 447K, 52% free 2844K/5831K, external 0K/0K, paused 1ms+2ms
I/Process ( 304): Sending signal. PID: 304 SIG: 9
I/ActivityManager( 188): Process com.android.phone (pid 304) has died.
W/ActivityManager( 188): Scheduling restart of crashed service com.android.stk/.StkAppService in 5000ms
W/ActivityManager( 188): Scheduling restart of crashed service com.android.phone/.BluetoothHeadsetService in 15000ms
W/BluetoothHeadset( 188): Proxy not attached to service
W/BluetoothHeadset( 188): Proxy not attached to service
I/ServiceManager( 108): service 'sip' died
I/ServiceManager( 108): service 'phone' died
I/ServiceManager( 108): service 'isms' died
I/ServiceManager( 108): service 'simphonebook' died
I/ServiceManager( 108): service 'iphonesubinfo' died
I/ActivityManager( 188): Start proc com.android.phone for restart com.android.phone: pid=1330 uid=1001 gids={3002, 3001, 3003, 1015}
W/InputManagerService( 188): Got RemoteException sending setActive(false) notification to pid 304 uid 1001
D/szipinf ( 1330): Initializing inflate state
I/ActivityThread( 1330): Pub telephony: com.android.providers.telephony.TelephonyProvider
I/ActivityThread( 1330): Pub icc: com.android.phone.IccProvider
I/ActivityThread( 1330): Pub mms: com.android.providers.telephony.MmsProvider
I/ActivityThread( 1330): Pub sms: com.android.providers.telephony.SmsProvider
I/ActivityThread( 1330): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
D/CallManager( 1330): registerPhone(GSM Handler{40549e18})
D/dalvikvm( 1330): GC_CONCURRENT freed 177K, 47% free 2992K/5639K, external 0K/0K, paused 2ms+2ms
W/ActivityManager( 188): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=0
D/vending ( 453): [25] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/BT HSHFP( 1330): Starting BluetoothHeadsetService
V/SipBroadcastReceiver( 1330): start auto registration
D/vending ( 453): [26] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyServiceState: 0 home sunrise sunrise 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: true
Apparently StkAppService dies, but when I look at the place where the error occurs, nothing miraculous is there and the code seems to be treated well:
private void launchIdleText() {
TextMessage msg = mCurrentCmd.geTextMessage();
if (msg.text == null) { ~~~~~~~~~~~~~~~~~~~~~~<<<<<<<<< THIS IS where error appearsrever
mNotificationManager.cancel(STK_NOTIFICATION_ID);
} else {
Notification notification = new Notification();
RemoteViews contentView = new RemoteViews(
PACKAGE_NAME,
It seems to me, that the only exception in this case can occur if the msg object (from various reasons) does not exist and hence msg itself is null.
Any ideas what could be wrong/how to make it running?
thans
d.
My Infinite Light did not work. Sent it back. No refund. Waste of time and money -stay away.
Hello!
I need help. I compile Android 2.2.3 from source.
Everything works except:
- camera
- bluetooth
- Rotate the screen (for some reason turns to the other side)
- GPS
- Mount the SD card (as a drive)
Stock firmware: Android 2.2.2
Firmware which I ported now: Android 2.2.3
Kernel: 2.6.32
Device: Huawei S7 Ideos 101
Already more than a week suffer. Help please.
Here are my logs:
Launch the camera application:
Code:
I/ActivityManager( 525): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.camera/.Camera }
I/ActivityManager( 525): Start proc com.android.camera for activity com.android.camera/.Camera: pid=798 uid=10032 gids={1006, 1015}
D/dalvikvm( 520): GC_EXPLICIT freed 283 objects / 10744 bytes in 64ms
D/dalvikvm( 520): GC_EXPLICIT freed 47 objects / 2072 bytes in 131ms
D/dalvikvm( 798): Trying to load lib /vendor/lib/libmedia_jni.so 0x0
D/dalvikvm( 798): Shared lib '/vendor/lib/libmedia_jni.so' already loaded in same CL 0x0
E/QualcommCameraHardware( 516): Unable to determine the target type. Camera will not work
E/QualcommCameraHardware( 516): createInstance: startCamera failed!
D/CameraService( 516): Client::Client X (pid 798)
E/CameraHolder( 798): fail to connect Camera
E/CameraHolder( 798): java.lang.RuntimeException: Fail to connect to camera service
E/CameraHolder( 798): at android.hardware.Camera.native_setup(Native Method)
E/CameraHolder( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/CameraHolder( 798): at android.hardware.Camera.open(Camera.java:165)
E/CameraHolder( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/CameraHolder( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/CameraHolder( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/CameraHolder( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/CameraHolder( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/CameraHolder( 798): at java.lang.Thread.run(Thread.java:1096)
D/dalvikvm( 520): GC_EXPLICIT freed 2 objects / 64 bytes in 85ms
E/QualcommCameraHardware( 516): *****ZJ: at opencamerafd. open /dev/msm_camera/control1****
W/dalvikvm( 798): threadid=8: thread exiting with uncaught exception (group=0x4001d878)
E/AndroidRuntime( 798): FATAL EXCEPTION: Thread-9
E/AndroidRuntime( 798): java.lang.RuntimeException: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:935)
E/AndroidRuntime( 798): at java.lang.Thread.run(Thread.java:1096)
E/AndroidRuntime( 798): Caused by: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:103)
E/AndroidRuntime( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/AndroidRuntime( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/AndroidRuntime( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/AndroidRuntime( 798): ... 1 more
E/AndroidRuntime( 798): Caused by: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at android.hardware.Camera.native_setup(Native Method)
E/AndroidRuntime( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/AndroidRuntime( 798): at android.hardware.Camera.open(Camera.java:165)
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/AndroidRuntime( 798): ... 5 more
W/ActivityManager( 525): Force finishing activity com.android.camera/.Camera
W/ActivityManager( 525): Activity pause timeout for HistoryRecord{44f9a9d8 com.android.camera/.Camera}
I/Process ( 798): Sending signal. PID: 798 SIG: 9
I/ActivityManager( 525): Process com.android.camera (pid 798) has died.
W/InputManagerService( 525): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMetho[email protected]
I/dun_s
Starting Bluetooth:
Code:
D/BluetoothService( 525): Bluetooth state 10 -> 11
V/BluetoothEventRedirector( 621): Received android.bluetooth.adapter.action.STATE_CHANGED
I/bluedroid( 525): Starting hciattach daemon
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
I/bluetooth( 812): /system/etc/init.bt.sh: bluetooth chip set as
E/qcom-bluetooth( 821): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
E/bluetooth( 822): /system/etc/init.bt.sh: chip set error
I/bluetooth( 823): /system/etc/init.bt.sh: detecting bluetooth chip 1
E/qcom-bluetooth( 832): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
I/bluetooth( 833): /system/etc/init.bt.sh: chip is not bt4025
I/bluetooth( 834): /system/etc/init.bt.sh: detecting bluetooth chip 2
I/brcm-bluetooth( 837): /system/etc/init.brcm.bt.sh: Initiating Bluetooth module with brcm_patchram_plus
E/brcm-bluetooth( 843): /system/etc/init.brcm.bt.sh: Bluetooth Broadcom HCD file download failed: exit code 1
I/bluetooth( 844): /system/etc/init.bt.sh: chip is not bcm4329
E/bluetooth( 845): /system/etc/init.bt.sh: no bluetooth chip found
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
D/dalvikvm( 617): GC_EXPLICIT freed 1925 objects / 106848 bytes in 60ms
E/b
Enable \ disable screen rotation:
Code:
E/Sensors ( 525): [sensors_control_activate] Enable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0002
E/Sensors ( 525): [sensors_control_activate]current sensors=0002
I/WindowManager( 525): Setting rotation to 1, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=1 layout=35 uiMode=17 seq=4}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 12194 objects / 658744 bytes in 79ms
E/Sensors ( 525): [sensors_control_activate] Disable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0000
E/Sensors ( 525): [sensors_control_activate]current sensors=0000
I/WindowManager( 525): Setting rotation to 0, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=2 layout=35 uiMode=17 seq=5}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 2295 objects / 105376 bytes in 68ms
Mounting the sd card:
Code:
I/ActivityManager( 525): Starting activity: Intent { flg=0x10000000 cmp=android/com.android.server.status.UsbStorageActivity bnds=[160,166][640,230] }
D/VoldCmdListener( 77): volume shared /mnt/sdcard ums
I/ActivityManager( 525): Displayed activity android/com.android.server.status.UsbStorageActivity: 153 ms (total 153 ms)
W/InputManagerService( 525): Window already focused, ignoring focus gain of: [email protected]
The inclusion of GPS in the settings did not respond.
If necessary, I can put logcat and dmesg.
In stock firmware all hardware is working.
Logcat:
http://forum.xda-developers.com/attachment.php?attachmentid=1097358&stc=1&d=1338487760
Dmesg:
http://forum.xda-developers.com/attachment.php?attachmentid=1097357&stc=1&d=1338487760
Hello,
i bought an app 'EasyCap Viewer' that should allow to connect an analog camera to an android tablet/smartphone
I installed it on my tablet Acer A500 (nvidia tegra 2, android 4.0.3)
When i start the app, the screen stays black for a few seconds, than the system window appears telling that the app is not responding.
Looking the logcat, sees that the last action done by the activity, is load the Gstreamer library : libgstreamer_android.so
Here is the Logcat:
04-17 04:56:24.000 I/ActivityManager( 140): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.easycap.viewer cmp=com.easycap.viewer/.GstActivity_ bnds=[784,150][880,246]} from pid 414
04-17 04:56:24.030 I/ActivityManager( 140): Start proc com.easycap.viewer:Main for activity com.easycap.viewer/.GstActivity_: pid=4879 uid=10145 gids={}
04-17 04:56:24.310 D/dalvikvm( 4879): processAnnotationValue failed on default for 'O'
04-17 04:56:24.310 D/dalvikvm( 4879): processAnnotationValue failed on default for 'P'
04-17 04:56:24.320 D/ACRA ( 4879): ACRA is enabled for com.easycap.viewer, intializing...
04-17 04:56:24.330 D/ACRA ( 4879): Looking for error files in /data/data/com.easycap.viewer/files
04-17 04:56:24.330 W/ACRA ( 4879): com.easycap.viewer reports will be sent by email (if accepted by user).
04-17 04:56:24.330 D/dalvikvm( 4879): Trying to load lib /data/data/com.easycap.viewer/lib/libgstreamer_android.so 0x410cab98
04-17 04:56:24.490 D/OpenGLRenderer( 414): Flushing caches (mode 1)
04-17 04:56:24.500 D/OpenGLRenderer( 414): Flushing caches (mode 0)
04-17 04:56:30.350 D/dhcpcd ( 4893): sending signal 14 to pid 3291
04-17 04:56:30.350 D/dhcpcd ( 3291): received SIGALRM, renewing
04-17 04:56:30.350 D/dhcpcd ( 3291): wlan0: renewing lease of 192.168.1.129
04-17 04:56:30.400 D/dhcpcd ( 3291): wlan0: acknowledged 192.168.1.129 from 192.168.1.1
04-17 04:56:30.440 D/dhcpcd ( 3291): wlan0: leased 192.168.1.129 for infinity
04-17 04:56:30.540 D/DhcpInfoInternal( 140): makeLinkProperties with empty dns2!
04-17 04:56:30.540 D/DhcpInfoInternal( 140): makeLinkProperties with empty dns2!
04-17 04:56:34.020 W/ActivityManager( 140): Launch timeout has expired, giving up wake lock!
04-17 04:56:34.270 W/ActivityManager( 140): Activity idle timeout for ActivityRecord{415e7810 com.easycap.viewer/.GstActivity_}
04-17 04:56:53.780 I/InputDispatcher( 140): Application is not responding: AppWindowToken{41a92dc8 token=Token{416b64f8 ActivityRecord{415e7810 com.easycap.viewer/.GstActivity_}}}. 5001.4ms since event, 5000.6ms since wait started
04-17 04:56:53.780 I/WindowManager( 140): Input event dispatching timed out sending to application AppWindowToken{41a92dc8 token=Token{416b64f8 ActivityRecord{415e7810 com.easycap.viewer/.GstActivity_}}}
I would like to understand if there is some compatibility issue about this library and my device.
How can i investigate and know what is the problem?
Thank you!
Lodovico