How to Activate Google Now Feed
You should upgrade or use an alternative browser.
- #1
- #2
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 peopleHi 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.
Sent from my AC2003 using Tapatalk
- #4
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
- #5
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.
Done, enjoy!
- #6
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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
Perfect! Thank you for this guide.
- #7
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.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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
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.
- #8
Worked perfectly on Find X2 Pro, first time ever using ADB! Thank you so much!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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
- #9
HiNot 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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
Working fine on my Oppo Find X2 Pro ColorOS 11
- #10
it Woked Perfect ...Thanks buddyNot 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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
- #11
Have you tried it on Android 12? Thanksit Woked Perfect ...Thanks buddy
- #12
Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?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.assistantscreenIf for some reason you want to reinstall, you can do so with this command:
adb shell cmd package install-existing com.coloros.assistantscreenIf 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:
Note that it doesn't actually delete the app from the phone, it just removes it for the main user, i.e. you.
- 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.
Done, enjoy!
- #13
I just tried it and, at least in my case, worked only the first swipe and then it disappeared.Can someone advise if this process works on the Oppo Find X2 Pro running Color0S 12.1?
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
Similar threads
Source: https://forum.xda-developers.com/t/google-discover-feed-how-can-i-enable-it.4166243/
0 Response to "How to Activate Google Now Feed"
Post a Comment