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
2 answers

Can I have TCP timouts up to 10-20 minutes?

It it important to rely on TCP guaranteed delivery even in case of mobile client which could disappear in a tunnel for a long time when TCP with standard settings give up and close the connection. Is it possible to make TCP implementation keep…
user
  • 11
  • 1
1
vote
1 answer

Is it possible to push DNS search suffices from DNS server to client?

Our (active directory, windows-server-based) intranet used to be called "intranet", and DNS worked fine for windows machines and iPads/Android devices. We have changed it to be "apps.intranet", and it still works for windows machines, but no longer…
Mark
  • 189
  • 6
1
vote
1 answer

HTC Incredible not downloading email from Exchange 2003 account

I have a Exchange 2003 setup, with no SSL. I have one user who also receives his work email on his HTC Incredible. I've setup his email account as an Exchange account and to synchronize his email, contacts and calendar. About 2 weeks ago he stop…
Archit Baweja
  • 280
  • 7
  • 17
1
vote
5 answers

How to issue machine certificates to Android devices trying to connect to L2TP VPN (L2TP/IPsec with Certificate)?

I are trying to find a way to connect Android devices to our VPN box running Windows Sever 2008. We manage to configure a couple Android devices to connect via PPTP. However, I would like to be able to connect using L2TP/IPSec with certificates…
John Hendrix
  • 11
  • 1
  • 2
1
vote
1 answer

Android webbrowser returns code 500 for webpage on Nginx webserver

I've come to a very weird behavior of a web browser on android mobile phone (I've tried HTC Wildfire and HTC Desire phones). I have a web server with Nginx v0.8.54. When i try to open a web page on the phone it shows me error: The requested item…
Paxxil
  • 181
  • 1
  • 10
1
vote
2 answers

Exchange ActiveSync is not working with Android's 'verify certificate' setting, what do I need to do to make them work together?

All other methods of Activesync and web access to my Exchange server are working fine with no errors or issues, but when we attempt to configure Android phones for the server, it will only work with 'verify certificate' checked off. Ideally, I'd…
Yannone
  • 347
  • 3
  • 9
1
vote
1 answer

Exchange Forcing Password on Droid 2

When I configured my Droid 2 (Android 2.2) to communicate with our Exchange 2007 client access server, it appeared to apply a policy that forced me to use a password lock on the device. Curious, I went to look and the default ActiveSync policy that…
SpacemanSpiff
  • 8,753
  • 1
  • 24
  • 35
1
vote
4 answers

Remote Assistance for mobile users

One of our clients has about 100 users in the field with Windows Mobile 6.5 devices, with another 600 coming online soon that will be running a mix of Windows Mobile 6.5 and Android phones (I'm not sure which version of android, they're rolling them…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
1
vote
1 answer

Ubuntu 9.10 - getlibs - Libraries Not Found?

I'm using the getlibs package to obtain Android 32 bit dependencies for the aapt tool. However, when this is run, I get the following- Note the Not Found on the ubuntu16 libraries. I checked the server and sure enough, they're not there. However…
Donn Felker
  • 121
  • 5
1
vote
1 answer

Server Error in ‘/MobileAdmin’ Application

I posted this over at StackOverflow, but it appears it is more appropriate here. https://stackoverflow.com/questions/3523089/server-error-in-mobileadmin-application I have recently hooked up an Android device to Exchange 2003 via ActiceSync, and the…
Josh
  • 43
  • 6
1
vote
1 answer

Need advice on how to set up live video streaming to web/mobile devices

I have a bunch of live udp video streams that currently are viewed by set top boxes in my network. I would like to pick this video up (I can do this with vlc now) and stream it out to other non-STB endpoints (webpage or a phone/tablet of some…
jasondewitt
  • 193
  • 2
  • 3
  • 8
1
vote
0 answers

issue with connecting to IKEV2 VPN server from android devices

We are facing a problem with connecting android devices to our VPN server. iOS devices do not have any problems connecting. Android devices trying to connect via StrongSwan official app from Google Play. And iOS from system settings. VPN server…
1
vote
1 answer

Android application compatible with IMAP search without using local index?

I use an email account of several dozens of Giga, on computer and Smartphone. However, most applications use a local index to speed up the search of emails (this is the case of Outlook and Thunderbird on computer). However, on a cell phone, the…
VanVan
  • 19
  • 2
1
vote
0 answers

Is it possible to connect to Azure Storage V2 HNS SFTP (User/Password) from Android Samsung 'MyFiles' SFTP client?

Azure Storage V2 (HNS enabled) accounts supports SFTP now and I wanted to setup a private and secure file server to migrate files between devices. I followed a Microsoft guide to set up SFTP with a 'local user' account with username and password…
1
vote
0 answers

Python flask captive portal

Im making python tool for creating access point with hostapd, run http server on 10.0.0.1, and using dnsmasq redirect clients to the http server login page Its working when i use localhost as hostname, but when im using 10.0.0.1 as hostname flask…