A
Android Central Question
I recently learned that samsung, for whatever money-related reason, has adoptive storage disabled on their phones. So I'm trying to use ADB to set my SD card as internal, but no matter what I do, it doesn't work.
I am using a verizon samsung J7 phone with 16 GB
My SD card is 64 GB
I am running android version 8.1.0, and samsung experience 9.5.
The commands I am running is as follows
cd C:\adb
adb devices
adb shell
sm list-disks
sm force-set-adoptable true
sm partition disk:[###,## (the numbers change every time)] private
sm force-set-adoptable false
sm list-volumes all
And it still shows as "public"
Ive tried everything, from restarting my phone afterwords to unmounting it. Nothing works. Any help would be greatly appreciated as 16 GB just isnt cutting it for me.
I am using a verizon samsung J7 phone with 16 GB
My SD card is 64 GB
I am running android version 8.1.0, and samsung experience 9.5.
The commands I am running is as follows
cd C:\adb
adb devices
adb shell
sm list-disks
sm force-set-adoptable true
sm partition disk:[###,## (the numbers change every time)] private
sm force-set-adoptable false
sm list-volumes all
And it still shows as "public"
Ive tried everything, from restarting my phone afterwords to unmounting it. Nothing works. Any help would be greatly appreciated as 16 GB just isnt cutting it for me.