Open aditayDevelopment opened 7 years ago
I had a similar problem. My Wide Angle USB camera only has 640x400 resolution (and not 640x480).
After camera.open()
I call the camera.getSupportedSizeList()
function to get a list of valid sizes. I then pick the best size from the list and use the valid width/height from the list when calling camera.setPreviewSize()
That gives me a single APK that works on old UVC cameras and on Wide Angle cameras.
Hint - for a quick check of camera sizes you can run this command on Linux.
v4l2-ctl --list-formats-ext
PR #175 has an example of this.
thanks friend, i am stuck with this issue and not solved till i am writing this. so its good luck that your app working..
Have you based your code on one of the existing Test programs?
yes,it is working fine in mobile device, but it is not working in kiosk.
which one
??
which test program have you used. There are 9 sample programs (numbered Test0 to Test8)
test 6
My changes were in Test0. I'm not sure exactly where to probe for the size in Test6
please check my log
E/TAG ( 1337): Crash report I/com.nullwire.trace.ExceptionsHandler( 1337): Registering default exceptions handler: http://pratham.cwsdev3.biz/app/server.php I/com.nullwire.trace.ExceptionsHandler( 1337): Registering default exceptions handler I/com.nullwire.trace.ExceptionsHandler( 1337): TRACE_VERSION: 0.3.0 D/com.nullwire.trace.ExceptionsHandler( 1337): APP_VERSION: 1.0 D/com.nullwire.trace.ExceptionsHandler( 1337): APP_PACKAGE: com.selfieapp D/com.nullwire.trace.ExceptionsHandler( 1337): FILES_PATH: /data/data/com.selfieapp/files D/com.nullwire.trace.ExceptionsHandler( 1337): URL: http://pratham.cwsdev3.biz/app/server.php W/GooglePlayServicesUtil( 1337): Google Play Store is missing. W/FA ( 1337): Service invalid D/com.nullwire.trace.ExceptionsHandler( 1337): Looking for exceptions in: /data/data/com.selfieapp/files D/com.nullwire.trace.ExceptionsHandler( 1337): current handler class=com.android.internal.os.RuntimeInit$UncaughtHandler I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts W/dalvikvm( 1337): VFY: unable to resolve interface method 19959: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 W/dalvikvm( 1337): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested W/dalvikvm( 1337): VFY: unable to resolve interface method 19961: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm( 1337): Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode W/dalvikvm( 1337): VFY: unable to resolve interface method 19965: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode; D/dalvikvm( 1337): VFY: replacing opcode 0x72 at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations W/dalvikvm( 1337): VFY: unable to resolve virtual method 720: Landroid/content/res/TypedArray;.getChangingConfigurations ()I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType W/dalvikvm( 1337): VFY: unable to resolve virtual method 742: Landroid/content/res/TypedArray;.getType (I)I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0008 D/dalvikvm( 1337): GC_CONCURRENT freed 361K, 13% free 3058K/3488K, paused 7ms+3ms, total 27ms I/dalvikvm( 1337): Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable W/dalvikvm( 1337): VFY: unable to resolve virtual method 683: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 I/dalvikvm( 1337): Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity W/dalvikvm( 1337): VFY: unable to resolve virtual method 685: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0002 E/dalvikvm( 1337): Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering W/dalvikvm( 1337): VFY: unable to resolve instanceof 202 (Landroid/graphics/drawable/RippleDrawable;) in Landroid/support/v7/widget/AppCompatImageHelper; D/dalvikvm( 1337): VFY: replacing opcode 0x20 at 0x000c I/dalvikvm( 1337): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v7.content.res.AppCompatResources.getColorStateList W/dalvikvm( 1337): VFY: unable to resolve virtual method 470: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList; D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x0006 D/dalvikvm( 1337): GC_FOR_ALLOC freed 90K, 10% free 3145K/3488K, paused 13ms, total 13ms I/dalvikvm-heap( 1337): Grow heap (frag case) to 3.403MB for 281896-byte allocation D/dalvikvm( 1337): GC_FOR_ALLOC freed 1K, 10% free 3420K/3764K, paused 12ms, total 12ms D/dalvikvm( 1337): GC_FOR_ALLOC freed 13K, 9% free 3445K/3764K, paused 12ms, total 12ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.LoginSceenActivity} from pid 1337 V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. W/Settings( 1337): Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. E/TAG ( 1337): 0 I/dalvikvm( 1337): Could not find method com.selfieapp.MainActivity.checkSelfPermission, referenced from method com.selfieapp.MainActivity$4.onClick W/dalvikvm( 1337): VFY: unable to resolve virtual method 32032: Lcom/selfieapp/MainActivity;.checkSelfPermission (Ljava/lang/String;)I D/dalvikvm( 1337): VFY: replacing opcode 0x6e at 0x000b D/dalvikvm( 1337): GC_CONCURRENT freed 80K, 7% free 3763K/4012K, paused 3ms+10ms, total 28ms [ 683.170702] type=1400 audit(1496401406.980:11): avc: denied { read write } for pid=1337 comm="com.selfieapp" name="ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.171352] type=1400 audit(1496401406.980:12): avc: denied { open } for pid=1337 comm="com.selfieapp" name="ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.172182] type=1400 audit(1496401406.990:13): avc: denied { ioctl } for pid=1337 comm="com.selfieapp" path="/dev/ump" dev=tmpfs ino=3382 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file [ 683.173408] type=1400 audit(1496401406.990:14): avc: denied { getattr } for pid=1337 comm="com.selfieapp" path="/dev/mali" dev=tmpfs ino=3384 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file D/OpenGLRenderer( 1337): Enabling debug mode 0 W/IInputConnectionWrapper( 567): showStatusIcon on inactive InputConnection I/ActivityManager( 393): Displayed com.selfieapp/.LoginSceenActivity: +599ms (total +1s529ms) I/FA ( 1337): This instance being marked as an uploader I/Choreographer( 449): Skipped 74 frames! The application may be doing too much work on its main thread. I/WindowManager( 393): Screen frozen for +1s607ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 1337): GC_CONCURRENT freed 246K, 8% free 3922K/4236K, paused 2ms+3ms, total 25ms D/dalvikvm( 393): GC_EXPLICIT freed 1126K, 21% free 6521K/8200K, paused 3ms+5ms, total 49ms I/FA ( 1337): Tag Manager is not found and thus will not be used D/dalvikvm( 537): GC_CONCURRENT freed 188K, 8% free 3219K/3472K, paused 1ms+2ms, total 13ms I/ResourceUtils( 537): Found default value: resource=phantom_sudden_move_event_device_list build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=false I/ResourceUtils( 537): Found default value: resource=keyboard_heights build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default= W/SubtypeSwitcher( 537): Can't find Emoji subtype W/SubtypeSwitcher( 537): No input method subtype found; return dummy subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0 D/dalvikvm( 537): GC_FOR_ALLOC freed 177K, 7% free 3385K/3628K, paused 10ms, total 10ms D/dalvikvm( 537): GC_CONCURRENT freed 373K, 13% free 3434K/3936K, paused 2ms+2ms, total 13ms D/dalvikvm( 537): GC_FOR_ALLOC freed 63K, 12% free 3467K/3936K, paused 10ms, total 10ms I/dalvikvm-heap( 537): Grow heap (frag case) to 3.761MB for 331792-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 12% free 3791K/4264K, paused 12ms, total 12ms D/dalvikvm( 537): GC_FOR_ALLOC freed 501K, 18% free 3514K/4264K, paused 11ms, total 11ms D/dalvikvm( 537): GC_CONCURRENT freed 121K, 9% free 3904K/4264K, paused 1ms+2ms, total 17ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 3ms D/dalvikvm( 537): GC_FOR_ALLOC freed 406K, 17% free 3544K/4264K, paused 11ms, total 11ms D/dalvikvm( 537): GC_CONCURRENT freed 398K, 16% free 3585K/4264K, paused 2ms+3ms, total 16ms D/dalvikvm( 537): GC_FOR_ALLOC freed 36K, 16% free 3588K/4264K, paused 11ms, total 11ms I/dalvikvm-heap( 537): Grow heap (frag case) to 3.977MB for 434192-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 15% free 4012K/4692K, paused 12ms, total 12ms D/dalvikvm( 537): GC_CONCURRENT freed 487K, 22% free 3702K/4692K, paused 1ms+3ms, total 15ms D/dalvikvm( 537): GC_CONCURRENT freed 156K, 14% free 4039K/4692K, paused 1ms+3ms, total 16ms W/ViewPager( 537): Requested offscreen page limit 0 too small; defaulting to 1 I/ResourceUtils( 537): Found default value: resource=keypress_vibration_durations build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=-1 I/ResourceUtils( 537): Found default value: resource=keypress_volumes build=[HARDWARE=rk30board MODEL=rk3188 BRAND=rockchip MANUFACTURER=rockchip] default=-1.0f I/LatinIME:LogUtils( 537): Dictionary info: dictionary = contacts.en_US.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 270K, 9% free 4281K/4692K, paused 2ms+3ms, total 19ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 13ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 10ms D/OpenGLRenderer( 537): Enabling debug mode 0 D/dalvikvm( 393): GC_FOR_ALLOC freed 195K, 20% free 6595K/8200K, paused 33ms, total 33ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.627MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed 2K, 20% free 6715K/8324K, paused 31ms, total 31ms W/Launcher( 567): setApplicationContext called twice! old=com.android.launcher3.LauncherApplication@4197b8b8 new=com.android.launcher3.LauncherApplication@4197b8b8 D/dalvikvm( 567): GC_FOR_ALLOC freed 277K, 9% free 3925K/4268K, paused 15ms, total 16ms I/dalvikvm-heap( 567): Grow heap (frag case) to 4.137MB for 257156-byte allocation D/dalvikvm( 567): GC_FOR_ALLOC freed 59K, 9% free 4117K/4520K, paused 19ms, total 19ms D/Launcher( 567): 11683562 - bindAddScreens() D/Launcher( 567): 11683562 - orderedScreenIds: D/Launcher.Workspace( 567): 11683562 - addExtraEmptyScreen() D/Launcher.Workspace( 567): 11683562 - insertNewWorkspaceScreen(): -201 at index: 0 W/IInputConnectionWrapper( 1337): showStatusIcon on inactive InputConnection I/ActivityManager( 393): Killing 718:com.android.music/u0a32 (adj 15): empty #17 I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.teamhd.settings/.MainActivity} from pid 567 D/dalvikvm( 393): GC_FOR_ALLOC freed 168K, 21% free 6614K/8324K, paused 40ms, total 40ms I/ActivityManager( 393): Start proc com.teamhd.settings for activity com.teamhd.settings/.MainActivity: pid=1382 uid=1000 gids={41000, 1028, 1015, 1023, 3002, 3001, 3003} I/InputDispatcher( 393): Dropping event because there is no touchable window at (170, 828). I/InputDispatcher( 393): Dropping event because there is no touchable window at (172, 828). I/InputDispatcher( 393): Dropping event because there is no touchable window at (172, 827). D/OpenGLRenderer( 1382): Enabling debug mode 0 I/ActivityManager( 393): Displayed com.teamhd.settings/.MainActivity: +586ms D/dalvikvm( 1382): GC_CONCURRENT freed 93K, 5% free 3097K/3260K, paused 2ms+2ms, total 20ms D/dalvikvm( 1382): GC_CONCURRENT freed 45K, 4% free 3444K/3556K, paused 2ms+3ms, total 15ms I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1920dp h1032dp 160dpi xlrg long land -touch -keyb/v/h dpad/v s.7} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41be0198 attribute=null, token = android.os.BinderProxy@41a0e598 I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1080dp h1872dp 160dpi xlrg long port -touch -keyb/v/h dpad/v s.8} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 D/dalvikvm( 829): GC_CONCURRENT freed 297K, 12% free 2870K/3236K, paused 3ms+1ms, total 32ms D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 I/WindowManager( 393): Screen frozen for +1s36ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 393): GC_EXPLICIT freed 123K, 18% free 6831K/8324K, paused 3ms+6ms, total 46ms I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1920dp h1032dp 160dpi xlrg long land -touch -keyb/v/h dpad/v s.9} W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41d29b00 attribute=null, token = android.os.BinderProxy@41ccfb20 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 D/dalvikvm( 1382): GC_CONCURRENT freed 71K, 4% free 3807K/3948K, paused 2ms+5ms, total 31ms I/WindowManager( 393): Screen frozen for +617ms due to Window{41baf540 u0 StatusBar} D/dalvikvm( 393): GC_EXPLICIT freed 167K, 20% free 6717K/8324K, paused 4ms+4ms, total 57ms I/ActivityManager( 393): Config changes=480 {1.0 ?mcc?mnc zh_CN ldltr sw1080dp w1080dp h1872dp 160dpi xlrg long port -touch -keyb/v/h dpad/v s.10} I/InputReader( 393): Reconfiguring input devices. changes=0x00000004 W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41b984d8 attribute=null, token = android.os.BinderProxy@41bc3440 D/PhoneStatusBar( 449): mSettingsPanelGravity = 8388661 I/WindowManager( 393): Screen frozen for +624ms due to Window{41df03a8 u0 com.teamhd.settings/com.teamhd.settings.MainActivity} D/dalvikvm( 393): GC_FOR_ALLOC freed 50K, 20% free 6720K/8324K, paused 32ms, total 32ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.750MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed 2K, 20% free 6839K/8448K, paused 34ms, total 34ms D/dalvikvm( 393): GC_FOR_ALLOC freed 13K, 20% free 6826K/8448K, paused 32ms, total 32ms I/dalvikvm-heap( 393): Grow heap (frag case) to 6.852MB for 124216-byte allocation D/dalvikvm( 393): GC_FOR_ALLOC freed <1K, 19% free 6947K/8572K, paused 32ms, total 32ms I/ActivityManager( 393): Killing 733:com.lztek.autoboot/1000 (adj 15): empty #17 D/dalvikvm( 393): GC_EXPLICIT freed 140K, 21% free 6830K/8572K, paused 4ms+5ms, total 54ms I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.selfieapp/.MainActivity} from pid 567 I/InputDispatcher( 393): Dropping event because there is no touchable window at (166, 1103). I/InputDispatcher( 393): Dropping event because there is no touchable window at (164, 1106). I/InputDispatcher( 393): Dropping event because there is no touchable window at (163, 1106). I/InputDispatcher( 393): Dropping event because there is no touchable window at (163, 1107). I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1107). D/dalvikvm( 1337): GC_CONCURRENT freed 330K, 10% free 4014K/4412K, paused 3ms+8ms, total 50ms I/ActivityManager( 393): START u0 {cmp=com.selfieapp/.LoginSceenActivity} from pid 1337 I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1105). I/InputDispatcher( 393): Dropping event because there is no touchable window at (162, 1103). V/FirebaseCrash( 1337): Firebase Crash Reporting is disabled. E/TAG ( 1337): 0 W/SubtypeSwitcher( 537): Can't find Emoji subtype W/SubtypeSwitcher( 537): No input method subtype found; return dummy subtype: android.view.inputmethod.InputMethodSubtype@d78b2ed0 I/ActivityManager( 393): Displayed com.selfieapp/.LoginSceenActivity: +283ms (total +513ms) D/dalvikvm( 537): GC_CONCURRENT freed 430K, 11% free 4279K/4772K, paused 3ms+3ms, total 41ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 15ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.537MB for 313360-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed 10K, 10% free 4574K/5080K, paused 26ms, total 26ms D/dalvikvm( 537): GC_FOR_ALLOC freed 483K, 15% free 4367K/5080K, paused 30ms, total 30ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.640MB for 331792-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed 3K, 14% free 4688K/5408K, paused 29ms, total 30ms D/dalvikvm( 537): GC_FOR_ALLOC freed 547K, 19% free 4428K/5408K, paused 16ms, total 16ms D/dalvikvm( 537): GC_CONCURRENT freed 421K, 17% free 4531K/5408K, paused 3ms+3ms, total 19ms D/dalvikvm( 537): GC_CONCURRENT freed 488K, 15% free 4612K/5408K, paused 1ms+3ms, total 18ms D/dalvikvm( 537): GC_FOR_ALLOC freed 126K, 17% free 4493K/5408K, paused 15ms, total 15ms I/dalvikvm-heap( 537): Grow heap (frag case) to 4.861MB for 434192-byte allocation D/dalvikvm( 537): GC_FOR_ALLOC freed <1K, 16% free 4917K/5836K, paused 15ms, total 15ms W/ViewPager( 537): Requested offscreen page limit 0 too small; defaulting to 1 D/dalvikvm( 626): GC_CONCURRENT freed 233K, 9% free 3173K/3472K, paused 4ms+2ms, total 45ms I/LatinIME:LogUtils( 537): Dictionary info: dictionary = contacts.zh_CN.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 1207K, 23% free 4396K/5684K, paused 2ms+6ms, total 26ms D/ConnectivityService( 393): Sampling interval elapsed, updating statistics .. D/ConnectivityService( 393): Done. D/ConnectivityService( 393): Setting timer for 720seconds I/LatinIME:LogUtils( 537): Dictionary info: dictionary = main:en ; version = 42 ; date = 1381226429 I/LatinIME:LogUtils( 537): Dictionary info: dictionary = userunigram.en_US.dict ; version = ? ; date = ? D/dalvikvm( 537): GC_CONCURRENT freed 563K, 24% free 4353K/5684K, paused 2ms+3ms, total 23ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 16ms D/dalvikvm( 537): GC_CONCURRENT freed 401K, 24% free 4349K/5684K, paused 2ms+3ms, total 32ms D/dalvikvm( 537): GC_CONCURRENT freed 424K, 23% free 4427K/5684K, paused 3ms+3ms, total 24ms D/dalvikvm( 537): WAIT_FOR_CONCURRENT_GC blocked 19ms W/InputMethodManagerService( 393): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@41d26450 attribute=null, token = android.os.BinderProxy@41b268a8 D/dalvikvm( 537): GC_CONCURRENT freed 498K, 23% free 4386K/5680K, paused 2ms+6ms, total 43ms D/dalvikvm( 1337): GC_CONCURRENT freed 314K, 9% free 4086K/4468K, paused 5ms+5ms, total 57ms D/dalvikvm( 393): GC_FOR_ALLOC freed 884K, 21% free 6807K/8572K, paused 35ms, total 35ms D/dalvikvm( 1337): GC_CONCURRENT freed 379K, 10% free 4116K/4564K, paused 5ms+6ms, total 49ms W/IInputConnectionWrapper( 1337): showStatusIcon on inactive InputConnection I/ActivityManager( 393): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings} from pid 567 D/dalvikvm( 393): GC_FOR_ALLOC freed 231K, 20% free 6868K/8572K, paused 42ms, total 42ms D/dalvikvm( 567): GC_CONCURRENT freed 441K, 12% free 4064K/4568K, paused 3ms+8ms, total 31ms I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 496). D/dalvikvm( 701): GC_CONCURRENT freed 224K, 7% free 3870K/4160K, paused 1ms+23ms, total 46ms D/UserManager( 701): ---getMaxSupportedUsers,we has UMS,force disabled M-user--- I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 495). I/InputDispatcher( 393): Dropping event because there is no touchable window at (341, 494). I/InputDispatcher( 393): Dropping event because there is no touchable window at (340, 494). I/InputDispatcher( 393): Dropping event because there is no touchable window at (339, 493). D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF I/InputDispatcher( 393): Dropping event because there is no touchable window at (339, 492). D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF D/dalvikvm( 701): GC_CONCURRENT freed 531K, 14% free 3747K/4344K, paused 1ms+3ms, total 15ms D/UserManager( 701): ---getMaxSupportedUsers,we has UMS,force disabled M-user--- I/ActivityManager( 393): Displayed com.android.settings/.Settings: +706ms D/WifiService( 393): setWifiEnabled: true pid=701, uid=1000 [ 918.363038] wifi_activate_usb E/RkWifiCtrl( 393): Wifi driver is not ready. D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF [ 918.363545] rk29sdk_wifi_power: 1 [ 918.525676] wifi turn on power [ 918.632043] usb 1-1.3: new high speed USB device number 6 using usb20_host [ 918.733387] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8179 [ 91/.73d 75]( us881-1s3: New Uem fovnc n ringtliMfre1, P odu/tol, ( N88ber=3b,[1 91D.Vo3d7 ] us 81.3: =rcducen u2b 1nviLeN NIDA [ 79 8==3 9W/]ousb -1.3: Ma8ufasubryrt m fotnd i netlink event D/Vold ( 88): usb, 1 W/UsbSettingsManager( 393): no meta-data for ResolveInfo{41bb0db8 com.estrongs.android.pop/.view.FileExplorerActivity m=0x108000} W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1138 com.android.server.usb.UsbSettingsManager.deviceAttached:621 com.android.server.usb.UsbHostManager.usbDeviceAdded:156 com.android.server.usb.UsbHostManager.monitorUsbHostBus:-2 com.android.server.usb.UsbHostManager.access$000:38 [ 919.240646] [ 919.240667] ======================================================= [ 919.240720] ==== Launching Wi-Fi driver! (Powered by Rockchip) ==== [ 919.240758] ======================================================= [ 919.240795] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver 3.90.WFD) init. [ 919.240841] wifi_activate_usb [ 919.240862] rk29sdk_wifi_power: 1 [ 919.397681] wifi turn on power [ 919.501641] RTL871X: module init start [ 919.501674] RTL871X: rtl8188eu v4.3.0.8_13968.20150417 [ 919.501714] RTL871X: build time: Jun 15 2016 16:54:01 [ 919.518798] bFWReady == _FALSE call reset 8051... [ 919.547730] Wifi Efuse Mac => 08:ea:40:dc:87:88 [ 919.547770] rk29sdk_wifi_mac_addr. [ 919.547810] falsh wifi_custom_mDc_tdern[0(:0090):0int0:fac A[d d1 .547843] ThiD mat erdre( 3 3)t vaniT, ierotadeCh. g[dBro9d5as0 1, 0T 8 D: rtendev nit): anterfac Add.d 783]tReLingX 3tw): en_tnitStap0)p [ce919.es8171] ustcore: regiDtered nWwfinter( ce93)i eifr lr188e is re9d9 for 1n]wRT.871X: eohere gn t 93t= s ndTetherStateChangedBroadcast 0, 0, 0 D/SoftapController( 89): Softap fwReload - Ok D/CommandListener( 89): Setting iface cfg D/CommandListener( 89): Trying to bring down wlan0 E/WifiHW ( 393): ctrl_interface != /data/misc/wifi/sockets D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find lo D/WifiHW ( 393): check_wifi_ifname_from_proc: find eth0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find sit0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find ip6tnl0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find wlan0 D/WifiHW ( 393): check_wifi_ifname_from_proc: find p2p0 D/WifiMonitor( 393): startMonitoring(wlan0) with mConnected = false I/wpa_supplicant( 1415): Successfully initialized wpa_supplicant E/wpa_supplicant( 1415): read /sys/class/rkwifi/chip failed. E/wpa_supplicant( 1415): Get wifi module chip name: \B8\E1@\B8\E1@. I/wpa_supplicant( 1415): rfkill: Cannot open RFKILL control device I/wpa_supplicant( 1415): nl80211: no Using driver-based off-channel TX [ 919.962302] ==> rtl8188e_iol_efuse_patch [ 920.268984] ADDRCONF(NETDEV_UP): p2p0: link is not ready E/wpa_supplicant( 1415): read /sys/class/rkwifi/chip failed. E/wpa_supplicant( 1415): G9t .i9i8mo] ADDchOpF(NmTD V\B8U@\B8\E1w@a>0 lin/wpa not_srpplycant( 1415): rfkill: Cannot open RFKILL control device I/wpa_supplicant( 1415): nl80211: no Using driver-based off-channel TX D/WifiConfigStore( 393): Loading config and enabling all networks E/WifiConfigStore( 393): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory) D/BluetoothAdapter( 701): 1100507904: getState() : mService = null. Returning STATE_OFF D/CommandListener( 89): Setting iface cfg D/CommandListener( 89): Trying to bring up p2p0 D/WifiMonitor( 393): startMonitoring(p2p0) with mConnected = true D/dalvikvm( 701): GC_CONCURRENT freed 159K, 8% free 4000K/4344K, paused 1ms+3ms, total 15ms W/ResourceType( 701): getEntry failing because entryIndex 129 is beyond type entryCount 4 D/dalvikvm( 701): GC_CONCURRENT freed 113K, 5% free 4306K/4488K, paused 1ms+3ms, total 17ms W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection E/RichInputConnection( 537): Unable to connect to the editor to retrieve text... will retry later D/dalvikvm( 537): GC_CONCURRENT freed 426K, 23% free 4392K/5680K, paused 5ms+8ms, total 60ms D/dalvikvm( 701): GC_CONCURRENT freed 111K, 4% free 4604K/4780K, paused 3ms+5ms, total 36ms W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection W/IInputConnectionWrapper( 701): getTextBeforeCursor on inactive InputConnection E/RichInputConnection( 537): Unable to connect to the editor to retrieve text... will retry later D/dalvikvm( 701): GC_CONCURRENT freed 362K, 9% free 4752K/5184K, paused 1ms+6ms, total 37ms W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection I/Choreographer( 537): Skipped 31 frames! The application may be doing too much work on its main thread. D/dalvikvm( 393): GC_CONCURRENT freed 869K, 19% free 6947K/8572K, paused 4ms+6ms, total 55ms D/dalvikvm( 537): GC_CONCURRENT freed 410K, 23% free 4407K/5680K, paused 3ms+4ms, total 27ms D/dalvikvm( 701): GC_CONCURRENT freed 892K, 18% free 4424K/5384K, paused 4ms+14ms, total 57ms I/wpa_supplicant( 1415): wlan0: Trying to associate with a0:21:b7:94:f5:a8 (SSID='TEAMHD' freq=2437 MHz) [ 936.432416] RTL871X: rtw_set_802_11_connect(wlan0) fw_state=0x00000008 D/CommandListener( 89): Clearing all IP addresses on wlan0 D/ConnectivityService( 393): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED D/ConnectivityService( 393): Attempting to switch to mobile D/ConnectivityService( 393): Attempting to switch to BLUETOOTH_TETHER W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407 D/Ethernet( 393): carrier = 0 D/ConnectivityService( 393): Attempting to switch to ETHERNET D/Nat464Xlat( 393): requiresClat: netType=1, hasIPv4Address=false [ 936.639873] RTL871X: start auth [ 936.644221] RTL871X: auth success, start assoc [ 936.650657] RTL871X: assoc success I/wpa_supplicant( 1415): wlan0: Associated with a0:21:b7:94:f5:a8 936.652403] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ /9eth6r2613 R93): geNdTetherStateChangedBroadcast 1, 0, 0 W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection W/IInputConnectionWrapper( 701): finishComposingText on inactive InputConnection 93/T678958ingR L891): recv eapol packet [ 936.68alS2atRTLpr1cessensseagel packe
[ 936.h8r6ng] R393)1XsendTv eapolapeChat
d r9a6.as9 01 0RTL071
I/wea_ eppoicaac(et4
5): 936.09 6P5: RKL87ne:osittian wispleeyd amid a,:21db7:94:1::a:9[Pf5=a8, kidK0,KIPp
AES
[ 936.693853] RTL871X: set group key camid:5, addr:a0I/1pa_su94:fcant( k4d52, wyan0: IP
-EVENT-CONNECTED - Connection to a0:21:b7:94:f5:a8 completed (auth) [id=0 id_str=]
D/Tethering( 393): sendTetherStateChangedBroadcast 1, 0, 0
W/ContextImpl( 393): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1494 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.user.experience.NetworkConnectChangedReceiver.onReceive:48 android.app.ActivityThread.handleReceiver:2407
E/WifiStateMachine( 393): Unexpected BatchedScanResults :OK
D/dalvikvm( 701): GC_CONCURRENT freed 338K, 16% free 4556K/5384K, paused 2ms+4ms, total 28ms
D/dalvikvm( 701): GC_CONCURRENT freed 477K, 15% free 4586K/5384K, paused 3ms+5ms, total 31ms
D/Tethering( 393): MasterInitialState.processMessage what=3
D/CaptivePortalTracker( 393): NoActiveNetworkState{ when=-1ms what=1 obj=NetworkInfo: type: WIFI[], state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra:
I/DEBUG ( 90): 6cb6ba20 6a92e5c8
I/DEBUG ( 90): 6cb6ba24 00000000
I/DEBUG ( 90): 6cb6ba28 00000000
I/DEBUG ( 90): 6cb6ba2c 6ab06fb0 /data/app-lib/com.selfieapp-1/libusb100.so (libusb_ref_device+36)
I/DEBUG ( 90): 6cb6ba30 00000000
I/DEBUG ( 90): 6cb6ba34 00000000
I/DEBUG ( 90): 6cb6ba38 00000000
I/DEBUG ( 90): 6cb6ba3c 6ab0f00c /data/app-lib/com.selfieapp-1/libusb100.so (libusb_submit_transfer+584)
I/DEBUG ( 90): 6cb6ba40 00000000
I/DEBUG ( 90): 6cb6ba44 00000000
I/DEBUG ( 90): 6cb6ba48 000004a5
I/DEBUG ( 90): 6cb6ba4c 31a2f89b
I/DEBUG ( 90): 6cb6ba50 21494f58
I/DEBUG ( 90): 6cb6ba54 00000800
I/DEBUG ( 90): 6cb6ba58 00000000
I/DEBUG ( 90): #00 6cb6ba5c 00000c00
I/DEBUG ( 90): 6cb6ba60 00000000
I/DEBUG ( 90): 6cb6ba64 6ae80009
I/DEBUG ( 90): 6cb6ba68 00000c00
I/DEBUG ( 90): 6cb6ba6c 6a92f250
I/DEBUG ( 90): 6cb6ba70 71151904
I/DEBUG ( 90): 6cb6ba74 6ac65fcc /data/app-lib/com.selfieapp-1/libuvc.so
I/DEBUG ( 90): #01 6cb6ba78 6ac69284 /data/app-lib/com.selfieapp-1/libuvc.so
I/DEBUG ( 90): 6cb6ba7c 6ac69284 /data/app-lib/com.selfieapp-1/libuvc.so
I/DEBUG ( 90): 6cb6ba80 6a92f2dc
I/DEBUG ( 90): 6cb6ba84 6a92f2d8
I/DEBUG ( 90): 6cb6ba88 6a9f643c
I/DEBUG ( 90): 6cb6ba8c 00000014
I/DEBUG ( 90): 6cb6ba90 00000000
I/DEBUG ( 90): 6cb6ba94 6a92f050
I/DEBUG ( 90): 6cb6ba98 21494f58
I/DEBUG ( 90): 6cb6ba9c 6a9f6418
I/DEBUG ( 90): 6cb6baa0 6a9f643c
I/DEBUG ( 90): 6cb6baa4 00000000
I/DEBUG ( 90): 6cb6baa8 00000000
I/DEBUG ( 90): 6cb6baac 6a92f050
I/DEBUG ( 90): 6cb6bab0 6a92e510
I/DEBUG ( 90): 6cb6bab4 6a9f65e4
I/DEBUG ( 90): ........ ........
I/DEBUG ( 90): #02 6cb6bac0 6a9f643c
I/DEBUG ( 90): 6cb6bac4 6ac65980 /data/app-lib/com.selfieapp-1/libuvc.so
I/DEBUG ( 90): 6cb6bac8 00000000
I/DEBUG ( 90): 6cb6bacc 689a6b88
I/DEBUG ( 90): 6cb6bad0 6a92f050
I/DEBUG ( 90): 6cb6bad4 00000004
I/DEBUG ( 90): 6cb6bad8 6a9f8430
I/DEBUG ( 90): 6cb6badc 00000000
I/DEBUG ( 90): 6cb6bae0 6a9f65e0
I/DEBUG ( 90): 6cb6bae4 6a92f050
I/DEBUG ( 90): 6cb6bae8 00000004
I/DEBUG ( 90): 6cb6baec 6a9f65e4
I/DEBUG ( 90): 6cb6baf0 6cb6bcb8
I/DEBUG ( 90): 6cb6baf4 6ab156ac /data/app-lib/com.selfieapp-1/libusb100.so
I/DEBUG ( 90):
I/DEBUG ( 90): memory near r0:
I/DEBUG ( 90): 71151fc4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151fd4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151fe4 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 71151ff4 00000000 00000000 00000000 ffffffff
I/DEBUG ( 90): 71152004 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152014 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152024 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152034 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152044 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152054 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152064 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152074 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152084 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 71152094 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 711520a4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 711520b4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90):
I/DEBUG ( 90): memory near r1:
I/DEBUG ( 90): 6ae806e8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae806f8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80708 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80718 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80728 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80738 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80748 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80758 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80768 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80778 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80788 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80798 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807a8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807b8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807c8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae807d8 00000000 00000000 00000000 00000000
I/DEBUG ( 90):
I/DEBUG ( 90): memory near r9:
I/DEBUG ( 90): 6a9f6538 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f6548 00000c00 00000800 00000000 00000c00
I/DEBUG ( 90): 6a9f6558 00000c00 00000000 00000c00 00000c00
I/DEBUG ( 90): 6a9f6568 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f6578 00000c00 00000c00 00000000 00000c00
I/DEBUG ( 90): 6a9f6588 000008b4 00000000 00000c00 00000800
I/DEBUG ( 90): 6a9f6598 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f65a8 00000c00 00000800 00000000 00000c00
I/DEBUG ( 90): 6a9f65b8 00000c00 00000000 00000c00 00000800
I/DEBUG ( 90): 6a9f65c8 00000000 00000c00 00000c00 00000000
I/DEBUG ( 90): 6a9f65d8 00000c00 00000c00 00000000 00000000
I/DEBUG ( 90): 6a9f65e8 00000000 00000004 00000004 00000000
I/DEBUG ( 90): 6a9f65f8 00000020 000001eb 00000020 6aa121ec
I/DEBUG ( 90): 6a9f6608 6aa11e1c 000004a5 000c5480 00000000
I/DEBUG ( 90): 6a9f6618 00000000 00000000 00000000 6a92f050
I/DEBUG ( 90): 6a9f6628 00018100 00001388 00000000 00018000
I/DEBUG ( 90):
I/DEBUG ( 90): memory near sl:
I/DEBUG ( 90): 6ae7ffe8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae7fff8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80008 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80018 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80028 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80038 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80048 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80058 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80068 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80078 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80088 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae80098 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800a8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800b8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800c8 00000000 00000000 00000000 00000000
I/DEBUG ( 90): 6ae800d8 00000000 00000000 00000000 00000000
I/DEBUG ( 90):
I/DEBUG ( 90): memory near fp:
I/DEBUG ( 90): 6cb6ba98 21494f58 6a9f6418 6a9f643c 00000000
I/DEBUG ( 90): 6cb6baa8 00000000 6a92f050 6a92e510 6a9f65e4
I/DEBUG ( 90): 6cb6bab8 6cb6baf0 6ab0f318 6a9f643c 6ac65980
I/DEBUG ( 90): 6cb6bac8 00000000 689a6b88 6a92f050 00000004
I/DEBUG ( 90): 6cb6bad8 6a9f8430 00000000 6a9f65e0 6a92f050
I/DEBUG ( 90): 6cb6bae8 00000004 6a9f65e4 6cb6bcb8 6ab156ac
I/DEBUG ( 90): 6cb6baf8 00000000 00000004 00000004 00000000
I/DEBUG ( 90): 6cb6bb08 00000000 00000004 6a9f6438 6ab1c7c5
I/DEBUG ( 90): 6cb6bb18 6ab1c7b7 6ab1c7c5 6ab1c7b7 6ab1c7c5
I/DEBUG ( 90): 6cb6bb28 6ab1c7b7 6ab1ccd3 6ab1cbd6 6ab1ce84
I/DEBUG ( 90): 6cb6bb38 6ab1ce4c 6ab1ccbd 6ab1cbd6 6ab1cda0
I/DEBUG ( 90): 6cb6bb48 6ab1cd1a 6ab1cdd0 6ab1cd1a 6ab1cd7e
I/DEBUG ( 90): 6cb6bb58 6ab1cd1a 6ab1cd61 6ab1cd1a 6ab1cc58
I/DEBUG ( 90): 6cb6bb68 6ab1bb06 6ab1bb42 6ab1cea7 6ab1ce4c
I/DEBUG ( 90): 6cb6bb78 6ab1cec3 6ab1ce4c 6ab1cca2 6ab1ce4c
I/DEBUG ( 90): 6cb6bb88 6ab1cca2 6ab1cbd6 6ab1cc31 6ab1cbd6
I/DEBUG ( 90):
I/DEBUG ( 90): memory near sp:
I/DEBUG ( 90): 6cb6ba3c 6ab0f00c 00000000 00000000 000004a5
I/DEBUG ( 90): 6cb6ba4c 31a2f89b 21494f58 00000800 00000000
I/DEBUG ( 90): 6cb6ba5c 00000c00 00000000 6ae80009 00000c00
I/DEBUG ( 90): 6cb[ 1182b766460]2ini0 115_p0op: pe5miss6ac6928ied uid:1EB4G nam sy0): ibg 6.v6bs7on
a[ 9186 147712]cbia9er2dr laaf64pc c
3I/,EBUa ac(io 99):26 6cb br8c 0
00014 00000000 6a92f050 21494f58
I/DEBUG ( 90): 6cb6ba9c 6a9f6418 6a9f643c 00000000 00000000
I/DEBUG ( 90): 6cb6baac 6a92f050 6a92e510 6a9f65e4 6cb6baf0
I/DEBUG ( 90): 6cb6babc 6ab0f318 6a9f643c 6ac65980 00000000
I/DEBUG ( 90): 6cb6bacc 689a6b88 6a92f050 00000004 6a9f8430
I/DEBUG ( 90): 6cb6badc 00000000 6a9f65e0 6a92f050 00000004
I/DEBUG ( 90): 6cb6baec 6a9f65e4 6cb6bcb8 6ab156ac 00000000
I/DEBUG ( 90): 6cb6bafc 00000004 00000004 00000000 00000000
I/DEBUG ( 90): 6cb6bb0c 00000004 6a9f6438 6ab1c7c5 6ab1c7b7
I/DEBUG ( 90): 6cb6bb1c 6ab1c7c5 6ab1c7b7 6ab1c7c5 6ab1c7b7
I/DEBUG ( 90): 6cb6bb2c 6ab1ccd3 6ab1cbd6 6ab1ce84 6ab1ce4c
I/DEBUG ( 90):
I/DEBUG ( 90): code around pc:
I/DEBUG ( 90): 400ab1a4 f8114b01 f8005b01 f8004b01 3a405b01
I/DEBUG ( 90): 400ab1b4 f891db0b e8b1f100 e8a051f8 e8b151f8
I/DEBUG ( 90): 400ab1c4 e8a051f8 3a4051f8 3240daf3 db043a20
I/DEBUG ( 90): 400ab1d4 51f8e8b1 51f8e8a0 32203a20 ea5fd01a
I/DEBUG ( 90): 400ab1e4 bf247c02 c078c978 e8b1bf44 e8a00180
I/DEBUG ( 90): 400ab1f4 ea5f0180 bf247c82 3b04f851 3b04f840
I/DEBUG ( 90): 400ab204 f831bf44 f8204b02 f0124b02 bf1c0f01
I/DEBUG ( 90): 400ab214 7003780b 01f0e8bd 8001e8bd 4803b500
I/DEBUG ( 90): 400ab224 44784901 fc50f7f0 000138e4 00027e56
I/DEBUG ( 90): 400ab234 e1520003 9a000008 e52de004 e59f000c
I/DEBUG ( 90): 400ab244 e59f1004 e080000f faffc21e 000138fd
I/DEBUG ( 90): 400ab254 00027e47 e1a02001 e3a01000 e3520084
I/DEBUG ( 90): 400ab264 8a000016 e92d0001 eee01b10 e2522020
I/DEBUG ( 90): 400ab274 3a000003 f2202150 e2522020 f400020d
I/DEBUG ( 90): 400ab284 2afffffc e2822020 e3120010 0a000000
I/DEBUG ( 90): 400ab294 f4000a0d e1b0ce82 3a000000 f400070d
I/DEBUG ( 90):
I/DEBUG ( 90): code around lr:
I/DEBUG ( 90): 00000000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 00000090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90): 000000f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 90):
I/DEBUG ( 90): memory map around fault addr 71152000:
I/DEBUG ( 90): 70151000-71152000 rw-
I/DEBUG ( 90): (no map for address)
I/DEBUG ( 90): 71414000-71bfd000 rw- /dev/ump
hello
I am working on Project where need to use usb camera in kiosk. when i try to attach your library in project then its working fine when i use web camera with default preview height, width. but when i sent apk to client he checked on kiosk , and camera detected but not any preview was displaying, i am just guessing is it a problem of supported camera preview height width in kiosk i don't know the supported screen sizes of kiosk camera . am i right? how can i solve this problem.
Camera type : USB output wide angle camera module
reply kar de bhai please