Touchscreen Unresponsive - Logcat Inside - myTouch 3G, Magic General

Hi all,
I've had my Magic since September and for the last few weeks it has intermittently been unresponsive to touch, the screen displays fine but it won't acknowledge any touch. In the last 2 days this has gotten a lot worse and now it barely works at all.
Any attempt to access the Contacts/Dialer throws up a Force close on process com.android.phone
Initially I thought this was a software problem but now I am not so sure. I have reverted back to the stock Vodafone AU rom that I backed up when I initially purchased and am getting ready to send back to HTC but thought I would ask on here as well.
Below is the logcat from a fresh reboot - Quite a few errors I think
Code:
E:\HTC Magic Tools\android-sdk-windows\tools>adb logcat -b main *:W
E/RIL Acoustic( 33): can't open /dev/htc-acoustic -1
E/HTC Acoustic( 35): Fail to open /system/etc/AudioPara_VODA-Australia.csv -1.
E/A2DP ( 35): bt_audio_service_open failed
E/A2dpAudioInterface( 35): a2dp_init failed err: -111
E/AudioFlinger( 35): mA2dpDisableCount is already zero
W/SurfaceFlinger( 58): couldn't grant gpu core to pid 58
E/GLLogger( 58): h/w accelerated eglGetDisplay() failed (EGL_SUCCESS)
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/copybit.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.sapphire.so error=Cannot
find library
W/HAL ( 58): load: module=/system/lib/hw/overlay.msm7k.so error=Cannot fin
d library
W/HAL ( 58): load: module=/system/lib/hw/overlay.default.so error=Cannot f
ind library
W/HAL ( 58): load: module=/system/lib/hw/lights.sapphire.so error=Cannot f
ind library
W/HAL ( 58): load: module=/system/lib/hw/lights.sapphire.so error=Cannot f
ind library
E/lights ( 58): write_int failed to open /sys/class/leds/keyboard-backlight/b
rightness
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f060001
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030003
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030000
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f03000c
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x7f030000
W/ResourceType( 58): No package identifier when getting value for resource num
ber 0x00000000
W/StatusBar( 58): Icon not found in <system>: 0
W/CheckinService( 58): No saved kernel log file
E/ApplicationContext( 58): Couldn't create directory for SharedPreferences fil
e shared_prefs/wallpaper-hints.xml
W/ActivityManager( 58): Unable to start service Intent { action=com.android.us
sd.IExtendedNetworkService }: not found
W/SurfaceFlinger( 58): executeScheduledBroadcasts() skipped, contention on the
client. We'll try again later...
W/AudioFlinger( 35): write blocked for 111 msecs
Thanks in advance for any assistance you can offer me, it would be really appreciated!!
Let me know if you need further info

Some further information
If I try to open Contacts using the trackball the Logcat expands to add the following: -
Code:
W/InputManagerService( 58): Window already focused, ignoring focus gain of: co
[email protected]
W/ResourceType( 95): Failure getting entry for 0x7f030005 (t=2 e=5) in package
0: 0xffffffb5
W/dalvikvm( 95): threadid=3: thread exiting with uncaught exception (group=0x4
000fe70)
E/AndroidRuntime( 95): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime( 95): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}: androi
d.content.res.Resources$NotFoundException: Resource ID #0x7f030005
E/AndroidRuntime( 95): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2268)
E/AndroidRuntime( 95): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2284)
E/AndroidRuntime( 95): at android.app.ActivityThread.access$1800(Activi
tyThread.java:112)
E/AndroidRuntime( 95): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1692)
E/AndroidRuntime( 95): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 95): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 95): at android.app.ActivityThread.main(ActivityThrea
d.java:3948)
E/AndroidRuntime( 95): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 95): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 95): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 95): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:540)
E/AndroidRuntime( 95): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 95): Caused by: android.content.res.Resources$NotFoundExcept
ion: Resource ID #0x7f030005
E/AndroidRuntime( 95): at android.content.res.Resources.getValue(Resour
ces.java:846)
E/AndroidRuntime( 95): at android.content.res.Resources.loadXmlResource
Parser(Resources.java:1796)
E/AndroidRuntime( 95): at android.content.res.Resources.getLayout(Resou
rces.java:685)
E/AndroidRuntime( 95): at android.view.LayoutInflater.inflate(LayoutInf
later.java:318)
E/AndroidRuntime( 95): at android.view.LayoutInflater.inflate(LayoutInf
later.java:276)
E/AndroidRuntime( 95): at com.android.internal.policy.impl.PhoneWindow.
setContentView(PhoneWindow.java:309)
E/AndroidRuntime( 95): at android.app.Activity.setContentView(Activity.
java:1626)
E/AndroidRuntime( 95): at com.android.contacts.DialtactsActivity.onCrea
te(DialtactsActivity.java:73)
E/AndroidRuntime( 95): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1123)
E/AndroidRuntime( 95): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2231)
E/AndroidRuntime( 95): ... 11 more
W/ActivityManager( 58): Scheduling restart of crashed service com.google.andro
id.apps.gtalkservice/com.google.android.gtalkservice.service.GTalkService in 500
0ms
W/InputManagerService( 58): Got RemoteException sending setActive(false) notif
ication to pid 95 uid 10004

Related

Help - Reset loop due to bad 3rd side application

Hi
I own of HTC magic device
I've installed 3rd application app called "ShakeToWake Alarm" which put my device into reset loop: The device keep reset right after the HTC logo.
Currently i'm trying to avoid "restore factory default" and tring to solve the problem by manually removing this 3rd application traces.
I already remove the APK file and remove it from the packages.xml file.
However the device is still in reset loop
(Also "safe mode" doesn't work for me)
Anyone knows any XML files or other file/s that might run on startup for 3rd side application.
I look everywhere in the file system, and didnt find any trace for this application.
Please please please help !!!!
Attach the reset log:
Code:
....
D/dalvikvm( 1083): Trying to load lib /system/lib/libsoundpool.so 0x0
D/dalvikvm( 1083): Added shared lib /system/lib/libsoundpool.so 0x0
I/SystemServer( 1083): Starting HeadsetObserver
V/HeadsetObserver( 1083): mHeadsetState=0, oldRoutes=2, newState=0
V/AudioService( 1083): updateRoutes(), newName=Headset;newState=0;
V/AudioService( 1083): List Nodes: device=No Device;normal=2; Ringtone=2; InCall=1;
I/SystemServer( 1083): Starting AppWidget Service
I/WindowManager( 1083): Menu key state: 0 safeMode=false
I/WindowManager( 1083): Config changed: { scale=1.0 imsi=0/0 locale=en_IE touch=3 key=1/1/2 nav=3 orien=1 }
D/KeyguardViewMediator( 1083): screen is locked
D/PowerManagerService( 1083): system ready!
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
D/dalvikvm( 1083): GC freed 3676 objects / 234792 bytes in 297ms
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f03000b
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030003
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030005
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030008
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030006
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
D/ActivityManager( 1083): Start running!
I/Zygote ( 1083): Process: zygote socket opened
I/ActivityManager( 1083): Start proc com.android.phone for added application com.android.phone: pid=1121 uid=1001 gids={3002, 3001, 3003}
I/ActivityManager( 1083): Starting activity: Intent { action=android.intent.action.MAIN categories={android.intent.category.HOME} flags=0x10000000 comp={com.android.launcher/com.android.launcher.Launcher} }
I/ActivityManager( 1083): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=1123 uid=10020 gids={3003}
W/ResourceType( 1083): No package identifier when getting value for resource number 0x00000000
W/StatusBar( 1083): Icon not found in <system>: 0
W/dalvikvm( 1083): threadid=37: thread exiting with uncaught exception (group=0x4000fe70)
D/AKMD ( 38): Compass OPEN
D/Sensors ( 1083): sensors=00000001, real=00000001
E/AndroidRuntime( 1083): Uncaught handler: thread WindowManagerPolicy exiting due to uncaught exception
E/AndroidRuntime( 1083): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 1083): java.lang.NumberFormatException: Sun 4:41 PM
E/AndroidRuntime( 1083): at java.lang.Long.parse(Long.java:368)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:358)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:323)
E/AndroidRuntime( 1083): at java.lang.Long.valueOf(Long.java:570)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.refreshAlarmDisplay(LockScreen.java:374)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.<init>(LockScreen.java:205)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:474)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:287)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:48)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:123)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:973)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.access$500(KeyguardViewMediator.java:86)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:883)
E/AndroidRuntime( 1083): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1083): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1083): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:474)
I/ActivityManager( 1083): processNextBroadcast: waiting for ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066}
W/ActivityManager( 1083): pending app ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066} died before responding to broadcast
E/AndroidRuntime( 1083): Crash logging skipped, no checkin service
I/Process ( 1083): Sending signal. PID: 1083 SIG: 9
I/ServiceManager( 29): service 'SurfaceFlinger' died
I/ServiceManager( 29): service 'power' died
I/ServiceManager( 29): service 'package' died
I/ServiceManager( 29): service 'activity.providers' died
I/ServiceManager( 29): service 'content' died
I/ServiceManager( 29): service 'permission' died
I/ServiceManager( 29): service 'meminfo' died
.....
Anyone? please?
twickit said:
Anyone? please?
Click to expand...
Click to collapse
Hard reset your gonna have to bite the bullet im afraid.

HELP - Reset loop due 3rd side application

Hi
I own of HTC magic device
I've installed 3rd application app called "ShakeToWake Alarm" which put my device into reset loop: The device keep reset right after the HTC logo.
Currently i'm trying to avoid "restore factory default" and tring to solve the problem by manually removing this 3rd application traces.
I already remove the APK file and remove it from the packages.xml file.
However the device is still in reset loop
(Also "safe mode" doesn't work for me)
Anyone knows any XML files or other file/s that might run on startup for 3rd side application.
I look everywhere in the file system, and didnt find any trace for this application.
Please please please help !!!!
Attach the reset log:
Code:
....
D/dalvikvm( 1083): Trying to load lib /system/lib/libsoundpool.so 0x0
D/dalvikvm( 1083): Added shared lib /system/lib/libsoundpool.so 0x0
I/SystemServer( 1083): Starting HeadsetObserver
V/HeadsetObserver( 1083): mHeadsetState=0, oldRoutes=2, newState=0
V/AudioService( 1083): updateRoutes(), newName=Headset;newState=0;
V/AudioService( 1083): List Nodes: device=No Device;normal=2; Ringtone=2; InCall=1;
I/SystemServer( 1083): Starting AppWidget Service
I/WindowManager( 1083): Menu key state: 0 safeMode=false
I/WindowManager( 1083): Config changed: { scale=1.0 imsi=0/0 locale=en_IE touch=3 key=1/1/2 nav=3 orien=1 }
D/KeyguardViewMediator( 1083): screen is locked
D/PowerManagerService( 1083): system ready!
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
D/dalvikvm( 1083): GC freed 3676 objects / 234792 bytes in 297ms
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f03000b
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030003
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030005
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030008
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030000
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030006
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
W/ResourceType( 1083): No package identifier when getting value for resource number 0x7f030001
D/ActivityManager( 1083): Start running!
I/Zygote ( 1083): Process: zygote socket opened
I/ActivityManager( 1083): Start proc com.android.phone for added application com.android.phone: pid=1121 uid=1001 gids={3002, 3001, 3003}
I/ActivityManager( 1083): Starting activity: Intent { action=android.intent.action.MAIN categories={android.intent.category.HOME} flags=0x10000000 comp={com.android.launcher/com.android.launcher.Launcher} }
I/ActivityManager( 1083): Start proc android.process.acore for activity com.android.launcher/.Launcher: pid=1123 uid=10020 gids={3003}
W/ResourceType( 1083): No package identifier when getting value for resource number 0x00000000
W/StatusBar( 1083): Icon not found in <system>: 0
W/dalvikvm( 1083): threadid=37: thread exiting with uncaught exception (group=0x4000fe70)
D/AKMD ( 38): Compass OPEN
D/Sensors ( 1083): sensors=00000001, real=00000001
E/AndroidRuntime( 1083): Uncaught handler: thread WindowManagerPolicy exiting due to uncaught exception
E/AndroidRuntime( 1083): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 1083): java.lang.NumberFormatException: Sun 4:41 PM
E/AndroidRuntime( 1083): at java.lang.Long.parse(Long.java:368)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:358)
E/AndroidRuntime( 1083): at java.lang.Long.parseLong(Long.java:323)
E/AndroidRuntime( 1083): at java.lang.Long.valueOf(Long.java:570)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.refreshAlarmDisplay(LockScreen.java:374)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockScreen.<init>(LockScreen.java:205)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:474)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:287)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:48)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:123)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:973)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator.access$500(KeyguardViewMediator.java:86)
E/AndroidRuntime( 1083): at com.android.internal.policy.impl.KeyguardViewMediator$2.handleMessage(KeyguardViewMediator.java:883)
E/AndroidRuntime( 1083): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1083): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1083): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:474)
I/ActivityManager( 1083): processNextBroadcast: waiting for ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066}
W/ActivityManager( 1083): pending app ProcessRecord{43990c48 0:com.tokasiki.android.voicerecorder/10066} died before responding to broadcast
E/AndroidRuntime( 1083): Crash logging skipped, no checkin service
I/Process ( 1083): Sending signal. PID: 1083 SIG: 9
I/ServiceManager( 29): service 'SurfaceFlinger' died
I/ServiceManager( 29): service 'power' died
I/ServiceManager( 29): service 'package' died
I/ServiceManager( 29): service 'activity.providers' died
I/ServiceManager( 29): service 'content' died
I/ServiceManager( 29): service 'permission' died
I/ServiceManager( 29): service 'meminfo' died
.....

[Q] MMS crashing

Sigh. This phone has given me so many problems, I'm seriously thinking of dropping it for something else like an HTC.
GPS just sucks. It keeps wondering around and loosing satellites. It is actually dangerous driving with this thing. Also battery dies in 8-9 hours. Not cool.
BUT right at the moment I'm finding that I can no longer TEXT my friends. This happened after I came back from a trip outside my local calling area. I was able to text in Quebec but after coming back to Ontario all I can do is see my messages coming in, but when I try and read them by clicking on the message, the balloons with the conversation appear but it then crashes.
Here is the log file that I extracted using adb logcat.
I/AudioHardwareALSA( 2367): Output standby called!!. Turn off PCM device.
V/InputDevice( 2484): ID[0]=0(0) Dn(0=>1)
V/WindowManager( 2484): Dsptch > Window{47f937f8 com.android.mms/com.android.mms.ui.ConversationList paused=false}
V/WindowManager( 2484): Dsptch > Window{47f937f8 com.android.mms/com.android.mms.ui.ConversationList paused=false}
V/InputDevice( 2484): ID[0]=0(0) Up(1=>0)
V/Mms/ConversationList( 4450): onListItemClick: position=4, id=32
I/ActivityManager( 2484): Starting activity: Intent { dat=content://mms-sms/conversations/32 cmp=com.android.mms/.ui.ComposeMessageActivity }
D/Mms/ConversationList( 4450): onSaveInstanceState
D/AudioHardwareALSA( 2367):
D/AudioHardwareALSA( 2367): ALSA OPEN mode 0,device 2
I/AudioHardwareALSA( 2367): Try to open ALSA PLAYBACK device AndroidPlayback_Speaker_normal
I/Mms/compose( 4450): mEncodingType:2
I/AudioHardwareALSA( 2367): Initialized ALSA PLAYBACK device AndroidPlayback_Speaker_normal
D/AudioHardwareALSA( 2367): Set PLAYBACK PCM format to S16_LE (Signed 16 bit Little Endian)
D/AudioHardwareALSA( 2367): Using 2 channels for PLAYBACK.
D/AudioHardwareALSA( 2367): Set PLAYBACK sample rate to 44100 HZ
D/AudioHardwareALSA( 2367): Buffer size: 2048
D/AudioHardwareALSA( 2367): Latency: 46439
V/MmsProvider( 2645): Query uri=content://mms/drafts, match=6
D/Mms ( 4450): [1] setConversation null -> [4162757727;6479667280;+16479294276] (tid 32)
V/MmsSmsProvider( 2645): uri=content://mms-sms/conversations/32
I/Mms/compose( 4450): onResume mEncodingType:2
V/MmsSmsProvider( 2645): uri=content://mms-sms/conversations?simple=true
V/MmsSmsProvider( 2645): getSimpleConversations entered.
V/MmsSmsProvider( 2645): uri=content://mms-sms/undelivered
V/Mms/compose( 4450): message list : message list query is completed
V/Mms/MessageListItem( 4450): bind uri 1 content://sms/661
V/Mms/MessageListItem( 4450): bind uri 3 content://sms/661
I/wpa_supplicant( 2552): WPS-AP-AVAILABLE
I/wpa_supplicant( 2552): CTRL-EVENT-NO-CONNECTION
I/WifiMonitor( 2484): Event [ SCAN-RESULTS ]
I/WifiMonitor( 2484): Event [WPS-AP-AVAILABLE ]
I/WifiMonitor( 2484): Event [CTRL-EVENT-NO-CONNECTION]
I/NetworkStatusReceiver( 3467): action: android.net.wifi.SCAN_RESULTS
I/NetworkStatusReceiver( 3467): action: android.net.wifi.SHOW_AP_LIST_DIALOG
E/WifiManager( 3467): showApDialog
I/WifiService( 2484): isShowingAccessPointListDialog():false
I/WifiService( 2484): setShowAccessPointListDialog():false
V/Mms/MessageListItem( 4450): bind uri 1 content://sms/660
V/Mms/MessageListItem( 4450): bind uri 3 content://sms/660
V/Mms/MessageListItem( 4450): bind uri 1 content://sms/659
V/Mms/MessageListItem( 4450): bind uri 3 content://sms/659
D/dalvikvm( 4450): GC_FOR_MALLOC freed 3752 objects / 250280 bytes in 31ms
V/MmsSmsProvider( 2645): uri=content://mms-sms/conversations/32
V/MmsSmsProvider( 2645): uri=content://mms-sms/undelivered
V/MmsProvider( 2645): Query uri=content://mms/inbox, match=2
D/dalvikvm( 2645): GC_FOR_MALLOC freed 10549 objects / 584392 bytes in 43ms
V/MmsProvider( 2645): Query uri=content://mms, match=0
I/Database( 2794): sqlite returned: error code = 14, msg = cannot open file at source line 25467
I/Database( 2794): sqlite returned: error code = 14, msg = cannot open file at source line 25467
I/Database( 2794): sqlite returned: error code = 14, msg = unable to open database file
E/Database( 2794): CREATE TABLE android_metadata failed
E/Database( 2794): Failed to setLocale() when constructing, closing the database
E/Database( 2794): android.database.sqlite.SQLiteException: unable to open database file
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:2059)
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1927)
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:883)
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:960)
E/Database( 2794): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:953)
E/Database( 2794): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:597)
E/Database( 2794): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203)
E/Database( 2794): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:98)
E/Database( 2794): at com.sec.android.provider.badge.BadgeProvider.update(BadgeProvider.java:124)
E/Database( 2794): at android.content.ContentProvider$Transport.update(ContentProvider.java:216)
E/Database( 2794): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:201)
E/Database( 2794): at android.os.Binder.execTransact(Binder.java:288)
E/Database( 2794): at dalvik.system.NativeStart.run(Native Method)
E/DatabaseUtils( 2794): Writing exception to parcel
E/DatabaseUtils( 2794): android.database.sqlite.SQLiteException: unable to open database file
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:2059)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1927)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:883)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:960)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:953)
E/DatabaseUtils( 2794): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:597)
E/DatabaseUtils( 2794): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203)
E/DatabaseUtils( 2794): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:98)
E/DatabaseUtils( 2794): at com.sec.android.provider.badge.BadgeProvider.update(BadgeProvider.java:124)
E/DatabaseUtils( 2794): at android.content.ContentProvider$Transport.update(ContentProvider.java:216)
E/DatabaseUtils( 2794): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:201)
E/DatabaseUtils( 2794): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils( 2794): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 4450): threadid=10: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime( 4450): FATAL EXCEPTION: Thread-19
E/AndroidRuntime( 4450): android.database.sqlite.SQLiteException: unable to open database file
E/AndroidRuntime( 4450): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:158)
E/AndroidRuntime( 4450): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 4450): at android.content.ContentProviderProxy.update(ContentProviderNative.java:506)
E/AndroidRuntime( 4450): at android.content.ContentResolver.update(ContentResolver.java:707)
E/AndroidRuntime( 4450): at com.android.mms.transaction.MessagingNotification.updateBadgeProvider(MessagingNotification.java:1051)
E/AndroidRuntime( 4450): at com.android.mms.transaction.MessagingNotification.blockingUpdateNewMessageIndicator(MessagingNotification.java:218)
E/AndroidRuntime( 4450): at com.android.mms.transaction.MessagingNotification$1.run(MessagingNotification.java:179)
E/AndroidRuntime( 4450): at java.lang.Thread.run(Thread.java:1096)
I/ ( 2484): dumpmesg > /data/log/dumpstate_app_error.log
W/ActivityManager( 2484): Force finishing activity com.android.mms/.ui.ComposeMessageActivity
W/ActivityManager( 2484): Force finishing activity com.android.mms/.ui.ConversationList
I/dumpstate( 4471): begin​Does anyone have any idea what is going on? Your help is greatly appreciated.
A
Model: GT-I9000M
Firmware: 2.2
Baseband: I9000UGJL2
Kernel: 2.7.32.9 shout.lee(at)SEP-09 #3
Build: FROYO.UGJL2
Well, I got it back again. Here is what I did to get it back for those who get in the same situation.
I used Titanium Backup to backup the [SMS/MMS PREFS] Messaging 2.2, wiped the data and restored it. Looks like there was something corrupt in the preferences or that part of the DB. WTF!!! ((
A

[APP]While porting samsung app to cm10

I'm porting an app from samsung s3 mini to cm10 htc one v
I've deodexed apk and then i'm modding classes.dex to fix problem.
only, i can't open mainactivity i'm getting problem from this smali(MainActivity.smali) and this line.
Landroid/util/GateConfig;->isGateEnabled() -- android.util.GateConfig
Class Def Not Found..
Code:
.line 154
invoke-static {}, Landroid/util/GateConfig;->isGateEnabled()Z
move-result v0
sput-boolean v0, Lcom/sec/android/app/myfiles/MainActivity;->FLAG_SUPPORT_GATE_MESSAGE:Z
return-void
.end method
.method public constructor <init>()V
.registers 4
.prologue
const/4 v2, 0x0
const/4 v1, 0x0
also tried adding util/GateConfig file to out folder but.
when i try run smali.jar for compiling again. i get problems...So, i tried delete half of line 154 smali but now i'm getting
Code:
I/ActivityManager( 1765): Start proc com.sec.android.app.myfiles for activity co
m.sec.android.app.myfiles/.MainActivity: pid=5194 uid=10070 gids={1015, 1023, 30
02}
D/Launcher( 2036): onTrimMemory. Level: 20
E/Trace ( 5194): error opening trace file: No such file or directory (2)
W/dalvikvm( 5194): VFY: register index out of range (2 >= 1)
W/dalvikvm( 5194): VFY: register index out of range (1 >= 1)
W/dalvikvm( 5194): VFY: rejecting opcode 0x5c at 0x000d
W/dalvikvm( 5194): VFY: rejected Lcom/sec/android/app/myfiles/MainActivity;.<cl
init> ()V
W/dalvikvm( 5194): Verifier rejected class Lcom/sec/android/app/myfiles/MainActi
vity;
W/dalvikvm( 5194): Class init failed in newInstance call (Lcom/sec/android/app/m
yfiles/MainActivity;)
D/AndroidRuntime( 5194): Shutting down VM
W/dalvikvm( 5194): threadid=1: thread exiting with uncaught exception (group=0x4
0d83300)
E/AndroidRuntime( 5194): FATAL EXCEPTION: main
E/AndroidRuntime( 5194): java.lang.VerifyError: com/sec/android/app/myfiles/Main
Activity
E/AndroidRuntime( 5194): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 5194): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 5194): at android.app.Instrumentation.newActivity(Instr
umentation.java:1053)
E/AndroidRuntime( 5194): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2090)
E/AndroidRuntime( 5194): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2210)
E/AndroidRuntime( 5194): at android.app.ActivityThread.access$600(Activit
yThread.java:142)
E/AndroidRuntime( 5194): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1208)
E/AndroidRuntime( 5194): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 5194): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5194): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 5194): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1765): Force finishing activity com.sec.android.app.myfiles
/.MainActivity
and last one thing.
Code:
C:\Users\Doğa\HTCONEVAllFiles\Data>adb shell
[email protected]:/ # am start com.sec.android.app.myfiles/.MyFilesSettings
When i try open settings activity via adb.it works..
only main activity don't work.
how can i change line 154 without problems???
or how can i add android.util.GateConfig ??
i need fix for that ??
some developer should help me ??? PLEASE
doga.ozkaraca said:
I'm porting an app from samsung s3 mini to cm10 htc one v
I've deodexed apk and then i'm modding classes.dex to fix problem.
only, i can't open mainactivity i'm getting problem from this smali(MainActivity.smali) and this line.
Landroid/util/GateConfig;->isGateEnabled() -- android.util.GateConfig
Class Def Not Found..
Code:
.line 154
invoke-static {}, Landroid/util/GateConfig;->isGateEnabled()Z
move-result v0
sput-boolean v0, Lcom/sec/android/app/myfiles/MainActivity;->FLAG_SUPPORT_GATE_MESSAGE:Z
return-void
.end method
.method public constructor <init>()V
.registers 4
.prologue
const/4 v2, 0x0
const/4 v1, 0x0
also tried adding util/GateConfig file to out folder but.
when i try run smali.jar for compiling again. i get problems...So, i tried delete half of line 154 smali but now i'm getting
Code:
I/ActivityManager( 1765): Start proc com.sec.android.app.myfiles for activity co
m.sec.android.app.myfiles/.MainActivity: pid=5194 uid=10070 gids={1015, 1023, 30
02}
D/Launcher( 2036): onTrimMemory. Level: 20
E/Trace ( 5194): error opening trace file: No such file or directory (2)
W/dalvikvm( 5194): VFY: register index out of range (2 >= 1)
W/dalvikvm( 5194): VFY: register index out of range (1 >= 1)
W/dalvikvm( 5194): VFY: rejecting opcode 0x5c at 0x000d
W/dalvikvm( 5194): VFY: rejected Lcom/sec/android/app/myfiles/MainActivity;.<cl
init> ()V
W/dalvikvm( 5194): Verifier rejected class Lcom/sec/android/app/myfiles/MainActi
vity;
W/dalvikvm( 5194): Class init failed in newInstance call (Lcom/sec/android/app/m
yfiles/MainActivity;)
D/AndroidRuntime( 5194): Shutting down VM
W/dalvikvm( 5194): threadid=1: thread exiting with uncaught exception (group=0x4
0d83300)
E/AndroidRuntime( 5194): FATAL EXCEPTION: main
E/AndroidRuntime( 5194): java.lang.VerifyError: com/sec/android/app/myfiles/Main
Activity
E/AndroidRuntime( 5194): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 5194): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 5194): at android.app.Instrumentation.newActivity(Instr
umentation.java:1053)
E/AndroidRuntime( 5194): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2090)
E/AndroidRuntime( 5194): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2210)
E/AndroidRuntime( 5194): at android.app.ActivityThread.access$600(Activit
yThread.java:142)
E/AndroidRuntime( 5194): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1208)
E/AndroidRuntime( 5194): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 5194): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5194): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 5194): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 5194): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 5194): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1765): Force finishing activity com.sec.android.app.myfiles
/.MainActivity
and last one thing.
Code:
C:\Users\Doğa\HTCONEVAllFiles\Data>adb shell
[email protected]:/ # am start com.sec.android.app.myfiles/.MyFilesSettings
When i try open settings activity via adb.it works..
only main activity don't work.
how can i change line 154 without problems???
or how can i add android.util.GateConfig ??
i need fix for that ??
some developer should help me ??? PLEASE
Click to expand...
Click to collapse
SOLVED !! THANKS I've SUCCESSFULLY PORTED SAMSUNG GALAXY S3 MİNİ FİLE MANAGER TO CM10/AOKP/AOSP I WİLL RELEASE SOON

LG QuickMemo for CM11

I'm trying to make QuickMemo work on CM... So far it's not going anywhere as I'm kinda noob with Android... And I'm hoping someone with more knowledge can help me!
I copied LGQMemo.apk to /system/priv-app and was able to run it through Secure settings Launch activity and here is what I got in return:
06-11 11:54:48.412 I/ActivityManager( 826): START u0 {flg=0x10000000 cmp=com.lge.QuickClip/.QuickClipActivity} from pid 8370
06-11 11:54:48.422 I/SecureSettings.ActionService( 8370): onHandleIntent::Action Success
06-11 11:54:48.422 V/Zygote ( 8527): Switching descriptor 42 to /dev/null
06-11 11:54:48.422 V/Zygote ( 8527): Switching descriptor 9 to /dev/null
06-11 11:54:48.422 I/ActivityManager( 826): Start proc com.lge.QuickClip for activity com.lge.QuickClip/.QuickClipActivity: pid=8527 uid=10149 gids={50149, 1028, 1015}
06-11 11:54:48.462 I/dalvikvm( 8527): DexOpt: mismatch dep name: '/data/dalvik-cache/[email protected]@[email protected]' vs. '/system/framework/core.odex'
06-11 11:54:48.462 E/dalvikvm( 8527): /system/priv-app/LGQMemo.apk odex has stale dependencies
06-11 11:54:48.462 D/ActivityThread( 8527): handleBindApplication:com.lge.QuickClip
06-11 11:54:48.462 D/ActivityThread( 8527): setTargetHeapUtilization:0.75
06-11 11:54:48.462 D/ActivityThread( 8527): setTargetHeapMinFree:2097152
06-11 11:54:48.462 W/dalvikvm( 8527): Unable to resolve superclass of Lcom/lge/QuickClip/QuickClipActivity; (270)
06-11 11:54:48.462 W/dalvikvm( 8527): Link of class 'Lcom/lge/QuickClip/QuickClipActivity;' failed
06-11 11:54:48.462 D/AndroidRuntime( 8527): Shutting down VM
06-11 11:54:48.462 W/dalvikvm( 8527): threadid=1: thread exiting with uncaught exception (group=0x419b2ce0)
06-11 11:54:48.472 E/AndroidRuntime( 8527): FATAL EXCEPTION: main
06-11 11:54:48.472 E/AndroidRuntime( 8527): Process: com.lge.QuickClip, PID: 8527
06-11 11:54:48.472 E/AndroidRuntime( 8527): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.lge.QuickClip/com.lge.QuickClip.QuickClipActivity}: java.lang.ClassNotFoundException: Didn't find class "com.lge.QuickClip.QuickClipActivity" on path: DexPathList[[zip file "/system/priv-app/LGQMemo.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2120)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2253)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.access$800(ActivityThread.java:145)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.os.Handler.dispatchMessage(Handler.java:102)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.os.Looper.loop(Looper.java:136)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.main(ActivityThread.java:5128)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.reflect.Method.invokeNative(Native Method)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.reflect.Method.invoke(Method.java:515)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at dalvik.system.NativeStart.main(Native Method)
06-11 11:54:48.472 E/AndroidRuntime( 8527): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.lge.QuickClip.QuickClipActivity" on path: DexPathList[[zip file "/system/priv-app/LGQMemo.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
06-11 11:54:48.472 E/AndroidRuntime( 8527): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2111)
06-11 11:54:48.472 E/AndroidRuntime( 8527): ... 12 more
06-11 11:54:48.472 W/ActivityManager( 826): Force finishing activity com.lge.QuickClip/.QuickClipActivity
06-11 11:54:48.472 W/InputMethodManagerService( 826): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
06-11 11:54:48.972 W/ActivityManager( 826): Activity pause timeout for ActivityRecord{424ae208 u0 com.lge.QuickClip/.QuickClipActivity t15 f}
06-11 11:54:49.022 I/Timeline( 1458): Timeline: Activity_idle id: [email protected] time:413509
06-11 11:54:49.482 D/qcom_sensors_hal( 826): hal_sensor1_data_cb: msg_type 2
06-11 11:54:49.922 I/Process ( 8527): Sending signal. PID: 8527 SIG: 9
06-11 11:54:49.932 D/PhoneStatusBar( 1239): disable: < expand icons alerts ticker system_info back home recent CLOCK* search >
06-11 11:54:49.932 W/InputMethodManagerService( 826): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$S[email protected] attribute=null, token = [email protected]
06-11 11:54:49.932 I/ActivityManager( 826): Process com.lge.QuickClip (pid 8527) has died.
Click to expand...
Click to collapse
Since I cannot install it directly, I was wondering why can the Secure Settings find the application and it's main activity but in the logcat it says it cannot be found?
Thanks in advance! (QMemo and QMemo.odex taken from latest CloudyFlex 2.4)
You may want to look for his people got the remote working. Pretty sure it looks for the eula being agreed to before it works
Sent from my LG-VS980 using Tapatalk
Hummm... But wouldn't it need to be shown on the EULA when you first start the system? As I recall, only the remote and VuTalk where shown...
I tried copying some files the the system/framework folder and got a reboot AND system format for free! Had to reinstall CM! Damn! (as I said I'm not a android/linux expert hehehe)

Categories

Resources