Results 1 to 4 of 4
- 01-25-2017, 09:04 PM #1
Member
- Join Date
- Jan 2017
- Posts
- 3
- Rep Power
- 0
Java code to record and play back Samsung Galaxy S6 actions
I have a question about how, on a Samsumg Galaxy S6 cell phone, I can record to a file a users actions in performing ANY task, and then later use that file to have the phone execute those actions to perform the task.
So I'm looking to find a way to find code that can save to a file the input actions (swipes, button presses, etc.) that another person does on their cell phone. I would later want to play back from the file those saved input actions on another cell phone so that it can then perform the task.
For instance, if the task is to turn on wifi, then the user would make the following input actions: (1) Press the Menu button, (2) Press Settings, (3) Press Connections tab, (4) Slide Wifi switch to on, (5) Press Wifi button.
Then code related to these actions would be saved to a file.
If wifi is turned off and then the code from that file could be executed on the phone then it would turn on wifi.
I'm not looking for code that just turns on wifi but that instead can allow ANY user task to be recorded and replayed.
Does anyone know any existing utility software that can do this or would it require a custom programming job ?
I'm not a programmer and do not know Javascript.
Thanks !
- 01-25-2017, 10:06 PM #2
Re: Java code to record and play back Samsung Galaxy S6 actions
Moved out of programming section.
If you don't understand my response, don't ignore it, ask a question.
- 01-25-2017, 11:03 PM #3
Member
- Join Date
- Jan 2017
- Posts
- 3
- Rep Power
- 0
- 01-27-2017, 08:41 PM #4
Member
- Join Date
- Jan 2017
- Posts
- 3
- Rep Power
- 0
Bookmarks