Questions tagged [android]
For questions pertaining to Android, the Linux-based touch-enabled operating system designed for mobile devices.
252 questions
0 votes
0 answers
18 views
Android won't connect to bridged accesspoint
After setting the Wifi country code. I followed this guide: https://www.raspberrypi.com/documentation/computers/configuration.html#use-your-raspberry-pi-as-a-network-bridge And I got a working bridged ...
1 vote
0 answers
113 views
Can I power any raspberry pi device from a phone USB port? [closed]
I want to have a Raspberry Pi connected to my phone via my phone's USB-C port, so that I can send ADB commands from the Raspberry Pi to the phone. Ideally, I do NOT want to have a separate battery to ...
1 vote
0 answers
79 views
Push notification to Android device over bluetooth without an app
Is it possible to pair a Raspberry Pi with an Android phone over bluetooth, and then send push notifications directly from the Raspberry Pi to the Android phone without needing to install an app on ...
0 votes
0 answers
150 views
Strongswan as a IPSec/IKEv2 server for Android and iOS clients
Setting up Strongswan as a VPN IPSec/IKEv2 server I want to setup a VPN server for my mobile devices to connect to my home network: smartphones (iPhone, Android), tablets (iPad) and laptops (Windows ...
1 vote
0 answers
41 views
SUSE SLE Micro - Setup STA + p2p-go on Raspberry pi 4 Model B to connect Android using Wifi direct [duplicate]
I would like to setup my pi with station and p2p-go and want to connect Android Samsung to PI using WiFi Direct which is able to connect with my printer WIFI direct with simple connect so no problem ...
0 votes
2 answers
146 views
PrimeOS 2.1.0 rpi 4b dsi display dont work
Good morning. I have a dsi touch screen thats works with all distros android on my rpi 4b, but dont work with PrimeOS 2.1.0. The rainbow appears but after, don't show anything. All distros android ...
0 votes
0 answers
165 views
RPi ssh connection issue through Android smartphone
Recently I installed headless Debian/Linux 11 (bullseye) aarch64 on my Raspberry Pi 3 Model B, and I'm having problems with SSH. The issue is that I use the German mobile operator Freenet and I can't ...
0 votes
0 answers
115 views
wired connection between raspberry pi and android app
I am reading Can data with Pcan, and I am transferring my Can data to my Raspberry Pi 4. With this code import can import serial # CAN bus setup can_bus = can.interface.Bus(bustype="pcan", ...
1 vote
0 answers
1k views
SOLVED Can't install the latest adb version on Rasperry Pi OS 64 bit Bullseye
I need to install the latest adb tool on a Rasperry Pi OS 64 bit Bullseye. The adb version I get from apt-get install adb is too old (Android Debug Bridge version 1.0.41 Version 28.0.2-debian) as i'm ...
0 votes
1 answer
1k views
Issues when Using a Pi Zero 2W as a Bluetooth Headset
I'd like to use my Raspberry Pi Zero 2W as a Bluetooth headset to connect with my Android phone with an HSP profile. The speaker and microphone are connected via an external USB soundcard. After ...
0 votes
0 answers
207 views
app install using adb is failing on Raspi
Tried installing an apk using adb on Raspi. Getting following error Performing Streamed Install adb: failed to install latest.apk: Tried the same apk on laptop and able to install apk
4 votes
1 answer
3k views
How to configure touchscreen to work with android OS pi?
I have a Raspberry pi 4 with 2GB and a touchscreen https://www.elecrow.com/7-inch-1024-600-hdmi-lcd-display-with-touch-screen.html I installed this android 13 image https://konstakang.com/devices/rpi4/...
1 vote
1 answer
409 views
Does the Raspberry Pi 4 running Ubuntu/Server (22.04.1 LTS) support Android Phones (USB / MTP)?
I created an Raspberry Pi SDCard with Ubuntu / Server (22.04.1 LTS) and it did not mount my Android Phone files as expected. I was using a Raspberry Pi 4 w/4GB of memory. I double checked using the ...
1 vote
0 answers
102 views
Web server requests very slow from Android devices on local network
I have multiple pi's on my home network, all running web servers for various things, some hard-wired, some over wifi. Now these all work lighting fast from my desktop PC or laptop (both wifi and ...
0 votes
0 answers
954 views
Connecting from Android to Raspberry Pi Zero thru USB
How can I connect from an Android phone into my Raspberry Pi Zero through the USB cable? Very similar to this question here I can connect to my RpiZero through a usb cable on my macbook with no issues,...