- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 01:51 PM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 02:42 PM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 02:44 PM (Last edited 03-20-2020 02:47 PM ) in
Galaxy Aadb shell pm list packages -3 -i package:" Package " installer=com.android.vending
after this the app will get installed with App and Data in SD memory
present package name for whatsapp is com.whatsapp
refer to adb command to find package names
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 02:48 PM (Last edited 03-20-2020 03:00 PM ) in
Galaxy Ano need to root
reference is adb shell pm command
prior to that run commamd
adb shell pm set-install-location 2 ( 2 means SD location adb meaning STORE APP INTO EXTERNAL MEMORY , to revert it back remove the 2 and execute the command )
this above command will force android to install apps into SD card
To trasnfer already installed apps to SD card you need to read more about adb shell pm command

- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 02:50 PM in
Galaxy A- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 02:58 PM in
Galaxy AGo To Settings>Device Care>Storage>Storage Booster>Move Content To SD Card And Select Whatsapp.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 03:00 PM (Last edited 03-20-2020 03:08 PM ) in
Galaxy Acommand is
adb shell pm list packages -3 -i package:"package name " installer=com.android.vending
for whatsapp package name is com.whatsapp
adb shell pm set-install-location 0 means default as app manifest defined
adb shell pm set-install-location 1 means internal memory
adb shell pm set-install-location 2 means external storage
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 03:05 PM in
Galaxy AAlso A Normal Person Will Not Run An ADB Command, When 90% Can Be Achieved With Simple Change In Settings.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 03:09 PM (Last edited 03-20-2020 03:12 PM ) in
Galaxy Aand running adb is as simple as installing app from store. what you said will not move anything from phone memory to SD as Manifest of whatsapp never work such way , it will first detect the system global environment and if the install path remains as 0 than data and app will be there in phone storage
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2020 04:13 PM (Last edited 03-20-2020 04:15 PM ) in
Galaxy A