Categories
Android

Using an Existing SQLite Database with an Android Project

This article highlights how to use an Existing SQLite database with an Android Project. Prerequisites A sqlite3 database is required as it is the only db that android supports (probably because it is a single simple file). Converting between databases can be tricky sometimes. In this case I needed to convert a MSSQL database to […]

Categories
Android

Root and Backup your Android Device on Ubuntu

How to Backup your Android Device on Linux Prerequisites: Android SDK Installed ADB is accessible in path USB cable connected to device adb backup [-f ] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [] – write an archive of the device’s data to . If no -f option is supplied then the data is written to “backup.ab” […]