[Q] Can't run Skype on Android 4.4.4 - Android Q&A, Help & Troubleshooting

Dears,
I can't run Skype on a Android 4.4.4 system.
From the logs:
02-01 18:29:05.700 3892 3892 W linker : libSkypeAndroid.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-01 18:29:05.780 3892 3892 W dalvikvm: Invalid indirect reference 0x419b6840 in decodeIndirectRef
02-01 18:29:05.780 3892 3892 E dalvikvm: VM aborting
02-01 18:29:06.050 3906 3906 W linker : libSkypeAndroid.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-01 18:29:06.140 3906 3906 W dalvikvm: Invalid indirect reference 0x419b60f8 in decodeIndirectRef
02-01 18:29:06.140 3906 3906 E dalvikvm: VM aborting
02-01 18:29:06.420 3920 3920 W linker : libSkypeAndroid.so has text relocations. This is wasting memory and is a security risk. Please fix.
02-01 18:29:06.500 3920 3920 W dalvikvm: Invalid indirect reference 0x419b7b88 in decodeIndirectRef
02-01 18:29:06.510 3920 3920 E dalvikvm: VM aborting
02-01 18:29:06.510 443 827 W ActivityManager: Force removing ActivityRecord{423b68d0 u0 com.skype.raider/.Main t15}: app died, no saved state​
Launching the apps I see "Skype" in the notification bar for about 3 seconds, then it dies.
What can I do?
Thanks a lot.

Related

HELP porting armv7 to armv6 rom

Hello, i m trying to port pac rom to zte blade.I used an 4.3 cm rom as a base and 4.3 pac as port.I got it to install but its bootlooping.The logcat gives me this error :
11-12 15:42:32.790 1263 1263 D AndroidRuntime:
11-12 15:42:32.790 1263 1263 D AndroidRuntime: >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-12 15:42:32.790 1263 1263 D AndroidRuntime: CheckJNI is OFF
11-12 15:42:32.870 1263 1263 D dalvikvm: Trying to load lib libjavacore.so 0x0
11-12 15:42:32.890 1263 1263 D dalvikvm: Added shared lib libjavacore.so 0x0
11-12 15:42:32.970 1263 1263 D dalvikvm: Trying to load lib libnativehelper.so 0x0
11-12 15:42:32.970 1263 1263 D dalvikvm: Added shared lib libnativehelper.so 0x0
11-12 15:42:33.090 1263 1263 W dalvikvm: PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
11-12 15:42:33.100 1263 1263 E dalvikvm: ERROR: couldn't find native method
11-12 15:42:33.100 1263 1263 E dalvikvm: Requested: Landroid/content/res/AssetManager;.setConfigurationIILjava/lang/String;IIIIIIIIIIIIII)V
11-12 15:42:33.100 1263 1263 E dalvikvm: Candidate: Landroid/content/res/AssetManager;.setConfigurationIILjava/lang/String;IIIIIIIIIIIIIII)V
11-12 15:42:33.100 1263 1263 E dalvikvm: JNI posting fatal error: RegisterNatives failed for 'android/content/res/AssetManager', aborting
11-12 15:42:33.100 1263 1263 I dalvikvm: "main" prio=5 tid=1 NATIVE
11-12 15:42:33.100 1263 1263 I dalvikvm: | group="main" sCount=0 dsCount=0 obj=0x41528578 self=0x15428
11-12 15:42:33.100 1263 1263 I dalvikvm: | sysTid=1263 nice=0 sched=0/0 cgrp=default handle=1073815288
11-12 15:42:33.110 1263 1263 I dalvikvm: | state=R schedstat=( 0 0 0 ) utm=76 stm=14 core=0
11-12 15:42:33.150 1263 1263 I dalvikvm: #00 pc 0000132e /system/lib/libcorkscrew.so (unwind_backtrace_thread+25)
11-12 15:42:33.150 1263 1263 I dalvikvm: #01 pc 00060d9c /ystem/lib/libdvm.so (dvmDumpNativeStack(DebugOutputTarget const*, int)+31)
11-12 15:42:33.150 1263 1263 I dalvikvm: #02 pc 000546de /system/lib/libdvm.so (dvmDumpThreadEx(DebugOutputTarget const*, Thread*, bool)+425)
11-12 15:42:33.150 1263 1263 I dalvikvm: #03 pc 0005474a /system/lib/libdvm.so (dvmDumpThread(Thread*, bool)+25)
11-12 15:42:33.150 1263 1263 I dalvikvm: #04 pc 000491da /system/lib/libdvm.so
11-12 15:42:33.150 1263 1263 I dalvikvm: #05 pc 000491f6 /system/lib/libdvm.so
11-12 15:42:33.150 1263 1263 I dalvikvm: #06 pc 00000a38 /system/lib/libnativehelper.so (jniRegisterNativeMethods+87)
11-12 15:42:33.150 1263 1263 I dalvikvm: #07 pc 0004ceb6 /system/lib/libandroid_runtime.so (android::AndroidRuntime::registerNativeMethods(_JNIEnv*, char const*, JNINativeMethod const*, int)+1)
11-12 15:42:33.150 1263 1263 I dalvikvm: #08 pc 0007020e /system/lib/libandroid_runtime.so (android::register_android_content_AssetManager(_JNIEnv*)+281)
11-12 15:42:33.150 1263 1263 I dalvikvm: #09 pc 0004cd58 /system/lib/libandroid_runtime.so
11-12 15:42:33.150 1263 1263 I dalvikvm: #10 pc 0004d076 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+29)
11-12 15:42:33.150 1263 1263 I dalvikvm: #11 pc 0004da1a /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+209)
11-12 15:42:33.150 1263 1263 I dalvikvm: #12 pc 00001034 /system/bin/app_process
11-12 15:42:33.150 1263 1263 I dalvikvm: #13 pc 0000e0fa /system/lib/libc.so (__libc_init+49)
11-12 15:42:33.150 1263 1263 I dalvikvm: at dalvik.system.NativeStart.main(Native Method)
11-12 15:42:33.150 1263 1263 I dalvikvm: at dalvik.system.NativeStart.main(Native Method)
11-12 15:42:33.150 1263 1263 I dalvikvm:
11-12 15:42:33.150 1263 1263 E dalvikvm: VM aborting
11-12 15:42:33.150 1263 1263 F libc : Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 1263 (zygote)
So i decompiled framework.jar/clasees.dex of base and port and tried to diff at android/content/res/AssetManager but i didnt find any missing line only few diffrences.I found at assetmanager.smali base this line:
.method public final native setConfiguration(IILjava/lang/String;IIIIIIIIIIIIII)V
.end method
and at port this:
.method public final native setConfiguration(IILjava/lang/String;IIIIIIIIIIIIIII)V
.end method
I dont know what to do or where to look so any help would be useful.
thanks in advance

[Q] How to fix this error in logcat? Need fast

12-20 06:25:09.129 2362 2362 E MonoPipe: Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional: /system/bin/mediaserver
12-20 06:25:09.129 2361 2361 E dalvikvm: ERROR: couldn't find native method
12-20 06:25:09.129 2361 2361 E dalvikvm: Requested: Landroid/content/res/AssetManager;.addOverlayPathLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/StringI
12-20 06:25:09.129 2361 2361 E dalvikvm: JNI posting fatal error: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
I have added this missing lines to framework.jar. But still getting errors...

[SOLVED] CyanogenMod 10.X 0xdeadbaad MediaProfiles

Hello,
I'm trying to port CyanogenMod 10.1 to my unsupported device Samsung Galaxy Core Plus SM-G350 [cs02].
It has hawaii-board and there is pretty many CM ports out there for the same board.
I have managed to port source for my device and it is in github. (DEVICE, VENDOR, KERNEL)
Now to the problem..
I can get the boot animation but my device stays in bootloop. I believe the problem is here:
adb shell bugreport
Code:
.
.
11-22 08:44:49.420 18566 18566 D AndroidRuntime:
11-22 08:44:49.420 18566 18566 D AndroidRuntime: >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-22 08:44:49.420 18566 18566 D AndroidRuntime: CheckJNI is OFF
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/framework2.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/sec_edm.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/seccamera.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/scrollpause.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/stayrotation.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/smartfaceservice.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/sc.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Unable to stat classpath element '/system/framework/secocsp.jar'
11-22 08:44:49.430 18566 18566 D dalvikvm: Trying to load lib libjavacore.so 0x0
11-22 08:44:49.430 18566 18566 D dalvikvm: Added shared lib libjavacore.so 0x0
11-22 08:44:49.440 18566 18566 D dalvikvm: Trying to load lib libnativehelper.so 0x0
11-22 08:44:49.440 18566 18566 D dalvikvm: Added shared lib libnativehelper.so 0x0
11-22 08:44:49.460 18566 18566 W dalvikvm: Failed to mount /storage as MS_SLAVE: Invalid argument
11-22 08:44:49.530 18566 18566 I SamplingProfilerIntegration: Profiling disabled.
11-22 08:44:49.540 18566 18566 I Zygote : Preloading classes...
11-22 08:44:49.540 18566 18566 D dalvikvm: GC_EXPLICIT freed 36K, 9% free 427K/468K, paused 0ms+1ms, total 2ms
11-22 08:44:49.560 18566 18566 D dalvikvm: GC_EXPLICIT freed 4K, 5% free 497K/520K, paused 0ms+0ms, total 2ms
11-22 08:44:49.560 18566 18566 D dalvikvm: Note: class Landroid/app/ActivityManagerNative; has 158 unimplemented (abstract) methods
11-22 08:44:49.570 18566 18566 D dalvikvm: GC_EXPLICIT freed 21K, 5% free 537K/564K, paused 1ms+1ms, total 3ms
11-22 08:44:49.580 18566 18566 D dalvikvm: GC_EXPLICIT freed 26K, 6% free 565K/596K, paused 0ms+1ms, total 4ms
11-22 08:44:49.590 18566 18566 W Zygote : Class not found for preloading: android.bluetooth.BluetoothAudioGateway
11-22 08:44:49.590 18566 18566 W Zygote : Class not found for preloading: android.bluetooth.HeadsetBase
11-22 08:44:49.590 18566 18566 W Zygote : Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread
11-22 08:44:49.590 18566 18566 D dalvikvm: GC_EXPLICIT freed 24K, 5% free 615K/644K, paused 0ms+0ms, total 3ms
11-22 08:44:49.611 18566 18566 D dalvikvm: GC_EXPLICIT freed 25K, 5% free 644K/672K, paused 1ms+1ms, total 6ms
11-22 08:44:49.641 18566 18566 D dalvikvm: GC_EXPLICIT freed 60K, 8% free 745K/808K, paused 1ms+1ms, total 4ms
11-22 08:44:49.671 18566 18566 D dalvikvm: GC_EXPLICIT freed 31K, 5% free 770K/808K, paused 1ms+0ms, total 4ms
11-22 08:44:49.681 18566 18566 D TextLayoutCache: Using debug level = 0 - Debug Enabled = 0
11-22 08:44:49.721 18566 18566 I dalvikvm: threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11-22 08:44:49.721 18566 18566 D MtpDeviceJNI: register_android_mtp_MtpDevice
11-22 08:44:49.721 18566 18566 I dalvikvm: threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11-22 08:44:49.721 18566 18566 I dalvikvm: threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
11-22 08:44:49.721 18566 18566 F MediaProfiles: frameworks/av/media/libmedia/MediaProfiles.cpp:332 CHECK(quality != -1) failed.
11-22 08:44:49.721 18566 18566 F libc : Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 18566 (zygote)
.
.
And here is my media_profiles.xml:
https://github.com/santeri3700/android_device_samsung_cs02/blob/master/configs/media_profiles.xml
I have tried multiple different versions of media_profiles.xml, but the error hasn't changed.
(I can give the full log if required. I didn't give it because it's 2MB~)
I'm not totally sure if this is the reason why my device is not booting, but "DEADBAD" look pretty serious.
Thank you for your help and if you are interested in this project, please join me.
-santeri3700
The fix for everyone who is searching the answer:
Remove all <EncoderProfile> for high quality codec/encoding/fileformat. Ex. 720p, mp4, m4v.
After removing those the device booted but watching mp4 videos isn't working.
Code:
<EncoderProfile [U]quality="high" fileFormat="mp4"[/U] duration="60">
<Video codec="h264"
bitRate="2560000"
width="640"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="96000"
sampleRate="48000"
channels="1" />
</EncoderProfile>

Need urgent help with Titanium Backup

I am sort of in a pickle right now and need help. I have P3XL with Android Q Beta 6 running. For some reason I had to factory reset the phone. I used Titanium Backup to create backups for all my apps and data and then did factory reset. After factory reset and rooting, TB is not able to run properly (can't backup or restore). I get an initial screen which is all empty (it typically shows Overview) showing "All done!" and selecting Batch Actions throws me back to empty "All done!" screen instead of showing me the screen of various action scenarios to backup and restore with count of apps.
I see this in the logcat:
Code:
08-17 21:09:50.760 1353 1507 W InputDispatcher: channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
08-17 21:09:50.760 1353 1507 E InputDispatcher: channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
08-17 21:09:50.761 1353 1540 I WindowManager: WIN DEATH: Window{c98d7ae u0 com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}
08-17 21:09:50.761 1353 1540 W InputDispatcher: Attempted to unregister already unregistered input channel 'c98d7ae com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity (server)'
08-17 21:09:51.675 1353 1540 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.keramidas.TitaniumBackup/.MainActivity bnds=[854,2457][1123,2852]} from uid 10152
08-17 21:09:51.703 1353 1381 I ActivityManager: Start proc 15741:com.keramidas.TitaniumBackup/u0a208 for activity {com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}
08-17 21:09:51.808 15741 15741 I com.keramidas.TitaniumBackup.MainActivity: Main Activity is being created for the first time => scheduling next wake-up ...
08-17 21:09:51.849 1353 11536 W DevicePolicyManager: Package com.keramidas.TitaniumBackup (uid=10208, pid=15741) cannot access Device IDs
08-17 21:09:51.851 2078 2260 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.keramidas.TitaniumBackup:getDeviceId:isPreinstalled=false:isPrivApp=false
08-17 21:09:51.855 15741 15768 I o.co : [Licensing] No cache file: /storage/emulated/0/data/com.keramidas.TitaniumBackup/licensing-cache.xml
08-17 21:09:51.855 15741 15768 I o.co : [Licensing] Deleting non-valid cache file: /storage/emulated/0/data/com.keramidas.TitaniumBackup/licensing-cache.xml
08-17 21:09:51.859 15741 15768 W System.err: ERROR: Could not open license file: /data/user/0/com.keramidas.TitaniumBackup/files/license.txt
08-17 21:09:51.903 1353 1379 I ActivityTaskManager: Displayed com.keramidas.TitaniumBackup/.MainActivity: +222ms
08-17 21:09:52.025 1353 1540 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive} from uid 10208
08-17 21:09:52.025 15741 15741 W o.eu : [COLOR="Red"]android.content.ActivityNotFoundException: No Activity found to handle Intent[/COLOR] { act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive }
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ᐧ(Source:1776)
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ˊ(Source:83)
08-17 21:09:52.025 15741 15741 W o.eu : at com.keramidas.TitaniumBackup.MainActivity.ˊ(Source:581)
08-17 21:09:52.039 1353 1540 I ActivityTaskManager: START u0 {act=com.keramidas.TitaniumBackupAddon.ASK_FOR_PERMISSIONS} from uid 10208
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity:[COLOR="Red"] Failed to trigger permission requests within TB add-on[/COLOR]
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.keramidas.TitaniumBackupAddon.ASK_FOR_PERMISSIONS }
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2051)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1709)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivityForResult(Activity.java:5173)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivityForResult(Activity.java:5131)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivity(Activity.java:5502)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at android.app.Activity.startActivity(Activity.java:5470)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at com.keramidas.TitaniumBackup.MainActivity.ʿ(Source:48796)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at o.კ.run(Source:1773)
08-17 21:09:52.040 15741 15792 E com.keramidas.TitaniumBackup.MainActivity: at o.ea.run(Source:117)
08-17 21:09:52.250 642 642 E Layer : [Surface(name=AppWindowToken{dc579fc token=Token{1771aef ActivityRecord{ee5abce u0 com.keramidas.TitaniumBackup/.MainActivity t47}}})/@0x7e61fa9 - animation-leash#0] No local sync point found
08-17 21:09:55.826 1353 5660 I ActivityTaskManager: START u0 {cmp=com.keramidas.TitaniumBackup/o.c} from uid 10208
I am using the latest Canary build of Magisk to get the root on Q Beta's. Magisk root is working fine in all the apps.
Any ideas why this could be happening?
If I hide Magisk from Titanium Backup, it does not get root but it shows initial screen as in the screenshot below.
It looks like the above logcat indicates that the TB has trouble with the Titanium Backup Addon. I manually installed the addon and it moved forward. Now I see all my backups and Batch Actions let me run scenarios. But as soon as I try to restore an app, I get a force close on the app with this in the logcat:
Code:
08-18 07:43:42.952 20726 20793 E AndroidRuntime: FATAL EXCEPTION: Thread-7
08-18 07:43:42.952 20726 20793 E AndroidRuntime: Process: com.keramidas.TitaniumBackup, PID: 20726
08-18 07:43:42.952 20726 20793 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=file:///data/local/tmp/com.keramidas.TitaniumBackup-install.apk typ=application/vnd.android.package-archive }
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2051)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1709)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java:5192)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java:5150)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.dZ.ˊ(Source:236)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.e.ˊ(Source:462)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.J.run(Source:200)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at o.dD.run(Source:165)
08-18 07:43:42.952 20726 20793 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
I still can't restore my data.

Question [Galaxy A52s] Android 12 upgrade to Android 13 latest version developer options crash

Has anyone have Galaxy A52s(Upgraded to Android 13) encountered the same problem?
When open the "Developer Options", the setting APP will turn into a blank screen, and then crash immediately.
Try to dial *#9900# to bypass the ADB and export system Log, can see a lot of "getNrMode" prints, and then cause Stack Overflow Error, finally Settings APP seems to crash because of this exception.
The guide about the log dump refers to this article:
Get device logs
(The complete log file is attached below.)
The Exception like this
Code:
...
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpRvpCodecPreferenceController: isAvailable :: supportRvp : false, debug : false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpRvpCodecPreferenceController: onDeveloperOptionsEnabled :: supportRvp : false, debug : false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpDisablePreferenceController: isAvailable :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpDisablePreferenceController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothDualModeDisablePreferenceController: isAvailable :: debug false, support dual mode false
02-01 15:09:50.590 1000 8860 8860 I BluetoothDualModeDisablePreferenceController: onDeveloperOptionsEnabled :: debug false, support dual mode false
02-01 15:09:50.590 1000 8860 8860 I BluetoothMapNetworkTypePreferenceController: isAvailable :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothMapNetworkTypePreferenceController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothSapActivationController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 0 : 2
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 1 : 0
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getEnabledSimCnt : 1
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isNoSIM : 1
02-01 15:09:50.591 1000 8860 8860 I ConnectionsUtils: default network mode : 26
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isSupport5GConcept : true
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 0 : 2
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 1 : 0
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getEnabledSimCnt : 1
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isNoSIM : 1
02-01 15:09:50.591 1000 8860 8860 I ConnectionsUtils: default network mode : 26
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isSupport5GConcept : true
02-01 15:09:50.591 1000 8860 8860 I NetworkModeOf5gTypeController: onDeveloperOptionsEnabled : state = TRUE
02-01 15:09:50.591 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.594 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.595 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.596 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.596 10216 9335 9335 E roid.apps.turbo: Not starting debugger since process cannot load the jdwp agent.
02-01 15:09:50.596 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.597 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.598 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.599 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
(A lot of getNrMode prints)
...
Code:
--------- beginning of crash
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: FATAL EXCEPTION: main
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: Process: com.android.settings, PID: 8860
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: java.lang.StackOverflowError: stack size 8188KB
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:182)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.updateState(NetworkModeOf5gTypeController.java:141)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:191)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.updateState(NetworkModeOf5gTypeController.java:141)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:191)
.... (Cause by 141 line and 191 line repeats a lot)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.onDeveloperOptionsEnabled(NetworkModeOf5gTypeController.java:164)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.DevelopmentSettingsDashboardFragment.enableDeveloperOptions(DevelopmentSettingsDashboardFragment.java:524)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.DevelopmentSettingsDashboardFragment.onActivityCreated(DevelopmentSettingsDashboardFragment.java:262)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.Fragment.performActivityCreated(Fragment.java:3076)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.activityCreated(FragmentStateManager.java:578)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:264)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:115)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1374)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:2841)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.dispatchActivityCreated(FragmentManager.java:2784)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentController.dispatchActivityCreated(FragmentController.java:262)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:477)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.onStart(AppCompatActivity.java:246)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1510)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.Activity.performStart(Activity.java:8603)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4191)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2571)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:226)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Looper.loop(Looper.java:313)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8741)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-01 15:09:56.403 10131 9687 9687 V GraphicsEnvironment: ANGLE Developer option for 'com.microsoft.appmanager' set to: 'default'
02-01 15:09:56.404 10131 9687 9687 V GraphicsEnvironment: ANGLE GameManagerService for com.microsoft.appmanager: false
02-01 15:09:56.428 10131 9687 9687 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-01 15:09:56.433 10131 9687 9687 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-01 15:09:56.434 1000 1345 9704 I DropBoxManagerService: add tag=system_app_crash isTagEnabled=true flags=0x6
02-01 15:09:56.447 1000 1345 2381 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1252 com.android.server.am.AppErrors.crashApplicationInner:722 com.android.server.am.AppErrors.crashApplication:598 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:10389 com.android.server.am.ActivityManagerService.handleApplicationCrash:10258
02-01 15:09:56.448 1000 1345 2381 W ActivityTaskManager: Force finishing activity com.android.settings/.SubSettings
02-01 15:09:56.448 1000 1345 2381 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_TO_LAUNCHER_WITH_IN_WINDOW_ANIMATIONS | TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6380 com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:6396 com.android.server.wm.Task.finishTopCrashedActivityLocked:6613 com.android.server.wm.RootWindowContainer.lambda$finishTopCrashedActivities$19:2641 com.android.server.wm.RootWindowContainer.$r8$lambda$4nB35TzseTo6qyVD9NxDieoJN1Y:0
02-01 15:09:56.449 1000 1345 2381 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_TO_LAUNCHER_WITH_IN_WINDOW_ANIMATIONS | TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6380 com.android.server.wm.DisplayContent.prepareAppTransition:6371 com.android.server.wm.ActivityRecord.finishIfPossible:4103 com.android.server.wm.ActivityRecord.finishIfPossible:3923 com.android.server.wm.Task.finishTopCrashedActivityLocked:6614
02-01 15:09:56.452 1000 1345 2381 W ActivityTaskManager: Force finishing activity com.android.settings/.homepage.SettingsHomepageActivity
02-01 15:09:56.453 1000 1345 2381 D InputDispatcher: Focused application(0): ActivityRecord{171c3eb u0 com.sec.android.app.launcher/.activities.LauncherActivity} t21}
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: TaskStackListener.onTaskFocusChanged(), taskId=22, focused=false
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: TaskStackListener.onTaskFocusChanged(), taskId=21, focused=true
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: sendRunningComponentFocus(), pkgName: com.sec.android.app.launcher, userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: onLooperPrepared(), msg: MSG_TASK_FOCUSED, pkgName: com.sec.android.app.launcher, userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: handleTaskFocused().
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: sendFocusOutConditionally() - mPrevNotiPkg: (unknown), userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: handleTaskFocused(), pkgName: com.sec.android.app.launcher, userID:0 mResumedPkgMap does not containsKey.
02-01 15:09:56.455 1000 1345 2381 V WindowManager: Setting visibility of Window{1bb67b2 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1236 com.android.server.wm.WindowToken.setClientVisible:431 com.android.server.wm.ActivityRecord.setClientVisible:7565 com.android.server.wm.ActivityRecord.setVisibility:5985 com.android.server.wm.ActivityRecord.setVisibility:5889
02-01 15:09:56.455 10126 2802 2802 I [email protected][LauncherActivity]: handleAppVisibility mAppVisible = false visible = true
02-01 15:09:56.456 10037 2338 2338 D TileLifecycleManager: Unbinding service Intent { cmp=com.samsung.android.lool/com.samsung.android.sm.battery.ui.mode.BatteryModeTile (has extras) } UserHandle{0}
02-01 15:09:56.458 1000 8860 8860 I Process : Sending signal. PID: 8860 SIG: 9
02-01 15:09:56.458 1000 1345 1703 D PersonaActivityHelper: Activity not in resumed state, do not run immediate lock
02-01 15:09:56.459 1000 1345 5494 I ActivityManager: Changes in 10126 5 to 2, 8 to 15
02-01 15:09:56.459 1000 1345 5494 I AppOps : updateUidProcState uid: 10126 procState: 2 capability:15
02-01 15:09:56.459 1000 1345 5494 I AppOps : commitUidPendingStateLocked() :: UID - 10126, 500 > 200, 8 > 15
02-01 15:09:56.460 1000 1001 4604 I sensors-hal: handle_sns_std_sensor_event:231, [SSC_LIGHT] P: 201(184),als:255,green:94,ir:1,delta_avg:0,delta_max:6,stdev:1,stdev_per_4sample:1,magig_code or itime:384
02-01 15:09:56.460 1000 1345 1701 D SSRM:LoadDetectMonitor: PID = 2802, UID = 10126
02-01 15:09:56.460 1000 4950 4950 I PowerMode.Tile: onUnbind
02-01 15:09:56.461 10126 2802 2802 I TopTaskTracker: onTaskMovedToFront : taskId = 21
02-01 15:09:56.461 1000 1345 1701 D Native_CFMS: CFMS Delete Task Tid(9216)
02-01 15:09:56.461 1000 4950 4950 I PowerMode.Tile: onDestroy
...
I move to the A52s forums:
[Solved] Android 12 upgrade to Android 13 latest version developer options crash
Has anyone have Galaxy A52s(Upgraded to Android 13) encountered the same problem? When open the "Developer Options", the setting APP will turn into a blank screen, and then crash immediately. Try to dial *#9900# to bypass the ADB and export...
forum.xda-developers.com
I not see the A52s forums before, sorry.

Categories

Resources