12-26-2020 12:22 AM
01-19-2021 09:23 AM
albertkesFor a newbie, I tried to do it as per your in instructions but the last part of the command I keep getting an error.Sound improvement on Android 10, WW-17.2018.2012.434 firmware
Option for Windows 10:
1. Install Minimal ADB and Fastboot. (I installed adb-setup-v1.5.2).
2. Go to: Settings - About phone - Find the build number and tap on it several times until you see: "now you are a developer."
3. We go: System -For developers - USB debugging - Turn on.
4. We connect the phone to the computer (without turning off the phone), a message will appear like: enable USB debugging - allow. Android Composite ADB Interface will appear in Device Manager.
5. Run PowerShell as administrator and enter the commands:
adb devices
adb shell pm list packages
adb shell pm disable-user --user 0 dk.icepower.icesound or, if you want to completely remove: adb shell pm uninstall -k --user 0 dk.icepower.icesound
6. After restarting the device and check the sound.
I managed to fix the sound.
Sound improvement on Android 10, WW-17.2018.2012.434 firmware
01-19-2021 10:17 AM
01-20-2021 12:39 AM
intys24Spaces in between matter in commands for parameters.For a newbie, I tried to do it as per your in instructions but the last part of the command I keep getting an error.
(Unknown command: disable-user --user) I'm new at this, sorry for the inconvenience what am I doing wrong? The first two commands I got But (adb shell pm disable-user --user 0 dk.icepower.icesound) keeps coming up as an error.
View post
01-20-2021 05:33 PM
intys24Your using PPowerShel, so command is different with command prompt.For a newbie, I tried to do it as per your in instructions but the last part of the command I keep getting an error.
(Unknown command: disable-user --user) I'm new at this, sorry for the inconvenience what am I doing wrong? The first two commands I got But (adb shell pm disable-user --user 0 dk.icepower.icesound) keeps coming up as an error.
View post
01-20-2021 11:35 PM