Questions tagged [linux]
Use this tag when your issue involves a Linux laptop/PC or addresses Linux-specific topics on your Android device. In the latter case, consider if other tags like e.g. 'command-line' or 'shell' might be better fitting. See the full tag wiki for additional details and hints. Note that questions purely about operating Linux-based OS on Android devices are off-topic.
636 questions
0
votes
0
answers
74
views
ADB On Linux Failing To Push Any Folder
The issue
I needed to push a folder to my phone and I just ran the following command which always worked fine:
adb push ~/some_folder sdcard/some_folder
For some reason however it just didn't respond ...
1
vote
0
answers
37
views
Linux kernel sources for Redmi A2+ [closed]
I see, Linux kernel sources for Redmi A2+(water) are unavailable.
Have anybody this sources?
Maybe somebody write kernel drivers for this smartphone?
1
vote
1
answer
487
views
How to install Ubuntu OS on an Android phone?
I am not sure where to start all help is welcome. I have a Samsung Phone and computer for flashing.
0
votes
2
answers
858
views
Bluetooth is not turning on NetHunter Android
I am using Kali NetHunter on a rooted Android device, and I'm encountering an issue with Bluetooth. Whenever I try to enable Bluetooth through the GUI or using the command line, it simply doesn't turn ...
1
vote
1
answer
282
views
Termux Running easyrsa as `sudo -u root` gives me No such file or directory
I'm trying to run a sh script (easyrsa) while being in sudo -u root environment.
sudo -u root sh /data/data/com.termux/files/home/openvpn/easy-rsa/easyrsa3/easyrsa
This gives me an error telling me ...
1
vote
1
answer
260
views
Backup Android Phone to PC
I would like to backup all the data on my phone. I saw that the Google Drive backup of my phone shown below, only encompases about 200MB. But my phone storage is 64 GB. From that about 10GB are ...
0
votes
0
answers
470
views
Install Linux on Android phones (bare metal but with needed drivers)
So, to summarise the questions:
How do I get the bootloader to work if I want to install Linux ARM distro on Android phones (in this case, OnePlus 5T)
Is it possible to copy drivers in /vendor in any ...
1
vote
0
answers
252
views
Installing Alpine Linux using Fastboot
I have a Lenovo TAB 10 (TB-X103F) with TWRP installed, but no OS.
I am attempting to install alpine linux but to my knowledge, the tablet is unable to boot from EFI, so im confused on what to do next ...
-1
votes
1
answer
90
views
How Can I Resolve a Persistent Security Breach on My Devices Despite Multiple Measures? [closed]
I’ve been experiencing a severe security breach where individuals have hacked into both my Android and Linux devices. They have access to all my online and offline activities, including my social ...
1
vote
0
answers
287
views
fastboot commands are not executed, although device is being recognized
I am trying to flash a TWRP recovery onto a Blackview BV5500 (MT6580) in Manjaro Linux.
Android Platform Tools and Android udev Rules are installed.
I have no access to the system, so I can't unlock ...
1
vote
0
answers
50
views
Files inside random directories are not readable by ls or any binary in linux
This is from my Android mobile. I am using a terminal app similar to ubuntu which is installed in my mobile. I am doing copy of my files to laptop and some are being skipped randomly.
When doing ls ...
0
votes
0
answers
525
views
Pixel 6: how to flash Sailfish/Ubuntu without a desktop (just unlocked bootloader + On-the-Go flash)?
Ubuntu Touch (alternative to Sailfish): https://devices.ubuntu-touch.io/
Sailfish: https://docs.sailfishos.org/Reference/Android_Compatibility/#hardware-support
Definition/instructions of flash: https:...
1
vote
0
answers
346
views
How to disable 'Malicious app' warning?
Termux Screenshot
I'm trying to install Ubuntu on my Android 14 OnePlus Pad 2 tablet via Termux app. It's partially installed and viewable via VNC. But 'apt install' or 'apt upgrade' causes a warning ...
0
votes
1
answer
258
views
How to see my Android partitions via Linux machine terminal?
When I connect my Android device via USB into a Linux machine (be it Debian, Ubuntu, Arch, etc.) I am unable to find any trace of the device or partitions using cmds fdisk -l, lsblk, etc.
This is ...
1
vote
0
answers
179
views
Can a "proper" Linux userspace run on an Android kernel?
I've been reading about the challenges of getting Android phones to boot up using a close to mainline Linux kernel, and it got me thinking, manufacturers have their own kernels with all the correct ...