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

How can I configure IPSec on Windows 2012 R2 to use Pre Shared Key compatible with Android phones?

Our company has to comply with the mandate that all mobile phones use L2TP or IPSec VPNs when using untrusted Wifi or GPRS connections... namely to protect from MITM attacks. Were also interested in preventing the decryption of A5/2 or A5/3 mobile…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
0
votes
1 answer

Android and Microsoft ActiveSync problems

I have a Windows 2008 R2 Server with Exchange 2010 installed, and I'm having trouble to set up the Microsoft ActiveSync properly. Right now it works wonders with iPad and iPhone, but something is happening with Android devices that is driving me…
Havenard
  • 314
  • 3
  • 14
0
votes
2 answers

Android/Linux Ping sends another packet before packet timeout

I have to send 10 packet & timeout for each packet should be 3 secs. As Android pings works on Linux ping commands, I am using below ping command in my application: ping -c 10 -W 3 -s 32 www.google.com It gives the below response which I read in…
Shravan
  • 101
  • 1
0
votes
1 answer

GMail App (Android) not showing notifications behind corporate firewall

User has a Nexus 4 (running Android 4.4.2 KitKat). When an email arrives in their GMail account inbox the phone does not notify the user of the email. The user has to open the GMail app on the phone and manually refresh. We have tried opening…
tonyyeb
  • 217
  • 1
  • 2
  • 11
0
votes
2 answers

iptables causes infinite loop of GET request

I am trying to reroute HTTP traffic from 80 to 8080 to be used by Burp Suite. Using iptables, my command was: iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080 By doing so, traffic did get rerouted to port 8080 and shown in…
bunbun
  • 157
  • 1
  • 1
  • 7
0
votes
2 answers

Explanation SIP technology

I have a question regarding SIP. Well, whether on a regular VPS I am capable to put a workable server? I wanted to play with voice communication on the Android platform, I read that it supports the SIP API, which is why I'm asking. If, however, do…
0
votes
2 answers

SSL problems on Android (Intermediate Certificate)

My site works well on every browser and device, except on Android, where it throws a security exception. I already installed my SSL certificate on my Amazon Elastic Beanstalk instance (by installing the certificate on the load balancer). It seems…
Tony
  • 445
  • 2
  • 6
  • 14
0
votes
1 answer

Export openssl cert public key to DER format

i'm looking for a way to export my openssl certificate (the public part) used by apache2 (.pem file) to import it to an android device's credential storage (Settings menu> Security > Credential storage > Install from device storage) as explained…
mp04
  • 187
  • 8
0
votes
1 answer

Allow network connection to a specifc app

I am developing a application for mobile (iPhone and Android) maps based for a company. The company has deployed a wifi network to allow, by subscribing (paying), internet access. The idea of the mobile app is to give internet access only to that…
doxsi
  • 111
0
votes
2 answers

How to make Android to connect nicely with Exchange Server 2013

Androids can't connect to an Exchange Server 2013 via the ActiveSync protocol. Any other devices can work without problems. We tested the 2.x branch and 4.x branch. Even with an stock Google Nexus 4 we can't connect to our Exchange Server 2013. In…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
0
votes
1 answer

Getting though firewall without VPN

I am trying to control geographically remote (Android) machines using VNC. Some of these machines are behind firewalls. I was planning on putting all these machines on a VPN and being done with it. Then I could log into the VPN and be able to…
Scoop
  • 173
  • 8
0
votes
1 answer

Android java build drained 8GB of memory

I build Android-4.0.4 for odroid-x on a lenovo x220 core i7 8GB of RAM running Linux Mint 12 (Ubuntu-11.10). I start 5 jobs to build, and after a while OOM triggers and kills dozen of processes until it kills the java processes started by my build,…
m-ric
  • 241
  • 3
  • 9
0
votes
1 answer

How do I test if my RapidSSL certificate will work with older mobile browsers?

I read this bug report about RapidSSL certificates not being recognised by older versions of Android. I've got the necessary certificate chain from here, but I don't have an Android device to test on. So how can I test if the certificate is set up…
Hamish Downer
  • 9,420
  • 6
  • 38
  • 51
0
votes
1 answer

Running adb from PHP

I moved from Ubuntu to CentOS and I now have a problem running adb from PHP. I am trying to execute shell_exec("/path/to/adb devices"); and I get: ADB server didn't ACK failed to start daemon error cannot connect to daemon daemon not running.…
glarkou
  • 149
  • 1
  • 8
0
votes
1 answer

Can i configure the tcp SYN retransmission interval?

As far as I know SYN retransmissions: with rounding they occur 1, 3, 6, 12, 24, 48, and then 64 seconds apart. I want to do this on different interval time. what is the name of this parameter? can I control on it in android and windows?
Avihai Marchiano
  • 612
  • 3
  • 16
  • 32