Questions tagged [android]
An operating system running on top of the Linux kernel, targeting mobile devices such as smartphones and tablets.
617 questions
1 vote
0 answers
57 views
How to fix selinux error: avc: denied { write } because the source level (s0:c145,c256,c512,c768) and target level (s0) are different
My Android app is trying to write to the /dev/video0 file but is getting the following AVC denial: 10-31 08:31:42.987 4786 4786 W com.my.app: type=1400 audit(0.0:41): avc: denied { write } for name=&...
0 votes
1 answer
93 views
mount Android Studio's system.img
I want to customize boot process of Android in emulator. system.img runs normally in Android Studio Emulator. This file in https://dl.google.com/android/repository/sys-img/google_apis/x86_64-26_r16....
2 votes
2 answers
196 views
Android pings wrong network
My phone (Google Pixel 6 and Android 15) is connected to both 4G and a Wifi network with no Internet. The wifi network gives me IP address 192.168.4.2 and I know there's a WIFI Access point on 192.168....
1 vote
0 answers
119 views
Unable to Mount USB Drive on Nethunter Terminal
I’m trying to copy files from my Nethunter terminal (running on a rooted Android tablet) to a USB drive, but I’m encountering issues when attempting to mount the USB drive. The USB drive is detected ...
3 votes
1 answer
170 views
tar compress inside android adb su root -c sub command produces empty tar file
I just stumbled upon a weird behavior on android: echo test>/data/local/tmp/test.txt su root -c "cat /data/local/tmp/test.txt && \ tar -cvzf /data/local/tmp/test.tar.gz /data/local/...
0 votes
0 answers
73 views
Getting these make command errors while compiling an android kernel
──(root㉿kali)-[~/Documents/kernel-source-alioth-stock] └─# make -j2 CC=clang O=output/ $config make[1]: Entering directory '/root/Documents/kernel-source-alioth-stock/output' .... HOSTLD scripts/...
-4 votes
1 answer
136 views
Thousands of Linux distros that have an UI offer a Terminal going on a shell. But on Android it seems that such Terminal cannot exist. Why?
My question will depict that I can't figure the real distance between an Android operating system and a Linux distro. When I try most distros that have an UI, from the earliest to the most recent one, ...
0 votes
0 answers
448 views
Help with IKEv2 VPN Connection Error: NO_PROPOSAL_CHOSEN
I’m currently having trouble setting up an IKEv2 VPN connection on an Android device using strongSwan as the VPN server. Despite having a valid certificate and key setup on both ends, I keep getting ...