Deadly ghost fp on the OP 7 PRO - OnePlus 7 Pro Questions & Answers

Hello XDA!
I make all for use the deadly ghost on the op7 pro and all is ok but... the animation of the finger print doesn't go. I can change the fingerprint icon without problem but the color o the animation don't change. What I can do?
oxygen 10.0.2.gm21aa

Darkner97 said:
Hello XDA!
I make all for use the deadly ghost on the op7 pro and all is ok but... the animation of the finger print doesn't go. I can change the fingerprint icon without problem but the color o the animation don't change. What I can do?
oxygen 10.0.2.gm21aa
Click to expand...
Click to collapse
Try switching the resolution to FHD+

Related

Screen Off Gestures

Has anyone else on had issues with the screen off gestures like the V shape for flashlight not work all the time? Or the double tap to wake just refusing to working sometimes? Have this on the 7 Pro and had this on the 6T before this phone. Weird.
OOS of course
H4X0R46 said:
Has anyone else on had issues with the screen off gestures like the V shape for flashlight not work all the time? Or the double tap to wake just refusing to working sometimes? Have this on the 7 Pro and had this on the 6T before this phone. Weird.
OOS of course
Click to expand...
Click to collapse
The problem I have with the gestures I've noticed is that they don't work if Ambient Display is triggered. The screen has to be completely off for them to work for me. I don't know if it's a bug or a feature but it's pretty annoying. I didn't have this problem when I had my 6T at all, or if I did, I didn't notice it much before I got rid of it.
TheKnux said:
The problem I have with the gestures I've noticed is that they don't work if Ambient Display is triggered. The screen has to be completely off for them to work for me. I don't know if it's a bug or a feature but it's pretty annoying. I didn't have this problem when I had my 6T at all, or if I did, I didn't notice it much before I got rid of it.
Click to expand...
Click to collapse
Yeah I've always had issues with the gestures working when they feel like it. Both on my 6T and now on my 7 Pro! I always liked the V gesture to turn on flashlight, but it's so finicky that I'm using Renovate Ice mainly for the power button torch. (And secure app screenshots, but that's unrelated for this thread lol)
H4X0R46 said:
Yeah I've always had issues with the gestures working when they feel like it. Both on my 6T and now on my 7 Pro! I always liked the V gesture to turn on flashlight, but it's so finicky that I'm using Renovate Ice mainly for the power button torch. (And secure app screenshots, but that's unrelated for this thread lol)
Click to expand...
Click to collapse
They only work when you don't want them to it feels like. Half the time I pull my phone out of my pocket and my flashlight is on or my Galaxy Watch is disconnected cause I turn off Bluetooth due to taps while my phone is in my pocket. Agreed on the Power Button Torch and Secure Screenshots in Renovate Ice though. ??

[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.

Colors Washed on Lock Screen when Fingerprint Unlock is Enabled

I don't know if this is a "bug or feature" type of situation, but I just got my brand new Poco F2 Pro and I noticed that the colors in the lock screen are washed out. I deleted all the registered fingerprints from the Settings and suddenly the colors are... colorful again.
So, is this a bug that Xiaomi can fix with a software update, is it a hardware issue, or is it intentional and necessary for the fingerprint sensor to work?
Any info would be greatly appreciated.
Thank you
i can confirm this phenomena
Correct observation.
Don't know the reason but probably a bug not solved with Miui 12.
It did this on MIUI 11 as well just not as noticeable. It drives me insane tbh, especially the quick settings menu. Can't even take a pic of it. I've tried a handful of lockscreen themes and found one that is bearable as it let's you tint the lockscreen.
I see it too
Same here.
Did you use advance color gamut setting instead of auto? I noticed this when color gamut option is not set to auto.
Make sure if you're using dark mode, in settings/display/dark mode you don't have wallpaper darken... This creates a washes out look
I have experienced this too and have found no surefire workaround. However, what does seem to be more effective is if you set your wallpaper through the options in the settings menu and not through a launcher (like Nova for instance). It reduces the grainy quality of the lockscreen, but the image is still not the best.
I dont think its a bug, since in-display fingerprint reader needs a very bright light-source, the display itself will illuminate to the max for the fingerprint scanner to works, which is essentially the same as "sun-mode". In that mode, all color will look bad.
Same I felt it today...I faced then I went to shop they wiped out my data :3 when I setup my wallpaper and the fingerprint it's happening like before..and there's another bug on dark mode as well ,when you lower your brightness completely,the settings font will start its color fading :crying:
LuZ_booyadude said:
Did you use advance color gamut setting instead of auto? I noticed this when color gamut option is not set to auto.
Click to expand...
Click to collapse
Auto mode actually gives a better contrast to the lock screen wallpaper than Advanced, I didn't realize. ?
whitey12884 said:
Make sure if you're using dark mode, in settings/display/dark mode you don't have wallpaper darken... This creates a washes out look
Click to expand...
Click to collapse
I tried that and I don't see any difference with it on and off ??*
kopter36 said:
I dont think its a bug, since in-display fingerprint reader needs a very bright light-source, the display itself will illuminate to the max for the fingerprint scanner to works, which is essentially the same as "sun-mode". In that mode, all color will look bad.
Click to expand...
Click to collapse
Unfortunately, I don't think it's a bug either. What doesn't make sense to me is that the entire screen needs to have these washed colors for the fingerprint sensor to work. It's such a small part of the screen, why wash out everything?
I saw it too. I was using Advanced Color Gamut option. Then I switched to "Saturated" and it solved it.
Unfortunately that didn't work either.
Strange thing is that it doesn't happen on my 9T Pro.
himan7991 said:
Unfortunately, I don't think it's a bug either. What doesn't make sense to me is that the entire screen needs to have these washed colors for the fingerprint sensor to work. It's such a small part of the screen, why wash out everything?
Click to expand...
Click to collapse
I have no idea why tho.. Im guessing maybe it have something to do with "Sun mode" kinda "overclock" the entire display when fingerprint-reader need to, and then switch back to normal display mode right after.
But that kinda defeats one of the OLED key-strength, being able to lights-up individual pixel instead of lighting whole screen. Doesnt make sense to me either..
We need to report this from the miui developer guys its so annoying especially when you're in a dark room or room with lights off
---------- Post added at 08:20 PM ---------- Previous post was at 08:07 PM ----------
Can we report this on miui devs? cuz its so annoying
kopter36 said:
I dont think its a bug, since in-display fingerprint reader needs a very bright light-source, the display itself will illuminate to the max for the fingerprint scanner to works, which is essentially the same as "sun-mode". In that mode, all color will look bad.
Click to expand...
Click to collapse
If you used other Xiaomi devices you'd know it didn't happen before.. I hope it's not a hardware thing.
Disabled my fp at least for now. Can't enjoy a brand new phone with these washed out colours.
Ahhh. So it's not just mine lol. I played with so many different settings trying to fix this crap. I gave up lol
Half Alive said:
If you used other Xiaomi devices you'd know it didn't happen before.. I hope it's not a hardware thing.
Disabled my fp at least for now. Can't enjoy a brand new phone with these washed out colours.
Click to expand...
Click to collapse
I agree with you, as this behaviour didnt happen on my Mi 9T Pro, although I suspect it could have caused by both "sun-mode" and Xiaomi decision to use white-light for fp illumination instead of turquoise-like color on previous model. Im still using it, for convenience anyway.
In my experience it is just happened with gamut color option, with other color option it is no issue. My super mars wallpaper look amazing.

Question Full-screen gestures not working?

Hey everyone,
just received my new X4 Pro and wanted to switch to full-screen gestures, but they do not work. I can see the bar at the bottom but nothing happens when I try to navigate home anything else.
Do you experience the same issues?
It is such a shame the device is having so many small bugs and issue upon release :-(
<Mod Edit>: English translation added.
Try to update the system or reboot
尝试更新系统或者重启
Choosing Full Screen Gestures and restarting the phone leads to resetting the feature to the old "bar". So this really seems to be a persistent issue.
gmbhneo said:
Hey everyone,
just received my new X4 Pro and wanted to switch to full-screen gestures, but they do not work. I can see the bar at the bottom but nothing happens when I try to navigate home anything else.
Do you experience the same issues?
It is such a shame the device is having so many small bugs and issue upon release :-(
Click to expand...
Click to collapse
you've probably found out a solution already I'm extremely late but no The Poco X4 Pro (Peux) that i have had full screen gestures working perfectly fine
My phone says that only the default launcher allows full screen mode.

Question Wallpaper blinks black once if phone is unlocked from Moto Display? [Android 12]

I'm on Android 12 and among many unpleasant things about this update there is one very irritating.
If I'm unlocking phone from Android 12 Lockscreen then it's unlocked like usual.
If I'm unlocking phone from Moto Display, then for a split second homescreen wallpaper (icons are unaffected by the way) turns black.
Is this a know bug on Edge S or it's just me being unlucky?
I dont have that problem. I do recomed try with a hard reset
Rapha_t said:
I dont have that problem. I do recomed try with a hard reset
Click to expand...
Click to collapse
Yeah, gotta give a small update on this issue. This problem occurred shortly after I've upgraded to a12. For whatever reason I had two lockscreens (a12 and moto display) interfering with each other. One time you'd get a12 and the other - moto display. Then I set up a pin and a fingerprint, then removed them both and the a12 lockscreen has gone as well.
Now I'm trying to understand why the a12 lockscreen is gone and how to recreate this issue. At the moment I have only moto display. Do you still have both moto display and a12 lockscreens?
varricade said:
Yeah, gotta give a small update on this issue. This problem occurred shortly after I've upgraded to a12. For whatever reason I had two lockscreens (a12 and moto display) interfering with each other. One time you'd get a12 and the other - moto display. Then I set up a pin and a fingerprint, then removed them both and the a12 lockscreen has gone as well.
Now I'm trying to understand why the a12 lockscreen is gone and how to recreate this issue. At the moment I have only moto display. Do you still have both moto display and a12 lockscreens?
Click to expand...
Click to collapse
Yes, but A12 lockscreen appears only when i push the power button with a finger whose fingerprint was not recorded

Categories

Resources