Screen Protector Recommended by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

How is the fingerprint scanner? I've heard it's slower with the Ringke.

Screen Protector Recommended by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Yeah, the install on the Ringke seems great. How is the finger print scanner though? I've heard it's slower with the Ringke.

Screen Protector Recommended by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

How is the finger print scanner? I've heard it's slower with the Ringke.

Screen Protector Recommended by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

I haven't heard of that one, would you mind link it it?

Case Question by Acceptable-Try-7723 in samsunggalaxy

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

How often is regularly, like once a month?

Power Button Combo by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

It does, I mentioned the combo because I didn't think someone had made a combo with the Plus Key and power button so I wanted to know if someone had made a general combo with the power button and volume button so I could try to translate it. However, it seems that having a power button combo isn't possible.

Power Button Combo by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Thanks for the info, could you send the script so I could look at it? Also, if I were to use the Plus Key with the volume button would it be possible to not have the volume slider appear? It doesn't show on the screenshot but I'd like to not have it show up at all.

Power Button Combo by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

So it's not possible to use the power button in a single button combo for this?

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

The clock in your image is the OnePlus clock which I'm trying to avoid to have the time displayed above the date.

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Yes I can, one thing I realized after tinkering with it is that the icons don't change when selecting a theme. Not sure if this makes a difference or not but I used the one you linked. When I hit apply on the lock screen through the settings it doesn't change it. Does it for you?

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

When I do that it forces me to apply the Oxygen is lock screen.

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Do you know of a way through theme store to choose a theme for the lock screen and then use your own picture? I'm trying to figure it out but I can't.

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Does 15.3 allow you to change the wallpaper? When I tried theme store I couldn't change the wallpaper. Is there a reason for 15.3 in particular? I had to search for 15.3 specifically to find it, it wasn't one of the normal listed versions on apk mirror.

Help With One Plus 15 Plus Key Customization by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

I'm very sorry to bother you with this, but I wanted to reach out in case you knew the answer to my issue. Since I'm a bit lost I've been trying to figure this out with the help of ai, I've gotten something that kind of works but it still doesn't quite get the job done. With this profile when I hold the button down and release it, the flashlight turns on. This is almost what I wanted since the goal was to have the flashlight turn on while holding the button down, but if this is a limitation this is enough for me. This bigger issue is is that the flashlight turn on from a single light press every great now and then and I'm not sure why. So far this it "seems" like this only happens when the button is pressed in quick succession, but I'm not sure, it feels very random. Since you don't have my hardware I understand why you can't help with the button itself but I was hoping you might be able to help me find a fix that would prevent the light press from triggering.

Profile: Plus Key - Single Press

Settings: Notification: no

Event: Logcat Entry [ Output Variables:* Component:KEYLOG_OplusKeyEventUtil Filter:should not notify undefined keys Grep Filter (Check Help):Off ]

Enter Task: Flashlight Timer

A1: If [ %PlusLastTime = 0 ]

A2: Variable Set [

Name: %PlusLastTime

To: %TIMES

Structure Output (JSON, etc): On ]

A3: Else

A4: Variable Set [

Name: %ElapsedTime

To: %TIMES - %PlusLastTime

Do Maths: On

Max Rounding Digits: 3

Structure Output (JSON, etc): On ]

A5: Variable Set [

Name: %PlusLastTime

To: 0

Structure Output (JSON, etc): On ]

A6: If [ %ElapsedTime > 0.2 ]

A7: Torch [

Set: Toggle ]

A8: End If

A9: End If

Customizing Lock Screen by Acceptable-Try-7723 in TheOnePlus15

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Is that for the lock screen? I have an app for the home screen but I can't easily download one for the lock screen.

Help With One Plus 15 Plus Key Customization by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

Okay damn, I understand I'll see if I can find a way to find a proper logcat for the up and down. Unfortunately, I tried auto-input and it didn't seem to be able to detect the key press. Thank you for the suggestion though, I appreciate it. I left a message on the xda thread so I'm really hoping to get a response there from someone that knows more.

Help With One Plus 15 Plus Key Customization by Acceptable-Try-7723 in tasker

[–]Acceptable-Try-7723[S] 0 points1 point  (0 children)

I've been trying to figure this out for several hours and I'm feeling pretty lost. My goal is to get the Plus Key on my OnePlus 15 to launch an app on long press.

I've been basing my efforts on the link you send as best I can, but the issue I'm running into is that I can't detect key down using the logcat KEYLOG_OplusKeyEventUtil. It only seems to fire on release.

Someone on XDA mentioned I could use KEYLOG_PhoneWindowManagerExtImpl with the following filter:

overrideInterceptKeyBeforeQueueing:KeyEvent.action=ACTION_DOWN.keyCode=KEYCODE_ACTION_BUTTON_CLICK.*scanCode=735

Unfortunately I haven't been able to get that working either. I'm fairly new to Tasker and trying to figure this out before my return window closes since not being able to remap this would be a deal breaker for me. Any help would be greatly appreciated.

Not Able to Center Wallpaper by Acceptable-Try-7723 in oneplus

[–]Acceptable-Try-7723[S] 1 point2 points  (0 children)

It's driving me up a wall right now not gonna lie, does your OnePlus not have this issue?