[Guide] Disable / Enable Automatic Updates / Notification [OnePlus Nord] - OnePlus Nord Guides, News, & Discussion

Hi Folks !
***This procedure tested on OnePlus 6 / 6T / Nord / OnePlus 7 / OnePlus 7T McLaren !!!
Many people including myself not like System Update notification & want to stay on last Android 10 or 11 update, therefore we need to disable system updates permanently, so on below script / guide you can disable or enable anytime you want, it is totally safe procedure just follow below steps.
Created a Small One Click Script ( Batch File) for Automatic Updates Disable / Enable,
Guide:​
Download File Here (ADB Files are Included in Folder)
Extract folder anywhere in your PC
Connect Your device with PC While USB Debugging Enabled
Double Click on "Updates Disable/Enable" batch File.
Press A to Check either device is properly connected
Press Y to Disable
Press N to Enable again any time
Press E anytime to exit - Enjoy
Regards
ZahidM Choudhry - Owning OnePlus Nord / OnePlus 6
For Support: Telegram
You Can See in SS Updates are No More Visible ; )
{
"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"
}

+1 added, thanks for sharing..

Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason

TheSSJ said:
Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason
Click to expand...
Click to collapse
This is No root procedure.

zahidm said:
This is No root procedure.
Click to expand...
Click to collapse
But you could remove that 25mb backup file as it's simply making the package unnecessarily large

TheSSJ said:
But you could remove that 25mb backup file as it's simply making the package unnecessarily large
Click to expand...
Click to collapse
If I will remove than people have to download Fastboot Adb that ia same size & this is 2022 , downloading a 25MB file is just seconds away.

zahidm said:
If I will remove than people have to download Fastboot Adb that ia same size & this is 2022 , downloading a 25MB file is just seconds away.
Click to expand...
Click to collapse
And again, there is a backup.sa file which neither adb nor fastboot need to work, but making the file 32mb big instead of 7mb without it

TheSSJ said:
And again, there is a backup.sa file which neither adb nor fastboot need to work, but making the file 32mb big instead of 7mb without it
Click to expand...
Click to collapse
Ok I will remove bro, Thanks for correction.
Edit: and it is done !

Can i use this tool on my OnePlus 7T?. I just want to stay on Oxygen Os10 and the update notification keeps coming after every reboot.

_Kishn_ said:
Can i use this tool on my OnePlus 7T?. I just want to stay on Oxygen Os10 and the update notification keeps coming after every reboot.
Click to expand...
Click to collapse
Yes It works

TheSSJ said:
Whoever has a rooted device and downloads any terminal emulator, you can type:
Code:
> su
# pm disable com.oneplus.opbackup
No need to download 32MB for whatever reason
Click to expand...
Click to collapse
and in case not rooted (from a Linux Terminal):
adb shell
pm disable-user --user 0 com.oneplus.opbackup

Thanks man, works great on oneplus 5t

This is for disable Android updates or to disable app backups? thanks

bartito said:
This is for disable Android updates or to disable app backups? thanks
Click to expand...
Click to collapse
This thread about how to disable android updates and system notification about it

I dont understand, just simply disable com.oneplus.opbackup using abd shell pm disable command with or without root, why have to be a whole script and platform-tools? Besides, this command can be used and will work well on all OnePlus devices!

Thank You!!
I was Googling this for my 7T and came across your post. It worked like a charm!!

Thanks!
I can confirm this works with One Plus 9 Pro as well.

It doesn't work in oneplus 7t pro McLaren
Is there any other way to stop auto update

Alhuthaifi112 said:
It doesn't work in oneplus 7t pro McLaren
Is there any other way to stop auto update
Click to expand...
Click to collapse
It is tested on McLaren

Works fine on TMO 7t converted to global too!!!

Related

[SOLVED] Reinstall EMUI launcher to system

In order to get the oreo mulitasking, i have uninstalled the EMUI launcher by ADB command :
Code:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Is there any way to reinstall the launcher to system?
Ways to solve:
1. Change the Huawei app gallery to China and search "華為桌面”, it will be installed as system app.
{
"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"
}
The first way is to perform a full reset of the phone. Not ideal.
I saw mention in another thread a while back that it can be downloaded from the Chinese version of the Huawei app store if you change your location and search for it in Chinese.
If you're rooted you could use ADB to push the APK.
I think they're your only options. It would have been better to disable it rather than uninstall as you could enable it again.
can someone who has uninstalled the launcher do a quick check for me?
please install the newest pixe launcher or 1 of the newest pie launchers and set the navbar to the keys (no gestures), give the new launcher all permissens that it wants and reboot.
i would like to know if the new nav gestures and recents overview will kick in and work
If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Code:
adb shell pm path com.huawei.android.launcher -- show the path to the APK
adb shell cp /path/to/apk/from/above /storage/emulated/0/Download/base.apk -- copy it to Download folder on device
adb pull /storage/emulated/0/Download/base.apk -- copy it to PC
Is it possible to copy base.apk from any custom ROM and install it?
henexekrar said:
If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Click to expand...
Click to collapse
hoe where you planning on pushing it back?
demon2112 said:
hoe where you planning on pushing it back?
Click to expand...
Click to collapse
Not sure what you mean. You could install it the same way as any other APKs.
henexekrar said:
Not sure what you mean. You could install it the same way as any other APKs.
Click to expand...
Click to collapse
you are right hahah
henexekrar said:
Not sure what you mean. You could install it the same way as any other APKs.
Click to expand...
Click to collapse
Unsuccessful. Can't install .apk [emoji849]
Отправлено с моего LYA-L29 через Tapatalk
Li-Pol said:
Unsuccessful. Can't install .apk [emoji849]
Отправлено с моего LYA-L29 через Tapatalk
Click to expand...
Click to collapse
Then I have no clue, works on chinese rom. But that's also meaningless on chinese rom since app store has it..
henexekrar said:
If you have kept a copy (apk) before uninstalling it, you could just install it back.
Here is how you can extract it:
Code:
adb shell pm path com.huawei.android.launcher -- show the path to the APK
adb shell cp /path/to/apk/from/above /storage/emulated/0/Download/base.apk -- copy it to Download folder on device
adb pull /storage/emulated/0/Download/base.apk -- copy it to PC
Click to expand...
Click to collapse
I did extract the APK before I uninstalled it, but I can install the APK afterwards..
I can only conclude that launcher app is installed differently on international rom vs chinese rom, unfortunatrly I dont have a chance to get my hands on an international rom to see how that's like.
Guys, you can always try to change the country to china on Hisuite and search for the launcher is Chinese - it is mentioned in another post and see if you can get it installed.
Sent from my LYA-L29 using Tapatalk
kinli1234 said:
In order to get the oreo mulitasking, i have uninstalled the EMUI launcher by ADB command :
Code:
adb shell pm uninstall -k --user 0 com.huawei.android.launcher
Is there any way to reinstall the launcher to system?
Click to expand...
Click to collapse
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.
Grondah said:
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.
Click to expand...
Click to collapse
Confirmed, works! :good:
Grondah said:
Found this on another thread - in an adb shell type the following:
cmd package install-existing <package-name>
Just tried it with powergenie and it works. Give it a go if you still need to.
Click to expand...
Click to collapse
I need to reinstall the emui launcher on my Al00 where i removed it with adb. Can you tell me the exact package name for my version and if I have any chance to restore it? I am not rooted btw
afico said:
I need to reinstall the emui launcher on my Al00 where i removed it with adb. Can you tell me the exact package name for my version and if I have any chance to restore it? I am not rooted btw
Click to expand...
Click to collapse
The EMUI launcher is called com.huawei.android.launcher and you should be able to fine.
it works!!! great!
now it owuld be nice to rmoeve yellow pages and chianese huawei video
Install Application Inspector then you can get the package names for everything.
install: adb shell pm install-existing com.huawei.android.launcher

[GUIDE] Enable photochrome on in2020

Ok, I stumbled upon this but here it is and I provide no warranty for any of this. You do this at your own risk!:
Requirement: Bootloader unlocked, Rooted, BACKED UP PERSIST.
Following this guide: https://www.xda-developers.com/enable-google-stadia-any-android-smartphone/
Open MagiskManager and look for the MagiskHide Props Config module.
Install and reboot
Get to ADB or term and type:
Code:
props
Type “4” to add/edit custom props.
Type “5” to add/edit custom props.
Type “n” to add a new custom prop.
Type “ro.product.model” to set this prop.
Type “in2025” to set it as the value for “ro.product.model“ (or your proper region)
Type “y” to accept the prop change.
Type “y” to accept the reboot.
You should now have photochrom!
{
"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"
}
Confirmed working on IN2020 on 10.5.10IN11AA
Confirmed too on my IN2020, this is great (Art)work, kevkid, thanks!
Just one small thing; I had to clear camera's cache and storage data to finally have photochrom option appear. Without this final step, it wouldn't. Seems obvious but maybe not for everyone, so you may want to add it as a final step in your instructions maybe.
Also had to use an adb terminal emulator Android app, and not computer's adb terminal, to have access to the props through that module and be able to edit them.
Wish there was such an easy way to get back to Widevine-L1 after bootloader's unlocked...
Works without any issue
I am on IN2021 model with Oxygen OS 10.5.10 IN11DA and its working.
This worked on my IN2020 running OOS 10.5.10 IN11AA. Thanks!
Exactly what I needed! Thanks!
sd2019 said:
This worked on my IN2020 running OOS 10.5.10 IN11AA. Thanks!
Click to expand...
Click to collapse
Not possible
---------- Post added at 06:34 PM ---------- Previous post was at 05:49 PM ----------
[/COLOR]
Tarun143007 said:
I am on IN2021 model with Oxygen OS 10.5.10 IN11DA and its working.
Click to expand...
Click to collapse
Good
DrStrange00 said:
Not possible
Click to expand...
Click to collapse
Why not?
Anyways to enable it in non rooted devices?
Maddyboy22 said:
Anyways to enable it in non rooted devices?
Click to expand...
Click to collapse
Not as far as I know, but I haven't really looked into it
Thanks. worked perfectly in Indian Version.
But how to disable it. Already tried to enter the IN2021, but still it shows 2025
kevkid said:
Why not?
Click to expand...
Click to collapse
It will be temporary, till the device is kept rooted?
kevkid said:
Not as far as I know, but I haven't really looked into it
Click to expand...
Click to collapse
Why can't a third party software enable it?
Maddyboy22 said:
Why can't a third party software enable it?
Click to expand...
Click to collapse
I'm not sure I understand the question
DrStrange00 said:
It will be temporary, till the device is kept rooted?
Click to expand...
Click to collapse
I assume so, but I haven't tested it
Maddyboy22 said:
Why can't a third party software enable it?
Click to expand...
Click to collapse
Idk? Someone wrote a magisk module using this method
To undo the camera changes and change back the model no back to default. Try this
Get to ADB or term and type:
Code:
props
Type “4” to add/edit custom props.
Type “1” to select the ro.product.model prop.
Type “r” to reset custom prop.
Type “y” to accept the prop change.
Type “y” to accept the reboot.
Must root
sd2019 said:
This worked on my IN2020 running OOS 10.5.10 IN11AA. Thanks!
Click to expand...
Click to collapse
How did you root this device with this os version?
ranjib said:
How did you root this device with this os version?
Click to expand...
Click to collapse
I followed this thread https://forum.xda-developers.com/oneplus-8-pro/how-to/guide-how-to-root-oneplus-8-pro-twrp-t4083981
I also followed this YouTube video

Question No notifications.

Hello, does anyone have the same problem? No notifications if app is not running. Legion 2 pro, China firmware 12.5.632 st.
ArtSaw said:
Hello, does anyone have the same problem? No notifications if app is not running. Legion 2 pro, China firmware 12.5.632 st.
Click to expand...
Click to collapse
It's ok, cuz app service is down.
I made a simple thing :
1)
enable startup for all my apps that I need in security app, disable battery optimization.
2)
adb she'll pm disable-user --user 0 com.zui.safecenter
....
Best thing to flash global to cn, but dunno how to do it, not checked any news.
dEFLASH said:
It's ok, cuz app service is down.
I made a simple thing :
1)
enable startup for all my apps that I need in security app, disable battery optimization.
2)
adb she'll pm disable-user --user 0 com.zui.safecenter
....
Best thing to flash global to cn, but dunno how to do it, not checked any news.
Click to expand...
Click to collapse
Hi, can you explain how to disable the safe center? I activated debug mode and did it through minimal ADB, but the error below occurs.
{
"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"
}
caiogsa said:
Hi, can you explain how to disable the safe center? I activated debug mode and did it through minimal ADB, but the error below occurs.
View attachment 5354443
Click to expand...
Click to collapse
Dunno, the guide to disable
How to disable any pre-installed system app bloatware on Android without root
If you hate the bloatware or pre-installed apps on your Android smartphone, here's how to disable them even if Android doesn't normally let you.
www.xda-developers.com
You can find a correct full name of app in for example "solid explorer" app, go apps, system, find security app and check it full name
dEFLASH said:
Dunno, the guide to disable
How to disable any pre-installed system app bloatware on Android without root
If you hate the bloatware or pre-installed apps on your Android smartphone, here's how to disable them even if Android doesn't normally let you.
www.xda-developers.com
You can find a correct full name of app in for example "solid explorer" app, go apps, system, find security app and check it full name
Click to expand...
Click to collapse
yes, I found it, in my case it was safecenter.row, but it still didn't solve the problem of notifications, I still don't receive.
what firmware are you running?
caiogsa said:
yes, I found it, in my case it was safecenter.row, but it still didn't solve the problem of notifications, I still don't receive.
what firmware are you running?
Click to expand...
Click to collapse
Did you make your apps start up automatically first?
Make it start auto when your phone boot.
Disable battery optimization for your apps.
Then disable safecenter.
My fw CN 12.5.632
dEFLASH said:
It's ok, cuz app service is down.
I made a simple thing :
1)
enable startup for all my apps that I need in security app, disable battery optimization.
2)
adb she'll pm disable-user --user 0 com.zui.safecenter
....
Best thing to flash global to cn, but dunno how to do it, not checked any news.
Click to expand...
Click to collapse
Thnx man, it works! But apps must be startup. If apps off, no notifications again. Apps can't turn on themselves(
Who have same problem, follow this two guides
1. https://www.xda-developers.com/install-adb-windows-macos-linux/
2. https://www.xda-developers.com/disable-system-app-bloatware-android/
hi im having the same problem no notifications and my alarms are not working for some reason ive tired to do your guides but i must be doing something wrong would you mind helping me through it step by step lol
i dont know if its something to do with usb preferences as it wont let me select connected device just this device
sorry thanks
right ive managed to get somewhere but still have no notifications unless i have the app open in the background
how do i make all the apps open at startup?
there is no way lenovo can ignore this bug as its quite a big problem lol
thanks
brockyneo said:
how do i make all the apps open at startup
Click to expand...
Click to collapse
In security app you can enable startup.
And also disable battery optimization for app.
Then disable security app via adb.
Do you need a screenshots?
dEFLASH said:
In security app you can enable startup.
And also disable battery optimization for app.
Then disable security app via adb.
Do you need a screenshots?
Click to expand...
Click to collapse
If you don't mind yes lol Ive managed to get notifications if I lock them in the recents tab and leave them open

Themes / Apps / Mods Android Dollhouse (Flashtool) | Testers Required!

Android Dollhouse​The Definitive Android Flashtool.​
This is the support thread for Pixel 6. If you have another device, please check the other threads:
Pixel 2XL: Support Thread
Pixel 6 Pro: Support Thread
Click to expand...
Click to collapse
I'm releasing the first user-facing preview of this tool, which is a convenient wrapper for common ADB/Fastboot controls.
It already comes preloaded with ADB and Fastboot binaries. There's no need to download anything else.
You need this .net runtime to run it: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-5.0.11-windows-x86-installer
For now, this is the first test run, which is Windows only. Mac OS + Linux versions will be released separately depending on how this performs.
Full cross-platform compatibility is planned.​
{
"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"
}
Click to expand...
Click to collapse
For now, it is still a work in progress. I would like your feedback on this tool. Post here a screenshot of your Device info so I can improve compatibility with your device! Make sure to blur/hide your IMEI!
It includes an auto-updater so you will definitely be getting the latest improved release whenever I make changes.
Download + Source code : Github
General Pixel Development Channel : Telegram
Pixel 6 & 6 Pro Official Chat : Telegram
Click to expand...
Click to collapse
I already have access to the 6 and 6 Pro, although I don't use telegram because I already have enough ways for people to contact me lol
KaptinBoxxi said:
I already have access to the 6 and 6 Pro, although I don't use telegram because I already have enough ways for people to contact me lol
Click to expand...
Click to collapse
Can you use ADB / USB debugging? If possible, please show me the output of
adb devices -l
I will be picking up my Pixel 6 today when BestBuy let's me, I can post the output of this for you. I really want to get this thing running Lineage or CalyxOS asap, so I am open to helping out with development. I see that Lineage already has a stable Android 12 build, so it seems that may be coming first.
Dollscythe said:
Can you use ADB / USB debugging? If possible, please show me the output of
adb devices -l
Click to expand...
Click to collapse
Hi, I have a pixel 6, and here the result of : adb devices -l
theoh88 said:
Hi, I have a pixel 6, and here the result of : adb devices -l
View attachment 5443579
Click to expand...
Click to collapse
Awesome. Tool is out. Download links uploaded
Updated with .net runtime.
Just downloaded this tool, it loaded right up and found my Pixel 6, thank you!
Updated! Just open the program, it should automatically update to the latest version with pixel 6 support.
Dollscythe said:
Updated! Just open the program, it should automatically update to the latest version with pixel 6 support.
Click to expand...
Click to collapse
to install, just adb devices -l only?
trai_th said:
to install, just adb devices -l only?
Click to expand...
Click to collapse
you dont need that anymore
Dollscythe said:
you dont need that anymore
Click to expand...
Click to collapse
I installed .net but I can't run the application, what should I do?
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Hot-Proton said:
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Click to expand...
Click to collapse
I installed from the link provided above and it works now.
Hot-Proton said:
Have the same issues. Have install net but can not start the Tool. Get always the rror i must flash net but i have it.
Click to expand...
Click to collapse
I link the necessary .net binaries in the thread...
Stream the screen works pretty well, just low quality for some reason. My bootloader is not unlocked yet, I bought the device from T-Mobile so God-knows how long it will take.
You say this tool only works on Windows, but you use .NET 5.0 to build it, which is cross platform. What makes it Windows only?
I see there's been no updates or information since November, what is the current state of this project?

Question How to root the Moto Edge 30 pro?

I found this article but it is for the chinese variant Edge X30.
Will it work with the edge 30 pro?
How to Root Motorola Edge X30 and Unlock Bootloader
Want to root Motorola Edge X30 with Magisk? Here's how to root Edge X30 along with a guide to unlock bootloader.
www.ytechb.com
Also, will I not get OTA updates from motorola after rooting?
The way to root Moto phones is similar
First of all, unlock the bootloader
Then hook up the phone to RSA in order to retrieve full ROM and extract boot.img
Patch boot.img with Magisk and flash patched_boot.img in fastbootd mode
Hi, anyone please advise the steps to extract the boot.img of Edge 30 Pro?
where I can find the official ROM full package?
Thanks.
watoan said:
Hi, anyone please advise the steps to extract the boot.img of Edge 30 Pro?
where I can find the official ROM full package?
Thanks.
Click to expand...
Click to collapse
Use Lenovo RSA and run rescue to get ROM
It's in c:\program data\RSA\Download\romfiles
mingkee said:
Use Lenovo RSA and run rescue to get ROM
It's in c:\program data\RSA\Download\romfiles
Click to expand...
Click to collapse
Let me try
Thanks @mingkee
Anyway to root without unlock key?
dominicstg2 said:
Anyway to root without unlock key?
Click to expand...
Click to collapse
No, you need a unique key
mingkee said:
Use Lenovo RSA and run rescue to get ROM
It's in c:\program data\RSA\Download\romfiles
Click to expand...
Click to collapse
I downloaded LSMA from https://support.lenovo.com/us/en/downloads/ds101291-rescue-and-smart-assistant-lmsa and installed on my Windows 11.
It require to login when I open it, I do not have an account so I click "Sign in / Sign Up", but it just keep loading... (2nd screenshot attached below)
I tried to reinstall the software but still no luck.
Any idea please?
{
"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"
}
I got the LSMA works on another PC, now I got the official boot.img
Thanks!
watoan said:
I downloaded LSMA from https://support.lenovo.com/us/en/downloads/ds101291-rescue-and-smart-assistant-lmsa and installed on my Windows 11.
It require to login when I open it, I do not have an account so I click "Sign in / Sign Up", but it just keep loading... (2nd screenshot attached below)
I tried to reinstall the software but still no luck.
Any idea please?
View attachment 5590215
View attachment 5590213
Click to expand...
Click to collapse
Did you try to uninstall/reinstall?
You don't need Lenovo account. I log in with my Gmail and done
mingkee said:
Did you try to uninstall/reinstall?
You don't need Lenovo account. I log in with my Gmail and done
Click to expand...
Click to collapse
I got it now, thanks bro
@mingkee
Are you able to get Google Pay works on your Edge 30 Pro after rooted?
I have rooted with Magisk Canary 24306
Hide the Magisk app
install the module USNF 2.2.1
enable Zygisk
Enforce DenyList
Added Google Pay to the DenyList
YASNAC checked both Passed with type BASIC
But Google Pay is not allow me to add any card
I tried to install USNF 2.2.0 instead
then I can add the card, however the contactless feature is showing "Not Set" (normally should be "Hold to reader")
Previously I use Oneplus 6T with stock Android 11
I was doing the same procedure (USNF 1.2.0) and everything worked perfectly, but seems it is not for Edge 30 Pro with Android 12
Any idea or approach that make Google Pay works on Edge 30 Pro?
Thanks.
watoan said:
I got the LSMA works on another PC, now I got the official boot.img
Thanks!
Click to expand...
Click to collapse
Can you please upload the stock ROM
I can't find it anywhere );
azoojeddah said:
Can you please upload the stock ROM
I can't find it anywhere );
Click to expand...
Click to collapse
Enter your phone in bootloader mode.
Open RSA and go to rescue
Download the ROM and check C:\Program Data\RSA\Download\romfiles
Copy the .zip as soon as download has finished to elsewhere
DO NOT RUN RESCUE!
mingkee said:
Enter your phone in bootloader mode.
Open RSA and go to rescue
Download the ROM and check C:\Program Data\RSA\Download\romfiles
Copy the .zip as soon as download has finished to elsewhere
DO NOT RUN RESCUE!
Click to expand...
Click to collapse
The RSA don't download anything
Any suggestions for this problem
watoan said:
then I can add the card, however the contactless feature is showing "Not Set" (normally should be "Hold to reader")
Click to expand...
Click to collapse
144 / 5.000
I have the exact same problem, is there a solution? I also have a smartwatch and the cards loaded through Gpay work ... No solution?
Solution:
https://forum.xda-developers.com/t/magisk-module-universal-safetynet-fix-1-1-0.4217823/post-85865519

Categories

Resources