Question ADB ??? - Vivo X70 Pro+

How to install and use ADB on windows 11 to remove the chinese programs from X70 pro+

Ghost_in_love said:
How to install and use ADB on windows 11 to remove the chinese programs from X70 pro+
Click to expand...
Click to collapse
Install one by one after install go to your Adb installed directory and use the commands.

Related

Moto G6 - ADB Drivers

Hallo together.
Which adb driver should I install on my Windows 7 Laptop?
I want to grant permission to naptime via adb.
If there are different drivers, I would prefer a minimalistic one...
Thanks in advance.
This should help you. https://support.motorola.com/us/en/drivers

How do I get adb root??

hello,
I want to install a dialer.apk which has no proximity sensor feature, so I follow this guide
https://forum.xda-developers.com/showpost.php?p=75425348&postcount=71
and since I have adb on windows 8.1, I use this guide
https://forum.xda-developers.com/showpost.php?p=70850740&postcount=15
ie
Code:
adb root
adb remount
adb push Dialer.apk /system/priv-app/Dialer/Dialer.apk
My phone is a xiaomi redmi 3 pro SE running resurection remix 7.1 with magisk v16.2
On windows, my device is detected under ''adb devices'' and the usb debogging is activated on the phone, but when I type ''adb root'' the windows shell shows a blank line, then the input of the usual windows shell.
C:\windows\system32>adb root
C:\windows\system32>
Click to expand...
Click to collapse
I tried ''adb shell'' then ''su'' and the magisk asks for the access as root but the command ''remount'' is not ''known'' by adb shell....
SO how do I run ''adb root'' with magisk ?

P30 Pro Debloat via ADB

Anyone remove stock apps via adb?
I was able to on my P20 Pro but get device not found on my P30 Pro.
I've had no problems debloating my p30 pro via adb
iceze said:
Anyone remove stock apps via adb?
I was able to on my P20 Pro but get device not found on my P30 Pro.
Click to expand...
Click to collapse
Toggle "Select USB Configuration" in Developer Options between Charge Only, PTP and MTP.. Maybe a couple of times. ADB will not connect in charge only mode by default...
I can connect via adb fine, but whenever I try to uninstall anything, I get a "Missing existing base package for null" error:
Code:
$ pm uninstall -k ‑‑user 0 com.huawei.gameassistant
Failure [INSTALL_FAILED_INVALID_APK: Missing existing base package for null]
EDIT: solved by omitting --user 0 and/or -k. For some packages, that worked.
Can someone direct me to a list of unwanted packages and the instructional commands for the p30 pro please
mixdupkid2002 said:
Can someone direct me to a list of unwanted packages and the instructional commands for the p30 pro please
Click to expand...
Click to collapse
Hi, you can check this thread and this one for more info about bloatware and ADB comands.
Cheers,
SilviuO

Question Looking for Redmi 9T ADB interface driver

I have already downloaded two versions for Win7, but both are not recognized by the Device Manager for installation/updating...
PLease where do I find the correct driver?
Thank You
tdv

Debloat queries?

I need to debloat my newly purchased Redmi Note 11 Pro+.
Care to assist regarding requirements:
1. Windows 64bit ONLY........CORRECT?
2. ADB drivers.
3. https://github.com/Szaki/XiaomiADBFastbootTools Szaki Xiaomi ADB fast tools.
4. Do I require this..... https://adoptium.net/?variant=openjdk14 looks its for 32 bit?
5. Phone in developer mode.....android debug enabled.
In which order should I install?
Hoping to hear from you experts.
Thanks.
You can debloat any device with adb for this you need a computer and your device with usb debugging enabled. First install package name viewer from play store and select your app which you want to delete. You will get a com.this.type string you have to remember it. Now you have to open your computer and write these commands
adb devices(Allow any requests on your device (
adb shell
pm uninstall -k --user 0 com.your.package
You have uninstalled the system bloat!

Categories

Resources