Reboot requires Password unlock before Fingerprint works - Samsung Galaxy S7 Edge Questions and Answers

Looking for the mod that disabled the need to unlock with pin or password after a reboot first before Fingerprint will work
I know this has been disabled in some custom Roms I'm just wondering how to do it myself? Is there a flashable zip or something I have to remove?
I'm currently on superstock 2.8 but it does not have this feature
Thanks

This can be done using an Xposed module Fingerprint Enabler.

GrippingSphere said:
This can be done using an Xposed module Fingerprint Enabler.
Click to expand...
Click to collapse
Thanks but I'm looking for a mod that doesn't involve xposed

Related

Reboot menu

been looking for a reboot menu to flash but can not find any...
dose anyone know of one that works with F version. I did try a t-mobile one but soft bricked my phone
thanking you
EDIT
sorry without using exposed
anyone ?
anyone
if you mean the 4 way reboot menu, then use Xposed Framework with Wanam Xposed.
guetzli32 said:
if you mean the 4 way reboot menu, then use Xposed Framework with Wanam Xposed.
Click to expand...
Click to collapse
Dont want to use exposed dont like the way it works.
Thanks for taking your time out tho

Xposed Issues on Nexus 6? Try this! *Not needed on Alpha 2

As of March 8th, 2015, rovo89 has updated the Xposed framework to Alpha 2, removing the need to have SELinux set to permissive.
So me and a few other guys over in the Xposed Thread were having issues getting our Nexus 6 devices to run the new Xposed Alpha properly. It kept throwing out errors that Xposed wasn't installed and modules didn't work. After a bunch of trial and error, we figured out how to make it work (at least for us)! So if you're having similar issues, try this workaround until Xposed is updated to fix this (although it may be a Nexus 6 error only).
Note: Make sure you already have Xposed installed. http://forum.xda-developers.com/xposed/official-xposed-lollipop-t3030118
Here's a list of which modules are working or not working for some people.
Although these modules have been reported to be functional for some users, the modules may behave differently on our device.
Method 1
1. Make sure SELinux is set to Permissive. You can set it to permissive using this root app, if your kernel isn't permissive by default. https://play.google.com/store/apps/details?id=com.mrbimc.selinux
2. When rebooting into your system after setting SELinux to permissive, enable the Xposed modules that you want.
3. From inside the Xposed app, perform a soft reboot.
4. When the device fully boots up, Xposed should now be fully working. If you still have issues, converting Xposed to a system app might help.
Method 2 Thanks to skaforey
1. Download this script from post #65
2. Extract the file to the root of your sdcard.
3. Using a Terminal Emulator, type the following commands:
Code:
su
cd /sdcard/
sh initd.sh
4. Reboot and Xposed should now be working without a soft reboot needed.
Method 3
1. Flash one of the these zips, which does the same thing as Method 2, but easier! Thanks to both 4got and rootSU
Both files do the same thing
Zip 1 (by 4got)
Zip 2 (by rootSU)
2. Everything should be fully working now!
Not all ROM/Kernel configurations support init.d scripts!
Method 4
1. Use a kernel that's been set to permissive by default. Please don't bother/annoy devs to make their kernels permissive.
Here's a version of LeanKernel modified by Imoseyon to be permissive be default.
LeanKernel (Permissive)
2. Everything should be working. Flashing another kernel will disable Xposed again, unless the kernel is permissive or you fallback on other methods.
Method 5 Thanks to flar2 and shivindera.
Required SuperSU to be installed.
This method differs from Method 3 because the script to set SELinux to permissive is located in /system/su.d (instead of init.d) and allows for compability with more ROM/Kernel configurations. This post by flar2 will better explain what this script does.
1. Flash this zip by shivindera.
2. Everything should be working
Note: For advanced users who already have files in /system/su.d/ please remove the "delete" line from the updater-script so as to not lose any of your already pre-existing files.
Please post here if it worked for you. So far for us over at the Xposed thread, it seems to have worked. Thanks guys! Enjoy your modules!
The problem I imagine is that xposed activates on boot before the selinux mode changer changes the permissive flag. The soft reboot doesnt envoke the default mode as a full boot does, so the mode changer app has already done what is needed.. On the n5 we had a permissive kernel by @sykopompos. I imagine if we had that, we wouldn't need the soft reboot. Is there such a thing for the n6?
rootSU said:
The problem I imagine is that xposed activates on boot before the selinux mode changer changes the permissive flag. The soft reboot doesnt envoke the default mode as a full boot does, so the mode changer app has already done what is needed.. On the n5 we had a permissive kernel by @sykopompos. I imagine if we had that, we wouldn't need the soft reboot. Is there such a thing for the n6?
Click to expand...
Click to collapse
I'm sure it could be made. I guess it's up to the kernel devs to make the default permissive.
EDIT: I was reading the Xposed thread, and you're right! Xposed runs at boot, but SELinux Changer sets SELinux to Permissive after Xposed runs, which is why a soft reboot works, because your restarting Xposed while SELinux is at Permissive. So yes, a kernel set to permissive to default will do the trick without this workaround.
Dude this worked! Thanks so much!
Worked for me too!
Worked here!
Sent from my Nexus 6 using XDA Free mobile app
Oh but a full reboot removes it again...
poczynek said:
Oh but a full reboot removes it again...
Click to expand...
Click to collapse
Yes. Read above.
I think Kernel Devs won't do such a thing, flar2 for example said for his ElementalX Kernel he won't set it to Permissive for various Reason. I imagine other Devs have a similar Opinion.
But I'm sure rovo will fix it in time
D-m-x said:
I think Kernel Devs won't do such a thing, flar2 for example said for his ElementalX Kernel he won't set it to Permissive for various Reason. I imagine other Devs have a similar Opinion.
But I'm sure rovo will fix it in time
Click to expand...
Click to collapse
I'm sure he will not sure how though. We can't delay xposed start up because ART is not JiT so all instructions run at boot rather than when you run a "command"
Nope. I did manage to bork my app drawer lol. Might be the theme update though.
negativzeroe said:
Nope. I did manage to bork my app drawer lol. Might be the theme update though.
Click to expand...
Click to collapse
The top picture is normal, working or not...
Yep this made it work. Thanks. However does that mean when we boot we will then have to soft boot to get it enabled everytime until either rovo fixes it somehow or kernel debs set their default to SELinux permissive?
rootSU said:
The top picture is normal, working or not...
Click to expand...
Click to collapse
I also set xGEL to have a 5 column app drawer, no-go.
bmg1001 said:
So me and a few other guys over in the Xposed Thread were having issues getting our Nexus 6 devices to run the new Xposed Alpha properly. It kept throwing out errors that Xposed wasn't installed and modules didn't work. After a bunch of trial and error, we figured out how to make it work (at least for us)! So if you're having similar issues, try this workaround until Xposed is updated to fix this (although it may be a Nexus 6 error only).
Note: Make sure you already have Xposed installed. http://forum.xda-developers.com/xposed/official-xposed-lollipop-t3030118
1. Make sure SELinux is set to Permissive. You can set it to permissive using this root app, if your kernel isn't permissive by default. https://play.google.com/store/apps/details?id=com.mrbimc.selinux
2. When rebooting into your system after setting SELinux to permissive, enable the Xposed modules that you want.
3. From inside the Xposed app, perform a soft reboot.
4. When the device fully boots up, Xposed should now be fully working. If you still have issues, converting Xposed to a system app might help.
PLEASE PLEASE PLEASE post here if it worked for you. So far for us over at the Xposed thread, it seems to have worked. Thanks guys! Enjoy your modules!
Click to expand...
Click to collapse
Its working great for me.
Switching to permissive worked for me. Thank you
Nexus 6
Works now, thank you.
Damn, so I'm the only one that it still doesn't work for?
flonker said:
Damn, so I'm the only one that it still doesn't work for?
Click to expand...
Click to collapse
Are you following the instructions closely? Using g a known lollipop compatible module? Tinted status bar seems easiest test to me.
rootSU said:
Are you following the instructions closely? Using g a known lollipop compatible module? Tinted status bar seems easiest test to me.
Click to expand...
Click to collapse
Tried it with YouTube AdAway, I'll try tinted status bar.

unroot AOKP

Hi I have installed AOKP as my daily driver on my P8 lite I have an app that does not work unless my phone is not rooted it detects magisk and I have tried changing root status in developer options. Is there any way to unroot AKOP. thanks in advance
ndg_2000 said:
Hi I have installed AOKP as my daily driver on my P8 lite I have an app that does not work unless my phone is not rooted it detects magisk and I have tried changing root status in developer options. Is there any way to unroot AKOP. thanks in advance
Click to expand...
Click to collapse
Did you try uninstalling magisk. It's in magisk app under install tab. Or go in magisk settings and disable Superuser access. By the way can you pass safety net?
Hi thanks for the tip that worked I was trying to use magisk hide and also by trying to shut off SU access in magisk but to no luck. BTW I failed safety net but the app still works it uses its own checking system
ndg_2000 said:
Hi thanks for the tip that worked I was trying to use magisk hide and also by trying to shut off SU access in magisk but to no luck. BTW I failed safety net but the app still works it uses its own checking system
Click to expand...
Click to collapse
Just press thanks button. :good:

What do you use root for and Xposed?

What are the main reasons/apps you guys rooted your pixel 2 for? And does anyone know if Xposed works on the pixel 2?
Clayton993 said:
What are the main reasons/apps you guys rooted your pixel 2 for? And does anyone know if Xposed works on the pixel 2?
Click to expand...
Click to collapse
Only for Adaway app!!!
ApoelEllhnwn said:
Only for Adaway app!!!
Click to expand...
Click to collapse
All I have done as well.
That's funny because that's the first thing I installed too. But I now have viper4android going for louder volumes.
EXKM to control the kernel and brighten up the colors some. Titanium Backup for backing apps. Custom Quick Settings to add a few custom tiles. I like adding one to get me into recovery/bootloader easily.
Xposed is not available yet for Oreo.
https://forum.xda-developers.com/showthread.php?p=74880035#post74880035
jb789 said:
Xposed is not available yet for Oreo.
https://forum.xda-developers.com/showthread.php?p=74880035#post74880035
Click to expand...
Click to collapse
Should have waited 10 mins before posting lol
https://forum.xda-developers.com/showpost.php?p=75128500&postcount=48
https://www.xda-developers.com/xposed-framework-for-android-oreo-beta/
Looks like beta is released. Who will be the first to try lol
Adaway and no tether check since I am on Verizon's grandfathered unlimited data plan.
welp I have successfully installed xposed SDK 27 on my Verizon pixel 2. rooted with magisk, TWRP, and bootloader unlocked obviously.
I installed the module from Magisk along with the modified xposed installer it provides. then went in to the xposed installer app, granted root, rebooted in to recovery and installed the magisk patched xposed zip with TWRP. booted back up, and xposed installer says xposed is installed.
however I can no longer pass safety net. is there a reason for this? doing some research it seems that systemless xposed will do this.
Sent from my Pixel 2 using Tapatalk
---------- Post added at 03:23 PM ---------- Previous post was at 03:21 PM ----------
bigwhat said:
welp I have successfully installed xposed SDK 27 on my Verizon pixel 2. rooted with magisk, TWRP, and bootloader unlocked obviously.
I installed the module from Magisk along with the modified xposed installer it provides. then went in to the xposed installer app, granted root, rebooted in to recovery and installed the magisk patched xposed zip with TWRP. booted back up, and xposed installer says xposed is installed.
however I can no longer pass safety net. is there a reason for this? doing some research it seems that systemless xposed will do this.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
upon further use, the xposed app crashes quite frequently. I guess revo89 is aware of this issue.
Sent from my Pixel 2 using Tapatalk
bigwhat said:
welp I have successfully installed xposed SDK 27 on my Verizon pixel 2. rooted with magisk, TWRP, and bootloader unlocked obviously.
I installed the module from Magisk along with the modified xposed installer it provides. then went in to the xposed installer app, granted root, rebooted in to recovery and installed the magisk patched xposed zip with TWRP. booted back up, and xposed installer says xposed is installed.
however I can no longer pass safety net. is there a reason for this? doing some research it seems that systemless xposed will do this.
Sent from my Pixel 2 using Tapatalk
---------- Post added at 03:23 PM ---------- Previous post was at 03:21 PM ----------
upon further use, the xposed app crashes quite frequently. I guess revo89 is aware of this issue.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
If you read the article you will see where they corrected it. If you use xposed at all you lose SafetyNet.
bigwhat said:
welp I have successfully installed xposed SDK 27 on my Verizon pixel 2. rooted with magisk, TWRP, and bootloader unlocked obviously.
I installed the module from Magisk along with the modified xposed installer it provides. then went in to the xposed installer app, granted root, rebooted in to recovery and installed the magisk patched xposed zip with TWRP. booted back up, and xposed installer says xposed is installed.
however I can no longer pass safety net. is there a reason for this? doing some research it seems that systemless xposed will do this.
Sent from my Pixel 2 using Tapatalk
---------- Post added at 03:23 PM ---------- Previous post was at 03:21 PM ----------
upon further use, the xposed app crashes quite frequently. I guess revo89 is aware of this issue.
Click to expand...
Click to collapse
Tis alternative Xposed installer is working better with fewer crashes. Use the test build posted towards the end of the thread.
https://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758/post75139549
I rooted for Adaway, Magisk Hide, Viper4Android, and Button Mapper so I can launch the flashlight with the screen off. It just doesn't seem to work very well. Any thoughts?
JRJ442 said:
EXKM to control the kernel and brighten up the colors some. Titanium Backup for backing apps. Custom Quick Settings to add a few custom tiles. I like adding one to get me into recovery/bootloader easily.
Click to expand...
Click to collapse
Which app did u use for custom quick settings?
infamousvincci said:
Which app did u use for custom quick settings?
Click to expand...
Click to collapse
There are a few different ones. But Custom Quick Settings is my favorite. https://play.google.com/store/apps/details?id=com.quinny898.app.customquicksettings. I added the bottom 4 in the screenshot. Double click the TWRP tile takes me straight into bootloader in case I want to fastboot a radio or something.
Custom Navigation Bar
Kernel Settings (low memory tweaks, etc)
Pixel 2 USB Audio Control (fixing the USB DAC)
TWRP / full backups
Titanium Backup
Substratum without Andromeda
Ad blocking
Device charging control (Magic Charging Switch)
Viper4Android (Optimizing device speakers)
Waiting on my Pixel still but will root for AdAway and Titanium so I can restore some apps settings.
PuffDaddy_d said:
I rooted for Adaway, Magisk Hide, Viper4Android, and Button Mapper so I can launch the flashlight with the screen off. It just doesn't seem to work very well. Any thoughts?
Click to expand...
Click to collapse
Viper4android here too. Though I've noticed it makes the audio in videos played via chrome browser on Facebook crackle and pop...
danbrown162 said:
Viper4android here too. Though I've noticed it makes the audio in videos played via chrome browser on Facebook crackle and pop...
Click to expand...
Click to collapse
I tried installing the Viper4Android for Magisk 15 module via the Magisk Manager app on my Pixel 2 XL, but all I got was the stupid "There's an internal problem with your device" message on boot, and the V4A app just says I/O error. What is the correct way to get it to work?
Ekitrak said:
I tried installing the Viper4Android for Magisk 15 module via the Magisk Manager app on my Pixel 2 XL, but all I got was the stupid "There's an internal problem with your device" message on boot, and the V4A app just says I/O error. What is the correct way to get it to work?
Click to expand...
Click to collapse
You're installing the wrong version.
Install this one on the list of modules in magisk and it will handle the rest.
Your are going to get some options in the installer so read your options.
BTW "internal problem" message is common. I get it also on every reboot. There's a mod you can do to hide that.

Pokemon Go

I have my phone rooted with magisk. Phone is USA unlocked model and I haven't been able to get the app to work does anyone have any suggestions?
CMDolojan said:
I have my phone rooted with magisk. Phone is USA unlocked model and I haven't been able to get the app to work does anyone have any suggestions?
Click to expand...
Click to collapse
Did you try magisk hide as suggested at the magisk site?
CMDolojan said:
I have my phone rooted with magisk. Phone is USA unlocked model and I haven't been able to get the app to work does anyone have any suggestions?
Click to expand...
Click to collapse
Also, you need go I to magisk settings and hide magisk itself by having it renamed
henk-jan said:
Did you try magisk hide as suggested at the magisk site?
Click to expand...
Click to collapse
jamescable said:
Also, you need go I to magisk settings and hide magisk itself by having it renamed
Click to expand...
Click to collapse
I tried a lot of the things in the thread. I tried hiding magisk I tried the storage app with the
Riru enhanced module but I keep getting unable to authenticate message.
CMDolojan said:
I tried a lot of the things in the thread. I tried hiding magisk I tried the storage app with the
Riru enhanced module but I keep getting unable to authenticate message.
Click to expand...
Click to collapse
Despite there announcements
(What is Magisk Hide?
By using Magisk Hide, you can actually hide the root from gaming apps like Pokemon Go and also any financial apps including banking apps. In order to make sure that you take complete advantage of the Magisk Hide feature, it’s vital to activate it. Here’s the process)
I get the same problem with an other app that doesn't work with magisk hide

Categories

Resources