Question Charge Separation and RGB APIs - Red Magic 8 pro

Does anyone have any info on how to start and stop the Charge Separation feature of the Red Magic in code? I would like to make an app that switches charge separation on when the phone battery reaches a certain limit, or even delays switching charging on until a pre-determined time so that the battery is full at say wake up time.
I would also like to make better use of the rear RGBs for notifications. I miss having a front facing RGB notification and am disappointed with the customisation opportunities for the rear ones, so again if anyone has any info on how to interact with them in code that would be great. I did something similar for a Planet Computers Gemini I had some years ago that had 5 RGB LEDs in the cover
GeminiLED - Apps on Google Play
Application notifications on the Gemini PDA LEDs
play.google.com
GitHub - graynada/GeminiLED: Application to utilise the notification LEDs on the Planet Computer's Gemini PDA
Application to utilise the notification LEDs on the Planet Computer's Gemini PDA - GitHub - graynada/GeminiLED: Application to utilise the notification LEDs on the Planet Computer's Gemini PDA
github.com

graynada said:
Does anyone have any info on how to start and stop the Charge Separation feature of the Red Magic in code? I would like to make an app that switches charge separation on when the phone battery reaches a certain limit, or even delays switching charging on until a pre-determined time so that the battery is full at say wake up time.
I would also like to make better use of the rear RGBs for notifications. I miss having a front facing RGB notification and am disappointed with the customisation opportunities for the rear ones, so again if anyone has any info on how to interact with them in code that would be great. I did something similar for a Planet Computers Gemini I had some years ago that had 5 RGB LEDs in the cover
GeminiLED - Apps on Google Play
Application notifications on the Gemini PDA LEDs
play.google.com
GitHub - graynada/GeminiLED: Application to utilise the notification LEDs on the Planet Computer's Gemini PDA
Application to utilise the notification LEDs on the Planet Computer's Gemini PDA - GitHub - graynada/GeminiLED: Application to utilise the notification LEDs on the Planet Computer's Gemini PDA
github.com
Click to expand...
Click to collapse
yes
/sys/class/leds/aw22xxx_led/effect
/sys/class/leds/aw22xxx_led/cfg
If you have any questions, email me at [email protected]

danwangguoqu said:
yes
/sys/class/leds/aw22xxx_led/effect
/sys/class/leds/aw22xxx_led/cfg
If you have any questions, email me at [email protected]
Click to expand...
Click to collapse
Excellent, thanks and will do.

Related

Updated [Jan-10]: [App] [G-Sensor] [Brand New] The XSense v1.2 Final

Credits:
Foremost, let us all acknowledge Koushik for his brilliant "Sensors" library upon which most if not all non-HTC apps that use the G-Sensor, Light-Sensor, and Navi-Sensor are built, simply ingenious. Moreover, I would like to recognize No2chem for the NeuLed2 library which is an equally exquisite peace of code that allows access to the Diamond/Pro Leds. Without those two guys, accessing these advance interfaces on the diamond/pro would be inapproachable at best.
Reason: HTC gave these phones lots of sensors, lets give them.."Sense".
......... EXTRA-Sense ...........
* Hopefully an innovaton, though mostly an integration of RANDOM but needful features...
Features:
1. Courtesy Profiles:
- Set Volume Profiles to activate on Face-Down & Face-UP events. Choose from: None, Silent, Normal, and Vibrate. You can also choose to suspend the Phone when its facing down.
2. Notifications-Sense:
- IF there is/are any outstanding notification(s), the device will vibrate whenever you move it - at customizable intervals: Missed Call(s), Voice Mail, and SMS.
3. Stylus-Sense:- When the Stylus is in/out: Will play sound + Blink the Back button's light.
- When the Stylus is out and the device is moved: Device will vibrate faintly + blink the Back button's light to REMIND you that the Stylus has not been placed back in. This goes on UNTIL the Stylus is placed where it should be.
* Uses "in.wav" & "out.wav" files in the \XSense\ Dir; you can use whatever wave files for this. OR, use the UI to select whichever wave files you want!
4. General Settings:
- Polling Interval: From 200 to 3000 Miliseconds. This determines the rate at which the G-Sensor is polled. Lower values give higher response times and fluid operation at the cost of battery life & CPU utilization.
- Flash Navi Lights: Will blink button lights to notify you of Profile changes and Stylus In/Out.
- Vibrate on Events: Will induce very subtle vibrations to notify you of Notifications and Profile changes.
- Suspend when UP-Side-Down: ???
- Light Navi Button When Suspended: Will do just that when the Light Sensor senses Dim or Dark conditions. This is an independent setting that turns ON the Navi button's light at suspend time, and OFF at Resume time (this is Event Driven, so no polling is involved). This feature really helps if, like me, you want to see where the damn thing is in the dark - before you launch it against the floor.
5. Installs to "\Program Files\XSense", and Creates 2 shortcuts:
"Start Menu\Programs\XSense" and "Startup\XSenseSvc".
Program Settings are saved to the Registry at "HKCU\Software\XSense\".
Use of System Resources:
1. Diskspace: 162 KB RAM footprint: 374-535 KB Battery: NOT observed.
2. CPU Usage: %0.29 Average. Spikes for 2 seconds to %2.7 - %8.5.
3. Battery Impact: Neligeable if at all!
* Indicated CPU usage occurs ONLY when there is an EVENT (posture changed, stylus in/out Sounds playing,
etc)
- Vibration: The way I like it is in waves of 200 miliseconds length! I generally hate vibrations, so if you want it at 201 ms. you're welcome to make your own program and exercise your personal taste.
- This prgram Registers Event Handlers for: "G-Sensor", "Incoming Call", "Phone Call in Progress", "Stylus in/out", and Power Manager events. DO NOT move it to Internal Storage, you have been warned.
Requirements:
.NET 3.5 + HTC device with GSensor & Light Sensor.
Compatibility:
Specifically designed for Diamond & Raphael, but will work fine on HD/Rhodium/Topaz/HD2 etc...
Bugs/Limitations:
Knock yourself out...
Release Notes:
- This is the LAST revision/release/app I make; programming too much work
- Download & Install the CAB
- Run the XSense from your Start Menu\Programs, customize to taste, and enjoy!
Change Log:
- Brand New UI: VERY "finger friendly" this should be especially useful if you have a WVGA Device
i.e. HD/Rhodium/Topaz/HD2 etc...
- Revised entire code for existing & potential bugs, and Performance
tweaked to death.
- Removed various functions (auto speakerphone, car-kit options, etc...). Use "Touch InCall Screen Tweak" for these,
its handles Phone/Speaker brilliantly!
- Shortcut added to Startup for automatic launch after reboot.
- Shortcut with a nice icon added to Start Menu (Credit to VetVito).
- General Tab:
- Navi Button will only light up if the device is in a dark place, i.e. You will
always see where your phone is (before you trash it against the wall).
- Stylus Tab:
- UI elements to select & set sounds for Stylus-in/out events.
Disclaimer:
This program is provided strictly "as is". It is intended only as a proof-of-concept. Although fully functional, it must NOT be considered for daily use. This software is very likely to compromise the integrity of your data as well as invariabley cause your device to malfunction in any way, shape, or form. Therefore, the developer shall be absolved of all responsibility towards testers and/or their computers & devices. While using this software you agree to be solely liable for all and any damages you do to yourself, your device, or any damn thing you possess and care for!
Download XSense 1.2 - Final:
http://forum.xda-developers.com/attachment.php?attachmentid=265847&d=1263112521
any screenshots?! Thanks
Super Cool App Thank you Dude now to REPORT
Only The function Suspend when i turn my device Up side down and the Stylus Sound In Out work perfect all other functions not working for me im using the ROM from my signature.
Also in HD Tweak i have option to enable to mute call when face is down but still not working
About the Lights they can`t flash because we don`t have buttons on our Blackstones
The Profiles sometimes work sometimes not work i mean when the face is down sometimes the phone is going to silent but from 10 times only once working ...
So i will use the Suspend Up side down and the sound for now
Thanks
tsalta said:
Super Cool App Thank you Dude now to REPORT
Only The function Suspend when i turn my device Up side down and the Stylus Sound In Out work perfect all other functions not working for me im using the ROM from my signature.
Also in HD Tweak i have option to enable to mute call when face is down but still not working
About the Lights they can`t flash because we don`t have buttons on our Blackstones
The Profiles sometimes work sometimes not work i mean when the face is down sometimes the phone is going to silent but from 10 times only once working ...
So i will use the Suspend Up side down and the sound for now
Thanks
Click to expand...
Click to collapse
Hey, sorry I just saw your post; This doesn't sound like a problem with the program.
Try Calibrating your G-Sensor, if that doesn't solve it, turn your phone off and remove the battery for 5 seconds then turn it on again... that should fix it
This is a perfect app it works perfectly for me on EnergyROM.
Many thanksss
zakariae said:
This is a perfect app it works perfectly for me on EnergyROM.
Many thanksss
Click to expand...
Click to collapse
It is my pleasure, mate Enjoy until the new one comes out (don't ask when tho )
Cheers

[Q] Will Google be 'fixing' the LED notification light any time soon?

I'm glad that a Samsung high-end international Android smartphone finally has a good RGB notification LED, but the way it's been implemented in the Galaxy Nexus is pretty damn poor.
1) The blink rate is terrible. On my Motorola Milestone, I'd come back into the room and take a quick look at my phone to see if the LED is blinking. With the Nexus, I have to bloody stare at it for 10 seconds.
2) No customisation options. What's the point in having a white light for both my text messages and emails? At least Whatsapp lets me choose different colours I suppose...
Now, I know there are applications out there that can provide remedy to these issues, but this is another thing that I don't want to rely on third parties for...
So, my question is this: Will Google be fixing the Galaxy Nexus' notification LED, or will I have to resort to using Lightflow?
Its not broken. You're comparing it to a different phone that had an oem overlay. It's there for developers to utilize for app features. Now you can edit the code to make the blink rate faster just like the rom I'm running (bamf wookie) has that edited. But google will probably not be doing anything further than the way it has already been implemented.
good day.
Evangelion01 said:
I'm glad that a Samsung high-end international Android smartphone finally has a good RGB notification LED, but the way it's been implemented in the Galaxy Nexus is pretty damn poor.
1) The blink rate is terrible. On my Motorola Milestone, I'd come back into the room and take a quick look at my phone to see if the LED is blinking. With the Nexus, I have to bloody stare at it for 10 seconds.
2) No customisation options. What's the point in having a white light for both my text messages and emails? At least Whatsapp lets me choose different colours I suppose...
Now, I know there are applications out there that can provide remedy to these issues, but this is another thing that I don't want to rely on third parties for...
So, my question is this: Will Google be fixing the Galaxy Nexus' notification LED, or will I have to resort to using Lightflow?
Click to expand...
Click to collapse
I know you said you don't want to go 3rd party, but I think LightFlow might be one of your few options. I just set it up today, and can tell you that the "Very Fast" setting on LightFlow makes the LED blink every second. So far I am very impressed with the customization options of LightFlow and might even purchase the full version soon.
Evangelion01 said:
I'm glad that a Samsung high-end international Android smartphone finally has a good RGB notification LED, but the way it's been implemented in the Galaxy Nexus is pretty damn poor.
1) The blink rate is terrible. On my Motorola Milestone, I'd come back into the room and take a quick look at my phone to see if the LED is blinking. With the Nexus, I have to bloody stare at it for 10 seconds.
2) No customisation options. What's the point in having a white light for both my text messages and emails? At least Whatsapp lets me choose different colours I suppose...
Now, I know there are applications out there that can provide remedy to these issues, but this is another thing that I don't want to rely on third parties for...
So, my question is this: Will Google be fixing the Galaxy Nexus' notification LED, or will I have to resort to using Lightflow?
Click to expand...
Click to collapse
Compared to the hardware of the last Nexus device, the Nexus S, with no notification light, this is definitely an improvement.
It would seem logical to implement controls for the LED notification features in the Settings panel. From a technical stand point, the only downsides I can see to adding support for this feature into AOSP would be not all devices will support it.
As far as I've seen, and I could be wrong, the majority of LED control is performed through the specific sysfs structure setup by the kernel. Controlling the LED through this route require root access so if the third party apps control the LED w/o root access, I might be a bit behind the curve.
If you were interested in moving the ball along, all of the ICS source code is public being part of AOSP. Theoritically you could work on implementing controls for it in the Settings.apk AOSP file and send your changes to Google requesting they add it to their official AOSP repo.
In the end, I do agree. Adding controls for a LED notification light, when a notification LED is provided in the hardware, to AOSP shouldn't be *that* difficult.
Apparently this hasn't been a priority yet but hopefully now that the official Google device has a notification LED, they'll move in the direction of adding at least some simple stock controls for it.
Is there an official site for this aosp code? I goggled it but didn't knife which link is the official download site. Running GNex Sprint.
Sup Milestone buddy .
I've long since decided that Light Flow is literally the only way you can get the gsexy's LED to function the same way it did on the Droid1/Milestone. You should try it or at least try Galaxy Nexus LED (on Play, it's free) first.
install lightflow
I agree with OP. I know it's all about finding the workaround, but workaround's and third party fixes are not always the satisfactory answer. It would be nice to have out-of-the-box notification light controls.

[APP] Arc Lighting - Notification Light for Galaxy Note 10

Arc Lighting adds a highly customizable ring of light around the camera cutout of your phone. You can use this light with various indicators such as audio visualization, notification lighting, critical or low battery warnings, as well as a charge indicator. The ring can also appear on your Always-On display. (to make aod work you need to make sure you have downloaded always on amoled and activated it, you also need to make sure samsung stock aod and samsung edge lighting is disabled under samsung display settings you also need to make sure that aod is enabled under arclighting with override set to off)
https://www.youtube.com/watch?v=FibMTD5Mdx8
Features:
- Highly customizable lighting for the Galaxy S10, S10+, S10e, and Note 10. Select a variety of colors, animations, and styles.
- Always show ring with various gradient effects (add multiple colors and make them spin for a visual experience)
- An adjustable glow effect that can be turned on or off (sometimes this can cause the light to freeze to a white glow this will be fixed)
- Notification lighting both when the display is on or off (update planned for only the lockscreen or only inapp)
- Music lighting that syncs the light to your music (does not work together with other indicators so other indicators will stop working if you enable music lighting this will be fixed)
- Battery indicator lighting for charging, low and critical battery states. (note it will not work until you configure the zones you want the colors to appearm, not configuring zones can freeze the light entirely this will be fixed)
- Device overheating indicator for gamers and power users (note it will not work until you configure the zones you want the colors to appear, not configuring zones can freeze the light entirely this will be fixed)
- Arc Lighting can be configured to match the color of your wallpaper, the app you're currently in, or both! (this only works for the only show ring and only when you set it to a solid color the option is not available for gradient colors which will be added later)
This app requires certain permissions to function correctly.
Accessibility: This permission is used for the ring to appear over your lock screen, always-on display, and for accessing the color of the current app you're in. This permission is required for the app to function properly.
Draw Over Other Apps: This permission allows the ring to show on top of other apps. This permission is required for the app to function properly.
Microphone Access: This permission is used to analyze the internal device audio for the music lighting. You will not be asked for this permission unless you choose to enable the Audio Visualizer indicator for the ring.
Storage Access: This permission is used to get the color of your wallpaper. You will not be asked for this permission unless you choose to use the color of your wallpaper for the ring.
Notification access: This permission is used to change the color of the ring after notifications
Burn-in concerns: Some Android displays may suffer from mild burn-in if a single item is displayed on the screen for an extremely significant amount of time. If you are concerned about this, feel free to enable the rotation animation in ring settings. That will ensure the display is constantly changing. Alternately, you can disable the default effect to only show the ring while an indicator is being triggered. Note: Samsung Galaxy devices come with burn-in protection that moves the pixels a little each time.
Compatible Devices
- Galaxy S10+
- Galaxy S10
- Galaxy S10e
- Galaxy note 10
- Galaxy note 10+
- Galaxy note 5g
Download (xda members get free access, will provide unlock codes to any xda member who asks when you ask please specify if you want the code for my navigationbar app or this app as they both have similar names)
https://play.google.com/store/apps/details?id=com.symetium.holepunchcameraeffects
FREQUENTLY ASKED QUESTIONS:
how do i disable individual notifications: currently this is a planned update, you can go into custom colors and set each app you don't want notifying to 100% transparent
light is constantly flashing even if i cleared all notifications: sometimes theres forced notifications such as when you're charging it will force a notification that says you're fast charging, the light will pick up on these you need to hold on these notifications and turn them off to stop the light there should be nothing at all in the notificationpanel, if you still have a flashing light with nothing in the panel contact me.
frozen light: music lighting will disable all other indicators same with battery indicator or battery temp indicator, you need to set custom zones otherwise the light will be frozen, glow also tends to freeze the light so turn that off if it's frozen (this will be fixed in a coming update)
Great job! Testing it out this very moment. Would love a code ?
/CK
Great app! Would love a code too!
jabberwock said:
Great app! Would love a code too!
Click to expand...
Click to collapse
send me a message and i'll send the code
Nice. Would also love a code!
nds850 said:
Nice. Would also love a code!
Click to expand...
Click to collapse
send me a message and i'll send the code
zzcool said:
send me a message and i'll send the code
Click to expand...
Click to collapse
Tax in advance
Thanks, I would like a code please
Thanks would love a code also
Sent from my SM-N976B using Tapatalk
Great job man , I would like a code please
Sent from my Samsung SM-N975F using XDA Labs
thank you for the app. can you message me the code ?
Peace!!
Thanks for creating app...Testing the app out now. May I please have a code (Inbox me)
Tried the app and willing to purchase a license but when I was setting it up there was an ongoing Android system notification about the app that every time I disable it would turn right back on.
Count me in for a code please, and thanks in advance.
I'd kindly take a code fine sir...
Sent from my SM-N975U using Tapatalk
been testing out several solutions with mixed results.
Would love a code to try this out as well. Thanks in advance!
Please send me a code if you have any left. Thanks.
bp328i said:
Tried the app and willing to purchase a license but when I was setting it up there was an ongoing Android system notification about the app that every time I disable it would turn right back on.
Click to expand...
Click to collapse
Got the same as you.. have to uninstalled
KLPFL said:
Got the same as you.. have to uninstalled
Click to expand...
Click to collapse
Glad I'm not the only one. I really should have posted about it with screenshots at the time, but honestly didn't think about it.
Interested ! May I have a code?

[APP] Arc Lighting - Notification Light for Oneplus Nord

Arc Lighting adds a highly customizable ring of light around the camera cutout of your phone. You can use this light with various indicators such as audio visualization, notification lighting, critical or low battery warnings, as well as a charge indicator. The ring can also appear on your Always-On display. (to make aod work you need to make sure you have downloaded always on amoled and activated it, you also need to make sure samsung stock aod and samsung edge lighting is disabled under samsung display settings you also need to make sure that aod is enabled under arclighting with override set to off)
https://www.youtube.com/watch?v=FibMTD5Mdx8
Features:
- Highly customizable lighting for the Galaxy S10, S10+, S10e, and Note 10. Select a variety of colors, animations, and styles. (nord is not officially supported but the app now comes with a custom alignment adjuster so it should now be supported by just adjusting this under cutout settings make sure realtime adjustment is set to off when you're finished any help on official support will be granted a tier 5 code)
- Always show ring with various gradient effects (add multiple colors and make them spin for a visual experience)
- An adjustable glow effect that can be turned on or off (sometimes this can cause the light to freeze to a white glow this will be fixed)
- Notification lighting both when the display is on or off (update planned for only the lockscreen or only inapp)
- Music lighting that syncs the light to your music (does not work together with other indicators so other indicators will stop working if you enable music lighting this will be fixed)
- Battery indicator lighting for charging, low and critical battery states. (note it will not work until you configure the zones you want the colors to appearm, not configuring zones can freeze the light entirely this will be fixed)
- Device overheating indicator for gamers and power users (note it will not work until you configure the zones you want the colors to appear, not configuring zones can freeze the light entirely this will be fixed)
- Arc Lighting can be configured to match the color of your wallpaper, the app you're currently in, or both! (this only works for the only show ring and only when you set it to a solid color the option is not available for gradient colors which will be added later)
This app requires certain permissions to function correctly.
Accessibility: This permission is used for the ring to appear over your lock screen, always-on display, and for accessing the color of the current app you're in. This permission is required for the app to function properly.
Draw Over Other Apps: This permission allows the ring to show on top of other apps. This permission is required for the app to function properly.
Microphone Access: This permission is used to analyze the internal device audio for the music lighting. You will not be asked for this permission unless you choose to enable the Audio Visualizer indicator for the ring.
Storage Access: This permission is used to get the color of your wallpaper. You will not be asked for this permission unless you choose to use the color of your wallpaper for the ring.
Notification access: This permission is used to change the color of the ring after notifications
Burn-in concerns: Some Android displays may suffer from mild burn-in if a single item is displayed on the screen for an extremely significant amount of time. If you are concerned about this, feel free to enable the rotation animation in ring settings. That will ensure the display is constantly changing. Alternately, you can disable the default effect to only show the ring while an indicator is being triggered. Note: Samsung Galaxy devices come with burn-in protection that moves the pixels a little each time.
Compatible Devices
- Galaxy S10+
- Galaxy S10
- Galaxy S10e
- Galaxy note 10
- Galaxy note 10+
- Galaxy note 5g
devices to be tested and compatible
oneplus nord
samsung galaxy note 20 series
Download (xda members get free access, will provide unlock codes to any xda member who asks when you ask please specify if you want the code for my navigationbar app or this app as they both have similar names)
https://play.google.com/store/apps/details?id=com.symetium.holepunchcameraeffects
FREQUENTLY ASKED QUESTIONS:
how do i disable individual notifications: currently this is a planned update, you can go into custom colors and set each app you don't want notifying to 100% transparent
light is constantly flashing even if i cleared all notifications: sometimes theres forced notifications such as when you're charging it will force a notification that says you're fast charging, the light will pick up on these you need to hold on these notifications and turn them off to stop the light there should be nothing at all in the notificationpanel, if you still have a flashing light with nothing in the panel contact me.
frozen light: music lighting will disable all other indicators same with battery indicator or battery temp indicator, you need to set custom zones otherwise the light will be frozen, glow also tends to freeze the light so turn that off if it's frozen (this will be fixed in a coming update)
I will test the app as soon as I have the phone tomorrow
This could be exactly what I'm looking for! Could I get an activation key for both please ?
---------- Post added at 10:52 AM ---------- Previous post was at 10:33 AM ----------
I've tried the free version, for now. Can't seem to get the ring elipse-shaped to go around the front camera, also the app keeps crashing on my Nord
Hello,
application works but notification ring appears at the top middle. Could you send me activation code.
App installed but I can't see battery indicator. We need something different from a circle to surround two cameras.. It's possible?
Activation code please.
i like the idea a lot and love the feature where i can preview position etc. But, can it support shapes other than circle? Node does not have circle camera on front. i was hoping that i can overlay on the outer edge of front camera.
Trial time expires,hasn't been able to move ring to the cameras, got notification ring but on the center
Enviado desde mi AC2003 mediante Tapatalk
Looks to work but I can only get it to display a circle ring, which didn't help on a twin camera!
i bought the premium version but can't really use it cause of the shape of the ring. How can i change the shape that it fits the OneplusNord Cam?
Hello. My OP mord just arrived and I can help you with testing
SpeakToMyHand said:
i bought the premium version but can't really use it cause of the shape of the ring. How can i change the shape that it fits the OneplusNord Cam?
Click to expand...
Click to collapse
i have messaged the developer about it you can message him too if you wish to assist him personally @dave7802
https://forum.xda-developers.com/member.php?u=407871
I installed the app on my Oneplus Nord, but I can't adjust it for two cameras hole.
tachinete said:
I installed the app on my Oneplus Nord, but I can't adjust it for two cameras hole.
Click to expand...
Click to collapse
we are working on it right now i am just waiting to hear back from the developer
Looking forward!
activation code please!
Looking forward to the app being updated to cover the Nord's "pill" shape camera module.
Please can I have the activation code whilst awaiting the update? Many thanks.
could i have an unlock code please?
Eagerly waiting for Nord support and please send me activation code.
Moved to Nord! I love this idea. Send me an activation code for the Arc Lighting.
Please send me an activation code too. THX in advance. :good:

[APP] Arc Lighting - Notification Light for Galaxy Note 20 Ultra

Arc Lighting adds a highly customizable ring of light around the camera cutout of your phone. You can use this light with various indicators such as audio visualization, notification lighting, critical or low battery warnings, as well as a charge indicator. The ring can also appear on your Always-On display. (to make aod work you need to make sure you have downloaded always on amoled and activated it, you also need to make sure samsung stock aod and samsung edge lighting is disabled under samsung display settings you also need to make sure that aod is enabled under arclighting with override set to off)
https://www.youtube.com/watch?v=FibMTD5Mdx8
Features:
- Highly customizable lighting for the Galaxy S10, S10+, S10e, and Note 10. Select a variety of colors, animations, and styles.
- Always show ring with various gradient effects (add multiple colors and make them spin for a visual experience)
- An adjustable glow effect that can be turned on or off (sometimes this can cause the light to freeze to a white glow this will be fixed)
- Notification lighting both when the display is on or off (update planned for only the lockscreen or only inapp)
- Music lighting that syncs the light to your music (does not work together with other indicators so other indicators will stop working if you enable music lighting this will be fixed)
- Battery indicator lighting for charging, low and critical battery states. (note it will not work until you configure the zones you want the colors to appearm, not configuring zones can freeze the light entirely this will be fixed)
- Device overheating indicator for gamers and power users (note it will not work until you configure the zones you want the colors to appear, not configuring zones can freeze the light entirely this will be fixed)
- Arc Lighting can be configured to match the color of your wallpaper, the app you're currently in, or both! (this only works for the only show ring and only when you set it to a solid color the option is not available for gradient colors which will be added later)
This app requires certain permissions to function correctly.
Accessibility: This permission is used for the ring to appear over your lock screen, always-on display, and for accessing the color of the current app you're in. This permission is required for the app to function properly.
Draw Over Other Apps: This permission allows the ring to show on top of other apps. This permission is required for the app to function properly.
Microphone Access: This permission is used to analyze the internal device audio for the music lighting. You will not be asked for this permission unless you choose to enable the Audio Visualizer indicator for the ring.
Storage Access: This permission is used to get the color of your wallpaper. You will not be asked for this permission unless you choose to use the color of your wallpaper for the ring.
Notification access: This permission is used to change the color of the ring after notifications
Burn-in concerns: Some Android displays may suffer from mild burn-in if a single item is displayed on the screen for an extremely significant amount of time. If you are concerned about this, feel free to enable the rotation animation in ring settings. That will ensure the display is constantly changing. Alternately, you can disable the default effect to only show the ring while an indicator is being triggered. Note: Samsung Galaxy devices come with burn-in protection that moves the pixels a little each time.
https://www.youtube.com/watch?v=FibMTD5Mdx8
Compatible Devices
- Galaxy S10+
- Galaxy S10
- Galaxy S10e
- Galaxy note 10
- Galaxy note 10+
- Galaxy note 5g
-Galaxy Note 20 and note 20 ultra
Download (xda members get free access, will provide unlock codes to any xda member who asks when you ask please specify if you want the code for my navigationbar app or this app as they both have similar names)
https://play.google.com/store/apps/details?id=com.symetium.holepunchcameraeffects
FREQUENTLY ASKED QUESTIONS:
how do i disable individual notifications: currently this is a planned update, you can go into custom colors and set each app you don't want notifying to 100% transparent
light is constantly flashing even if i cleared all notifications: sometimes theres forced notifications such as when you're charging it will force a notification that says you're fast charging, the light will pick up on these you need to hold on these notifications and turn them off to stop the light there should be nothing at all in the notificationpanel, if you still have a flashing light with nothing in the panel contact me.
frozen light: music lighting will disable all other indicators same with battery indicator or battery temp indicator, you need to set custom zones otherwise the light will be frozen, glow also tends to freeze the light so turn that off if it's frozen (this will be fixed in a coming update)
the note 20 ultra is not officially supported yet but the app comes with a custom alignment adjuster under cutout settings so you can align the ring yourself, if you enjoy the app please do rate it i have received a lot of bad ratings lately which has pushed it down to nearly 2 stars so rating it would be very appreciated.
Hi! This looks awesome! Is there a 'Halo' option or a slow beating effect? Could the color be changed? I really want to try this notification light. How can I get a code, please? Thank you!
BlinkThinks said:
Hi! This looks awesome! Is there a 'Halo' option or a slow beating effect? Could the color be changed? I really want to try this notification light. How can I get a code, please? Thank you!
Click to expand...
Click to collapse
color can be changed per app, a slow beating effect i believe that theres a speed option yes, i don't have a s20 ultra so i can't check
I'm gonna try this as soon as my Note 20 Ultra 5G is delivered. I'm gonna tell my friends to download the app, too. I've bookmarked this page.
Here's hoping for a code, too! Thanks!
I am def. Going to give the arc notification app a go. This looks great! I am hoping to get a code please. Thank you for the work and app in advance!
zzcool said:
Download (xda members get free access, will provide unlock codes to any xda member who asks when you ask please specify if you want the code for my navigationbar app or this app as they both have similar names)
https://play.google.com/store/apps/details?id=com.symetium.holepunchcameraeffects
Click to expand...
Click to collapse
How to get the unlock code, please? Thanks!
thekenderman said:
I am def. Going to give the arc notification app a go. This looks great! I am hoping to get a code please. Thank you for the work and app in advance!
Click to expand...
Click to collapse
send me a message as i go through them in bulk thank you
once someone has the s20 ultra please let me know how it works and if anyone can download the app build.info and screenshot so i can have it officially added, right now you have to manually go in cutout settings then adjust the ring until official support is implemented
zzcool said:
once someone has the s20 ultra please let me know how it works and if anyone can download the app build.info and screenshot so i can have it officially added, right now you have to manually go in cutout settings then adjust the ring until official support is implemented
Click to expand...
Click to collapse
I'll definitely keep this thread posted as soon as my N20U5G arrives and install your app.
Looking forward to trying this out, thanks!
I will definitely try this out! My phone should be here Friday
Would love a code for the Arc lightning app. Thank you for your work.
Can i get a code for your notification led light app pls? Would love to try thank you!
can I get a code i just got my phone
This looks awesome! I will be receiving the Note 20 Ultra tomorrow and would love to get a code for this app.
Long time user of lightflow. Looking forward to trying the arc lighting app. I would also like a code. Thanks
Hey,
My note should be arriving this Friday, wondering if I can hold a code and help you test.
Fine-tuning
zzcool said:
the note 20 ultra is not officially supported yet but the app comes with a custom alignment adjuster under cutout settings so you can align the ring yourself, if you enjoy the app please do rate it i have received a lot of bad ratings lately which has pushed it down to nearly 2 stars so rating it would be very appreciated.
Click to expand...
Click to collapse
Just a suggestion, but it would be nice to be able to manually enter the offset number rather than solely relying on a slider.
Fine-tuning the adjustments would be MUCH easier by being able to input a number.
TIA
I'd like to try this out as well. A code would be great, thanks!

Categories

Resources