Several apps on android market is utilizing some kind of binary and root to call android system methods which normally require permissions only granted to system apps (/system/app).
I am wondering if it is possible to call java methods with C++ binaries using JNI. Does anyone know how the apps are doing this? An example is the launcher Apex launcher, which uses root to allow users to add widgets with the new widgets screen on ICS.
Any ideas/help would be much appreciated