[Magisk Mod] Disabled Flag secure, Signature Verification & Spoofing Oos 9.5.8 - OnePlus 7 Themes, Apps, and Mods

This is modified services.jar from OoS 9.5.8. oneplus 7
It was taken from the global stock rom. Don't flash it on other oos version
Works only in Stock oos
This module contains patched services.jar which was patched by using Smali patcher
I'm just sharing the output from Smali patcher module. All credits goes to fOmey,
Patches
Secure flag - Allow screenshots/screensharing in secure apps.
Signature verification - Disable signature verification allowing modification/execution of signed system apps.
Signature spoofing - Enable signature spoofing app permission.(supports NanoDroid )
High volume warning - Disable high volume popup dialog.
Installation
Just Flash this module in magisk and reboot .
Credit fOmey,
Click here to download

Does it help in screen recording for Netflix. I have tried with Smali Patcher to disable secure flag and while recording i get audio and subtitles but still the screen is black.

slst said:
Does it help in screen recording for Netflix. I have tried with Smali Patcher to disable secure flag and while recording i get audio and subtitles but still the screen is black.
Click to expand...
Click to collapse
I also had the same issue . Are you having Edxposed or xposed .
If installed say, you can record or cast in netflix app by installing disable flag secure module in xposed

methuntt said:
I also had the same issue . Are you having Edxposed or xposed .
If installed say, you can record or cast in netflix app by installing disable flag secure module in xposed
Click to expand...
Click to collapse
I have tried that with virtual xposed not sure with edxposed. Does it work or works for anyone else?

slst said:
I have tried that with virtual xposed not sure with edxposed. Does it work or works for anyone else?
Click to expand...
Click to collapse
Afaik, virtual xposed won't work.
Only edxposed or xposed it's working.
Yeah i tried it's working.

methuntt said:
Afaik, virtual xposed won't work.
Only edxposed or xposed it's working.
Yeah i tried it's working.
Click to expand...
Click to collapse
Can you please give me links which works for you.

slst said:
Can you please give me links which works for you.
Click to expand...
Click to collapse
I pm you

does this work on android 10?

qman66 said:
does this work on android 10?
Click to expand...
Click to collapse
No it won't work.
I will update after sometime.

My Update
qman66 said:
does this work on android 10?
Click to expand...
Click to collapse
I Just did the OOS 10.0.2 version of this module with the smali patcher for my own OnePlus 7

mtvento said:
I Just did the OOS 10.0.2 version of this module with the smali patcher for my own OnePlus 7
Click to expand...
Click to collapse
thank you. I realize I'm in the oneplus 7 thread but I could not find any info about this anywhere else. Do you think it is safe to flash on a pixel 4 xl?

mtvento said:
I Just did the OOS 10.0.2 version of this module with the smali patcher for my own OnePlus 7
Click to expand...
Click to collapse
Will it work on OP 6 (Android 10.0.1)?

qman66 said:
thank you. I realize I'm in the oneplus 7 thread but I could not find any info about this anywhere else. Do you think it is safe to flash on a pixel 4 xl?
Click to expand...
Click to collapse
No, It won't, but you can easily do your own using the tools described by the OP.
sp0979 said:
Will it work on OP 6 (Android 10.0.1)?
Click to expand...
Click to collapse
Sorry, the same answer for you.
This one is the post for the tool with the instructions:https://forum.xda-developers.com/showpost.php?p=73948857

New OOS 10.0.3 update
Hi, the new version of the OS was just available, here is the updated module for it, did it for myself, sharing for anybody who may have a use of it.
And today (21/12/2019) a new update showed up in oxygen updater: OnePlus7Oxygen_14.P.24_OTA_024_all_1912142025_1902ffd699463
And so I made a new magisk patch again.

Hi, please make a new magisk patch 10.0.4. Thanks

Glad I found it, thank you

OnePlus 7 Open Beta 11
Patches:
Secure flag - Allow screenshots/screensharing in secure apps.
Signature verification - Disable signature verification allowing modification/execution of signed system apps.
Signature spoofing - Enable signature spoofing app permission.(supports NanoDroid )
High volume warning - Disable high volume popup dialog.
Installation:
Just flash this module in Magisk and reboot.
Credit fOmey
.

OnePlus 7 OOS 10.0.5
Patches:
Secure Flag - Allow screenshots/screensharing in secure apps.
Signature verification - Disable signature verification allowing modification/execution of signed system apps.
Signature spoofing - Enable signature spoofing app permission.(supports NanoDroid )
High volume warning - Disable high volume popup dialog.
Installation:
Just flash this module in Magisk and reboot.
Credit fOmey
.

Can someone post the latest for 10.3.1 build.

Does it work with oneplus 7 pro? Thanks!

Related

[Guild] To pass safetynet on Oxygen Android Pie open Beta

After installing Pie open beta Oxygen uploaded by @Funk Wizard many will notice that CTS profile comes FALSE in magisk manager while basicintegrity is TRUE.
to pass saferynet.
We have to change fingerprint of build in the build.prop
There are two methods currently. (Works on Hydrogen Open beta too.)
(Third one is magisk module but in android pie ro.build.fingerprint and many other props are not working. And it will not work until magisk update Resetprop)
Method 1:
Manually Edit Build.prop with text editor or other apps.
(Build.prop will be present in /system )
Replace :
Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:9/PKQ1.180716.001/1808301430:user/release-keys
With
Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:8.1.0/OPM1.171019.011/06140300:user/release-keys
Method 2 :
Replace build.prop in /system with changed lines which is attached below. With proper permission which is " rw- r-- r-- (644) "
Source: reddit user ipha
Worked! Thanks!
OpenBeta 1 Magisk 17.1 Google Pay is working!
prins29 said:
After installing Pie open beta uploaded by @Funk Wizard many will notice that CTS profile comes FALSE in magisk manager while basicintegrity is TRUE.
to pass saferynet.
We have to change fingerprint of build in the build.prop
There are two methods currently.
(Third one is magisk module but in android pie ro.build.fingerprint and many other props are not working. And it will not work until magisk update Resetprop)
Method 1:
Manually Edit Build.prop with text editor or other apps.
(Build.prop will be present in /system )
Replace :
Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:9/PKQ1.180716.001/1808301430:user/release-keys
With
Code:
ro.build.fingerprint=OnePlus/OnePlus6/OnePlus6:8.1.0/OPM1.171019.011/06140300:user/release-keys
Method 2 :
Replace build.prop in /system with changed lines which is attached below. With proper permission which is " rw- r-- r-- (644) "
Click to expand...
Click to collapse
Tested working fine :good:
Okay this is for oxygen os only, not working on H2os
nksonfire said:
Okay this is for oxygen os only, not working on H2os
Click to expand...
Click to collapse
Already mention on title that it's for Oxygen android pie.
source is from reddit user ipha
https://www.reddit.com/r/oneplus/comments/9cldzf/oxygen_os_open_beta_1_for_the_oneplus_6/e5bjo0s/
Will this have any effect on future updates?
Ankit Chahar said:
Will this have any effect on future updates?
Click to expand...
Click to collapse
will this have any effect on other things as well?
Ankit Chahar said:
Will this have any effect on future updates?
Click to expand...
Click to collapse
MultiCulti said:
will this have any effect on other things as well?
Click to expand...
Click to collapse
Don't worry.. Everything is fine..
Device Fingerprint Is system property which is registered in Google Database of Authorized Device....
When As you can see, Current Fingerprint for OOS Pie Beta 1 is not Registered in Google database so it won't pass SafetyNet..
The Fingerprint which we gone replace is Belong to the OOS based on 8.1 Oreo & registered in Google Database so SafetyNet get passed..
So, It's nothing to Do with Future updates & other things... :fingers-crossed:
Thanks for this..
Trick working fine..
But Google Pay still not working..
Anyway to get it up??
CYB3R0ID694 said:
Thanks for this..
Trick working fine..
But Google Pay still not working..
Anyway to get it up??
Click to expand...
Click to collapse
Google pay aka tez works well for me.
I'm using tezhider4magisk module which may help.
https://forum.xda-developers.com/apps/magisk/module-tez-hider-t3796567
prins29 said:
Google pay aka tez works well for me.
I'm using tezhider4magisk module which may help.
https://forum.xda-developers.com/apps/magisk/module-tez-hider-t3796567
Click to expand...
Click to collapse
Thanks.. Thats helpful..
Tez working fine..
cts profile dont pass in UK
asad510 said:
cts profile dont pass in UK
Click to expand...
Click to collapse
Did basicintegrity is true ? Permission set as stated above ? Read only system in twrp ? Not enabled system modification?
Works also i get google certified with this magisk mod:
https://forum.xda-developers.com/apps/magisk/module-google-playstore-services-data-t3789498
prins29 said:
Did basicintegrity is true ? Permission set as stated above ? Read only system in twrp ? Not enabled system modification?
Click to expand...
Click to collapse
Working in the UK, replaced the whole file, set the permissions and rebooted
nksonfire said:
Okay this is for oxygen os only, not working on H2os
Click to expand...
Click to collapse
It's working on hydrogen.
wwwhershcom said:
It's working on hydrogen.
Click to expand...
Click to collapse
you mean it's working on h2os P open beta? please share the screenshot.
prins29 said:
Already mention on title that it's for Oxygen android pie.
Click to expand...
Click to collapse
I was wrong, it worked for h2os pie beta 3
nksonfire said:
I was wrong, it worked for h2os pie beta 3
Click to expand...
Click to collapse
OP updated.

[Magisk Module] Nokia Extensions

Nokia Extensions!​Telegram Group
This thread is discontinued. Future posts will be made here.​
Module description
Why should the Chinese have all the fun? This module aims at porting features from the Chinese variants of Nokia phones to Global variants (Android One).
Features
1. AI Floating Ball
The phone will recommend relevant application shortcut settings according to your usage. You can also:
Use the custom shortcuts to customize the shortcut menu.
Use gestures to enrich your interaction with the phone.
2. Data speed indicator
Tested and working on Nokia 6, Nokia 8 and Nokia 7 plus on Oreo. After installation, go to Settings - Network & Internet - Data Usage and toggle Show data speed. Now you should be able to see your internet speed on your status bar.
3. Screenshot Plus
Take long screenshots, edit them on the go.
4. Screen Recorder
Supports FHD, HD and SD at 30 and 60 FPS, records audio too.
5. Junk Cleaner
Clears cache and junk files.
6. Task Manager
View and end a running task.
7. Smart Boost
Enjoy gaming without frame drops and hiccups!
8.. Virus scanner
Scan for virus and keep your phone secure.
9. NokiaPure fonts
Change your system font to NokiaPure
How to's
To install the module, flash the zip using Magisk manager or TWRP and reboot.
To uninstall the module, flash the same zip again and reboot.
To get the internet speed on the status bar, go to Settings - Network & Internet - Data Usage and toggle Show data speed.
To use Screenshot plus and Screen Recorder, add them to Quick Settings.
To open AI Floating Touch, Smart boost, Task manager, Junk Cleaner and Virus scan use NEX Launcher.
Compatibility
Nokia Phones
Magisk 17+
Android 8.1.0 and above
Download from Magisk Manager.
Source code: Github[/SIZE]
Credits
@topjohnwu for Magisk
@ahrion & @Zackptg5 for Unity template and Volume Key Selector
FIH/Evenwell/HMD Global (whoever it is) for making these apps
Changelog
v1
Initial release
v1.1
Added more features - Screenshot plus, Screen Recorder, System dashboard
Added NokiaPure fonts
v1.2
Added smart boost
fixed some FCs
v1.3
Merged Pie and Oreo files into a single package
Users can now select only the files they want to install using volume keys
How to use these apps? I am unable to use the apks after downloading.
yagyanshskumar said:
How to use these apps? I am unable to use the apks after downloading.
Click to expand...
Click to collapse
The Title shows that it's a Magisk Module. Means that you need to be rooted using Magisk
Akilesh T said:
Nokia Extensions!
Module description
Why should the Chinese have all the fun?
Click to expand...
Click to collapse
Haha, great!
maybe is not working on nokia 6 with magisk root which have locked bootloader
frnsl3 said:
maybe is not working on nokia 6 with magisk root which have locked bootloader
Click to expand...
Click to collapse
I guess you are using Magisk 16.1
This module requires Magisk 17+
ZeroPointMax said:
Haha, great!
Click to expand...
Click to collapse
These features could have been added by Nokia mobile itself if they wanted to. But they decided to keep it only for China, going with "Pure stock" Android for the rest of the markets. You can say that it might reduce the speed of the updates, but China variants have been getting updates at almost the same speed as the global variants. It would have been great if they had gone with something like OOS.
Akilesh T said:
I guess you are using Magisk 16.1
This module requires Magisk 17+
Click to expand...
Click to collapse
yep so sad, able rooting but not maximum potential and soft brick too often if we modify the system
frnsl3 said:
yep so sad, able rooting but not maximum potential and soft brick too often if we modify the system
Click to expand...
Click to collapse
Magisk is systemless
Akilesh T said:
Magisk is systemless
Click to expand...
Click to collapse
not talking about magisk there, i tell you about rooting
Unable to install
I have nokia 8. When i try to install this module, it says that my decvice is pixel Xl and refuses to install. I think this is because i have installed daydream enabler module. Is there a way to bypass the device check and proceed with installing this module?
audiophile55 said:
I have nokia 8. When i try to install this module, it says that my decvice is pixel Xl and refuses to install. I think this is because i have installed daydream enabler module. Is there a way to bypass the device check and proceed with installing this module?
Click to expand...
Click to collapse
Looks like that module edited your build.prop
You can bypass it. Extract the zip. Remove the device check part in install_module function inside the config.sh file. Rezip it and flash again
Akilesh T said:
Looks like that module edited your build.prop
You can bypass it. Extract the zip. Remove the device check part in install_module function inside the config.sh file. Rezip it and flash again
Click to expand...
Click to collapse
Can you tell me exactly which lines to remove? I try removing few lines but getting the same error. I am a noob at this. BTW, i also tried deleting the entire config.sh file and still I get the same error.
EDIT: My bad. I kept flashing the original zip and not extracted zip. All good now.
audiophile55 said:
Can you tell me exactly which lines to remove? I try removing few lines but getting the same error. I am a noob at this. BTW, i also tried deleting the entire config.sh file and still I get the same error.
EDIT: My bad. I kept flashing the original zip and not extracted zip. All good now.
Click to expand...
Click to collapse
You mustn't delete config.sh file
:good:
does this module work with other android one phones? im using xiaomi a2 lite @ oreo 8.1
How can i use ai floating? . I cant find where to activate it
cbkottege said:
How can i use ai floating? . I cant find where to activate it
Click to expand...
Click to collapse
Search for "touch" in settings. There'll be a result like "Hide in do not disturb apps". That'll take you to the AI floating button' settings
Hi. I am using nokia 8. After installation module and restart, i get smart tuner and data speed indicator force close, how to fix it sir?
(Sorry for my bad english)
zeronatdo said:
Hi. I am using nokia 8. After installation module and restart, i get smart tuner and data speed indicator force close, how to fix it sir?
(Sorry for my bad english)
Click to expand...
Click to collapse
Are you using the latest version (v1.3)?

[ROM]Stable MIUI 10 [8.1] V1 For Redmi 3S/3X/Prime

ROM Information--------------------------
Based On : MI Globe ROM
Android Version : Android 8.1
----------------------------------------------
Features-----------------------------------
All Features Of Android 8.1
Full -Screen Gesture
Gapps Included
Pre-Rooted
What's Working:-
Boot
Sound
Volte
GPS
BT
Wifi
Hotspot
Camera
Reading Mode(Use That Pre twilight App)
-----------------------------------------------------
Bugs---------------------
Theme (Fix Available)
---------------------------
Credits-------------------------------------------------
What's New(ME)
Weritos & Jayant222 For Fixing Vendor Bugs
rupanshji For Kernel
Manhkeu , MI Globe ROM Team
----------------------------------------------------------
Installation -----------------------------------------------------------------------
1. Backup All Data
2. Wipe Delvick/Data/System/Vendor/Cache (Use Orange Fox Recovery)
3. Install ROM & Reboot
If Not Booting 5 Mins Den Reboot To Recovery Flash This ROM Again Without Wiping Anything
Enjoy!!
----------------------------------------------------------------------------------------------
Kernel Source : https://github.com/HyperTeam/android...xiaomi_msm8937
++++++++++-Download Links-+++++++++
Mega :- https://goo.gl/iw5bJq
Gdrive :- https://drive.google.com/file/d/1DNQ4iSwC720AKnqt66hHRIqQAQ3Hi_S6/view?usp=drivesdk
Theme Manager Fix : https://mega.nz/#!2exCCIxZ!9Iqf9vO79Yfu4LOo7qNUOwc3so8cTXMnznLSHUrDAvA
------------------------------------------------------------------------------------------------
If You Face Any Problem Contact Me On Telegram @whatsnew_official
The problem with the camera, with the effect off.
Could not reduce font size and no option to reduce display size
MadhanKumarD said:
Could not reduce font size and no option to reduce display size
Click to expand...
Click to collapse
Change width size to 399 (small display size) in developer options and you're done
Wrong post
What is battery performance..??
@Rvbanna420, magisk safetynet is broken... also using the module and hiding magisk with package name, still not opening banking apps... detecting root access... any fix???
ROM is perfect without this...
Please reply if anyone made successfully...
SKA97 said:
@Rvbanna420, magisk safetynet is broken... also using the module and hiding magisk with package name, still not opening banking apps... detecting root access... any fix???
ROM is perfect without this...
Please reply if anyone made successfully...
Click to expand...
Click to collapse
Installing safety patch magisk module fixed safetynet for me
krillex said:
Installing safety patch magisk module fixed safetynet for me
Click to expand...
Click to collapse
But still banking apps are detecting root even after magisk hide... Any way too override???
SKA97 said:
But still banking apps are detecting root even after magisk hide... Any way too override???
Click to expand...
Click to collapse
Did you install the module?
krillex said:
Did you install the module?
Click to expand...
Click to collapse
Yup... Still no help... Banking apps are detecting root...
krillex said:
Did you install the module?
Click to expand...
Click to collapse
You are right. Now That I checked only gpay works for me
krillex said:
You are. Right. Now. That I checked only gpay works for me
Click to expand...
Click to collapse
Yes that's the reason... If you uninstall root, it'll do same... Not working..

[Guide] Install Good Lock and Apply Good Lock module in M21

Code:
I am not responsible for anything. Try at your own risk I found it on internet. found useful thats why posting
requirements:
1. Rooted
2. Lucky patcher
- Install lucky patcher, grant root permission
- Select toolbox and click “Patch to Android”
- Click “Disable signature verification in the package manager”
- Click Apply
- Wait for 10 second +
- Reboot
- Download Goodlock patched apk and Modules from Here
- Download Split APK Installers ( SAI ) from playstore Here
- Enable Pro Mode , Sign APKs, and set Installer as Root in SAI Settings
- Install Goodlock module in SAI
- Now Open Goodlock app
Njoy!!
I have a signature error, can you help me fix it?
ilyakm said:
I have a signature error, can you help me fix it?
Click to expand...
Click to collapse
Have you disabled signature verification from lucky patcher?
Also some modules like keys cafe have to be manually installed as system app to system/priv-app to work and can't be installed with SAI.
Don't work
onurranger said:
Don't work
Click to expand...
Click to collapse
What doesn't work?
Installing the apps?
Patching signature verification?
Fredin_ said:
What doesn't work?
Installing the apps?
Patching signature verification?
Click to expand...
Click to collapse
Fredin_ said:
What doesn't work?
Installing the apps?
Patching signature verification?
Click to expand...
Click to collapse
SAI don't work. I installed good lock apps with my different methods

Question Magisk App issue

Hello guys,
I have poco x3pro and it is running Lineag os 18. Now i have an app called HDFC netbanking but while installing it shows "app does not support rooted device". i have learnt that with Magisk app i can buy pass it. so, how can i do that ? do i have to flash again? yours suggestions are welcomed.
Dezun said:
Hello guys,
I have poco x3pro and it is running Lineag os 18. Now i have an app called HDFC netbanking but while installing it shows "app does not support rooted device". i have learnt that with Magisk app i can buy pass it. so, how can i do that ? do i have to flash again? yours suggestions are welcomed.
Click to expand...
Click to collapse
Did you root with magisk?
If old version
https://xiaomiui.net/how-to-use-magisk-hide-5610/
In Magisk settings, enable Zygisk and Enforce denylist, restart device, go to magisk settings again > configure denylist and check apps you want to hide from root.
NOSS8 said:
Did you root with magisk?
If old version
https://xiaomiui.net/how-to-use-magisk-hide-5610/
Click to expand...
Click to collapse
No i flash with Twrp
Popletenec said:
In Magisk settings, enable Zygisk and Enforce denylist, restart device, go to magisk settings again > configure denylist and check apps you want to hide from root.
Click to expand...
Click to collapse
This is the answer
samsungics1200 said:
This is the answer
Click to expand...
Click to collapse
ok.. but do ihave to flash magisk ?
i have installed app but in magisk app setting i cant see the option mentioned.
Comdirect photoTAN app detecting root
Since version 8.3.0 additional measures to detect root have been added, do not update as MagiskHide won't be able to prevent detection. Until a solution is found I would recommend staying on the previous version for as long as possible. Finding...
forum.xda-developers.com
here is a lengthy thread with another bank, where you can find many many suggestions on how to fix the problem.
i am having x3pro myself using the app mentioned there, but not using LOS18 A11 but Miui A12
with the newer magisk versions
- denylist active
- maybe try shamiko module (denylist enforce off)
- maybe try without shamiko (denylist enforce on)
- maybe magiskhide props config module
- universal safetynet fix
- magisk package renamed
- make sure to enable all options on your denylist application selection to hide all processes
- the application might get root info from google play services (GMS) or play store, where you should also delete cache after making changes and rebooting to see if your change does take effect.
Dezun said:
ok.. but do ihave to flash magisk ?
i have installed app but in magisk app setting i cant see the option mentioned.
Click to expand...
Click to collapse
you need to install the latest version of magisk app and flashable zip suitabe for your android version magisk 23 is for android 11 while magisk 24 is compatible upto latest but flash latest fpr maximum compatibility
Dezun said:
ok.. but do ihave to flash magisk ?
i have installed app but in magisk app setting i cant see the option mentioned.
Click to expand...
Click to collapse
Why don't you try ih8sn since you are on LineageOS.
Was this resolved? I am facing this issue myself at the moment with HDFC App.
ROM - Pixel experience 13 Plus
Device - OP7
Magisk v- 26.1
Universal Safety Net - 2.4.0
Deny List - enabled with many more apps
Example - Gpay, PhonePe, Paytm (All working fine)
YASNAC - Both checks passed

Categories

Resources