

If you can still boot your phone up, but you want to reinstall a package, use:Īdb shell cmd package install-existing Copy files or directoriesĪdb pull remote local adb push local remote Install apk from the computerĪdb install program. If you encounter a bootloop, you have to reset your device in the recovery menu.Īdb shell pm uninstall -k -user 0 Reinstall uninstalled system packages

Warning: This can cause a bootloop if you uninstall an important system package.Ĭheck on the internet, whether the removal of the package is safe. Filter packagesĪdb shell pm list packages Remove user installed packagesĪdb shell pm uninstall Remove system packages for current user
Use the exit command to quit out of the shell. Plug in a USB cable to a supported port on your device Run adb devices from the Android SDK platform tools on your host machine to see your Chromebook listed. Go to the link I provided and download android-sdkr24.1.2-linux.tgz Organic Marble at 18:53 well, It works but I do not need that app, All I need is using 'adb sideloadYou can use the pm package manager as well. Use adb shell to enter device shell, where you can issue basic Unix and Linux commands. If you get an error, no permissions (user in plugdev group are your udev rules wrong?), install the android-udev package and reboot.You should see your device id, and device next to it. Authorize access on a pop-up on your device.Add yourself to the plugdev group sudo groupadd plugdev Getting ADB (Android Debug Bridge) working on linux can be a bit harder than on other operating systems.
