Windows Environment Variables

About Environment Variables Environment variables are specially named aliases for basic system properties. Here is the Microsoft definition: Environment variables are strings that contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment […]

ADB WI-FI

Architecture of ADB Wifi ADB has always had the capability to communicate with a device over TCP. However the process involved is convoluted and results in an insecure channel. The steps are as follows.

WELCOME 2 TERMUX

    The Linux Experience on Mobile Devices Introduction In today’s world, mobile devices have evolved from mere communication tools into powerful computing platforms. A key player in this transformation is Termux, an application for Android devices that offers a comprehensive terminal emulator and […]

Special commands to sqlite3 (dot-commands)

Special commands to sqlite3 (dot-commands) Most of the time, sqlite3 just reads lines of input and passes them on to the SQLite library for execution. But input lines that begin with a dot (“.”) are intercepted and interpreted by the sqlite3 program itself. These […]

Android Permissions – Protection Levels

Android Permissions – Protection Levels Android applications declare the permissions they are likely to require in their manifest (a short file that describes the contents of the ‘package’). This allows the system to sandbox them from critical resources and gives the user some indication […]

ADB(1) MAN PAGE

ADB(1) MAN PAGE ADB(1) MAN PAGE VERSION 1.0.41 NAME adb CLI Client for ADB (Android Debug Bridge) Server. SYNOPSIS adb [GLOBAL_OPTIONS] command [COMMAND_OPTIONS] DESCRIPTION Connects to the ADB Server via its smart socket interface. Allows sending requests, receives responses and manages lifecycle of the […]

AIK FOR WINDOWS 7

Automated Installation Kit (AIK) for Windows 7 32bit ! NOTE To install the Windows AIK, you must first download the ISO, Write the ISO file to a DVD using a third party tool, and then install the Windows AIK from the DVD.

SAMSUNG BROWSER

Some browser hidden options: internet://debug/ List of Internet URLs internet://attribution-internals internet://autofill-internals internet://bluetooth-internals internet://credits internet://dns internet://flags internet://gpu internet://interstitials internet://media-internals internet://net-export internet://net-internals internet://newtab internet://newtabcontent internet://parental-control internet://password-manager-internals internet://serviceworker-internals internet://tracking internet://version internet://webapks

TAKE OWNERSHIP IN WINDOWS

Take ownership of file or folder on Windows 7 Take ownership of file or folder In windows, some of the system files are protected by OS and can’t be accessed by users with even administrator privileges. CSC cache stored in C:\Windows\CSC is one such […]