I have a view containing 4 buttons:
- Home
- Lock
- Volume up
- Volume down
all I'm trying to make is that when you press one of these buttons, my app should do some communication with the device to simulate one of these buttons.
Example: If I click the home button exists within my app
, is the same as I press home button
in device.
This kind of thing is possible? jailbreak is necessary for this?