honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
812 stars 234 forks source link

Commands only available on emulator #14

Closed hugo-glez closed 4 years ago

hugo-glez commented 8 years ago

There are some commands via Telnet only available on emulator, how can we do something related on a real device ?

yuanchun-li commented 8 years ago

Yes, I am planing to replace the Telnet interface with an app installed on emulator/device. Android provides APIs for mocking GPS location and phone-call, which are currently implemented using Telnet.