Jump to content

how to run this script?


Recommended Posts

Guest jullejul
Posted

hello i want to run this scriot so

set pm InstallLocation to 1

and move the apps seperate to SD

adb shell pm setInstallLocation 0

adb shell pm setInstallLocation 1

adb shell pm setInstallLocation 2

0 = auto

1 = internal

2 = external

but how? and where? beacuse if i start up the phone in recovery i can't write anything in the cmd windows

Guest StuMcBill
Posted
hello i want to run this scriot so

set pm InstallLocation to 1

and move the apps seperate to SD

adb shell pm setInstallLocation 0

adb shell pm setInstallLocation 1

adb shell pm setInstallLocation 2

0 = auto

1 = internal

2 = external

but how? and where? beacuse if i start up the phone in recovery i can't write anything in the cmd windows

I *think* you just install a terminal emulator and run it from there?

Guest afiorillo
Posted

Generally speaking (well... :( ) commands starting with "adb......" are supposed to be run from a computer' command prompt / console with the deviced attached via USB.

As an option, you can install a terminal emulator and run these commands from within the app, directly on the device: in that case, the "adb shell" part must be obviously omitted and, eventually, you have to issue a "su" command as the first one.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.