Found a bug in the system

Hello everyone.
I found a bug while using it. I recorded a video https://files.catbox.moe/3lsz5b.mp4 so that it would be clear what I’m talking about. I use the Scoop program Scoop | F-Droid - Free and Open Source Android App Repository (it saves stack traces of crashed applications). Maybe there is something better for these purposes, please write your recommendations.

I tried reinstalling the system, reinstalling Magisk, but it didn’t help…

FATAL EXCEPTION: main
Process: com.android.settings, PID: 1010
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3431)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3595)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2066)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	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.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }
	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2071)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1731)
	at android.app.Activity.startActivityForResult(Activity.java:5314)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:527)
	at android.app.Activity.startActivityForResult(Activity.java:5272)
	at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:513)
	at android.app.Activity.startActivity(Activity.java:5658)
	at androidx.core.content.ContextCompat.startActivity(ContextCompat.java:252)
	at androidx.fragment.app.FragmentHostCallback.onStartActivityFromFragment(FragmentHostCallback.java:166)
	at androidx.fragment.app.Fragment.startActivity(Fragment.java:1369)
	at androidx.fragment.app.Fragment.startActivity(Fragment.java:1357)
	at com.android.settings.SystemUpdaterSettings.onCreate(SystemUpdaterSettings.java:43)
	at androidx.fragment.app.Fragment.performCreate(Fragment.java:2883)
	at androidx.fragment.app.FragmentStateManager.create(FragmentStateManager.java:484)
	at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1312)
	at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1477)
	at androidx.fragment.app.FragmentTransition.addToFirstInLastOut(FragmentTransition.java:1246)
	at androidx.fragment.app.FragmentTransition.calculateFragments(FragmentTransition.java:1128)
	at androidx.fragment.app.FragmentTransition.startTransitions(FragmentTransition.java:135)
	at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2112)
	at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2055)
	at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1957)
	at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:572)
	at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:586)
	at com.android.settings.SettingsActivity.launchSettingFragment(SettingsActivity.java:374)
	at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:282)
	at android.app.Activity.performCreate(Activity.java:7994)
	at android.app.Activity.performCreate(Activity.java:7978)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1313)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3404)
	... 11 more

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

1 Like

https://doc.e.foundation/support-topics/report-an-issue

it would also be important to know which device this occurs and also the e/os version which is used.
I don’t have the bug on my devices.

@AnotherElk @Hase Hello. Sorry, I forgot to specify the phone model, this is Samsung S3 i930i (s3ve3gxx) Info about Samsung Galaxy S III Neo (Sony Camera) - s3ve3gxx
/e/OS build => https://images.ecloud.global/dev/s3ve3gxx/e-2.2-r-20240719418592-dev-s3ve3gxx.zip
As for the logs, how can I show the logs of this error and not all the information about my phone? Is what I showed insufficient?

If you want the issue to be properly recognised and handled by the developers, please follow the guide I linked to above and raise the issue in the GitLab :wink: .

1 Like

Got it, thanks. Since this is a test phone and it is no longer on the list of supported devices, I think there is no point. The video shows that this is 100% a bug.

maybe the updater app is missing in the image? ask the package manager (pm) if it is installed

No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }

Hi. Do you mean the org.lineageos.updater app? I checked it on the spot, I also tried reinstalling the system, it didn’t work…

This topic was automatically closed after 60 days. New replies are no longer allowed.