Remove Samsung Account from Galaxy Devices
It worked on Galaxy S9.
Disclaimer: if you have any data on the device its always recommended to do a backup before you do anything.
First of all, this doesn't work if:
- your device is locked with a Password/PIN/Biometrics and you're locked out.
- You're in the first setup and you can't access the system.
- You don't have a PC
If not, just follow these steps:
- Enable developer options (Settings -> About Phone/tablet -> Software information -> keep tapping on "Build number" until the messege says "you are now a developer")
- go to developer options and enable USB Debugging.
- Grab your PC and download SDK Platform Tools.
- extract the zip file, go to the folder where you extracted it and press shift, right click and click on "open powershell window here"
- connect your device to the PC via USB cable.
- type ./adb devices and press enter, your device should be listed.
- type ./adb shell and press enter and tap on "allow" on the prompt on your device.
- type pm uninstall -k --user 0 com.osp.app.signin and press enter
- Now the samsung account is removed from your device
- type pm install-existing com.osp.app.signin and press enter
- disconnect your device from the PC.
And now you will see that the samsung account has been succesfully reset and you can add your account.
Reference:
Go back to Top: Doctor's Web Page
20260411