Questions tagged [system]
For questions about the internal procedures and processes of the Android system.
336 questions
0 votes
0 answers
55 views
How to suppress force stop list notification?
I keep getting an android system notification re. a force stop list on clicking to view the configuration details I get thrown into the battery setup page which doesn't refer to a stop list. Ideally ...
0 votes
0 answers
42 views
Does Android OS have intrusion detection systems?
The goal is just to block connection access except to specific programs to just allow programs whose connections have known use plus to list current sockets in use (to troubleshoot) plus to warn if ...
3 votes
1 answer
145 views
How does android.util.Log internally work?
Applications on Android use class android.util.Log for producing logging output with log level, tag etc. We can view the logs using tool logcat. Writing to standard error output also writes to the ...
1 vote
1 answer
2k views
How to extract Android 13+ ROMs (system.img and other partitions)?
I'm trying to unpack Android 13/14 ROMs from a set of different vendors but it seems that all images using Android 13+ have some changes in how the filesystem images are built. Using simg2img (...
1 vote
1 answer
721 views
ADB SU root inputs location
Where do I enter the commands for SU abilities and root access or settings? fd = open("/system/file.txt", O_RDWR | O_LARGEFILE | O_NONBLOCK); if (fd < 0) { return -8002; } ...
0 votes
0 answers
193 views
Remove Safe mode completely from an Android from the root
No app blockers works as I can go into safe mode and delete the app blockers. How do I tune my Samsung Galaxy S24 enough to not have an option to go into safe mode altogether?
1 vote
0 answers
1k views
How to correct fake device specifications?
I bought two Android tablets which supposedly came with Android 12, 16GB of memory, and 1TB of storage. Unfortunately, when I started adding apps and videos, it soon ran out of space. I followed a ...
0 votes
0 answers
184 views
How to set secondary screen as default for mirror mode?
I have a rooted LG phone running android 12. There is screen+ feature in LG like samsung dex that gets activated only when connected with usb to monitor. But when I connect via wifi to any display ...