Google Glass Native GDK + Misc Samples - Glass Development

Hello Guys!
I have been very busy lately and have been working on an Open Source repository on Github called OpenQuartz:
https://github.com/jaredsburrows/OpenQuartz
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://github.com/jaredsburrows/OpenQuartz
Blog: http://blog.burrowsapps.com/
OpenQuartz
- Open Source Google Glass Development
Example Applications
Google Glass Application Sources
Third Party Applications
Example Applications (more soon)
GDK
- Hello Glass - Andre Compagno
- Voice Example - Andre Compagno
- Memo(notepad) - Andre Compagno (coming soon)
Misc
- Glass Preview - Jared Burrows
- Face Detection - Jared Burrows (optimization coming soon)
Please take a look and star the repo if you can!

Looks pretty cool! I'll have to check it out later.
Sent from my iPod touch using Tapatalk

voiceexample compiled but fails to launch due to permission denial. what am i doing wrong?
package:/data/app/com.openquartz.voiceexample-1.apk=com.openquartz.voiceexample
adb shell am start -a android.intent.action.MAIN -n com.openquartz.voiceexample/.MenuActivity
Starting: Intent { act=android.intent.action.MAIN cmp=com.openquartz.voiceexample/.MenuActivity }
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.openquartz.voiceexample/.MenuActivity } from null (pid=19725, uid=2000) not exported from uid 10031
at android.os.Parcel.readException(Parcel.java:1327)
at android.os.Parcel.readException(Parcel.java:1281)
at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:1631)
at com.android.commands.am.Am.runStart(Am.java:441)
at com.android.commands.am.Am.run(Am.java:108)
at com.android.commands.am.Am.main(Am.java:81)
at com.android.internal.os.RuntimeInit.finishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:238)
at dalvik.system.NativeStart.main(Native Method)
---------- Post added at 06:30 AM ---------- Previous post was at 06:23 AM ----------
Never mind. voice example is launched using "ok glass voice example" and not using adb
---------- Post added at 07:18 AM ---------- Previous post was at 06:30 AM ----------
@jarredburrows
can you explain how to launch the facedetect app? is it self contained or does it additionally rely on the camera and glasspreview example-apps?
I am using xe12 and opencv2.4.7.1 . Below is the adblogcat of FdActivity and it forcestops saying unable to open camera
I/ActivityManager( 204): START {cmp=com.jtxdriggers.android.glass.glasslauncher/.MenuActivity} from pid -1
W/ActivityManager( 204): startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=com.jtxdriggers.android.glass.glasslauncher/.MenuActivity }
I/MainTimelineActivity( 482): onPause: 41700020
I/MainTimelineActivity( 482): Removing listener from VoiceService: MainTimelineActivity
D/audio_hw_primary( 109): select_output_device: output_type: 1, base_headset_volume: 1
D/SliderMenuPresenter(13965): Initialize a new menu view : 4
D/CardScrollView(13965): Activating.
D/SliderSubMenuProvider(13965): Open top-level menu
W/Resources( 204): Converting to boolean: TypedValue{t=0x3/d=0xc4b "res/anim/accelerate_interpolator.xml" a=1 r=0x10a0005}
W/Resources( 204): Converting to boolean: TypedValue{t=0x3/d=0xc4b "res/anim/accelerate_interpolator.xml" a=1 r=0x10a0005}
I/ActivityManager( 204): Displayed com.jtxdriggers.android.glass.glasslauncher/.MenuActivity: +410ms (total +1m31s867ms)
I/ActivityManager( 204): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.openquartz.facedetect/.FdActivity} from pid 13965
D/SliderMenuView(13965): Performed action on 0 : true
I/ActivityManager( 204): Start proc com.openquartz.facedetect for activity com.openquartz.facedetect/.FdActivity: pid=7176 uid=10033 gids={1006}
I/MainTimelineActivity( 482): onStop: 41700020
D/OpenGLRenderer( 482): Flushing caches (mode 0)
D/dalvikvm( 204): GC_CONCURRENT freed 728K, 10% free 12855K/14151K, paused 7ms+21ms
D/OpenGLRenderer(13965): Flushing caches (mode 0)
D/OpenGLRenderer( 482): Flushing caches (mode 1)
I/OCVSample::Activity( 7176): Instantiated new class com.openquartz.facedetect.FdActivity
I/OCVSample::Activity( 7176): called onCreate
D/CameraBridge( 7176): Attr count: 5
D/OpenCV/StaticHelper( 7176): Trying to get library list
E/OpenCV/StaticHelper( 7176): OpenCV error: Cannot load info library for OpenCV
D/OpenCV/StaticHelper( 7176): Library list: ""
D/OpenCV/StaticHelper( 7176): First attempt to load libs
D/OpenCV/StaticHelper( 7176): Trying to init OpenCV libs
D/OpenCV/StaticHelper( 7176): Trying to load library opencv_java
D/dalvikvm( 7176): Trying to load lib /data/data/com.openquartz.facedetect/lib/libopencv_java.so 0x4168bc88
D/dalvikvm( 7176): Added shared lib /data/data/com.openquartz.facedetect/lib/libopencv_java.so 0x4168bc88
D/OpenCV/StaticHelper( 7176): OpenCV libs init was ok!
D/OpenCV/StaticHelper( 7176): First attempt to load libs is OK
I/OpenCV/StaticHelper( 7176): General configuration for OpenCV 2.4.7.1 =====================================
I/OpenCV/StaticHelper( 7176): Version control: 2.4.7.1-dirty
I/OpenCV/StaticHelper( 7176): Platform:
I/OpenCV/StaticHelper( 7176): Host: Linux 3.2.0-56-generic x86_64
I/OpenCV/StaticHelper( 7176): Target: Linux 1 armv7-a
I/OpenCV/StaticHelper( 7176): CMake: 2.8.12
I/OpenCV/StaticHelper( 7176): CMake generator: Ninja
I/OpenCV/StaticHelper( 7176): CMake build tool: /usr/local/bin/ninja
I/OpenCV/StaticHelper( 7176): Configuration: Release
I/OpenCV/StaticHelper( 7176): C/C++:
I/OpenCV/StaticHelper( 7176): Built as dynamic libs?: NO
I/OpenCV/StaticHelper( 7176): C++ Compiler: /opt/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ (ver 4.6)
I/OpenCV/StaticHelper( 7176): C++ flags (Release): -fexceptions -frtti -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -mthumb -fomit-frame-pointer -fno-strict-aliasing -O3 -DNDEBUG -DNDEBUG
I/OpenCV/StaticHelper( 7176): C++ flags (Debug): -fexceptions -frtti -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -marm -fno-omit-frame-pointer -fno-strict-aliasing -O0 -g -DDEBUG -D_DEBUG -O0 -DDEBUG -D_DEBUG
I/OpenCV/StaticHelper( 7176): C Compiler: /opt/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc
I/OpenCV/StaticHelper( 7176): C flags (Release): -fexceptions -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -mthumb -fomit-frame-pointer -fno-strict-aliasing -O3 -DNDEBUG -DNDEBUG
I/OpenCV/StaticHelper( 7176): C flags (Debug): -fexceptions -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -marm -fno-omit-frame-pointer -fno-strict-aliasing -O0 -g -DDEBUG -D_DEBUG -O0 -DDEBUG -D_DEBUG
I/OpenCV/StaticHelper( 7176): Linker flags (Release): -Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -fuse-ld=gold -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
I/OpenCV/StaticHelper( 7176): Linker flags (Debug): -Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -fuse-ld=gold -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
I/OpenCV/StaticHelper( 7176): Precompiled headers: YES
I/OpenCV/StaticHelper( 7176): OpenCV modules:
I/OpenCV/StaticHelper( 7176): To be built: core androidcamera flann imgproc highgui features2d calib3d ml objdetect video contrib photo java legacy ocl stitching ts videostab
I/OpenCV/StaticHelper( 7176): Disabled: gpu world
I/OpenCV/StaticHelper( 7176): Disabled by dependency: -
I/OpenCV/StaticHelper( 7176): Unavailable: nonfree python superres
I/OpenCV/StaticHelper( 7176): Android:
I/OpenCV/StaticHelper( 7176): Android ABI: armeabi-v7a
I/OpenCV/StaticHelper( 7176): STL type: gnustl_static
I/OpenCV/StaticHelper( 7176): Native API level: android-8
I/OpenCV/StaticHelper( 7176): SDK target: android-11
I/OpenCV/StaticHelper( 7176): Android NDK: /opt/android-ndk-r8c (toolchain: arm-linux-androideabi-4.6)
I/OpenCV/StaticHelper( 7176): android tool: /opt/android-sdk-linux/tools/android (Android SDK Tools, revision 22.)
I/OpenCV/StaticHelper( 7176): Google Play package: YES
I/OpenCV/StaticHelper( 7176): Android examples: YES
I/OpenCV/StaticHelper( 7176): GUI:
I/OpenCV/StaticHelper( 7176): GTK+ 2.x: NO
I/OpenCV/StaticHelper( 7176): GThread : NO
I/OpenCV/StaticHelper( 7176): GtkGlExt: NO
I/OpenCV/StaticHelper( 7176): OpenGL support: NO
I/OpenCV/StaticHelper( 7176): Media I/O:
I/OpenCV/StaticHelper( 7176): ZLib: z (ver 1.2.3)
I/OpenCV/StaticHelper( 7176): JPEG: build (ver 62)
I/OpenCV/StaticHelper( 7176): PNG: build (ver 1.5.12)
I/OpenCV/StaticHelper( 7176): TIFF: build (ver 42 - 4.0.2)
I/OpenCV/StaticHelper( 7176): JPEG 2000: build (ver 1.900.1)
I/OpenCV/StaticHelper( 7176): OpenEXR: build (ver 1.7.1)
I/OpenCV/StaticHelper( 7176): Video I/O:
I/OpenCV/StaticHelper( 7176): AndroidNativeCamera: YES, use prebuilt libraries
I/OpenCV/StaticHelper( 7176): Other third-party libraries:
I/OpenCV/StaticHelper( 7176): Use IPP: NO
I/OpenCV/StaticHelper( 7176): Use Eigen: YES (ver 3.1.2)
I/OpenCV/StaticHelper( 7176): Use TBB: YES (ver 4.1 interface 6102)
I/OpenCV/StaticHelper( 7176): Use OpenMP: NO
I/OpenCV/StaticHelper( 7176): Use GCD NO
I/OpenCV/StaticHelper( 7176): Use Concurrency NO
I/OpenCV/StaticHelper( 7176): Use C=: NO
I/OpenCV/StaticHelper( 7176): Use Cuda: NO
I/OpenCV/StaticHelper( 7176): Use OpenCL: YES
I/OpenCV/StaticHelper( 7176): OpenCL:
I/OpenCV/StaticHelper( 7176): Version: dynamic
I/OpenCV/StaticHelper( 7176): Include path: /home/reports/ci/slave_desktop/50-SDK/opencv/3rdparty/include/opencl/1.2
I/OpenCV/StaticHelper( 7176): Use AMD FFT: NO
I/OpenCV/StaticHelper( 7176): Use AMD BLAS: NO
I/OpenCV/StaticHelper( 7176): Python:
I/OpenCV/StaticHelper( 7176): Interpreter: /usr/bin/python2 (ver 2.7.3)
I/OpenCV/StaticHelper( 7176): Java:
I/OpenCV/StaticHelper( 7176): ant: /usr/bin/ant (ver 1.8.2)
I/OpenCV/StaticHelper( 7176): Java tests: NO
I/OpenCV/StaticHelper( 7176): Documentation:
I/OpenCV/StaticHelper( 7176): Build Documentation: YES
I/OpenCV/StaticHelper( 7176): Sphinx: /usr/local/bin/sphinx-build (ver 1.1.3)
I/OpenCV/StaticHelper( 7176): PdfLaTeX compiler: /usr/bin/pdflatex
I/OpenCV/StaticHelper( 7176): Tests and samples:
I/OpenCV/StaticHelper( 7176): Tests: NO
I/OpenCV/StaticHelper( 7176): Performance tests: NO
I/OpenCV/StaticHelper( 7176): C/C++ Examples: NO
I/OpenCV/StaticHelper( 7176): Install path: /home/reports/ci/slave_desktop/50-SDK/build/builds/o4a/install
I/OpenCV/StaticHelper( 7176): cvconfig.h is in: /home/reports/ci/slave_desktop/50-SDK/build/builds/o4a
I/OpenCV/StaticHelper( 7176): -----------------------------------------------------------------
I/OCVSample::Activity( 7176): OpenCV loaded successfully
I/OCVSample::Activity( 7176): Loaded cascade classifier from /data/data/com.openquartz.facedetect/app_cascade/haarcascade_frontalface_alt.xml
D/libEGL ( 7176): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer( 7176): Enabling debug mode 0
D/CameraBridge( 7176): call surfaceChanged event
D/JavaCameraView( 7176): Connecting to camera
D/JavaCameraView( 7176): Initialize java camera
D/JavaCameraView( 7176): Trying to open camera with old open()
W/CameraService( 109): CameraService::connect X (pid 7176) rejected (existing client).
E/JavaCameraView( 7176): Camera is not available (in use or does not exist): Fail to connect to camera service
D/JavaCameraView( 7176): Trying to open camera with new open(0)
W/CameraService( 109): CameraService::connect X (pid 7176) rejected (existing client).
E/JavaCameraView( 7176): Camera #0failed to open: Fail to connect to camera service
D/AndroidRuntime( 7176): Shutting down VM
W/dalvikvm( 7176): threadid=1: thread exiting with uncaught exception (group=0x40daf1f8)
E/AndroidRuntime( 7176): FATAL EXCEPTION: main
E/AndroidRuntime( 7176): java.lang.NullPointerException
E/AndroidRuntime( 7176): at com.openquartz.facedetect.JView.initializeCamera(JView.java:24)
E/AndroidRuntime( 7176): at org.opencv.android.JavaCameraView.connectCamera(JavaCameraView.java:239)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.onEnterStartedState(CameraBridgeViewBase.java:355)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.processEnterState(CameraBridgeViewBase.java:318)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.checkCurrentState(CameraBridgeViewBase.java:311)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.surfaceChanged(CameraBridgeViewBase.java:197)
E/AndroidRuntime( 7176): at android.view.SurfaceView.updateWindow(SurfaceView.java:555)
E/AndroidRuntime( 7176): at android.view.SurfaceView.access$000(SurfaceView.java:82)
E/AndroidRuntime( 7176): at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:170)
E/AndroidRuntime( 7176): at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)
E/AndroidRuntime( 7176): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1626)
E/AndroidRuntime( 7176): at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2451)
E/AndroidRuntime( 7176): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7176): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7176): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 7176): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7176): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7176): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 7176): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 7176): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 204): Force finishing activity com.openquartz.facedetect/.FdActivity
W/ActivityManager( 204): Activity pause timeout for ActivityRecord{418e2250 com.openquartz.facedetect/.FdActivity}
I/MainTimelineActivity( 482): onStart: 41700020

dq11 said:
voiceexample compiled but fails to launch due to permission denial. what am i doing wrong?
package:/data/app/com.openquartz.voiceexample-1.apk=com.openquartz.voiceexample
adb shell am start -a android.intent.action.MAIN -n com.openquartz.voiceexample/.MenuActivity
Starting: Intent { act=android.intent.action.MAIN cmp=com.openquartz.voiceexample/.MenuActivity }
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.openquartz.voiceexample/.MenuActivity } from null (pid=19725, uid=2000) not exported from uid 10031
at android.os.Parcel.readException(Parcel.java:1327)
at android.os.Parcel.readException(Parcel.java:1281)
at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:1631)
at com.android.commands.am.Am.runStart(Am.java:441)
at com.android.commands.am.Am.run(Am.java:108)
at com.android.commands.am.Am.main(Am.java:81)
at com.android.internal.os.RuntimeInit.finishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:238)
at dalvik.system.NativeStart.main(Native Method)
---------- Post added at 06:30 AM ---------- Previous post was at 06:23 AM ----------
Never mind. voice example is launched using "ok glass voice example" and not using adb
---------- Post added at 07:18 AM ---------- Previous post was at 06:30 AM ----------
@jarredburrows
can you explain how to launch the facedetect app? is it self contained or does it additionally rely on the camera and glasspreview example-apps?
I am using xe12 and opencv2.4.7.1 . Below is the adblogcat of FdActivity and it forcestops saying unable to open camera
I/ActivityManager( 204): START {cmp=com.jtxdriggers.android.glass.glasslauncher/.MenuActivity} from pid -1
W/ActivityManager( 204): startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=com.jtxdriggers.android.glass.glasslauncher/.MenuActivity }
I/MainTimelineActivity( 482): onPause: 41700020
I/MainTimelineActivity( 482): Removing listener from VoiceService: MainTimelineActivity
D/audio_hw_primary( 109): select_output_device: output_type: 1, base_headset_volume: 1
D/SliderMenuPresenter(13965): Initialize a new menu view : 4
D/CardScrollView(13965): Activating.
D/SliderSubMenuProvider(13965): Open top-level menu
W/Resources( 204): Converting to boolean: TypedValue{t=0x3/d=0xc4b "res/anim/accelerate_interpolator.xml" a=1 r=0x10a0005}
W/Resources( 204): Converting to boolean: TypedValue{t=0x3/d=0xc4b "res/anim/accelerate_interpolator.xml" a=1 r=0x10a0005}
I/ActivityManager( 204): Displayed com.jtxdriggers.android.glass.glasslauncher/.MenuActivity: +410ms (total +1m31s867ms)
I/ActivityManager( 204): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.openquartz.facedetect/.FdActivity} from pid 13965
D/SliderMenuView(13965): Performed action on 0 : true
I/ActivityManager( 204): Start proc com.openquartz.facedetect for activity com.openquartz.facedetect/.FdActivity: pid=7176 uid=10033 gids={1006}
I/MainTimelineActivity( 482): onStop: 41700020
D/OpenGLRenderer( 482): Flushing caches (mode 0)
D/dalvikvm( 204): GC_CONCURRENT freed 728K, 10% free 12855K/14151K, paused 7ms+21ms
D/OpenGLRenderer(13965): Flushing caches (mode 0)
D/OpenGLRenderer( 482): Flushing caches (mode 1)
I/OCVSample::Activity( 7176): Instantiated new class com.openquartz.facedetect.FdActivity
I/OCVSample::Activity( 7176): called onCreate
D/CameraBridge( 7176): Attr count: 5
D/OpenCV/StaticHelper( 7176): Trying to get library list
E/OpenCV/StaticHelper( 7176): OpenCV error: Cannot load info library for OpenCV
D/OpenCV/StaticHelper( 7176): Library list: ""
D/OpenCV/StaticHelper( 7176): First attempt to load libs
D/OpenCV/StaticHelper( 7176): Trying to init OpenCV libs
D/OpenCV/StaticHelper( 7176): Trying to load library opencv_java
D/dalvikvm( 7176): Trying to load lib /data/data/com.openquartz.facedetect/lib/libopencv_java.so 0x4168bc88
D/dalvikvm( 7176): Added shared lib /data/data/com.openquartz.facedetect/lib/libopencv_java.so 0x4168bc88
D/OpenCV/StaticHelper( 7176): OpenCV libs init was ok!
D/OpenCV/StaticHelper( 7176): First attempt to load libs is OK
I/OpenCV/StaticHelper( 7176): General configuration for OpenCV 2.4.7.1 =====================================
I/OpenCV/StaticHelper( 7176): Version control: 2.4.7.1-dirty
I/OpenCV/StaticHelper( 7176): Platform:
I/OpenCV/StaticHelper( 7176): Host: Linux 3.2.0-56-generic x86_64
I/OpenCV/StaticHelper( 7176): Target: Linux 1 armv7-a
I/OpenCV/StaticHelper( 7176): CMake: 2.8.12
I/OpenCV/StaticHelper( 7176): CMake generator: Ninja
I/OpenCV/StaticHelper( 7176): CMake build tool: /usr/local/bin/ninja
I/OpenCV/StaticHelper( 7176): Configuration: Release
I/OpenCV/StaticHelper( 7176): C/C++:
I/OpenCV/StaticHelper( 7176): Built as dynamic libs?: NO
I/OpenCV/StaticHelper( 7176): C++ Compiler: /opt/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-g++ (ver 4.6)
I/OpenCV/StaticHelper( 7176): C++ flags (Release): -fexceptions -frtti -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -mthumb -fomit-frame-pointer -fno-strict-aliasing -O3 -DNDEBUG -DNDEBUG
I/OpenCV/StaticHelper( 7176): C++ flags (Debug): -fexceptions -frtti -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -marm -fno-omit-frame-pointer -fno-strict-aliasing -O0 -g -DDEBUG -D_DEBUG -O0 -DDEBUG -D_DEBUG
I/OpenCV/StaticHelper( 7176): C Compiler: /opt/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc
I/OpenCV/StaticHelper( 7176): C flags (Release): -fexceptions -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -mthumb -fomit-frame-pointer -fno-strict-aliasing -O3 -DNDEBUG -DNDEBUG
I/OpenCV/StaticHelper( 7176): C flags (Debug): -fexceptions -Wno-psabi --sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm -fpic -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -fomit-frame-pointer -marm -fno-omit-frame-pointer -fno-strict-aliasing -O0 -g -DDEBUG -D_DEBUG -O0 -DDEBUG -D_DEBUG
I/OpenCV/StaticHelper( 7176): Linker flags (Release): -Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -fuse-ld=gold -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
I/OpenCV/StaticHelper( 7176): Linker flags (Debug): -Wl,--fix-cortex-a8 -Wl,--no-undefined -Wl,--gc-sections -fuse-ld=gold -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now
I/OpenCV/StaticHelper( 7176): Precompiled headers: YES
I/OpenCV/StaticHelper( 7176): OpenCV modules:
I/OpenCV/StaticHelper( 7176): To be built: core androidcamera flann imgproc highgui features2d calib3d ml objdetect video contrib photo java legacy ocl stitching ts videostab
I/OpenCV/StaticHelper( 7176): Disabled: gpu world
I/OpenCV/StaticHelper( 7176): Disabled by dependency: -
I/OpenCV/StaticHelper( 7176): Unavailable: nonfree python superres
I/OpenCV/StaticHelper( 7176): Android:
I/OpenCV/StaticHelper( 7176): Android ABI: armeabi-v7a
I/OpenCV/StaticHelper( 7176): STL type: gnustl_static
I/OpenCV/StaticHelper( 7176): Native API level: android-8
I/OpenCV/StaticHelper( 7176): SDK target: android-11
I/OpenCV/StaticHelper( 7176): Android NDK: /opt/android-ndk-r8c (toolchain: arm-linux-androideabi-4.6)
I/OpenCV/StaticHelper( 7176): android tool: /opt/android-sdk-linux/tools/android (Android SDK Tools, revision 22.)
I/OpenCV/StaticHelper( 7176): Google Play package: YES
I/OpenCV/StaticHelper( 7176): Android examples: YES
I/OpenCV/StaticHelper( 7176): GUI:
I/OpenCV/StaticHelper( 7176): GTK+ 2.x: NO
I/OpenCV/StaticHelper( 7176): GThread : NO
I/OpenCV/StaticHelper( 7176): GtkGlExt: NO
I/OpenCV/StaticHelper( 7176): OpenGL support: NO
I/OpenCV/StaticHelper( 7176): Media I/O:
I/OpenCV/StaticHelper( 7176): ZLib: z (ver 1.2.3)
I/OpenCV/StaticHelper( 7176): JPEG: build (ver 62)
I/OpenCV/StaticHelper( 7176): PNG: build (ver 1.5.12)
I/OpenCV/StaticHelper( 7176): TIFF: build (ver 42 - 4.0.2)
I/OpenCV/StaticHelper( 7176): JPEG 2000: build (ver 1.900.1)
I/OpenCV/StaticHelper( 7176): OpenEXR: build (ver 1.7.1)
I/OpenCV/StaticHelper( 7176): Video I/O:
I/OpenCV/StaticHelper( 7176): AndroidNativeCamera: YES, use prebuilt libraries
I/OpenCV/StaticHelper( 7176): Other third-party libraries:
I/OpenCV/StaticHelper( 7176): Use IPP: NO
I/OpenCV/StaticHelper( 7176): Use Eigen: YES (ver 3.1.2)
I/OpenCV/StaticHelper( 7176): Use TBB: YES (ver 4.1 interface 6102)
I/OpenCV/StaticHelper( 7176): Use OpenMP: NO
I/OpenCV/StaticHelper( 7176): Use GCD NO
I/OpenCV/StaticHelper( 7176): Use Concurrency NO
I/OpenCV/StaticHelper( 7176): Use C=: NO
I/OpenCV/StaticHelper( 7176): Use Cuda: NO
I/OpenCV/StaticHelper( 7176): Use OpenCL: YES
I/OpenCV/StaticHelper( 7176): OpenCL:
I/OpenCV/StaticHelper( 7176): Version: dynamic
I/OpenCV/StaticHelper( 7176): Include path: /home/reports/ci/slave_desktop/50-SDK/opencv/3rdparty/include/opencl/1.2
I/OpenCV/StaticHelper( 7176): Use AMD FFT: NO
I/OpenCV/StaticHelper( 7176): Use AMD BLAS: NO
I/OpenCV/StaticHelper( 7176): Python:
I/OpenCV/StaticHelper( 7176): Interpreter: /usr/bin/python2 (ver 2.7.3)
I/OpenCV/StaticHelper( 7176): Java:
I/OpenCV/StaticHelper( 7176): ant: /usr/bin/ant (ver 1.8.2)
I/OpenCV/StaticHelper( 7176): Java tests: NO
I/OpenCV/StaticHelper( 7176): Documentation:
I/OpenCV/StaticHelper( 7176): Build Documentation: YES
I/OpenCV/StaticHelper( 7176): Sphinx: /usr/local/bin/sphinx-build (ver 1.1.3)
I/OpenCV/StaticHelper( 7176): PdfLaTeX compiler: /usr/bin/pdflatex
I/OpenCV/StaticHelper( 7176): Tests and samples:
I/OpenCV/StaticHelper( 7176): Tests: NO
I/OpenCV/StaticHelper( 7176): Performance tests: NO
I/OpenCV/StaticHelper( 7176): C/C++ Examples: NO
I/OpenCV/StaticHelper( 7176): Install path: /home/reports/ci/slave_desktop/50-SDK/build/builds/o4a/install
I/OpenCV/StaticHelper( 7176): cvconfig.h is in: /home/reports/ci/slave_desktop/50-SDK/build/builds/o4a
I/OpenCV/StaticHelper( 7176): -----------------------------------------------------------------
I/OCVSample::Activity( 7176): OpenCV loaded successfully
I/OCVSample::Activity( 7176): Loaded cascade classifier from /data/data/com.openquartz.facedetect/app_cascade/haarcascade_frontalface_alt.xml
D/libEGL ( 7176): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 7176): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer( 7176): Enabling debug mode 0
D/CameraBridge( 7176): call surfaceChanged event
D/JavaCameraView( 7176): Connecting to camera
D/JavaCameraView( 7176): Initialize java camera
D/JavaCameraView( 7176): Trying to open camera with old open()
W/CameraService( 109): CameraService::connect X (pid 7176) rejected (existing client).
E/JavaCameraView( 7176): Camera is not available (in use or does not exist): Fail to connect to camera service
D/JavaCameraView( 7176): Trying to open camera with new open(0)
W/CameraService( 109): CameraService::connect X (pid 7176) rejected (existing client).
E/JavaCameraView( 7176): Camera #0failed to open: Fail to connect to camera service
D/AndroidRuntime( 7176): Shutting down VM
W/dalvikvm( 7176): threadid=1: thread exiting with uncaught exception (group=0x40daf1f8)
E/AndroidRuntime( 7176): FATAL EXCEPTION: main
E/AndroidRuntime( 7176): java.lang.NullPointerException
E/AndroidRuntime( 7176): at com.openquartz.facedetect.JView.initializeCamera(JView.java:24)
E/AndroidRuntime( 7176): at org.opencv.android.JavaCameraView.connectCamera(JavaCameraView.java:239)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.onEnterStartedState(CameraBridgeViewBase.java:355)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.processEnterState(CameraBridgeViewBase.java:318)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.checkCurrentState(CameraBridgeViewBase.java:311)
E/AndroidRuntime( 7176): at org.opencv.android.CameraBridgeViewBase.surfaceChanged(CameraBridgeViewBase.java:197)
E/AndroidRuntime( 7176): at android.view.SurfaceView.updateWindow(SurfaceView.java:555)
E/AndroidRuntime( 7176): at android.view.SurfaceView.access$000(SurfaceView.java:82)
E/AndroidRuntime( 7176): at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:170)
E/AndroidRuntime( 7176): at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)
E/AndroidRuntime( 7176): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1626)
E/AndroidRuntime( 7176): at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2451)
E/AndroidRuntime( 7176): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7176): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7176): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 7176): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7176): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7176): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 7176): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 7176): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 204): Force finishing activity com.openquartz.facedetect/.FdActivity
W/ActivityManager( 204): Activity pause timeout for ActivityRecord{418e2250 com.openquartz.facedetect/.FdActivity}
I/MainTimelineActivity( 482): onStart: 41700020
Click to expand...
Click to collapse
Hello,
Thank you for viewing the project!
As of now the Face Detection with OpenCV is self contained and uses the Java Camera. Make sure the Makefiles point to your SDK and run "ndk-build clean && ndk-build".
Regards,

Related

[Q]error during boot

I'm using the latest stock gingerbread deodexed by jaykresge. I've removed all the htc crap and added the ime keyboard and added the three way boot option. I'm getting this error:
any ideas as to what is happening?
Code:
D/AndroidRuntime( 1159): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1159): CheckJNI is OFF
D/dalvikvm( 1159): creating instr width table
I/dalvikvm( 1159): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=10
I/dalvikvm( 1159): mlock(1119117312, 4798600), fd=10
W/dalvikvm( 1159): ERROR: Unable to find decl for native Landroid/content/res/AssetManager;.removeAssetPath:(Ljava/lang/String;Ljava/lang/String;)Z
W/dalvikvm( 1159): ERROR: Unable to find decl for native Landroid/content/res/AssetManager;.updateResourcesWithAssetPath:(Ljava/lang/String;)I
E/JNIHelp ( 1159): RegisterNatives failed for 'android/content/res/AssetManager'
E/AndroidRuntime( 1159): Unable to register all android natives
I/Netd ( 1162): Netd 1.0 starting
I//system/bin/iptables( 1162): Flushing chain `INPUT'
I//system/bin/iptables( 1162): Flushing chain `OUTPUT'
I//system/bin/iptables( 1162): Flushing chain `FORWARD'
I//system/bin/iptables( 1162): Flushing chain `PREROUTING'
I//system/bin/iptables( 1162): Flushing chain `INPUT'
I//system/bin/iptables( 1162): Flushing chain `OUTPUT'
I//system/bin/iptables( 1162): Flushing chain `POSTROUTING'
D/AndroidRuntime( 1179):
D/AndroidRuntime( 1179): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<

[Q] Bootloop - Fatal exception in main

Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
servabat said:
Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
Click to expand...
Click to collapse
lol you still bootlooping?

Whole device hanging when keyboard is opened in certain apps

Seeing this problem with GTasks and SNESDroid. Hoping someone can shed some light on this. It seems like if I open the physical keyboard while either of these apps are loading a new activity,
One of two things happen:
1. The whole device straight up hangs. I still get tactile feedback and the keyboard light responds, but the display is hung and the only way to get the device back into a usable state is to hold power until the device resets. logcat doesn't show any kind of trouble until I try to leave the activity that hung the phone. Then I get this:
Code:
D/InputReader( 186): Input event: value=1
I/PowerManagerService( 186): Ulight 3->11|0
D/RestrictionPolicy( 186): updateHomeKeyPolicySet():mHomekeyPolicySet:0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/InputReader( 186): Input event: value=0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
I/ClipboardServiceEx( 186): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
D/VoIPInterfaceManager( 186): isVoIPRinging()...
D/VoIPInterfaceManager( 186): Not exist call session
W/InputManagerService( 186): onReceive() calling hidecurrentInputLocked
I/AxT9IME ( 400): AxT9IME.onReceive:Closing add word popup
I/power ( 186): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
I/ActivityManager( 186): START {intent.toShortString} from pid 186
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
D/AndroidRuntime( 1500): Shutting down VM
W/dalvikvm( 1500): threadid=1: thread exiting with uncaught exception (group=0x40c3c1f8)
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
D/FlurryAgent( 1500): Ending session
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/InputManagerService( 186): Unexpected intent Intent { act=android.sec.intent.action.CLICKED_HOMEKEY flg=0x10 }
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
E/AndroidRuntime( 1500): FATAL EXCEPTION: main
E/AndroidRuntime( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
E/AndroidRuntime( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
E/AndroidRuntime( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
E/AndroidRuntime( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
E/AndroidRuntime( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1500): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 1500): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
E/AndroidRuntime( 1500): at java.util.ArrayList.get(ArrayList.java:304)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
E/AndroidRuntime( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
E/AndroidRuntime( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
E/AndroidRuntime( 1500): at android.app.Activity.performPause(Activity.java:4568)
E/AndroidRuntime( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
E/AndroidRuntime( 1500): ... 12 more
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
I/dumpstate( 2147): [email protected] begin
W/ActivityManager( 186): Activity pause timeout for r
Afterwards, this loops every 10-15 seconds:
Code:
D/AndroidRuntime( 2157):
D/AndroidRuntime( 2157): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2157): CheckJNI is OFF
D/AndroidRuntime( 2157): setted country_code = USA
D/AndroidRuntime( 2157): setted sales_code = ATT
D/AndroidRuntime( 2157): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2157): register_android_app_LibQmg
D/AndroidRuntime( 2157): Calling main entry com.android.commands.am.Am
Which occasionally includes:
Code:
I/Watchdog_N( 186): dumpKernelStacks
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_sys_watchdog
E/Watchdog( 186): WATCHDOG caused by null
I/dumpstate( 2258): [email protected] begin
I flooded the postlength. Hold on!
2. I get a few seconds of hang, two notices of "shell has been granted SuperUser permission" and booted back to the home screen. (This freaks me out more -- what is calling busybox, WHY, and why is it su'ing? What the HELL is it doing?) Logcat absolutely FLOODS:
Code:
I/dalvikvm( 187): Jit: resizing JitTable from 8192 to 16384
I/DEBUG ( 2369): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2369): Build fingerprint: 'samsung/SGH-I927/SGH-I927:4.0.4/IMM76D/UCLG9:user/release-keys'
I/DEBUG ( 2369): pid: 2376, tid: 2376 >>> ca.halsafar.snesdroid <<<
I/DEBUG ( 2369): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 2369): r0 00770ed6 r1 00000000 r2 00001482 r3 00000000
I/DEBUG ( 2369): r4 400a3914 r5 00000002 r6 00000000 r7 be99d0b8
I/DEBUG ( 2369): r8 00010000 r9 be99d0a4 10 00001482 fp be9ae518
I/DEBUG ( 2369): ip 00000010 sp be99d048 lr 00000010 pc 40068d18 cpsr 20000010
I/DEBUG ( 2369): d0 0000009843184000 d1 0000000043184000
I/DEBUG ( 2369): d2 0000000000000000 d3 3ff0000000000000
I/DEBUG ( 2369): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2369): d6 0000000000000000 d7 3fc0000000000000
I/DEBUG ( 2369): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2369): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2369): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2369): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2369): scr 60000010
I/DEBUG ( 2369):
I/DEBUG ( 2369): #00 pc 0000dd18 /system/lib/libc.so (memcpy)
I/DEBUG ( 2369): #01 pc 0001b50e /system/lib/libc.so
I/DEBUG ( 2369): #02 pc 0001b6b6 /system/lib/libc.so (fwrite)
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around pc:
I/DEBUG ( 2369): 40068cf8 e12fff1e e3520004 3a00007b e88d0fe0 ../...R.{..:....
I/DEBUG ( 2369): 40068d08 e2605000 e2055003 e1a0c185 e26ce020 .P`..P...... .l.
I/DEBUG ( 2369): 40068d18 e4913004 e2422004 e1b05f85 44c03001 .0... B.._...0.D
I/DEBUG ( 2369): 40068d28 41a03423 24c03001 21a03423 24c03001 #4.A.0.$#4.!.0.$
I/DEBUG ( 2369): 40068d38 21a03423 e3520004 3a000064 e310001c #4.!..R.d..:....
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around lr:
I/DEBUG ( 2369): 00000000 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000010 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000020 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000030 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000040 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369):
I/DEBUG ( 2369): stack:
I/DEBUG ( 2369): be99d008 005eb448 [heap]
I/DEBUG ( 2369): be99d00c 36000080
I/DEBUG ( 2369): be99d010 36333535
I/DEBUG ( 2369): be99d014 f29e028a
I/DEBUG ( 2369): be99d018 00000098
I/DEBUG ( 2369): be99d01c 00000000
I/DEBUG ( 2369): be99d020 00000000
I/DEBUG ( 2369): be99d024 00000000
I/DEBUG ( 2369): be99d028 00000000
I/DEBUG ( 2369): be99d02c 00000000
I/DEBUG ( 2369): be99d030 400a3914
I/DEBUG ( 2369): be99d034 be99d0d4 [stack]
I/DEBUG ( 2369): be99d038 00000000
I/DEBUG ( 2369): be99d03c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d040 df0027ad
I/DEBUG ( 2369): be99d044 00000000
I/DEBUG ( 2369): #00 be99d048 00010000
I/DEBUG ( 2369): be99d04c 00000000
I/DEBUG ( 2369): be99d050 be99d0b8 [stack]
I/DEBUG ( 2369): be99d054 00010000
I/DEBUG ( 2369): be99d058 be99d0a4 [stack]
I/DEBUG ( 2369): be99d05c 00001482
I/DEBUG ( 2369): be99d060 be9ae518 [stack]
I/DEBUG ( 2369): be99d064 00770ed6 [heap]
I/DEBUG ( 2369): be99d068 400a3914
I/DEBUG ( 2369): be99d06c 40076511 /system/lib/libc.so
I/DEBUG ( 2369): #01 be99d070 400a3914
I/DEBUG ( 2369): be99d074 be99d0a4 [stack]
I/DEBUG ( 2369): be99d078 00000001
I/DEBUG ( 2369): be99d07c 00000001
I/DEBUG ( 2369): be99d080 00010000
I/DEBUG ( 2369): be99d084 00010000
I/DEBUG ( 2369): be99d088 400a3914
I/DEBUG ( 2369): be99d08c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d090 4b3ff6ac /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d094 4b44b8f8
I/DEBUG ( 2369): be99d098 be9ae518 [stack]
I/DEBUG ( 2369): be99d09c 400766bb /system/lib/libc.so
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/PowerManagerService( 187): Light Animator Finished curIntValue=60
D/PowerManagerService( 187): mIsLockZone = false
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/DEBUG ( 2369): [email protected] -k -t -n -z -d -o /data/log/dumpstate_app_native -m 2376
I/BootReceiver( 187): Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)
I/dumpstate( 2409): [email protected] begin
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/WindowManager( 187): App freeze timeout expired.
W/WindowManager( 187): Force clearing freeze: AppWindowToken{421a1960 token=Token{41e5ff30 ActivityRecord{41936d18 ca.halsafar.snesdroid/.MainActivity}}}
D/PowerManagerService( 187): lightSensorChangedLocked 10
D/PowerManagerService( 187): lcdValue 18
D/PowerManagerService( 187): buttonValue 255
D/PowerManagerService( 187): keyboardValue 0
I/PowerManagerService( 187): Light Animator Finished curIntValue=18
W/PowerManagerService( 187): Timer 0x15->0x3|0x0
I/PowerManagerService( 187): Ulight 15->3|0
D/PowerManagerService( 187): setLightBrightness : mButtonLight : 0
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2419):
D/AndroidRuntime( 2419): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2419): CheckJNI is OFF
D/AndroidRuntime( 2419): setted country_code = USA
D/AndroidRuntime( 2419): setted sales_code = ATT
D/AndroidRuntime( 2419): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2419): register_android_app_LibQmg
W/WindowManager( 187): Window freeze timeout expired.
D/AndroidRuntime( 2419): Calling main entry com.android.commands.am.Am
I/SurfaceFlinger( 108): id=57(37) createSurface (1600x480),-1 flag=20000
W/WindowManager( 187): Force clearing orientation change: w
I/SurfaceFlinger( 108): id=58(38) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=59(39) createSurface (1600x480),-1 flag=20000
D/AndroidRuntime( 2419): Shutting down VM
I/SurfaceFlinger( 108): id=60(40) createSurface (800x960),-1 flag=20000
D/dalvikvm( 2419): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
I/AndroidRuntime( 2419): NOTE: attach of thread 'Binder Thread #3' failed
I/SurfaceFlinger( 108): id=61(4) createSurface 0x194a154 (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=367
D/su ( 2417): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh netcfg
D/AndroidRuntime( 2433):
D/AndroidRuntime( 2433): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2433): CheckJNI is OFF
D/AndroidRuntime( 2433): setted country_code = USA
D/AndroidRuntime( 2433): setted sales_code = ATT
D/AndroidRuntime( 2433): found sales_code tag = <ATT>, </ATT>
I/SurfaceFlinger( 108): id=56 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=56 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=-1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
D/LibQmg_native( 2433): register_android_app_LibQmg
D/AndroidRuntime( 2433): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2433): Shutting down VM
D/dalvikvm( 2433): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+0ms
D/su ( 2431): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/net/xt_qtaguid/stats
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2453):
D/AndroidRuntime( 2453): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2453): CheckJNI is OFF
D/AndroidRuntime( 2453): setted country_code = USA
D/AndroidRuntime( 2453): setted sales_code = ATT
D/AndroidRuntime( 2453): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2453): register_android_app_LibQmg
D/AndroidRuntime( 2453): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2453): Shutting down VM
D/dalvikvm( 2453): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/AndroidRuntime( 2453): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 187): GC_CONCURRENT freed 1720K, 34% free 16090K/24327K, paused 3ms+7ms
D/dalvikvm( 187): GC_EXPLICIT freed 75K, 35% free 16023K/24327K, paused 3ms+7ms
D/su ( 2451): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -L -nvx
D/AndroidRuntime( 2467):
D/AndroidRuntime( 2467): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2467): CheckJNI is OFF
D/AndroidRuntime( 2467): setted country_code = USA
D/AndroidRuntime( 2467): setted sales_code = ATT
D/AndroidRuntime( 2467): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2467): register_android_app_LibQmg
D/AndroidRuntime( 2467): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2467): Shutting down VM
I/AndroidRuntime( 2467): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 2467): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=61 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=61 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 5 level=5
D/su ( 2465): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -L -nvx
D/AndroidRuntime( 2481):
D/AndroidRuntime( 2481): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2481): CheckJNI is OFF
D/AndroidRuntime( 2481): setted country_code = USA
D/AndroidRuntime( 2481): setted sales_code = ATT
D/AndroidRuntime( 2481): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2481): register_android_app_LibQmg
D/AndroidRuntime( 2481): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2481): Shutting down VM
D/dalvikvm( 2481): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2479): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -t nat -L -n
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2495):
D/AndroidRuntime( 2495): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2495): CheckJNI is OFF
D/AndroidRuntime( 2495): setted country_code = USA
D/AndroidRuntime( 2495): setted sales_code = ATT
D/AndroidRuntime( 2495): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2495): register_android_app_LibQmg
D/AndroidRuntime( 2495): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2495): Shutting down VM
D/dalvikvm( 2495): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2493): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -t nat -L -n
D/AndroidRuntime( 2509):
D/AndroidRuntime( 2509): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2509): CheckJNI is OFF
D/AndroidRuntime( 2509): setted country_code = USA
D/AndroidRuntime( 2509): setted sales_code = ATT
D/AndroidRuntime( 2509): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2509): register_android_app_LibQmg
D/AndroidRuntime( 2509): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2509): Shutting down VM
D/dalvikvm( 2509): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
D/su ( 2507): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh wpa_cli list_networks
D/AndroidRuntime( 2523):
D/AndroidRuntime( 2523): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2523): CheckJNI is OFF
D/AndroidRuntime( 2523): setted country_code = USA
D/AndroidRuntime( 2523): setted sales_code = ATT
D/AndroidRuntime( 2523): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2523): register_android_app_LibQmg
D/AndroidRuntime( 2523): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2523): Shutting down VM
D/dalvikvm( 2523): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/SurfaceFlinger( 108): id=62(5) createSurface 0x194735c (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=1174
D/su ( 2521): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 192.168.3.1
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
E/AlarmManagerService( 187): android_server_AlarmManagerService_set to type=3, 323.691000000
D/AndroidRuntime( 2537):
D/AndroidRuntime( 2537): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2537): CheckJNI is OFF
D/AndroidRuntime( 2537): setted country_code = USA
D/AndroidRuntime( 2537): setted sales_code = ATT
D/AndroidRuntime( 2537): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2537): register_android_app_LibQmg
D/AndroidRuntime( 2537): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2537): Shutting down VM
D/dalvikvm( 2537): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2535): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.61
D/AndroidRuntime( 2551):
D/AndroidRuntime( 2551): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2551): CheckJNI is OFF
D/AndroidRuntime( 2551): setted country_code = USA
D/AndroidRuntime( 2551): setted sales_code = ATT
D/AndroidRuntime( 2551): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2551): register_android_app_LibQmg
D/AndroidRuntime( 2551): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2551): Shutting down VM
D/dalvikvm( 2551): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2549): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.62
D/VoldCmdListener( 100): asec list
D/VoldCmdListener( 100): CommandListener::AsecCmd::runCommand -> --
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=62 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=62 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
D/AndroidRuntime( 2572):
D/AndroidRuntime( 2572): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2572): CheckJNI is OFF
D/AndroidRuntime( 2572): setted country_code = USA
D/AndroidRuntime( 2572): setted sales_code = ATT
D/AndroidRuntime( 2572): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2572): register_android_app_LibQmg
D/AndroidRuntime( 2572): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2572): Shutting down VM
D/dalvikvm( 2572): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2570): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh df
D/AndroidRuntime( 2587):
D/AndroidRuntime( 2587): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2587): CheckJNI is OFF
D/AndroidRuntime( 2587): setted country_code = USA
D/AndroidRuntime( 2587): setted sales_code = ATT
D/AndroidRuntime( 2587): found sales_code tag = <ATT>, </ATT>
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
D/LibQmg_native( 2587): register_android_app_LibQmg
D/AndroidRuntime( 2587): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2587): Shutting down VM
D/dalvikvm( 2587): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2585): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh lsof
D/AndroidRuntime( 2601):
D/AndroidRuntime( 2601): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2601): CheckJNI is OFF
D/AndroidRuntime( 2601): setted country_code = USA
D/AndroidRuntime( 2601): setted sales_code = ATT
D/AndroidRuntime( 2601): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2601): register_android_app_LibQmg
D/AndroidRuntime( 2601): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2601): Shutting down VM
D/dalvikvm( 2601): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=63(6) createSurface 0x19212dc (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=199
D/su ( 2599): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/2376/maps
I/dumpstate( 2409): [email protected]
I/DEBUG ( 2369): gotoUploadUserFault called
I/ActivityManager( 187): Process app.processName (pid 2376) has died.
I/WindowManager( 187): WIN DEATH: win
W/ActivityManager( 187): Force removing r: app died, no saved state
I/SurfaceFlinger( 108): id=55 Removed idx=1 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
D/Zygote ( 109): Process 2376 terminated by signal (11)
I/power ( 187): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
D/PowerManagerService( 187): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 187 tag : ActivityManager
W/ActivityManager( 187): mDVFSLock.acquire()
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=64(41) createSurface (480x800),-1 flag=30004
I/InputReader( 187): Reconfiguring input devices. changes=0x00000004
I/InputReader( 187): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
I/ActivityManager( 187): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/PhoneApp( 430): updateProximitySensorMode: state = IDLE
D/PhoneApp( 430): updateProximitySensorMode: lock already released.
D/STATUSBAR-PhoneStatusBar( 276): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
W/systemui/quicksettingpanel( 276): prepareTranslationXfalse 0
D/NvAppSpecificHeuristics( 276): found matched app. wanting to force double buffering
D/Mms/MmsApp( 1155): [start] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
V/Mms/LayoutManager( 1155): -> LayoutManager.onConfigurationChanged().
V/Mms/HVGALayoutParameters( 1155): HVGALayoutParameters.<init>(11).
V/Mms/LayoutManager( 1155): LayoutParameters: HVGA-P: 320x480
D/Mms/MmsApp( 1155): [end] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): updateClock :16:43
D/STATUSBAR-DateView( 276): updateClock :09/15/2012
I/SurfaceFlinger( 108): id=65(42) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=66(43) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=67(44) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=68(45) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=69(8) createSurface 0x1949c7c (480x800),1 flag=0
I/ClipboardServiceEx( 187): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
W/InputManagerService( 187): Got RemoteException sending setActive(false) notification to pid 2376 uid 10120
I/power ( 187): *** release_dvfs_lock : lockType : 1
D/SecretWallpaper( 398): onResume: LIVE !!!
D/SecretWallpaper( 398): startCurrentLocationWeatherDataService
D/SecretWallpaper( 398): !!!!!!!!!updateWeatherInfo !!!!!!!!!!!!
D/SecretWallpaper( 398): Cur Weather: D1_CLEAR
D/SecretWallpaper( 398): XML CRASHED
D/PowerManagerService( 187): releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released
W/ActivityManager( 187): mDVFSLock.release()
D/SecretWallpaper( 398): CHANGED mbSurfaceCreated: true interval: 0
D/dalvikvm( 449): GC_CONCURRENT freed 1248K, 11% free 13589K/15239K, paused 3ms+11ms
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=64 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=64 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=63 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=63 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
"Copying to DropBox"... there's a debug parachute in this ROM that's sending cores to hell-knows-where. That concerns me greatly.
Anyone that knows more about Android internals want to chime in? Why is this hang happening? Anyone recognize this parachute? Is this CIQ or something Samsung baked up? Any realistic chance of a fix?
-E- This is on UCLG9 with Nardoholio's keyboard fix. I wonder if maybe the fix causes other problems... but that doesn't explain this suspicious parachute.
Triple-posting to avoid size limit.
I was able to reproduce #2 in UCLH2 without mods, but #1 now behaves differently, and doesn't result in a hang. The new behavior suggests a bug in GTasks was aggravating a problem in the ROM that's since been fixed. I'm basing this guess on two lines that jumped out at me in logcat:
Code:
E/ActivityThread( 1456): Failed to find provider info for org.dayup.gtask.key
...
W/PhoneWindow( 1456): Previously focused view reported id 2131099807 during save, but can't be found during restore.
About #2, I just noticed the process starts a lot earlier in the logcat. Here's the bits I unwittingly left out:
Code:
D/MainActivity( 2637): onPause()
D/MainActivity( 2637): onStop()
D/MainActivity( 2637): onDestroy()
D/libemu.so( 2637): (./jni/EmulatorBridge.cpp:76) destroy()
I/libemu.so( 2637): called closePcm when pcm already off
D/libemu.so( 2637): (./jni/Application.cpp:152) Start Application.destroy()
D/libemu.so( 2637): (./jni/Application.cpp:175) Finished Application.destroy()
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
D/STATUSBAR-PhoneStatusBar( 431): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/h dpad/v s.25}
W/systemui/quicksettingpanel( 431): prepareTranslationXfalse 0
D/libemu.so( 2637): (./jni/Application.cpp:1490) saveState(10)
D/libemu.so( 2637): (./jni/Snes9xSystem.cpp:289) S9xChooseFilename result: /mnt/sdcard/external_sd/SNESDroid/states/.010
F/libc ( 2637): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
D/NvAppSpecificHeuristics( 431): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): updateClock :18:00
D/STATUSBAR-DateView( 431): updateClock :09/15/2012
I/DEBUG ( 103): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
At which point it launches into the big debugspam.
My theory: The SNESDroid NDK code segfaults, due to a legitimate bug in the app itself. The parachute that launches is something added to testing builds by Samsung, which is supposed to catch as much useful debugging info as possible and haul it off to some developer's DropBox account. Because the SNESDroid crash happens in NDK code, the segfault is broadcasted at the hardware level, triggering the aforementioned parachute, which was never made to handle an app crash, and causes some weirdness at the system level as a result.
So tl;dr it's just buggy apps. UCLG9 has its own bug that's triggered by one of them but that bug has been fixed in UCLH2. I'm going to apply the keyboard backlight fix and try again just to be sure. Installed root and keyboard fix, behavior has not changed.
When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium
Nardholio said:
When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium
Click to expand...
Click to collapse
Apps crashing is one thing. If an app bug takes down the entire OS, I'll rightly blame Samsung.
I'm getting another whole-phone hang, again related to SNESDroid. I'm trying to find a way to reliably reproduce it, then I'll post the logcat from that, or at least, what I can pull before the device goes completely AWOL.
I have had it happening to me all the time before - usually crashes whenever I start up some demanding apps (I sent thegreatergood the entire logcat - it jumped at me as some type of kernel package errors, not thegreatergood's fault, it even occurs with stock kernel (LiteROM without LiteKernel) and the stock ICS) - it is certainly the stranger bugs I have seen. It starts mainly with the missing kernel package (halfway between kernel and the entire Android VM). I tried thegreatergood's newer Rev. 2 LiteKernel, the chance of it occurring is/was greatly reduced.
Sent from my SGH-I927 using xda app-developers app
I managed to reproduce the whole-phone freeze. Here's what that looks like -- it's very obviously an OS bug as AndroidRuntime itself is crashing.
Code:
I/ActivityManager( 186): START {intent.toShortString} from pid 465
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
I/ActivityManager( 186): Start proc app.processName for activity hostingNameStr: pid=3774 uid=10120 gids={1015, 1023, 3003}
I/dalvikvm( 3774): Turning on JNI app bug workarounds for target SDK version 5...
I/SurfaceFlinger( 108): id=471(70) createSurface 0x130a36c (480x800),2 flag=400
V/WindowManager( 186): rotationForOrientationLw(orient=0, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=0 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=472(262) createSurface (480x800),-1 flag=30004
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
D/PhoneApp( 438): updateProximitySensorMode: state = IDLE
D/PhoneApp( 438): updateProximitySensorMode: lock already released.
I/ActivityManager( 186): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
D/STATUSBAR-PhoneStatusBar( 275): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
W/systemui/quicksettingpanel( 275): prepareTranslationXfalse 0
D/SecretWallpaper( 410): Engine pause
D/OpenGLRenderer( 465): Flushing caches (mode 0)
D/OpenGLRenderer( 465): Flushing caches (mode 0)
I/SurfaceFlinger( 108): id=469 Removed idx=1 Map Size=4
D/NvAppSpecificHeuristics( 275): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
I/SurfaceFlinger( 108): id=469 Removed idx=-2 Map Size=4
D/OpenGLRenderer( 465): Flushing caches (mode 1)
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
D/SecretWallpaper( 410): DESTROYED
D/EmulatorActivity( 3774): onCreate()
D/EmulatorActivity( 3774): onResume()
D/ConfigXML( 3774): openConfigXML()
D/dalvikvm( 3774): Trying to load lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
I/dalvikvm-heap( 275): Grow heap (frag case) to 13.964MB for 402208-byte allocation
D/dalvikvm( 3774): Added shared lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
D/libemu.so( 3774): (./jni/EmulatorBridge.cpp:57) JNI_OnLoad()
D/ConfigXML( 3774): XMLFILE: file:/
D/ConfigXML( 3774): Exception: org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): at org.apache.harmony.xml.dom.DocumentImpl.insertChildAt(DocumentImpl.java:421)
W/System.err( 3774): at org.apache.harmony.xml.dom.InnerNodeImpl.appendChild(InnerNodeImpl.java:52)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:306)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:128)
W/System.err( 3774): at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:155)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.openConfigXML(ConfigXML.java:65)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.getNodeAttribute(ConfigXML.java:104)
W/System.err( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
W/System.err( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
W/System.err( 3774): at android.app.Activity.performResume(Activity.java:4544)
W/System.err( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
W/System.err( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
W/System.err( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
W/System.err( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
W/System.err( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
W/System.err( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 3774): at android.os.Looper.loop(Looper.java:137)
W/System.err( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 3774): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 3774): Shutting down VM
W/dalvikvm( 3774): threadid=1: thread exiting with uncaught exception (group=0x40c361f8)
D/dalvikvm( 275): GC_CONCURRENT freed 1205K, 23% free 11889K/15367K, paused 2ms+4ms
E/AndroidRuntime( 3774): FATAL EXCEPTION: main
E/AndroidRuntime( 3774): java.lang.RuntimeException: Unable to resume activity {ca.halsafar.snesdroid/ca.halsafar.snesdroid.EmulatorActivity}: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2455)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
E/AndroidRuntime( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
E/AndroidRuntime( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
E/AndroidRuntime( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3774): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 3774): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3774): Caused by: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at java.lang.Integer.invalidInt(Integer.java:138)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:355)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime( 3774): at java.lang.Integer.valueOf(Integer.java:490)
E/AndroidRuntime( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
E/AndroidRuntime( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
E/AndroidRuntime( 3774): at android.app.Activity.performResume(Activity.java:4544)
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
E/AndroidRuntime( 3774): ... 12 more
I/SurfaceFlinger( 108): id=473(263) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=474(264) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=475(265) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=476(266) createSurface (800x960),-1 flag=20000
W/ActivityManager( 186): Force finishing activity r.intent.getComponent().flattenToShortString()
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app
Dr. Mario said:
Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
The kernel is still running though -- logcat is still responding (though not logging much) and I can open a shell. It's like the whole runtime dies and doesn't come back.
Hmm. It's like a can of worms. You're correct about kernel, though - as I see that the kernel is still commenting after everything crashes and burns.
EDIT: Did you try force restart the runtime? Getting curiouser and curiouser.
Sent from my SGH-I927 using xda app-developers app

Flixster not working

Hi
Recently bought an Ouya and initially installed some apps from the DISCOVER section, at this time Flixster was working ok. I then rooted, installed mod collection for ouya, google app store, busy box, nova launcher plus side loaded quite other few apps.
All is working perfectly and I couldn't be happier BUT... Flixster has stopped working! It fails to run at all... I've re-installed from Ouya, from the App store and old version apk... cleared data, cache etc. but still no joy.
here's the log:
Is anyone having similar issues... any tips on how to troubleshoot further?
2013-11-28 20:13:20.806 E 5141/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:23.596 E 5182/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:23.776 E 5182/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:33.326 E 5349/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:33.536 E 5349/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:35.796 E 5431/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:36.016 E 5431/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:57:59.216 D 13330/dalvikvm: DexOpt: 'Landroid/annotation/SuppressLint;' has an earlier definition; blocking out
2013-11-28 20:57:59.216 D 13330/dalvikvm: DexOpt: 'Landroid/annotation/TargetApi;' has an earlier definition; blocking out
2013-11-28 20:57:59.306 D 13330/dalvikvm: DexOpt: not verifying/optimizing 'Landroid/annotation/SuppressLint;': multiple definitions
2013-11-28 20:57:59.306 D 13330/dalvikvm: DexOpt: not verifying/optimizing 'Landroid/annotation/TargetApi;': multiple definitions
2013-11-28 20:57:59.536 D 13330/dalvikvm: DexOpt: load 93ms, verify+opt 231ms, 1179836 bytes
2013-11-28 20:58:03.056 D 13530/OuyaEnvironment: Setting application to: yuku.logviewer
2013-11-28 20:58:03.056 D 13530/OuyaEnvironment: Found app directory: /data/app/yuku.logviewer-1.apk
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libEGL_tegra.so
2013-11-28 20:58:03.196 E 13530/: file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
2013-11-28 20:58:03.196 I 13530/: Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
2013-11-28 20:58:03.196 I 13530/: Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.so
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libGLESv2_tegra.so
2013-11-28 20:58:03.246 I 13530/: Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
2013-11-28 20:58:03.246 D 13530/OpenGLRenderer: Enabling debug mode 0
Fixed
Seems to be that at times after sleeping and waking the Ouya Flixster will not run. Workaround is to sleep and wake again

[Q] No installed apps found - no installing new one - perhaps permissions missing

Hello,
I have a strange problem. After one system apk Update my Desire (4.2.2 VJ CM10.1) is strange. After the first reboot from system updating, every app was force closed. I didn't get past the security pattern.
I found out, that the dalvik cache could not be written. So in the first step I did
Code:
chmod 777 /data/dalvik-cache
Now I can start the phone without any FCs. But only system apps work. All other seems to be not installed, beside that the APKs are under /data/app/ and /data/data/ is also there.
Under App Management, there are only the system apps too. Installing new apps (From market or from apk directly) are not working
Code:
errorcode -110
Here is an extraction from logcat which came when I try to start an app from the launcher (there are the symbols from before). I don't know what is missing, but it seems that any write permission is missing
Code:
I/ActivityManager( 398): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529]} from pid 612
E/Nova.Launcher( 612): Unable to launch. tag=ShortcutInfo(title=tagesschau intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529] }id=228 type=0 container=-100 screen=2 cellX=0.0 cellY=3.0 spanX=1.0 spanY=1.0 dropPos=null modelGeneration=1) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529] }
E/Nova.Launcher( 612): android.content.ActivityNotFoundException: Unable to find explicit activity class {de.cellular.tagesschau/de.cellular.tagesschau.Splash}; have you declared this activity in your AndroidManifest.xml?
E/Nova.Launcher( 612): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1618)
E/Nova.Launcher( 612): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
E/Nova.Launcher( 612): at android.app.Activity.startActivityForResult(Activity.java:3370)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
E/Nova.Launcher( 612): at android.app.Activity.startActivityForResult(Native Method)
E/Nova.Launcher( 612): at android.app.Activity.startActivity(Activity.java:3562)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
E/Nova.Launcher( 612): at android.app.Activity.startActivity(Native Method)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.D(:3921)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.ȕ(:4082)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.onClick(:3684)
E/Nova.Launcher( 612): at android.view.View.performClick(View.java:4211)
E/Nova.Launcher( 612): at android.view.View$PerformClick.run(View.java:17362)
E/Nova.Launcher( 612): at android.os.Handler.handleCallback(Handler.java:725)
E/Nova.Launcher( 612): at android.os.Handler.dispatchMessage(Handler.java:92)
E/Nova.Launcher( 612): at android.os.Looper.loop(Looper.java:137)
E/Nova.Launcher( 612): at android.app.ActivityThread.main(ActivityThread.java:5226)
E/Nova.Launcher( 612): at java.lang.reflect.Method.invokeNative(Native Method)
E/Nova.Launcher( 612): at java.lang.reflect.Method.invoke(Method.java:511)
E/Nova.Launcher( 612): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/Nova.Launcher( 612): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
E/Nova.Launcher( 612): at dalvik.system.NativeStart.main(Native Method)
What can I do? I don't want a fytory reset or similar. Do you need other files/logs?
Floon
Floon said:
Hello,
I have a strange problem. After one system apk Update my Desire (4.2.2 VJ CM10.1) is strange. After the first reboot from system updating, every app was force closed. I didn't get past the security pattern.
I found out, that the dalvik cache could not be written. So in the first step I did
Code:
chmod 777 /data/dalvik-cache
Now I can start the phone without any FCs. But only system apps work. All other seems to be not installed, beside that the APKs are under /data/app/ and /data/data/ is also there.
Under App Management, there are only the system apps too. Installing new apps (From market or from apk directly) are not working
Code:
errorcode -110
Here is an extraction from logcat which came when I try to start an app from the launcher (there are the symbols from before). I don't know what is missing, but it seems that any write permission is missing
Code:
I/ActivityManager( 398): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529]} from pid 612
E/Nova.Launcher( 612): Unable to launch. tag=ShortcutInfo(title=tagesschau intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529] }id=228 type=0 container=-100 screen=2 cellX=0.0 cellY=3.0 spanX=1.0 spanY=1.0 dropPos=null modelGeneration=1) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.cellular.tagesschau/.Splash bnds=[0,407][120,529] }
E/Nova.Launcher( 612): android.content.ActivityNotFoundException: Unable to find explicit activity class {de.cellular.tagesschau/de.cellular.tagesschau.Splash}; have you declared this activity in your AndroidManifest.xml?
E/Nova.Launcher( 612): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1618)
E/Nova.Launcher( 612): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
E/Nova.Launcher( 612): at android.app.Activity.startActivityForResult(Activity.java:3370)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
E/Nova.Launcher( 612): at android.app.Activity.startActivityForResult(Native Method)
E/Nova.Launcher( 612): at android.app.Activity.startActivity(Activity.java:3562)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
E/Nova.Launcher( 612): at android.app.Activity.startActivity(Native Method)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.D(:3921)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.ȕ(:4082)
E/Nova.Launcher( 612): at com.android.launcher2.Launcher.onClick(:3684)
E/Nova.Launcher( 612): at android.view.View.performClick(View.java:4211)
E/Nova.Launcher( 612): at android.view.View$PerformClick.run(View.java:17362)
E/Nova.Launcher( 612): at android.os.Handler.handleCallback(Handler.java:725)
E/Nova.Launcher( 612): at android.os.Handler.dispatchMessage(Handler.java:92)
E/Nova.Launcher( 612): at android.os.Looper.loop(Looper.java:137)
E/Nova.Launcher( 612): at android.app.ActivityThread.main(ActivityThread.java:5226)
E/Nova.Launcher( 612): at java.lang.reflect.Method.invokeNative(Native Method)
E/Nova.Launcher( 612): at java.lang.reflect.Method.invoke(Method.java:511)
E/Nova.Launcher( 612): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/Nova.Launcher( 612): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/Nova.Launcher( 612): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
E/Nova.Launcher( 612): at dalvik.system.NativeStart.main(Native Method)
What can I do? I don't want a fytory reset or similar. Do you need other files/logs?
Floon
Click to expand...
Click to collapse
Go to the recovery by pressing Vol down and Pwr button, there you find "Fix Permissions" under Tools menu or some thing like that, That made my day once when i stuck there installing apps, May that helps, Best of luck

Categories

Resources