> 2. Because of #1 we need to "lock" device somehow so there is no other > software that uses network.
If you mean 3rd party software you could a) tell your employees that using other apps on the device is simply not allowed. b) make your app check list of installed apps and check if there's anything additional check if it uses networking permission. c) root the phone and setup i.e. iptables so only access to your server is allowed. > for? I found already created app - firewall and it says phone has to > be rooted for that. Because w/o root privileges firewall app would not be able to play with certain system files/features to perform its task. > 3. Receiving trip information. What's the best way to accomplish that > given my situation? Should I run some kind of listener? Will my phone > have IP address or something? Most devices in network have to have IP address to make use of it. So is mobile phones. I however would rather check if using 'polling' is not a better solution as 'pushing' (to device) may be problematic due to carrier setup. > Or should I get small text plan and use that for this specific functionality? > Can I receive text message in my Yes you can recive incoming text messages in your app -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

