Find the package name using pm list packages and disable it:
pm disable-user --user 0 com.facebook.katana
To re-enable: pm enable com.facebook.katana
In the world of Android customization, few tools offer as much power and convenience as LADB (Local ADB). Unlike traditional ADB (Android Debug Bridge) which requires a PC, LADB runs directly on your Android device. Version 1.3.1 remains one of the most sought-after releases due to its stability and compatibility. This article provides a comprehensive guide to downloading, installing, and using LADB 1.3.1 safely. download ladb 1.3.1
Some users of newer LADB versions have reported a “pairing loop” bug on certain OEM skins (like Xiaomi’s MIUI or Samsung’s One UI). Version 1.3.1 is renowned for its rock-solid pairing process using the classic port localhost: 5555 method. If you’ve been frustrated with connection drops, rolling back to 1.3.1 often solves the problem.
Linux (source tarball)
Linux (Deb/RPM)
macOS (Homebrew or tarball)
Windows (installer or zip)
Yes. LADB has always been free for core functionality. The newer versions introduced a paid tier for cloud backups, but 1.3.1 is completely free, no in-app purchases. Find the package name using pm list packages
Once you have the APK file, here is how to set it up on a non-rooted Android device (minimum Android 8.0 required for this version).