Recently, I'm interest in the android rom, I want to change and rebuild them.
So, I did some test on my XOOM, it's very easy to flash something into the machine.
I got some ROM from MOTOROLA (http://developer.motorola.…
I just wants to know the difference between fastboot and recovery modes in android device.
So far my understanding I thought that
Recovery mode : contains a small Linux image, having some simple User interface with few recovery options.
fastboot mode : …
I am trying to create an application that will have a service running in the background that will be capable of injecting touch screen events into whatever activity is running. I am able to inject events into an Activity that …