Tab 3 7.0 stürzt ab und bringt Fehler

M

M@tz3

Neues Mitglied
0
Hallo :)

ich habe ein Galaxy Tab 3 (SM-T210) bekommen, das ein sehr komisches Verhalten zeigt.
Wenn man es startet, bleibt es sehr lange an der Bootanimation hängen. Danach kommen Fehler wie:

"com.android.systemui angehalten"
"Einstellungen angehalten"
usw...

Wenn man das Gerät "überfordert", also z.B. eine App oder die Einstellungen öffnet, startet das Gerät bei der Bootanimation neu. Dies passiert auch sehr oft beim Öffnen des "Ausschalten"-Menüs, somit ist es auch sehr kompliziert das Tab auszuschalten.

Mittlerweile schliesse ich das Betriebssystem aus, da ich es schon mehrmals mit einem Stock-ROM geflasht habe.
Somit haben Werkseinstellungen, neues ROM und der gleichen keinen Erfolg gebracht.
Auf ADB-Befehle scheint das Tab normal zu reagieren.(getestet um in den Download- und Recovery-Modus zu kommen, da sich das mit dem gezielten ein- und ausschalten sehr schwierig gestaltet :D )

Hatte von euch schonmal einer so ein Problem?
Klingt fast schon nach einem defekten RAM oder Flash-Speicher oder?

Gruß
M@tz3
 
Zuletzt bearbeitet:
@M@tz3
Ist noch alles original Stock ?
Und welche Version ist auf dem Tab V4.1.2 oder V.4.4.2 ?
Wird das Gerät auf der Rückseite warm ?
 
Ich hatte dieses Problem auch schon.
Es stellte sich dann heraus, das ich beim Dirtyflash vergessen hatte Cache und Dalvik zu löschen.
Soll heißen, wenn du die gleichen Betriebssysteme übereinander flasht bleiben in der Regel System Einstellungen und eben auch diverse Fehler erhalten. Das würde erklären warum sich bei dir trotz neu flashen des Betriebssystems nix geändert hat.
Da du in deinem Post nicht erwähnt hast ob du besagten Cache und Dalvik gelöscht bzw formatiert hast, würde ich dort mal ansetzen und es noch einmal probieren.
 
Hallo Ihr beiden :)

es wurde ein originales 4.4.2 ROM geflasht und die Cachepartition über das Recovery formatiert. Es sind auch alle Einstellungen wie WLAN, etc weg gewesen beim darauffolgenden Neustart.

Das Tab wird nicht merklich warm... Wenn es euch hilft kann ich gerne mal den Log über ADB einige zeit mitschreiben und euch hier zur verfügung stellen.

Gruß
M@tz3
 
Hmmmm ok, kannst du dein Tab mal im abgesicherten Modus hochfahren?
Mich würde interessieren ob es dann stabil ist oder auch zicken macht. Für mich ist es immer noch entweder eine App die Zicken macht oder Software von der Rom an sich.
Das mit dem ADB log ist ist auch ne gute Idee [emoji4]
 
Ich würde mal die komplette Data und Data media formatieren ( Datenmüll in der int.Sdcard ) und dann das System neu aufsetzen.
 
Also noch vor der neu Installation Factory Reset, danach aus der Recovery heraus nochmal full Wipe und anschließend Installieren der Rom?
 
Hallo zusammen,

hier mal der Log während ich es kurz bedient habe und es abgestürzt ist.
--------- beginning of /dev/log/system

E/WindowManager(13005): register TouchIntercepter

E/ConnectivityService(13005): Ignoring protectedNetwork 10

E/ConnectivityService(13005): Ignoring protectedNetwork 11

E/ConnectivityService(13005): Ignoring protectedNetwork 12

E/ConnectivityService(13005): Ignoring protectedNetwork 14

E/SystemServer(13005): Failure starting eds Service

E/SystemServer(13005): java.lang.reflect.InvocationTargetException

E/SystemServer(13005): at java.lang.reflect.Constructor.constructNative(Native Method)

E/SystemServer(13005): at java.lang.reflect.Constructor.newInstance(Constructor.java:423)

E/SystemServer(13005): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1365)

E/SystemServer(13005): at com.android.server.SystemServer.main(SystemServer.java:2215)

E/SystemServer(13005): at java.lang.reflect.Method.invokeNative(Native Method)

E/SystemServer(13005): at java.lang.reflect.Method.invoke(Method.java:515)

E/SystemServer(13005): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)

E/SystemServer(13005): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)

E/SystemServer(13005): at dalvik.system.NativeStart.main(Native Method)

E/SystemServer(13005): Caused by: java.lang.UnsatisfiedLinkError: Library SecExternalDisplay_jni not found; tried [/vendor/lib/libSecExternalDisplay_jni.so, /system/lib/libSecExternalDisplay_jni.so, /lib/libSecExternalDisplay_jni.so]

E/SystemServer(13005): at java.lang.Runtime.loadLibrary(Runtime.java:388)

E/SystemServer(13005): at java.lang.System.loadLibrary(System.java:526)

E/SystemServer(13005): at android.hardware.SecExternalDisplayJNIInterface.<clinit>(SecExternalDisplayJNIInterface.java:26)

E/SystemServer(13005): at com.android.server.SecExternalDisplayService.<init>(SecExternalDisplayService.java:210)

E/SystemServer(13005): ... 9 more

E/SystemServer(13005): Failure starting MiniModeAppManager Service

E/SystemServer(13005): libcore.io.ErrnoException: stat failed: ENOENT (No such file or directory)

E/SystemServer(13005): at libcore.io.Posix.stat(Native Method)

E/SystemServer(13005): at libcore.io.ForwardingOs.stat(ForwardingOs.java:131)

E/SystemServer(13005): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1582)

E/SystemServer(13005): at com.android.server.SystemServer.main(SystemServer.java:2215)

E/SystemServer(13005): at java.lang.reflect.Method.invokeNative(Native Method)

E/SystemServer(13005): at java.lang.reflect.Method.invoke(Method.java:515)

E/SystemServer(13005): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)

E/SystemServer(13005): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)

E/SystemServer(13005): at dalvik.system.NativeStart.main(Native Method)

E/PowerManagerService(13005): isCoverOpen : UNKNOWN STATE :

E/AndroidRuntime(13235): FATAL EXCEPTION: main

E/AndroidRuntime(13235): Process: com.android.systemui, PID: 13235

E/AndroidRuntime(13235): java.lang.RuntimeException: Binary XML file line #45: You must supply a layout_width attribute.

E/AndroidRuntime(13235): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)

E/AndroidRuntime(13235): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:6200)

E/AndroidRuntime(13235): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6369)

E/AndroidRuntime(13235): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java:1837)

E/AndroidRuntime(13235): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:1749)

E/AndroidRuntime(13235): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:58)

E/AndroidRuntime(13235): at android.view.LayoutInflater.rInflate(LayoutInflater.java:768)

E/AndroidRuntime(13235): at android.view.LayoutInflater.rInflate(LayoutInflater.java:769)

E/AndroidRuntime(13235): at android.view.LayoutInflater.parseInclude(LayoutInflater.java:855)

E/AndroidRuntime(13235): at android.view.LayoutInflater.rInflate(LayoutInflater.java:751)

E/AndroidRuntime(13235): at android.view.LayoutInflater.rInflate(LayoutInflater.java:769)

E/AndroidRuntime(13235): at android.view.LayoutInflater.inflate(LayoutInflater.java:498)

E/AndroidRuntime(13235): at android.view.LayoutInflater.inflate(LayoutInflater.java:398)

E/AndroidRuntime(13235): at android.view.LayoutInflater.inflate(LayoutInflater.java:354)

E/AndroidRuntime(13235): at android.view.View.inflate(View.java:18314)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:536)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3564)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3535)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:426)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:491)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)

E/AndroidRuntime(13235): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)

E/AndroidRuntime(13235): at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(13235): at android.os.Looper.loop(Looper.java:146)

E/AndroidRuntime(13235): at android.app.ActivityThread.main(ActivityThread.java:5598)

E/AndroidRuntime(13235): at java.lang.reflect.Method.invokeNative(Native Method)

E/AndroidRuntime(13235): at java.lang.reflect.Method.invoke(Method.java:515)

E/AndroidRuntime(13235): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)

E/AndroidRuntime(13235): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)

E/AndroidRuntime(13235): at dalvik.system.NativeStart.main(Native Method)

E/Watchdog(13005): !@Sync 0

E/ActivityThread(13350): Failed to find provider info for sms

E/ConnectivityService(13005): Starting user already has a VPN

E/Watchdog(13005): !@Sync 1

E/Watchdog(13005): !@Sync 2

--------- beginning of /dev/log/main

E/Watchdog(13005): !@Sync 3

E/Watchdog(13005): !@Sync 4

E/BluetoothBDTestService(13350): onStart(), action: com.bluetoothtestapp.BtBDstartservice.BootComplete

E/BluetoothBDTestService(13350): bd_address_path: /efs/bluetooth/bt_addr

E/BluetoothBDTestService(13350): already exist!( /efs/bluetooth/bt_addr ), file length: 17

E/Gmail (14664): Error finding the version of the Email provider.....

E/Gmail (14664): android.content.pm.PackageManager$NameNotFoundException: com.google.android.email

E/Gmail (14664): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:108)

E/Gmail (14664): at com.google.android.gm.EmailMigrationService.aU(SourceFile:1236)

E/Gmail (14664): at com.google.android.gm.EmailMigrationService.onHandleIntent(SourceFile:188)

E/Gmail (14664): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)

E/Gmail (14664): at android.os.Handler.dispatchMessage(Handler.java:102)

E/Gmail (14664): at android.os.Looper.loop(Looper.java:146)

E/Gmail (14664): at android.os.HandlerThread.run(HandlerThread.java:61)

E/ActivityThread(14664): Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.J@41e67c98 that was originally bound here

E/ActivityThread(14664): android.app.ServiceConnectionLeaked: Service com.android.email.service.EmailBroadcastProcessorService has leaked ServiceConnection com.android.emailcommon.service.J@41e67c98 that was originally bound here

E/ActivityThread(14664): at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:983)

E/ActivityThread(14664): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:877)

E/ActivityThread(14664): at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1943)

E/ActivityThread(14664): at android.app.ContextImpl.bindService(ContextImpl.java:1926)

E/ActivityThread(14664): at android.content.ContextWrapper.bindService(ContextWrapper.java:529)

E/ActivityThread(14664): at com.android.emailcommon.service.H.a(SourceFile:181)

E/ActivityThread(14664): at com.android.emailcommon.service.H.mb(SourceFile:224)

E/ActivityThread(14664): at com.android.email.service.n.j(SourceFile:160)

E/ActivityThread(14664): at com.android.email.provider.b.a(SourceFile:171)

E/ActivityThread(14664): at com.android.email.provider.b.F(SourceFile:115)

E/ActivityThread(14664): at com.android.email.service.EmailBroadcastProcessorService.kD(SourceFile:305)

E/ActivityThread(14664): at com.android.email.service.EmailBroadcastProcessorService.onHandleIntent(SourceFile:130)

E/ActivityThread(14664): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)

E/ActivityThread(14664): at android.os.Handler.dispatchMessage(Handler.java:102)

E/ActivityThread(14664): at android.os.Looper.loop(Looper.java:146)

E/ActivityThread(14664): at android.os.HandlerThread.run(HandlerThread.java:61)

E/dalvikvm(14702): dlopen("/data/app-lib/GmsCore/libgmscore.so") failed: dlopen failed: library "/data/app-lib/GmsCore/libgmscore.so" not found

E/ProviderInstaller(14702): Unable to load native code from /data/app-lib/GmsCore/libgmscore.so

E/dalvikvm(14702): dlopen("/data/app-lib/GmsCore/libconscrypt_gmscore_jni.so") failed: dlopen failed: library "/data/app-lib/GmsCore/libconscrypt_gmscore_jni.so" not found

E/ProviderInstaller(14702): Unable to load native code from /data/app-lib/GmsCore/libconscrypt_gmscore_jni.so

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/Babel (14702): canonicalizeMccMnc: invalid mccmnc

E/Babel (14702): canonicalizeMccMnc: invalid mccmnc nullnull

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/BrowserMediaChangingReceiver(14797): BrowserMediaChangingReceiver : onReceive

E/BrowserMediaChangingReceiver(14797): onReceive : false mounted = %s false

E/BrowserMediaChangingReceiver(14797): onReceive: ACTION_BOOT_COMPLETED setPDPParam 0

E/BrowserMediaChangingReceiver(14797): onReceive : ACTION_BOOT_COMPLETED, STORAGE_PHONE

E/MagazineCardManager(14817): getService : Could not get the service!

E/MagazineCardManager(14817): getService : Could not get the service!

E/YouTube (14983): apps.youtube.mdx.d.b.a:38 YouTube MDx: Bogus value in shared preferences for key MdxServerSelection value , returning default value.

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/GoogleConversionPing(14983): Error sending ping

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/JavaBinder(13479): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)

E/JavaBinder(13479): java.lang.RuntimeException: android.os.RemoteException

E/JavaBinder(13479): at android.os.Parcel.writeException(Parcel.java:1373)

E/JavaBinder(13479): at android.os.Binder.execTransact(Binder.java:410)

E/JavaBinder(13479): at dalvik.system.NativeStart.run(Native Method)

E/JavaBinder(13479): Caused by: android.os.RemoteException

E/JavaBinder(13479): at com.google.android.gms.ads.identifier.service.a.a(SourceFile:77)

E/JavaBinder(13479): at com.google.android.gms.ads.identifier.a.b.onTransact(SourceFile:63)

E/JavaBinder(13479): at android.os.Binder.execTransact(Binder.java:404)

E/JavaBinder(13479): ... 1 more

E/AuthorizationBluetoothService(13554): Proximity feature is not enabled.

E/MTPRx (13321): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (13321): check value of boot_completed is1

E/MTPRx (13321): check booting is completed_sys.boot_completed

E/MTPRx (13321): Sd-Card path/storage/extSdCard

E/MTPRx (13321): Status for mount/Unmount :removed

E/MTPRx (13321): SDcard is not available

E/MTPRx (13321): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (13321): mFirstTime: false

E/MTPRx (13321): String obtained from jar = 0b1e96db05d64ea4

E/MTPJNIInterface(13321): Getting CryptionKey from JAVA

E/MTPRx (13321): currentUserId is 0

E/MTPRx (13321): Start observing USB_STATE_MATCH

E/MTPRx (13321): cannot open file : /sys/class/android_usb/android0/bcdUSB

E/MTPRx (13321): is_secretmode is NOT 1

E/MTPRx (13321): Sending NORMAL_BOOT to stack

E/MTPJNIInterface(13321): noti = 17

E/MTPRx (13321): sending MTP_ICON_ENABLED to stack

E/MTPRx (13321): else part ... so first time!!!

E/MTPPlaObsrvr(13321): inside setContext()

E/MTPPlaObsrvr(13321): inside createplafiles

E/MTPPlaObsrvr(13321): playlist count is0

E/MTPPlaObsrvr(13321): inside try branch createplafiles

E/MTPPlaObsrvr(13321): inside deleteing plas createplafiles

E/MTPPlaObsrvr(13321): Inside registerContentObserver

E/MtpAdbObserver(13321): inside setContext()

E/MtpAdbObserver(13321): Inside registerContentObserver

E/MtpService(13321): onCreate.

E/MtpService(13321): < MTP > Registering BroadCast receiver :::::

E/MtpService(13321): < MTP > Registering BroadCast registerBroadCastPolicyRec :::::

E/MtpService(13321): < MTP > Registering BroadCast registerBroadCastEmergencyRec :::::

E/MtpService(13321): onStartCommand.

E/MTPJNIInterface(13321): < MTP > Registering BroadCast receiver :::::

E/MTPJNIInterface(13321): < MTP > Registering BroadCast receiver :::::::

E/MTPJNIInterface(13321): noti = 10

E/MtpService(13321): onStartCommand.

E/MTPRx (13321): Checking the driver time out

E/MTPJNIInterface(13321): noti = 2

E/MTPRx (13321): called native method

E/MTPJNIInterface(13321): setting Media scanner status0

E/MTPJNIInterface(13321): After setting Media scanner status0

E/MtpService(13321): handleMessage. msg= { when=0 what=0 arg1=1 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(13321): Getting media scanner status0

E/MtpService(13321): handleMessage. msg= { when=-14ms what=0 arg1=2 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(13321): DeviceName is . (SM-T210)

E/MTPJNIInterface(13321): Status for mount/Unmount :removed

E/MTPJNIInterface(13321): SDcard is not available

E/MTPJNIInterface(13321): Status for mount/Unmount :removed

E/MTPJNIInterface(13321): SDcard is not available

E/SQLiteLog(13321): (21) API call with NULL database connection pointer

E/SQLiteLog(13321): (21) misuse at line 96816 of [00bb9c9ce4]

E/SQLiteLog(13321): (21) API call with NULL database connection pointer

E/SQLiteLog(13321): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(13321): (21) API call with NULL database connection pointer

E/SQLiteLog(13321): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(13321): (21) API call with NULL database connection pointer

E/SQLiteLog(13321): (21) misuse at line 96816 of [00bb9c9ce4]

E/ (13321): [mtp_init_device] After open the MTP fd = 49 and line = 678...

E/DataRouter( 128): USB Interface is open with 0x7

E/MTPRx (13321): state from USB_STATE event DISCONNECTED

E/MTPRx (13321): ignore this event

E/MTPJNIInterface(13321): Getting gadget reset status0

E/SPPClientService(14346): [ForceUpdateAlarmReceiver] Alarm Setting. After one day, it will alram.

E/SPPClientService(15086): ============PushLog. commonIsShipBuild. stop!

E/SPPClientService(15086): [PushClientApplication] Push log off : This is Ship build version

E/SPPClientService(15102): ============PushLog. commonIsShipBuild. stop!

E/SPPClientService(15102): [PushClientApplication] Push log off : This is Ship build version

E/LNoti (15102): [PhoneStatusChangeReceiver] This device doesn't register yet.

E/MTPRx (13321): state from USB_STATE event CONNECTED

E/MTPRx (13321): state from USB_STATE event DISCONNECTED

E/MTPRx (13321): stop observing and calling usbRemoved

E/MTPRx (13321): sendbooster is false!

E/MTPRx (13321): In usbRemoved Status bar enabled

E/MTPRx (13321): Sending Broadcast

E/MtpService(13321): onDestroy.

E/MtpService(13321): Unregister Mtp disable Receiver

E/MtpService(13321): Receiver not registered: com.samsung.android.MtpApplication.MtpService$1@41d43900

E/MtpService(13321): Unregister mtpEmergencyReceiver

E/MtpService(13321): Receiver not registered: com.samsung.android.MtpApplication.MtpService$2@41d43be0

E/MtpService(13321): unregistering mtpMediaReceiver in UnregisterAllIntent

E/MtpService(13321): Receiver not registered: com.samsung.android.MtpApplication.MtpService$3@41d43ec0

E/MTPJNIInterface(13321): noti = 3

E/ (13321): [mtp_close_fd] fd = 49...

E/ (13321): [mtp_close_fd] USB endpoint [49] closed...

E/dalvikvm(15116): dlopen("/data/app-lib/GmsCore/libgmscore.so") failed: dlopen failed: library "/data/app-lib/GmsCore/libgmscore.so" not found

E/ProviderInstaller(15116): Unable to load native code from /data/app-lib/GmsCore/libgmscore.so

E/dalvikvm(15116): dlopen("/data/app-lib/GmsCore/libconscrypt_gmscore_jni.so") failed: dlopen failed: library "/data/app-lib/GmsCore/libconscrypt_gmscore_jni.so" not found

E/ProviderInstaller(15116): Unable to load native code from /data/app-lib/GmsCore/libconscrypt_gmscore_jni.so

E/LLog (15086): [h] java.net.UnknownHostException: Unable to resolve host "ew1.dms-gld.bigdata.ssp.samsung.com": No address associated with hostname

E/LLog (15086): at java.net.InetAddress.lookupHostByName(InetAddress.java:424)

E/LLog (15086): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)

E/LLog (15086): at java.net.InetAddress.getAllByName(InetAddress.java:214)

E/LLog (15086): at com.android.okhttp.internal.Dns$1.getAllByName(Dns.java:28)

E/LLog (15086): at com.android.okhttp.internal.http.RouteSelector.resetNextInetSocketAddress(RouteSelector.java:216)

E/LLog (15086): at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:122)

E/LLog (15086): at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:292)

E/LLog (15086): at com.android.okhttp.internal.http.HttpEngine.sendSocketRequest(HttpEngine.java:255)

E/LLog (15086): at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:206)

E/LLog (15086): at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:345)

E/LLog (15086): at com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:89)

E/LLog (15086): at com.android.okhttp.internal.http.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:197)

E/LLog (15086): at com.android.okhttp.internal.http.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:254)

E/LLog (15086): at com.sec.spp.push.dlc.sender.ak.a(Unknown Source)

E/LLog (15086): at com.sec.spp.push.dlc.sender.h.a(Unknown Source)

E/LLog (15086): at com.sec.spp.push.dlc.sender.t.run(Unknown Source)

E/LLog (15086): at java.lang.Thread.run(Thread.java:841)

E/LLog (15086): Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)

E/LLog (15086): at libcore.io.Posix.getaddrinfo(Native Method)

E/LLog (15086): at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)

E/LLog (15086): at java.net.InetAddress.lookupHostByName(InetAddress.java:405)

E/LLog (15086): ... 16 more

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscParser(13350): update(): xml file exist

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 64 Width() : 64 sampleSize : 1

E/Qmage (15148): Qmage Make Color table

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 72 Width() : 72 sampleSize : 1

E/Qmage (15148): SkBitmap::kIndex8_Config == config && 1 == sampleSize

E/Qmage (15148): normal image decoding

E/Qmage (15148): onDecode : QmageDecodeFrame call : QM

E/Qmage (15148): onDecode : return true QM

E/Qmage (15148): onDecode : return true QM

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 64 Width() : 64 sampleSize : 1

E/Qmage (15148): normal image decoding

E/Qmage (15148): onDecode : QmageDecodeFrame call : QM

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 64 Width() : 64 sampleSize : 1

E/Qmage (15148): normal image decoding

E/Qmage (15148): onDecode : QmageDecodeFrame call : QM

E/Qmage (15148): onDecode : return true QM

E/Qmage (15148): onDecode : return true QM

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 32 Width() : 32 sampleSize : 1

E/Qmage (15148): Qmage Make Color table

E/Qmage (15148): SkBitmap::kIndex8_Config == config && 1 == sampleSize

E/Qmage (15148): onDecode : return true QM

E/Qmage (15148): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15148): This is decoding

E/Qmage (15148): decoding stream->hasLength()

E/Qmage (15148): onDecode : QmageDecParseHeader call : QM

E/Qmage (15148): Qmage parsing for decoding ok

E/Qmage (15148): onDecode : QmageHeader.NinePatched 0

E/Qmage (15148): onDecode : QmageHeader Height() 144 Width() : 144 sampleSize : 1

E/Qmage (15148): normal image decoding

E/Qmage (15148): onDecode : QmageDecodeFrame call : QM

E/Qmage (15148): onDecode : return true QM

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/cutils ( 111): Failed to mkdirat(/storage/extSdCard/Android): Read-only file system

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscParser(13350): update(): xml file exist

E/Qmage (15247): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (15247): This is decoding

E/Qmage (15247): decoding stream->hasLength()

E/Qmage (15247): onDecode : QmageDecParseHeader call : QM

E/Qmage (15247): Qmage parsing for decoding ok

E/Qmage (15247): onDecode : QmageHeader.NinePatched 0

E/Qmage (15247): onDecode : QmageHeader Height() 156 Width() : 256 sampleSize : 1

E/Qmage (15247): Qmage Make Color table

E/Qmage (15247): SkBitmap::kIndex8_Config == config && 1 == sampleSize

E/Qmage (15247): onDecode : return true QM

E/DataRouter( 128): USB Interface is open with 0x7

E/MagazineCardManager(14817): getService : Could not get the service!

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/File (13337): fail readDirectory() errno=2

E/MTPRx (15273): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (15273): check value of boot_completed is1

E/MTPRx (15273): check booting is completed_sys.boot_completed

E/MTPRx (15273): Sd-Card path/storage/extSdCard

E/MTPRx (15273): Status for mount/Unmount :removed

E/MTPRx (15273): SDcard is not available

E/MTPRx (15273): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (15273): mFirstTime: false

E/MTPRx (15273): String obtained from jar = 0b1e96db05d64ea4

E/MTPJNIInterface(15273): Getting CryptionKey from JAVA

E/MTPRx (15273): currentUserId is 0

E/MTPRx (15273): Start observing USB_STATE_MATCH

E/MTPRx (15273): cannot open file : /sys/class/android_usb/android0/bcdUSB

E/MTPRx (15273): is_secretmode is NOT 1

E/MTPRx (15273): sending MTP_ICON_ENABLED to stack

E/MTPRx (15273): else part ... so first time!!!

E/MTPPlaObsrvr(15273): inside setContext()

E/MTPPlaObsrvr(15273): inside createplafiles

E/MTPPlaObsrvr(15273): playlist count is0

E/MTPPlaObsrvr(15273): inside try branch createplafiles

E/MTPPlaObsrvr(15273): inside deleteing plas createplafiles

E/MTPPlaObsrvr(15273): Inside registerContentObserver

E/MtpAdbObserver(15273): inside setContext()

E/MtpAdbObserver(15273): Inside registerContentObserver

E/MtpService(15273): onCreate.

E/MtpService(15273): < MTP > Registering BroadCast receiver :::::

E/MtpService(15273): < MTP > Registering BroadCast registerBroadCastPolicyRec :::::

E/MtpService(15273): < MTP > Registering BroadCast registerBroadCastEmergencyRec :::::

E/MtpService(15273): onStartCommand.

E/MTPJNIInterface(15273): < MTP > Registering BroadCast receiver :::::

E/MtpService(15273): handleMessage. msg= { when=-2ms what=0 arg1=1 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(15273): < MTP > Registering BroadCast receiver :::::::

E/MTPJNIInterface(15273): noti = 10

E/MtpService(15273): onStartCommand.

E/MTPRx (15273): Checking the driver time out

E/MTPJNIInterface(15273): noti = 2

E/MTPRx (15273): called native method

E/MTPJNIInterface(15273): setting Media scanner status0

E/MTPJNIInterface(15273): After setting Media scanner status0

E/MTPJNIInterface(15273): Getting media scanner status0

E/MtpService(15273): handleMessage. msg= { when=-1ms what=0 arg1=2 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(15273): DeviceName is . (SM-T210)

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/Babel (14702): Gcm registration failed

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/File (13337): fail readDirectory() errno=2

E/MTPJNIInterface(15273): In MTPJNIINterface onReceive:android.intent.action.MEDIA_SCANNER_FINISHED

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscParser(13350): update(): xml file exist

E/MTPJNIInterface(15273): Status for mount/Unmount :removed

E/MTPJNIInterface(15273): SDcard is not available

E/MTPJNIInterface(15273): Status for mount/Unmount :removed

E/MTPJNIInterface(15273): SDcard is not available

E/SQLiteLog(15273): (21) API call with NULL database connection pointer

E/SQLiteLog(15273): (21) misuse at line 96816 of [00bb9c9ce4]

E/SQLiteLog(15273): (21) API call with NULL database connection pointer

E/SQLiteLog(15273): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(15273): (21) API call with NULL database connection pointer

E/SQLiteLog(15273): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(15273): (21) API call with NULL database connection pointer

E/SQLiteLog(15273): (21) misuse at line 96816 of [00bb9c9ce4]

E/ (15273): [mtp_init_device] After open the MTP fd = 49 and line = 678...

E/MTPRx (15273): Open session has come remove the Message false

E/MTPRx (15273): Open session has come remove the Message false

E/AuthorizationBluetoothService(13554): Proximity feature is not enabled.

E/dalvikvm(15354): Could not find class 'android.telecom.TelecomManager', referenced from method com.google.android.gms.wearable.service.o.e

E/GmsUtils(15116): Failed to connect to Google API client: ConnectionResult{statusCode=unknown status code 16, resolution=null}

E/GmsUtils(15116): Failed to connect to Google API client: ConnectionResult{statusCode=unknown status code 16, resolution=null}

E/Watchdog(13005): !@Sync 5

E/DBG_DM (15400): BootingfileStream is null

E/DBG_DM (15400): xdmCreateBootingFilestream

E/MTPRx (15273): state from USB_STATE event DISCONNECTED

E/DataRouter( 128): USB Interface is open with 0x7

E/ (15273): read error [0] [Success]

E/MTPRx (15273): Read Error Came false

E/MTPRx (15273): Read Error Came so calling usbRemoved()

E/MTPRx (15273): sendbooster is false!

E/MTPRx (15273): In usbRemoved Status bar enabled

E/MTPRx (15273): stop observing and calling usbRemoved

E/MTPRx (15273): sendbooster is false!

E/MTPRx (15273): In usbRemoved Status bar enabled

E/MTPRx (15273): Sending Broadcast

E/MTPRx (15273): Sending Broadcast

E/MtpService(15273): onDestroy.

E/MtpService(15273): Unregister Mtp disable Receiver

E/MtpService(15273): Receiver not registered: com.samsung.android.MtpApplication.MtpService$1@41d44fc0

E/MtpService(15273): Unregister mtpEmergencyReceiver

E/MtpService(15273): Receiver not registered: com.samsung.android.MtpApplication.MtpService$2@41d452a0

E/MtpService(15273): unregistering mtpMediaReceiver in UnregisterAllIntent

E/MtpService(15273): Receiver not registered: com.samsung.android.MtpApplication.MtpService$3@41d45580

E/MTPJNIInterface(15273): noti = 3

E/ (15273): ****** [mtp_usb_mtp_finalize] mtp_close_fd Calling

E/ (15273): [mtp_close_fd] fd = 49...

E/ (15273): [mtp_close_fd] USB endpoint [49] closed...

E/ (15273): ****** [mtp_usb_mtp_finalize] Updating the gInitializeFlag Flag to FALSE

E/ (15273): ****** [mtp_usb_mtp_finalize] Calling mtp_stop_io

E/File (13337): fail readDirectory() errno=2

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscParser(13350): update(): xml file exist

E/File (13337): fail readDirectory() errno=2

E/CscFactoryReceiver(13350): onReceive android.intent.action.MEDIA_SCANNER_FINISHED

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscUpdateService(13350): costomer file is exists : it has been preconfiged.

E/CscParser(13350): update(): xml file exist

E/CscParser(13350): update(): xml file exist

E/lights (13005): write_int failed to open -1

E/SensorHal(13005): BstSensor::enable

E/MISC PowerHAL(13005): sysfs_write : Error opening /sys/class/input/input0/enabled: No such file or directory

E/GestureService(13523): updateFlags started

E/GestureService(13523): bVertical = false

E/GestureService(13523): bHorizontal = false

E/GestureService(13523): bHorizontalWave = false

E/Qmage (13360): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (13360): This is decoding

E/Qmage (13360): decoding stream->hasLength()

E/Qmage (13360): onDecode : QmageDecParseHeader call : QM

E/Qmage (13360): Qmage parsing for decoding ok

E/Qmage (13360): onDecode : QmageHeader.NinePatched 0

E/Qmage (13360): onDecode : QmageHeader Height() 99 Width() : 77 sampleSize : 1

E/Qmage (13360): normal image decoding

E/Qmage (13360): onDecode : QmageDecodeFrame call : QM

E/Qmage (13360): onDecode : return true QM

E/Launcher(13360): Error finding setting, default accessibility to not found: accessibility_enabled

E/TranscodeReceiver(15489): onReceive : android.intent.action.ACTION_POWER_DISCONNECTED

E/MTPRx (15567): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (15567): check value of boot_completed is1

E/MTPRx (15567): check booting is completed_sys.boot_completed

E/MTPRx (15567): Sd-Card path/storage/extSdCard

E/MTPRx (15567): Status for mount/Unmount :removed

E/MTPRx (15567): SDcard is not available

E/MTPRx (15567): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (15567): Unexpected Disconnection. call usbRemoved.

E/MTPRx (15567): sendbooster is false!

E/MTPRx (15567): configured is false

E/DataRouter( 128): USB Interface is open with 0x7

E/Watchdog(13005): !@Sync 6

E/lights (13005): write_int failed to open -1

E/MTPRx (15567): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (15567): check value of boot_completed is1

E/MTPRx (15567): check booting is completed_sys.boot_completed

E/MTPRx (15567): Sd-Card path/storage/extSdCard

E/MTPRx (15567): Status for mount/Unmount :removed

E/MTPRx (15567): SDcard is not available

E/MTPRx (15567): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (15567): configured is false

E/MTPRx (15567): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (15567): check value of boot_completed is1

E/MTPRx (15567): check booting is completed_sys.boot_completed

E/MTPRx (15567): Sd-Card path/storage/extSdCard

E/MTPRx (15567): Status for mount/Unmount :removed

E/MTPRx (15567): SDcard is not available

E/MTPRx (15567): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (15567): configured is false

E/MTPRx (15567): In MtpReceiverandroid.hardware.usb.action.USB_STATE

E/MTPRx (15567): check value of boot_completed is1

E/MTPRx (15567): check booting is completed_sys.boot_completed

E/MTPRx (15567): Sd-Card path/storage/extSdCard

E/MTPRx (15567): Status for mount/Unmount :removed

E/MTPRx (15567): SDcard is not available

E/MTPRx (15567): Received USB_STATE with sdCardLaunch = 0

E/MTPRx (15567): mFirstTime: false

E/MTPRx (15567): String obtained from jar = 0b1e96db05d64ea4

E/MTPJNIInterface(15567): Getting CryptionKey from JAVA

E/MTPRx (15567): currentUserId is 0

E/MTPRx (15567): Start observing USB_STATE_MATCH

E/MTPRx (15567): cannot open file : /sys/class/android_usb/android0/bcdUSB

E/MTPRx (15567): is_secretmode is NOT 1

E/MTPRx (15567): sending MTP_ICON_ENABLED to stack

E/MTPRx (15567): else part ... so first time!!!

E/MTPPlaObsrvr(15567): inside setContext()

E/MTPPlaObsrvr(15567): inside createplafiles

E/MTPPlaObsrvr(15567): playlist count is0

E/MTPPlaObsrvr(15567): inside try branch createplafiles

E/MTPPlaObsrvr(15567): inside deleteing plas createplafiles

E/MTPPlaObsrvr(15567): Inside registerContentObserver

E/MtpAdbObserver(15567): inside setContext()

E/MtpAdbObserver(15567): Inside registerContentObserver

E/MtpService(15567): onCreate.

E/MtpService(15567): < MTP > Registering BroadCast receiver :::::

E/MtpService(15567): < MTP > Registering BroadCast registerBroadCastPolicyRec :::::

E/MtpService(15567): < MTP > Registering BroadCast registerBroadCastEmergencyRec :::::

E/MtpService(15567): onStartCommand.

E/MTPJNIInterface(15567): < MTP > Registering BroadCast receiver :::::

E/MTPJNIInterface(15567): < MTP > Registering BroadCast receiver :::::::

E/MTPJNIInterface(15567): noti = 10

E/MtpService(15567): onStartCommand.

E/MTPRx (15567): Checking the driver time out

E/MTPJNIInterface(15567): noti = 2

E/MTPRx (15567): called native method

E/MTPJNIInterface(15567): setting Media scanner status0

E/MTPJNIInterface(15567): After setting Media scanner status0

E/MtpServerJNI(13337): could not open MTP driver, errno: 2

E/MtpServerJNI(13337): server is null in add_storage

E/MTPJNIInterface(15567): Getting media scanner status0

E/MtpServerJNI(13337): server is null in run

E/MtpServerJNI(13337): server is null in cleanup

E/MtpService(15567): handleMessage. msg= { when=-11ms what=0 arg1=1 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(15567): DeviceName is . (SM-T210)

E/MtpService(15567): handleMessage. msg= { when=-8ms what=0 arg1=2 obj=Intent { cmp=com.samsung.android.MtpApplication/.MtpService } target=com.samsung.android.MtpApplication.MtpService$ServiceHandler }

E/MTPJNIInterface(15567): Status for mount/Unmount :removed

E/MTPJNIInterface(15567): SDcard is not available

E/MTPJNIInterface(15567): Status for mount/Unmount :removed

E/MTPJNIInterface(15567): SDcard is not available

E/SQLiteLog(15567): (21) API call with NULL database connection pointer

E/SQLiteLog(15567): (21) misuse at line 96816 of [00bb9c9ce4]

E/SQLiteLog(15567): (21) API call with NULL database connection pointer

E/SQLiteLog(15567): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(15567): (21) API call with NULL database connection pointer

E/SQLiteLog(15567): (21) misuse at line 93292 of [00bb9c9ce4]

E/SQLiteLog(15567): (21) API call with NULL database connection pointer

E/SQLiteLog(15567): (21) misuse at line 96816 of [00bb9c9ce4]

E/ (15567): [mtp_init_device] After open the MTP fd = 49 and line = 678...

E/MTPRx (15567): Open session has come remove the Message false

E/MTPRx (15567): Open session has come remove the Message false

E/TranscodeReceiver(15489): onReceive : android.intent.action.ACTION_POWER_CONNECTED

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/GCM (13554): GCM failed to read backup checkin config, checkin may have failed

E/Babel (14702): Gcm registration failed

E/Watchdog(13005): !@Sync 7

E/MISC PowerHAL(13005): sysfs_write : Error opening /sys/class/input/input0/enabled: No such file or directory

E/SensorHal(13005): BstSensor::enable

E/KeyguardViewMediator(13235): resetStateLocked

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/SamsungWindowManager(13005): mCoreNumLockHelper.acquire

E/lights (13005): write_int failed to open -1

E/SensorHal(13005): BstSensor::enable

E/MISC PowerHAL(13005): sysfs_write : Error opening /sys/class/input/input0/enabled: No such file or directory

E/Qmage (13360): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (13360): This is decoding

E/Qmage (13360): decoding stream->hasLength()

E/Qmage (13360): onDecode : QmageDecParseHeader call : QM

E/Qmage (13360): Qmage parsing for decoding ok

E/Qmage (13360): onDecode : QmageHeader.NinePatched 0

E/Qmage (13360): onDecode : QmageHeader Height() 99 Width() : 77 sampleSize : 1

E/Qmage (13360): normal image decoding

E/Qmage (13360): onDecode : QmageDecodeFrame call : QM

E/Qmage (13360): onDecode : return true QM

E/Qmage (13360): onDecode : QmageDecodeFrame 20140421 Rev.6376

E/Qmage (13360): This is decoding

E/Qmage (13360): decoding stream->hasLength()

E/Qmage (13360): onDecode : QmageDecParseHeader call : QM

E/Qmage (13360): Qmage parsing for decoding ok

E/Qmage (13360): onDecode : QmageHeader.NinePatched 0

E/Qmage (13360): onDecode : QmageHeader Height() 99 Width() : 77 sampleSize : 1

E/Qmage (13360): normal image decoding

E/Qmage (13360): onDecode : QmageDecodeFrame call : QM

E/Qmage (13360): onDecode : return true QM

E/Launcher(13360): Error finding setting, default accessibility to not found: accessibility_enabled

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/GestureService(13523): updateFlags started

E/GestureService(13523): bVertical = false

E/GestureService(13523): bHorizontal = false

E/GestureService(13523): bHorizontalWave = false

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/lights (13005): write_int failed to open -1

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/ViewRootImpl(13005): sendUserActionEvent() mView == null

E/MagazineCardManager(15642): getService : Could not get the service!

E/MagazineCardManager(15642): getService : Could not get the service!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/SoundPool(15642): error loading /system/media/audio/ui/Lock.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/Unlock.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/lens_flare_lock.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/lens_flare_unlock_silence.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/blind_lock.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/Particle_Lock.ogg

E/SoundPool(15642): error loading /system/media/audio/ui/Particle_unlock_silence.ogg

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/File (15642): fail readDirectory() errno=2

E/lights (13005): write_int failed to open -1

E/KeyguardHostView(15642): KeyguardHostView()

E/LSO (15642): LSO Service is not yet ready!!!

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/Watchdog(13005): !@Sync 8

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/ShutdownThread(13005): state is null

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/ViewRootImpl(13005): sendUserActionEvent() mView == null

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/ViewRootImpl(13005): sendUserActionEvent() mView == null

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/BufferQueue( 116): [StatusBar] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [StatusBar] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/ShutdownThread(13005): state is null

E/AndroidRuntime(13005): !@*** FATAL EXCEPTION IN SYSTEM PROCESS: android.ui

E/AndroidRuntime(13005): java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_width attribute.

E/AndroidRuntime(13005): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:492)

E/AndroidRuntime(13005): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:6200)

E/AndroidRuntime(13005): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:6369)

E/AndroidRuntime(13005): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java:1837)

E/AndroidRuntime(13005): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:1749)

E/AndroidRuntime(13005): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:58)

E/AndroidRuntime(13005): at android.view.LayoutInflater.rInflate(LayoutInflater.java:768)

E/AndroidRuntime(13005): at android.view.LayoutInflater.inflate(LayoutInflater.java:498)

E/AndroidRuntime(13005): at android.view.LayoutInflater.inflate(LayoutInflater.java:398)

E/AndroidRuntime(13005): at android.view.LayoutInflater.inflate(LayoutInflater.java:354)

E/AndroidRuntime(13005): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:366)

E/AndroidRuntime(13005): at com.android.internal.app.AlertController.installContent(AlertController.java:248)

E/AndroidRuntime(13005): at android.app.AlertDialog.onCreate(AlertDialog.java:338)

E/AndroidRuntime(13005): at android.app.Dialog.dispatchOnCreate(Dialog.java:364)

E/AndroidRuntime(13005): at android.app.Dialog.show(Dialog.java:265)

E/AndroidRuntime(13005): at com.android.server.power.ShutdownThread.shutdownInner(ShutdownThread.java:341)

E/AndroidRuntime(13005): at com.android.server.power.ShutdownThread.shutdown(ShutdownThread.java:228)

E/AndroidRuntime(13005): at com.android.server.wm.WindowManagerService.shutdown(WindowManagerService.java:6963)

E/AndroidRuntime(13005): at com.android.internal.policy.impl.GlobalActions$7.onPress(GlobalActions.java:983)

E/AndroidRuntime(13005): at com.android.internal.policy.impl.GlobalActions.onClick(GlobalActions.java:1759)

E/AndroidRuntime(13005): at com.android.internal.app.AlertController$AlertParams$3.onItemClick(AlertController.java:1017)

E/AndroidRuntime(13005): at android.widget.AdapterView.performItemClick(AdapterView.java:308)

E/AndroidRuntime(13005): at android.widget.AbsListView.performItemClick(AbsListView.java:1510)

E/AndroidRuntime(13005): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3472)

E/AndroidRuntime(13005): at android.widget.AbsListView$3.run(AbsListView.java:4835)

E/AndroidRuntime(13005): at android.os.Handler.handleCallback(Handler.java:733)

E/AndroidRuntime(13005): at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(13005): at android.os.Looper.loop(Looper.java:146)

E/AndroidRuntime(13005): at android.os.HandlerThread.run(HandlerThread.java:61)

E/android.os.Debug(13005): /system/bin/resetreason not exist..

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/android.os.Debug(13005): !@Dumpstate > sdumpstate -k -t -z -d -o /data/log/dumpstate_sys_error

E/lights (13005): write_int failed to open -1

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/lights (13005): write_int failed to open -1

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/BufferQueue( 116): [Keyguard] dequeueBuffer: min undequeued buffer count (1) exceeded (dequeued=2 undequeudCount=0)

E/MotionRecognitionService(13005): mReceiver.onReceive : ACTION_USER_PRESENT :: UNLOCK SCREEN

E/PHService( 126): SysfsAccess : writing's messed up: /sys/devices/system/cpu/cpu1/online, -1, Invalid argument

E/PHService( 126): CpuOperator : int android::CpuOperator::setCpuOnlineStatus(unsigned int, int*), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/PHService( 126): SysfsAccess : opening's messed up, /sys/devices/platform/galcore/gpu/gpu0/gpufreq/scaling_governor Permission denied

E/PHService( 126): GpuOperator : int android::GpuOperator::setScalingPolicy(android::sp<android::GpuUnitParam>&), check failed!!!!

E/lights (13005): write_int failed to open -1

E/WifiManager(15642): Channel connection lost

E/WifiManager(13626): Channel connection lost

E/WifiManager(13350): Channel connection lost

E/WifiManager(13960): Channel connection lost

E/WifiManager(13431): Channel connection lost

E/installd( 121): eof

E/installd( 121): failed to read size

E/BootAnimationLoader(15752): Could not open '/sys/devices/w1_bus_master1/w1_master_verify_mac'

E/BootAnimationLoader(15752): Could not open '/sys/devices/w1_bus_master1/w1_master_check_id'

E/BootAnimation(15752): /sys/class/sec/led/led_pattern: open error, fd = -1

E/SamsungPowerSoundPlay(15753): Power sound error, don't come this point

E/mediaserver(15766): ############

E/AudioCalibrationParser(15766): format .3ga index not found, skip

E/AudioCalibrationParser(15766): format .3ga index not found, skip

E/AudioCalibrationParser(15766): stream AUDIO_APP_CAMCODER index not found, skip

E/AudioCalibrationParser(15766): stream AUDIO_APP_VT_RECORDER index not found, skip

E/acm_record_mode(15766): is_gssp_record_mode_support: Failed to open /sys/devices/platform/sound/gssp_record

E/audio_policy_mrvl(15766): load_audio_policy_config: No such file /vendor/etc/audio_policy.conf, Exit

E/acm_record_mode(15766): is_gssp_record_mode_support: Failed to open /sys/devices/platform/sound/gssp_record

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for hdmi

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for pcm

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for wfd

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for hdmi

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for pcm

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for wfd

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for hdmi

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for pcm

E/audio_path_manager(15766): get_audio_path_handler: Failed get audio path handler for wfd

E/audio_policy_mrvl(15766): CreateVolumeCustomizer

E/memtrack(15764): Couldn't load memtrack module (No such file or directory)

E/android.os.Debug(15764): failed to load memtrack module: -2

Wie stelle ich das mit dem Formatieren denn am besten an?

Hab es gerade nochmal versucht über Odin zu flashen, leider ohne Erfolg, nach wie vor der gleiche Fehler.

Gruß
M@tz3
 
Zuletzt bearbeitet:
hast du eine Custom Recovery drauf oder die Stock?
Setze das Tab mal auf Werks Zustand zurück und boote dann idealer weise in eine TWRP
Solltest du die stock drauf haben kannst du die die pasende md5 zur installation via odin hier runter laden T210.TWRP.2.8.2.0.tar.md5 | by gr8nole for Galaxy Tab III 7.0
Solltest du hilfe dabei brauchen sag bescheid.
 
Hallo :)

ich hoffe meine Vorgehensweise war richtig... Ich habe TWRP installiert und dort den Werksreset durchgeführt, alle Partitionen formatiert und das Dateisystem der Partitionen repariert.

Danach habe ich wieder die Stock-ROM drüber geflasht. Leider immer noch das gleiche Verhalten(auch schon während dem Einrichtungsassistent am Anfang).
 
Ich würde so vorgehen wie von bierma32 vorgeschlagen und es mal mit einer anderen Rom versuchen. Wäre interessant zu sehen ob es mit der neuen Rom funktioniert oder ob das komische Verhalten bestehen bleibt
 
Hallo,

ich habe es mit dem NoleKat ROM versucht, leider genau das gleiche Verhalten... Allein den Einrichtungsassistent zu bewältigen ist sehr kompliziert weil sich das Gerät dauernd neustartet oder der Assistent hängen bleibt.:cursing::crying:
 
Hast du vor und nach der Installation der Rom Cache und Dalvik gelöscht?
 
ja habe ich.
 
Hmmmm ok, dann bleibt nur noch die Frage ob es mit dem empfohlenen kernel und eventuell der anderen Rom klappt. Wenn das auch nicht hilft, weiß ich auch nicht weiter

Es wäre eventuell noch hilfreich, wenn du Schritt für Schritt schreiben kannst wie du vor gehst. Wirklich ganz genau Schritt für Schritt.
Und hast du es jetzt mal wie gestern vorgeschlagen im abgesicherten Modus versucht?
 
Zuletzt bearbeitet von einem Moderator:
Also ich habe es mit beiden ROMs und dem vorgeschlagenen Kernel probiert, keine besserung.

Ich kopiere die ZIP Dateien auf eine externe SD-Karte.
Starte das Tab im TWRP und wipe Cache und Dalvik.
Dann Installiere ich das neue ROM.
Abschliessend wipe ich nochmals Cache und Dalvik.

Danach gehen beim Reboot schon wieder die Fehler los.
Direkt beim Einrichtungsassistent.
 
Ok, dann versuche bitte als letzten Strohhalm sozusagen dein Tab im abgesicherten Modus zu starten. Weißt du wie das geht?
 
Soeben versucht, genau die gleichen Probleme :crying:

Scheint ja wohl wirklich ein Hardware-Defekt zu sein.
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: Sunny

Ähnliche Themen

Pat80
Antworten
2
Aufrufe
880
bierma32
bierma32
F
  • Frank online
Antworten
4
Aufrufe
2.744
Frank online
F
S
Antworten
2
Aufrufe
2.085
Snaker83
S
Zurück
Oben Unten