Instant Android Systems Development How-to
Instant Android Systems Development How-to
Analyzing the source structure (Must know)
System booting sequence (Must know)
Creating a basic interface file (Must know)
Creating a system service skeleton (Must know)
Adding a custom service to the SystemServer process (Must know)
Testing the PacktCrypto service (Must know)
Analyzing Android system partitions (Must know)
Compiling for a specific device (Must know)
Flashing with Fastboot (Must know)
Building a system image with your custom server for Nexus S (Should know)
Creating the class library (Must know)
Building an Android application against the custom SDK (Should know)
Testing the class library (Should know)
Writing the platform library source code (Must know)
Creating the platform client (Should know)
Writing the native method and registration with the JNI Onload event (Should know)
Writing the Java driver (Should know)
Analyzing the ActivityManagerService class (Should know)
Adding a custom method to the Activity Manager service (Should know)
Adding custom permissions to the framework (Must know)
Using the custom method (Should know)
Analyzing the PackageManagerService class (Should know)
Analyzing the Internet infrastructure (Should know)
Learning the functions of various system applications (Must know)
Modifying the search widget application (Should know)
Using the CCACHE (Should know)