applock - Huawei Mate 9 Questions & Answers

Can some tell me if there is an option on mate9 to lock each apps apart from general fingerprint lock on the phone.
If not , which app would be the best?

smithinsundar said:
Can some tell me if there is an option on mate9 to lock each apps apart from general fingerprint lock on the phone.
If not , which app would be the best?
Click to expand...
Click to collapse
Yes, very easy to do. Same as the video below but instead of entering a lock code, it will use your finger print on Mate 9.
https://www.youtube.com/watch?v=DXGvv5iEXFw

Related

Confirm the App is working in oneplus 2 - Turn your back cam as finger print sensor

Finger Print App lock - Unlock the lock 100% safe thru your fingers.
App locks allow us to keep the system and user application safe, I would like to take App lock into next leave using camera we made the first finger print app lock for all the devices.
Here you can download the application - ad-free version for xda users
Donation Version - https://play.google.com/store/apps/details?id=com.fingerprint.applockpro
Free version GP - https://play.google.com/store/apps/details?id=com.fingerprint.applock
There are few phone in market has Finger print sensors - like One plus 2, Elephone p8000, UMI harmar, etc.. We wanted all the phone user should have a access to finger print sensor without the sensor, so we made the first app which can use the camera and act as a finger print sensor.
We made a simple application which can use the Camera Sensor and Un-lock the locked Apps.
If the Finger print is failed to detect, automatically the Pattern lock or Number lock will open and ask the password.
Unlock the app thru your fingers.
Finger prints are Encrypted by default.
Choose the option which way you want to unlock the apps ? Finger print ? Numbers or Pattern?
Requirement for Finger print - All you need a good Camera with Flash, I believe 8Pix Camera with Flash can do the real job.
We are looking for Video to post over google play store.. help us..
Click Thanks button to support my work
It would be a great idea if it uses actual fingerprint sensor for unlocking apps.
MrJukeHardbane said:
It would be a great idea if it uses actual fingerprint sensor for unlocking apps.
Click to expand...
Click to collapse
That's what I thought it was until I opened the play store page and watched the video.. 5-10 seconds to verify a fingerprint using a camera or less than 1 second to verify it using the integrated fingerprint sensor. I know which one makes far more sense!
Great idea....appreciate the hardwork
For everyone using CM or any of the custom roms and miss the fingerprint scanner... this is actually a nice substitute.
Can you let us know about privacy and if the data is stored locally or if it calls home?
privacy
We encrypt the User Finger prints and we don't save any of the user datas..

Security leak: How to disable camera shortcut on lock screen ?

I have found a weird security leak on the Mate 9.
On the lock screen I can access the camera without using fingerprint or pin code. Even when I lock out the camera app with Applock.
Is there a way to remove the camera shortcut on the lock screen ?
That's not a security issue, that's a convenience! ><
Swan Princess said:
That's not a security issue, that's a convenience! ><
Click to expand...
Click to collapse
I also think so.
mermaidkiller said:
I have found a weird security leak on the Mate 9.
On the lock screen I can access the camera without using fingerprint or pin code. Even when I lock out the camera app with Applock.
Click to expand...
Click to collapse
Unless you've found something specifically insecure with that method, I don't believe the camera shortcut on the lock screen, in its current design, has any apparent security flaws.
If your concern is access to gallery photos,then I can tell you that only the shots taken at the time the phone is locked can be seen in the gallery/history, not the photos previously taken while the phone was unlocked.
lostorbit said:
Unless you've found something specifically insecure with that method, I don't believe the camera shortcut on the lock screen, in its current design, has any apparent security flaws.
If your concern is access to gallery photos,then I can tell you that only the shots taken at the time the phone is locked can be seen in the gallery/history, not the photos previously taken while the phone was unlocked.
Click to expand...
Click to collapse
Yes. Only the shots taken at the time the phone is locked can be seen in the gallery/history, not the photos previously taken while the phone was unlocked. :good:
Not Working

screen lock!!

Hello , can I know some applications like screen lock ( such as snap lock or aclock) which uses fingerprint to unlock , these apps only uses pattern or pin to unlock , I want to use fingerprint to unlock ...is thee any way without rooting to do so.
If not can anyone tell me how to change the lock screen of zuk z1 , that same old view is getting boring ,thank you
Next lock screen app https://play.google.com/store/apps/details?id=com.microsoft.next
Im using this app for a long time, works fine on Zui.
Albein said:
Next lock screen app https://play.google.com/store/apps/details?id=com.microsoft.next
Im using this app for a long time, works fine on Zui.
Click to expand...
Click to collapse
Thanks. Looks good so far ?
consigliere001 said:
Thanks. Looks good so far ?
Click to expand...
Click to collapse
Ummm wait no , not so good anymore lol after few hours the on screen nav bar is showing up on the next lock screen now

[SOLVED]Add functionality to fingerprint sensor

Hello,
We already can use the fingerprint sensor to open and close the notification panel and I would know if it is possible to use it for others utilities like for example touch the sensor to come Bach to the home screen.
jacquesallet said:
Hello,
We already can use the fingerprint sensor to open and close the notification panel and I would know if it is possible to use it for others utilities like for example touch the sensor to come Bach to the home screen.
Click to expand...
Click to collapse
Yes, we can. But we need an app like fingerprint gestures to do it. It's better with root.
absvini said:
Yes, we can. But we need an app like fingerprint gestures to do it. It's better with root.
Click to expand...
Click to collapse
Thanks!

[No root] Finally, an app to enable native Lift To Wake (lockscreen)

TL, DR. Where is the download?
github.com/xubowenhaoren/OPLiftToWake/releases
What does it do?
This is a simple app to enable Lift To Wake for OnePlus 7 series.
It is not the Lift To "Ambient Display" in the stock Settings App; it enables the true Lift To "Lock Screen" like other phones.
Why do I want this feature?
You've probably already known that OnePlus, in Android 10, reveals the notification content on the lock screen after Face Unlock.
But to see those notifications, you either need to:
1. Pick up the phone and unlock with your finger at the Ambient Display. A two-step process.
2. Pick up the phone and press the power button. Again, a two-step process.
Now with the app, you can pick up the phone and the lock screen immediately shows up.
How does it do this?
It listens to the native system sensor (`oneplus.sensor.pickup`). In my testing, it is very power efficient.
What phones does it support?
I have tested this on a OnePlus 7T with Android 10. It should also work with other OnePlus 7 series.
Note that for earlier OnePlus phones, there is also a [pickup sensor] but with a different name.
If you want this app to work with earlier OnePlus phones, you should try replacing this line in `Utils.java` with the correct sensor name:
```
mSensor = Utils.getSensor(context, mSensorManager, "oneplus.sensor.pickup");
```
How do I use it?
You probably want to turn off the Ambient Display first.
After installing the app, turn on the "Lift To Wake" toggle.
You should also consider turning off the battery optimization of the app for a more consistent background performance.
Do I need Magisk for this?
No, it is root-free.
Credits
Much of the code is from the Lineage OS team.
Other code references can be found in the code comments.
Love this feature thank you!
Works like a charm ? thanks.
Awesome! will give it try, hope there is no battery drain.
Great to see! Cheers
It is still a 2 step procedure when i use face unlock along with fingerprint.
It should be a command that when I pick up the phone -> auto open lockscreen -> auto trigger face unlock.
When i want to use fingerprint, just tap to wake ambient display and unlock with fingerprint.
I really dont want to sacrifice FOD to use only face unlock.
_DoomD_ said:
It is still a 2 step procedure when i use face unlock along with fingerprint.
It should be a command that when I pick up the phone -> auto open lockscreen -> auto trigger face unlock.
When i want to use fingerprint, just tap to wake ambient display and unlock with fingerprint.
I really dont want to sacrifice FOD to use only face unlock.
Click to expand...
Click to collapse
This is the app for you then. Also, you don't lose FOD at the lock screen.
bwx074 said:
This is the app for you then. Also, you don't lose FOD at the lock screen.
Click to expand...
Click to collapse
You dont get my point, bro. When you use both FOD and face unlock, this app just show the lockscreen when pick up. Then u have to choose putting your finger on FOD or pressing the face icon button on top of the clock to unlock.
My desire is that the app will trigger the face unlock automatically in that situation.
_DoomD_ said:
You dont get my point, bro. When you use both FOD and face unlock, this app just show the lockscreen when pick up. Then u have to choose putting your finger on FOD or pressing the face icon button on top of the clock to unlock.
My desire is that the app will trigger the face unlock automatically in that situation.
Click to expand...
Click to collapse
I am using a OnePlus 7T. In my case, when the lock screen lights up, Face Unlock automatically works and my new messages reveal their content.
bwx074 said:
I am using a OnePlus 7T. In my case, when the lock screen lights up, Face Unlock automatically works and my new messages reveal their content.
Click to expand...
Click to collapse
Do you use only face unlock?
_DoomD_ said:
Do you use only face unlock?
Click to expand...
Click to collapse
I have both Face Unlock and fingerprints set up, but I mainly use Face Unlock. Hence the need for this app
bwx074 said:
I have both Face Unlock and fingerprints set up, but I mainly use Face Unlock. Hence the need for this app
Click to expand...
Click to collapse
Weird!!! Something prevents the app from triggering face unlock automatically. Maybe because of the pop up camera firmware in 7 pro.
Pocket detection doesn't appear to work on OP7 Pro. ? Great work tho!
Krsmqn said:
Pocket detection doesn't appear to work on OP7 Pro. Great work tho!
Click to expand...
Click to collapse
My OP7T doesn't even have a pocket mode, so I can't test that for you. However, the original Lineage OS code had support for pocket mode. You could try to add it! :good:
It's cool. Kinda slow thought.
If I turn off the notification, will it keep running?
And thanks for it, really useful:good:
joechan said:
If I turn off the notification, will it keep running?
And thanks for it, really useful:good:
Click to expand...
Click to collapse
Yes, I've tested this.
Facing a minor problem. The app has to be opened up to function after deep sleep i:e in the morning. The battery optimization is off for the app.
Any ideas how to fix the issue.
Nice I love it. Great job sir. ?
_DoomD_ said:
You dont get my point, bro. When you use both FOD and face unlock, this app just show the lockscreen when pick up. Then u have to choose putting your finger on FOD or pressing the face icon button on top of the clock to unlock.
My desire is that the app will trigger the face unlock automatically in that situation.
Click to expand...
Click to collapse
Same here.

Categories

Resources