Tag Archives: Adb

Project Treble – Android Version Fragmentation Solved

By | August 18, 2018

Solved Yes, a longtime problem with Android has been solved. Yes, version fragmentation problem. Version fragmentation is often Android from different manufacturers had been stuck on different versions which makes it difficult for developers to support all variety of devices. Hopefully the problem is going to be solved. From Google’s perspective, an OS rollout is actually a three-stage… Read More »

How to uninstall apk through command line in android?

By | January 28, 2012

Hello all… You may already know how to uninstall an android apk through interface in android emulator or device. But there is another way to remove the apk. It is through command line. here is how you do it. First navigate to android tools directory from your command line. Here I have installed android in the “G:SoftwaresANDRIOD” directory.… Read More »

Working with SQLite databases through command Line in android.

By | January 23, 2012

Hello all, In todays tutorial I will show you how to work with sqlite databases in android through command line. Advantages 1. You can browse any number of databases. 2. You can write any queries and execute. First go through these tutorials to get a glance of how to work with sqlite databases in android. 1. http://coderzheaven.com/2011/04/sqlitemanager-plugin-for-eclipse/ 2.… Read More »