Rog phone doesnt use 2nd flash led - ASUS ROG Phone II Questions & Answers

Hello guys, asus rog phone doesnt activate 2nd led flash. I think it only for lighting armor case. Is there any way to activate it without the case?

vimalcv said:
Hello guys, asus rog phone doesnt activate 2nd led flash. I think it only for lighting armor case. Is there any way to activate it without the case?
Click to expand...
Click to collapse
Not that I know of, like you say, it's only for official case

reg66 said:
Not that I know of, like you say, it's only for official case
Click to expand...
Click to collapse
I hope xda devolopers try to figure it out

Second light you see is not a flash light, it's a RGB light. For the lighting armor case, this light turns on to make writing and logo on back of case light up in different colours. So yeah mobile has only 1 flash light.

Doesn't the case have an NFC chip in it that activates the light? I've never dealt with NFC, but would it be possible to mimic that chip data with a stand alone chip that you can use to trick the phone?

Mr_Mooncatt said:
Doesn't the case have an NFC chip in it that activates the light? I've never dealt with NFC, but would it be possible to mimic that chip data with a stand alone chip that you can use to trick the phone?
Click to expand...
Click to collapse
Yeah, I'm theory, but it would only be an rgb led, not a flash...

reg66 said:
Yeah, I'm theory, but it would only be an rgb led, not a flash...
Click to expand...
Click to collapse
Good point. Use it for mood lighting! Lol

reg66 said:
Yeah, I'm theory, but it would only be an rgb led, not a flash...
Click to expand...
Click to collapse
RGB can make white flash (just combine all red green and blue).. hence can be used for mood lighting, party strobing, camera flash etc

Anyone able to fine any solutions for the 2nd rgb light to work without the case?

vimalcv said:
Hello guys, asus rog phone doesnt activate 2nd led flash. I think it only for lighting armor case. Is there any way to activate it without the case?
Click to expand...
Click to collapse
I found it currently it was quite evil design and almost undetectable till someone give me free rog phone 2 to open and investigate .u need a very weak n small mgnet bar (enough to keep a small needle hanging), and nfc chip just to trigger for awhile (hardware ver)
Another option u can try , set your aura light mode on
then go std calculator dial .012345+=
Then go menu test rgb ( software version) ihope someone can create a consol to activate hidden rog item including the extra usb c port too

Pum0nss said:
I found it currently it was quite evil design and almost undetectable till someone give me free rog phone 2 to open and investigate .u need a very weak n small mgnet bar (enough to keep a small needle hanging), and nfc chip just to trigger for awhile (hardware ver)
Another option u can try , set your aura light mode on
then go std calculator dial .012345+=
Then go menu test rgb ( software version) ihope someone can create a consol to activate hidden rog item including the extra usb c port too
Click to expand...
Click to collapse
It worked after put on Aura Sync light in Armoury Crate, with .12345+= in Calculator App and select single test, Aura and Bump Red LED Test, Aura and Bump Blue LED Test and Aura and Bump Gren LED Test.

We need to figure out a way to make use of this LED outside of the test menu.

Reverse engineer SMMI test app maybe?
I exported java resources from SMMI Testing app and found the parts responsible for the Aura bump test. I am too amateur to understand the code and its dependencies. Can anyone help build an app to do this externally and in more controlled way from these resources?

I hope there is some solution for this soon! Having a RGB light on phone can give a very unique lighting conditions for photography which I would love to test

Nkz=- said:
I hope there is some solution for this soon! Having a RGB light on phone can give a very unique lighting conditions for photography which I would love to test
Click to expand...
Click to collapse
This app uses root access to let you control the ASUS ROG Phone II's RGB logo
Looking for a way to customize the illumination pattern of the RGB logo on the ASUS ROG Phone II? Check this rooted app out!
www.xda-developers.com
Works on stock. Requires root tho.
Another option (I think) could be asking someone with the lightning case to clone the NFC chip, post the data here and You could make Your own NFC chip - might also work.

Pum0nss said:
I found it currently it was quite evil design and almost undetectable till someone give me free rog phone 2 to open and investigate .u need a very weak n small mgnet bar (enough to keep a small needle hanging), and nfc chip just to trigger for awhile (hardware ver)
Another option u can try , set your aura light mode on
then go std calculator dial .012345+=
Then go menu test rgb ( software version) ihope someone can create a consol to activate hidden rog item including the extra usb c port too
Click to expand...
Click to collapse
Hey, can you share data to write to a custom NFC chip so that i can mimic as if the case is on? I'll arrange a magnet. If I can just mimic the NFC case, I'll be able to control the RGB LED!

4869_aptx said:
Hey, can you share data to write to a custom NFC chip so that i can mimic as if the case is on? I'll arrange a magnet. If I can just mimic the NFC case, I'll be able to control the RGB LED!
Click to expand...
Click to collapse
Surely it's easier to flash twrp and root, then install the custom RGB app, no? I can walk you through the process if you're not sure how to...

To enable and disable your Asus Rog phone 3 led flash (WITHOUT ROOT AND OR COMPUTER) you will need the following applications and settings to be on.
YOU MUST ALSO BE ON ANDROID 11+, ANDROID 10 NEEDS USB DEBUGGING FOR SHIZUKU AS THERES NO WIRELESS DEBUGGING IN ANDROID 10 FOR ASUS ROG PHONE 3.
Apps:
Shizuku (https://shizuku.rikka.app/)
aShell (https://gitlab.com/sunilpaulmathew/ashell)
Settings you need on to do this:
System lighting must be set up and enabled
Developer options must be on and you must enable:
USB Debugging
Wireless Debugging
Step 1: After you have done the prep, start Shizuku's pairing service and type your pairing code found inside wireless debugging into the notification Shizuku sends.
Step 2: Start Shizuku service and grant permission to aShell inside Shizuku.
Step 3: Open aShell and type "setprop vendor.asus.aura.CSCmode 1"
And just like that, you now have your secondary flashlight enabling when you enable system lighting and it disabling when you disable system lighting. Furthermore it does persist outside of apps after stopping Shizuku service and disabling both wireless debugging and usb debugging, however I do not know if it persists when your phone restarts or boots up again. And. This is a rootless method that is easy to do.
Now to disable the led flash you repeat step 1 and 2 but now instead of typing "setprop vendor.asus.aura.CSCmode 1" you instead type "setprop vendor.asus.aura.CSCmode 0" inside of aShell. Simple as that. Now it's off. Enjoy your custom lighting.
Everything after this line is just me explaining how I found you can enable this feature
Just now when I discovered my Asus Rog phone 3 even had a working led flash using smmi test I was fairly maddened that I couldn't get control over it because you need a specific case to unlock it, just seems unfair to pay for a feature that's locked behind a paywall.
And as such I took it upon myself to find a method without root using ADB to unlock this feature and I found it.
The way I even managed to find how the led can be turned on or off is by using any apk viewer/editor and selecting the smmi test system app and viewing its contents inside assets/[ASUS-I003DD]-config.xml and at line 46 I noticed this:
<TEST_ITEM Disable="0" ErrorCode="2186" Name="Aura_Bump_RedLED_Test" Param="getprop vendor.asus.aura.CSCmode;setprop vendor.asus.aura.CSCmode ;1" AutoTest="0" />
"setprop vendor.asus.aura.CSCmode ;1", and it looked an awful lot like a adb command you would use to set a system property, considering the led turns on when you run the test I knew it was correlated to that adb command that it sends.
By using Shizuku "https://shizuku.rikka.app/"
And "aShell" https://gitlab.com/sunilpaulmathew/ashell
Aswell as wireless debugging I now had a adb app that I can use to get system access to parts I otherwise couldn't get, I ran the following command inside aShell "getprop" which shows me all the system properties and I saw once again. "vendor.asus.aura.CSCmode"
Using what I understood about smmi test's command I ran "setprop vendor.asus.aura.CSCmode 1" and low and behold, the second led flash started to work. It's synced to the Asus logo at the back that glows, if the Asus logo glows red, the flashlight will be red, so on and so forth. Furthermore, you can control the brightness of this light so that's even better and it's quite bright at max. Better yet, you don't need root, thus making it much simpler to get and still pass safetynet, whilst enabling a otherwise disabled feature. I haven't tested if it disables itself after restart BUT it does stay for the whole time you use your phone, to disable the second led, just type "setprop vendor.asus.aura.CSCmode 0" and now it's off.

Related

[APK] Official Thread for Keep The Lights On 1.3 (Free Version)

If you want to donate, or more features, check out Keep The Lights On Pro.
What does it do?
Keep The Lights On is a simple app that performs one function. It keeps the LEDs behind the buttons on a Captivate or similar phone on while the screen is on.
That seems stupid, why would anyone do that?
Well, try finding those buttons in the dark. While the stock ROM turns on the LEDs when you touch the screen, the i9000 based ROMs do not. In addition, most i9000 ROMs have a timeout of 3 seconds.
Doesn't that waste battery?
Depends on what you mean by waste. So first you have to understand the scale of battery consumption I'm talking about. LEDs, especially surface mount ones, draw very little power. How little? Assuming typical LEDs, we're talking 5 milliamps at 3.3 volts. Given that there are 4 LEDs, that means the total power consumption is 0.005 * 3.3 * 4 or 0.066 watts. The CPU consumes between 100 and 1000 milliamps, again at 3.3 volts meaning it uses between 0.33 and 3.3 watts. That's 5-50 times as much power, and that's before adding in the backlight, radio, etc. While yes, technically this uses a little more power, the scale is so small that for all intents and purposes it isn't going to make a difference in your life. Seeing the buttons clearly though, that takes frustration out of your life. Seems like a reasonable trade off.
Does it work with other BLN things like Blinky or BLN Pro?
Yes. This uses a different way to handle the BLN than both those apps. In fact it only requires a rooted ROM with these lights to work. So that means it should work for i9000, Fascinate, Captivate, Vibrant, etc. This should even work with the stock ROM given it is rooted.
If it works for all those phones, why is this just in the Captivate Section?
Well, I only have one phone right now to test with. That is my personal Captivate.
Why are you giving this away for free? Are you drunk? Does it use ads?
To answer the second question first, sometimes but not right now. This is free because I like making people's lives easier. I do not believe in advertisement based products, so you'll never see that from me. If you want to give something back, consider the donate button or buy the Pro version.
I installed it but didn't the app in my list of apps. Is it broken?
Short answer, no. This is a widget based app. Simply add the widget and click it to change the light behavior. You can even remove the widget and it'll remember your preference when you start up. That said if you uninstall the app you'll loose the behavior.
I just got an invalid signature error. What do I do?
This is my fault, there was an early version that I didn't sign correctly. Simply uninstall it manually before installing this version from the market.
What other issues exist?
Well there's a few:
I've had one report of the lights flashing instead of staying solid when turning the screen on. If this user hits one of the buttons the lights will stay on. I'm working on a way to fix this, I haven't found the cause as of yet.
There's a superuser notice every once in a while. This is easy to turn off in the superuser app, and will be fixed in the pro version.
There's been one report of clicking a link in andchat causes the lights to go out. I haven't been able to reproduce it yet.
If you find a problem not on this list, feel free to let me know.
What other features are in this app?
None; however, I'm always open to new ideas. Be warned though, they may go into the pro version.
How do I get this app?
From the market, or here:
Keep The Lights On
by Guardian Bob
Great widget....downloaded it this morning.
Sent from my SGH-I897 using XDA App
using the paid version, much thanks!
Suggestion
I have not tried your app yet, but I have a suggestion.
If you could turn on or off each individual LED, rather than all on or all off, then you could consider using each button to indicate something different.
Home - new email
Menu - new text
Back - missed call
Maybe you can even make them blink?
wvmstr said:
I have not tried your app yet, but I have a suggestion.
If you could turn on or off each individual LED, rather than all on or all off, then you could consider using each button to indicate something different.
Home - new email
Menu - new text
Back - missed call
Maybe you can even make them blink?
Click to expand...
Click to collapse
What would be the point of that with this app.....it turns the lights on when the screen is on, if the screen is on then you have those same notifications at the top of the screen already.
Though I guess it might be useful for some if those additions were made to Guardian Bob's BLINKY APP.
Support for Galaxy Tablet
First off, thanks for your efforts!! This is exactly what I'm looking for.
Any chance you will be able to support this on the galaxy tablet? I am happy to help in any way I can - I am a developer (though I haven't done much android development). I have a rooted device with busy box... if there's anything I can do to help you figure out this device, please let me know!
Crazy me, I would honestly like to be able to DISABLE these lights. I watch movies and do other things a lot in the dark, and these bright white lights randomly popping up on my phone are very distracting. Since they can be turned ON manually, does that mean perhaps they can be turned OFF as well?
lotherius said:
Crazy me, I would honestly like to be able to DISABLE these lights. I watch movies and do other things a lot in the dark, and these bright white lights randomly popping up on my phone are very distracting. Since they can be turned ON manually, does that mean perhaps they can be turned OFF as well?
Click to expand...
Click to collapse
In a su'd terminal enter this:
Code:
echo "0" > /sys/devices/platform/button-backlight/leds/button-backlight/brightness
Change the 0 to 1 to re-enable.
Lovin it. One of the pet peeves of this device was the short duration on the home keys.
How about this as as Pro suggestion (if possible):
Control brightness level when LEDs are on.
My cuz has a DINC and i absolutely LOVE the brightness of his home keys. Super easy to see. Possible?
works on Korean Galaxy S shw-m110s, maybe the least compatible of the SGS versions, cheers.
Working fine so far on my Vibrant running Nero v5.
Good job, but i was wondering if there's an opposite app, one that turns off the led buttons even when the screen is touched? What for? For reading ebooks in the dark, the led buttons hurt the eyes even when the screen has been adjusted to the lowest light level. Thank
Sent from my GT-P1000 using XDA App
rodnav said:
Good job, but i was wondering if yhere's an opposite app, one that turns off the led buttons even the screen is touched? What for? For reading ebooks in the dark, the led buttons hurt the eyes even when the screen has been adjusted to the lowest light level. Thank
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
+1 on this idea.
fivefour said:
In a su'd terminal enter this:
Code:
echo "0" > /sys/devices/platform/button-backlight/leds/button-backlight/brightness
Change the 0 to 1 to re-enable.
Click to expand...
Click to collapse
doesn't work on vibrant nero5
Great app, just what I'm looking for, but I can't seem to get/or find the widget. I installed the free version, but the "open" is greyed out. What am I doing wrong?
nanookofthenorth said:
Great app, just what I'm looking for, but I can't seem to get/or find the widget. I installed the free version, but the "open" is greyed out. What am I doing wrong?
Click to expand...
Click to collapse
It's a widget, long press your screen, select widget, select KeepTheLightsOn.
FYI -
I'm working on tasker support for the pro version right now (well not right now, I'm taking a moment from that work to update people) but when I finish this I'll continue working on my beer, watching the Packers vs the Bears and keep working on adding tasker/locale support.
Mine stopped working, Not sure why. I have the widget and it will light up or un-light. But it will no longer keep the lights on. Any suggestions on figuring out why ?
Spidious said:
Mine stopped working, Not sure why. I have the widget and it will light up or un-light. But it will no longer keep the lights on. Any suggestions on figuring out why ?
Click to expand...
Click to collapse
Same here. using the most recent speedmod kernel and doc's kitchen rom. (i have the pro version)
Well you can rule out the latest speedmod kernel (Q) and Phoenix 4.1 because that's what im running and my KTLO still works fine.
Sent from my phone from the future running on Phoenix!

Strange screen flicker?

I have only had my tf701 a day but Ive noticed sometimes when docked to the keyboard if you dont touch the mouse for a few seconds sometimes when you move the mouse again it will make a flicker around where the mouse is located, it doesnt always do it, just wondering if anyone has noticed this or is it a fault with my tablet?
I can live with it, but if there is a known fix it would be nice to sort it.
Thank You
After a bit of messing about I think it only does it with live wallpapers? Which isnt a problem as I wont be setteling on a live wallpaper anyway found them far too distracting.
Would still be nice to know this is fixable though.
Thank You
I was wrong its not to do with live wallpapers, just seems to do it on some apps, for example if I go to apex launcher then settings, if I leave the mouse for 10 seconds or more than rouch to move it, it makes the strange flash across the screen.
Could anyone else please test if theirs does this?
Thanks
Asus considers it to be a feature - not a bug - and calls it "smart backlight adjuster".
For most people it goes away upgrading to 4.3 which I guess you haven't done?
berndblb said:
Asus considers it to be a feature - not a bug - and calls it "smart backlight adjuster".
For most people it goes away upgrading to 4.3 which I guess you haven't done?
Click to expand...
Click to collapse
Yeah I am running 4.3?
I have noticed it does it on the drawer too, only when using the dock and leaving the mouse dormant for 8 seconds or more than moving it again it sends horizontal lines across the screen for a split second, is this the bug *ahem* feature you speak of?
Thanks
berndblb said:
Asus considers it to be a feature - not a bug - and calls it "smart backlight adjuster".
For most people it goes away upgrading to 4.3 which I guess you haven't done?
Click to expand...
Click to collapse
Also when you say adjuster, that sounds like it would be something that requires adjusting but it still does this with screen set to full brightness, or least brightness, with auto off, also wit outdoor on or off, it still does the strange flicker.
I can happily live with it, doesnt bother me that much just dont want it to be something that is going to get worse as Im very close to unlocking the device and dont want to blow all warranty if I already have a fault.
Thanks
dougie175 said:
Also when you say adjuster, that sounds like it would be something that requires adjusting but it still does this with screen set to full brightness, or least brightness, with auto off, also wit outdoor on or off, it still does the strange flicker.
I can happily live with it, doesnt bother me that much just dont want it to be something that is going to get worse as Im very close to unlocking the device and dont want to blow all warranty if I already have a fault.
Thanks
Click to expand...
Click to collapse
No what I had in mind was the screen dimming and brightening. What you describe sounds more like the "flashing black lines" the TF700 has (which seems to be due to some nvidia driver issue). I have not noticed those on the TF701 but then, I am so used to them from the 700 I probably wouldn't even notice. Have not read anything about them in the forums though, so I suspect your situation is unique.
Are you in the US? Get a Squaretrade warranty. I find the peace of mind is worth the $75 since they don't care about locked/unlocked...
berndblb said:
No what I had in mind was the screen dimming and brightening. What you describe sounds more like the "flashing black lines" the TF700 has (which seems to be due to some nvidia driver issue). I have not noticed those on the TF701 but then, I am so used to them from the 700 I probably wouldn't even notice. Have not read anything about them in the forums though, so I suspect your situation is unique.
Are you in the US? Get a Squaretrade warranty. I find the peace of mind is worth the $75 since they don't care about locked/unlocked...
Click to expand...
Click to collapse
No I am in the UK Im afraid, hmmmmm its deffo a tf701 not a 700 hehe
Can you please test for me open your drawer, leave the mouse in the centre for 10 seconds then move it and see if it does the black lines?
Also did the issue ever get resolved or get any worse on the 700 or is it just something the user gets used to?
Thank You
dougie175 said:
No I am in the UK Im afraid, hmmmmm its deffo a tf701 not a 700 hehe
Can you please test for me open your drawer, leave the mouse in the centre for 10 seconds then move it and see if it does the black lines?
Also did the issue ever get resolved or get any worse on the 700 or is it just something the user gets used to?
Thank You
Click to expand...
Click to collapse
Don't have the keyboard for the TF701 - yet. So I can't help you with your test.
The black lines on the 700 are benign - I don't even notice them anymore. But I don't think my 701 has them, so there is a possibility that your tablet has a glitch...
berndblb said:
Don't have the keyboard for the TF701 - yet. So I can't help you with your test.
The black lines on the 700 are benign - I don't even notice them anymore. But I don't think my 701 has them, so there is a possibility that your tablet has a glitch...
Click to expand...
Click to collapse
Thanks, I have sent Asus an email to see if they will help me, I bought the tablet second hand though so they probably have no interest even though it is only 3 months old and hasnt been out long enough to be out of warranty.
If they will fix or replace it for me ill take that, if not i can happily live with it
dougie175 said:
No I am in the UK Im afraid, hmmmmm its deffo a tf701 not a 700 hehe
Can you please test for me open your drawer, leave the mouse in the centre for 10 seconds then move it and see if it does the black lines?
Also did the issue ever get resolved or get any worse on the 700 or is it just something the user gets used to?
Thank You
Click to expand...
Click to collapse
Just tried your test and I see no lines. Maybe because I'm not on the stock rom exactly?
dougie175 said:
Thanks, I have sent Asus an email to see if they will help me, I bought the tablet second hand though so they probably have no interest even though it is only 3 months old and hasnt been out long enough to be out of warranty.
If they will fix or replace it for me ill take that, if not i can happily live with it
Click to expand...
Click to collapse
I don't want to be negative here, but waiting for Asus' response is pretty useless. Their support staff has two answers for questions beyond: "Where do I find my pictures?" and they are:
a) Factory reset, and if that does not help:
b) Send it in for repair - which may or may not cost you a bundle...
If you do send it in get written confirmation that your tablet is still under warranty first and take pictures of your tablet documenting its condition, how you packed and shipped it etc.
Thanks for the replies
This is what I get
dougie175 said:
Thanks for the replies
This is what I get
Click to expand...
Click to collapse
That is entirely different from what I thought it was and I have no idea what could be causing it. Do you get that ever when the dock is not connected?
berndblb said:
That is entirely different from what I thought it was and I have no idea what could be causing it. Do you get that ever when the dock is not connected?
Click to expand...
Click to collapse
No it cannot be replicated when the dock is not connected or when just touching the screen with or without the dock connected, it only does it on some areas of the system such as drawer and some apps if the mouse if left dormant for 8 seconds or so then moved.
I have done a factory reset and cold boot as requested by Asus, but the problem still persists as shown here in the new video
http://s9.photobucket.com/user/dougie175/media/Mobile Uploads/MOV_0020.mp4.html
dougie175 said:
No it cannot be replicated when the dock is not connected or when just touching the screen with or without the dock connected, it only does it on some areas of the system such as drawer and some apps if the mouse if left dormant for 8 seconds or so then moved.
I have done a factory reset and cold boot as requested by Asus, but the problem still persists as shown here in the new video
http://s9.photobucket.com/user/dougie175/media/Mobile Uploads/MOV_0020.mp4.html
Click to expand...
Click to collapse
Mine definitely doesn't do that. Try switching the cursor mode to gesture mode for me and see if that makes a difference. (I doubt it will but you never know)
Then go to the system settings, about and click the build number 7 times to enable developer mode. Then go into developer settings and look for force GPU rendering and disable hardware overlays. Check both. Reboot - any difference?
Check the cables
When troubleshooting a screen flicker, I always check the cables first. Several TechRepublic members agree. Ian C B, Bruceb, Crjordan, and Aqmike all suggested checking the video and monitor power cables before doing anything else. Ian C B reminds us to confirm that the cables are screwed in tightly and to replace the cables with new ones to see if the problem persists.
"The color changes are almost always a faulty wire in the cable," Crjordan said. "Try working the cable back and forth near both connectors. If this causes the color change, you could have a broken wire in the cable, or a loose pin in one of the connectors. Make sure the cable is out of the way (from feet, hands, and other objects). You may also try zip-tying it to itself or another stable object until you can replace either the cable or the monitor."
Check the environment
If a cable isn't the culprit, then the user's workspace should be next on your hit list. Monitors are notoriously sensitive to magnetic fields. Speakers, florescent lights, fans, cell phones, radios, and any other electrical device can cause a wide range of monitor problems. (See Figure A.) "Check what's around the [monitors]," Vilefileman said. "Cell phones are known to cause screen flickers, among other things, and plugging a radio or fan into the same receptacle can also cause screen flickers."
Maybe its like some kind of electrostatic interefereence in your environment more to do with the power being supplied to the device. Check cables. Etc. I think its interference or something.
sbdags said:
Mine definitely doesn't do that. Try switching the cursor mode to gesture mode for me and see if that makes a difference. (I doubt it will but you never know)
Then go to the system settings, about and click the build number 7 times to enable developer mode. Then go into developer settings and look for force GPU rendering and disable hardware overlays. Check both. Reboot - any difference?
Click to expand...
Click to collapse
I have noticed one other thing, it will not do the fault on first reboot, until the screen is locked, once unlocked it starts doing this fault
Gesture mode made no difference
Also done the developer options and they made no difference :crying:
sbdags said:
Mine definitely doesn't do that. Try switching the cursor mode to gesture mode for me and see if that makes a difference. (I doubt it will but you never know)
Then go to the system settings, about and click the build number 7 times to enable developer mode. Then go into developer settings and look for force GPU rendering and disable hardware overlays. Check both. Reboot - any difference?
Click to expand...
Click to collapse
I was wrong disabling hardware overlays does seem to resolve the issue?
However each time I reboot the option is un ticked that's why I thought it didn't do it
YayYouFixedIt said:
Check the cables
When troubleshooting a screen flicker, I always check the cables first. Several TechRepublic members agree. Ian C B, Bruceb, Crjordan, and Aqmike all suggested checking the video and monitor power cables before doing anything else. Ian C B reminds us to confirm that the cables are screwed in tightly and to replace the cables with new ones to see if the problem persists.
"The color changes are almost always a faulty wire in the cable," Crjordan said. "Try working the cable back and forth near both connectors. If this causes the color change, you could have a broken wire in the cable, or a loose pin in one of the connectors. Make sure the cable is out of the way (from feet, hands, and other objects). You may also try zip-tying it to itself or another stable object until you can replace either the cable or the monitor."
Check the environment
If a cable isn't the culprit, then the user's workspace should be next on your hit list. Monitors are notoriously sensitive to magnetic fields. Speakers, florescent lights, fans, cell phones, radios, and any other electrical device can cause a wide range of monitor problems. (See Figure A.) "Check what's around the [monitors]," Vilefileman said. "Cell phones are known to cause screen flickers, among other things, and plugging a radio or fan into the same receptacle can also cause screen flickers."
Maybe its like some kind of electrostatic interefereence in your environment more to do with the power being supplied to the device. Check cables. Etc. I think its interference or something.
Click to expand...
Click to collapse
Theres not really any cables I can check, I have checked the connection is pushed in correctly which it is.
I have just tried to replicate the error outside with my phone turned off inside the house so no chance of interference and the error was still present.
Don't think this is quite the issue as it only does it when moving the mouse after leaving it on certain apps for 8 seconds.
Thank you for the help though

Outdoor Mode (hidden brightness menu, WHY?)

title says it all, why is this hidden and can only be accessed thru settings, and it's not a one time toggle, you'd have to go into settings every time you pull your phone out. just why? would be great for the brightness slider to just go to max instead. anyone know if theres any mods for this? or just what this is about, seems strange.
i dont have this mode
what android version u have
Sent from my SM-N950F using Tapatalk
I cannot find this mode on my Exynos Note 8! Have you flashed another rom?
soraxd said:
title says it all, why is this hidden and can only be accessed thru settings, and it's not a one time toggle, you'd have to go into settings every time you pull your phone out. just why? would be great for the brightness slider to just go to max instead. anyone know if theres any mods for this? or just what this is about, seems strange.
Click to expand...
Click to collapse
Mine always stays where ever put the slider. But then, I have auto brightness off.
Yeah what version you got? Wish we had outside mode.
I have a 950F exynos 128 GB, and It does not have such setting...
Because it's samsung. They will probably never make a good software. Just search for "automatic brightness bug". They just ignored this problem. No wonder they just hidding that option.
Outdoor mode can be enabled by editing something in system folder. Most of custom firmwares provides that function.
I've never seen that setting on mine. It's automatic for me.
GreyFox777 said:
Because it's samsung. They will probably never make a good software. Just search for "automatic brightness bug". They just ignored this problem. No wonder they just hidding that option.
Outdoor mode can be enabled by editing something in system folder. Most of custom firmwares provides that function.
Click to expand...
Click to collapse
IT is not a bug, and yes, there are ways to increase brightness beyond standard maximum, I remember from the days of my note 3, that many people posted very bad screen burn in and excesive batt drain when changing the lines to attain the most bright screen possible, same applies to speakers, might as well get blown, The auto brightness in note 8, in fact is very well implemented, because it learns your preferences, that is, if set to auto, and you move the slider, whenever the phone detects the same lux level, it will set the level you chose, infact, when in autobrightness, when sensing too much light, it will set an extra ammount of brightness
hi guys flahed s8+ and note 8 oreo(nougat no) flash twrp outdoor mode
https://drive.google.com/file/d/1bNVtkh9l6_rAAOubzLcwh8pE6lIiINDl/view
ENABLE OUTDOOR MODE OREO
https://drive.google.com/file/d/1bNVtkh9l6_rAAOubzLcwh8pE6lIiINDl/view
//
winol said:
IT is not a bug, and yes, there are ways to increase brightness beyond standard maximum, I remember from the days of my note 3, that many people posted very bad screen burn in and excesive batt drain when changing the lines to attain the most bright screen possible, same applies to speakers, might as well get blown, The auto brightness in note 8, in fact is very well implemented, because it learns your preferences, that is, if set to auto, and you move the slider, whenever the phone detects the same lux level, it will set the level you chose, infact, when in autobrightness, when sensing too much light, it will set an extra ammount of brightness
Click to expand...
Click to collapse
Agreed. Works very well. Was using GPS Google maps for the first time yesterday, screen was automatically too bright. I used slider to lower brightness, it learned my preference.
Sent from my SM-N950U using Tapatalk
Since long I haven't seen any Note device (at least International versions) have Outdoor mode enabled by default unless you are using custom ROM. But this mode i have seen available on low range samsung devices. Actually it is hidden and one minor change in settings app enough to enable outdoor mode.
I will try to make small app without making changes in setting app, though it might needed root access.
Thank you dr ketan! I have used your excellent roms and kernels in my note 3 and 4
As I said y'day, I have made and posted Outdoor mode Tool on my Facebook wall.
dr.ketan said:
As I said y'day, I have made and posted Outdoor mode Tool on my Facebook wall.
Click to expand...
Click to collapse
hey something cool came out of this post, awesome!
so the app acts like a toggle to turn on the outdoor mode, pretty cool!
Works perfectly. Thank you.
Have noticed this mod seems to time out after 15 minutes or so. Any workaround for this?
@ dr.Ketan: since updating to oreo your app does not work anymore... do you have a solution?
THX in advance!
I am on oreo too and working fine. Check you have granted su permission

Red Tint on Nubia Red Magic 3

Just bought a global version of the nubia red magic 3 and the display has a red tint like the ones on Samsung S8.. It got worse as it was emphasised when I turned on the night light:crying:
oberio28 said:
Just bought a global version of the nubia red magic 3 and the display has a red tint like the ones on Samsung S8.. It got worse as it was emphasised when turned on the night light:crying:
Click to expand...
Click to collapse
Yeah mine isn't bad unless I turn brightness below 20%...the CN Rom has display color adjustments, apparently they deemed this non-exclusive to Global Rom.
SuperDroidMe said:
Yeah mine isn't bad unless I turn brightness below 20%...the CN Rom has display color adjustments, apparently they deemed this non-exclusive to Global Rom.
Click to expand...
Click to collapse
Dang, should we just wait for the updates? Some say that it isn't normal to have that problem with the amoled
oberio28 said:
Dang, should we just wait for the updates? Some say that it isn't normal to have that problem with the amoled
Click to expand...
Click to collapse
Well if it's too bad and you bought from Red Magic Store you do have 12 month warranty. But updates would be nice for sure.
SuperDroidMe said:
Well if it's too bad and you bought from Red Magic Store you do have 12 month warranty. But updates would be nice for sure.
Click to expand...
Click to collapse
It aint that bad, might be similar to yours.. It just sucks that the issue is still recurring in 2019.. XD
oberio28 said:
It aint that bad, might be similar to yours.. It just sucks that the issue is still recurring in 2019.. XD
Click to expand...
Click to collapse
Indeed, literally I circumvent it by turning off Adaptive brightness and leave it on 50%, the game launcher has brightness control built in too so that helps. If you want gestures, I can recommend "Fluid NG" in the playstore, then run the adb command to hide stock navigation and you can turn it off and on when you want. The CN Rom truly is great but the SMS system is not good in US with their WeChat or whatever it's called lol. Plus LTE won't work you can only get 4g on CN.
SuperDroidMe said:
Indeed, literally I circumvent it by turning off Adaptive brightness and leave it on 50%, the game launcher has brightness control built in too so that helps. If you want gestures, I can recommend "Fluid NG" in the playstore, then run the adb command to hide stock navigation and you can turn it off and on when you want. The CN Rom truly is great but the SMS system is not good in US with their WeChat or whatever it's called lol. Plus LTE won't work you can only get 4g on CN.
Click to expand...
Click to collapse
Thanks bud, I'm worrying now on screen burn in lmfao!
This is gonna be funny tomorrow when I get my red phone from Fedex. I hope you have defective phones, and you and your loved ones have cancer, gonorrhea and/or cold. Also, follow me on twitch, youtube and yelp.
nabbed said:
This is gonna be funny tomorrow when I get my red phone from Fedex. I hope you have defective phones, and you and your loved ones have cancer, gonorrhea and/or cold. Also, follow me on twitch, youtube and yelp.
Click to expand...
Click to collapse
Dfq bro! Send us some reviews on your unit
oberio28 said:
Dfq bro! Send us some reviews on your unit
Click to expand...
Click to collapse
Will absolutely do.
oberio28 said:
Dfq bro! Send us some reviews on your unit
Click to expand...
Click to collapse
RM3, 8/128GB, Red, NA variant.
Just got the phone. First impressions here first. I'll probably write a full review with pictures in a separate thread.
There's no particular order of importance of these following points.
1) The phone is gorgeous - it's a stunner. Also, huge. Makes my old OP6 look small. Side note: there's only swiping down from notification portion of the screen - meaning that you have to reach to the very top with the first swipe. But overall one-handed operation is not that much different from OP6 - in other words, tough.
2) Less slippery than all glass OP6. Feels really good holding it.
3) The display quality is on par with OP6. Not quite as picturesque as a GS9 display, but very nice looking. Haven't tested it in full sunlight yet. Also, the display is huge. Literally feels much bigger than OP6. The bezels are noticeable, but are definitely not a problem because most apps hide them.
4) Display 90Hz - you notice it right away and then you forget about it. But when I went to OP6 (the fastest phone I've used before,) it felt a bit choppy. 90Hz is real. Also, the phone itself feels significantly faster than OP6 - boot up, how quickly widgets update after a reboot, etc.
5) The battery is... fantastic - I'm so far projecting about 11 hours SOT.
6) The camera is MEH. I'll have to test it more, but so far it looks like a weaker version of OP6, which was already meh. I'm sure it's gonna provide excellent pictures in good light (haven't tried), but in low light - not so good. For example, 48mp mode is completely useless in low light. You have to switch to 12mp to get a decent shot (it combines 4 pixels into one to get more light.) I tried a few Google Cam apks, but haven't found one that worked.
7) There are bugs:
a) My sim card won't allow to set up call forwarding with AT&T. It works fine with OP6. Gonna get a new sim card tomorrow.
b) Swype keyboard (old apk) just doesn't stick. I tried like a million of different ones, none stick - phone always reverts to GBoard. Maybe it's an Android Pie issue. Very annoying.
c) Chromecast and Smart TV work perfectly except for one thing - screen mirroring doesn't work with Chromecast. You can stream, cast, mirror with TV etc, but that one single thing just doesn't work - it says Connecting...
Overall, I'm very happy with the phone, provides I can resolve some of the issues above.
Just bought the eco-sport case... It's worth the price, but if you are planning to use or buy the controller, just by the the case suitable to it...
UPDATE on the Red one:
1) Chromecast now works with screen mirroring just fine - must have needed to be rebooted.
2) I think the issue with the sim card and not being able to configure call forwarding is almost clear now - the card reports the Slot 1 IMEI as CDMA (14 digits). But even the Slot 2 IMEI (15 digits) gives an error "Network or Sim Card error." Called ATT and they recommended a new sim card, free of charge. When I get a new sim card tomorrow I will report back.
3) I have a serious issue with either the phone or the power button position. My phone rebooted 3 times in 5 minutes today. It may have been me inadvertently pressing the power button w/o realizing it. It it may be a defective phone. I rebooted the phone, cleared cache in recovery, and there were no more problems. However, the power button is in a perfect position for my thumbs, both hands, to press that button without realizing it. Maybe I'm holding it wrong.
UPDATE #2:
1) I'm still struggling with some issues but I am also getting some resolved. The power button thing came back once - I still cannot tell what the problem is.
2) On the bright side - this camera is amazing in bright light and medium light conditions.
I took some photos in good and dim lights. The results were spectacular.
Example - a room was illuminated by a single weak lamp and a distant window full of sunlight. The 12mp picture was as good if not better than a Galaxy S9 picture.
This was significantly better than OP6.
I think if someone made a Google Cam port for this camera, it would be flagship level quality.
Guys, FYI, some of our questions might be answered through this link: https://bbs.nubia.cn/thread-1472848-1-1.html
[The system of XDA won't allow me to share this as a new thread so I'll just post this a reply]
It's in Mandarin but google will translate the texts..
For those who worry about the security of the thread, here are its contents:
(P.S. They refer to the Red Magic 3 as Red Devil 3)
Since the launch of the Red Devils 3, due to its strong performance, super heat dissipation, cool appearance, and long-lasting battery life, it has attracted many magic beans to place orders at the first time. The first 90Hz screen, 4D shock and five-finger control are well received.
After the listing of the Red Devils 3, we also received feedback from some enthusiastic magic beans, and compiled this quick question for some of the more feedback problems, hoping to help everyone get started smoothly~
PS: It is expected that a new version will be pushed at the end of May (actually likely to be advanced) to focus on some of the more feedbacks.
Please have the magic beans in need to leave IMEI in this questionnaire, we will give priority to push. Https://wj.qq.com/s2/3664012/b082/
Red Devils 3 Q & A APP Banner.jpg
1, the screen has a distinct graininess, the resolution is not so high. It doesn't look too delicate, can you feel the granularity?
A: Previously, on some models, to save memory usage, the resolution of the built-in wallpaper was reduced.
Subsequent we will increase the resolution of our own wallpaper. Please download the HD wallpaper yourself to experience the clarity of the screen.
2, the screen color is a bit rich, the color temperature is a bit yellow when the eye protection mode is not opened, is it yellower than the first generation?
A: The Red Devil 3 is an AMOLED material, which is more beautiful than the LCD display. It is a normal phenomenon.
Regarding the color temperature, the factory is adjusted according to the style of the public, and also supports customization.
You can go to the Settings - Display - Screen Color Display and adjust to your favorite color temperature on the palette according to your own habits.
3. I feel that the top speaker sound is smaller than the bottom sound speaker. It sounds like no texture, no bass effect?
A: In order to give users a better gaming experience, the Red Devils 3 uses a dual-speaker and dual-tone intelligent power amplifier solution to increase the volume.
In the audio design, in order to ensure the balance of volume and tone, the upper speaker is mainly used to output the medium-high frequency band. The lower speaker outputs a full-band solution for an excellent listening experience.
In the actual experience, the external stereo is very obvious, please feel free to use.
4, my mobile phone protective film is smashed, watching how some bubbles are going on?
A: I am very sorry to bring you a bad experience. Please call the after-sales customer service 400-700-6600 for this question. For the flaw on the film, we will give you a new film for free.
5, sometimes the phone will automatically restart, how is this going?
A: We have located the reason and will resolve this issue in the next release, please update to the latest version to experience.
6, playing games sometimes encounter breaks?
A: The new version has been optimized for touch. Please update to the latest version after V2.14 and later. We will continue to follow this feedback in the future.
7, a key change machine connection timeout, Sony mobile phones and Xiaomi 8 can not connect.
A: Please upgrade your phone to the latest version first. We will also perform internal verification simultaneously, and will fix it as soon as possible if it is confirmed that there is a problem. If the new version is still not resolved, you can contact the after-sales service for testing.
8. Feel that the right side of the capacitor button is not sensitive.
A: Since the scene of the right capacitor button was found to be inadvertently touched during the test, some adjustments were made later.
We have feedback optimization for such issues. If it is more influential, please contact the after-sales service for testing.
9, playing the king's glory encounters the problem of crashing and crashing.
A: Please update your mobile phone to the latest version and experience it. If there is still a recurrence, you can contact the after-sales service.
10. Can't connect to WiFi? It will not work after restarting and restoring the factory settings.
A: Since Android 9.0 has improved security permissions, the switch to add a hidden network is turned off by default.
To add a hidden network, open Settings - WLAN, slide to the bottom, click "Add Network", then click "Hide Network", select "Yes", and then enter the name of the hotspot you want to add to add it.
If the WiFi network that is normally displayed directly cannot be connected, please provide the brand and model of the router. We will transfer it to R&D for analysis, and we suggest that you contact the after-sales detection process directly.
11. The fever is a bit big when playing games.
A: Turning on the "Red Devils Time" will result in a slight increase in power consumption and heat. You can try to close it first. The specific path is: enter the game space, click on the avatar in the upper right corner, click on “Time Setting”, and click on the first item “Red Devil Time” to close. At the same time, click “fan adjustment” to turn on the cooling fan and adjust the fan speed to “quick cooling”.
12. The triangle on the right side of the back cover logo light is found to be out of color, and the top left of the camera is also. I thought it was the oil on my hand. I cleaned it with a wet tissue and found it to fade.
Answer: The logo on the back cover LOGO lamp and the camera is laser engraved, which belongs to physical etching. In theory, it will not “color fade”. This may be caused by dirt on the surface. Please wipe it with a dry cloth or a corner of the clothes to return to normal.
13, using Huawei, Xiaomi and other friends charger and data cable can not be charged, unplug the charger still shows charging?
A: Since the chargers and data lines of different manufacturers have their own optimization and limitations, it is recommended to charge the mobile phone only with the original standard charger and data cable.
14, stimulating the battlefield game is prone to the right perspective can not move?
A: This problem is generally caused by the position of the palm of the right hand pressing to the edge of the screen when the horizontal screen is held, causing the finger to move. It is recommended to adjust the holding posture appropriately. Subsequent versions will also be optimized for such scenarios.
15. After setting the screen refresh rate to 90FPS in the game space, is there a feeling of spurring the battlefield?
A: At present, only some games support the 90FPS refresh rate. Since the stimulus battlefield does not support 90FPS display temporarily, it is recommended to set the screen refresh rate to 60FPS or “Auto”. The recommended setting is “Auto”, and the game works better when the game settings match the screen refresh rate.
16. What is the effective rate of the 240Hz touch screen reporting rate?
A: Add the app to the game space application list. The application in the game space list can support the 240Hz touch screen report rate regardless of whether it is open in the game space.
17. When the hands are held horizontally (especially in the game state), the WiFi signal is affected?
A: The Red Devils esports game phone uses a dual antenna design. The WiFi antenna is located on both sides of the top of the phone. It is recommended that you do not hold the top of the phone with your palm when playing games or watching movies on the horizontal screen. Use your fingers to support your phone to prevent the phone's wifi signal from being blocked.
18. Will the fan get into the water and get into the ash?
A: The fan body can achieve IP55 waterproof and dustproof, and all of them have passed relevant tests. Please feel free to use them. It is recommended that you use them with care to avoid any troubles to your experience.
19. Can't connect to the computer?
A: The latest bidirectional Type-C data cable is included in the package, not the traditional data cable with USB interface.
If your computer is relatively new, with a Type-C interface (smaller, similar to the charging interface on the bottom of the phone), the original data cable included in the package can be directly connected.
If your computer comes with a normal USB interface (traditional, larger USB interface), use a traditional Type-C data cable with a USB interface. In most cases, the data cable can be used universally.
But be careful not to use the Huawei brand data cable, you may encounter compatibility issues.
After plugging in the computer, you need to unlock the phone first, and click the top line from the drop-down status bar to say "Android system is charging this device via USB", click on the menu, and then select "Transfer File", then you can get from the computer. I saw the connection information. If you still have problems, please contact the after-sales detection process.
20, the system is too inhuman, and add some daily application functions. WeChat Alipay payment code sweep, shortcut keys to open flashlights and so on.
A: The above said that there is already, please pull down the notification bar, swipe to the right, click "+", which is "custom".
Go to the bottom of the page to list more switches, click to add the switch you need, long press the added switch, you can freely adjust the position of the shortcut switch.
Everyone has other questions, welcome to post ~
Of course, in the process of using, when you find fresh and fun and interesting features, you are also welcome to send out, sharing is a pleasure, but also the motivation for us to persist in innovation and make good products, and continue to advance!
oberio28 said:
5, sometimes the phone will automatically restart, how is this going?
A: We have located the reason and will resolve this issue in the next release, please update to the latest version to experience.
Click to expand...
Click to collapse
Interesting.

Need some help with my new Phone

First of all, I love this phone. The main selling point for me was the massive battery and from there it's just getting better counting in the other features, but as always, nothing is perfect and I'm not that experienced with Android in general so figured I'd ask away here. As a disclaimer, for all the things below, I'm not interested in rooting the phone, feel free to write if rooting is the only option though and if doing so, what I am asking for would work.
Is there any way to turn off the volume warning? Like if you're going above 70%. Seems it's a lot less aggressive than on my old S9 though.
Is there any way to add a few more steps to the volume? It appears 15 is the highest volume at the moment. And the highest volume is a bit low for my taste, when listening to music. I'm using BOSE QC20's and while they sound great, I could use a few more steps. I used some App on my S9 but it didn't really sound that well. For comparison, on the PC you can put VLC on 200% AND turn up the volume on the headset as well, if you want.
What kind of screen protection would you advice? Or shouldn't I bother with that?
How water resistant is the phone? All I know is that there is no classification yet. Even it isn't, how would you rate it? Go Swimming? Drop it in a pool of water? Walk with it in the rain? Or panic if one droplet gets anywhere close to the speakers?
Can I dual charge the phone? As in, if the Fan is connected, can I put one charger in the bottom Type-C port and one into the fan?
What happens if I put the charger in the Red sideport? Not that I would, just curious as I saw a warning saying not to.
Similar to the dual charge, would a PC gaming headset work on the phone that uses 2 3.5mm pins? The sound pin would go into the fan and the mic pin would go into the bottom slot of the phone, or vice versa?
I've been trying to change the Notification sound and ringtone for Whatsapp using the same sounds I had for my S9. I've added both (Orange & Whisper) but they just don't want to work. I made them in .mp4 (aac), .mp3 & .oog formats. When I select them in the list, they are played as they should but when I get a message and/or recieve a call, the latest (standard) signal is instead used.
Update: I managed to get the notification sound to work now (Whisper). By going into the Phone Settings -> Notifications -> WhatsApp. Seems that option in there would override the App Settings. However, when I get a call now, BOTH the original ringtone and the S9 (Orange) one is played ontop of each other.
While we are on WhatsApp, how can I remove the big notifications. Like, there's 2 types. The one at the top of the screen (I want this) and then it's the big popup in the middle of the screen (that has a reply field and some more options (I don't want this). I remember it was a hassle to get rid of on my S9 so thought I'd ask.
Bug or feature? When I'm inside a program and exit back to the Home screen, I've noticed the "locked" bottom row starts jumping, as if they want to swipe up. I'm using the Two-Layer mode. Not sure if it's a bug or a feature "showing" me there's stuff down there.
Last but not least, can I move the clock on the lockscreen? It's currently in the top left corner, I'd prefer to have it centered.
Sorry for the long post and thanks in advance!
I've replied in line to the questions I can answer.
How water resistant is the phone? All I know is that there is no classification yet. Even it isn't, how would you rate it? Go Swimming? Drop it in a pool of water? Walk with it in the rain? Or panic if one droplet gets anywhere close to the speakers?
Not very, there doesn't appear to be any waterproofing, check the sim card tray for example, no rubber seal.
Can I dual charge the phone? As in, if the Fan is connected, can I put one charger in the bottom Type-C port and one into the fan?
You could but the phone isn't going to charge twice as fast, I think it'll likely only charge from one port but shouldn't do any damage.
What happens if I put the charger in the Red sideport? Not that I would, just curious as I saw a warning saying not to.
People say it dies but I haven't tried it, it's not the same as a C port so you'd have to force it.
Similar to the dual charge, would a PC gaming headset work on the phone that uses 2 3.5mm pins? The sound pin would go into the fan and the mic pin would go into the bottom slot of the phone, or vice versa?
No, there's no mic in option afaik.
Bug or feature? When I'm inside a program and exit back to the Home screen, I've noticed the "locked" bottom row starts jumping, as if they want to swipe up. I'm using the Two-Layer mode. Not sure if it's a bug or a feature "showing" me there's stuff down there.
Probably a feature as I think I've seen that on some pixel launchers but I don't use the stock one personally.
1) There isn't;
2) You can only set Outdoor Mode on, but the volume will go up, no volume steps wil be added;
3) I think you should go for one with good comments, since you have the fingerscan under the display and a screen protection may void It;
4) the phone is not certified for water/dust resistance. So, just avoid contact with water. Tho, I don't think some raindrop will ruin it;
5) You cannot dual charge the phone;
6) The Red sideport is a Trademark Port made by Asus exclusively for their optional accessories. So, just leave It alone if you don't wanna be sorry;
7) No such phone will ever have the drivers made for Windows/MacOs which makes the headset to work on a personal computer;
8) You can have this setted on the Sound Settings;
9) You can have this setted on the Notification Settings;
10) that's a feature;
11) you must use third part apps for that.
Thank you so much, both of you.
The volume warning is a lot less of a pain than I initially thought. The one on the S9 is rather agressive so had some bad experiences. Can't say I notice any diff with Outdoor mode but I'll try more later, suppose it's fine.
Good point about the screen protection, I'll definately keep the fingerprint sensor in mind.
The waterproofing, or non-waterproofing rather is one of the Con's of the phone I suppose. Not that it's an issue but I'd rather not care at all as I could with my old phone. Thanks for clarifying though. My dad lost his old iPhone 6 to having his phone in the rain so I kinda know the limit then (as that also lacked any kind of cert).
No dual charging, makes sense. One takes prio.
Yeah, I'll not mess with the red port. @willhemmens, dies as in "throw the phone and buy a new one" or "phone shuts off but just restart and it's fine". (Like, battery is dead/dies). Just curious here really.
I see, that's too bad. Suppose I'd have to get one of those 2 becomes 1 3.5mm cable adapters.
@NajimKiSaad, that's just for the phone ringtone/sms though? This is for Whatsapp exclusively. It's as if a WhatsApp call triggers as a normal call as well as it's own settings, kinda.
Hm, where? Settings -> Apps & Notifications -> WhatsApp -> Notifications, it's set to - Behavior: Make Sound. Same in the App itself, Popup is not enabled anywhere.
"Bug or feature? When I'm inside a program and exit back to the Home screen, I've noticed the "locked" bottom row starts jumping, as if they want to swipe up. I'm using the Two-Layer mode. Not sure if it's a bug or a feature "showing" me there's stuff down there."
Well, that's good to know. How do I disable it? I just find it annyoing.
And for the clock widget on the Lockscreen, any recommendations? I like the style of the default one, just the position is kinda off.
Once again, thanks for all the answers!
Not related to your questions but have you felt that this phone just cuts off the internet connection to Whatsapp? I don't get notifications after a while and the Whatsapp Web says that my phone is not connected to internet even though there is internet. Whatsapp only starts working when I open this app. Then, I get all the messages. I have allowed unrestricted internet access to this app and turned off battery optimization for this app. Any ideas?
That's interesting, I haven't had it as you describe it no but since I got the phone, I've noticed the "last online" doesn't always show on my friend I have on WA. Could be that she has turned it off but it works sometimes.
Looking at the top bar on the phone, I added internet speed and it says 0 B/s quite often so my guess is that it only uses internet on demand, maybe it has something to do with that?
tinyimg.io/i/RQf50YL.jpg
Think I might have seen a post about it too, could be wrong though.

Categories

Resources