Customers

you can see some of alephgsm good customers list here that we cooperate with them about source codes, solutions (some private)

Solutions and source Code

Huawei Retail DEMO Remove in adb mode

How to Remove Demo mode in huawei devices ?

  • in this case you can remove huawei demo and convert to Global mode!
  • enable usb debuging
  • download adb client
  • For this operation , we need to uninstall some service
  • Run this command with adb
adb shell
pm uninstall -k --user 0 com.huawei.retaildemo
pm uninstall -k --user 0 com.huawei.retail.assistant
pm uninstall -k --user 0 com.booking
pm uninstall -k --user 0 com.huawei.experience.ec
pm uninstall -k --user 0 com.android.managedprovisioning
pm uninstall -k --user 0 com.gamious.briquidmini
pm uninstall -k --user 0 com.gamious.lines
pm uninstall -k --user 0 com.microfun.munchkin.test
pm uninstall -k --user 0 com.vectorunit.silver.demo
pm uninstall -k --user 0 com.neuralprisma.huawei.retail

reboot device

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button