Hello!
I need help. I compile Android 2.2.3 from source.
Everything works except:
- camera
- bluetooth
- Rotate the screen (for some reason turns to the other side)
- GPS
- Mount the SD card (as a drive)
Stock firmware: Android 2.2.2
Firmware which I ported now: Android 2.2.3
Kernel: 2.6.32
Device: Huawei S7 Ideos 101
Already more than a week suffer. Help please.
Here are my logs:
Launch the camera application:
Code:
I/ActivityManager( 525): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.camera/.Camera }
I/ActivityManager( 525): Start proc com.android.camera for activity com.android.camera/.Camera: pid=798 uid=10032 gids={1006, 1015}
D/dalvikvm( 520): GC_EXPLICIT freed 283 objects / 10744 bytes in 64ms
D/dalvikvm( 520): GC_EXPLICIT freed 47 objects / 2072 bytes in 131ms
D/dalvikvm( 798): Trying to load lib /vendor/lib/libmedia_jni.so 0x0
D/dalvikvm( 798): Shared lib '/vendor/lib/libmedia_jni.so' already loaded in same CL 0x0
E/QualcommCameraHardware( 516): Unable to determine the target type. Camera will not work
E/QualcommCameraHardware( 516): createInstance: startCamera failed!
D/CameraService( 516): Client::Client X (pid 798)
E/CameraHolder( 798): fail to connect Camera
E/CameraHolder( 798): java.lang.RuntimeException: Fail to connect to camera service
E/CameraHolder( 798): at android.hardware.Camera.native_setup(Native Method)
E/CameraHolder( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/CameraHolder( 798): at android.hardware.Camera.open(Camera.java:165)
E/CameraHolder( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/CameraHolder( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/CameraHolder( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/CameraHolder( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/CameraHolder( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/CameraHolder( 798): at java.lang.Thread.run(Thread.java:1096)
D/dalvikvm( 520): GC_EXPLICIT freed 2 objects / 64 bytes in 85ms
E/QualcommCameraHardware( 516): *****ZJ: at opencamerafd. open /dev/msm_camera/control1****
W/dalvikvm( 798): threadid=8: thread exiting with uncaught exception (group=0x4001d878)
E/AndroidRuntime( 798): FATAL EXCEPTION: Thread-9
E/AndroidRuntime( 798): java.lang.RuntimeException: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:935)
E/AndroidRuntime( 798): at java.lang.Thread.run(Thread.java:1096)
E/AndroidRuntime( 798): Caused by: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:103)
E/AndroidRuntime( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/AndroidRuntime( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/AndroidRuntime( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/AndroidRuntime( 798): ... 1 more
E/AndroidRuntime( 798): Caused by: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at android.hardware.Camera.native_setup(Native Method)
E/AndroidRuntime( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/AndroidRuntime( 798): at android.hardware.Camera.open(Camera.java:165)
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/AndroidRuntime( 798): ... 5 more
W/ActivityManager( 525): Force finishing activity com.android.camera/.Camera
W/ActivityManager( 525): Activity pause timeout for HistoryRecord{44f9a9d8 com.android.camera/.Camera}
I/Process ( 798): Sending signal. PID: 798 SIG: 9
I/ActivityManager( 525): Process com.android.camera (pid 798) has died.
W/InputManagerService( 525): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMetho[email protected]
I/dun_s
Starting Bluetooth:
Code:
D/BluetoothService( 525): Bluetooth state 10 -> 11
V/BluetoothEventRedirector( 621): Received android.bluetooth.adapter.action.STATE_CHANGED
I/bluedroid( 525): Starting hciattach daemon
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
I/bluetooth( 812): /system/etc/init.bt.sh: bluetooth chip set as
E/qcom-bluetooth( 821): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
E/bluetooth( 822): /system/etc/init.bt.sh: chip set error
I/bluetooth( 823): /system/etc/init.bt.sh: detecting bluetooth chip 1
E/qcom-bluetooth( 832): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
I/bluetooth( 833): /system/etc/init.bt.sh: chip is not bt4025
I/bluetooth( 834): /system/etc/init.bt.sh: detecting bluetooth chip 2
I/brcm-bluetooth( 837): /system/etc/init.brcm.bt.sh: Initiating Bluetooth module with brcm_patchram_plus
E/brcm-bluetooth( 843): /system/etc/init.brcm.bt.sh: Bluetooth Broadcom HCD file download failed: exit code 1
I/bluetooth( 844): /system/etc/init.bt.sh: chip is not bcm4329
E/bluetooth( 845): /system/etc/init.bt.sh: no bluetooth chip found
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
D/dalvikvm( 617): GC_EXPLICIT freed 1925 objects / 106848 bytes in 60ms
E/b
Enable \ disable screen rotation:
Code:
E/Sensors ( 525): [sensors_control_activate] Enable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0002
E/Sensors ( 525): [sensors_control_activate]current sensors=0002
I/WindowManager( 525): Setting rotation to 1, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=1 layout=35 uiMode=17 seq=4}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 12194 objects / 658744 bytes in 79ms
E/Sensors ( 525): [sensors_control_activate] Disable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0000
E/Sensors ( 525): [sensors_control_activate]current sensors=0000
I/WindowManager( 525): Setting rotation to 0, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=2 layout=35 uiMode=17 seq=5}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 2295 objects / 105376 bytes in 68ms
Mounting the sd card:
Code:
I/ActivityManager( 525): Starting activity: Intent { flg=0x10000000 cmp=android/com.android.server.status.UsbStorageActivity bnds=[160,166][640,230] }
D/VoldCmdListener( 77): volume shared /mnt/sdcard ums
I/ActivityManager( 525): Displayed activity android/com.android.server.status.UsbStorageActivity: 153 ms (total 153 ms)
W/InputManagerService( 525): Window already focused, ignoring focus gain of: [email protected]
The inclusion of GPS in the settings did not respond.
If necessary, I can put logcat and dmesg.
In stock firmware all hardware is working.
Logcat:
http://forum.xda-developers.com/attachment.php?attachmentid=1097358&stc=1&d=1338487760
Dmesg:
http://forum.xda-developers.com/attachment.php?attachmentid=1097357&stc=1&d=1338487760
Related
Dear all,
could someone point me to right direction?
Have simore.ch dual sim adapter for galaxy S. Have galaxy S running nightly CM7. When I try to switch from one sim card to another, the phone app crashes and the second sim card refuses to connect. Relevant part of the problem is imho here:
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.stk/.StkLauncherActiv
ity bnds=[245,586][355,704] } from pid 305
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/InputManagerService( 188): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 188): Displayed com.android.stk/.StkMenuActivity: +352ms (total +575ms)
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
I/ActivityManager( 188): Starting: Intent { act=android.intent.action.VIEW flg=0x14000000 cmp=com.android.stk/.StkMenuActivity (has extras) } from pid 304
W/dalvikvm( 304): threadid=20: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 304): FATAL EXCEPTION: Stk App Service
E/AndroidRuntime( 304): java.lang.NullPointerException
E/AndroidRuntime( 304): at com.android.stk.StkAppService.launchIdleText(StkAppService.java:699)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.handleCmd(StkAppService.java:422)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.access$400(StkAppService.java:57)
E/AndroidRuntime( 304): at com.android.stk.StkAppService$ServiceHandler.handleMessage(StkAppService.java:272)
E/AndroidRuntime( 304): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 304): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 304): at com.android.stk.StkAppService.run(StkAppService.java:212)
E/AndroidRuntime( 304): at java.lang.Thread.run(Thread.java:1019)
W/ActivityManager( 188): Force finishing activity com.android.stk/.StkMenuActivity
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
D/vending ( 453): [23] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
D/dalvikvm( 304): GC_CONCURRENT freed 378K, 48% free 3245K/6215K, external 0K/0K, paused 2ms+11ms
D/vending ( 453): [24] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/dalvikvm( 188): GC_CONCURRENT freed 1231K, 37% free 6494K/10247K, external 1500K/2012K, paused 2ms+6ms
D/dalvikvm( 695): GC_CONCURRENT freed 447K, 52% free 2844K/5831K, external 0K/0K, paused 1ms+2ms
I/Process ( 304): Sending signal. PID: 304 SIG: 9
I/ActivityManager( 188): Process com.android.phone (pid 304) has died.
W/ActivityManager( 188): Scheduling restart of crashed service com.android.stk/.StkAppService in 5000ms
W/ActivityManager( 188): Scheduling restart of crashed service com.android.phone/.BluetoothHeadsetService in 15000ms
W/BluetoothHeadset( 188): Proxy not attached to service
W/BluetoothHeadset( 188): Proxy not attached to service
I/ServiceManager( 108): service 'sip' died
I/ServiceManager( 108): service 'phone' died
I/ServiceManager( 108): service 'isms' died
I/ServiceManager( 108): service 'simphonebook' died
I/ServiceManager( 108): service 'iphonesubinfo' died
I/ActivityManager( 188): Start proc com.android.phone for restart com.android.phone: pid=1330 uid=1001 gids={3002, 3001, 3003, 1015}
W/InputManagerService( 188): Got RemoteException sending setActive(false) notification to pid 304 uid 1001
D/szipinf ( 1330): Initializing inflate state
I/ActivityThread( 1330): Pub telephony: com.android.providers.telephony.TelephonyProvider
I/ActivityThread( 1330): Pub icc: com.android.phone.IccProvider
I/ActivityThread( 1330): Pub mms: com.android.providers.telephony.MmsProvider
I/ActivityThread( 1330): Pub sms: com.android.providers.telephony.SmsProvider
I/ActivityThread( 1330): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
D/CallManager( 1330): registerPhone(GSM Handler{40549e18})
D/dalvikvm( 1330): GC_CONCURRENT freed 177K, 47% free 2992K/5639K, external 0K/0K, paused 2ms+2ms
W/ActivityManager( 188): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
I/TelephonyRegistry( 188): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=0
D/vending ( 453): [25] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
D/BT HSHFP( 1330): Starting BluetoothHeadsetService
V/SipBroadcastReceiver( 1330): start auto registration
D/vending ( 453): [26] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyServiceState: 0 home sunrise sunrise 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/TelephonyRegistry( 188): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=null interfaceName=null networkType=1
I/TelephonyRegistry( 188): notifyServiceState: 1 home null null 22802 GPRS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: true
Apparently StkAppService dies, but when I look at the place where the error occurs, nothing miraculous is there and the code seems to be treated well:
private void launchIdleText() {
TextMessage msg = mCurrentCmd.geTextMessage();
if (msg.text == null) { ~~~~~~~~~~~~~~~~~~~~~~<<<<<<<<< THIS IS where error appearsrever
mNotificationManager.cancel(STK_NOTIFICATION_ID);
} else {
Notification notification = new Notification();
RemoteViews contentView = new RemoteViews(
PACKAGE_NAME,
It seems to me, that the only exception in this case can occur if the msg object (from various reasons) does not exist and hence msg itself is null.
Any ideas what could be wrong/how to make it running?
thans
d.
My Infinite Light did not work. Sent it back. No refund. Waste of time and money -stay away.
Hi, i've compiled both android-samsung-2.6.35-gingerbread and glados kernels and packed them into boot.imgs. When i boot my nexus s (i9023 & cm7 rom) with them i get the same loop during boot splash.
Logcat:
Code:
I/dalvikvm( 77): System server process 130 has been created
I/Zygote ( 77): Accepting command socket connections
I/sysproc ( 130): Entered system_init()
I/sysproc ( 130): ServiceManager: 0x95130
D/SensorService( 130): nuSensorService starting...
E/AKMD2 ( 130): libkam : Unable to load settings file, using defaults.
I/SensorService( 130): KR3DM 3-axis Accelerometer
I/SensorService( 130): AK8973 3-axis Magnetic field sensor
I/SensorService( 130): AK8973 Orientation sensor
I/SensorService( 130): GP2A Light sensor
I/SensorService( 130): GP2A Proximity sensor
I/SensorService( 130): K3G Gyroscope sensor
D/SensorService( 130): nuSensorService thread starting...
I/sysproc ( 130): System server: starting Android runtime.
I/sysproc ( 130): System server: starting Android services.
I/sysproc ( 130): System server: entering thread pool.
I/SystemServer( 130): Entered the Android system server!
I/SystemServer( 130): Entropy Service
I/SystemServer( 130): Power Manager
I/SystemServer( 130): Activity Manager
W/dalvikvm( 130): Exception Ljava/lang/NumberFormatException; thrown while initializing Lcom/android/server/am/ActivityManagerService;
W/dalvikvm( 130): threadid=9: thread exiting with uncaught exception (group=0x40015560)
E/AndroidRuntime( 130): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 130): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 130): at com.android.server.ServerThread.run(SystemServer.java:152)
E/AndroidRuntime( 130): Caused by: java.lang.NumberFormatException: unable to parse '' as integer
E/AndroidRuntime( 130): at java.lang.Integer.parseInt(Integer.java:362)
E/AndroidRuntime( 130): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime( 130): at java.lang.Integer.valueOf(Integer.java:506)
E/AndroidRuntime( 130): at com.android.server.am.ActivityManagerService.getIntProp(ActivityManagerService.java:356)
E/AndroidRuntime( 130): at com.android.server.am.ActivityManagerService.<clinit>(ActivityManagerService.java:365)
E/AndroidRuntime( 130): ... 1 more
I/Process ( 130): Sending signal. PID: 130 SIG: 9
E/AndroidRuntime( 130): Error reporting crash
E/AndroidRuntime( 130): java.lang.NullPointerException
E/AndroidRuntime( 130): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 130): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/AndroidRuntime( 130): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
I/ServiceManager( 69): service 'sensorservice' died
I/ServiceManager( 69): service 'entropy' died
I/ServiceManager( 69): service 'power' died
I/Zygote ( 77): Exit zygote because system server (130) has terminated
I/ServiceManager( 69): service 'media.camera' died
I/ServiceManager( 69): service 'media.audio_policy' died
I/ServiceManager( 69): service 'media.audio_flinger' died
I/ServiceManager( 69): service 'media.player' died
I/Netd ( 143): Netd 1.0 starting
D/AndroidRuntime( 144):
D/AndroidRuntime( 144): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
I/AndroidRuntime( 144): Heap size: -Xmx32m
D/AndroidRuntime( 144): CheckJNI is OFF
D/dalvikvm( 144): creating instr width table
D/dalvikvm( 144): Unable to stat classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 144): Unable to stat classpath element '/system/framework/filterfw.jar'
I/ ( 142): ServiceManager: 0xad50
D/AudioHardwareInterface( 142): setMode(NORMAL)
Complete logcat: http://pastebin.com/FrSyaVFX
Do you have suggestion? What could be the problem?
Did you ever determine the cause of this error?
Just wondering if anyone has gotten google now to work on cm 9 yet?
Yes, but I heard voice search fails with Now.
xpmode said:
Yes, but I heard voice search fails with Now.
Click to expand...
Click to collapse
is this with the online only or offline google now.
Im using this slimmed down version of g apps in order thyo make space on / system http://search.4shared.com/q/1/gapps-ics-small+02_06-20120429
ok so i installed now and when it trys to run im getting the message "unfortunately google search has stopped"
did a logcat to see what was causing this, so far as i can make out its this bit
E/dalvikvm( 2009): Dex cache directory isn't writable: /cache/dalvik-cache
I/dalvikvm( 2009): Unable to open or create cache for /system/app/Velvet.apk (/cache/dalvik-cache/[email protected]@[email protected])
D/AndroidRuntime( 2009): Shutting down VM
full logcat below.
Anyone have any idea what is happening and how i might begin to fix this.
nager( 267): Lock screen displayed!
D/AccelerometerListener( 460): enable(false)
D/SurfaceFlinger( 205): Screen about to return, flinger = 0x99918
I/AudioPolicyManager( 208): startOutput() output 1, stream 1, session 35
I/AudioHardwareMSM76XXA( 208): do output routing device 2
I/AudioHardwareMSM76XXA( 208): Routing audio to Speakerphone
D/PhoneStatusBar( 396): disable: < expand icons alerts ticker system_info BACK HOME recent* CLOCK >
D/PhoneStatusBar( 396): disable: < expand icons alerts ticker system_info back* home* recent clock* >
W/InputManagerService( 267): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 267): START {act=android.intent.action.SEARCH_LONG_PRESS flg=0x10000000 cmp=android/com.android.internal.app.ResolverActivity} from pid 471
I/ActivityManager( 267): Displayed android/com.android.internal.app.ResolverActivity: +158ms (total +58s450ms)
I/AudioPolicyManager( 208): startOutput() output 1, stream 1, session 36
I/AudioHardwareMSM76XXA( 208): do output routing device 2
I/AudioHardwareMSM76XXA( 208): Routing audio to Speakerphone
I/ActivityManager( 267): START {act=android.intent.action.SEARCH_LONG_PRESS flg=0x13000000 cmp=com.google.android.googlequicksearchbox/.SearchActivity} from pid 267
I/ActivityManager( 267): Start proc com.google.android.googlequicksearchbox for activity com.google.android.googlequicksearchbox/.SearchActivity: pid=2009 uid=10017 gids={3003, 1007, 3002, 1015}
D/OpenGLRenderer( 471): Flushing caches (mode 1)
D/OpenGLRenderer( 471): Flushing caches (mode 0)
D/dalvikvm( 267): GC_CONCURRENT freed 1308K, 28% free 7866K/10887K, paused 7ms+30ms
E/dalvikvm( 2009): Dex cache directory isn't writable: /cache/dalvik-cache
I/dalvikvm( 2009): Unable to open or create cache for /system/app/Velvet.apk (/cache/dalvik-cache/[email protected]@[email protected])
D/AndroidRuntime( 2009): Shutting down VM
W/dalvikvm( 2009): threadid=1: thread exiting with uncaught exception (group=0x40a651f8)
E/AndroidRuntime( 2009): FATAL EXCEPTION: main
E/AndroidRuntime( 2009): java.lang.RuntimeException: Unable to instantiate application com.google.android.velvet.VelvetApplication: java.lang.ClassNotFoundException: com.google.android.velvet.VelvetApplication
E/AndroidRuntime( 2009): at android.app.LoadedApk.makeApplication(LoadedApk.java:482)
E/AndroidRuntime( 2009): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4089)
E/AndroidRuntime( 2009): at android.app.ActivityThread.access$1300(ActivityThread.java:132)
E/AndroidRuntime( 2009): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
E/AndroidRuntime( 2009): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2009): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2009): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 2009): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2009): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2009): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 2009): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 2009): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2009): Caused by: java.lang.ClassNotFoundException: com.google.android.velvet.VelvetApplication
E/AndroidRuntime( 2009): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
E/AndroidRuntime( 2009): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 2009): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 2009): at android.app.Instrumentation.newApplication(Instrumentation.java:942)
E/AndroidRuntime( 2009): at android.app.LoadedApk.makeApplication(LoadedApk.java:477)
E/AndroidRuntime( 2009): ... 11 more
W/ActivityManager( 267): Force finishing activity com.google.android.googlequicksearchbox/.SearchActivity
I/Process ( 267): Sending signal. PID: 2009 SIG: 3
I/dalvikvm( 2009): threadid=3: reacting to signal 3
I/dalvikvm( 2009): Wrote stack traces to '/data/anr/traces.txt'
Click to expand...
Click to collapse
Try Google now in new build
http://forum.xda-developers.com/showthread.php?p=31218293
Hit thanks if helped
How to make Voice search work in MIUIv4?
I searched many places but couldn't find any solution...
hope someone can help
thanks in advance!!
Logcat while trying to access voice search on MIUIv4 ayushrox build #3:
Code:
I/RecognitionControllerImpl( 2380): State change: STARTING -> STARTING
I/RecognitionControllerImpl( 2380): New mic stream.
I/AudioHardwareMSM76XXA( 113): do input routing device 400000
I/AudioHardwareMSM76XXA( 113): Routing audio to Speakerphone
W/AudioHardwareMSM76XXA( 113): rpc_snd_set_device(1, 1, 1)
E/BTFMPinSwitching( 113): switch mode failed because QCOM_FM feature is not ava
ilable
I/AudioHardwareMSM76XXA( 113): do input routing device 400000
I/AudioHardwareMSM76XXA( 113): Routing audio to Speakerphone
I/MicrophoneInputStream( 2380): #new 1
W/dalvikvm( 2380): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Lcom/google/android/voicesearch/endpointer/EndpointerInputStream;
W/dalvikvm( 2380): threadid=11: thread exiting with uncaught exception (group=0x
40a6b1f8)
E/AndroidRuntime( 2380): FATAL EXCEPTION: RecognitionControllerThread
E/AndroidRuntime( 2380): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
MicrophoneManagerImpl.getMicInputStream(MicrophoneManagerImpl.java:127)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
MicrophoneManagerImpl.setupMicrophone(MicrophoneManagerImpl.java:91)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl.startRecognition(RecognitionControllerImpl.java:403)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl.access$300(RecognitionControllerImpl.java:86)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl$1.handleMessage(RecognitionControllerImpl.java:263)
E/AndroidRuntime( 2380): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 2380): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2380): at android.os.HandlerThread.run(HandlerThread.ja
va:60)
E/AndroidRuntime( 2380): Caused by: java.lang.UnsatisfiedLinkError: Couldn't loa
d speech: findLibrary returned null
E/AndroidRuntime( 2380): at java.lang.Runtime.loadLibrary(Runtime.java:36
5)
E/AndroidRuntime( 2380): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.endpointer.End
pointerInputStream.(EndpointerInputStream.java:129)
E/AndroidRuntime( 2380): ... 8 more
W/ActivityManager( 183): Force finishing activity com.google.android.voicesea
rch/.RecognitionActivity
W/InputManagerService( 183): Window already focused, ignoring focus gain of: co
[email protected]
W/ActivityManager( 183): Force finishing activity com.google.android.googlequ
icksearchbox/.SearchActivity
V/PhoneStatusBar( 401): setLightsOn(true)
D/libEGL ( 2380): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 2380): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 2380): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 2380): loaded /system/lib/egl/libGLESv2_adreno200.so
D/OpenGLRenderer( 2380): Enabling debug mode 0
I/Process ( 183): Sending signal. PID: 2380 SIG: 3
I/dalvikvm( 2380): threadid=3: reacting to signal 3
I/dalvikvm( 2380): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 634): GC_EXPLICIT freed 262K, 22% free 8000K/10247K, paused 3ms+19m
s
I/RecognitionControllerImpl( 2380): State change: STARTING -> CANCELED
W/ActivityManager( 183): Duplicate finish request for ActivityRecord{410607f8 c
om.google.android.voicesearch/.RecognitionActivity}
I/AudioService( 183): AudioFocus abandonAudioFocus() from android.media.Audio
[email protected]
D/androidNetworkLocationListeners( 634): Still have listener com.google.android
[email protected]
D/PhoneStatusBar( 401): disable: < expand icons alerts ticker system_info back
home recent clock >
W/ResourceType( 183): Skipping entry 0x7f050000 in package table 0 because it i
s not complex!
D/OpenGLRenderer( 1126): Flushing caches (mode 1)
D/CellLocator( 634): Primary cell miss in cache. Need server request.
D/NetworkLocator( 634): New location significantly newer than previous. Reporti
ng it.
D/RPC ( 183): 3000008c:00050000 sending call (XID 53).
D/RPC ( 183): 3000008c:00050000 received REPLY (XID 53), grabbing mutex to
wake up client.
any solution?
Lennox Alexion said:
How to make Voice search work in MIUIv4?
I searched many places but couldn't find any solution...
hope someone can help
thanks in advance!!
Logcat while trying to access voice search on MIUIv4 ayushrox build #3:
Code:
I/RecognitionControllerImpl( 2380): State change: STARTING -> STARTING
I/RecognitionControllerImpl( 2380): New mic stream.
I/AudioHardwareMSM76XXA( 113): do input routing device 400000
I/AudioHardwareMSM76XXA( 113): Routing audio to Speakerphone
W/AudioHardwareMSM76XXA( 113): rpc_snd_set_device(1, 1, 1)
E/BTFMPinSwitching( 113): switch mode failed because QCOM_FM feature is not ava
ilable
I/AudioHardwareMSM76XXA( 113): do input routing device 400000
I/AudioHardwareMSM76XXA( 113): Routing audio to Speakerphone
I/MicrophoneInputStream( 2380): #new 1
W/dalvikvm( 2380): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Lcom/google/android/voicesearch/endpointer/EndpointerInputStream;
W/dalvikvm( 2380): threadid=11: thread exiting with uncaught exception (group=0x
40a6b1f8)
E/AndroidRuntime( 2380): FATAL EXCEPTION: RecognitionControllerThread
E/AndroidRuntime( 2380): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
MicrophoneManagerImpl.getMicInputStream(MicrophoneManagerImpl.java:127)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
MicrophoneManagerImpl.setupMicrophone(MicrophoneManagerImpl.java:91)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl.startRecognition(RecognitionControllerImpl.java:403)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl.access$300(RecognitionControllerImpl.java:86)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.speechservice.
RecognitionControllerImpl$1.handleMessage(RecognitionControllerImpl.java:263)
E/AndroidRuntime( 2380): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 2380): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2380): at android.os.HandlerThread.run(HandlerThread.ja
va:60)
E/AndroidRuntime( 2380): Caused by: java.lang.UnsatisfiedLinkError: Couldn't loa
d speech: findLibrary returned null
E/AndroidRuntime( 2380): at java.lang.Runtime.loadLibrary(Runtime.java:36
5)
E/AndroidRuntime( 2380): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime( 2380): at com.google.android.voicesearch.endpointer.End
pointerInputStream.<clinit>(EndpointerInputStream.java:129)
E/AndroidRuntime( 2380): ... 8 more
W/ActivityManager( 183): Force finishing activity com.google.android.voicesea
rch/.RecognitionActivity
W/InputManagerService( 183): Window already focused, ignoring focus gain of: co
[email protected]
W/ActivityManager( 183): Force finishing activity com.google.android.googlequ
icksearchbox/.SearchActivity
V/PhoneStatusBar( 401): setLightsOn(true)
D/libEGL ( 2380): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 2380): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 2380): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 2380): loaded /system/lib/egl/libGLESv2_adreno200.so
D/OpenGLRenderer( 2380): Enabling debug mode 0
I/Process ( 183): Sending signal. PID: 2380 SIG: 3
I/dalvikvm( 2380): threadid=3: reacting to signal 3
I/dalvikvm( 2380): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 634): GC_EXPLICIT freed 262K, 22% free 8000K/10247K, paused 3ms+19m
s
I/RecognitionControllerImpl( 2380): State change: STARTING -> CANCELED
W/ActivityManager( 183): Duplicate finish request for ActivityRecord{410607f8 c
om.google.android.voicesearch/.RecognitionActivity}
I/AudioService( 183): AudioFocus abandonAudioFocus() from android.media.Audio
[email protected]
D/androidNetworkLocationListeners( 634): Still have listener com.google.android
[email protected]
D/PhoneStatusBar( 401): disable: < expand icons alerts ticker system_info back
home recent clock >
W/ResourceType( 183): Skipping entry 0x7f050000 in package table 0 because it i
s not complex!
D/OpenGLRenderer( 1126): Flushing caches (mode 1)
D/CellLocator( 634): Primary cell miss in cache. Need server request.
D/NetworkLocator( 634): New location significantly newer than previous. Reporti
ng it.
D/RPC ( 183): 3000008c:00050000 sending call (XID 53).
D/RPC ( 183): 3000008c:00050000 received REPLY (XID 53), grabbing mutex to
wake up client.
any solution?
Click to expand...
Click to collapse
[Solved] few library files were missing
Sent from my HTC Explorer A310e using xda premium
Team venom can you please get Arabic keyboard and dictionary to vipers 1.5.0 please i miss them so much and many other also do.
I am happy if you can make a flashable zip for Arabic keyboard and dictionary
Sent from my HTC Sensation Z710e using xda app-developers app
Check the add ons section in.. Venom hub.. It has Arabic keyboard now
Sent from my HTC Sensation using xda premium
Please Help
I previously had S3N5aY v 2.0 Rom on my phone, and thought it time to update to ICS,
I did full wipe and loaded version 1.5, It comes to the bootscreen where it turns the Sensation e upside down and then reboots itself continuously at the same spot, have clockworkmod 5.0.0.8 on the phone. How do I fix this problem ?
---------- Post added at 05:47 PM ---------- Previous post was at 05:01 PM ----------
Beast Power said:
Please Help
I previously had S3N5aY v 2.0 Rom on my phone, and thought it time to update to ICS,
I did full wipe and loaded version 1.5, It comes to the bootscreen where it turns the Sensation e upside down and then reboots itself continuously at the same spot, have clockworkmod 5.0.0.8 on the phone. How do I fix this problem ?
Click to expand...
Click to collapse
Nearly 2 hours and no reply ?
Flash 3.33 firmware
Sent From My HTC Sensation powered by ARHD and Faux Kernel
ganeshp said:
Check the add ons section in.. Venom hub.. It has Arabic keyboard now
Sent from my HTC Sensation using xda premium
Click to expand...
Click to collapse
I am really thanksfull :good::good::good::good: but how to set it up because i flashed and try to use and got in settings but its not working
Beast Power said:
Please Help
I previously had S3N5aY v 2.0 Rom on my phone, and thought it time to update to ICS,
I did full wipe and loaded version 1.5, It comes to the bootscreen where it turns the Sensation e upside down and then reboots itself continuously at the same spot, have clockworkmod 5.0.0.8 on the phone. How do I fix this problem ?
---------- Post added at 05:47 PM ---------- Previous post was at 05:01 PM ----------
Nearly 2 hours and no reply ?
Click to expand...
Click to collapse
post your bootloader details
Arabic Keyboard problem in Venom Flash
Hello,
I am running through the same case. Here is the log I get:
E/AndroidRuntime( 2409): FATAL EXCEPTION: main
E/AndroidRuntime( 2409): android.content.res.Resources$NotFoundException: String resource ID #0x40f14900
E/AndroidRuntime( 2409): at android.content.res.Resources.getText(Resources.java)
E/AndroidRuntime( 2409): at android.widget.TextView.setText(TextView.java)
E/AndroidRuntime( 2409): at com.parfield.inputmethod.arabic.ParfieldDialogPreference.onPrepareDialogBuilder(ParfieldDialogPreference.java:42)
E/AndroidRuntime( 2409): at android.preference.DialogPreference.showDialog(DialogPreference.java)
E/AndroidRuntime( 2409): at android.preference.DialogPreference.onClick(DialogPreference.java)
E/AndroidRuntime( 2409): at android.preference.Preference.performClick(Preference.java)
E/AndroidRuntime( 2409): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java)
E/AndroidRuntime( 2409): at android.widget.AdapterView.performItemClick(AdapterView.java)
E/AndroidRuntime( 2409): at android.widget.AbsListView.performItemClick(AbsListView.java)
E/AndroidRuntime( 2409): at android.widget.ListView.performItemClick(ListView.java)
E/AndroidRuntime( 2409): at android.widget.AbsListView$PerformClick.run(AbsListView.java)
E/AndroidRuntime( 2409): at android.widget.AbsListView.onTouchEvent(AbsListView.java)
E/AndroidRuntime( 2409): at android.widget.ListView.onTouchEvent(ListView.java)
E/AndroidRuntime( 2409): at android.view.View.dispatchTouchEvent(View.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.widget.AbsListView.dispatchTouchEvent(AbsListView.java)
E/AndroidRuntime( 2409): at android.widget.ListView.dispatchTouchEvent(ListView.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java)
E/AndroidRuntime( 2409): at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java)
E/AndroidRuntime( 2409): at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java)
E/AndroidRuntime( 2409): at android.app.Activity.dispatchTouchEvent(Activity.java)
E/AndroidRuntime( 2409): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java)
E/AndroidRuntime( 2409): at android.view.View.dispatchPointerEvent(View.java)
E/AndroidRuntime( 2409): at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java)
E/AndroidRuntime( 2409): at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java)
E/AndroidRuntime( 2409): at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java)
E/AndroidRuntime( 2409): at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java)
E/AndroidRuntime( 2409): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 2409): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 2409): at android.app.ActivityThread.main(ActivityThread.java)
E/AndroidRuntime( 2409): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2409): at java.lang.reflect.Method.invoke(Method.java)
E/AndroidRuntime( 2409): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
E/AndroidRuntime( 2409): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
E/AndroidRuntime( 2409): at dalvik.system.NativeStart.main(Native Method)
E/EmbeddedLogger( 278): App crashed! Process: com.parfield.inputmethod.arabic
E/EmbeddedLogger( 278): App crashed! Package: com.parfield.inputmethod.arabic v453 (4.1.453)
E/EmbeddedLogger( 278): Application Label: Arabic keyboard
---------- Post added at 01:26 AM ---------- Previous post was at 01:14 AM ----------
ganeshp:
can you give me a hand in pinning down the crashing issue. So far I think it is connected with the crashing I get when calling Wipe Delvik Cashe in both versions (1.4.1 and 1.5.2):
W/CpuWake ( 278): >>releaseCpuPerfWakeLock
W/CpuWake ( 278): <<releaseCpuPerfWakeLock
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
D/dalvikvm( 278): GC_FOR_ALLOC freed 986K, 28% free 13659K/18723K, paused 85ms
I/FxActivity( 363): FxActivity.onPause()
D/ConnectivityService( 278): onUidRulesChanged(uid=10146, uidRules=0)
D/OpenGLRenderer( 363): Flushing caches (mode 1)
D/mode10 ( 363): FxSurfaceView.surfaceDestroyed, mViewObject:[email protected]
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x58cca000 size:12918784 offset:10829824
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x5991c000 size:21307392 offset:19218432
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x5ad98000 size:23396352 offset:21307392
D/OpenGLRenderer( 363): Flushing caches (mode 0)
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x584d2000 size:8355840 offset:6266880
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x5c3e8000 size:25485312 offset:23396352
D/memalloc( 363): /dev/pmem: Unmapping buffer base:0x5753b000 size:2088960 offset:0
I/InputManagerService( 278): [unbindCurrentClientLocked] Disable input method client.
I/InputManagerService( 278): [startInputLocked] Enable input method client.
D/dalvikvm( 2011): GC_CONCURRENT freed 2317K, 33% free 5333K/7843K, paused 2ms+3ms
D/WifiStateMachine( 278): fetchRssiAndLinkSpeedNative RSSI = -64
D/memalloc( 2011): /dev/pmem: Unmapping buffer base:0x525c9000 size:10567680 offset:10444800
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
D/PhoneStatusBarPolicy( 363): silentresetvalue = 0, mTimerEnabled = false
D/PhoneStatusBarPolicy( 363): updateSignalStrength(), in service, remove timer
D/PhoneStatusBarPolicy( 363): isCdma():false hasService:true mSimState=UNKNOWN gprsState=0 mDataState=0 dataActivity=0 mPhone.htcModemLinkOn:false hspa==true
D/PhoneStatusBarPolicy( 363): updateDataIcon(), silentresetvalue = 0, mTimerEnabled = false
D/PhoneStatusBarPolicy( 363): updateDataIcon(), in data service, do nothing
W/ActivityManager( 278): Activity destroy timeout for ActivityRecord{419063b0 com.parfield.inputmethod.arabic/.ParfieldIMESettings}
D/WifiStateMachine( 278): fetchRssiAndLinkSpeedNative RSSI = -65
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
D/dalvikvm( 2277): GC_BEFORE_OOM freed 2397K, 37% free 4427K/6947K, paused 54ms
D/WifiStateMachine( 278): fetchRssiAndLinkSpeedNative RSSI = -66
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
D/dalvikvm( 363): GC_BEFORE_OOM freed 1242K, 62% free 5359K/13859K, paused 59ms
D/WifiStateMachine( 278): fetchRssiAndLinkSpeedNative RSSI = -66
I/PowerManagerService-JNI( 278): [Stability] PowerManagerService_userActivity JNI pass power key event to PowerManagerService userActivity()
Thanks for any hint.