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
Not quite sure what happened here, but I themed up and made a few minor tweaks to CR_Mod and posted it, and also thought, hey, I'll include the new wifi tether that was just posted. It force closed when I hit start tethering, so I just reverted back to the older version, but when I tried to start it there, that one ALSO force closed.
Any idea why it's force closing? :/
Here's the logcat:
Code:
I/ActivityManager( 170): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=android.tether/.M
ainActivity }
I/ActivityManager( 170): Start proc android.tether for activity android.tether/
.MainActivity: pid=2214 uid=10001 gids={3003, 3002, 3001, 1015}
D/Sensors ( 170): close_akm, fd=108
D/TETHER -> TetherApplication( 2214): Calling onCreate()
D/TETHER -> TetherApplication( 2214): Current directory is /data/data/android.te
ther
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/bin'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/var'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/conf'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/libra
ry' already exists!
D/TETHER -> MainActivity( 2214): Calling onCreate()
D/AK8973 ( 149): Compass CLOSE
D/dalvikvm( 2214): GC freed 1155 objects / 80984 bytes in 157ms
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 2214): GC freed 6100 objects / 467736 bytes in 71ms
D/dalvikvm( 2214): GC freed 1506 objects / 458696 bytes in 52ms
D/dalvikvm( 2214): GC freed 738 objects / 396768 bytes in 48ms
D/dalvikvm( 2214): GC freed 759 objects / 398064 bytes in 47ms
D/dalvikvm( 2214): GC freed 976 objects / 481952 bytes in 47ms
D/dalvikvm( 2214): GC freed 993 objects / 481408 bytes in 47ms
D/dalvikvm( 2214): GC freed 5663 objects / 539888 bytes in 49ms
D/dalvikvm( 2214): GC freed 92 objects / 28328 bytes in 46ms
D/TETHER -> MainActivity( 2214): Calling onResume()
I/ActivityManager( 170): Displayed activity android.tether/.MainActivity: 1147
ms (total 1147 ms)
D/BT HS/HF_S( 242): gsmAsuToSignal=4
D/TETHER -> MainActivity( 2214): StartBtn pressed ...
I/TETHER -> NativeTask( 2214): Trying to load libNativeTask.so
D/dalvikvm( 2214): Trying to load lib /data/data/android.tether/library/libNativ
eTask.so 0x449c0390
I/dalvikvm( 2214): Unable to dlopen(/data/data/android.tether/library/libNativeT
ask.so): Cannot load library: load_library[1051]: Library '/data/data/android.te
ther/library/libNativeTask.so' not found
E/TETHER -> NativeTask( 2214): Could not load libNativeTask.so
D/dalvikvm( 2214): +++ not scanning '/system/lib/libwebcore.so' for 'getProp' (w
rong CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libmedia_jni.so' for 'getProp'
(wrong CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libexif.so' for 'getProp' (wron
g CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libsrec_jni.so' for 'getProp' (
wrong CL)
W/dalvikvm( 2214): No implementation found for native Landroid/tether/system/Nat
iveTask;.getProp (Ljava/lang/String;)Ljava/lang/String;
W/dalvikvm( 2214): threadid=17: thread exiting with uncaught exception (group=0x
4001e398)
E/AndroidRuntime( 2214): Uncaught handler: thread Thread-9 exiting due to uncaug
ht exception
E/AndroidRuntime( 2214): java.lang.UnsatisfiedLinkError: getProp
E/AndroidRuntime( 2214): at android.tether.system.NativeTask.getProp(Nati
ve Method)
E/AndroidRuntime( 2214): at android.tether.system.CoreTask.getProp(CoreTa
sk.java:526)
E/AndroidRuntime( 2214): at android.tether.TetherApplication.updateConfig
uration(TetherApplication.java:268)
E/AndroidRuntime( 2214): at android.tether.TetherApplication.startTether(
TetherApplication.java:361)
E/AndroidRuntime( 2214): at android.tether.MainActivity$3$1.run(MainActiv
ity.java:186)
E/AndroidRuntime( 2214): at java.lang.Thread.run(Thread.java:1102)
I/Process ( 170): Sending signal. PID: 2214 SIG: 3
I/dalvikvm( 2214): threadid=7: reacting to signal 3
I/dalvikvm( 2214): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 170): Added state dump to 1 crashes
D/dalvikvm( 253): GC freed 1579 objects / 271960 bytes in 121ms
D/dalvikvm( 2214): GC freed 609 objects / 35184 bytes in 81ms
I/dalvikvm-heap( 2214): Grow heap (frag case) to 4.413MB for 87396-byte allocati
on
D/dalvikvm( 2214): GC freed 14 objects / 584 bytes in 80ms
I/Process ( 2214): Sending signal. PID: 2214 SIG: 9
I/ActivityManager( 170): Process android.tether (pid 2214) has died.
I/WindowManager( 170): WIN DEATH: Window{44c491f8 android.tether/android.tether
.MainActivity paused=false}
I/WindowManager( 170): WIN DEATH: Window{44cbbe70 Start Tethering paused=false}
D/AK8973 ( 149): Compass Start
D/Sensors ( 170): open_akm, fd=136
E/ActivityManager( 170): fail to set top app changed!
I/UsageStats( 170): Unexpected resume of com.fede.launcher while already resume
d in android.tether
W/InputManagerService( 170): Got RemoteException sending setActive(false) notif
ication to pid 2214 uid 10001
^C
L:\Ryan\Downloads\android\My ROMs\CR_Mod-MMModded-GreenSlide>
EDIT: Nevermind, must be an individual issue, no one else running the ROM is having issues. Must have deleted the lib file when I tried to push the newer version and revert back to the older version. Still, how might I go about getting that lib file BACK into /data/data?
hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
you are flashing a custom rom through stock recovery? how is that possible? you need a custom recovery to do that. try flashing one using unrevoked. and a few more details about roms that works and radio+hboot could be handy.
ryanpaul said:
hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
Click to expand...
Click to collapse
update: solved the problem had to do an s-off and flash the recovery-clockwork-2.5.0.7-bravo file.. thanks anyway
I have an old HTC Vision I want to use while my daily driver gets repaired. It is in good condition. It sits in a safe most of its life, and I have taken it out twice to use as a temp phone for family visits.
I used this phone well before I was knowledgeable about Android and do not have proper backups from that time (we are talking 3+ years ago). I had flash an updated ROM (2.3 -> 4.x) foolishly before my family arrived without doing a backup; the first time I did not expect to take the phone out of mothballed state. Everything worked except wifi. It always says searching for network, and no active or inactive networks are ever listed; it just hangs there. They were not using it for anything but phone calls, so no biggie.
Now, I need it. Not sure what happened I have tried flashing different variants of CyanogenMOD or AOSP from 4.x. I had the same problem persist with full wipe and resets and everything. So, I knew I must have screwed something up. Lo and behold.
$ adb shell uname -a
Linux localhost 3.0.78-gd890f33 #1 PREEMPT Tue May 21 20:04:28 BST 2013 armv7l GNU/Linux
Click to expand...
Click to collapse
$ adb bugreport
========================================================
== dumpstate: 2013-06-04 12:47:11
========================================================
Build: cm_vision-eng 4.2.2 JDQ39 eng.nick.20130521.195201 test-keys
Build fingerprint: 'htc_wwe/htc_vision/vision:4.2.2/JDQ39/87995:user/release-keys'
Bootloader: 0.84.2000
Radio: 26.13.04.19_M
Network: Ooredoo
Kernel: Linux version 3.0.78-gd890f33 ([email protected]) (gcc version 4.7.2 20120701 (prerelease) (Linaro GCC 4.7-2012.07) ) #1 PREEMPT Tue May 21 20:04:28 BST 2013
Command line: board_vision.disable_uart2=0 board_vision.usb_h2w_sw=0 board_vision.disable_sdcard=0 diag.enabled=0 board_vision.debug_uart=0 smisize=0 userdata_sel=0 androidboot.emmc=true androidboot.baseband=26.13.04.19_M androidboot.cid=HTC__044 androidboot.batt_poweron=good_battery androidboot.carrier=HTC-Asia-SEA-WWE androidboot.mid=PC1011000 androidboot.keycaps=qwerty androidboot.mode=normal androidboot.serialno=SH0CDRT05129 androidboot.bootloader=0.84.2000 no_console_suspend=1
Click to expand...
Click to collapse
D/WifiService( 1797): setWifiEnabled: true pid=2086, uid=1000
D/BluetoothAdapter( 1872): 1097108568: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2086): 1095971120: getState() : mService = null. Returning STATE_OFF
D/Tethering( 1797): sendTetherStateChangedBroadcast 0, 0, 0
D/Tethering( 1797): InitialState.processMessage what=4
D/Tethering( 1797): sendTetherStateChangedBroadcast 0, 0, 0
D/SoftapController( 1450): Softap fwReload - Ok
D/CommandListener( 1450): Setting iface cfg
D/CommandListener( 1450): Trying to bring down wlan0
I/wpa_supplicant( 2464): Successfully initialized wpa_supplicant
D/Tethering( 1797): sendTetherStateChangedBroadcast 1, 0, 0
E/WifiConfigStore( 1797): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
D/BluetoothAdapter( 2086): 1095971120: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 1872): 1097108568: getState() : mService = null. Returning STATE_OFF
D/WifiHW ( 1797): 'DRIVER SCAN-PASSIVE' command timed out.
E/WifiStateMachine( 1797): Connection lost, restart supplicant
D/CommandListener( 1450): Clearing all IP addresses on wlan0
D/ConnectivityService( 1797): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 1797): Attempting to switch to mobile
D/ConnectivityService( 1797): Attempting to switch to BLUETOOTH_TETHER
D/Tethering( 1797): MasterInitialState.processMessage what=3
D/TelephonyProvider( 1962): Preferred APN: -1
D/SoftapController( 1450): Softap fwReload - Ok
D/CommandListener( 1450): Setting iface cfg
D/CommandListener( 1450): Trying to bring down wlan0
D/Tethering( 1797): InitialState.processMessage what=4
D/Tethering( 1797): sendTetherStateChangedBroadcast 0, 0, 0
I/wpa_supplicant( 2468): Successfully initialized wpa_supplicant
D/dalvikvm( 1797): GC_CONCURRENT freed 985K, 29% free 7747K/10864K, paused 13ms+19ms, total 162ms
D/Tethering( 1797): sendTetherStateChangedBroadcast 1, 0, 0
E/WifiConfigStore( 1797): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
D/BluetoothAdapter( 2086): 1095971120: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 1872): 1097108568: getState() : mService = null. Returning STATE_OFF
Click to expand...
Click to collapse
So, what did I try? Well, I found very little mention of this problem. First I found this thread, so I touched the ipconfig.txt file myself.
$ adb shell touch /data/misc/wifi/ipconfig.txt
Click to expand...
Click to collapse
$ adb shell chown system:wifi /data/misc/wifi/ipconfig.txt
Click to expand...
Click to collapse
$ adb reboot
Click to expand...
Click to collapse
Now I get loops of this in logcat.
D/dalvikvm( 1796): GC_EXPLICIT freed 196K, 35% free 7886K/11968K, paused 4ms+27ms, total 154ms
D/dalvikvm( 2071): GC_CONCURRENT freed 381K, 66% free 2653K/7588K, paused 3ms+6ms, total 65ms
D/dalvikvm( 1796): GC_EXPLICIT freed 117K, 35% free 7883K/11968K, paused 3ms+25ms, total 150ms
D/dalvikvm( 2071): GC_CONCURRENT freed 387K, 66% free 2649K/7588K, paused 2ms+14ms, total 54ms
D/dalvikvm( 1796): GC_EXPLICIT freed 114K, 35% free 7884K/11968K, paused 12ms+9ms, total 164ms
D/dalvikvm( 1796): GC_EXPLICIT freed 118K, 35% free 7883K/11968K, paused 3ms+21ms, total 149ms
D/dalvikvm( 2071): GC_CONCURRENT freed 381K, 66% free 2654K/7588K, paused 5ms+4ms, total 55ms
D/dalvikvm( 1796): GC_EXPLICIT freed 114K, 35% free 7884K/11968K, paused 7ms+17ms, total 163ms
D/dalvikvm( 2071): GC_CONCURRENT freed 389K, 66% free 2650K/7588K, paused 7ms+10ms, total 66ms
D/dalvikvm( 1796): GC_EXPLICIT freed 118K, 35% free 7883K/11968K, paused 3ms+6ms, total 160ms
D/dalvikvm( 1796): GC_EXPLICIT freed 114K, 35% free 7883K/11968K, paused 3ms+5ms, total 164ms
D/dalvikvm( 2071): GC_CONCURRENT freed 380K, 66% free 2654K/7588K, paused 5ms+8ms, total 66ms
D/WifiHW ( 1796): 'DRIVER SCAN-PASSIVE' command timed out.
E/WifiStateMachine( 1796): Connection lost, restart supplicant
I/Choreographer( 1959): Skipped 584 frames! The application may be doing too much work on its main thread.
D/CommandListener( 1450): Clearing all IP addresses on wlan0
D/dalvikvm( 1796): GC_EXPLICIT freed 119K, 35% free 7896K/11968K, paused 4ms+12ms, total 95ms
D/dalvikvm( 2071): GC_CONCURRENT freed 390K, 66% free 2650K/7588K, paused 5ms+5ms, total 27ms
D/dalvikvm( 1796): GC_EXPLICIT freed 128K, 35% free 7883K/11968K, paused 3ms+6ms, total 74ms
D/dalvikvm( 1796): GC_EXPLICIT freed 116K, 35% free 7882K/11968K, paused 4ms+7ms, total 72ms
D/dalvikvm( 2071): GC_CONCURRENT freed 381K, 66% free 2654K/7588K, paused 3ms+4ms, total 28ms
D/dalvikvm( 1796): GC_EXPLICIT freed 114K, 35% free 7883K/11968K, paused 3ms+6ms, total 69ms
D/dalvikvm( 2071): GC_CONCURRENT freed 389K, 66% free 2650K/7588K, paused 4ms+5ms, total 29ms
D/dalvikvm( 1796): GC_EXPLICIT freed 115K, 35% free 7882K/11968K, paused 5ms+7ms, total 71ms
D/dalvikvm( 1796): GC_EXPLICIT freed 115K, 35% free 7883K/11968K, paused 4ms+7ms, total 72ms
D/dalvikvm( 2071): GC_CONCURRENT freed 380K, 66% free 2655K/7588K, paused 3ms+5ms, total 29ms
D/dalvikvm( 1796): GC_EXPLICIT freed 115K, 35% free 7882K/11968K, paused 3ms+8ms, total 72ms
D/dalvikvm( 2071): GC_CONCURRENT freed 389K, 66% free 2651K/7588K, paused 3ms+4ms, total 33ms
D/dalvikvm( 1796): GC_EXPLICIT freed 115K, 35% free 7883K/11968K, paused 3ms+5ms, total 70ms
D/dalvikvm( 1796): GC_EXPLICIT freed 115K, 35% free 7882K/11968K, paused 5ms+6ms, total 73ms
D/dalvikvm( 2071): GC_CONCURRENT freed 381K, 66% free 2655K/7588K, paused 2ms+4ms, total 29ms
D/SoftapController( 1450): Softap fwReload - Ok
D/CommandListener( 1450): Setting iface cfg
D/CommandListener( 1450): Trying to bring down wlan0
D/Tethering( 1796): InitialState.processMessage what=4
D/Tethering( 1796): sendTetherStateChangedBroadcast 0, 0, 0
I/wpa_supplicant( 2505): Successfully initialized wpa_supplicant
Click to expand...
Click to collapse
So that did not go so well. I also tried Wifix 1.2 as recommended in this other thread and from a Mimcry dev, but it seems to do nothing either. First off, the permissions are bad.
D/dalvikvm( 2776): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2776): Added shared lib libnativehelper.so 0x0
I/ActivityManager( 1796): Activity reported stop, but no longer stopping: ActivityRecord{40f8ac80 u0 com.fardjad.android.wifixmanager/.WiFixManagerActivity}
I/ActivityManager( 1796): No longer want com.android.mms (pid 2326): empty #17
D/AndroidRuntime( 2783):
D/AndroidRuntime( 2783): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2783): CheckJNI is OFF
D/dalvikvm( 2783): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2783): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2783): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2783): Added shared lib libnativehelper.so 0x0
D/AndroidRuntime( 2776): Calling main entry com.android.commands.am.Am
D/dalvikvm( 2776): Note: class Landroid/app/ActivityManagerNative; has 157 unimplemented (abstract) methods
D/SoftapController( 1450): Softap fwReload - Ok
D/CommandListener( 1450): Setting iface cfg
D/CommandListener( 1450): Trying to bring down wlan0
D/su ( 2805): su invoked.
D/su ( 2806): db allowed
W/zipro ( 1796): Unable to open zip '/system/app/wifix.apk': Permission denied
D/asset ( 1796): failed to open Zip archive '/system/app/wifix.apk'
W/PackageParser( 1796): Unable to read AndroidManifest.xml of /system/app/wifix.apk
W/PackageParser( 1796): java.io.FileNotFoundException: AndroidManifest.xml
W/PackageParser( 1796): at android.content.res.AssetManager.openXmlAssetNative(Native Method)
W/PackageParser( 1796): at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:521)
W/PackageParser( 1796): at android.content.res.AssetManager.openXmlResourceParser(AssetManager.java:477)
W/PackageParser( 1796): at android.content.pm.PackageParser.parsePackage(PackageParser.java:536)
W/PackageParser( 1796): at com.android.server.pm.PackageManagerService.scanPackageLI(PackageManagerService.java:3265)
W/PackageParser( 1796): at com.android.server.pm.PackageManagerService.access$1700(PackageManagerService.java:178)
W/PackageParser( 1796): at com.android.server.pm.PackageManagerService$AppDirObserver.onEvent(PackageManagerService.java:5621)
W/PackageParser( 1796): at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:125)
W/PackageParser( 1796): at android.os.FileObserver$ObserverThread.observe(Native Method)
W/PackageParser( 1796): at android.os.FileObserver$ObserverThread.run(FileObserver.java:88)
Click to expand...
Click to collapse
I do that like so:
$ adb shell
[email protected]:/ # su
[email protected]:/ # mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /storage tmpfs rw,relatime,mode=050,gid=1028 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/fuse tmpfs rw,relatime,mode=775,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk0p25 /system ext4 ro,relatime,user_xattr,barrier=1,data=ordered 0 0
--- SNIP ----
[email protected]:/ # mount -o remount,rw -t ext4 /dev/block/mmcblk0p25 /system
[email protected]:/ # chmod 644 /system/app/wifix.apk
[email protected]:/ # exit
[email protected]:/ # exit
Click to expand...
Click to collapse
So I try WiFix again, and post install it does not get better. Now I see more errors, but for a wlan0 file that exists but is not accessible (bad permissions maybe).
E/WifiHW ( 1796): Unable to open connection to supplicant on "/data/system/wpa_supplicant/wlan0": No such file or directory
I/wpa_supplicant( 2985): Successfully initialized wpa_supplicant
I/ActivityManager( 1796): Displayed com.android.settings/.Settings: +849ms
D/Tethering( 1796): sendTetherStateChangedBroadcast 1, 0, 0
D/BluetoothAdapter( 1893): 1089991136: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2545): 1088838656: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMSM7X30( 1456): AudioStreamOutMSM7x30::standby()
D/AudioHardwareMSM7X30( 1456): Deroute pcm out stream
E/AudioHardwareMSM7X30( 1456): updateDeviceInfo: E rx_device 6 and tx_device 11
D/AudioHardwareMSM7X30( 1456): No active voicecall/playback, disabling cur_rx 6
D/AudioHardwareMSM7X30( 1456): value of device and enable is 6 0 ALSA dev id:6
D/AudioHardwareMSM7X30( 1456): No active voicecall/recording, disabling cur_tx 11
D/AudioHardwareMSM7X30( 1456): value of device and enable is 11 0 ALSA dev id:11
E/AudioHardwareMSM7X30( 1456): updateDeviceInfo: X cur_rx 6 cur_tx 11
D/AudioHardwareMSM7X30( 1456): value of device and enable is 6 1 ALSA dev id:6
I/ActivityManager( 1796): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 2545
D/AudioHardwareMSM7X30( 1456): updateACDB: (11, 6, 0, 607)
I/HTC Acoustic( 1456): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (11, 6, 0, 607)
D/AudioHardwareMSM7X30( 1456): msm_route_stream(PCM_PLAY,5,6,1)
D/AudioHardwareMSM7X30( 1456): AudioStreamOutMSM7x30::standby()
D/AudioHardwareMSM7X30( 1456): Deroute pcm out stream
E/AudioHardwareMSM7X30( 1456): updateDeviceInfo: E rx_device 6 and tx_device 11
D/AudioHardwareMSM7X30( 1456): No active voicecall/playback, disabling cur_rx 6
D/AudioHardwareMSM7X30( 1456): value of device and enable is 6 0 ALSA dev id:6
D/AudioHardwareMSM7X30( 1456): No active voicecall/recording, disabling cur_tx 11
D/AudioHardwareMSM7X30( 1456): value of device and enable is 11 0 ALSA dev id:11
E/AudioHardwareMSM7X30( 1456): updateDeviceInfo: X cur_rx 6 cur_tx 11
D/WifiHW ( 1796): 'DRIVER SCAN-PASSIVE' command timed out.
E/WifiStateMachine( 1796): Connection lost, restart supplicant
I/Choreographer( 2545): Skipped 230 frames! The application may be doing too much work on its main thread.
D/CommandListener( 1450): Clearing all IP addresses on wlan0
I/ActivityManager( 1796): Displayed com.android.settings/.SubSettings: +4s368ms
D/SoftapController( 1450): Softap fwReload - Ok
D/CommandListener( 1450): Setting iface cfg
D/CommandListener( 1450): Trying to bring down wlan0
D/Tethering( 1796): InitialState.processMessage what=4
D/Tethering( 1796): sendTetherStateChangedBroadcast 0, 0, 0
I/wpa_supplicant( 2993): Successfully initialized wpa_supplicant
D/Tethering( 1796): sendTetherStateChangedBroadcast 1, 0, 0
D/BluetoothAdapter( 1893): 1089991136: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 2545): 1088838656: getState() : mService = null. Returning STATE_OFF
D/WifiHW ( 1796): 'DRIVER SCAN-PASSIVE' command timed out.
I/Choreographer( 2545): Skipped 582 frames! The application may be doing too much work on its main thread.
E/WifiStateMachine( 1796): Connection lost, restart supplicant
D/CommandListener( 1450): Clearing all IP addresses on wlan0
D/SoftapController( 1450): Softap fwReload - Ok
Click to expand...
Click to collapse
I have tried my Google-fu and cannot determine what to do at this point. Does anyone have any idea how to resolve this issue? Rather:
Do I need a properly formatted ipconfig.txt? Can anyone send me one?
What are the proper permissions for the /data/misc/wifi/wlan0 file that cannot be accessed?
Any other troubleshooting tips or workarounds to fix this nonsense?
Please help, this has been driving me nuts for two days and I am not that amateur!
alharaka said:
I have an old HTC Vision I want to use while my daily driver gets repaired. It is in good condition. It sits in a safe most of its life, and I have taken it out twice to use as a temp phone for family visits.
I used this phone well before I was knowledgeable about Android and do not have proper backups from that time (we are talking 3+ years ago). I had flash an updated ROM (2.3 -> 4.x) foolishly before my family arrived without doing a backup; the first time I did not expect to take the phone out of mothballed state. Everything worked except wifi. It always says searching for network, and no active or inactive networks are ever listed; it just hangs there. They were not using it for anything but phone calls, so no biggie.
So that did not go so well. I also tried Wifix 1.2 as recommended in this other thread and from a Mimcry dev, but it seems to do nothing either. First off, the permissions are bad.
Any other troubleshooting tips or workarounds to fix this nonsense?
Please help, this has been driving me nuts for two days and I am not that amateur!
Click to expand...
Click to collapse
It turns out maybe this regional regulatory domain stuff that Wifix has does work. So, two things in my case.
Was not using the most updated version of Wifix Manager. Download and install 1.32.
In the advanced settings, from many different recommendations on threads, set country code to EU to open all wifi network channels.
And now, the phone finally has wireless. I guess those error messages in the logcat led me to far astray. Everything works now.
I consistently get an out of memory issue when running either the Evervolv or CM11 kitkat ROMs. The trigger seems to be the use of Feedly, combined with either rotating the screen or dragging down the status bar. Once my phone gets in this state, it usually takes a reboot to recover. The lockscreen will come on/off, status bar appears/disappears...
Feedly works on my other KitKat devices and I didn't have this issue before moving to KitKat on my inc. Is this a known issue? A limitation of our device?
Code:
W/InputMethodManagerService( 518): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
I/auditd ( 3354): Starting up
E/auditd ( 3354): Failed on audit_set_pid with error: Protocol not supported
I/auditd ( 3354): Exiting
I/InputReader( 518): Reconfiguring input devices. changes=0x00000004
I/InputReader( 518): Device reconfigured: id=4, name='atmel-touchscreen', size 480x800, orientation 1, mode 1, display id 0
I/ActivityManager( 518): Config changes=480 {1.0 310mcc12mnc en_US ldltr sw320dp w533dp h294dp 240dpi nrml long land finger -keyb/v/h tball/v s.10 themeResource=null}
D/PhoneStatusBar( 1023): mSettingsPanelGravity = 55
I/MODAL ( 3199): draw
I/ActivityManager( 518): Timeline: Activity_windows_visible id: ActivityRecord{42061248 u0 com.devhd.feedly/.Main t3} time:620191
I/WindowManager( 518): Screen frozen for +661ms due to Window{421c2630 u0 StatusBar}
E/memalloc( 3199): ION_IOC_ALLOC failed with error - Out of memory
E/gralloc ( 3199): gralloc failed err=Out of memory
W/GraphicBufferAllocator( 3199): alloc(512, 384, 1, 00000133, ...) failed -12 (Out of memory)
E/memalloc( 3199): ION_IOC_ALLOC failed with error - Out of memory
E/gralloc ( 3199): gralloc failed err=Out of memory
W/GraphicBufferAllocator( 3199): alloc(512, 384, 1, 00000133, ...) failed -12 (Out of memory)
I/ActivityManager( 518): Config changes=480 {1.0 310mcc12mnc en_US ldltr sw320dp w320dp h508dp 240dpi nrml long port finger -keyb/v/h tball/v s.11 themeResource=null}
I/InputReader( 518): Reconfiguring input devices. changes=0x00000004
I/InputReader( 518): Device reconfigured: id=4, name='atmel-touchscreen', size 480x800, orientation 0, mode 1, display id 0
D/PhoneStatusBar( 1023): mSettingsPanelGravity = 55
I/MODAL ( 3199): draw
I/ActivityManager( 518): Timeline: Activity_windows_visible id: ActivityRecord{42061248 u0 com.devhd.feedly/.Main t3} time:622236
E/memalloc( 88): ION_IOC_ALLOC failed with error - Out of memory
E/gralloc ( 88): gralloc failed err=Out of memory
W/GraphicBufferAllocator( 88): alloc(480, 800, 1, 00000b03, ...) failed -12 (Out of memory)
D/GraphicBufferAllocator( 88): Allocated buffers:
D/GraphicBufferAllocator( 88): 0x416318e8: 2300.00 KiB | 720 ( 736) x 800 | 2 | 0x00000933
D/GraphicBufferAllocator( 88): 0x4163fb60: 1500.00 KiB | 480 ( 480) x 800 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x41641660: 1500.00 KiB | 480 ( 480) x 800 | 1 | 0x00000b33
D/GraphicBufferAllocator( 88): 0x41644308: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00001a03
D/GraphicBufferAllocator( 88): 0x41644dc0: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00001a03
D/GraphicBufferAllocator( 88): 0x41666018: 1500.00 KiB | 800 ( 800) x 480 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x416660a0: 118.75 KiB | 800 ( 800) x 38 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x416667a8: 118.75 KiB | 800 ( 800) x 38 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): Total allocated (estimate): 10037.50 KB
E/ ( 88): GraphicBufferAlloc::createGraphicBuffer(w=480, h=800) failed (Out of memory), handle=0x0
E/BufferQueue( 88): [com.devhd.feedly/com.devhd.feedly.Main] dequeueBuffer: SurfaceComposer::createGraphicBuffer failed
W/Adreno200-EGLSUB( 3199): <DequeueBuffer:461>: dequeue native buffer fail: Out of memory
W/Adreno200-ES20( 3199): <gl2_surface_swap:43>: GL_OUT_OF_MEMORY
W/Adreno200-EGL( 3199): <eglSwapBuffers:3498>: EGL_BAD_ALLOC
W/HardwareRenderer( 3199): EGL error: EGL_BAD_ALLOC
W/HardwareRenderer( 3199): Mountain View, we've had a problem here. Switching back to software rendering.
E/memalloc( 88): ION_IOC_ALLOC failed with error - Out of memory
E/gralloc ( 88): gralloc failed err=Out of memory
W/GraphicBufferAllocator( 88): alloc(480, 800, 1, 00000933, ...) failed -12 (Out of memory)
D/GraphicBufferAllocator( 88): Allocated buffers:
D/GraphicBufferAllocator( 88): 0x416318e8: 2300.00 KiB | 720 ( 736) x 800 | 2 | 0x00000933
D/GraphicBufferAllocator( 88): 0x4163fb60: 1500.00 KiB | 480 ( 480) x 800 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x41641660: 1500.00 KiB | 480 ( 480) x 800 | 1 | 0x00000b33
D/GraphicBufferAllocator( 88): 0x41644308: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00001a03
D/GraphicBufferAllocator( 88): 0x41644dc0: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00001a03
D/GraphicBufferAllocator( 88): 0x41666018: 1500.00 KiB | 800 ( 800) x 480 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x416660a0: 118.75 KiB | 800 ( 800) x 38 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): 0x416667a8: 118.75 KiB | 800 ( 800) x 38 | 1 | 0x00000b03
D/GraphicBufferAllocator( 88): Total allocated (estimate): 10037.50 KB
E/ ( 88): GraphicBufferAlloc::createGraphicBuffer(w=480, h=800) failed (Out of memory), handle=0x0
E/BufferQueue( 88): [com.devhd.feedly/com.devhd.feedly.Main] dequeueBuffer: SurfaceComposer::createGraphicBuffer failed
E/Surface ( 3199): dequeueBuffer failed (Out of memory)
E/ViewRootImpl( 3199): OutOfResourcesException initializing HW surface
E/ViewRootImpl( 3199): android.view.Surface$OutOfResourcesException
E/ViewRootImpl( 3199): at android.view.Surface.nativeLockCanvas(Native Method)
E/ViewRootImpl( 3199): at android.view.Surface.lockCanvas(Surface.java:243)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2435)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2409)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2253)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1883)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
E/ViewRootImpl( 3199): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5670)
E/ViewRootImpl( 3199): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
E/ViewRootImpl( 3199): at android.view.Choreographer.doCallbacks(Choreographer.java:574)
E/ViewRootImpl( 3199): at android.view.Choreographer.doFrame(Choreographer.java:544)
E/ViewRootImpl( 3199): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
E/ViewRootImpl( 3199): at android.os.Handler.handleCallback(Handler.java:733)
E/ViewRootImpl( 3199): at android.os.Handler.dispatchMessage(Handler.java:95)
E/ViewRootImpl( 3199): at android.os.Looper.loop(Looper.java:136)
E/ViewRootImpl( 3199): at android.app.ActivityThread.main(ActivityThread.java:5081)
E/ViewRootImpl( 3199): at java.lang.reflect.Method.invokeNative(Native Method)
E/ViewRootImpl( 3199): at java.lang.reflect.Method.invoke(Method.java:515)
E/ViewRootImpl( 3199): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/ViewRootImpl( 3199): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/ViewRootImpl( 3199): at dalvik.system.NativeStart.main(Native Method)
I/WindowManager( 518): Out of memory for surface! Looking for leaks...
W/WindowManager( 518): No leaked surfaces; killing applicatons!
W/ActivityManager( 518): Killing processes Free memory at adjustment 5
W/WindowManager( 518): Due to memory failure, waiting a bit for next layout
I/Process ( 3199): Sending signal. PID: 3199 SIG: 9
W/ViewRootImpl( 3199): No processes killed for memory; killing self
I/ActivityManager( 518): Process com.devhd.feedly (pid 3199) has died.
W/ActivityManager( 518): Force removing ActivityRecord{42061248 u0 com.devhd.feedly/.Main t3}: app died, no saved state
W/InputDispatcher( 518): channel '42200248 com.devhd.feedly/com.devhd.feedly.Main (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 518): channel '42200248 com.devhd.feedly/com.devhd.feedly.Main (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 518): Attempted to unregister already unregistered input channel '42200248 com.devhd.feedly/com.devhd.feedly.Main (server)'
I/WindowState( 518): WIN DEATH: Window{42200248 u0 com.devhd.feedly/com.devhd.feedly.Main}
I/WindowManager( 518): Screen frozen for +676ms due to Window{421c2630 u0 StatusBar}
W/InputMethodManagerService( 518): Got RemoteException sending setActive(false) notification to pid 3199 uid 10068
W/Binder ( 1140): Caught a RuntimeException from the binder stub implementation.
W/Binder ( 1140): java.lang.NullPointerException
W/Binder ( 1140): at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
W/Binder ( 1140): at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
W/Binder ( 1140): at android.os.Binder.execTransact(Binder.java:404)
W/Binder ( 1140): at dalvik.system.NativeStart.run(Native Method)
I/ActivityManager( 1183): Timeline: Activity_idle id: [email protected] time:623239
I/ActivityManager( 518): Timeline: Activity_windows_visible id: ActivityRecord{42191898 u0 com.cyanogenmod.trebuchet/com.android.launcher3.Launcher t1} time:623244
I've not heard of this issue before. It wouldn't surprise me if part of it is due to lack of resources or the rest poor app coding.
Sent from my One using Tapatalk