Ciao, anche io quando aveva aggiornato il mio OP3T con 3ITA, usa questa guida in inglese, Because when I use the minimal Adb & Fastboot, I need first to install correctly the OP3T drivers, in Oreo version, to find it in computer, and the correct Adb interface driver, to download in
http://adbdriver.com/downloads/, when I installed the Adb drivers, the program said me, 3 steps to do for recognize the driver correctly, try to install it, then the program explain the steps, 1st to reboot the computer, 2nd enter to advance option, 3th the screen has a 10 or 12 lines with the option that to be disable temporary, one of them is the windows force the certification of drivers, in this screen, press F7, to disable this option, now reboot. In this condition is possible to find correctly my phone, use the Adb program and the commands that I use, work well, and finished to erase this big bug data connection, then use these commands
-install minimal Adb & Fastboot
- conect phone with USB debugging on
- start Minimal ADB and Fastboot and run the following commands
- adb devices (make sure you device shows up)
- adb shell
- pm list packages | grep android
- pm uninstall -k --user 0 'com.android.carrierdefaultapp' (run as simple)
Now you solve your data mobile problem, good luck
Click to expand...