Hi everyone
I'm trying to write a program which can capture screen and inject touch and keyboard events. Is there exist some way to do it without root privileges?
I've tried to use /dev/graphics/fb0 device to capture screen, but it requires root.
Can anybody give me some advice?
Thanks
Related
Hello everyone!
I am creating an application which needs access to root privileges in order to be able to modify Call Manager given in the Android OS framework.
While I have been able to create an sample application with the help of a platform signature, but this solution is ROM-specific and we really need a way to develop an application which works on multiple platforms.
Any ideas/pointers would be deeply appreciated.
Thanks,
Vincent
Hi all,
I am still looking for an answer, but in the meanwhile I found that sharedUserId uses platform signature for accessing internal/hidden classes.
This is exactly what we have been doing and would like to know if we can have an alternate way to access and modify internal classes without using platform signature.
Thanks
Dear All,
My application requires to to send an ARP(Adress Resolution protocol ) request from the Android application layer.
As ARP is based on RAW Sockets,with the initial investigation, It is shown that RAW sockets are not accessible from Java or through any android API's.
I also tried to send a request via a native language, but this requires super user permission. Rooting a phone to run this is not a feasible option as this is just an application development.
Please let us know if there any way to send an ARP request from Android application without rooting a phone.
Thanks in Advance,
I am facing also same problem. Do you got answer?
Most likely not as this is protected info.
Hi,
is it possible to somehow add/change a route on android without rooting the phone?
I know that once rooted I can do "ip route add ......" and that would work. But I'd like to achieve that without rooting the phone.
I'd like to define various routes for various subnets from our LANs when connected over WiFi
Thanks for a reply
dubak
Hi There,
I have been trying to remove my airmouse mouse pointer function on my Android Box for ages (just want to use the cursor buttons on XBMC)... Seems a bit impossible. However I have learnt that it is possible to reduce the hide time by editing the PointerController.cpp.
Unfortunately I cannot locate the file. I have root access to the machine (Android 4.4) but simply cannot trace it. Can anybody help ?
hi,
i make a apk for a robot but i need it turning in background,and launch the user application and expose the api??
THKS