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.

206 questions
0
votes
1 answer

DNS doesn't work over WLAN on Android devices when there's over 3 APs

My problem is that if I add over 3 access points to my WLAN network DNS stops working on Android devices. All other operating systems are working (Windows 7, Windows 10, iPhones). I've looked on properties of Android device and it gets IP and DNS…
Eastman
  • 60
  • 9
0
votes
0 answers

Which options are required to send a PAC file URL via DHCP to Android devices?

I would like the Android devices which connect to WiFi networks to be automatically configured to proxy their HTTP(S) traffic through a web proxy. There is a PAC file available though an URL, which points to a squid proxy. The PAC URL manually…
WoJ
  • 3,607
  • 9
  • 49
  • 79
0
votes
1 answer

OpenVPN wont connect from android, TLS error

I have set up OpenVPN server and I am connecting it with no problem with my Fedora 23 computer using NetworkManager. Alas, when I try to connect from OpenVPN Connect application from Android, I get the server timeout. Loking at the server logs, this…
user333677
  • 11
  • 1
  • 3
0
votes
1 answer

Why does a DHCP4 client not respond to the DHCP Offer from a DHCP server?

An extremely simple DHCP server works reliably with Windows 10 PCs and Android devices. It receives DHCP Discover from a client, replies with DHCP Offer, then receives DHCP Request from a client. However, it does not work with a device using DHCP4.…
Hong
  • 111
  • 1
  • 5
0
votes
1 answer

Identical DHCP leases, excessive dhcp traffic

Fresh install of CentOS 7, removed dnsmasq, installed dhcp server, iptables, webmin, apache. This is school and lot of switches and wifi (bridge mode) AP's connected to this router One network - 10.0.0.0 DHCP pool - 10.5.0.1 - 10.5.244.244 There is…
0
votes
1 answer

Endpoint to security gateway tunnel

I want to establish a connection between the client and the proxy server through a VPN tunnel in android device. I want to do this at layer 2 or 3 , where a packet can captured and encrypted. Please suggest any way to establish the connection. As…
0
votes
1 answer

Chrome on Android issuing two-byte range request for static MP3 file served by Nginx

I'm hosting a 2.9MB MP3 file with Nginx. When I navigate to its URL using Chrome on Android, there are two requests made: one normal request, and one two-byte range request. When I copy the first request as a cURL command and execute it on Mac OS X,…
bluegate010
  • 99
  • 1
  • 4
0
votes
1 answer

No Certificates Found on Chrome Android with Comodo Positive SSL and IIS

For software testing reason, I have registered a domain name, set its A record to point to 192.168.1.30 (local PC on my network). I have installed Comodo Positive SSL for this domain on IIS on Windows 10 on this IP. I can access mydomain.com under…
Adam
  • 161
  • 2
  • 6
0
votes
1 answer

Unable to copy war file from local directory to webapps of tomcat stack in Google Cloud because of permissions

I am doing one android application (client-Server type). Up to now ,I installed tomcat in my system itself . So now server is my computer and client is my phone Now I want to deploy my server components(.war file) in to tomcat stack of Google Cloud…
0
votes
1 answer

pfSense/strongSwan "deleting half open IKE_SA after timeout" - IPSec connection Android 4.4 to pfSense 2.2.1 fails

pfSense in version 2.2 switched from Racoon to strongSwan. Since that change, users can no longer connect to the VPN from Android clients (Type IPSec Xauth PSK). The current configuration on Android is as follows: |_. Name |…
user569825
  • 351
  • 3
  • 6
  • 12
0
votes
2 answers

Windows Server 2012: DHCP: Android Clients have no access to the internet

I am using a Windows Server 2012 R2 as Domain Controller, DHCP Server, DNS in my network. My Router is the gateway which is connected to the DSL modem. Some Clients (all android devices) and the amazon kindle (which i think is android based as well)…
0
votes
1 answer

OpenVPN server process terminates unexpectedly after android client disconnects

I've installed openvpn on a debian VPS & configured it as you see below: port 1194 proto udp dev tun ifconfig 10.0.2.21 10.0.2.22 ifconfig-noexec route-noexec keepalive 10 120 persist-key persist-tun comp-lzo verb 3 #fragment 1200 mssfix…
Ehsan Khodarahmi
  • 305
  • 1
  • 7
  • 18
0
votes
1 answer

WSO2 EMM Remove Device/user from list

I've searched lot but I cannot find the resolution - if I enroll device to user and then wipe the device how to: remove user (Error is: User cannot be deleted, this user has enrolled device) - I've found i can delete user via Carbon interface but…
orzeh
  • 11
  • 6
0
votes
0 answers

Remote client (android) can't connect to OpenVPN sever behind LAN

My plan is to connect over tunnel (via Internet) android phone with my LAN at home. I set up OpenVPN server behind (router) lan (ip adress is 192.168.1.3). There is also my laptop. Port 1194 UDP on my router is opened. Here you have my…
user243355
0
votes
1 answer

Cannot download files on android but PC can

We have a file we placed in a virtual directory to allow downloading. Basically a direct file link like http:mywebserver/myapp/downloads/myfile.apk. On a PC we can get directly to that file and it downloads. On our mobile devices we go to that…
JonH
  • 131
  • 1
  • 3
  • 16