Navigation Gestures Help! Permissions - HTC U11+ Questions & Answers

Does anyone use the XDA Navigation Gestures app on any HTC? In my u11 + does not receive the permissions via adb for nothing always the error when requesting the permissions and gets the 2 bars together.

Works fine for me in portrait mode (won't fully hide the navbar in landscape).

wdupe said:
Works fine for me in portrait mode (won't fully hide the navbar in landscape).
Click to expand...
Click to collapse
As you have done to give the permissions via adb, because in the mobile phone only failed or the error.

Working perfectly! ++Tutorial
Mine is working perfectly!
Here is what I have done.
-----------------------------------------------------------------------------------------------------------------------------------------------------
1) Install Navigation Gesture from Play Store
2) Connect phone to PC
3) Grant Accessibility
4) Enable Developer options
5) Enable USB Debugging
6) Open CMD on PC
7) Type in this command line
adb devices (checks if device is connected properly)
8) Type in this command next
adb shell pm grant com.xda.nobar android.permission.WRITE_SECURE_SETTINGS
9) Open Navigation Gesures app
10) Enable "Gestures Enabled" and "Hide Navigation Bar"
-----------------------------------------------------------------------------------------------------------------------------------------------------
***NOTE***
Download ADB zip files(Google/Youtube Tutorial).
Create folder on Dekstop name it "ADB" and extract ADB zip files to it.
While on CMD type in
cd Desktop
cd ADB
cd platform-tools
Should look like
C:\Users\.........\Desktop\ADB\platform-tools>
proceed with step 7
-----------------------------------------------------------------------------------------------------------------------------------------------------
Please let me know if it worked! @wdupe

Hi guys
I've got it installed and disabled navbar but how do I get back as I can't go back or home?

Related

How to enable USB debuggin with broken touchscreen?

Hi
I have a old nexus with broken touchscreen . I want to use it via mirror on pc.
unfortunatly USB debuggin wasn't enable so i can't install any app.
any tips?
thanks
PS: i saw many use usb adapter to connect a mouse but i don't have it
EDIT: right now i just need a rom/kernel with USB debugging mode enabled by default
the screen still works , only the touch screen is broken
power , and volume bottons still work
the device is rooted
If it's only installing apps you could install them via recovery. (as zip)
Or you could check for a cheap replacement touchscreen.
nonameleft4me said:
If it's only installing apps you could install them via recovery. (as zip)
Or you could check for a cheap replacement touchscreen.
Click to expand...
Click to collapse
thanks for the answer!
sorry i forgot to mention that i need USB debuggin for make the app works correctly.
I'm trying now to find out what rom i have installed and maybe then find a kernel with OTG support . (yes i found a otg cable )
i'm not a expert of rooting
I think google has an app called voice control. Not sure how operational it is though. Supposedly you can control the entire system via voice.
nonameleft4me said:
I think google has an app called voice control. Not sure how operational it is though. Supposedly you can control the entire system via voice.
Click to expand...
Click to collapse
i need to unlock the phone and tap on the widget "search" to start voice command .
I think the best way is to find a way to enable OTG and then use a usb mouse
Boot into Recovery and mount*Data*partition.
Open a shell on PC and type:
adb pull /data/property/persist.sys.usb.config ~/
Repace*~/*with home directory of your OS.
Open that file in a text editor and you would possibly see*mtp*written there. Change it to*mtp,adb.
Note that sometimes Android doesn't understand the text file changes if the line terminator is "DOS Terminators" which Notepad would probably do on Windows (mine is Linux so no issue here).
In that case, I would suggest not using*adb pullbut doing:
adb shell echo 'mtp,adb' > /data/property/persist.sys.usb.config
You may verify that the*echo*command overwrote the file by using:
adb pull /data/property/persist.sys.usb.config ~/
and seeing the file's content in some text editor.
Unmount*Data*and reboot into Android OS. USB Debugging would probably be enabled.
Sent from my Aqua Trend using Tapatalk
Itzabhaysingj said:
Boot into Recovery and mount*Data*partition.
Open a shell on PC and type:
adb pull /data/property/persist.sys.usb.config ~/
Repace*~/*with home directory of your OS.
Open that file in a text editor and you would possibly see*mtp*written there. Change it to*mtp,adb.
Note that sometimes Android doesn't understand the text file changes if the line terminator is "DOS Terminators" which Notepad would probably do on Windows (mine is Linux so no issue here).
In that case, I would suggest not using*adb pullbut doing:
adb shell echo 'mtp,adb' > /data/property/persist.sys.usb.config
You may verify that the*echo*command overwrote the file by using:
adb pull /data/property/persist.sys.usb.config ~/
and seeing the file's content in some text editor.
Unmount*Data*and reboot into Android OS. USB Debugging would probably be enabled.
Sent from my Aqua Trend using Tapatalk
Click to expand...
Click to collapse
thanks!
i tryed
1) i went in recovery mode
2) i connect via usb the nexus4 to my pc
3)went in "mounts and storage"
4)then "mount /data"
5)in cmd i tryed your command "adb pull /data/property/persist.sys.usb.config" but i says i'm unauthorized
i checked via command "adb devices" and it return a alphanumerica string plus "unauthorized"
i tryed then to
Reboot your phone into recovery mode.
Connect it to your computer.
Open the terminal and type:
cd ~/.android
adb push adbkey.pub /data/misc/adb/adb_keys
adb shell reboot
but it still says error : device unauthorizated . please check the confirmation dialog on your device
i tryed also with a different version of adb and now gives me after "adb devices" an "offline" response
NB: if i connect the phone (not in recovery mode) via usb i can copy files in and out (i can explore onlyfew folders) , maybe this could help.
hartman11 said:
i tryed also with a different version of adb and now gives me after "adb devices" an "offline" response
NB: if i connect the phone (not in recovery mode) via usb i can copy files in and out (i can explore onlyfew folders) , maybe this could help.
Click to expand...
Click to collapse
Sorry but this could not help... Now only thing you can do is connect any USB mouse to your phone via otg cable (as it is not costly also), and you can also try USB gamepad. I also have used USB gamepad before when my touchscreen was not working.
Second thing you can do is download any android device manager for your PC like mobogenie or mobilego they directly install any app from play store to you android device, through USB.And I don't think they need USB debugging option to be enabled.
Sent from my Aqua Trend using Tapatalk
my problem is not installing an app (i could do it in recovery mode with a .zip) but enabling the USB debuggin
I have a otg cable but not the "Y" type ( the one with power source ) , also i don't know if OTG is supported by my kernel . I would like to install maybe another kernel which has OTG support and usb debuggin mode enable by default but i don't know what kind of rom i have D:
right now i just need a rom/kernel with USB debugging mode enabled by default
up

How to Change Navigation bar look like s8/pixel [Without root]

[emoji736] You can change your Navigation bar without root[emoji736]
1. You want a pc and installed adb
2. Download custom navigation bar app with link in below
3. Connect your Pc to mobile and enable usb Debugging
4.Open CMD (Command prompt) and enter adb devices to chek your device is connected (you are first time was connected the device to pc in adb yoi will allow the prompt in your Lenovo p2
5.open the app in lenovo p2 check the instruction in the app
6. The app will show you a command to type in CMD , type the command correctly and hit enter
7. After the complete the process in the app menu there will a theme option and change the theme whatever yoi want
[emoji625] Working perfectly in Lenovo P2 and work all android device
Download link
http://cloud.tapatalk.com/s/59bbb6559a25e/Custom Navigation Bar v0.7.4e [Pro].apk
If yo have any doubts check the YouTube Vedio
salmanvts said:
[emoji736] You can change your Navigation bar without root[emoji736]
1. You want a pc and installed adb
2. Download custom navigation bar app with link in below
3. Connect your Pc to mobile and enable usb Debugging
4.Open CMD (Command prompt) and enter adb devices to chek your device is connected (you are first time was connected the device to pc in adb yoi will allow the prompt in your Lenovo p2
5.open the app in lenovo p2 check the instruction in the app
6. The app will show you a command to type in CMD , type the command correctly and hit enter
7. After the complete the process in the app menu there will a theme option and change the theme whatever yoi want
[emoji625] Working perfectly in Lenovo P2 and work all android device
Download link
http://cloud.tapatalk.com/s/59bbb6559a25e/Custom Navigation Bar v0.7.4e [Pro].apk
Click to expand...
Click to collapse
If yo have any doubts check the YouTube Vedio
Is there possibility to hide navigation bar as disabling the navbar in build prop by adding qemu.hw.mainkeys = 1 is not working in Lenovo stock rom. I want to achive meizu like one button navigation using lmt. Need help
Awesome. Awesome. Awesome. It's like a dream come true. I wasn't even looking for this, i did a search for navbar overlay, but this is even better. I love the S8 navbar overlay and auto-hide.
Thank you very much.

[How-To] Get Oreo recents on Pie (No-Root)

[WARNING]:I accept no responsibility, do this at your own risk!
If you don't like the Pie recents like I do and hate Google widget always listening to "OK Google" command even when it's actually off in the settings, here are a few steps to get Oreo recents back on Android Pie:
-[IMPORTANT] First off install a launcher to your liking and set it as default (Nova is my favorite)
-Go to About Phone in settings and tap on your Build Number until you get Developer options available,
-Go to System settings and then developer options, enable "USB debugging",
-Connect your phone to your PC via USB cable and open an ADB command prompt then type this code and hit enter:
Code:
adb shell pm disable-user com.android.launcher3
This will disable the stock launcher (Quickstep - Launcher 3) for the current user, nothing more and you voila you have Oreo styled recents.
You will NOT be able to use Navigation Gestures when you disable the stock launcher, if you want to use split screen mode, hold the app you want to use as split screen in recents screen and drag it above the screen then choose the other app (holding square button doesn't work on Pie).
To revert back simply connect your phone to PC and type this code:
Code:
adb shell pm enable com.android.launcher3
Don't use pm uninstall, otherwise you can't go back without factory resetting the phone!
The solution
https://forum.xda-developers.com/apps/magisk/module-quickswitch-universal-quickstep-t3884797/
Requires root
Mark7Aymn said:
The solution
https://forum.xda-developers.com/apps/magisk/module-quickswitch-universal-quickstep-t3884797/
Requires root
Click to expand...
Click to collapse
EDIT: Found the solution, tested and works fine!

[TOOL][WINDOWS] ADB & Fastboot++ | February 2023

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NFO:
Code:
• Versions: Installer, Portable & ADBKit
• Android Debug Bridge & Fastboot updated to latest v1.0.41 (Version 34.0.0-9570255, February 2023)
Features:
Code:
• Installation Folder chooseable (Installer)
• Desktop & Start Menu Shortcuts (Installer)
• Toolkit
• View Commands, How-To enable Developer Options & USB Debugging
• Add to System Path Environment (Installer)
• Optional Universal ADB Driver Installation (Installer)
Toolkit Features:​
Code:
• Uninstall Bloatware without Root Access (They are just being uninstalled for the current User)
• Re-install uninstalled Apps
• Install Kernel (Reboots automatically to Bootloader, Popup Menu)
• Install Recovery (Reboots automatically to Bootloader, Popup Menu)
• Install APKs (Popup Menu)
• Install APK Bundles/Split APKs (Desktop/ABI Folder - Installer, ABI Folder inside Portable)
• Push Files (Popup Menu)
• Check Firmware Version
• Check Android Version
• Check Kernel Version
• Check Firmware Build Date
• Check Kernel Build Date
• Check Security Patch Date
• Check IMEI
• Check IP Adresses
• Check App Packages
• Check Process Activity (Real Time)
• Take Screenshots (PNG Format)
• Video recoding - 30, 60, 120 & 180 Seconds (Without Device Sound)
• Reboot the Device
• Reboot to Bootloader
• Exit Bootloader to System
• Reboot to Recovery
• Create Bugreport (Saves on Desktop)
• Create Logcat (Saves on Desktop)
• Exit (adb kill-server & close Toolkit)
ADBKit:
Code:
• Pure ADB (Android Debug Bridge)
• Double click on CMD.bat to easily open a Command Prompt
• Only 5.87MB (compressed 2.73MB)
Requirements:
Code:
• Windows OS
• USB Driver for your Device or Universal ADB Driver (Included in the Installer)
• PowerShell for the Toolkit
Enable Developer Options & USB Debugging:​
Code:
1. Install the USB Driver for your Phone or Universal Adb Driver.
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
3. Now enter System > Developer Options and find "USB debugging" and enable it.
4. Plug your Phone into the Computer and change it from "Charge only" to "File Transfer" Mode.
5. On your Computer, browse to the Directory where you extracted the Portable Version or use Tiny ADB & Fastboot++ Shortcut.
6. Launch a Command Prompt with Open CMD.bat or use Tiny ADB & Fastboot++ Shortcut.
7. Once you’re in the Command Prompt, enter the following Command: adb devices
8. System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.).
9. Succesful enabled USB Debugging.
Unable to connect to ADB:​
Code:
1. AMD Bug? - https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/
2. Switch Device from "Charging" to "File Transfer" Mode
3. Install the latest Device Driver or Universal USB Driver
4. Try another USB Cable
5. Use another USB Port (USB 3.0 Port to USB 2.0)
6. Try to execute Fastboot Command without connecting your Phone,
and once it says "waiting for device" plug in your USB Cable
7. Windows: Click "Change advanced power setting" on your chosen Plan and expand "USB Settings". Under "USB Settings" Section, expand "USB selective suspend setting" and change it to "Disabled" for On Battery and Plugged In.
8. Try another PC
Installer:
Code:
1. Download ADB_&_Fastboot++_vXXX.exe
2. Follow the Installers Instructions and select where you would like to install ADB & Fastboot++
3. After the Installation Wizard has completed you can select to start ADB & Fastboot++
4. You should see a Command Window open, now you can use ADB and Fastboot Commands
Portable:
Code:
1. Download ADB_&_Fastboot++_vXXX_Portable.zip
2. Extract the Zip Archive
3. Double click on Open CMD.bat
4. You should see a Command Window open, now you can use ADB and Fastboot Commands
ADBKit:
Code:
1. Download ADBKit_vXXX.zip
2. Extract the Zip Archive
3. Double click on Open CMD.bat
4. You should see a Command Window open, now you can use ADB Commands
————————————————————————————————
Downloads:
• ADB & Fastboot++ - GitHub
• ADBKit - GitHub​
ADB & Fastboot Commands:
----------------------------------------------------------------------------------------------------------------------
ADB Commands:
----------------------------------------------------------------------------------------------------------------------
adb help
Shows ADB Help Documentation.
adb devices
Lists all the Android Devices connected via ADB.
adb reboot
Reboots your Android Device.
adb reboot bootloader
Reboots your Android Device into Fastboot / Bootloader Mode.
adb reboot recovery
Reboots your Android device into Recovery Mode.
adb install
Helps you install an APK File on your Android Device.
adb install filename.apk
Install the APK File.
adb install -r filename.apk
Re-installs or updates an App.
adb install -s filename.apk
Installs the APK File in SD Card (if the App supports).
adb uninstall
Helps you install an App File on your Android Device.
adb uninstall com.facebook.katana
Simply uninstalls the App.
adb uninstall -k com.facebook.katana
Keeps the Data and Cache Folder after the App is uninstalled.
adb logcat
Displays the Log Data onto the Screen.
adb bugreport
Displays the Dumpsys, Dumpstate and Logcat Data on the Screen.
adb jdwp
Lists the JDWP (Java Debug Wire Protocol) Processes on the Device.
adb get-serialno
Shows the adb instance Serial Number String with the Device.
adb get-state
Displays the Device Status.
adb wait-for-device
Used to set a delay before the next Command is issued.
It executes when the Device is online but it can be programmed to wait till another Process is done.
adb start-server
Starts the ADB Server Process.
adb kill-server
Stops the ADB Server Process.
adb sideload <filename.zip>
Used to flash a Zip File in Recovery Mode when the Zip File is available in the Computer.
adb pull </path/filename>
Pulls any File from your Device and saves it on your Computer.
adb push <source-path> <target-path>
Used to push a File into your Android Device.
----------------------------------------------------------------------------------------------------------------------
ADB Shell Commands:
----------------------------------------------------------------------------------------------------------------------
adb shell
Starts the Remote Shell Command Console in the Device.
adb shell pm uninstall -k –user 0 package.name.com
Helps you uninstall a System App from your Android Device.
Replace package.name.com with the actual Package Name.
adb shell dumpsys
Dumps all System Data about your Android Device’s Dardware and Software Configuration
adb shell dumpsys display
Displays all the Hardware and Software Configuration about your Display.
adb shell dumpsys battery
Displays all the Hardware and Software Configuration about your Battery.
adb shell dumpsys batterystats
Displays all the Info about your Battery Statistics.
adb shell wm density
Helps you change the Pixel Density on your Android Device.
adb shell pm list packages
Lists all the Apps installed on your Device as Package Names.
adb shell pm list packages -s
Lists all the System Apps installed on your Device as Package Names.
adb shell pm list packages -3
Lists all the 3rd Party Apps installed on your Device as Package Names.
adb shell pm list packages -d
Lists all the disabled Apps on your Device as Package Names.
adb shell pm list packages -e
Lists all the enabled Apps on your Device as Package Names.
adb shell pm list packages -u
Lists all the uninstalled Apps with installed Pages on your Device as Package Names.
adb shell screencap /sdcard/screenshot.png
Takes a Screenshot of your Device Screen and saves it in SDCARD with the name "screenshot.png".
adb shell screenrecord /sdcard/screenrecord.mp4
Starts recording your Device Screen and saves the Video in SDCARD with the name "screenrecord.mp4".
The default Record Time is 180 Seconds (Maximum). You can press CTRL + C to stop the recording any Time.
adb shell screenrecord –size 1920×1080 /sdcard/screenrecord.mp4
Screen recording with custom Width and Height for the Video.
adb shell screenrecord –time-limit 120 /sdcard/screenrecord.mp4
Screen recording with custom Time Limit for the Video.
Max value is 180.
adb shell screenrecord –bit-rate 4000000 /sdcard/screenrecord.mp4
Screen Recording with custom Bit Rate for the Video.
The Value "4000000" sets the Bitrate to 4Mbmps.
adb shell
<Hit Enter and then execute the following command>
cd /system
Changes the Directory to "/system".
adb shell
<Hit Enter and then execute the following command>
rm -f /sdcard/<filename.zip>
Deletes a File from your Android Device.
adb shell
<Hit Enter and then execute the following command>
crm -d /sdcard/example
Deletes a Folder from your Android Device.
mkdir /sdcard/Android
Creates a new Folder named "Android" under "/sdcard"
cp /sdcard/filename.apk /sdcard/FolderName/
To copy a File.
mv /sdcard/filename.apk /sdcard/FolderName/
To move a File.
mv /sdcard/filename.apk /sdcard/anotherfilename.apk
To rename a File.
adb shell
<Hit Enter and then execute the following command>
netstat
To check the Network Statistics of your Android Device.
adb shell
<Hit Enter and then execute the following command>
ip -f inet addr show wlan0
Displays your Phone’s Wi-Fi IP Address.
adb shell
<Hit Enter and then execute the following command>
top
Displays top CPU Processes running on your Android Device.
adb shell
<Hit Enter and then execute the following command>
getprop ro.build.version.sdk
Used to get the Properties of your Android’s build.prop Configuration.
adb shell
<Hit Enter and then execute the following command>
setprop net.dns1 1.2.3.4
Used to set Values to the Properties present in your Android’s build.prop Configuration.
----------------------------------------------------------------------------------------------------------------------
Fastboot Commands:
----------------------------------------------------------------------------------------------------------------------
fastboot devices
List all the Android Devices that are connected in Fastboot Mode to your Computer.
fastboot oem unlock
Unlocks the Bootloader on your Android Device (if the OEM allows).
fastboot oem lock
Relocks the Bootloader on your Android Device.
fastboot reboot bootloader
Reboots your Device into Fastboot/Bootloader Mode.
fastboot flash
Used to flash Files on your Android Device.
fastboot flash boot filename.img
Flashes boot Image on your Android Device’s Boot Partition.
fastboot flash recovery filename.img
Flashes Recovery Image on your Android Device’s Recovery Partition.
fastboot boot filename.img
Instead of flashing the File, this Command simply boots it (if the file is bootable).
What else can I do with ADB?
Below is a List of XDA Tutorials for various Devices that detail many Applications of ADB Commands in order to modify hidden Settings, customize OEM Features or User Interfaces and much more
How to Uninstall Carrier/OEM Bloatware Without Root Access
How to Increase the Edge Screen Size on Samsung Galaxy Phones Without Root
How to Manually Change the Samsung Galaxy S8, S8+, or Note 8 Navigation Bar Color
How to Force Apps to Fill the Screen on the Essential Phone
How to get “Turn on WiFi Automatically” for the Nexus 5X/6P on Android Oreo
How to Stop Wakelocks from Any Android App Without Root
How to Whitelist Apps from Android Oreo’s Background Location Throttling
How to Hide the “App is Running in the Background” Persistent Notification on Android Oreo
How to Check if Your Android 8.0 Oreo Device Supports Project Treble
Broken Navigation Bar, Lock Screen, or Status Bar after an Update? Here’s a Fix.
How to Sync Do Not Disturb Mode Between Android Wear and Your Phone
How to see the Boot Count of your Android 7.0+ Device
How to Change the SMS Limit on Android Without Root
How to Set a WiFi Network as Metered on Huawei or Honor Devices
How to Downgrade an App on Android – No Root Needed
How to Customize Battery Saver Mode in Android 8.0 Oreo
How to Customize the Navigation Bar in Android Oreo Without Root
How to Access Facebook Messenger’s Hidden Internal Menu
How to Customize which Radios are Disabled in Airplane Mode
How to Pair Android Wear Watches to New Phones without Factory Resetting
How to Stop Pokemon Go (or other apps) From Stealing Audio Focus
How to Stop Vibrations from Any Android App on Your Phone
How to Block Heads Up Notifications while Gaming or Watching a Video
How to Hide the Persistent Notification for Background Apps in Android O
How to Permanently Remove the Google Chromecast Notification
How to Freeze Any App’s Background Processes without Root on Android 7.0+
How to set a Custom Screen Saver on Huawei and Honor devices running EMUI
How to Add more Tiles to the Quick Settings Header on Google, OnePlus, and Sony Phones [No Root]
How to Add Custom Buttons to the Nav Bar on the Samsung Galaxy S8/S8+
How to Add Left/Right Keyboard Cursors to the Nav Bar during Text Input
How to Add Media Playback Controls to the Nav Bar when Playing Music
Three Actually-Hidden, Non-Clickbaity Tricks for Your New Galaxy S8 or S8+
How to change your Nav Bar Icons or Re-arrange the Buttons without Root
Source:
https://www.xda-developers.com/what-is-adb/
Thanks for updating from the original one, which was very much outdated by now. :good:
Thanks, it's always good to have the latest binaries.
Changelog:
v1.1.1
+ Installer Icon
+ Start Menu Icon
• New Versions Code
• File Names changed
• Text changed
K3V1991 said:
Changelog:
v1.1.1
+ Installer Icon
+ Start Menu Icon
• New Versions Code
• File Names changed
• Text changed
Click to expand...
Click to collapse
Thanks man, keep up the good work :good: This is a very useful tool.
Added Portable Version
Can be use all commands of adb and fastboot like:-
fastboot oem lock, fastbook oem unlock
fastboot devices etc ?
Regards
sharmayogi said:
Can be use all commands of adb and fastboot like:-
fastboot oem lock, fastbook oem unlock
fastboot devices etc ?
Regards
Click to expand...
Click to collapse
Yes
Sent from my lucye using XDA Labs
Windows says the installer is a trojan. This is the link I reached from the OP. Windows identifies it as Spursint.F!cl. I guess false positive? It can't install. I'll try portable.
rednukleus said:
Windows says the installer is a trojan. This is the link I reached from the OP. Windows identifies it as Spursint.F!cl. I guess false positive? It can't install. I'll try portable.
Click to expand...
Click to collapse
VirusTotal Check:
https://www.virustotal.com/gui/file...33c0ec65e0cd2228779de4c0a167158184f/detection
Yes, False Positive
K3V1991 said:
VirusTotal Check:
Yes, False Positive
Click to expand...
Click to collapse
Thank you for your tool. The portable version was just what I needed. Everything works perfectly with zero effort. Now the immersive mode app I have is working. An unexpected bonus of immersive mode is that it even hides the taskbar in DeX mode.
thanks!!!!!!!!!!
OP upated with v1.1.2
Changelog:
Updated to r29.0.2 (July)
• ADB: Fixes a Windows heap integrity crash
• Fastboot: Adds support for partition layout of upcoming devices
Hello, and for linux ?
Thank you)
thank you, bro
OP upated with v1.1.3
Changelog:
Updated to r29.0.3 (September)
• adb forward --list works with multiple devices connected
• Fix devices going offline on Windows
• Improve adb install output and help text.Restore previous behavior of adb connect <host> without specifying port
OP upated with v1.1.4
Changelog:
Updated to r29.0.4 (September)
• Hotfix for Native debugging timeout with LLDB issue (https://issuetracker.google.com/140369526)
Great Thread. thanks for your work.

Google discover feed, how can I enable it?

Hi folks, I have just got my Find X2 Pro today and so far I am loving it, however one feature is missing for me. On my old Mate 20 Pro, I had the google discover feed if I did swipe right....is there anyway to enable this on the Oppo phone. All I currently have is the smart assistant which does work but its not ideal.
Blackwatch said:
Hi folks, I have just got my Find X2 Pro today and so far I am loving it, however one feature is missing for me. On my old Mate 20 Pro, I had the google discover feed if I did swipe right....is there anyway to enable this on the Oppo phone. All I currently have is the smart assistant which does work but its not ideal.
Click to expand...
Click to collapse
Only on some oppo find x2 pros others don't have it, there's allot of things missing , the theme store to doesn't work for most people
Sent from my AC2003 using Tapatalk
kevinireland11 said:
Only on some oppo find x2 pros others don't have it, there's allot of things missing , the theme store to doesn't work for most people
Sent from my AC2003 using Tapatalk
Click to expand...
Click to collapse
Err i dont think i have the theme store on my device..
Blackwatch said:
Err i dont think i have the theme store on my device..
Click to expand...
Click to collapse
It's all questions with oppo and no answers , never had so much trouble with a phone in my life
Sent from my AC2003 using Tapatalk
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Perfect! Thank you for this guide.
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Works perfectly on my Find X2 Lite (ColorOS 11 too). Thank you so much for the wonderful guide! I just received the April 2021 update (by using a VPN to France). and without adding back Oppo Smart Assistant, it appears to work just fine. Also worth noting that the annoying Smart Assistant did not come back from this update.
So it seems (to me at least) that you don't need to bring back Smart Assistant before every update. But still, I would recommend doing so just anyways, especially when the Android 12 update comes around.
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Worked perfectly on Find X2 Pro, first time ever using ADB! Thank you so much!
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Hi
Working fine on my Oppo Find X2 Pro ColorOS 11
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
it Woked Perfect ...Thanks buddy
Nomsam86 said:
it Woked Perfect ...Thanks buddy
Click to expand...
Click to collapse
Have you tried it on Android 12? Thanks
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?
Cura96 said:
Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?
Click to expand...
Click to collapse
I just tried it and, at least in my case, worked only the first swipe and then it disappeared.
I'm on a Find X2 Pro (ColorOS 12 - CPH2025_11_F.13)
However I found out that it worked by updating the stock laucher. I don't know if I can share here the apk, but you can find it online: com.android.launcher_12.0.50-12050_minAPI30(arm64-v8a,armeabi,armeabi-v7a)(nodpi).apk
With this, after the uninstall od the OPPO Assistant via ABD, you'll have Google feed discover working on ColorOS 12
Anyone got this working for ColorOS 13?
When I run:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
I get a message saying the package can't be found???
klanbo78 said:
Not sure if you figured this out, I was going to do a guide but decided just to post here:
All you need to do to get the discover feed (only tested on ColorOS 11), is to remove the Oppo smart assistant app (what you currently get when swiping left on the home screen).
You need to force the app off with ADB, reboot your phone and as long as you have the Google app installed, you'll have the discover feed!
The ADB command to run is:
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen
If for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreen
If you don't know how to get and use ADB, here's a quick guide.....
You can download Platform Tools directly from the Android developer here: https://developer.android.com/studio/releases/platform-tools
There are loads of more detailed guides on how to use ADB, but basic steps are:
Download the platform tools from the link above and extract to somewhere on your PC, e.g. C:/platform-tools
Open a command prompt on your PC (type cmd in the Windows search bar) and right click on it then run as Administrator
Change the directory to where your 'platform-tools' folder (so something like 'cd C:/platform-tools')
On your phone, USB debugging needs to be enabled, so:
Enable developer options by going to settings > About Phone > Version and clicking on Build number several times
Under Additional Settings > Developer Options, enable 'USB Debugging'
Plug your phone into a USB port on the PC
Make sure your phone is on 'Transfer Files / Android Auto' mode (the default is 'Charge only' mode)
Once set, you should get a popup on your phone to ask to Allow USB debugging, click 'Allow'.
Back in the command prompt, type 'adb devices' and hit return (you should see the serial number of your phone if connected)
Now you can get deleting - run the command mentioned above to remove the smart assistant app.
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
Done, enjoy!
Click to expand...
Click to collapse
I purposely registered an account to thank you.
Thank you for your detailed explanation

Categories

Resources