Android

How to Extract an APK from your Android smartphone

Kanade is an open-source Android application designed primarily for extracting APK files from installed apps on your device. It offers a user-friendly interface and is completely free of ads and tracking, making it a great tool for users who want to manage their applications efficiently. How Does Kanade Work? Kanade allows users to quickly extract…

Android

GrapheneOS an Android OS based distribution

History of GrapheneOS GrapheneOS, founded by Daniel Micay in late 2014, began as a solo project focused on enhancing privacy and security in Android. Initially, it involved porting OpenBSD malloc and PaX kernel patches, leading to significant low-level improvements and contributions to AOSP. In late 2015, a company was incorporated to sponsor the project, initially…

Android

Android Log Injection

About Log Injection Logging in Android is a way to record messages and events that occur during the execution of an application, which can help developers debug and monitor their apps. Developers typically use the Logcat tool to view these logs, which can include information about app performance, errors, and system events. Log injection process…