Hi
I am new to this, my first ROM was LeeDroid v2.1 and I just updated to 2.1a and I cleared all cache and data.
I use the HTC Mail application, and with both installs I am finding that it is crashing when I attempt to do anything to an email in my exchange account. Some details:
the error I am receiving "The application Mail (process com.htc.android.mail) has stopped unexpectedly. Please try again." I will receive this error when I attempt to read or manipulate an email in the inbox (eg. just hold down on the email to get more options, say to delete it).
As mentioned, this only fails on an exchange email account type. I have another IMAP account setup which works flawlessly.
The AirSync capable email server I am using is CommuniGate Pro, 5.3.9 (if this makes any difference). I checked the server logs and when I do something to an email on the phone no logs are shown which seems to indicate that it is purely a phone/app issue as no request is making it to the server.
THe phone is a HTC Desire, this used to work fine on the original install. eg before I rooted and installed a new ROM.
any ideas? I have tried going to to application manager and "clear data" for mail and re set everything up with no success. My boss also has the exact same setup but his works fine.. :\
Let me know.
Thanks
any ideas how I can diagnosse or solve this problem?
I found the following:
http://developer.android.com/guide/developing/tools/adb.html
and the log from when i click on an email to view it is the following:
VD/AndroidRuntime( 6215): Shutting down VM
W/dalvikvm( 6215): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 6215): FATAL EXCEPTION: main
E/AndroidRuntime( 6215): java.lang.NullPointerException
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime( 6215): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime( 6215): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 6215): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 6215): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 6215): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 6215): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 156): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 156): Activity pause timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/Sensors ( 156): close_akm, fd=71
D/Sensors ( 156): open_akm, fd=130
D/AK8973 ( 135): Compass CLOSE
D/AK8973 ( 135): Compass Start
D/dalvikvm( 156): GC_FOR_MALLOC freed 10679 objects / 1229744 bytes in 152ms
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 156): GC_FOR_MALLOC freed 3661 objects / 1028568 bytes in 109ms
E/ActivityManager( 156): Error running process
E/ActivityManager( 156): java.io.IOException: Error running exec(). Command: [/system/xbin/procrank] Working Directory: null Environment: [ANDROID_SOCKET_zygote=11, ANDROID_BOOTLOGO=1, EXTERNAL_STORAGE=/mnt/sdcard, ANDROID_ASSETS=/system/app, TERMINFO=/system/etc/terminfo, ASEC_MOUNTPOINT=/mnt/asec, PATH=/sbin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar, ANDROID_PROPERTY_WORKSPACE=10,65536, ANDROID_ROOT=/system, LD_LIBRARY_PATH=/system/lib]
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:226)
E/ActivityManager( 156): at java.lang.ProcessBuilder.start(ProcessBuilder.java:201)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.logProcessResult(ActivityManagerService.java:9438)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.access$900(ActivityManagerService.java:155)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService$9.run(ActivityManagerService.java:9615)
E/ActivityManager( 156): Caused by: java.io.IOException: Permission denied
E/ActivityManager( 156): at java.lang.ProcessManager.exec(Native Method)
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:224)
E/ActivityManager( 156): ... 4 more
D/dalvikvm( 6035): GC_EXPLICIT freed 180 objects / 10568 bytes in 73ms
D/webviewglue( 6035): nativeDestroy view: 0x2c5818
W/ActivityManager( 156): Activity destroy timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/dalvikvm( 334): GC_EXPLICIT freed 22 objects / 928 bytes in 63ms
Hi
using abd, I found that /system/xbin/procrank only had the permisisons of rw_r__r__, so I changed it to 777. I now only receive the null pointer exception.
D/PowerManagerService( 154): New lightsensor value:160, lcdValue:160
D/AndroidRuntime(10795): Shutting down VM
W/dalvikvm(10795): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime(10795): FATAL EXCEPTION: main
E/AndroidRuntime(10795): java.lang.NullPointerException
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime(10795): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime(10795): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime(10795): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime(10795): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(10795): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(10795): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime(10795): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(10795): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 154): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 22722 objects / 3414352 bytes in 129ms
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 154): Activity pause timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
I/ActivityManager( 154): No longer want com.htc.htcMessageUploader (pid 9900): hidden #16
I/ActivityManager( 154): No longer want com.google.android.gm (pid 9934): hidden #16
I/ActivityManager( 154): No longer want com.htc.BugReport (pid 9891): hidden #16
I/ActivityManager( 154): No longer want com.ebay.mobile:remote (pid 9884): hidden #16
I/ActivityManager( 154): No longer want com.nodeplus.android.nodecon (pid 8279): hidden #16
I/ActivityManager( 154): No longer want com.google.android.googlequicksearchbox (pid 8703): hidden #16
I/ActivityManager( 154): No longer want com.keramidas.TitaniumBackup (pid 8695): hidden #16
D/Sensors ( 154): close_akm, fd=27
I/ActivityManager( 154): No longer want com.android.voicedialer (pid 8687): hidden #16
D/AK8973 ( 133): Compass CLOSE
D/dalvikvm( 154): GC_FOR_MALLOC freed 6997 objects / 1147720 bytes in 159ms
W/ContentService( 154): binderDied() at ObserverNode name com.google.android.gsf.gservices
W/ActivityManager( 154): Scheduling restart of crashed service com.nodeplus.android.nodecon/.ReminderService in 5000ms
D/AK8973 ( 133): Compass Start
D/Sensors ( 154): open_akm, fd=131
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 7943 objects / 996312 bytes in 109ms
I/BatteryStatsImpl( 154): notePhoneSignalStrengthLocked: 4->3
I/ActivityManager( 154): Start proc com.nodeplus.android.nodecon for service com.nodeplus.android.nodecon/.ReminderService: pid=10837 uid=10102 gids={1015}
I/Process (10795): Sending signal. PID: 10795 SIG: 9
W/ContentService( 154): binderDied() at ObserverNode name com.android.contacts
I/ActivityManager( 154): Process com.htc.android.mail (pid 10795) has died.
I/WindowManager( 154): WIN DEATH: Window{46c7f8b8 com.htc.android.mail/com.htc.android.mail.MailListTab paused=false}
W/ContentService( 154): binderDied() at ObserverNode name read
W/ContentService( 154): binderDied() at ObserverNode name default
W/ContentService( 154): binderDied() at ObserverNode name moveMail
W/ContentService( 154): binderDied() at ObserverNode name deleteMail
W/ContentService( 154): binderDied() at ObserverNode name markStar
D/WindowManager( 154): I'm tired mEndcallBehavior=0x2
I/power ( 154): *** set_screen_state 0
V/KeyguardViewMediator( 154): password timeout delay 297928ms
D/KeyguardViewManager( 154): show()
D/HtcLockScreen( 154): onScreenRestart
I/HtcLockScreen( 154): updateStatusViewByPriority, mIsSimCheckView = false, mIsBatteryInfo = false, mIsMusicPlaying = false, mIsAirPlaneMode = false
I/HtcLockScreen( 154): HtcLockScreennResume
D/StatusBar( 154): DISABLE_EXPAND: yes
D/Sensors ( 154): close_akm, fd=131
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/WifiService( 154): ACTION_SCREEN_OFF
D/WifiService( 154): setting ACTION_DEVICE_IDLE timer for 900000ms
V/AlarmManager( 154): Adding Alarm{46b44340 type 0 android} Oct 11 12:52:22 pm
D/Sensors ( 154): open_akm, fd=131
D/Sensors ( 154): close_akm, fd=131
V/AlarmManager( 154): Adding Alarm{46c346f0 type 2 org.sipdroid.sipua} Jan 03 08:04:06 am
D/SurfaceFlinger( 154): About to give-up screen, flinger = 0xb4820
D/AK8973 ( 133): Compass CLOSE
W/ActivityManager( 154): Activity destroy timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
D/dalvikvm( 6101): GC_EXPLICIT freed 3303 objects / 208216 bytes in 59ms
D/dalvikvm( 470): GC_EXPLICIT freed 762 objects / 49600 bytes in 46ms
D/dalvikvm( 311): GC_EXPLICIT freed 19 objects / 904 bytes in 77ms
D/dalvikvm( 397): GC_EXPLICIT freed 488 objects / 22544 bytes in 68ms
D/dalvikvm( 8714): GC_EXPLICIT freed 2732 objects / 138728 bytes in 62ms
can anyone help with this?
I have managed to resolve this issue, there was a problem with a settings file for my email account on the server.. I removed this, made the server recreate the file and now it works fine.
Thanks
For some reason my wireless tether is borked, i can still do wired tether, but not wireless, not with a app, nor with sprint's hotspot, worked last on this past monday, but not since, sure i think it something i may have done, but no clue as to what, my device's detect the signal but will not connect, pc nor tab will, and on the evo when i run the wifi tether app it show's .4kb down, and .2kb up.
yes i have tried searching to no avail, i have also tried switching to another rom, even going as far as doing a nand restore.
i have also tried to re-install binaries/ config in wireless tether app, but i get a message saying binaries installed, but when i go to start tether it still show's .4 down, and .2 up.
please help.
here's the logcat, sorry it's huge, but i really need help on this.
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40187, normalSync: true
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected]/1354137762787229696/messages(null, null)
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/messages/[email protected]/23(null, null)
D/dalvikvm( 4959): GC_FOR_MALLOC freed 3346 objects / 231608 bytes in 51ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 3765 objects / 486600 bytes in 48ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 5166 objects / 425872 bytes in 51ms
D/GoogleLoginService( 405): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
D/dalvikvm( 4959): GC_FOR_MALLOC freed 3922 objects / 617216 bytes in 119ms
I/ActivityManager( 232): Displayed activity com.google.android.gm/.ComposeActivity: 1490 ms (total 1490 ms)
D/dalvikvm( 329): GC_EXPLICIT freed 1034 objects / 42240 bytes in 125ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 606 objects / 275656 bytes in 116ms
D/dalvikvm( 329): GC_FOR_MALLOC freed 32 objects / 119544 bytes in 107ms
D/dalvikvm( 329): GC_EXPLICIT freed 206 objects / 125560 bytes in 113ms
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/dalvikvm( 4959): GC_FOR_MALLOC freed 1445 objects / 422328 bytes in 52ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 1216 objects / 194000 bytes in 47ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 4 objects / 130904 bytes in 48ms
V/EmptyService( 4959): onCreate()
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected](, null)
D/GoogleLoginService( 405): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected](, null)
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
D/PeopleApp( 392): Auto requerying AllPeopleCursor due to update - 28 contacts
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40187, normalSync: true
D/dalvikvm( 4959): GC_FOR_MALLOC freed 3572 objects / 406104 bytes in 62ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 478 objects / 107680 bytes in 50ms
I/dalvikvm-heap( 4959): Grow heap (frag case) to 4.134MB for 172728-byte allocation
D/dalvikvm( 4959): GC_FOR_MALLOC freed 0 objects / 0 bytes in 57ms
D/dalvikvm( 4959): GC_FOR_MALLOC freed 208 objects / 418304 bytes in 47ms
W/KeyCharacterMap( 4959): No keyboard for id 65540
W/KeyCharacterMap( 4959): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
W/ResponseProcessCookies( 4959): Cookie rejected: "[version: 0][name: GX][value: DQAAAJAAAAAbL2gAaAtiUY7FopPQsbx7zbnbYwpU0ioPCi4N58IpZDSibdP6IjRcJ5BlQ_R73u2uI1_k5MALTf0kerFd1Mv0pS2WdZfCZxdTP6GtHUGoHEJWu7CrgmqyWn_scYfuTH5r7DyQqzwR_jibPocdliV4JDcNov6Kb4G66xjV0oERAXGs2GOP1QThavSfDf0NPtI][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Fri Dec 17 16:30:48 EST 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
D/dalvikvm( 4959): GC_EXPLICIT freed 1384 objects / 402904 bytes in 56ms
D/Sensors ( 232): close_akm, fd=120
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
I/dalvikvm( 4959): Jit: resizing JitTable from 8192 to 16384
D/AK8973 ( 183): Compass CLOSE
I/ClockWidget( 1030): clear cache
I/ClockWidget( 1030): clearAnimations~
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
D/ClockWidget( 1030): applyRotationTest~ mHour:4 mOldHour:4
D/ClockWidget( 1030): applyRotationTest~ mMin:31 mOldMinutes:30
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
D/ClockWidget( 1030): myOnNotifyWidgetPause:30
I/ClockWidget( 1030): setPause~ mPaused:true
D/AK8973 ( 183): Compass Start
D/Sensors ( 232): open_akm, fd=132
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected](, null)
D/GoogleLoginService( 405): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
I/ActivityManager( 232): Displayed activity com.google.android.gm/.ConversationListActivity: 332 ms (total 396 ms)
W/KeyCharacterMap( 4959): No keyboard for id 65540
W/KeyCharacterMap( 4959): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:90
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
I/ContactWidgetXL( 1030): Favorites changed from intent: android.intent.action.SYNC_STATE_CHANGED, status: false, group: null
I/ContactWidgetXL( 1030): Favorites changed from intent: (Old) null, Group delete: false, person ID: -1
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
W/ResponseProcessCookies( 4959): Cookie rejected: "[version: 0][name: GX][value: DQAAAJIAAAC-u8e6rGOBPKklKAG9eEm0BNoGWoJCx-BjuGbKmw-ZkAg_FrUv6czsCsQKvNPJyjNN6lXvsvh06ZK3iItR-VeQc5ZGXpV5foatHwdabWEpaQQHbS64MTDeMZwR8kExg8LSAZC9FLe8Fe-L26UiiiTpoaohMqhD9FTWErQm_iYUzrUn7C7bmhm1kPXHgnSPBU_EFUIFCJgpkdnyt-9Azkko][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Fri Dec 17 16:30:52 EST 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
D/dalvikvm( 4959): GC_EXPLICIT freed 5605 objects / 254968 bytes in 65ms
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
I/ContactWidgetXL( 1030): Favorites changed from intent: android.intent.action.SYNC_STATE_CHANGED, status: false, group: null
I/ContactWidgetXL( 1030): Favorites changed from intent: (Old) null, Group delete: false, person ID: -1
W/KeyCharacterMap( 4959): No keyboard for id 65540
W/KeyCharacterMap( 4959): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/PowerManagerService( 232): New lightsensor value:10, lcdValue:160
D/dalvikvm( 232): GC_EXPLICIT freed 25612 objects / 1130856 bytes in 129ms
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/settings/[email protected](null, null)
I/ActivityManager( 232): Displayed activity com.google.android.gm/.LabelsActivity: 418 ms (total 418 ms)
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:90
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected](label:^r, null)
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
D/GoogleLoginService( 405): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
I/ActivityManager( 232): Displayed activity com.google.android.gm/.ConversationListActivity: 358 ms (total 384 ms)
D/PowerManagerService( 232): New lightsensor value:10, lcdValue:160
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
W/ResponseProcessCookies( 4959): Cookie rejected: "[version: 0][name: GX][value: DQAAAJIAAACg10CSudf6veLGUVUx2XNYszj5yCUO10HNaNILMP_3dXcxx07Z8mVUwYGZwbzCgFFjfa8e-S4MAGwn96vjtiJci8ewn1XPPUZhu8FkKdzdz7X-JABbB_FknCOHeuma1clCxF31cIoTVa0ouPot36ouctDpPZ7Ky0nZzpbmHU8i1pCxn5MTc8NldrSLuJJjhkumGoZ4jyyOYmof5s6pMiuO][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Fri Dec 17 16:31:08 EST 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
D/dalvikvm( 4959): GC_EXPLICIT freed 6282 objects / 311528 bytes in 78ms
I/Gmail ( 4959): getStartSyncRequest: handledServerOpId: 40188, upperFetchedConvoId: 1352709232079667200, lowerFetchedConvoId: 0, ackedClientOp: 145
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/settings/[email protected](null, null)
W/ResponseProcessCookies( 4959): Cookie rejected: "[version: 0][name: GX][value: DQAAAJAAAAAPcngJVcsT5zD0-536wKJMVjlB_dTjeBcnDDdGsaQ6y2w4jRbDvH5CZi22QHrBjussY88Xbz15kh1dP-tehQ4igySu1h7fr2nMJg9ZOgjbjYvro96Ec142fEYxq0BfhwIV9SdA5W8wMQPXs-LGUkOqH4u9gQls0kMyLZoc9veVih0a7EsXHH2pwM30ZG4jX0w][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Fri Dec 17 16:31:09 EST 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
D/Gmail ( 4959): handleLabelsValues: receiving set of 22 labels
I/Gmail ( 4959): checkLabelsSets changed the label sets to: included([^^out, ^r]), partial([^i, ^f]), all([^i, ^g, ^f, ^vm, ^k, ^iim, ^all, ^io_im, ^sps, ^act, ^b, ^ig, ^p, ^o, notes, ^t, ^u, ^punsub, ^r, bills, ^unsub, ^s])
D/dalvikvm( 4959): GC_EXPLICIT freed 5500 objects / 242800 bytes in 52ms
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
D/Gmail ( 4959): MailProvider.query: content://gmail-ls/conversations/[email protected](label:^r, null)
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
D/GoogleLoginService( 405): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
D/Gmail ( 4959): SETTING ACCOUNT, USER:[email protected]
I/ActivityManager( 232): Displayed activity com.google.android.gm/.ConversationListActivity: 381 ms (total 428 ms)
W/KeyCharacterMap( 4959): No keyboard for id 65540
W/KeyCharacterMap( 4959): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/Gmail ( 4959): Validating Notification: mapSize:0 getAttention:false
I/ContactWidgetXL( 1030): Favorites changed from intent: android.intent.action.SYNC_STATE_CHANGED, status: false, group: null
I/ContactWidgetXL( 1030): Favorites changed from intent: (Old) null, Group delete: false, person ID: -1
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40188, normalSync: true
W/ResponseProcessCookies( 4959): Cookie rejected: "[version: 0][name: GX][value: DQAAAJAAAAD8iCX5Dnxs6LLcSEaGv_usQEPg5bWzKCwwqP3SCzc_NwsUKD-vH8554jVjebXPukGLufHhl88H1l2gpoiON9cdQPJnpr7DkQAPmjUbDeidHiA91kiawSKjlC4Fek_4QLIOYAUhRdvYRvO-1MJBaNw4bNcCh6vf9r-aXal0Jj5xSzV-Cx88dEJ26RcoSfnzFlk][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Fri Dec 17 16:31:14 EST 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.google.com"
D/dalvikvm( 4959): GC_EXPLICIT freed 3919 objects / 185400 bytes in 69ms
I/Gmail ( 4959): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 40194, normalSync: true
I/ContactWidgetXL( 1030): Favorites changed from intent: android.intent.action.SYNC_STATE_CHANGED, status: false, group: null
I/ContactWidgetXL( 1030): Favorites changed from intent: (Old) null, Group delete: false, person ID: -1
D/Sensors ( 232): close_akm, fd=132
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
D/AK8973 ( 183): Compass CLOSE
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
I/ClockWidget( 1030): clear cache
D/ClockWidget( 1030): applyRotationTest~ mHour:4 mOldHour:4
D/ClockWidget( 1030): applyRotationTest~ mMin:31 mOldMinutes:31
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
D/WindowManager( 232): I'm tired mEndcallBehavior=0x2
I/power ( 232): *** set_screen_state 0
V/KeyguardViewMediator( 232): password timeout delay 298825ms
D/KeyguardViewManager( 232): show()
D/ClockWidget( 1030): myOnNotifyWidgetPause:30
I/ClockWidget( 1030): setPause~ mPaused:true
D/SurfaceFlinger( 232): About to give-up screen, flinger = 0x16c5a8
V/ConnLib ( 470): Screen Off
I/Process ( 232): Sending signal. PID: 4959 SIG: 9
I/Process ( 232): Sending signal. PID: 5009 SIG: 9
W/ContentService( 232): binderDied() at ObserverNode name com.google.android.gsf.gservices
W/ContentService( 232): binderDied() at ObserverNode name gmail-ls
W/ContentService( 232): binderDied() at ObserverNode name gmail-ls
D/ContactWidgetXL( 1030): Received intent:android.intent.action.SCREEN_OFF
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 232): isUsbConnected() = false
D/BatteryService( 232): mPlugType = 0
E/Tethering( 232): attempting to remove unknown iface (usb0), ignoring
D/KeyguardViewMediator( 232): wakeWhenReadyLocked(26)
D/KeyguardViewMediator( 232): handleWakeWhenReady(26)
D/KeyguardViewMediator( 232): pokeWakelock(15000)
I/power ( 232): *** set_screen_state 1
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:50
V/KeyguardViewMediator( 232): password timeout delay 237605ms
D/dalvikvm( 347): GC_FOR_MALLOC freed 12173 objects / 604000 bytes in 375ms
I/ClockWidget( 1030): clearAnimations~
I/ClockWidget( 1030): prepareAnimation~ mOldHour:3 mOldMinutes:30
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/WimaxService( 232): onReceive SCREEN_ON
I/WimaxStateTracker( 232): handleScreenOn : Wimax is not enabled
D/SurfaceFlinger( 232): Screen about to return, flinger = 0x16c5a8
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
V/ConnLib ( 470): Screen On
I/ClockWidget( 1030): clearAnimations~
I/ClockWidget( 1030): prepareAnimation~ mOldHour:3 mOldMinutes:30
D/ContactWidgetXL( 1030): Received intent:android.intent.action.SCREEN_ON
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:90
W/KeyCharacterMap( 232): No keyboard for id 65540
W/KeyCharacterMap( 232): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/KeyguardViewMediator( 232): pokeWakelock(15000)
D/KeyguardViewMediator( 232): pokeWakelock(15000)
D/KeyguardViewManager( 232): hide()
I/ClockWidget( 1030): lock screen onReceive~
I/ClockWidget( 1030): checkToPlayWWP~ isWidgetOnResume:false mResumeNotifyCaused:30 mCallState:0 mUiStateAUSED
D/ClockWidget( 1030): myOnNotifyWidgetPause:50
I/ClockWidget( 1030): setPause~ mPaused:true
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
D/FacebookReceiver( 1152): Intent.ACTION_USER_PRESENT SyncInterval=7200000,currTime=1291411956055
D/FacebookReceiver( 1152): Intent.ACTION_USER_PRESENT lastStreamSyncTime=1291411956056,lastFriendSyncTime=1288378080467
D/FacebookReceiver( 1152): start com.htc.socialnetwork.facebook.remote.FacebookSyncService
I/ClockWidget( 1030): clear cache
I/ClockWidget( 1030): startAnimation~
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
I/ClockWidget( 1030): checkToPlayWWP~ delayTime:881
I/ClockWidget( 1030): startWWPAnimation~ play
I/ClockWidget( 1030): uiStartWWPAnimation~ mDfMode:7 icon_x:153 icon_y:199 icon_w:175 icon_h:165
D/ClockWidget( 1030): myOnNotifyWidgetPause:20
I/ClockWidget( 1030): setPause~ mPaused:true
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:20
D/dalvikvm( 949): GC_EXPLICIT freed 1549 objects / 368168 bytes in 60ms
D/ClockWidget( 1030): myOnNotifyWidgetPause:20
I/ClockWidget( 1030): setPause~ mPaused:true
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
V/ContactWidgetXL( 1030): handleMessage: WHAT_ON_RESUMEtrue false
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
D/AK8973 ( 183): Compass Start
D/Sensors ( 232): open_akm, fd=137
E/MediaScannerService( 1393): Failed to delete file /data/data/com.android.providers.media/pause_scan
D/su ( 5059): 10081 com.speedsoftware.rootexplorer executing 0 /system/bin/sh using shell /system/bin/sh : sh
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 5048): GC_FOR_MALLOC freed 4709 objects / 317888 bytes in 47ms
I/ActivityManager( 232): Displayed activity com.speedsoftware.rootexplorer/.RootExplorer: 1649 ms (total 1649 ms)
D/dalvikvm( 1030): GC_FOR_MALLOC freed 56192 objects / 2092512 bytes in 180ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 3200 objects / 206640 bytes in 69ms
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 294 objects / 19488 bytes in 81ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
I/ConnLib ( 470): Enter network idle mode
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 7617 objects / 437312 bytes in 84ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/dalvikvm( 677): GC_EXPLICIT freed 3592 objects / 184192 bytes in 83ms
I/dalvikvm( 5048): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7411 objects / 429576 bytes in 64ms
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 2595 objects / 162488 bytes in 95ms
D/dalvikvm( 1152): GC_EXPLICIT freed 708 objects / 45272 bytes in 51ms
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 232): isUsbConnected() = false
D/BatteryService( 232): mPlugType = 0
E/Tethering( 232): attempting to remove unknown iface (usb0), ignoring
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 727): GC_EXPLICIT freed 6704 objects / 360584 bytes in 96ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 9165 objects / 543456 bytes in 61ms
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 3719 objects / 246784 bytes in 68ms
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7517 objects / 553344 bytes in 49ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 2923 objects / 187232 bytes in 59ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7808 objects / 531696 bytes in 47ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
D/dalvikvm( 5177): Album will have a 32MB heap
W/dalvikvm( 5177): Refusing to reopen boot DEX '/system/framework/com.htc.framework.jar'
D/ViewImage( 5177): onCreate ViewImage ver[2.0.0171]
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Begin
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: IsOnline: false
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Image: file:///sdcard/DCIM/.thumbnails/1291389247898.jpg
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: End
D/ViewImage( 5177): [HTCAlbum][ViewImage][ShowViewImageWorker]: has storage: true, disable SDcard: false
I/webkit_GifImageParser( 5177): Enter android_webkit_GIFImageParser_nativeBegin
I/webkit_GifImageParser( 5177): sizeof ImageDecoder=68 sizeof RGBA32Buffer=120
I/webkit_GifImageParser( 5177): gifdecoder new:0x29d550
W/webkit_GifImageParser( 5177): LEAVE android_webkit_GIFImageParser_nativeBegin
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: Begin
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: End
D/FullScreenView( 5177): init position 0
V/FullScreenView( 5177): full screen list count = 1
I/FullScreenView( 5177): compared path file:///sdcard/DCIM/.thumbnails/1291389247898.jpg
D/FullScreenView( 5177): is it view single image? true
D/FullScreenView( 5177): image index=0, uri=file:///sdcard/DCIM/.thumbnails/1291389247898.jpg, path=/sdcard/DCIM/.thumbnails/1291389247898.jpg
V/ImageManager( 5177): view single image file:///sdcard/DCIM/.thumbnails/1291389247898.jpg data available 14547
I/ImageManager( 5177): view single image, file resolution 400 240
D/dalvikvm( 5177): GC_EXTERNAL_ALLOC freed 2720 objects / 191216 bytes in 42ms
V/ImageManager( 5177): B: got bitmap [email protected] with sampleSize 1
I/ActivityManager( 232): Displayed activity com.htc.album/.ViewImage: 430 ms (total 430 ms)
D/FullScreenView( 5177): ------------- start load full image -----------------
D/BitmapUtil( 5177): ###########CameraUtil JNI_ONLOAD#########
V/ImageManager( 5177): inputStream is {ParcelFileDescriptor: [email protected]} mUri file:///sdcard/DCIM/.thumbnails/1291389247898.jpg available data 14547
V/ImageManager( 5177): bitmap is loaded success
D/FullScreenView( 5177): drop full image.
I/ConnLib ( 470): Enter network idle mode
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][handleTouchEvent]: ACTION_UP
I/ConnLib ( 470): Enter network idle mode
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][handleTouchEvent]: ACTION_UP
W/KeyCharacterMap( 5177): No keyboard for id 65540
W/KeyCharacterMap( 5177): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/ViewImage( 5177): onPause ViewImage ver[2.0.0171]
D/ScaladoLib( 5177): ###########CameraUtil JNI_ONLOAD#########
D/FullScreenView( 5177): raise all threads priority to high
D/dalvikvm( 5177): GC_EXPLICIT freed 813 objects / 79000 bytes in 48ms
D/ViewImage( 5177): onDestroy ViewImage ver[2.0.0171]
D/ViewImage( 5177): onCreate ViewImage ver[2.0.0171]
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Begin
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: IsOnline: false
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Image: file:///sdcard/DCIM/.thumbnails/1291389248559.jpg
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: End
D/ViewImage( 5177): [HTCAlbum][ViewImage][ShowViewImageWorker]: has storage: true, disable SDcard: false
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: Begin
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: End
D/FullScreenView( 5177): init position 0
V/FullScreenView( 5177): full screen list count = 1
I/FullScreenView( 5177): compared path file:///sdcard/DCIM/.thumbnails/1291389248559.jpg
D/FullScreenView( 5177): is it view single image? true
D/FullScreenView( 5177): image index=0, uri=file:///sdcard/DCIM/.thumbnails/1291389248559.jpg, path=/sdcard/DCIM/.thumbnails/1291389248559.jpg
V/ImageManager( 5177): view single image file:///sdcard/DCIM/.thumbnails/1291389248559.jpg data available 1727
I/ImageManager( 5177): view single image, file resolution 64 64
V/ImageManager( 5177): B: got bitmap [email protected] with sampleSize 1
D/FullScreenView( 5177): ------------- start load full image -----------------
V/ImageManager( 5177): inputStream is {ParcelFileDescriptor: [email protected]} mUri file:///sdcard/DCIM/.thumbnails/1291389248559.jpg available data 1727
V/ImageManager( 5177): bitmap is loaded success
D/FullScreenView( 5177): drop full image.
I/ActivityManager( 232): Displayed activity com.htc.album/.ViewImage: 308 ms (total 308 ms)
W/KeyCharacterMap( 5177): No keyboard for id 65540
W/KeyCharacterMap( 5177): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/ViewImage( 5177): onPause ViewImage ver[2.0.0171]
D/FullScreenView( 5177): raise all threads priority to high
D/dalvikvm( 5177): GC_EXPLICIT freed 804 objects / 64272 bytes in 89ms
D/dalvikvm( 5048): GC_FOR_MALLOC freed 6998 objects / 461880 bytes in 54ms
D/ViewImage( 5177): onDestroy ViewImage ver[2.0.0171]
D/ViewImage( 5177): onCreate ViewImage ver[2.0.0171]
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Begin
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: IsOnline: false
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: Image: file:///sdcard/DCIM/.thumbnails/1291389248325.jpg
D/ViewImage( 5177): [HTCAlbum][ViewImage][ShowViewImageWorker]: has storage: true, disable SDcard: false
D/ViewImage( 5177): [HTCAlbum][ViewImage][onResume]: End
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: Begin
D/FullScreenView( 5177): [HTCAlbum][FullScreenView][initFullScreenView]: End
D/FullScreenView( 5177): init position 0
V/FullScreenView( 5177): full screen list count = 1
I/FullScreenView( 5177): compared path file:///sdcard/DCIM/.thumbnails/1291389248325.jpg
D/FullScreenView( 5177): is it view single image? true
D/FullScreenView( 5177): image index=0, uri=file:///sdcard/DCIM/.thumbnails/1291389248325.jpg, path=/sdcard/DCIM/.thumbnails/1291389248325.jpg
V/ImageManager( 5177): view single image file:///sdcard/DCIM/.thumbnails/1291389248325.jpg data available 11698
I/ImageManager( 5177): view single image, file resolution 320 240
V/ImageManager( 5177): B: got bitmap [email protected] with sampleSize 1
D/FullScreenView( 5177): ------------- start load full image -----------------
V/ImageManager( 5177): inputStream is {ParcelFileDescriptor: [email protected]} mUri file:///sdcard/DCIM/.thumbnails/1291389248325.jpg available data 11698
V/ImageManager( 5177): bitmap is loaded success
D/FullScreenView( 5177): drop full image.
I/ActivityManager( 232): Displayed activity com.htc.album/.ViewImage: 293 ms (total 293 ms)
W/KeyCharacterMap( 5177): No keyboard for id 65540
W/KeyCharacterMap( 5177): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/ViewImage( 5177): onPause ViewImage ver[2.0.0171]
D/FullScreenView( 5177): raise all threads priority to high
D/dalvikvm( 5177): GC_EXPLICIT freed 1172 objects / 89328 bytes in 55ms
D/ViewImage( 5177): onDestroy ViewImage ver[2.0.0171]
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 8364 objects / 573800 bytes in 47ms
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 913 objects / 79568 bytes in 58ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7844 objects / 523312 bytes in 49ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 8006 objects / 555288 bytes in 53ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7287 objects / 524832 bytes in 49ms
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/dalvikvm( 5048): GC_FOR_MALLOC freed 6757 objects / 481520 bytes in 47ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/dalvikvm( 949): GC_EXPLICIT freed 1103 objects / 55696 bytes in 93ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7352 objects / 550128 bytes in 49ms
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 1091): GC_EXPLICIT freed 5303 objects / 285008 bytes in 42ms
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7566 objects / 536784 bytes in 50ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 6009 objects / 422136 bytes in 86ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 330): GC_EXPLICIT freed 1610 objects / 65384 bytes in 93ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/Sensors ( 232): close_akm, fd=137
I/HtcMusic( 5324): widthPixels 480 heightPixels 800
I/MyGallery( 5324): borranx : widthPixels 480 heightPixels 800
D/AK8973 ( 183): Compass CLOSE
D/dalvikvm( 5324): GC_EXTERNAL_ALLOC freed 1327 objects / 99424 bytes in 40ms
I/HtcMusic( 5324): borranx MyGallery.QVGA 2
D/HtcMusic( 5324): onResume
I/MusicUtils( 5324): internal memory: 292990976
D/HtcMusic( 5324): onResume finished
D/MediaPlaybackService( 5324): onCreate
I/MediaPlayer( 5324): MediaPlayer
D/MediaPlayer( 5324): hasHDMIPermission: -1
D/MediaPlayer( 5324): registerHDMINotification
I/global ( 5324): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
E/HDMIStatusObserver( 5324): status: UNPLUG
D/MediaPlayer( 5324): isHDMIPlug(): false
E/MediaPlayer( 5324): onHDMIStateChanged
E/MediaPlayer( 5324): hdmi_setting not found!
D/MediaPlayer( 5324): getHDMIResolution: 00
D/MediaPlaybackService( 5324): reloadQueue(), (q != null && q.length() > 1)...
D/MediaPlaybackService( 5324): setCategory(0, -1, -1, -2, , -1)
D/MediaPlaybackService( 5324): setDataSource path=content://media/external/audio/media/297
I/MediaPlayer( 5324): MediaPlayer reset()
I/MediaPlayer( 5324): MediaPlayer setDataSource(context, uri)
I/MediaPlayer( 5324): MediaPlayer setDataSource(context, uri,headers)
V/MediaPlayerService( 178): Client(2) constructor
V/MediaPlayerService( 178): Create new client(2) from pid 5324, fd=13, offset=0, length=576460752303423487
V/MediaPlayerService( 178): setDataSource fd=13, offset=0, length=576460752303423487
V/MediaPlayerService( 178): st_dev = 45825
V/MediaPlayerService( 178): st_mode = 32829
V/MediaPlayerService( 178): st_uid = 1000
V/MediaPlayerService( 178): st_gid = 1015
V/MediaPlayerService( 178): st_size = 9483274
V/MediaPlayerService( 178): calculated length = 9483274
V/AudioCache( 178): We only support url check function now.
V/AudioCache( 178): isQCPFileFormat() url=(null)
V/MediaPlayerService( 178): player type = 4
D/MediaPlayerService( 178): player type = STAGEFRIGHT_PLAYER
V/MediaPlayerService( 178): create StagefrightPlayer
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] setDataSource (320)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] setDataSource_l (340)
D/MediaExtractor( 178): [U5B] Create (47)
V/MediaExtractor( 178): Autodetected media content as 'video/mpeg4' with confidence 0.50
D/AwesomePlayer( 178): [U5B] setDataSource_l (351)
D/MediaPlaybackService( 5324): setDataSource finished
D/MediaPlaybackService( 5324): prepare
V/MediaPlayerService( 178): [2] setAudioStreamType(3)
V/MediaPlayerService( 178): [2] prepareAsync
V/MediaPlayerService( 178): [2] notify (0x41e00, 5, 0, 0)
V/MediaPlayerService( 178): [2] notify (0x41e00, 1, 0, 0)
D/MediaPlaybackService( 5324): prepare finished
V/MediaPlayerService( 178): getDuration
V/MediaPlayerService( 178): [2] getDuration = 263872
D/MediaPlaybackService( 5324): mMediaPlayer.getDuration(): 263872
D/MediaPlaybackService( 5324): mMediaPlayer.getDuration(): 263872
V/MediaPlayerService( 178): [2] seekTo(52570)
V/MediaPlayerService( 178): [2] notify (0x41e00, 4, 0, 0)
D/MediaPlaybackService( 5324): onCreate finished
V/MediaPlaybackService( 5324): onStartCommand
D/MediaPlaybackService( 5324): MediaPlayback is onBind: null ref count: 1
I/MediaPlayer( 5324): MediaPlayer handleMessage what=5
I/MediaPlayer( 5324): MediaPlayer handleMessage what=1
I/MediaPlayer( 5324): MediaPlayer handleMessage what=4
D/MediaPlaybackService( 5324): onCallStateChanged, mPlayOnNextPrev= false, isPlaying()= false getAudioId()= 297
D/MediaPlaybackService( 5324): CALL_STATE_IDLE, mResumeAfterCall=false
D/HtcMusic( 5324): onServiceConnected classname= ComponentInfo{com.htc.music/com.htc.music.MediaPlaybackService} ,[email protected]f2ebf8
D/MediaPlaybackService( 5324): !!!! @@@@ stop()
I/MediaPlayer( 5324): MediaPlayer reset()
V/MediaPlayerService( 178): [2] reset
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/MediaPlaybackService( 5324): gotoIdleState: mPlayOnNextPrev: false
D/MediaPlaybackService( 5324): setDataSource path=/sdcard/sb2/ring10576.mp3
I/MediaPlayer( 5324): MediaPlayer reset()
V/MediaPlayerService( 178): Client(3) constructor
V/MediaPlayerService( 178): Create new client(3) from pid 5324, url=/sdcard/sb2/ring10576.mp3, connId=3
V/MediaPlayerService( 178): setDataSource(/sdcard/sb2/ring10576.mp3)
V/MediaPlayerService( 178): player type = 4
D/MediaPlayerService( 178): player type = STAGEFRIGHT_PLAYER
V/MediaPlayerService( 178): create StagefrightPlayer
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
V/MediaPlayerService( 178): setDataSource
I/StagefrightPlayer( 178): setDataSource('/sdcard/sb2/ring10576.mp3')
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
V/MediaPlayerService( 178): disconnect(2) from pid 5324
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/MediaPlaybackService( 5324): setDataSource finished
D/MediaPlaybackService( 5324): prepare
V/MediaPlayerService( 178): [3] setAudioStreamType(3)
V/MediaPlayerService( 178): Client(2) destructor pid = 5324
V/AudioSink( 178): close
V/MediaPlayerService( 178): disconnect(2) from pid 5324
V/MediaPlayerService( 178): [3] prepareAsync
D/MediaExtractor( 178): [U5B] Create (47)
V/MediaExtractor( 178): Autodetected media content as 'application/ogg' with confidence 0.20
D/AwesomePlayer( 178): [U5B] setDataSource_l (351)
V/MediaPlayerService( 178): [3] notify (0x3b620, 5, 0, 0)
V/MediaPlayerService( 178): [3] notify (0x3b620, 1, 0, 0)
D/MediaPlaybackService( 5324): prepare finished
D/MediaPlaybackService( 5324): !!!!! @@@@@ play() - 1
D/MediaPlaybackService( 5324): requestAudioFocus
I/AudioService( 232): AudioFocus requestAudioFocus() from [email protected][email protected]
D/MediaPlaybackService( 5324): call play() and mediaplayer is initialized
D/MediaPlaybackService( 5324): play() mPlayOnNextPrev= true
I/MediaPlayer( 5324): MediaPlayer start()
I/MediaPlayer( 5324): MediaPlayer invoke()
I/StagefrightPlayer( 178): invoke HDMI resoluion= 0
D/AwesomePlayer( 178): setHDMIResolution+
D/AwesomePlayer( 178): mVideoRenderer is null
D/AwesomePlayer( 178): setHDMIResolution-
D/MediaPlayer( 5324): setHDMIResolution: 0 0
V/MediaPlayerService( 178): [3] setLooping(0)
V/MediaPlayerService( 178): [3] setVolume(1.000000, 1.000000)
V/AudioSink( 178): setVolume(1.000000, 1.000000)
V/MediaPlayerService( 178): [3] start
D/AwesomePlayer( 178): [U5B] play (557)
D/AwesomePlayer( 178): [U5B] play_l (563)
V/AudioSink( 178): open(22050, 1, 1, 4)
V/AudioSink( 178): setVolume
V/AudioSink( 178): start
D/AudioPolicyManagerBase( 178): startOutput() output 1, stream 3
I/AudioHardwareQSD( 178): Routing audio to Speakerphone
D/AudioHardwareQSD( 178): Enable ALT for speaker
D/AudioHardwareQSD( 178): ALT batt temp = 264
D/AudioHardwareQSD( 178): Switching audio device to
D/AudioHardwareQSD( 178): Speakerphone
D/AwesomePlayer( 178): [U5B] play_l (636)
D/MediaPlaybackService( 5324): getArtistName(), mCursor is null...
D/MediaPlaybackService( 5324): getTrackName(), mCursor is null...
I/System.out( 5324): borranx before clear child count 0
I/System.out( 5324): borranx after clear child count 0
D/AudioHardwareQSD( 178): Enable ALT for speaker
D/AudioHardwareQSD( 178): ALT batt temp = 264
I/AudioHardwareQSD( 178): AUDIO_START: start kernel pcm_out driver.
W/AudioFlinger( 178): write blocked for 175 msecs, 3 delayed writes, thread 0x15570
D/dalvikvm( 5324): GC_EXTERNAL_ALLOC freed 2438 objects / 153440 bytes in 64ms
D/dalvikvm( 5324): GC_EXTERNAL_ALLOC freed 376 objects / 26472 bytes in 41ms
D/MediaPlaybackService( 5324): getArtistName(), mCursor is null...
D/MediaPlaybackService( 5324): getTrackName(), mCursor is null...
V/MediaPlayerService( 178): getDuration
V/MediaPlayerService( 178): [3] getDuration = 11031
D/MediaPlaybackService( 5324): mMediaPlayer.getDuration(): 11031
V/MediaPlayerService( 178): getCurrentPosition
V/MediaPlayerService( 178): [3] getCurrentPosition = 1556
I/ActivityManager( 232): Displayed activity com.htc.music/.HtcMusic: 1818 ms (total 1818 ms)
I/System.out( 5324): borranx before clear child count 1
I/System.out( 5324): borranx after clear child count 0
D/dalvikvm( 5324): GC_EXTERNAL_ALLOC freed 216 objects / 9600 bytes in 58ms
D/dalvikvm( 5324): GC_EXTERNAL_ALLOC freed 189 objects / 11128 bytes in 59ms
I/MediaPlayer( 5324): MediaPlayer handleMessage what=5
I/MediaPlayer( 5324): MediaPlayer handleMessage what=1
I/HtcMusic( 5324): ==========PLAYSTATE_CHANGED
V/MediaPlayerService( 178): getCurrentPosition
V/MediaPlayerService( 178): [3] getCurrentPosition = 1556
V/MediaPlayerService( 178): getCurrentPosition
V/MediaPlayerService( 178): [3] getCurrentPosition = 1556
V/MediaPlayerService( 178): getCurrentPosition
V/MediaPlayerService( 178): [3] getCurrentPosition = 3065
W/KeyCharacterMap( 5324): No keyboard for id 65540
W/KeyCharacterMap( 5324): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/HtcMusic( 5324): onPause
D/HtcMusic( 5324): onPause finished
D/AK8973 ( 183): Compass Start
D/Sensors ( 232): open_akm, fd=155
D/HtcMusic( 5324): onStop
D/MediaPlaybackService( 5324): !!!! @@@@ stop()
I/MediaPlayer( 5324): MediaPlayer reset()
V/MediaPlayerService( 178): [3] reset
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
W/TimedEventQueue( 178): Event 22 was not found in the queue, already cancelled?
V/AudioSink( 178): stop
V/AudioSink( 178): close
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/MediaPlaybackService( 5324): gotoIdleState: mPlayOnNextPrev: false
D/HtcMusic( 5324): onStop finished
I/System.out( 5324): borranx before clear child count 1
I/System.out( 5324): borranx after clear child count 0
D/HtcMusic( 5324): onDestroy finished
D/MediaPlaybackService( 5324): MediaPlayback is onUnbind: null ref count: 0
D/MediaPlaybackService( 5324): onUnbind mPlayListLen > 0
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
I/AudioHardwareQSD( 178): AudioHardware pcm playback is going to standby.
D/StreamProcess( 178): OutputStreamProcess::ResetAOLC()
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7573 objects / 503088 bytes in 71ms
I/ConnLib ( 470): Enter network idle mode
I/ConnLib ( 470): Enter network idle mode
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 232): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 232): isUsbConnected() = false
D/BatteryService( 232): mPlugType = 0
E/Tethering( 232): attempting to remove unknown iface (usb0), ignoring
I/dalvikvm( 5048): Jit: resizing JitTable from 8192 to 16384
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7068 objects / 443936 bytes in 74ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 9831 objects / 609872 bytes in 53ms
D/dalvikvm( 5048): GC_EXTERNAL_ALLOC freed 2927 objects / 185032 bytes in 78ms
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 7580 objects / 504536 bytes in 49ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
W/KeyCharacterMap( 5048): No keyboard for id 65540
W/KeyCharacterMap( 5048): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 5048): GC_FOR_MALLOC freed 8220 objects / 569848 bytes in 50ms
D/Sensors ( 232): close_akm, fd=155
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
D/AK8973 ( 183): Compass CLOSE
I/ClockWidget( 1030): clear cache
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
I/ClockWidget( 1030): clearAnimations~
D/ClockWidget( 1030): applyRotationTest~ mHour:4 mOldHour:4
D/ClockWidget( 1030): applyRotationTest~ mMin:34 mOldMinutes:32
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
D/ClockWidget( 1030): myOnNotifyWidgetPause:20
I/ClockWidget( 1030): setPause~ mPaused:true
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
D/AK8973 ( 183): Compass Start
D/Sensors ( 232): open_akm, fd=155
D/alogcat ( 4070): stopping ...
D/alogcat ( 4070): canceling periodic saves
V/alogcat ( 4070): started
V/alogcat ( 4070): resumed
D/alogcat ( 4070): starting ...
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/dalvikvm( 4070): GC_FOR_MALLOC freed 6607 objects / 432408 bytes in 53ms
W/KeyCharacterMap( 4070): No keyboard for id 65540
W/KeyCharacterMap( 4070): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 2247 objects / 160488 bytes in 61ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 227 objects / 11552 bytes in 44ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 54 objects / 3520 bytes in 41ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 24 objects / 944 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 60 objects / 14752 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 553 objects / 101920 bytes in 40ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 158 objects / 9624 bytes in 50ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 111 objects / 23888 bytes in 54ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 730 objects / 164464 bytes in 42ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 653 objects / 114640 bytes in 43ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 164 objects / 9896 bytes in 41ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 97 objects / 24808 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 18 objects / 1048 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 133 objects / 35848 bytes in 42ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 70 objects / 3408 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 90 objects / 23952 bytes in 40ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 21 objects / 1152 bytes in 39ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 351 objects / 78320 bytes in 40ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 86 objects / 5352 bytes in 39ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 470): GC_EXPLICIT freed 151 objects / 5912 bytes in 89ms
D/dalvikvm( 670): GC_EXPLICIT freed 9585 objects / 272064 bytes in 110ms
V/NotificationService( 232): dual Led off
E/lights ( 232): write ok string=0,len=1
D/MediaPlaybackService( 5324): !!!! @@@@@@@@ onDestroy
E/lights ( 232): write ok string=0,len=1
E/lights ( 232): write ok string=0 0,len=3
E/lights ( 232): write ok string=0,len=1
I/MediaPlayer( 5324): MediaPlayer reset()
I/MediaPlayer( 5324): MediaPlayer release()
D/MediaPlayer( 5324): unregisterHDMINotification
I/global ( 5324): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
E/HDMIStatusObserver( 5324): status: UNPLUG
E/HDMIStatusObserver( 5324): onEvent: false
E/lights ( 232): write ok string=0,len=1
V/MediaPlayerService( 178): disconnect(3) from pid 5324
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
D/AwesomePlayer( 178): [U5B] reset (383)
D/AwesomePlayer( 178): [U5B] reset_l (389)
D/AwesomePlayer( 178): [U5B] reset_l (479)
E/lights ( 232): write ok string=0 0,len=3
V/MediaPlayerService( 178): Client(3) destructor pid = 5324
V/AudioSink( 178): close
V/MediaPlayerService( 178): disconnect(3) from pid 5324
I/AudioService( 232): AudioFocus abandonAudioFocus() from [email protected][email protected]
D/MediaPlaybackService( 5324): onDestroy finished
D/dalvikvm( 405): GC_EXPLICIT freed 4847 objects / 267376 bytes in 104ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/dalvikvm( 1393): GC_EXPLICIT freed 605 objects / 27984 bytes in 99ms
D/dalvikvm( 5048): GC_EXPLICIT freed 1806 objects / 125328 bytes in 113ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/dalvikvm( 329): GC_FOR_MALLOC freed 12705 objects / 510232 bytes in 104ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
V/KeyguardViewMediator( 232): password timeout now
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 1964 objects / 357176 bytes in 56ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
D/dalvikvm( 1030): GC_EXPLICIT freed 25287 objects / 921112 bytes in 129ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 330): GC_EXPLICIT freed 522 objects / 21304 bytes in 90ms
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
D/dalvikvm( 5324): GC_EXPLICIT freed 453 objects / 45712 bytes in 83ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 1228 objects / 160592 bytes in 46ms
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 825 objects / 131304 bytes in 45ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 134 objects / 11592 bytes in 40ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 141 objects / 31000 bytes in 44ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
D/dalvikvm( 1030): GC_EXPLICIT freed 88 objects / 4480 bytes in 107ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 1005 objects / 169176 bytes in 42ms
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 177 objects / 11448 bytes in 39ms
D/dalvikvm( 330): GC_EXPLICIT freed 211 objects / 8688 bytes in 58ms
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/ClockWidget( 1030): weatherClock onReceive~ action:android.intent.action.TIME_TICK mPaused:true
E/ClockWidget( 1030): weatherClock onReceive~ mUseAnimation:true
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 3->2
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/dalvikvm( 4070): GC_EXTERNAL_ALLOC freed 2048 objects / 308560 bytes in 60ms
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/BatteryStatsImpl( 232): notePhoneSignalStrengthLocked: 2->3
V/alogcat ( 4070): save instance
V/alogcat ( 4070): paused
D/Sensors ( 232): close_akm, fd=155
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
D/alogcat ( 4070): stopping ...
D/alogcat ( 4070): stopped
D/AK8973 ( 183): Compass CLOSE
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
I/ClockWidget( 1030): clear cache
I/ClockWidget( 1030): clearAnimations~
D/ClockWidget( 1030): applyRotationTest~ mHour:4 mOldHour:4
D/ClockWidget( 1030): applyRotationTest~ mMin:39 mOldMinutes:34
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
D/ClockWidget( 1030): myOnNotifyWidgetPause:20
I/ClockWidget( 1030): setPause~ mPaused:true
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
V/ContactWidgetXL( 1030): handleMessage: WHAT_ON_RESUMEtrue false
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
D/TETHER -> TetherApplication( 5413): Calling onCreate()
D/TETHER -> TetherApplication( 5413): Current directory is /data/data/android.tether
D/TETHER -> TetherApplication( 5413): Directory '/data/data/android.tether/bin' already exists!
D/TETHER -> TetherApplication( 5413): Directory '/data/data/android.tether/var' already exists!
D/TETHER -> TetherApplication( 5413): Directory '/data/data/android.tether/conf' already exists!
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/TETHER -> MainActivity( 5413): Calling onCreate()
D/dalvikvm( 5413): GC_EXTERNAL_ALLOC freed 3306 objects / 237808 bytes in 41ms
D/dalvikvm( 5413): GC_EXTERNAL_ALLOC freed 482 objects / 31512 bytes in 36ms
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/TETHER -> TetherApplication( 5413): Update-checks are disabled!
D/dalvikvm( 5413): GC_FOR_MALLOC freed 7190 objects / 484776 bytes in 44ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 2630 objects / 525776 bytes in 50ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1980 objects / 500216 bytes in 41ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1842 objects / 492752 bytes in 41ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1895 objects / 495672 bytes in 41ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1886 objects / 495984 bytes in 41ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1805 objects / 490992 bytes in 41ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 1804 objects / 490616 bytes in 41ms
D/dalvikvm( 232): GC_EXPLICIT freed 56747 objects / 3197960 bytes in 264ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 8177 objects / 408528 bytes in 104ms
D/dalvikvm( 5413): GC_EXPLICIT freed 4906 objects / 252592 bytes in 118ms
D/TETHER -> MainActivity( 5413): Calling onResume()
I/ActivityManager( 232): Displayed activity android.tether/.MainActivity: 1939 ms (total 1939 ms)
D/PowerManagerService( 232): New lightsensor value:160, lcdValue:160
W/KeyCharacterMap( 5413): No keyboard for id 65540
W/KeyCharacterMap( 5413): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/TETHER -> MainActivity( 5413): StartBtn pressed ...
I/TETHER -> NativeTask( 5413): Trying to load libnativetask.so
D/dalvikvm( 5413): No JNI_OnLoad found in /system/lib/libnativetask.so 0x46f348d8, skipping init
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/TETHER -> CoreTask( 5413): Writing 331 bytes to file: /data/data/android.tether/conf/tether.conf
D/dalvikvm( 5413): GC_FOR_MALLOC freed 5977 objects / 400864 bytes in 62ms
D/TETHER -> CoreTask( 5413): Writing 195 bytes to file: /data/data/android.tether/conf/dnsmasq.conf
D/TETHER -> CoreTask( 5413): Writing 352 bytes to file: /data/data/android.tether/bin/blue-up.sh
D/TETHER -> TetherApplication( 5413): Creation of configuration-files took ==> 305 milliseconds.
D/TETHER -> CoreTask( 5413): Writing 48 bytes to file: /data/data/android.tether/conf/resolv.conf
D/TETHER -> CoreTask( 5413): Root-Command ==> su -c "/data/data/android.tether/bin/tether start 1"
D/su ( 5423): 10045 /system/bin/sh executing 0 /data/data/android.tether/bin/tether start 1 using shell /system/bin/sh : sh
D/PowerManagerService( 232): New lightsensor value:90, lcdValue:160
I/ClockWidget( 1030): weatherClock handleMessage~ help to check lock
D/ClockWidget( 1030): WHAT_ON_RESUME~ notifyCause:30
I/ClockWidget( 1030): WHAT_ON_RESUME~ NOTIFY_CAUSE_ACTIVITY
D/TETHER -> MainActivity( 5413): Calling onStop()
D/ClockWidget( 1030): WHAT_ON_RESUME_DELAY
I/ClockWidget( 1030): clear cache
D/ClockWidget( 1030): applyRotationTest~ mHour:4 mOldHour:4
D/ClockWidget( 1030): applyRotationTest~ mMin:39 mOldMinutes:39
I/ClockWidget( 1030): updateForecastDateNow~ mFSTDateNow:12/3/2010
D/ClockWidget( 1030): myOnNotifyWidgetPause:20
I/ClockWidget( 1030): setPause~ mPaused:true
W/dalvikvm( 1030): disableGcForExternalAlloc: true
W/dalvikvm( 1030): disableGcForExternalAlloc: false
D/Tethering( 232): eth0 is not a tetherable iface, ignoring
D/AK8973 ( 183): Compass Start
D/Sensors ( 232): open_akm, fd=142
D/alogcat ( 4070): stopping ...
D/alogcat ( 4070): canceling periodic saves
V/alogcat ( 4070): started
V/alogcat ( 4070): resumed
D/alogcat ( 4070): starting ...
I/global ( 5413): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 5413): GC_FOR_MALLOC freed 5940 objects / 453600 bytes in 56ms
D/dalvikvm( 5413): GC_FOR_MALLOC freed 7435 objects / 452880 bytes in 46ms
D/dalvikvm( 5413): GC_EXPLICIT freed 13390 objects / 559456 bytes in 130ms
W/KeyCharacterMap( 4070): No keyboard for id 65540
W/KeyCharacterMap( 4070): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/PowerManagerService( 232): New lightsensor value:40, lcdValue:160
D/dalvikvm( 5413): GC_FOR_MALLOC freed 3462 objects / 219600 bytes in 89ms
does your evo stay connected to the internet when you turn on the wifi tether?
try downloading a file with evo to keep connection active then attempt to access the internet with the connected device
NewZJ said:
does your evo stay connected to the internet when you turn on the wifi tether?
try downloading a file with evo to keep connection active then attempt to access the internet with the connected device
Click to expand...
Click to collapse
i can connect from evo to a wireless router, but can't connect anything to the evo as a wireless router, just tried that out, so i don't think the wireless is in total loss, just the part of using it as a router.
Use a different tether file/.apk. search and u will find. Google it and it should show u different threads leading to it.
Using my HTC Evo phone which I'm using Xda app to post
ruben1221 said:
Use a different tether file/.apk. search and u will find. Google it and it should show u different threads leading to it.
Using my HTC Evo phone which I'm using Xda app to post
Click to expand...
Click to collapse
been there and done that, even with the sprint hotspot, same results.
are you trying to use your phone as a wifi extender? I think the wifi tether might not work properly if your evo is connected to wifi
NewZJ said:
are you trying to use your phone as a wifi extender? I think the wifi tether might not work properly if your evo is connected to wifi
Click to expand...
Click to collapse
no, i only use the app when either on 3g or 4g, never while i'm on wifi myself.
have you tried pre8? reported as working when pre14 fails
NewZJ said:
have you tried pre8? reported as working when pre14 fails
Click to expand...
Click to collapse
ill search and try, but i did have pre13, which was working.
EDIT: your a GOD, thank you so much that worked, just weird that one day it worked on pre13, then next a no go.
read somewhere that enabling wifi will solve this, not sure if it will work for you. I think the thread i read said just enabling it worked for them ... who knows worth a shot I guess.