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

Debian squeeze as L2TP/IPSec gateway for Android devices

I'm trying to configure Debian squeeze as L2TP/IPSec VPN for Android devices, but with no great success. So far I have done following: Successfully configured Debian with openswan implementation of IPSec. I could connect from devices with Android…
user71061
  • 501
  • 2
  • 10
  • 22
2
votes
4 answers

Exchange user is no longer receiving email on Android phone

Mfg/Model: Samsung Droid Charge Android Version: 2.3 Provider: Verizon Error: Failed to connect The user was previously receiving emails just fine on his phone, but since this morning, he hasn't been able to receive anything. I don't believe this…
rb195048
  • 61
  • 1
  • 2
  • 9
2
votes
3 answers

Network monitoring system with mobile app

I'm looking for a monitoring system (that runs on linux) and can monitor the most used operational systems and has an application for android to show the status of the servers. Anyone knows a software that does that?
Renan
  • 356
  • 1
  • 9
2
votes
3 answers

VNC connection to EC2 instance without installing a VNC server

I was wondering if it was possible to connect to an Amazon ec2 instance via VNC, but instead of installing a VNC server in the target machine, somehow connect it to the hypervisor's graphics output and mouse/keyboard input. This would be handy for a…
Matt Lyons-Wood
  • 133
  • 1
  • 6
2
votes
2 answers

Users complaining about inputting PIN on Android, Exchange Server 2007

I have users complaining about having to input a PIN to access their Android phone when they are linked to an Exchange Server account. I understand this is a security feature built into MS Exchange. Would you recommend disabling it? How do I disable…
HK1
  • 268
  • 3
  • 14
2
votes
2 answers

What is the best Android phone for remote ssh administration/scripting?

I've got a Moto Droid that I use with connectbot for remote admin on Linux webservers. However, I'm wondering if there are any Android phones out there with better hard keyboards for use with ConnectBot. I basically want/need easy access to the…
sea6ear
  • 21
  • 3
2
votes
2 answers

How to get cpu hardware id on Android systems?

I need get CPU voltage and temperature from /sys/class/hwmon but need find the CPU ID to find the correct directory, by example: $ ll /sys/class/hwmon/hwmon2/device lrwxrwxrwx 1 root root 0 sep 3 13:05 /sys/class/hwmon/hwmon2/device ->…
e-info128
  • 163
  • 1
  • 9
2
votes
2 answers

Mikrotik Wifi on Android keep on disconnecting

My company recently purchased a few Mikrotik hAP Mini. These units are used for Site to Site VPN. The first unit I setup manually worked flawlessly. I then exported the configuration to the second, third and fourth units. On these 3 units, when my…
willwill
  • 141
  • 1
  • 4
2
votes
1 answer

USB networking setup between Android and embedded Linux

I'm working on a project right now where we have an embedded Linux system running some sensor/motor control functionality, and we're creating a GUI application to allow the user to control the system. In the future we may run both applications on a…
rdowell
  • 121
  • 3
2
votes
0 answers

Fortigate and RADIUS Wifi authentication for domain and non-domain devices

We're setting up RADIUS authentication for wireless network connections through a Windows Server 2012 R2 (NPS). We have to allow both domain computers (registered in Active directory) and non-domain devices, typically Android smartphones. Following…
wiltomap
  • 75
  • 10
1
vote
0 answers

Failing to connect to Softether VPN with OpenVPN for Android while Softether VPN client can connect successfully

I've recently setup VPN server for my self using Amazon Lightsail using SoftEther. The system I'm using is Centos 7. I'm not using firewalld, but I'm using iptables instead. Everything was running smoothly on my desktop while I tried to connect it…
Junta
  • 11
  • 2
1
vote
0 answers

PHP cURL on AWS starts returning error 0 after long uptime

We're using Ubuntu 16.04 on AWS (4.4.0-1066-aws x86_64) to send pushes to Android and iOS clients from PHP application using curl. This is the bit of code used to send a push to Firebase: $ch[$i] = curl_init(); curl_setopt($ch[$i], CURLOPT_URL,…
roundowl
  • 11
  • 2
1
vote
0 answers

how to redirect android traffic to proxy

I know that Android does not support automatic detection pac files, and I also know that port 443 can not be redirected. So, This is what I have: For example, asssuming the squid-cache proxy port is 3128 (eth1 local, eth0 internet), the following…
acgbox
  • 376
  • 1
  • 5
  • 21
1
vote
0 answers

SSH to a non default port times out over Android hotspot connection

I'm trying to connect to a remote Ubuntu machine using ssh protocol. My local OS is Ubuntu 16.04 and the remote OS is 18.04. My local machine is connected to my Android 5 over shared hotspot connection. On the server machine, the default ssh…
1
vote
2 answers

Is there a way to find what processes are in nice CPU top list?

I have a top output that shows a high amount in nic CPU percentage. Is there a way to see what those processes are? And is it possible to do it from top?
user55570
  • 458
  • 6
  • 18