Sample Header Ad - 728x90

Android Enthusiasts

Q&A for enthusiasts and power users of the Android operating system

Latest Questions

1 votes
1 answers
261 views
Smart Launcher keeps restarting after upgrading Lenovo Tab P11 2nd Gen to Android 14
I have a Lenovo Tab P11 2nd Gen (TB132FU). After an upgrade to Android 14, the custom "Smart Launcher" preinstalled on this tablet keeps crashing. This sometimes interrupts actions I take in the UI. Even though I have installed another launcher (Microsoft Launcher), the old launcher seems to be runn...
I have a Lenovo Tab P11 2nd Gen (TB132FU). After an upgrade to Android 14, the custom "Smart Launcher" preinstalled on this tablet keeps crashing. This sometimes interrupts actions I take in the UI. Even though I have installed another launcher (Microsoft Launcher), the old launcher seems to be running and crashing in the background. On my main account, it crashes less frequently, but I also have a Google Family link installed, and my kids cannot use the tablet anymore with their restricted accounts. I have connected the Tablet to the dev tools and received the following logs:
ApplicationHelper       system_server                        E  Fail to get PackageManager
ActivityManager         system_server                        I  Killing 10748:com.android.chrome:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:3/u0a141i-8998 (adj 0): isolated not needed
Process                 system_server                        D  call killProcessQuiet from uid 1000 pid 1435 tid 3599 to kill pid 10748
                                                                java.lang.Exception: log killProcessQuiet callstack for debug:
                                                                    at android.os.Process.killProcessQuiet(Process.java:1378)
                                                                    at com.android.server.am.ProcessRecord.killLocked(ProcessRecord.java:1295)
                                                                    at com.android.server.am.ProcessRecord.killLocked(ProcessRecord.java:1252)
                                                                    at com.android.server.am.OomAdjuster.updateAndTrimProcessLSP(OomAdjuster.java:1409)
                                                                    at com.android.server.am.OomAdjuster.updateOomAdjInnerLSP(OomAdjuster.java:1090)
                                                                    at com.android.server.am.OomAdjuster.performUpdateOomAdjPendingTargetsLocked(OomAdjuster.java:958)
                                                                    at com.android.server.am.OomAdjuster.updateOomAdjPendingTargetsLocked(OomAdjuster.java:938)
                                                                    at com.android.server.am.ActivityManagerService.updateOomAdjPendingTargetsLocked(ActivityManagerService.java:17315)
                                                                    at com.android.server.am.ActiveServices.unbindServiceLocked(ActiveServices.java:4053)
                                                                    at com.android.server.am.ActivityManagerService.unbindService(ActivityManagerService.java:14249)
                                                                    at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3061)
                                                                    at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2992)
                                                                    at android.os.Binder.execTransactInternal(Binder.java:1349)
                                                                    at android.os.Binder.execTransact(Binder.java:1285)
    
AndroidRuntime          pid-21404                            E  FATAL EXCEPTION: launcher-loader
                                                                Process: com.tblenovo.launcher, PID: 21404
                                                                java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.ComponentName android.content.pm.LauncherActivityInfo.getComponentName()' on a null object reference
                                                                    at com.android.launcher3.model.data.AppInfo.(AppInfo.java:89)
                                                                    at com.android.launcher3.model.LoaderTask.loadAllApps(LoaderTask.java:1045)
                                                                    at com.android.launcher3.model.LoaderTask.run(LoaderTask.java:262)
                                                                    at android.os.Handler.handleCallback(Handler.java:958)
                                                                    at android.os.Handler.dispatchMessage(Handler.java:99)
                                                                    at android.os.Looper.loopOnce(Looper.java:206)
                                                                    at android.os.Looper.loop(Looper.java:295)
                                                                                                        	at android.os.HandlerThread.run(HandlerThread.java:67)
    
com.google.android.apps.kids.home    E  Class not found when unmarshalling: android.support.v4.media.MediaBrowserCompat$MediaItem
                                                                java.lang.ClassNotFoundException: android.support.v4.media.MediaBrowserCompat$MediaItem
                                                                at java.lang.Class.classForName(Native Method)
                                                                at java.lang.Class.forName(Class.java:607)
                                                                at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:4978)
                                                                at android.os.Parcel.readParcelableInternal(Parcel.java:4861)
                                                                at android.os.Parcel.readValue(Parcel.java:4621)
                                                                at android.os.Parcel.readValue(Parcel.java:4390)
                                                                at android.os.Parcel.readListInternal(Parcel.java:5399)
                                                                at android.os.Parcel.readArrayListInternal(Parcel.java:5418)
                                                                at android.os.Parcel.readValue(Parcel.java:4651)
                                                                at android.os.Parcel.readValue(Parcel.java:4390)
                                                                at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
                                                                at android.os.Parcel$LazyValue.apply(Parcel.java:4488)
                                                                at android.os.Parcel$LazyValue.apply(Parcel.java:4447)
                                                                at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:415)
                                                                at android.os.BaseBundle.getValueAt(BaseBundle.java:401)
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:381)
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:364)
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:357)
                                                                at android.os.Bundle.getParcelableArrayList(Bundle.java:1046)
                                                                at dn.handleMessage(PG:111)
                                                                at android.os.Handler.dispatchMessage(Handler.java:106)
                                                                at android.os.Looper.loopOnce(Looper.java:206)
                                                                at android.os.Looper.loop(Looper.java:295)
                                                                at android.app.ActivityThread.main(ActivityThread.java:8695)
                                                                at java.lang.reflect.Method.invoke(Native Method)
                                                                at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:577)
                                                                at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1062)
                                                            Caused by: java.lang.ClassNotFoundException: android.support.v4.media.MediaBrowserCompat$MediaItem
                                                                at java.lang.Class.classForName(Native Method) 
                                                                at java.lang.Class.forName(Class.java:607) 
                                                                at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:4978) 
                                                                at android.os.Parcel.readParcelableInternal(Parcel.java:4861) 
                                                                at android.os.Parcel.readValue(Parcel.java:4621) 
                                                                at android.os.Parcel.readValue(Parcel.java:4390) 
                                                                at android.os.Parcel.readListInternal(Parcel.java:5399) 
                                                                at android.os.Parcel.readArrayListInternal(Parcel.java:5418) 
                                                                at android.os.Parcel.readValue(Parcel.java:4651) 
                                                                at android.os.Parcel.readValue(Parcel.java:4390) 
                                                                at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0) 
                                                                at android.os.Parcel$LazyValue.apply(Parcel.java:4488) 
                                                                at android.os.Parcel$LazyValue.apply(Parcel.java:4447) 
                                                                at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:415) 
                                                                at android.os.BaseBundle.getValueAt(BaseBundle.java:401) 
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:381) 
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:364) 
                                                                at android.os.BaseBundle.getValue(BaseBundle.java:357) 
                                                                at android.os.Bundle.getParcelableArrayList(Bundle.java:1046) 
                                                                at dn.handleMessage(PG:111) 
                                                                at android.os.Handler.dispatchMessage(Handler.java:106) 
                                                                at android.os.Looper.loopOnce(Looper.java:206) 
                                                                at android.os.Looper.loop(Looper.java:295) 
                                                                at android.app.ActivityThread.main(ActivityThread.java:8695) 
                                                                at java.lang.reflect.Method.invoke(Native Method) 
                                                                at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:577) 
                                                                at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1062) 
2025-02-09 09:02:17.885 13743-13743 MediaBrowserCompat      com.google.android.apps.kids.home    E  Could not unparcel the data.
A part of the logcat output would be here https://gist.github.com/000panther/37bd52d039fa90867dabd1701d37f953 For me, it seems that the Launcher and/or the Google Family Link integration are not written for Android 14. I would be willing to install another ROM or maybe even downgrade the tablet to e.g. Android 13.
Paul Weber (131 rep)
Feb 9, 2025, 08:05 AM • Last activity: Feb 13, 2025, 10:21 PM
0 votes
0 answers
33 views
Samsung S22 frozen and crashed whenever it's connected to Mac with developer mode on
My Samsung S22 has its developer mode turned on so I can install custom apps et al. Lately whenever it's connected to my macbook it started to get frozen and after a while it'll straight up crash. Has anyone seen this before? I've tried switching the USB cable but it didn't help. Haven't got a bugre...
My Samsung S22 has its developer mode turned on so I can install custom apps et al. Lately whenever it's connected to my macbook it started to get frozen and after a while it'll straight up crash. Has anyone seen this before? I've tried switching the USB cable but it didn't help. Haven't got a bugreport yet cause it's finicky and the device might crash before the bugreport is gathered, but I can try if that's absolutely necessary.
Gao Yuan (101 rep)
Feb 11, 2025, 07:44 PM
64 votes
6 answers
220408 views
My device is getting slow, apps start misbehaving/crashing. What can I do?
Everything was working fine for a long time. But suddenly the device is getting slower than usual (e.g. apps react slowly when starting an action -- like the RSS reader takes "ages" to open an article). Also, several apps start crashing: force-closes as well as unexpected restarts. Sometimes this ev...
Everything was working fine for a long time. But suddenly the device is getting slower than usual (e.g. apps react slowly when starting an action -- like the RSS reader takes "ages" to open an article). Also, several apps start crashing: force-closes as well as unexpected restarts. Sometimes this even involves some automatic reboot of the device. Is there anything I can do, besides doing a factory-reset? Preferably it should work on un-rooted devices. Remark: not all described problems may occur together, so on one device e.g. there might be no automatic reboot involved. Question remains the same, nonetheless.
Izzy (91606 rep)
Dec 14, 2012, 10:28 AM • Last activity: Jan 6, 2025, 04:20 PM
0 votes
1 answers
397 views
Developer options crashes settings?
When I try to open developer options, the settings app just crashes. My device is a Nokia 3 TA-1032, running Android 9 (firmware version 00WW_5_230). Here is the log: ``` > FATAL EXCEPTION: main Process: com.android.settings, PID: 5147 java.lang.RuntimeException: Unable to resume activity {com.andro...
When I try to open developer options, the settings app just crashes. My device is a Nokia 3 TA-1032, running Android 9 (firmware version 00WW_5_230). Here is the log:
> FATAL EXCEPTION: main
Process: com.android.settings, PID: 5147
java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.RuntimeException: failed to set system property
	at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3815)
	at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3847)
	at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
	at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1836)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:193)
	at android.app.ActivityThread.main(ActivityThread.java:6702)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:911)
Caused by: java.lang.RuntimeException: failed to set system property
	at android.os.SystemProperties.native_set(Native Method)
	at android.os.SystemProperties.set(SystemProperties.java:183)
	at com.android.settingslib.development.AbstractLogpersistPreferenceController.updateLogpersistValues(AbstractLogpersistPreferenceController.java:178)
	at com.android.settings.development.LogPersistPreferenceController.updateState(LogPersistPreferenceController.java:56)
	at com.android.settings.dashboard.DashboardFragment.updatePreferenceStates(DashboardFragment.java:317)
	at com.android.settings.dashboard.DashboardFragment.onResume(DashboardFragment.java:169)
	at com.android.settings.dashboard.RestrictedDashboardFragment.onResume(RestrictedDashboardFragment.java:137)
	at android.app.Fragment.performResume(Fragment.java:2568)
	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1341)
	at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1576)
	at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1637)
	at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3046)
	at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:3008)
	at android.app.FragmentController.dispatchResume(FragmentController.java:204)
	at android.app.Activity.performResume(Activity.java:7314)
	at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3807)
	... 11 more
Can someone let me know why this is happening? I think it's because I removed the Chinese "evenwell" apps that came with the phone (probably spyware).Thanks in advance for your reply.
IsHacker (334 rep)
Dec 11, 2024, 08:01 AM • Last activity: Dec 12, 2024, 12:46 AM
5 votes
2 answers
5488 views
How can I tell if my International Galaxy S3 is suffering from Sudden Death Syndrome? If it is, how can I fix it?
I have a 16GB International Samsung Galaxy S3 (XEF) running the latest firmware, 4.1.2 (yes, the Premium Suite update, I was thinking that this would've fixed it but it seems not) with baseband XXELKB. Over the last week and a half, I've noticed my phone randomly freezing and/or restarting itself. I...
I have a 16GB International Samsung Galaxy S3 (XEF) running the latest firmware, 4.1.2 (yes, the Premium Suite update, I was thinking that this would've fixed it but it seems not) with baseband XXELKB. Over the last week and a half, I've noticed my phone randomly freezing and/or restarting itself. I investigated further. At first, I thought it was to do with apps on the device, so I started recklessly uninstalling apps, to the point where I factory reset the device. No dice. Even with not a single non-stock app installed, it still managed to randomly freeze after a few hours of use. I went googling and discovered that my device is likely suffering from Sudden Death Syndrome, and I'm willing to think maybe I have that. Went through XDA forums, and found eMMC Check . According to that app, I have the affected 'insane' chip. There's a few quirks that I have, however: 1. Is this consistent with the Sudden Death Syndrome (SDS) that people are reporting? 2. Wasn't this bug supposedly fixed with the Premium Suite update? 3. How do I go about fixing this, for someone who has never rooted/flashed a Android device before? 4. How do I go back to stock firmware/kernel after it has been fixed by Samsung? Any help, even if it doesn't solve my issue, will be much appreciated. Cheers in advance.
jordsta (51 rep)
Jan 25, 2013, 01:25 PM • Last activity: Nov 27, 2024, 01:01 PM
0 votes
0 answers
82 views
Diagnosing Bluetooth crash
Over the past several weeks, I've been receiving Bluetooth crash notifications immediately after reboot on my Pixel running GrapheneOS. Graphene recently pushed an update to suppress these notifications, and describes them as "harmless crashes occuring on service shutdown for the Android Bluetooth s...
Over the past several weeks, I've been receiving Bluetooth crash notifications immediately after reboot on my Pixel running GrapheneOS. Graphene recently pushed an update to suppress these notifications, and describes them as "harmless crashes occuring on service shutdown for the Android Bluetooth service". What's confusing to me is that I've never used Bluetooth on my phone; I always have Bluetooth disabled (under both the quick settings toggle and system settings), and airplane mode enabled. Does this mean that Bluetooth is on by default in the BFU state, similar to how the "Sensors off" toggle doesn't apply while the phone is powered off? Below is an example of the crash logs I've been getting. Thanks in advance for any thoughts.
type: crash
osVersion: google/bluejay/bluejay:14/AP2A.240705.004/2024070201:user/release-keys
uid: 1002 (u:r:hal_bluetooth_btlinux:s0)
cmdline: /vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux
processUptime: 0s

abortMessage: hardened_malloc: fatal allocator error: double free (quarantine)

signal: 6 (SIGABRT), code -1 (SI_QUEUE)
threadName: binder:811_2

backtrace:
/apex/com.android.runtime/lib64/bionic/libc.so (abort+164, pc 64a24)
/apex/com.android.runtime/lib64/bionic/libc.so (fatal_error+44, pc 4e504)
/apex/com.android.runtime/lib64/bionic/libc.so (deallocate_small+1572, pc 4bbc4)
/vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux (android::hardware::bluetooth::hci::HciFlowControl::~HciFlowControl()+36, pc 1c4e4)
/vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux (android::hardware::bluetooth::hci::shim::Deinitialize()+104, pc 3fdc8)
/vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux (android::hardware::bluetooth::aidl::bcmbtlinux::BluetoothHci::signal_handler(int)+116, pc 51594)
[vdso] (pc 88c)
/apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4, pc cde84)
/apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156, pc 7133c)
/system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+296, pc 50848)
/vendor/bin/hw/android.hardware.bluetooth-service.bcmbtlinux (main+2628, pc 65664)
/apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116, pc 5d304)
nooblet (1 rep)
Aug 7, 2024, 05:22 PM • Last activity: Aug 7, 2024, 06:17 PM
2 votes
1 answers
222 views
Internal storage goes missing and reappears after a few seconds
Whenever I use the media apps i.e gallery or any other app like file manager (the apps that require internal storage mostly), the apps close automatically after running like 5 seconds and upon reopening, the contents of app (the media/data that it was displaying) couldn't be found. I have to open th...
Whenever I use the media apps i.e gallery or any other app like file manager (the apps that require internal storage mostly), the apps close automatically after running like 5 seconds and upon reopening, the contents of app (the media/data that it was displaying) couldn't be found. I have to open them 2 to 3 times and clear it from memory using recent app button (not physical button). Than the contents i.e media show up and again disappear after few seconds and app closes. Chrome runs fine as long as I'm browsing and abruptly closes within 5 seconds when a download is started. Same is in the case of YouTube reddit or any browsing app that I'm using. They [YouTube, reddit, chrome (when not downloading)] run fine for as long as I want. Whatsapp throws an error saying "internal storage is missing" or "turn off USB storage" when downloading or uploading files but downloads media occasionally. Text messages don't throw any error. Just the downloadable files that require internal memory. When I connect the phone to the PC via cable, the PC shows a number of internal storages, ranging from 1 to 20 or more. Depends upon the amount of duration that the phone was connected with PC. Firstly it shows 1 internal storage than keeps on showing more, having same information i.e 35 GB out of 109GB are free on every single one of them, with passage of time. Gallery will first show up as empty and after 1 or two seconds, show the media. The media is readable for few seconds and than the files will say "cannot generate thumbnail" or "cannot play video". I than clear the app from memory using recent apps button and again open it and clear it from memory 2/3 times. Than the media again shows up for 5/10 seconds and is perfectly readable or playable. If I don't clear it from memory, the media also comes back after 5 or 10 seconds and is playable for 5 to 10 seconds. LoL, looks like I'm writing same thing again and again. I don't want to rest until it's the only option (which it is). Infinix note 10 pro (X695), Android. Non rooted. No SD card is put in it. I've tried everything that I could hear or read off. Clearing app cache using adb commands, clearing app data using abd commands (lost xhide data and was signed out of accounts due to this). Making a list of installed packages and using adb command to again install them for user 0. Installing third party virus scanning apps like Microsoft defender mobile (premium) and avast antivirus and avast cleaner app and CCleaner app etc etc etc to clear the hidden caches and scan for viruses. And probably everything that was not the solution for this issue.
BLACKminded (31 rep)
Jun 22, 2024, 04:05 PM • Last activity: Jun 27, 2024, 12:10 AM
2 votes
1 answers
3125 views
Sudden crashes and drops in battery charge
Recently I've experienced random and sudden crashes on my Galaxy S2. There is no warning or shutdown message. Suddenly it's just powered off. What could cause this? Is there any way to see what was going on just before the crash? I've also noticed odd drops in battery charge in the screenshot below....
Recently I've experienced random and sudden crashes on my Galaxy S2. There is no warning or shutdown message. Suddenly it's just powered off. What could cause this? Is there any way to see what was going on just before the crash? I've also noticed odd drops in battery charge in the screenshot below. I'm running the official Android 2.3.5 ROM from Samsung. like this.
Daniel Egeberg (121 rep)
Nov 8, 2011, 08:30 PM • Last activity: Feb 3, 2024, 05:31 PM
1 votes
0 answers
472 views
Package Installer crashes when installing certain apps (`java.lang.RuntimeException: Could not copy bitmap to parcel blob.`)
This issue started a few weeks ago on my Google Pixel 6 running Android 14, it only happens with certain apps but the issue is the same for all of them, the "Package Installer" crashes after tapping Install. Here's a full stacktrace that I dumped from syslog: ``` FATAL EXCEPTION: main Process: com.g...
This issue started a few weeks ago on my Google Pixel 6 running Android 14, it only happens with certain apps but the issue is the same for all of them, the "Package Installer" crashes after tapping Install. Here's a full stacktrace that I dumped from syslog:
FATAL EXCEPTION: main
Process: com.google.android.packageinstaller, PID: 3209
java.lang.RuntimeException: Could not copy bitmap to parcel blob.
 at android.graphics.Bitmap.nativeWriteToParcel(Native Method)
 at android.graphics.Bitmap.writeToParcel(Bitmap.java:2271)
 at android.os.Parcel.writeParcelable(Parcel.java:2584)
 at com.android.packageinstaller.PackageUtil$AppSnippet.writeToParcel(PackageUtil.java:151)
 at android.os.Parcel.writeParcelable(Parcel.java:2584)
 at android.os.Parcel.writeValue(Parcel.java:2485)
 at android.os.Parcel.writeValue(Parcel.java:2362)
 at android.os.Parcel.writeArrayMapInternal(Parcel.java:1298)
 at android.os.BaseBundle.writeToParcelInner(BaseBundle.java:1843)
 at android.os.Bundle.writeToParcel(Bundle.java:1389)
 at android.os.Parcel.writeBundle(Parcel.java:1367)
 at android.content.Intent.writeToParcel(Intent.java:11807)
 at android.os.Parcel.writeTypedObject(Parcel.java:2203)
 at android.app.IActivityTaskManager$Stub$Proxy.startActivity(IActivityTaskManager.java:2077)
 at android.app.Instrumentation.execStartActivity(Instrumentation.java:1873)
 at android.app.Activity.startActivityForResult(Activity.java:5615)
 at android.app.Activity.startActivityForResult(Activity.java:5573)
 at android.app.Activity.startActivity(Activity.java:6071)
 at android.app.Activity.startActivity(Activity.java:6038)
 at com.android.packageinstaller.PackageInstallerActivity.startInstall(PackageInstallerActivity.java:701)
 at com.android.packageinstaller.PackageInstallerActivity.lambda$bindUi$0(PackageInstallerActivity.java:479)
 at com.android.packageinstaller.PackageInstallerActivity.$r8$lambda$RCIm8wl1VPqdfQgkgmrBIDbuvOQ(PackageInstallerActivity.java:0)
 at com.android.packageinstaller.PackageInstallerActivity$$ExternalSyntheticLambda0.onClick(R8$$SyntheticClass:0)
 at com.android.packageinstaller.AlertController$ButtonHandler.handleMessage(AlertController.java:144)
 at android.os.Handler.dispatchMessage(Handler.java:106)
 at android.os.Looper.loopOnce(Looper.java:205)
 at android.os.Looper.loop(Looper.java:294)
 at android.app.ActivityThread.main(ActivityThread.java:8248)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
One of the apps which can trigger this crash is "Copy SMS Code - OTP Helper " (I use the F-Droid builds), the current version I have installed is 1.8.0 and all newer versions since (AFAIK) have exhibited this issue. This is quite annoying because it is preventing updates to my apps. Is there any way to fix this issue at all without waiting for Google to push an update? If not, where should I report this issue? P.S. I just tried installing the same APK via ADB and it worked! So this is just a "Package Installer" app issue.
TheDcoder (210 rep)
Jan 31, 2024, 03:46 PM
1 votes
0 answers
65 views
Phone free RAM goes very low and apps crash
My Xiaomi phone with 6Gb RAM is misbehaving. Every now and then free RAM goes as low as 500 Mb and apps, even those in the foreground crash. Developer options don't seem to have a Memory option to see what is hogging RAM. How do I find out what is causing the issue and solve the problem?
My Xiaomi phone with 6Gb RAM is misbehaving. Every now and then free RAM goes as low as 500 Mb and apps, even those in the foreground crash. Developer options don't seem to have a Memory option to see what is hogging RAM. How do I find out what is causing the issue and solve the problem?
To Do (584 rep)
Dec 19, 2023, 07:23 PM
1 votes
0 answers
35 views
Is there a way to diagnose this camera issue? Like some kind of crash dump or log? [unrooted Galaxy Note 9]
After water damage, my phone camera had to be replaced. The camera worked after replacement, for a day or so. Then it came up with a black screen (menus are there, just no image). A reboot fixed that for a day, but now it's back and rebooting (even to safe mode) doesn't help. It's been long enough t...
After water damage, my phone camera had to be replaced. The camera worked after replacement, for a day or so. Then it came up with a black screen (menus are there, just no image). A reboot fixed that for a day, but now it's back and rebooting (even to safe mode) doesn't help. It's been long enough that it's dry but I know there could be residual damage. I'd just like confirm whether it's hardware or software. Is there a log that might provide a clue? And can I view it without root?
CreeDorofl (111 rep)
Oct 16, 2023, 06:49 PM
5 votes
3 answers
13923 views
Settings app keeps crashing on Meizu M6
When I try to open the Setting app on my Meizu M6 (with Flyme 7.1.1.0G), it stays on for like a half a second and then closes. Usually when this happens to me, what I do is clear the cache or if that won't help, even the data of the application. So basically, Settings is not working, so go to Settin...
When I try to open the Setting app on my Meizu M6 (with Flyme 7.1.1.0G), it stays on for like a half a second and then closes. Usually when this happens to me, what I do is clear the cache or if that won't help, even the data of the application. So basically, Settings is not working, so go to Settings, Apps, Settings, and clear cache. I hope everyone sees the catch here. I've tried restarting the phone, but the Settings app still crashes. I've noticed that if I am fast enough, I can get into the submenu of the settings, so I've spent 30 minutes training my fingers to open settings, scroll down, and click Apps in less than half a second. I was lucky and managed to get into Apps (which didn't crash), found Settings app and when I tried to clear the cache, Apps crashed and Settings didn't work either. What can I do? I would love to avoid a factory reset.
Zereges (181 rep)
Jul 5, 2019, 02:56 PM • Last activity: Aug 25, 2023, 11:04 AM
1 votes
3 answers
12517 views
Apps crashing after updating Lenovo A2010 to Android 5.1 Lollipop
I updated my Lenovo A2010-a to the latest version (Android 5.1): I just clicked on a message that says "You have a new update. Update has downloaded and can be installed" then it opened a new window. On that window, I click on the button "install", then the phone rebooted and was updating (showing a...
I updated my Lenovo A2010-a to the latest version (Android 5.1): I just clicked on a message that says "You have a new update. Update has downloaded and can be installed" then it opened a new window. On that window, I click on the button "install", then the phone rebooted and was updating (showing a green Android icon). The battery was in normal condition (not low). After that, the phone booted normally. After updating, I have an error on all applications installed on my phone. Error for all applications in one separate window, one after one. With text like this (translated from Russian to English) > Error in application "Google Keyboard" What I can do to resolve that problem?
andrejs82 (21 rep)
Jul 27, 2016, 09:40 AM • Last activity: Aug 17, 2023, 08:08 PM
0 votes
0 answers
343 views
MLC Chat app is crashing on LineageOS 18/Android 11
I'm trying to use the [MLC Chat](https://mlc.ai/mlc-llm/#android) app. The language model is downloaded, the app starts, and when I send a message, everything drops! I include the error log: ``` Process: ai.mlc.mlcchat PID: 10194 UID: 10173 Flags: 0x20c8be44 Package: ai.mlc.mlcchat v1 (1.0) Foregrou...
I'm trying to use the [MLC Chat](https://mlc.ai/mlc-llm/#android) app. The language model is downloaded, the app starts, and when I send a message, everything drops! I include the error log:
Process: ai.mlc.mlcchat
PID: 10194
UID: 10173
Flags: 0x20c8be44
Package: ai.mlc.mlcchat v1 (1.0)
Foreground: Yes
Process-Runtime: 25068
Build: samsung/greatltexx/dreamlte:8.0.0/R16NW/N950FXXU3CRC1:user/release-keys

android.view.InflateException: Binary XML file line #27 in ai.mlc.mlcchat:layout/user_message: Binary XML file line #27 in ai.mlc.mlcchat:layout/user_message: Error inflating class 
Caused by: android.view.InflateException: Binary XML file line #27 in ai.mlc.mlcchat:layout/user_message: Error inflating class 
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at android.view.LayoutInflater.createView(LayoutInflater.java:852)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1004)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:959)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:1121)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082)
at android.view.LayoutInflater.inflate(LayoutInflater.java:680)
at android.view.LayoutInflater.inflate(LayoutInflater.java:532)
at android.view.LayoutInflater.inflate(LayoutInflater.java:479)
at ai.mlc.mlcchat.MessageAdapter.getView(MessageAdapter.java:72)
at android.widget.AbsListView.obtainView(AbsListView.java:2387)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1417)
at android.widget.ListView.onMeasure(ListView.java:1323)
at android.view.View.measure(View.java:25466)
at androidx.constraintlayout.widget.ConstraintLayout$Measurer.measure(ConstraintLayout.java:763)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.measure(BasicMeasure.java:426)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.measureChildren(BasicMeasure.java:105)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.solverMeasure(BasicMeasure.java:247)
at androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer.measure(ConstraintWidgetContainer.java:117)
at androidx.constraintlayout.widget.ConstraintLayout.resolveSystem(ConstraintLayout.java:1532)
at androidx.constraintlayout.widget.ConstraintLayout.onMeasure(ConstraintLayout.java:1607)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:145)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:747)
at android.view.View.measure(View.java:25466)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3402)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2246)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2504)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1948)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8177)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:972)
at android.view.Choreographer.doCallbacks(Choreographer.java:796)
at android.view.Choreographer.doFrame(Choreographer.java:731)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:957)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7664)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: android.content.res.Resources$NotFoundException: Drawable ai.mlc.mlcchat:drawable/user_rounded_corner with resource ID #0x7f0700dd
Caused by: android.content.res.Resources$NotFoundException: File res/qo.xml from drawable resource ID #0x7f0700dd
at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:891)
at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:673)
at android.content.res.Resources.loadDrawable(Resources.java:993)
at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1006)
at android.content.res.TypedArray.getDrawable(TypedArray.java:981)
at android.view.View.(View.java:5535)
at android.widget.TextView.(TextView.java:1000)
at android.widget.TextView.(TextView.java:994)
at androidx.appcompat.widget.AppCompatTextView.(AppCompatTextView.java:108)
at androidx.appcompat.widget.AppCompatTextView.(AppCompatTextView.java:103)
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at android.view.LayoutInflater.createView(LayoutInflater.java:852)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1004)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:959)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:1121)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1082)
at android.view.LayoutInflater.inflate(LayoutInflater.java:680)
at android.view.LayoutInflater.inflate(LayoutInflater.java:532)
at android.view.LayoutInflater.inflate(LayoutInflater.java:479)
at ai.mlc.mlcchat.MessageAdapter.getView(MessageAdapter.java:72)
at android.widget.AbsListView.obtainView(AbsListView.java:2387)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1417)
at android.widget.ListView.onMeasure(ListView.java:1323)
at android.view.View.measure(View.java:25466)
at androidx.constraintlayout.widget.ConstraintLayout$Measurer.measure(ConstraintLayout.java:763)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.measure(BasicMeasure.java:426)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.measureChildren(BasicMeasure.java:105)
at androidx.constraintlayout.solver.widgets.analyzer.BasicMeasure.solverMeasure(BasicMeasure.java:247)
at androidx.constraintlayout.solver.widgets.ConstraintWidgetContainer.measure(ConstraintWidgetContainer.java:117)
at androidx.constraintlayout.widget.ConstraintLayout.resolveSystem(ConstraintLayout.java:1532)
at androidx.constraintlayout.widget.ConstraintLayout.onMeasure(ConstraintLayout.java:1607)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:145)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:842)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:721)
at android.view.View.measure(View.java:25466)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6957)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:194)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:747)
at android.view.View.measure(View.java:25466)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3402)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2246)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2504)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1948)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8177)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:972)
at android.view.Choreographer.doCallbacks(Choreographer.java:796)
at android.view.Choreographer.doFrame(Choreographer.java:731)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:957)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7664)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Caused by: java.lang.UnsupportedOperationException: Can't convert to ComplexColor: type=0x1
at android.content.res.ResourcesImpl.loadComplexColorForCookie(ResourcesImpl.java:1152)
at android.content.res.ResourcesImpl.loadComplexColorFromName(ResourcesImpl.java:1028)
at android.content.res.ResourcesImpl.loadColorStateList(ResourcesImpl.java:1107)
at android.content.res.Resources.loadColorStateList(Resources.java:1139)
at android.content.res.TypedArray.getColorStateList(TypedArray.java:600)
at android.graphics.drawable.GradientDrawable.updateGradientDrawableStroke(GradientDrawable.java:1677)
at android.graphics.drawable.GradientDrawable.inflateChildElements(GradientDrawable.java:1589)
at android.graphics.drawable.GradientDrawable.inflate(GradientDrawable.java:1404)
at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:144)
at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1402)
at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1361)
at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:954)
at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:877)
... 69 more
I don't understand much of the log, I really hope you can shed a little light, thanks in advance.
JohnFlamel (31 rep)
May 30, 2023, 05:34 AM • Last activity: May 30, 2023, 06:01 AM
0 votes
0 answers
325 views
How to downgrade from Android 10?
Android 10 is extremely unstable on my Pixel XL. Most apps crashed within a few seconds after open, even including Google Play Store. That means, I could not do any new app install, because Google Play Store crashes within 3 seconds; I could not do any app update, because it crashes within 3 seconds...
Android 10 is extremely unstable on my Pixel XL. Most apps crashed within a few seconds after open, even including Google Play Store. That means, I could not do any new app install, because Google Play Store crashes within 3 seconds; I could not do any app update, because it crashes within 3 seconds. And the chat/phone call of Support function in Settings disappear. That means I have no more support. I could not take screenshot, because it crashes. Any idea how to downgrade from Android 10 without any data loss without any app reinstallation, just like the way we do the upgrade install (we do not need to do any backup)?
Osiris (101 rep)
Sep 18, 2019, 01:14 PM • Last activity: May 7, 2023, 03:29 PM
2 votes
1 answers
76 views
login only recognises password at second attempt
On a Cubot Quest phone with android 9: Each time I reboot, the login screen does not accept my password at first attempt. It shows Wrong Password and immediately asks for a password again. At the second time the password is accepted. This happened about 100 times in a row. This may be related to a b...
On a Cubot Quest phone with android 9: Each time I reboot, the login screen does not accept my password at first attempt. It shows Wrong Password and immediately asks for a password again. At the second time the password is accepted. This happened about 100 times in a row. This may be related to a bunch of other problems that started a few days ago: Apps crash repeatedly and the phone crash usually within 10 or so seconds. I tried to empty the cash of some Apps but next time I reboot the change has been reversed ie the old cash size is shown for the app; I tried to delete several apps, but after a reboot they are back again; if wifi or bluetooth or location etc are off and I switch them on, after a reboot they will be off again. Internal Memory is said to be 33% full. Ram I don't know. Given the phone hangs up within 10 seconds debugging or backing up is obviously close to impossible. Any ideas before a factory reset?
corto (21 rep)
Nov 20, 2022, 11:04 PM • Last activity: Jan 9, 2023, 09:29 AM
3 votes
0 answers
1352 views
How to fix "android.process.media keeps stopping" - error re-appears in a 10-second loop
On a Galaxy Tab A on stock ROM the last update was the June 1 2022 patch for Android 10 received from Samsung in Oct 2022 and also brought with it some Samsung updates. The update has introduced a serious error for me. When the tablet boots and whenever I access a file (e.g. when I save a file from...
On a Galaxy Tab A on stock ROM the last update was the June 1 2022 patch for Android 10 received from Samsung in Oct 2022 and also brought with it some Samsung updates. The update has introduced a serious error for me. When the tablet boots and whenever I access a file (e.g. when I save a file from the web browser) I receive the error android.process.media keeps stopping (i) App info x Close app as a popup in the lower area of the screen. When I click "x Close App" the error immediately re-appears. If I wait instead the error message is removed after a timeout of 10 seconds and then also immediately re-appears. Often, though after a few minutes the error message disappears. Clicking the "x Close App" a few dozen times will apparently not accelerate the end of the error loop, however. The next time internal or SD card storage is accessed by an app the error loop will start again. **How can I make this error disappear for good?** May I try to disable android.process.media? I mean **what does it do, do I need it?** What is the connection to Sec(ure) Media Storage? I used to have errors about Sec Media Storage, too but they have disappeared somehow. I have used the tablet for a few years and I have many files on it that I do not want to lose. So, any fix or suggestion **may not include a data wipe or reset of the tablet**. I cannot move files from Internal to SD Card storage - the file manager will just crash and the error message appear. MTP is also dysfunctional and no connection to the computer is possible. I have disabled lots of pre-installed apps I do not need or use but no new one when the error appeared. **EDIT 1:** Following the recommendation by mmmatey I went through all items in their list of steps to perform. Here are the results: - Deleted the Google Play Store Cache (Data cannot be deleted) - I cannot Reset App Preferences because it would literally take hours to re-set everything (also, none of these settings were changed when the system first appeared so it is perhaps not likely to help) - There is no Contacts app but I cleared the Cache of Contacts Storage (again, Data cannot be cleared) - I tried disabling Media Storage but it cannot be disabled - There is no Google Sync option in Settings so I could not change anything here - Media Storage holds the photos on the device so I won't be able to clear it without losing data I still need. Afterwards, I rebooted the tablet. **No change, sadly.** Digging through these options and setting shows to me again how many unneeded apps Samsung pre-installs. Also many unused items cannot be disabled and other things are locked. One would at least hope that then "everything works" because the user cannot change an important setting but this is clearly not always the case.
Ned64 (101 rep)
Dec 26, 2022, 11:03 PM • Last activity: Jan 6, 2023, 12:10 PM
3 votes
2 answers
2320 views
Pixel 3a XL repeatedly crashes and reboots when connecting to a specific Wi-Fi network
I ran into an issue with my Google Pixel 3a XL phone where it repeatedly crashed and rebooted. After looking into the issue, I remembered that the crashes started as soon as I connected to a specific Wi-Fi network. The issue began as soon as I connected to it. I tried rebooting in Safe Mode to see i...
I ran into an issue with my Google Pixel 3a XL phone where it repeatedly crashed and rebooted. After looking into the issue, I remembered that the crashes started as soon as I connected to a specific Wi-Fi network. The issue began as soon as I connected to it. I tried rebooting in Safe Mode to see if that fixed the problem, which initially disabled all networking features, but as soon as I switched them back on, the crashes started again. I was able to stop the crashes by disabling Wi-Fi immediately after the next restart, forgetting the network it was trying to connect to, then re-enabling Wi-Fi. The issue seems to occur *only* when I connect to that *specific* Wi-Fi network; connecting to other networks doesn't create any problem. I was reading another help guide that said to reset the network settings to fix problems with it, but I doubt that will fix the issue as it just resets the saved networks. I already deleted the info about the problematic network by forgetting it, so I don't think this will resolve it. The network is an unsecured network, and is a public network (so I don't have access to router info, etc.) What could be causing the phone to crash and reboot when I connect to that *one specific* Wi-Fi network, and not any other network?
gparyani (281 rep)
Feb 21, 2020, 05:40 PM • Last activity: Jan 2, 2023, 01:16 AM
0 votes
0 answers
199 views
Apps are crashing after changing SIM
I changed my service provider a day ago and after that almost all the apps are crashing. I deleted the cache factory stop etc. Nothing has worked. When I restart my phone I am able to use apps perfectly but after 10 or 20 minutes later it's same again. Hope you got something for me.
I changed my service provider a day ago and after that almost all the apps are crashing. I deleted the cache factory stop etc. Nothing has worked. When I restart my phone I am able to use apps perfectly but after 10 or 20 minutes later it's same again. Hope you got something for me.
Papi (1 rep)
Dec 3, 2022, 08:08 AM
0 votes
1 answers
12668 views
How to fix Kali NetHunter app crashing every time?
Kali NetHunter app is crashing on a *rooted* Android. Root installed with **Magisk** and Kali NetHunter installed with **nethunter-generic-arm64**. Phone details: Redmi Note 11 (MIUI 13 - Android version 11) I'm opening the NetHunter app - it opens for first time - takes **location** & **storage per...
Kali NetHunter app is crashing on a *rooted* Android. Root installed with **Magisk** and Kali NetHunter installed with **nethunter-generic-arm64**. Phone details: Redmi Note 11 (MIUI 13 - Android version 11) I'm opening the NetHunter app - it opens for first time - takes **location** & **storage permission** - it *exits* (**closes app**) *automatically* - till here is fine, everything goes as per many tutorials show - then after reopening, it **asks for root permission** - *after giving root permission it **again closes*** - then for the last time when we open the **Kali NetHunter App** *(latest version - tested with both the APKs - one which gets per-installed while installing from Magisk and generic zip file _&_ one downloaded and installed from NetHunter store)* - it shows black screen and then exits after few seconds. Someone have solution for this? Here is a issue related to it, that I can relate or is same as mine a bit: Gitlab issues (another issue - not so relatable but could help : not so helpful issue ) ***Update*** OLD version (specifically v2019.1, Github repo ) the NetHunter app is working - means not crashing (but not able to download chroot- says some Javax...SSl... error) - I haven't got any version from 2020 but after v2021.4 nothing is working. **[Download Log](https://anonfiles.com/Vb4485W1xb/logcat_log)**
Divinemonk (11 rep)
Apr 13, 2022, 04:39 PM • Last activity: Nov 23, 2022, 07:46 AM
Showing page 1 of 20 total questions