I'm using the guide that usually make use of command lines:
adb shell
sm list-disks
disk:179,0
sm set-force-adoptable true
sm partition disk:179,0 private
sm set-force-adoptable false
There is no error message but the SD card is not adoptable as internal memory at the end of the process.
Any...