[Q] Oneplus One capacitive buttons for notifications - ONE Themes and Apps

Hi guys,
I was thinking about the possibility to make (for example) the home button of the OPO on the bottom blink for notifications in stead of the notification led at the top.
Does someone know an app that can make this happen?
Sorry if this question is already asked elsewhere but I didn't find it up till now.
Grtz

It's more than possible, it's called back-light notifications (BLN) search the playstore and you should see some apps. Though I don't understand why you'd want it, seeing how there's a notification led (that'd consume less battery), but I suppose to each their own?
Edit: Sorry had a brainfart, and forgot to mention you most likely need a kernel which supports BLN and to my knowledge no one has included it, since it's a bit redundant, and taxes the cpu and impacts battery life for no reason. It's extremely useful on phones without a notification led, and more common. But I suppose it can be easily ported to the 1+ if there's an oppo find7a kernel that supports it, if you wanted to tackle it.
Edit 2: Looked around, and apparently an app called 'LightFlow' might not need a custom kernel (?) Worth checking out.

Exothermic said:
It's more than possible, it's called back-light notifications (BLN) search the playstore and you should see some apps. Though I don't understand why you'd want it, seeing how there's a notification led (that'd consume less battery), but I suppose to each their own?
Edit: Sorry had a brainfart, and forgot to mention you most likely need a kernel which supports BLN and to my knowledge no one has included it, since it's a bit redundant, and taxes the cpu and impacts battery life for no reason. It's extremely useful on phones without a notification led, and more common. But I suppose it can be easily ported to the 1+ if there's an oppo find7a kernel that supports it, if you wanted to tackle it.
Edit 2: Looked around, and apparently an app called 'LightFlow' might not need a custom kernel (?) Worth checking out.
Click to expand...
Click to collapse
Just wanted to thank you for helping someone out. You are awesome ?
Oneplus Nexus 5

I like the idea. But unless the capacitive buttons are bright enough to actually see... I just can't see this working all that well. Really wish the buttons were brighter so that this would be possible.
Sent from my A0001 using Tapatalk

Related

Feedback wanted

App now on the market, thanks for all your help.
great emulation. see my magic/sapphire device specs below...
no sound
very slow response to fire/shoot tap
...other than those issues, nice work.
Hi, great looking and I like the neat touches about adding 10p etc.
Comments - as posted above, no sound and the motion of the base is very slow either by motion detection or using the trackball. Though the trackball seemed to be very intermittent.
I'm running a T-Mobile G2 touch with the latest stock rom. All other background apps, had been disabled too.
Most gracious thanks for your comments. I think I've found the sound bug proper now. I've also found a vast improvement in speed after some GFX tweaks.
The control issues sound odd as both the emulator & my i7500 don't have these problems (but neither have a trackball, the emulator has no sensor), maybe the speed increase will fix things, as the phone was probably getting bogged down with unnecessary drawPixels.
Version 5 is available in the 1st post above, be grateful of any further feedback.
Edit: I've also updated the sensor updated time to maximum to see if that helps.
Great improvemnet.
Sound - now works, firing, explosions, flying saucer. Though the sound of the "invaders" moving is slow, but I am guessing that is as the original?
Movement - The motion sensor works fine now, though the trackball still does not function for left or right movement. If you try the trackball, the app says "motion sensor disabled", but the trackball does not move the player. The fire function works when you depress the ball though.
I love it, takes me back
Daft question but
Could this be used with other arcade roms?
Splather said:
Could this be used with other arcade roms?
Click to expand...
Click to collapse
Yes, a limited few though, those what run on similar 8080 hardware (a few tweaks may be needed).
I will probably add these later.
OK, nearly at the finishing post. I reckon I've sorted the trackball issue, though I don't have a device with a trackball to test it on. I've also added the suggested full screen mode, though it runs a bit slow even after skipping a few frames, but I've left it in for the moment as it will encourage me to further optimize (will probably have a go at h/w acceleration in v2).
Version 6 Now available in the 1st post.
Trackball works fine now, not sure if it's just me but it seems slower than using the tilt method. Nice work.
I prefer the "bordered" view as it reminds me of the actual screen in the cabinet with the border around the black and white screen. Though on some machines they added coloured bands across the screen so that the invaders "appear" to change colour the lower they got. Maybe you could add that in?
"Edited"
Just a thought, not sure if you can do it, but can you override the "back" key functionality, then you could use it as a fire button and the trackball would be movement only. This way it is slightly more authentic in having the left right control and a fire button just like the original.
OMG that's slow!
Uninstalled... sorry
Love the idea, though
beaker656 said:
Trackball works fine now, not sure if it's just me but it seems slower than using the tilt method. Nice work.
Click to expand...
Click to collapse
Seem to have a problem there... read the new control instructions in version & to see if that helps. It's hard to sort until I get a real device.
beaker656 said:
I prefer the "bordered" view as it reminds me of the actual screen in the cabinet with the border around the black and white screen. Though on some machines they added coloured bands across the screen so that the invaders "appear" to change colour the lower they got. Maybe you could add that in?
Click to expand...
Click to collapse
You might be thinking of 'Space Invaders Part II' or 'Space Invaders Deluxe'
beaker656 said:
"Edited"
Just a thought, not sure if you can do it, but can you override the "back" key functionality, then you could use it as a fire button and the trackball would be movement only. This way it is slightly more authentic in having the left right control and a fire button just like the original.
Click to expand...
Click to collapse
You can still used the touch screen when using the trackball.
I don't fancy overriding the back key
Henrikmand said:
OMG that's slow!
Uninstalled... sorry
Love the idea, though
Click to expand...
Click to collapse
I've tried extra hard to speed things up a bit more in version 7.
Might be able to squeeze a bit more???
NEW UPDATE: v7
more speed
vibrator
control tweaks
U seem to just have increased the gamespeed, it still laggs like before.
Very slow and lag in sound.
Looks promising...
Hi guys and gals.
Long story... Gave my code a bit of decent profiling to see what was going on with the trackball. Seems like the cpu emulation core is taking so much time up that there is very little left for the main thread to pick up any events, and when it did, it bogged down the cpu thread. Trackball events have a huge time overhead with keyPressEvents the least, TouchEvents lie some where in the middle.
A nice solution would be to replace my java 8080 cpu source with native code (anyone want to help out here?), but my skills level is probably not up to it.
So, trackball support has now gone completely , replaced with screen buttons. Dpad will still work though, and touching almost anywhere on the screen, other than the left/right buttons will fire too (so your fingers aren't all over the place). Let me know what you's all think.
Found some extra speedups from the cpu core too, but had to butcher a lot of nicely structured code to get the gains.
Updated the first Post with the last version.
Thanks all.
Tidied up the GUI and while I was there...
Deluxe Support.
Catch the APK in the first post.
Could someone give it a final try to see if the controls problem has been fixed???
Thanks very much.
Now on the market. Thanks for all your help.
tonydoc said:
Now on the market. Thanks for all your help.
Click to expand...
Click to collapse
Well thats fine but since you've edited the thread now we don't know the title of this thing anymore

[Q] Notification LED

Hello everyone,
writing from Italy, where this smartphone should arrive in these days. I already pre-ordered it, but I'd like to know if there is any kind of notification led on board (like the one that Nokia 5800 XM has - sorry for this link but it's my phone at the moment and I find the notification light very comfortable) or if perhaps there is a way to access the softkey buttons so that I can command them to light on if any notification is available.
Thanks in advance and have a good evening
In a nutshell, no notification light and no application for the button lights yet.
Thanks well, do anyone know the object I shall refere to access those lights? I really hope they are objects and not just "part of the screen"...
If I recall correctly, someone did actually mod the softkey buttons on the Galaxy S for notification purposes. If it was done there, why not on the 2X?
Edit:
There it was: http://forum.xda-developers.com/showthread.php?t=772672
Now all we need is CWM and a custom kernel with this thing implemented.
What I can say from inspecting the service manual so far is some bad news sadly:
All leds connect to the same source.
This means, the LEDs cannot be illuminated individually, only together.
I'll dig into it some more. Maybe I can find out something more.
Edit: Alright, here's some more.
The power source for the LEDs is realized by the LXW and/or FBW outputs of the MAX8907C which seems to be a power IC for the platform (it provides possibly all major voltage flavors inside the assembly)
The device is controlled via one of the I²C buses of the AP20 chip (PWR_I2C_SDA and PWR_I2C_SCL) but sadly, I couldn't get a hold of any datasheet for this chip, so further progress is work for those who can dig deep enough into the OS and kernel to control the appropriate outputs.
What if we inspect the source of the software coded for the Nexus S so that we can actually change the parameters and make it work on the 2x?
Well, since the "Hidden Menu" has an option for dimming the light on those buttons, shouldn't it be posible to use the same functionality to make notification light out of it?
This "Hidden Menu" must be some apk or something?
tiwiz said:
What if we inspect the source of the software coded for the Nexus S so that we can actually change the parameters and make it work on the 2x?
Click to expand...
Click to collapse
Nexus S is a completely different platform. I think starting from scratch would be just as hard than tweaking the Nexus S code.
Searching the APK of the Hidden Menu could be more promising.
I'll start digging as soon as I get my phone... it's taking ages to arrive here in Italy ::facepalm::
http://www.planete-android.com/2011/03/22/led-de-notification-pour-le-nexus-s/
USE OF CAPACITIVE BUTONS

Ranting along

Since everybody seems to upbeat about the Nexus 4, here some things that REALLY piss me off.
For reference, I am coming from a DEFY / CM9 and have at the same time here a new HTC One S / CM10. And then there would be a Nexus 7, and a Kindle Fire / CM10/SGT7.
Why on earth couldn't they have the normal buttons on the bottom, and instead needed to waste precious screen real estate ? I do understand that a 7 inch tablet needs that as it's turned between landscape and portrait. But for a phone ... After all there is space on the device, which is unused now ...
This little microSIM tray is nifty. Especially if you are at an airport, just bought the prepaid microSIM and try to put it in. You have the tool with you, right ?
The new and improved camera app stinks like heck. The device support ISO settings, different focus modi, red-eye removal ... the works. But the default application fails to expose ANY of that. I cannot even set the JPEG quality level ... EPIC fail.
Tried to use 720p video recording ? 22fps stuttering ...
Lockscreen widgets ... why on earth would I want to have that ? And why couldn't there just be a simply settings entry to disable that ? (yes, I know that there is now an app out there that gets rid of it ...)
The good old clock. Nice work. Tons of features. Way too many. Why split this over-engineered mess into "Alarm" and "Watch" and whatever ?
Battery drain ... Looks like a lot of the new features (some which I cannot uninstall per default) are sucking up processor time, like the "Mediaserver" (got the same apps/settings as on CM9/CM10, where this does not happen).
This new pulldown quick settings is nifty. Takes me now 2 clicks and one slide to toggle wireless ... much improved over the one-click toggle in CM9/CM10 (and HTC Sense, and TouchWhiz, and ...).
Overall I feel that 4.2 is a step back from 4.1, because every new feature that should make up 4.2 seems to be more in the way than anything else. The toy needs sooo urgently CM10 it's not even funny.
I totally agree with all your points, it's definitely a turd. Wanna sell it?
To your first point, I have a feeling that Google will eventually rethink the use of on-screen buttons and come up with a solution that occupies less real estate. The back button is redundant and can easily be replaced in-app like the menu button was (e.g. click the icon in the upper-left corner to go back is already implemented in many apps) and its behavior is confusing and inconsistent; it's a carry-over from the past and poor UX design overall. The task switcher could quick easily become a hold and drag gesture from the home button or status bar with adding any additional steps to get to it.
Thinking something crazy like the tablet interface where the status bar moves to the bottom, gets a little wider, and houses the home button would be a good solution.
Why does... does... do you guys smell apples? I swear I think I do.
TheFiveDots said:
The back button is redundant and can easily be replaced in-app like the menu button was [...] and its behavior is confusing and inconsistent
Click to expand...
Click to collapse
What the... huh? Have you ever used android for longer than a few minutes?
The missing back button is the first thing I always cringe over whenever I have to handle an apple device at work, it's the best thing of the whole OS (well,at least it's pretty awesome)
And software buttons are the best solution in general, because they can hide and make place for more stuff on demand.
The "empty" space on the bottom of the nexus4 isn't because they thought they'd leave space there just for fun, there's space because it's needed for the hardware below.
If there were hardware buttons taking up the space the phone would be even bigger (or the screen smaller)
Instead of whinning about it why not try to do something about it.
Sent from Arkham
Yeah stop moaning and send it back.
Why keep a phone that "pisses" you off so much...
U mad bro?
Early adopter and complaining (very mad) that there are some updates needed............silly
Maybe u should sell it on eBay and make some money?
Or better......sell it to one of the great devs that are waiting for a device!!!!!!
Sent from my GT-I9450
muspel said:
What the... huh? Have you ever used android for longer than a few minutes?
The missing back button is the first thing I always cringe over whenever I have to handle an apple device at work, it's the best thing of the whole OS (well,at least it's pretty awesome)
And software buttons are the best solution in general, because they can hide and make place for more stuff on demand.
The "empty" space on the bottom of the nexus4 isn't because they thought they'd leave space there just for fun, there's space because it's needed for the hardware below.
If there were hardware buttons taking up the space the phone would be even bigger (or the screen smaller)
Click to expand...
Click to collapse
Yes. I have. Thanks for your assumptions though. Despite your "cringing", Apple's implementation of a dynamic "back button" at the top-left of nearly every iOS app is much more consistent and predictable.
On Android, sometimes the back button takes you back to the screen you were on previously on the same level, sometimes it takes you up a level, and sometimes it closes the app which is always surprising and annoying if you were not aware you were already at the root level. The home button closes an app, the back button doesn't need to. Google is even well aware of this unpredictably and has gone as far to draw up guidelines as to how it should be implemented, but many developers choose to ignore it.
Unpredictable behavior is bad UX design, plain and simple. Having a place in-app that takes you back and a hardware/software button that does the same is also redundant and unnecessary. Navigating an app should be natural and intuitive and all within the app, in my opinion. Hardware/software keys should be reserved for OS-level tasks like Home, Task Switching, etc.
I agree the software buttons are the best choice, but it would be nice to see them implemented in a much more dynamic and space-saving way.
The sim eject tool, aka paper clip.
TheFiveDots said:
To your first point, I have a feeling that Google will eventually rethink the use of on-screen buttons and come up with a solution that occupies less real estate. The back button is redundant and can easily be replaced in-app like the menu button was (e.g. click the icon in the upper-left corner to go back is already implemented in many apps) and its behavior is confusing and inconsistent; it's a carry-over from the past and poor UX design overall. The task switcher could quick easily become a hold and drag gesture from the home button or status bar with adding any additional steps to get to it.
Thinking something crazy like the tablet interface where the status bar moves to the bottom, gets a little wider, and houses the home button would be a good solution.
Click to expand...
Click to collapse
Yes, I was thinking that the merged tablet interface would be a cool idea for the "Nexus 4". With CM10/SGT7 on the KF you also get a nicer notification panel, which might be reasonable for a device of this size.
MonsieurJohnny said:
The sim eject tool, aka paper clip.
Click to expand...
Click to collapse
Doesn't work. Paperclip is too big for that one (at least the 3 different ones I tried).
woody296 said:
I totally agree with all your points, it's definitely a turd. Wanna sell it?
Click to expand...
Click to collapse
Actually I might do (or simply return it), but for different reasons than just the SW I was ranting about (and being disappointed for now). Of course many issues I cited will be fixed with a CM10.1 custom ROM in about 3 months ...
I disagree with the on screen buttons. I had the gs3 and it was terrible for accidentally catching the buttons. The bezel is there for a reason, Samsung put real buttons on the bezel and it's terrible. This is best of both worlds, if an watching a video I get the full screen as the buttons disappear, yet for everything else the screen is a great size.
Sent from my Nexus 4 using xda premium
I feel sorry for everyone and everything in your life.
I disagree. 4.2 is a major improvement, much faster and smoother. All these new things will be improved upon in future updates.
It sounds to me like some people would never be happy no matter what they do.
As for the on screen buttons, i love them after coming from a device that had a push button for home. It would be great though to make them autohide as they do for video.
sent via xda premium with nexus 7
Lol I love that all you fan boys bash the Op and make fun of him, but I hate to break it to you, everything in his post is true. The proper response is: "yes Google screwed some things up pretty badly here, but overall the good outweighs the bad."
Some of you people are worse than iSheep. No need to defend everything a company does. If you don't acknowledge the bad you basically give Google a license to never fix the problem it created because Google thinks you like those problems!
-Sent from my GS3 running CM10.-
I've been using it for a few days and I love the device . smoother than m gs3
Sent from my Nexus 4 using Tapatalk 2
This guy doesn't own one, he's just seen videos, it is pretty obvious.
People just love complaining, I think this is he's first android phone, probably bought it because it was so cheap, try to buy an iPhone for that price you'll probably just about pick up a second hand 4s, I've never seen a phone so cheap with so many features, first phone with 2gb ram, even the iPhone 5 has only 1gb ram.
send your phone back and go and buy an iPhone 4s from ebay!!!

Interesting light mods?

Hey fellas,
i didn't find any quite interesting LED mods / apps.
Tbh, we have this great light on the bottom, but it's quite useless if not for the notifications.
Where are the apps that would let me configure the light like i wish?
So for instance, if i'm unlocking my phone, playing around, writing messages, whatever, i would love to see
the light configurable?
It's just for the music and picture albums at the moment. And like i said, for the notifications in standby.
What i'm saying about "configurable" is, that it should be offer different options like a colorchanging mode, so all of the RGB colours would be changing over time like a rainbow? I don't know what exactly the possibilities are in terms of a smooth transition with this light but i think it would be looking really good.
Quite an eyecatcher. But i couldn't believe that no one has ever done such a thing for android phones. At least for lights compatible for the xperia.
Or did i miss something?
I would do it myself but i've got no real coding skills.
All i can write is plaintext and maybe "hello world"
amatiramisu said:
Hey fellas,
i didn't find any quite interesting LED mods / apps.
Tbh, we have this great light on the bottom, but it's quite useless if not for the notifications.
Where are the apps that would let me configure the light like i wish?
So for instance, if i'm unlocking my phone, playing around, writing messages, whatever, i would love to see
the light configurable?
It's just for the music and picture albums at the moment. And like i said, for the notifications in standby.
What i'm saying about "configurable" is, that it should be offer different options like a colorchanging mode, so all of the RGB colours would be changing over time like a rainbow? I don't know what exactly the possibilities are in terms of a smooth transition with this light but i think it would be looking really good.
Quite an eyecatcher. But i couldn't believe that no one has ever done such a thing for android phones. At least for lights compatible for the xperia.
Or did i miss something?
I would do it myself but i've got no real coding skills.
All i can write is plaintext and maybe "hello world"
Click to expand...
Click to collapse
lol man you made me laugh "hello world" there some apps that let you configure the led Light Flow - LED&Notifications its have free version also so check it out
Prm593 said:
lol man you made me laugh "hello world" there some apps that let you configure the led Light Flow - LED&Notifications its have free version also so check it out
Click to expand...
Click to collapse
Hey mate, Light Flow just offers me some options for configuring the already included lights like for messages or missed calls.
I'm looking for more advanced stuff like a smooth color transition (if possible) while the display is on or something like that.
Would be also interesting what the LED is capable of. It's just one LED right? So mixing colors would be hard, but if some possibilities are there, why not using it ?
The device is still very young but maybe there are or will be coming some apps or mods, even if they are integrated on some roms.
amatiramisu said:
Hey mate, Light Flow just offers me some options for configuring the already included lights like for messages or missed calls.
I'm looking for more advanced stuff like a smooth color transition (if possible) while the display is on or something like that.
Would be also interesting what the LED is capable of. It's just one LED right? So mixing colors would be hard, but if some possibilities are there, why not using it ?
The device is still very young but maybe there are or will be coming some apps or mods, even if they are integrated on some roms.
Click to expand...
Click to collapse
sony has give the control of all led light to dev now its up to them they make app that will bring glory to sp
there are three led lights in xperia sp .
+1 for full control over LED lights :fingers-crossed:
I dream of the day when we can use the lights as an "Ambilight" while watching videos. It would be ABSOLUTELY GORGEOUS!
lanluckez said:
I dream of the day when we can use the lights as an "Ambilight" while watching videos. It would be ABSOLUTELY GORGEOUS!
Click to expand...
Click to collapse
ye dude even i m thinking of that
and day would surely come
There is some WIP there :
http://forum.xda-developers.com/showthread.php?t=2312317&page=2

Nexus 6

I'm thinking of purchasing one would someone be willing to tell me the pro's and con's of this phone?
before you read my response, read this http://forum.xda-developers.com/nexus-6/general/attention-questions-t3228454
pro.. i love the damn thing too much, its seriously making me think twice about buying a nexus 6p
con.. i love the damn thing too much, its seriously making me think twice about buying a nexus 6p
I got one yesterday and love it. Easy to unlock the bootloader and rooting. Using wufresh toolkit is foolproof. Now to decided if I should make a ROM or just use what's out there which is plenty. No regrets at all. And this device always getting updates. Good luck.
Sent from my Nexus 6 using Tapatalk
Its a super phone! Once you get hooked to the display, you won't like any thing smaller. Fluid as water, looks gorgeous, gets latest from Google, i already have 6.0.1 running on it! Numerous custom roms, best of community support!
Sent from my Nexus 6 using Tapatalk
I got one from Amazon's black friday deal. Had an HTC one m9 beforry but the N6 serves my purposes better.
Yea it's a little large and needs some time to get use to the size, but it's a great phone. Very smooth and no lag at all. You won't be disappointed.
It's a solid device. If you open up a lot of apps, it's better than any phone I've used at keeping them in system memory.
The camera isn't good without ideal light, and the vibration motor is the worst since my Moto Cliq. But you can root away one, the other not so much
i love mine, its fast, its big..handy if your eyes are getting a bit older. Easy to root, unlock. Now if i only knew how to make roms i would be very happy.
TMG1961 said:
Now if i only knew how to make roms i would be very happy.
Click to expand...
Click to collapse
Well, with a lot of patience, I can assure you
For starters, build a basic AOSP rom, then take your time to map out how what works, and take baby steps.
So far the only thing I've changed was:
- Dismiss all button for recents
- Fix menu button on the navigation bar, now it has four buttons equally distributed
- UI tuner is always on, and can't be turned off (but I left the spinning gear in, it's cool)
- Settings displays my version
- You can access the Clock app tapping any time or date field on the status bar, and not just the next alarm
- And more fixes, like making Battery saving location not soft rebooting on AOSP
- And the most significant change that the white "android" boot animation (the one you see if sou don't have a botanimation.zip) is replaced by a cyan colored "cyosp" one (you can see in my signature)
istperson said:
Well, with a lot of patience, I can assure you
For starters, build a basic AOSP rom, then take your time to map out how what works, and take baby steps.
So far the only thing I've changed was:
- Dismiss all button for recents
- Fix menu button on the navigation bar, now it has four buttons equally distributed
- UI tuner is always on, and can't be turned off (but I left the spinning gear in, it's cool)
- Settings displays my version
- You can access the Clock app tapping any time or date field on the status bar, and not just the next alarm
- And more fixes, like making Battery saving location not soft rebooting on AOSP
- And the most significant change that the white "android" boot animation (the one you see if sou don't have a botanimation.zip) is replaced by a cyan colored "cyosp" one (you can see in my signature)
Click to expand...
Click to collapse
Thanks for your answer
I'm also thinking of purchasing this phone very soon. Few questions as well:
The phone is already a year old. Is this phone good if I'm thinking of using it for at least 18mo?
That display/brightness...I've heard its really dim (270 nits, really?), and damn near unreadable outdoors. Just overexhaggerating here on reviewers' part? As a reference, I'm coming from an LG G3.
Thanks!

Categories

Resources