[Q] (Q) keyboard blinking - HD2 Android Q&A, Help & Troubleshooting and Genera

Good night XDA society!
I have 1-ne simple question, is it possible to force hard keys blinking in HD2, when incoming message or call? (On android)
I think it can be pretty nice
Big TNX!

Yes, it is possible by going into the Android market and installing an app called 'LED Me Know' and configuring it the way you want it. It works quite well.

Related

[Q] Best AutoSMS App ?

hello All,
im looking for an App that can auto SMS if i dont respond after say, 30mins for example.
if anyone is able to point me in the right direction that would be great, i've tried some, but none seem to do the job

Unaudible "Second incoming call" notification

Hi everyone,
I've been running FroyoStone on my HD2 since a while, but I've just noticed this morning that my "Second incoming call notification sound" is unaudible !
To be clear : supposing X is calling me while I'm already online with Y, the screen displays the X caller ID (if the screen is on - for example when I use loudspeaker), but I cannot hear any notification sound...
Would you have a solution to this issue because I've missed many calls recently with that (and my darling is mad to me now although I swore to her I had really not noticed her calls !!! ).
Thanks XDA.
Did you recently mute any application? (e.g. motonav, google navigation)
Try unmuting these applications while they are running and check settings - sound to see if any of the sliders are muted.
Also try unmuting while browser is playing sound from some website.
One of these should fix your problem.
Please give feedback.
Hi and thank-you for your reply.
I've never muted any apps, but tried anyway your tricks. It is still not working.
My phone rings when I receive a "first call" but a second call, while already online, is never notified...
Sent from my HTC HD2 using XDA App
weird, I get proper notification with second incoming call.
I would only suggest you the obivious: Backup your current Android folder and temprorarily try another build to see if you get the sound. Thus you can find out if it is build related. Also, do you get notification with winmo?
I've tried to call myself while already online at a moment where everything is very quiet... and I can hear a notification ! Very very tiny one, almost unaudible but it's there !
Would you know a way to make it loudder ?

[Dev][Request] Motorola fire notify led application mod

i'm not sure if this is the right forum to post in,
but i wish a dev could help me since i'm just 13 years old that doesn't understand anything in java android development
so;
This is notifyled.apk from motorola fire xt311/xt316/xt317/xt530/xt531/xt532, all these models have the same method and led flash ligh above the screen, and all of them have the exact same notifyled.apk [check attachments]
the problem is: the application sends orders to the notification led only to light up it's blue color only when the owner of one of these phones recive an SMS/ missed call or when the battery low
AND doesn't light up the led whenever i recieve a notification from any third party like whatsapp, any im app, xda premium.. etc.
the request: can any body mod it or teach me the general rule of adding the applications to the .SMALIs inside the apk so it sends orders when i recieve msg on whatsapp fpr example ?
i really wish someone could reply.
thanks.
Mazen.kh said:
i'm not sure if this is the right forum to post in,
but i wish a dev could help me since i'm just 13 years old that doesn't understand anything in java android development
so;
This is notifyled.apk from motorola fire xt311/xt316/xt317/xt530/xt531/xt532, all these models have the same method and led flash ligh above the screen, and all of them have the exact same notifyled.apk [check attachments]
the problem is: the application sends orders to the notification led only to light up it's blue color only when the owner of one of these phones recive an SMS/ missed call or when the battery low
AND doesn't light up the led whenever i recieve a notification from any third party like whatsapp, any im app, xda premium.. etc.
the request: can any body mod it or teach me the general rule of adding the applications to the .SMALIs inside the apk so it sends orders when i recieve msg on whatsapp fpr example ?
i really wish someone could reply.
thanks.
Click to expand...
Click to collapse
It's an interesting little app, I had a look and it actually uses a 3rd party receiver for missed call and missed message so it can in theory support other apps but I suspect those apps will have to support NotifyLed as well.
Can you post the SMS/MMS and Phone apps from the same rom? They probably have logic in them to call this app, I'd need to look at them.
Also, can you post screen shots of the LedNotify app since I can't test? Especially any screen with this text on it:
Code:
3rd Party Apps: ID(something will be in here)
No promises but since you're 13 I thought I'd have a look...
djmcnz said:
It's an interesting little app, I had a look and it actually uses a 3rd party receiver for missed call and missed message so it can in theory support other apps but I suspect those apps will have to support NotifyLed as well.
Can you post the SMS/MMS and Phone apps from the same rom? They probably have logic in them to call this app, I'd need to look at them.
Also, can you post screen shots of the LedNotify app since I can't test? Especially any screen with this text on it:
Code:
3rd Party Apps: ID(something will be in here)
No promises but since you're 13 I thought I'd have a look...
Click to expand...
Click to collapse
Thanks for your reply,
Here's the mms.apk
the notifyled doesn't have a gui, not even an icon in the appdrawer and it's apk has even no strings except for the app name and hello world !
Btw, sorry, i'm 14* lol.
Mazen.kh said:
Thanks for your reply,
Here's the mms.apk
the notifyled doesn't have a gui, not even an icon in the appdrawer and it's apk has even no strings except for the app name and hello world !
Btw, sorry, i'm 14* lol.
Click to expand...
Click to collapse
Okay, so as I suspected the app that generates the notification must tell lednotify to blink or stop blinking, lednotify doesn't "watch" the other apps.
This means that it is possible to get lednotify to work with other apps (just like it does for phone and MMS) but those apps will need to change to talk to lednotify, not the other way around.
This makes it quite a difficult proposition unless the app devs wish to support it. It's not difficult to do by the looks of things but it would require code changes to all of the required apps.
Okay thanks i understood now
I'll have a look at the other apps like whatsapp or even email the dev
It's strange that app like whatsapp have led option but doesn't blink whill mms.apk doesn't have led option in notification settings but blinks! The same as phone.apk
Thanks anyway .
Sent Burning From My Stock Stock Stock Motorola Fire's XDA Premium.

Apps to control LED illumination bar

Hi guys,
My english is not perfect but i will do my best
I'm new here and that's why i post it here and it would be great if someone could move it to development forum.
I've seen some tutorials here about how to control the led bar with terminal but i have something easier for you.
There is 2 Apps to control the bar. I will try to make them better and try to add another features but i dont know when it will happen.
One of this app is based on sony illumination API but the thing is that you can turn on 3 leds at the same time with the same color. Maybe i dont know how to use it but i dont know how to change color of each led separately. You can turn on Pulse Effect here.
Second app is basen on DooMLoRD tutorial (http://forum.xda-developers.com/showthread.php?t=2439651) and here you can change color of each led and thats the only thing that this app is doing.
Yeah i know that this apps are so simple but maybe someone will have some fun while using them
If i will make something new i will update this thread.
Have FUN
PS: to turn off leds in app where you can control each led just set their colors to black.
Sorry to say but wrong section mate.you should have posted in themes and apps section
Great apps bro :thumbup:
Can you add features like music pulse music beats
And please please can you make it compatible with AOSP ROMS like cm11 and it's based ROMS
Sent from my C5303 using xda premium
If you could implement the features like discolight it would be much more awesome
@LIONS1
I'm new to android programming and i dont know how to make apps comapitible with other ROM's, but i will try it.
Music pulse, music beats - like i said i'm beginner but maybe some day i will make it. This project is just for fun and i dont know if i will have time to implement all the features i would like to.
@mrjraider
I will
ukasy said:
@LIONS1
I'm new to android programming and i dont know how to make apps comapitible with other ROM's, but i will try it.
Music pulse, music beats - like i said i'm beginner but maybe some day i will make it. This project is just for fun and i dont know if i will have time to implement all the features i would like to.
@mrjraider
I will
Click to expand...
Click to collapse
Firstly i think youve got the icon for the two different app in the zip mixed up and secondly how to use the the app that changes the leds individually for more other than just to see it can be done
Xperia U Illumination Bar.
Hi there,
I was wondering if any off you could make an app that lets you control the sequence of the illumination bar and make it pulse with the music my phone is an xperia u not rooted or anything its got the official ICS i wish anyone could make an app with music pulse ive been searching for one for a long time hopping for good news.
Thanks.
homerboy22dowidar said:
Hi there,
I was wondering if any off you could make an app that lets you control the sequence of the illumination bar and make it pulse with the music my phone is an xperia u not rooted or anything its got the official ICS i wish anyone could make an app with music pulse ive been searching for one for a long time hopping for good news.
Thanks.
Click to expand...
Click to collapse
It's not possible without root.
Also, you are in the wrong section of the forum. Questions about U are probably better answered in the Xperia U forums
@rundgong is it possible to turn on illumination bar when in certain apps? e.g if I set color to yellow for temple run, every time I launch temple run the illumination bar stays on with yellow glow and when I switch to hangouts it starts glowing green? (would love to set colors for different apps, I mean we have this huge illumination bar so why not make it shine through out the ui? why use it just for notification and not fun )
btw using your illumination bar pro app and I must say it is money-well-spend
Araib93 said:
@rundgong is it possible to turn on illumination bar when in certain apps? e.g if I set color to yellow for temple run, every time I launch temple run the illumination bar stays on with yellow glow and when I switch to hangouts it starts glowing green? (would love to set colors for different apps, I mean we have this huge illumination bar so why not make it shine through out the ui? why use it just for notification and not fun )
btw using your illumination bar pro app and I must say it is money-well-spend
Click to expand...
Click to collapse
It's not possible to do it properly I think. There is no easy way of knowing what app is currently running.
By using AccesibilityEvents you can probably find out some info about when an app is brought to the front. With that info you can maybe do something that kind of works, but not really.
But I'm not sure about that.
The best thing about this app is that it works without Rooting also :laugh:
ukasy said:
@LIONS1
I'm new to android programming and i dont know how to make apps comapitible with other ROM's, but i will try it.
Music pulse, music beats - like i said i'm beginner but maybe some day i will make it. This project is just for fun and i dont know if i will have time to implement all the features i would like to.
@mrjraider
I will
Click to expand...
Click to collapse
I think u can do something. I like pulses but on your apps I can pulse 3 different collor, so maybe first u make it...
ukasy said:
Hi guys,
My english is not perfect but i will do my best
I'm new here and that's why i post it here and it would be great if someone could move it to development forum.
I've seen some tutorials here about how to control the led bar with terminal but i have something easier for you.
There is 2 Apps to control the bar. I will try to make them better and try to add another features but i dont know when it will happen.
One of this app is based on sony illumination API but the thing is that you can turn on 3 leds at the same time with the same color. Maybe i dont know how to use it but i dont know how to change color of each led separately. You can turn on Pulse Effect here.
Second app is basen on DooMLoRD tutorial (http://forum.xda-developers.com/showthread.php?t=2439651) and here you can change color of each led and thats the only thing that this app is doing.
Yeah i know that this apps are so simple but maybe someone will have some fun while using them
If i will make something new i will update this thread.
Have FUN
PS: to turn off leds in app where you can control each led just set their colors to black.
Click to expand...
Click to collapse
mate both of your apps dont work i have sony xperia SP. android 4.3
rundgong said:
It's not possible to do it properly I think. There is no easy way of knowing what app is currently running.
By using AccesibilityEvents you can probably find out some info about when an app is brought to the front. With that info you can maybe do something that kind of works, but not really.
But I'm not sure about that.
Click to expand...
Click to collapse
Yes there is one just modify a launcher that reacts different, depending on which App is opened. Or just checkout these ways on StackOverflow.

[Q] [q] app to answer call with volume button

Hi Folks,
there are many apps out there that can remap buttons. However many of them just don't work for note-3 and neither of them can map volume button for answering a call. As note-3 is big enough to operate with one had I would still like to see some efficient way to answer a call with one hand. I know there are ways for voice answer or answer with home button but I truly believe that the most ergonomic way is to answer with your big thumb.
There's one app however that does work! Or at least worked... It's called "One hand answer" and is only available from the Russian app store called "Yandex store". It was removed from Google Play w/o any explanation. The app is truly unique in terms of other features. However, after upgrade from 4.3 to 4.4.2 it no longer works and developer seems to be no longer interested in the app.
I was wondering if there are any other alternatives or a manual workaround to implement this feature.
search google for One Hand Answer v1.1.6 Ultra Edition.apk :good:

Categories

Resources