HellyBean 4.3 bootloop: need help analyzing logcat for culprit - Galaxy S I9000 Q&A, Help & Troubleshooting

I'm running HB3_Franzy 12 RC the final with devil kernel and have been for a while now. Yesterday, for some unknown reason, my phone suddenly decided to reboot. Now it hangs at the bootanimation.
I was able to posthumously enable adb debugging (see my previous thread for details). I could do a clean install and start again, possibly rescuing some data from the nandroid by buying Titanium Pro (as far as I understood Titanium's playstore page, this would be a paid feaature) or via nandroid manager (as suggested by darkztar1)...
But I would much prefer to find the root of the problem and repair it...
Thus, I humbly ask the more experienced members to help me understand the log and seperate fatal from harmless errors
Just the errors:
--------- beginning of /dev/log/system
E/UserManagerService( 622): Unable to read user list
W/PackageManager( 622): No start tag found in package manager settings
E/AndroidRuntime( 622): Error reporting WTF
E/AndroidRuntime( 622): java.lang.NullPointerException
E/AndroidRuntime( 622): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:329)
E/AndroidRuntime( 622): at android.util.Log$1.onTerribleFailure(Log.java:103)
E/AndroidRuntime( 622): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 622): at android.util.Log.wtf(Log.java:255)
E/AndroidRuntime( 622): at com.android.server.pm.Settings.readLPw(Settings.java:1624)
E/AndroidRuntime( 622): at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:1147)
E/AndroidRuntime( 622): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1049)
E/AndroidRuntime( 622): at com.android.server.ServerThread.run(SystemServer.java:277)
--------- beginning of /dev/log/main
E/WVMExtractor( 352): Failed to open libwvm.so
E/EventHub( 622): could not get driver version for /dev/input/mice, Not a typewriter
E/cutils-trace( 352): Error opening trace file: No such file or directory (2)
D/ConnectivityService( 622): ConnectivityService starting up
D/ConnectivityService( 622): wifiOnly=false
E/ConnectivityService( 622): Ignoring protectedNetwork 10
E/ConnectivityService( 622): Ignoring protectedNetwork 11
E/ConnectivityService( 622): Ignoring protectedNetwork 12
E/MobileDataStateTracker( 622): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 622): default: Could not enable APN type "default"
E/WifiConfigStore( 622): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
complete log at pastebin (expires in one month):
http://pastebin.com/peipGuDD
Thanks in advance

Related

Market Install FC

Not sure what started it, but the market will download an app and then force close while trying to install.
Code:
D/vending ( 2920): com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver.ha
ndleDownloadCompletedAction(): Got a download completed intent.
D/vending ( 2920): com.android.vending.api.LocalAssetDatabase.notifyListener(): 2730644506
555660122 / INSTALLING
W/dalvikvm( 2920): threadid=23: thread exiting with uncaught exception (group=0x4001e170)
E/AndroidRuntime( 2920): Uncaught handler: thread Thread-19 exiting due to uncaught except
ion
E/AndroidRuntime( 2920): java.lang.SecurityException: Neither user 10003 nor current proce
ss has android.permission.INSTALL_PACKAGES.
E/AndroidRuntime( 2920): at android.os.Parcel.readException(Parcel.java:1246)
E/AndroidRuntime( 2920): at android.os.Parcel.readException(Parcel.java:1234)
E/AndroidRuntime( 2920): at android.content.pm.IPackageManager$Stub$Proxy.installPa
ckage(IPackageManager.java:1738)
E/AndroidRuntime( 2920): at android.app.ApplicationContext$ApplicationPackageManage
r.installPackage(ApplicationContext.java:2341)
E/AndroidRuntime( 2920): at com.android.vending.AssetDownloader$DownloadManagerBroa
dcastReceiver.installFromUri(AssetDownloader.java:370)
E/AndroidRuntime( 2920): at com.android.vending.AssetDownloader$DownloadManagerBroa
dcastReceiver$1.run(AssetDownloader.java:243)
E/AndroidRuntime( 2920): at java.lang.Thread.run(Thread.java:1096)
I/Process ( 151): Sending signal. PID: 2920 SIG: 3
I/dalvikvm( 2920): threadid=7: reacting to signal 3
Something about permissions? I think fix_permissions would fix, but any other ideas?
Update: ran fix permissions with no changes, log is still the same. Reflashed cyan, nothing. Any ideas?
lukekirstein said:
Update: ran fix permissions with no changes, log is still the same. Reflashed cyan, nothing. Any ideas?
Click to expand...
Click to collapse
its from the new market pushed out by T-Mo.Unistall it via manage apps in settings.

Anyone having market crashes?

I updated to Froyo from CM.
Some market updates/installs are fine. Some cause this crash and the Android GUI restarts (the whole N1 doesn't reboot however).
D/VoldCmdListener( 54): asec list
I/PackageHelper( 652): Size of container 2 MB 689299 bytes
W/dalvikvm( 83): threadid=11: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime( 83): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 83): java.lang.SecurityException: Requires android.permission.ASEC_CREATE permission
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1247)
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1235)
E/AndroidRuntime( 83): at com.android.internal.app.IMediaContainerService$Stub$Proxy.copyResourceToContainer(IMediaContainerService.java:164)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$SdInstallArgs.copyApk(PackageManagerService.java:5341)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$InstallParams.handleStartCopy(PackageManagerService.java:4956)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$HandlerParams.startCopy(PackageManagerService.java:4815)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.doHandleMessage(PackageManagerService.java:470)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.handleMessage(PackageManagerService.java:415)
E/AndroidRuntime( 83): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 83): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 83): at android.os.HandlerThread.run(HandlerThread.java:60)
I believe I get the same issue and log messages when I try to move applications to my sdcard either from the applications menu or by adb command. :/
I have the same error when trying to install the latest version of Neocore.
I have the same problem. Is there a solution ? Would full data wipe help ?
Just did a full data wipe, and it helped for me.
Yeah, have to do full wipe to fix it.
Isn't there any other solutions ?
I don't really feel like wiping now.. :s

[Q][Req] Chrome apk from Google TV

As per the feature list, Google TV comes with the Chrome browser.
With Google Chrome and Adobe Flash Player 10.1, Google TV lets you access everything on the web.
Click to expand...
Click to collapse
Anyone see a system dump from the sony or logitech hardware ?
I'd love to have chrome on my phone
There's system updates available, but I'm not sure if Chrome was one of the apk's (or even if it works).
Check in the Google TV section for the Google TV Hack thread...
http://forum.xda-developers.com/showthread.php?t=812601
Sent from my Nexus One using XDA App
Found Chrome.apk & Chrome.odex in the revue update .zip.
pushed to /system/app/
got this error:
Code:
D/PackageManager( 356): Scanning package com.google.tv.chrome
E/PackageManager( 356): Package com.google.tv.chrome requires unavailable shared library com.google.protobuf; failing!
Next I pushed:
libprotobuf_lite.so & libprotobuf.so to /system/lib
then restarted.
still getting the same error.
Pushed com.google.protobuf.xml /system/etc/permissions/
then restarted.
got a new error
D/PackageParser( 6499): Scanning package: /system/app/Chrome.apk
I/PackageManager( 6499): /system/app/Chrome.apk changed; collecting certs
D/PackageManager( 6499): Scanning package com.google.tv.chrome
E/PackageManager( 6499): Package com.google.tv.chrome requires unavailable shared library com.google.tv.bookmark; failing!
Click to expand...
Click to collapse
Found :
BrowserProvider.odex
BrowserProvider.apk (<-signed by a UID not recognized by as a shared key or something)
/system/chrome folder (pushed)
/system/framework/com.google.tv.bookmark.jar (pushed)
/system/framework/com.google.tv.bookmark.odex (pushed)
/system/framework/com.google.tv.bookmark.xml (pushed)
rebooted-> bootloop
W/dalvikvm( 441): DexOpt: stale opt version (0x30 33 35 00)
E/dalvikvm( 441): /system/framework/com.google.tv.bookmark.jar odex has stale dependencies
E/dalvikvm( 441): odex source not available -- failing
W/dalvikvm( 441): threadid=8: thread exiting with uncaught exception (group=0x4001d7f0)
I/Process ( 441): Sending signal. PID: 441 SIG: 9
E/AndroidRuntime( 441): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 441): dalvik.system.StaleDexCacheError: /system/framework/com.google.tv.bookmark.jar
E/AndroidRuntime( 441): at dalvik.system.DexFile.isDexOptNeeded(Native Method)
E/AndroidRuntime( 441): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:839)
E/AndroidRuntime( 441): at com.android.server.PackageManagerService.main(PackageManagerService.java:681)
E/AndroidRuntime( 441): at com.android.server.ServerThread.run(SystemServer.java:125)
E/AndroidRuntime( 441): Error reporting crash
E/AndroidRuntime( 441): java.lang.NullPointerException
E/AndroidRuntime( 441): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 441): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:887)
E/AndroidRuntime( 441): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:884))
Click to expand...
Click to collapse
Cleared cached, rebooted, didnt help. (bootloop)
Had to "rm /system/framework/com.google.tv.bookmark.jar"
ok now, but still no Chrome
can someone throw some light on the error in red above?
Continuing...
latest error:
D/PackageParser( 1503): Scanning package: /system/app/Chrome.apk
I/PackageManager( 1503): /system/app/Chrome.apk changed; collecting certs
D/PackageManager( 1503): Scanning package com.google.tv.chrome
E/PackageManager( 1503): Package com.google.tv.chrome requires unavailable shared library com.google.tv.requestutil; failing!
Click to expand...
Click to collapse
There are these files available:
/system/framework/com.google.tv.requestutil.jar
/system/framework/com.google.tv.requestutil.odex
/system/etc/permissions/com.google.tv.requestutil.xml
The .odex will probably cause another bootloop when the system tries to load it..... I need to deodex these...

[Q] Market FCs after installing applications.

Hi All,
This is my first post here, sorry if this thread is duplicate but I was unable to find a similar thread.
I have a SGS9000 that I bought from Turkey, since Market and YouTube is not bundled here, I rooted the official 2.2 update with Z4 and pushed Vending.apk and YouTube.apk. The problem is my Market application is FCing after updating or installing applications. I install an application, installation finishes and I get an FC. Then, when I open the installed application for the first time, I get another Market FC. Then everything works fine.
I didn't wipe the system after installing 2.2 update but wiped cache from recovery. Since I pushed the latest versions of the applications, there are no updates to remove. Also clearing cache or stored information doesn't help either.
Is this a known bug or are there any solutions?
Thanks in advance.
P.S: I'm a seasoned Linux admin and programmer and I'm probably able to pull most of the tricks you can propose.
I am having the same problem with my galaxy s too. I followed the same procedure you described. I heard you are bound to get FCs this way. Apparently you should install google apps by applying update.zip via recovery. However, I have recovery 3e and it does not have the capability to use unsigned update.zip. It seems you need to have 2e and I don't have that so I could not do it. As you are a capable linux admin, maybe you can figure out how to revert back to 2e and can share with us.
Sent from my GT-I9000 using XDA App
Actually this is kinda absurd because the g-apps package doesn't have any files related to market besides the Vending and MarketUpdater apks and when you put the packages to the /system/app, they are installed by the phone anyway. I'll try to find some logs in the phone. Maybe then I can understand the real cause of the problem and dig deeper.
It might have something to do with some permissions etc. set by some sys files. I heard something about conflicts/permissions issue with market causing FCs. If you can check the sys logs and figure out th rd problem, that would be great.
Also I read somewhere in these forums who had the same issue solved it via update.zip way.
Sent from my GT-I9000 using XDA App
I had time to debug the problem and I isolated the problem. I have both good news and bad news.
The good news is, the problem looks like a simple permission problem. adb logcat spilled all the guts of the problem and it looks like it:
Code:
E/DatabaseUtils(25977): Writing exception to parcel
E/DatabaseUtils(25977): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:337)
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.insert(ContentProvider.java:173)
E/DatabaseUtils(25977): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils(25977): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils(25977): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 8129): threadid=11: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime( 8129): FATAL EXCEPTION: UpdateCheckinDatabaseService
E/AndroidRuntime( 8129): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 8129): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 8129): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 8129): at android.content.ContentResolver.insert(ContentResolver.java:587)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.updateCheckinDatabase(UpdateCheckinService.java:140)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.access$000(UpdateCheckinService.java:34)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService$ServiceHandler.handleMessage(UpdateCheckinService.java:85)
E/AndroidRuntime( 8129): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8129): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 8129): at android.os.HandlerThread.run(HandlerThread.java:60)
I/PowerManagerService( 2475): Light Animator Finished curIntValue=32
W/ActivityManager( 2475): Force finishing activity com.android.vending/.SearchAssetListActivity
I/ ( 2475): dumpmesg > /data/log/dumpstate_app_error.log
The bad news is, I'm not familiar to the internal workings of the android yet and I was unable to modify the permissions. I tried /system/etc/permissions and added some xml files that contained proper syntax but that was unable to solve the problem.
I'll be glad if someone more experienced can give me some hints because I want to solve this annoying problem.
Cheers and thanks in advance to all.
[SOLVED] Market FCs after installing applications.
Nevermind, just use the new market app, updating solves all the problems.
I copied APK to my sdcard, became root from adb shell and moved the APK to /system/app, then ran "pm install -r Vending.apk" and now everything is silky smooth.
Hey man,
I tried to do what you've described but when I tried to install the vending.apk
I got the following error:
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
Can you describe the procedure step by step for a noob please ?
thearif
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Note that you need to have root (i had temporary Z4root). That is it.
Sent from my GT-I9000 using XDA App
thearif said:
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Click to expand...
Click to collapse
This worked well until I rebooted. After the reboot FCs were back. Logcat is identical to yours:
Code:
I/ActivityThread( 1151): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/vending ( 1151): [1] VendingApplication.onCreate(): Resetting ServiceLocator from app
D/GoogleLoginService( 409): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/ActivityManager( 259): Displayed activity com.android.vending/.AssetBrowserActivity: 906 ms (total 906 ms)
D/ResourceType( 1151): calling getConfigurations
D/ResourceType( 1151): called getConfigurations size=230
I/dalvikvm( 409): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 1151): GC_FOR_MALLOC freed 6455 objects / 553792 bytes in 53ms
E/DatabaseUtils( 409): Writing exception to parcel
E/DatabaseUtils( 409): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permis
sion.WRITE_GSETTINGS
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:348)
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.insert(ContentProvider.java:196)
E/DatabaseUtils( 409): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils( 409): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils( 409): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1151): threadid=11: thread exiting with uncaught exception (group=0x4001d7e8)
E/AndroidRuntime( 1151): FATAL EXCEPTION: Thread-12
E/AndroidRuntime( 1151): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 1151): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1151): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 1151): at android.content.ContentResolver.insert(ContentResolver.java:592)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 1151): at com.android.vending.compat.MarketCheckinHelper.updateCheckinDatabase(MarketCheckinHelper.java:12)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.sendContentSyncViaCheckin(CheckinUpdater.java:219)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.performCheckin(CheckinUpdater.java:176)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.access$000(CheckinUpdater.java:38)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater$1.run(CheckinUpdater.java:109)
E/AndroidRuntime( 1151): at com.android.vending.util.WorkService$1.run(WorkService.java:37)
W/ActivityManager( 259): Force finishing activity com.android.vending/.AssetBrowserActivity
W/ResourceType( 259): Skipping entry 0x7f040006 in package table 0 because it is not complex!
W/ResourceType( 259): Skipping entry 0x7f040005 in package table 0 because it is not complex!
I/Process ( 1151): Sending signal. PID: 1151 SIG: 9
I dont know what is causing your problem to come back after reboot. The very first thing that I checked was to is to see if the problem would pop back up after a reboot but it did not.
So you were on a rooted phone when you did this and gave root access to the sgstools app. If this is the case, maybe you can try clearing your cache.
thearif
Sent from my GT-I9000 using XDA App

[Q] Camera Force Closing

Hey Guys,
I am helping a friend of mine out with her watch. She is having an issue in which each time she opens the camera on her watch she gets a force close. I forgot my watch at home and can't look. I was wondering if someone would be willing to check their system folder for me and see if there is an FactoryCamera_FB.odex file? The FactoryCamera_FB.apk seems to be the only one without a matching odex file. In general, she is getting the following errors.
10-21 13:29:55.755 D/IS_FW_DEBUG( 1448): [TS:00000250 ms][F:00000000][SMIA_StreamOn]===========================================
10-21 13:29:55.755 D/IS_FW_DEBUG( 1448): [TS:00000252 ms][F:00000000][ISP_ENTRY]ApplyM2MData
10-21 13:29:55.755 D/IS_FW_DEBUG( 1448): [TS:00000252 ms][F:00000000][ISP_ENTRY] [M2M] No data or invalid data !!
10-21 13:29:55.760 W/dalvikvm( 2989): threadid=12: thread exiting with uncaught exception (group=0x419d0930)
10-21 13:29:55.765 E/AndroidRuntime( 2989): FATAL EXCEPTION: startPreviewThread
10-21 13:29:55.765 E/AndroidRuntime( 2989): java.lang.RuntimeException: startPreview failed
10-21 13:29:55.765 E/AndroidRuntime( 2989): at com.sec.android.seccamera.SecCamera.startPreview(Native Method)
10-21 13:29:55.765 E/AndroidRuntime( 2989): at com.sec.android.app.camera.CommonEngine$1.run(CommonEngine.java:746)
10-21 13:29:55.765 E/AndroidRuntime( 2989): at java.lang.Thread.run(Thread.java:856)
10-21 13:29:55.775 W/ActivityManager( 1781): Process com.sec.android.app.camera has crashed too many times: killing!
10-21 13:29:55.780 W/LicenseLogService( 1781): log() is called by non admin
10-21 13:29:55.810 W/ContextImpl( 1781): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.am.ActivityStack.startPausingLocked:1412 com.android.server.am.ActivityStack.finishActivityLocked:5894 com.android.server.am.ActivityStack.finishActivityLocked:5808 com.android.server.am.ActivityManagerService.handleAppCrashLocked:9497
10-21 13:29:56.120 E/android.os.Debug( 1781): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error
Additionally, I see up the log a bit where it appears to be setting properties and is setting orientation to 0 and two inprintable hex characters (Screenshot attached). Does anyone have any ideas what could be causing this? I have also attached the full log dump.
Thanks in advance for any help!
Is it rooted?
Sent from my SM-N9005 using Tapatalk
download firmware and flash with odin
galaxy note 3

Categories

Resources