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
1
vote
1 answer

Phones & tablets cannot connect to Windows Server 2008 RRAS L2TP VPN server

I had installed RRAS in the server running Windows Server 2008 Standard. It's configured as a L2TP VPN server. The Windows and Mac OS X PCs can connect to the server without problem but the android phone and iPhone just don't connect. I tried to…
CK Tan
  • 171
  • 1
  • 1
  • 13
1
vote
0 answers

IPsec Xauth RSA - Debian 7 and Android 4.4 VPN (Always-ON) and Mac OS X 10.9.2 VPN (On Demand)

I successfully installed IPSec Xauth RSA using this instruction: http://jsharkey.org/blog/2012/09/22/deploying-a-pure-ipsec-pki-vpn-server-for-android-devices/ In brief: apt-get install ipsec-tools racoon chmod 700 /etc/racoon/certs cd…
Alex Netkachov
  • 585
  • 1
  • 6
  • 9
1
vote
4 answers

Can't find shared lib on an amd64 machine

# /opt/dev/android-sdk/platforms/android-1.5/tools/aapt /opt/dev/android-sdk/platforms/android-1.5/tools/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory On an i386 box this aapt…
yanchenko
  • 279
  • 1
  • 6
  • 13
1
vote
3 answers

Block a Non-ActiveSync Device from accessing Exchange 2010

We're trying to tighten security, and block users from accessing our mail server without having the proper MDM on their phones. With programs like Aqua Mail and CloudMagic, it seems like they go around ActiveSync settings and don't show up as…
Joseph
  • 293
  • 2
  • 7
  • 14
1
vote
1 answer

Google account for business android phones

We are going to supply our engineers with Note3 phones (due to the fact these are some of the only devices that come with real stylus') so that they can take signatures on jobs etc. I'm grappling with the concept of having to setup individual Google…
Chrisjc
  • 27
  • 1
  • 3
1
vote
1 answer

Website has a lot of requests of 'fqexpack' url from Android devices

Recently our website started to get a lot of requests for /fqexpack url from devices with user agent, somehow connected to Android, like Dalvik/1.6.0 (Linux; U; Android 4.0.4; GT-S5303 Build/IMM76D) Dalvik/1.6.0 (Linux; U; Android 4.0.3; M532…
1
vote
1 answer

Android device cant access a website

The company i work for is having a weird problem. They have a website. You can access their website from any device, anywhere, easily. But when we are in the office, android device that are on their wifi cannot connect to the website. Computer…
littleadmin
  • 177
  • 1
  • 1
  • 11
1
vote
1 answer

OpenVPN on Android TCP retransmissions after OpenVPN server reboot

I raised OpenVPN on server for the first time. It worked fine until the server rebooted. The firewall configuration is unchanged. When I tcpdump from tun interface on the server, I always get TCP retransmissions on all TCP packets larger than a few…
anogaki
  • 21
  • 3
1
vote
0 answers

Block all future ActiveSync Devices?

We're working on requiring MDM on all devices. I've got all current devices set up, but we're still open for users to add their device without MDM. How can I block ALL future devices without blocking the current? I want to make sure if they aren't…
Joseph
  • 293
  • 2
  • 7
  • 14
1
vote
0 answers

Android devices fail to connect to MS L2TP PSK

I have configured MS Server 2003 RRAS with IPSec / L2TP using PSK. iPhone devices connect fine however Android devices fail to connect. The MS "Oakley" trace file shows the negotiations for Apple and Android follow a similar path until the tunnel…
Peter
  • 11
  • 4
1
vote
4 answers

Exchange Security Policy and Android

How does one go about changing the Exchange security policy to allow pins and other security options on Android devices?
Chris
  • 139
  • 1
  • 5
1
vote
3 answers

generating client.ovpn file on android

I am developing a open source application wrapper over OpenVPN library for Android. For that I need to generate openvpn conf file. I have followed OpenVPN how but did not understand how to generate .conf file on Android. Is there any way to…
devilcol
  • 113
  • 2
  • 4
1
vote
1 answer

How can I hit my iis express site from my android devices?

I have a site running under IIS Express, I added the following to my applicationHost.config So now, from…
gingerbreadboy
  • 123
  • 1
  • 6
1
vote
2 answers

iptables redirect single website traffic to port 8080

My goal is to be able to make a connection to one, and only one, website through a proxy. Everything else should be dropped. I have been able to do this successfully without a proxy with this code: ./iptables -I INPUT 1 -i lo -j ACCEPT ./iptabels…
Luke John Southard
1
vote
3 answers

android.apis.google.com DNS issue at EC2

We have a really strange issue with DNS on our EC2 instances. An application we're running on some of our instances is Java-based service that provides a back-end for an Android application. As part of it's functionality, it sends push notifications…
organicveggie
  • 1,071
  • 3
  • 15
  • 27