Search code examples
androidadbandroid-sdcard

How to store all the android applications to the SD Card by default


I am trying out this adb shell procedure to store all my android apps to the SD Card on my new samsung galaxy tab 4.i have tried the following shell command on my laptop while staying connected with my tab via usb cable and it showed me an error.i am attaching the screenshot here.it keeps on saying "Device Unauthorized".how can i resolve this?

error


Solution

  • Your device is unauthorized. This means that you either have USB debugging off, or the adb server has messed up.

    If you have the USB debugging on, try to revoke the USB debugging and restart the adb server, as suggested in

    https://stackoverflow.com/a/25546300/3970830

    After connecting the device, you have to accept the connection in the dialog on the device screen.