Questions tagged [android]

Operating system for mobile devices. For user questions, see http://android.stackexchange.com

Operating system for mobile devices. Developed by Google and the Open Handset Alliance.

For non-developer questions, see the Android Enthusiasts StackExchange.

209 questions
0
votes
0 answers

Linux/Android devices connected by WiFi require iptables to add NEW state in FORWARD chain for external interface to connect to internet

Iptables rule for external interface (ens33 has a public IP): iptables -A FORWARD -i ens33 -m state --state ESTABLISHED,RELATED -j ACCEPT allows access to internet for all computers connected to wired LAN and Windows laptops connected by a wireless…
Artur
  • 1
  • 1
0
votes
1 answer

DST Root CA X3 has expired

I have configured shadowsocks-rust with xray plugin using certificate from acme. Works fine on all devices except android 7. I understand that this is due to the fact that the DST Root CA X3 certificate has recently expired. Is there any solution…
0
votes
0 answers

Abnormal port request on Linux system

I am using Debian Buster and Android 9. Checking the network activities I noticed that it scans many ports. How can I determine who is the cause or if this is normal? I connect the mobile phone to the PC in hotspot. sudo iptraf-ng output: Thu Mar…
0
votes
0 answers

Android Volley JsonObjectRequest times out, but explicit IP:port request works

I have a REST API in go on my server VM, with gorilla/mux: router := mux.NewRouter().StrictSlash(true) log.Fatal(http.ListenAndServe(":49186", router)) I have an exposed IP and the domain forwarding set up on Godaddy as: [http://],…
0
votes
1 answer

Strongswan swanctl profile for native Android IKEv2 IPsec

Android 11 seems to support IKEv2/IPsec now, so I'm attempting to build a roadwarrior swanctl profile for it. So far I'm getting as far as having an SA established, but then immediately deleted. Any advice? The Android VPN profile has: Type:…
blee
  • 235
  • 4
  • 17
0
votes
1 answer

CUPS - Network printer - Connection error: Permission denied, The printer is not responding

I'm trying to troubleshoot a printing issue, but first I need to describe my environment (it's a bit non-standard). I have a HP 1102 USB printer, connected to a Ubuntu 20.04 system which runs CUPS and shares the printer to other systems in the LAN.…
Mad_Ady
  • 455
  • 1
  • 6
  • 13
0
votes
1 answer

Builder: failed to build TUN device

I try to create a simple Strongswan connection between a server and an Android phone, using Strongswan Android application. My Android phone informations : Android 8.0.0 with Samsung Experience 9.0 It's a Galaxy A5 (2017) model I tried using both 4G…
Dazounet
  • 45
  • 1
  • 8
0
votes
0 answers

WireGuard on CentOS with Android Client setup issues

I used this guide here to setup wireguard on a CentOS machine. I have my private key, my public key, the firewall and my wg0.conf: [Interface] Address = 192.168.5.1/24 SaveConfig = true ListenPort = 31194 PrivateKey =
uncovery
  • 295
  • 2
  • 12
0
votes
1 answer

Android Studio on Google Cloud Platform (Windows): Error can't run on a VM

My goal is to use Android Studio with the Test Function on a Google Cloud VM (Windows), so that I can always use it remote. My Problem is, that when I start the emulation of a Smartphone in Android Studio, I get the Error that I can`t run the…
0
votes
2 answers

Jenkins Integration with Android studio

Descrip : I created a jenkins job to integrate jenkins with Android studio for generating artifacts, While building the project in Android studio, The build is successfull.. But When i build the same project via jenkins, Im getting the below…
Manikandan Ram
  • 389
  • 1
  • 14
0
votes
1 answer

How can I remotely connect to Microsoft SQL server from a different network in Android Studio?

I just wanted to ask to see if there is a way to connect to the sql server located on my server from my android application which will be installed onto other devices. Currently, this works for all devices which is connected to the same network as…
0
votes
1 answer

IDEAS request: best way to achieve session restriction

I am working on a draft for an application which offers subscription based service for mobiles, there is a requirement that an account is only used on one device, if its logged into another one then first one is logged out. developer gave some ideas…
0
votes
1 answer

Running android image directly on a VPS

I have a VPS server which uses KVM . I can run android using a emulator but I want to run androidx86 directly on the VPS and not through emulation. Is thi possible ?
0
votes
1 answer

Android appears to bypass firewall rule which restricts request for port 53

I'm trying to configure my Fios G1100 to force DNS request to my internal DNS server 192.168.1.131. This device runs Pi-hole, which is configured to make DNS request to 1.1.1.3 and 1.0.0.3. This has worked great! But, now I'm trying to restrict…
roydukkey
  • 129
  • 4
0
votes
1 answer

Apache - BrowserMatch and SSLVerifyClient

We are trying to achieve "SSLVerifyClient none" config only for Android users, is it possible on a given virtualhost ? ... SSLVerifyClient optional BrowserMatch Android SSLVerifyClient none ... For some reason…
Mateo
  • 11
  • 4
1 2 3
13
14