using touch button lights for notification? - Galaxy S I9000 General

Hi I know there is an excellent app out which allows a little red square to appear on the screen when you get a notification.
I miss a notification led but was thinking could the lights for the touch buttonds be used instead, I was thinking used the menu button for email/text messages and the back button for missed calls as they kind of look like the right sort of symbols anyway, plus the screen wont need to be turned on at all ( the screen does produce some light when it is only a black background)
I will be taking tomorrow off work to attempt to learn android and possible make a simple live wallpaper but if anyone can point me in the right direction I may look at doing this also

a simple search pops up the original topic
"noled"
http://forum.xda-developers.com/showthread.php?t=730692&highlight=noled
and then the exact same thing you asked is already on this other post
http://forum.xda-developers.com/showthread.php?t=706426&highlight=noled

Related

Help regarding today screen and speaker phone

Hi, I would like to know if there is any way to get rid of the lines that seperate the items on the today screen. I'd like to remove them because it feels so messy with them.
Also, how do I enable the speakerphone during a call? I still haven't figured out how to do so.
Speakerphone: hold down the green button when making the call. You can also toggle during a call by holding it down.
Thanks! That helped!
Waiting for some help on the lines
There no way you could remove the lines as far as i know. But you can create a theme of your own where you can make the colour of the line close to your background so that they will be invissible a bit.But wont work for more detailed backgrounds.
The best way is, use wisbar desktop.
Regards
Carty..

Missed call notification

The notification box comes up, but only for a while. After that there is only the single line on Home screen.
Is there a fix to keep it until manually dismissed?
Joe
jfranek said:
The notification box comes up, but only for a while. After that there is only the single line on Home screen.
Is there a fix to keep it until manually dismissed? Joe
Click to expand...
Click to collapse
You mean the "Miss call notification" icon at the top bar? It stays there until you open up call history, and see the missed call.
No, azahidi, I did not mean that.
When I miss a call, I get "1 missed call" text on the Home screen in the line above the Calendar. The green LED also flashes. That stays on until I do something.
About 3 seconds later, a large white notification box appears at the bottom. That only stays for several seconds and disappears. I would like it to stay until I dismiss it.
For older people, using the phone without reading glasses, the larger the notification the better. With my distance glasses on, it is not that easy to see the icons. Specially outdoors.
Anyway, this is not very important, but if it was possible to do, I would do it.
Joe
jfranek said:
No, azahidi, I did not mean that.
When I miss a call, I get "1 missed call" text on the Home screen in the line above the Calendar. The green LED also flashes. That stays on until I do something.
About 3 seconds later, a large white notification box appears at the bottom. That only stays for several seconds and disappears. I would like it to stay until I dismiss it.
For older people, using the phone without reading glasses, the larger the notification the better. With my distance glasses on, it is not that easy to see the icons. Specially outdoors.
Anyway, this is not very important, but if it was possible to do, I would do it.
Joe
Click to expand...
Click to collapse
Sorry Joe, I musunderstood you. Now I understand what you wish. I am not sure if that's possible at all. I customised the "Missed Call" icon at top bar to be in bright red round background.. a bit better than white.
I suppose I will have to get used to the flashing LED.
Can it be made to flash faster?
Joe

App Request : Enable keypad backlight while screen is on

For any devs out there...
Would it or is it possible to develop an app that will keep the backlight on for the keypad ? i.e. On while the screen is on and go off when the screen goes off ?
In the dark its very annoying when using the Hero and having to fumble for the right key to press - Home, Back, Search etc.
i second that
well erm just press any key and the light will go on dude, you dont need an app for this
So you fumble and hit Home or even power off (to sleep) the screen when you only wanted to hit search or back.
Flicking the scroll wheel is the only way to light up the keys and not press the wrong one by mistake, but that tends to highlight a button, link etc... and sometimes if you hit the ball too hard, you select a screen element.
Still a pain and TBH not like any handset I used before. Backlight time out was always linked to screen time out.
You dont need to hit any key, just move the scroll wheel even slightly and lights come up. And it does need decent amount of pressure to press the scroll button, you wont accidentally press it.
er, yer, I know... but I don't want too
lets just say "even if it doesnt make sense to some people, WE want it!"
btw, there is one app "dark keys" that keeps the backlights of the keypads off all the time. this was made for the white G1. maybe it can simply be rewritten to make the reverse happen?
joemax said:
For any devs out there...
Would it or is it possible to develop an app that will keep the backlight on for the keypad ? i.e. On while the screen is on and go off when the screen goes off ?
In the dark its very annoying when using the Hero and having to fumble for the right key to press - Home, Back, Search etc.
Click to expand...
Click to collapse
+1
i'm beeing annoyed by the keys not being lit as well ...
Glad I'm not the only one
Yeah, I want it too. Thanks for bringing this up!
I think it's good idea, btw it looks cool at night. I want it too
Good idea. +1
So which dev is gong to earn a couple of $$, ££, €€ by writing this for each copy sold then ??
From what I can tell of the API docs (http://developer.android.com/reference/android/os/PowerManager.html, the SDK only allows for the keyboard backlight to be on in FULL_WAKE_LOCK state, meaning the screen will have to be full brightness.
So I don't think this request can be achieved by a pure SDK app.
How come it lights up at any screen brightness on the Hero ?
Surely its also a hardware call and not just an OS call ? These would be independent of Android and particular to each manufactures handset, else they would all be the same.
Not questioning you, but it would seem strange that its not addressable separately to the screen ???
joemax said:
How come it lights up at any screen brightness on the Hero ?
Surely its also a hardware call and not just an OS call ? These would be independent of Android and particular to each manufactures handset, else they would all be the same.
Not questioning you, but it would seem strange that its not addressable separately to the screen ???
Click to expand...
Click to collapse
I'm by no means an Android SDK expert, just posting what I found in a quick search round the docs. Happy to be proven wrong!
Lee
Of course - wasn't criticising at all
Might be able to dabble in the /sys/class/leds/ folder.
I'll take a look when I get in.
Not a dev though. Lol.
soulehmoo said:
Might be able to dabble in the /sys/class/leds/ folder.
I'll take a look when I get in.
Not a dev though. Lol.
Click to expand...
Click to collapse
Correct.
echoing a value to:
/sys/devices/platform/i2c-adapter/i2c-0/0-0066/leds/button-backlight/brightness
through adb shell turns on the backlight.
I think an SDK app could be created as a service with a broadcast receiver listening for the power state changing that just writes a positive value to the file above.
Loads of similar examples here: http://forum.xda-developers.com/showthread.php?t=565015
I'll take this on, just about got it working.
Wicked thx
You are stars (especially fullerlee)
Don't make it too expensive though

2 Annoyances, looking for solutions

I apologize if this has already been covered. If it has, I wasn't able to find it.
1)
After a call, when I pull the phone away, the notification bar gets stuck "slightly" pulled down and touches to the screen are unresponsive. I have to pull the notification bar down all the way, then put it back up to make it go away. Otherwise, the bar just stays at about a half inch (or less) from the top of the screen. I'm using the SuperDark rom, but I don't think it's an issue with that since I remember the same thing happening with one of the first calls I made on the phone. It seems to happen about 1 out of 4 calls I make. I'm pretty used to it now and I usually just end the call using the notification bar when it happens, but I wanted to know if anyone is experiencing this and how it can be avoided/fixed.
2)
Animated GIFs. I saw the post of annoyances saying how the browser doesn't support them. But I couldn't find anything about the Gallery app not supporting them, either. I can deal with the browser, but I use Chandroid for 4chan and such, and it would be nice to view the animated GIFs I save from Chandroid in the Gallery. Is there a fix for this? Or possibly an alternate Gallery app I can use?
Thanks in advance
1. Don't press phone against ear until the proximity sensor turns the backlight off.
2. Don't have a specific answer. But I bet 2.2 wouldn't hurt.
good day
Looks like there was a discussion about the gif thing back in April.
http://forum.xda-developers.com/showthread.php?t=660914
I have seen conflicting information about this, though, on the web. I have a phone with 2.2 at home, so I will give it a test tonight and let you know, unless someone replies sooner.

Xperia z3 concept ideas

I am on vacation so please forgive the lack of pictures to show my ideas this vacation has been rather stressy so i am back on my concept ideas and overall ideas.
First we have a design idea i've noticed the frame around my z1 is fairly strong and scratch resistant so i think it could wrap around the entire back of the phone for a single unibody construction it would also eliminate my concern displeasure that the phone is held together by glue at the back, it would also be completely airtight in the back as there would be no opening, I'd assume it would be more durable aswell.
another idea would be remaking the flaps to lock into place when closed to open you press something, or drag something or maybe magnetic locking, but maybe that wouldn't work with the rubber. I also think if possible that the phone could have a water sensor so it knows when it is submerged, where it enters a sticky keys like feature for the screen so you can use it under water so it takes hard presses to register something water wouldn't be capable of, the phone would also know when the flaps are open or closed and instantly warn if it get's in contact with water with one of them open like vibrating constantly and having an alarm with the screen flashing, it may not always save a phone but it would be useful in my opinion as you'll notice before actually submerging the entire phone if the sensor can be located around the frame but then comes the design problem, unless the sensor can be hidden allong the light stripe idea somehow, if not it could be one small sensor, perhaps the sensor could be located inside the flaps.
A special magnetic dock charger that works with all xperia devices that comes with a remote and inbuilt strong speakers with bass, aswell as a screen with multi color backlight indicating charge time music playing etc would be worth alot aswell too me, I'd pay 200 for something like that.
Lastly I have some more ui ideas they are more personal wishes though
First the notification bar as you know, fills up rather quickly with icons for each app notifying you resulting in it being completely full often, so my idea is simple, one icon with a number next too it showing how many apps that are notifying you, or simply a number.
I also want to be able to hide any notification bar icons for example i don't always need to know the reception I'd rather have that in the drop down menu i would only want it to show when there's one or two bars or simply as a warning on bad reception.
Then theres the softkeys theres alot of ideas and changes I want to make as you know the apps icon replacing the home icon on the home screen, but then theres the back and recent apps button, First off a back button in the home screen does nothing it just sits there it dosnt even turn the phone off it simply sits there filling up space, so here's a few ideas, unless Google are the only ones to be able to do such changes, or if there's a rule against such changes.
1. back button should only show when theres something to back from,* another crazy idea would be a softkey power button in the corner of the home screen replacing the back button, the most crazy idea would be getting rid of a phones power button entirely as theres tap to wake up now, only if it worked when the phone was off, honestly having a power button in the corner would not be very clean too me but it's an idea,* what would be more my preference is the turn off menu in the drop down bar.
I would also like more sony apps like compass or other useful features could call it sony smart tools or sony smart apps, Power user apps like cache cleaner ram freeing would also be great, my dad's LG g2 has a free ram app.
A silent life log app that syncs everything you do and visit in the cloud would also be fun, like using trackid to record which music you were listening to that day when you visited a national park etc, unless such a feature is too consuming.
Then theres recent apps theres two ways this could work,* my first idea was to just remove the recent apps button when there's no recent apps, it would only show when theres recent apps in it, my second idea is to hold down the apps icon to access recent apps instead of having a separate button for it, personally I want to be able to close or minimize apps so they won't end up in recent apps, when i don't want them to.
I guess i want it as clean as possible I think getting rid of an actual power button all together would be a good idea too, at least for me as it would make a phone look nicer more modern, it would also give space for something else.
I guess i want dynamic softkeys,* we have keys on a screen but they work just like physical touch buttons,* they are permanent 90 percent of the time i want to change that, as you practically get the same experience with actual capacitive buttons virtual buttons are not utilized properly in my opinion.
My other idea would be freedom in screen rotation, I use an app so I can use my phone upside down and due to the omnibalance design it feels and looks natural, not having a sony logo makes it impossible to tell if it's upside down or not, so i think all phones should have that freedom by default, I also think there should be a tablet ui for landscape on all sony phones I'd love to have the soft keys at the bottom when in landscape, i was highly dissapointed when i found out I couldn't use my z1 in landscape until I found an app for it.
I also don't think the menu should cast any shadow at all the screen should not darken it would then feel more like the menu is just icons and not a separate menu screen which is what I am aiming at uniformity, i would also get rid of the dot at the top next to the text about which order you have your icons set in, the icons are all fairly pushed in the middle I want them to use up the screen, so much space at the sides used for Nothing it gives a zoomed in feel I am referring to the z ultra though, to put it simple all menu icons simply popping up on the screen when you press the menu button no underlay of any kind not even boxes for folders just 4 small icons together to show that it's a folder
I've also noticed the soft keys and notification bar is not entirely transparent it casts a light dark shadow I would assume that's a limitation not being able to get rid of the underlay entirely due to it being hard-coded but i don't know how open android is to manufacturers, I am extremely picky about these things so I notice them pretty quickly I guess i am obsessed with perfection when it comes to technology, lastly getting rid of the blue grey ui sometimes rarely showing up like example when you change the volume, it makes me feel like that's stock android sometimes peeking out I'd like a similar ui design across all of android.
Sent from my C6833 using xda app-developers app
Wow
Skickat från min Ascend Y300 via Tapatalk

Categories

Resources