maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Request] N9 notification LED app. (https://talk.maemo.org/showthread.php?t=82890)

MohammadAG 2012-03-12 19:03

Re: [Request] N9 notification LED app.
 
I'm looking into it tonight, might as well rewrite it to work better.

dcastrog 2012-03-12 20:17

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by MohammadAG (Post 1178532)
I'm looking into it tonight, might as well rewrite it to work better.

thanks for your effort, I just got a question. How do I install with inception??

excuse me for the ignorace, i dont have much knowledge with maemo/harmattan/linux, this is my first phone with meego, so an additional directions would be nice. thanks

solstice88 2012-03-12 23:07

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by dcastrog (Post 1178600)
thanks for your effort, I just got a question. How do I install with inception??

excuse me for the ignorace, i dont have much knowledge with maemo/harmattan/linux, this is my first phone with meego, so an additional directions would be nice. thanks

You first must install inception. Check out the thread for INCEPTION. I though the instructions were fairly simple. when u are ready to install an application, your line command should be similar to:

/usr/sbin/incept name_of_your_package.deb

RafaelVlmendes 2012-03-13 06:08

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by solstice88 (Post 1178721)
You first must install inception. Check out the thread for INCEPTION. I though the instructions were fairly simple. when u are ready to install an application, your line command should be similar to:

/usr/sbin/incept name_of_your_package.deb


I try all it:

I install INCEPTION and make:
Open terminal:
~$ cd /home/user/MyDocs/Downloads
~$ /usr/sbin/incept led-event-notifier_0.1_armel.deb

~$ ps x | grep led-event
2433 root /usr/bin/led-event-notifier
2538 user grep led-event

~$ accli -p processNumberHere -I
Credentials:
UID::user
GID::users
SRC::com.nokia.maemo
AID::com.nokia/maemo.meegotouchhome-nokia.
xserver-security-policy::capture-drawables
meegotouchhome-nokia::meegotouchhome-nokia

install all packages with inception.. I user other smarthphone to call and nothing work leds notifications :S
MohammadAG... Are u can help for instructions? I restart my N9 and call, messengers to my N9 and nothing work leds notifications..
Thanks very much

Arie 2012-03-13 06:45

Re: [Request] N9 notification LED app.
 
He is rewriting the app, be patient.

misterc 2012-03-13 17:12

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by chrisp7 (Post 1178084)
it is on the front..

thanks for that piece of information :o
then, indeed, it makes perfectly sense to use it either for notifications or breathing light (or both).

MohammadAG 2012-03-13 17:14

Re: [Request] N9 notification LED app.
 
Apparently a fix is to
Code:

stop apps/led-event-notifier
nohup /usr/bin/led-event-notifier &

Should last till you reboot, or till I finish it.

(Not sure why it fails to start correctly automatically, could be another Aegis restriction causing it not to connect to DBus properly)

RafaelVlmendes 2012-03-13 20:30

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by MohammadAG (Post 1178944)
Apparently a fix is to
Code:

stop apps/led-event-notifier
nohup /usr/bin/led-event-notifier &

Should last till you reboot, or till I finish it.

(Not sure why it fails to start correctly automatically, could be another Aegis restriction causing it not to connect to DBus properly)

Mohammad. So when i write in terminal catch me a erro:
~$ stop apps/led-event-notifier
-/bin/sh: stop: not found

or

~# stop apps/led-event-notifier
-/bin/sh: stop: not found
Have any other command to write ?

TMavica 2012-03-14 02:52

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by RafaelVlmendes (Post 1179047)
Mohammad. So when i write in terminal catch me a erro:
~$ stop apps/led-event-notifier
-/bin/sh: stop: not found

or

~# stop apps/led-event-notifier
-/bin/sh: stop: not found
Have any other command to write ?

/sbin/stop apps/led-event-notifier

TMavica 2012-03-14 02:53

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by MohammadAG (Post 1178944)
Apparently a fix is to
Code:

stop apps/led-event-notifier
nohup /usr/bin/led-event-notifier &

Should last till you reboot, or till I finish it.

(Not sure why it fails to start correctly automatically, could be another Aegis restriction causing it not to connect to DBus properly)

it really fixed with this command

RafaelVlmendes 2012-03-14 04:00

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by TMavica (Post 1179153)
it really fixed with this command

really fixed..
Thank Mohammed and TMavica

automagic68 2012-03-14 08:17

Re: [Request] N9 notification LED app.
 
This is awesome!!! Thanks guys!!!

automagic68 2012-03-14 13:04

Re: [Request] N9 notification LED app.
 
The LED blinks when I receive a text message or miss a call, however not for a new email. Is that how the app is supposed to function?

MohammadAG 2012-03-14 14:36

Re: [Request] N9 notification LED app.
 
Emails don't trigger the DBus event I'm listening to, the rewrite will use the same method the lockscreen uses, and will be configurable so you pick what notifications you want the LED to blink for.

Arie 2012-03-14 15:11

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by MohammadAG (Post 1179354)
Emails don't trigger the DBus event I'm listening to, the rewrite will use the same method the lockscreen uses, and will be configurable so you pick what notifications you want the LED to blink for.

Does this mean we get a gui for the led-event-notifier?

TMavica 2012-03-14 17:10

Re: [Request] N9 notification LED app.
 
Dear MohammadAG,

I dont know it is normal or not. I found when I dial or sent message successfully, also receiving calling, the LED also blinking. I need to lock and unlock the phone to stop it blinking

RafaelVlmendes 2012-03-14 19:48

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by TMavica (Post 1179438)
Dear MohammadAG,

I dont know it is normal or not. I found when I dial or sent message successfully, also receiving calling, the LED also blinking. I need to lock and unlock the phone to stop it blinking

Yes to me too... Example.. if i ill write a messenger or any send me a messenger for skyper, msn, GTalk... The led on/off all time and only close if i push with button on/off.
Is Mohammad possible config the led-event-notifier only to calls lost and messengers SMS?
Thank very much

dcastrog 2012-03-15 00:21

Re: [Request] N9 notification LED app.
 
I liked a sugestion someone else made. The amoled lock screen can be edited to make a small squircle (on the screen not led) listen to notifications and blink to them??

this would be a kind of screen saver, but would blink to notifications.

dcastrog 2012-03-15 20:59

Re: [Request] N9 notification LED app.
 
-$ /usr/sbin/incept led-event-notifier_0.1_armel.deb

incept: no such file or directory

any help?

dcastrog 2012-03-15 21:37

Re: [Request] N9 notification LED app.
 
tried everything, this might be something too complex for the average user, maybe there will be a GUI instead of terminal in next weeks. Thanks anyway

itsnotabigtruck 2012-03-15 22:18

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by dcastrog (Post 1179986)
-$ /usr/sbin/incept led-event-notifier_0.1_armel.deb

incept: no such file or directory

any help?

Do you have INCEPTION installed and enabled?

dcastrog 2012-03-15 22:32

Re: [Request] N9 notification LED app.
 
yes, ran the pasiv code with no luck

was thinking it had to do with the directory where the .deb file is stored, but i cant seem to move it with the "filebox" explorer

RafaelVlmendes 2012-03-16 03:28

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by itsnotabigtruck (Post 1180024)
Do you have INCEPTION installed and enabled?

Hi itsnotabigtruck
Can say me about AEGIS1 and the news? And H-E-N and overclock with INCEPTION can user it?

Thanks very much for u work

itsnotabigtruck 2012-03-16 04:10

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by RafaelVlmendes (Post 1180114)
Hi itsnotabigtruck
Can say me about AEGIS1 and the news? And H-E-N and overclock with INCEPTION can user it?

Thanks very much for u work

It might be better to post about this sort of thing in the INCEPTION thread...

It's possible to overclock with INCEPTION, but no one has released the necessary code to actually do so - check out the thread on meego.com. I'm not sure if overclocking the N9 is such a good idea anyway, since at 1 GHz the CPU is already towards the upper end of its clock speed envelope.

Quote:

Originally Posted by dcastrog (Post 1180034)
yes, ran the pasiv code with no luck

was thinking it had to do with the directory where the .deb file is stored, but i cant seem to move it with the "filebox" explorer

Oh - I just remembered that the error you received is not because it can't find incept, but because it can't find the .deb. Are you sure you're in the correct directory?

crnkoj 2012-03-17 13:49

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by TMavica (Post 1179153)
it really fixed with this command

hey guys i just made a fresh 1.2 flash than enabled dev mode installed inception all as it is and than properly installed the notification package, but it wouldnt work unless i did that command (it wouldnt work weven several minutes after a reboot), so im wondering did i get an "old" version, did i do something wrong, or isnt the rewritten version yet available?
btw now that i did those 2 commands it works, thanks for the great work

dcastrog 2012-03-19 05:23

Re: [Request] N9 notification LED app.
 
hey there, i figured out what was my mistake...

I was typing this exactly as it is
-$ /usr/sbin/incept led-event-notifier_0.1_armel.deb
obviously i got the no file or directory error

then i just added the whole path for my .deb file, then the command was
/usr/sbin/incept /home/user/MyDocs/Documents/led-event-notifier_0.1_armel.deb

so forgive my noobness, :) nice app btw, waiting to see new updates! thanks

dcastrog 2012-03-19 05:35

Re: [Request] N9 notification LED app.
 
BUG: the led will start blinking when I send a message...

one way to stop it is to lock the phone and then unlock it..

led will start blinking the next time i send a new message

automagic68 2012-03-21 23:17

Re: [Request] N9 notification LED app.
 
Any idea when we can expect a new version? :confused:

MohammadAG 2012-03-22 00:30

Re: [Request] N9 notification LED app.
 
I don't have the time I used to have half a year ago, so be patient :p

MohammadAG 2012-05-24 21:50

Re: [Request] N9 notification LED app.
 
It only took two months!
I rewrote led-event-notifier, it only has problems with startup, I'll try to ask javispedro for help and release it soon.

blvx 2012-05-24 22:49

Re: [Request] N9 notification LED app.
 
cant wait!

F2thaK 2012-05-24 23:07

Re: [Request] N9 notification LED app.
 
sweeet!!!!!

ibrakalifa 2012-05-24 23:12

Re: [Request] N9 notification LED app.
 
its blink event when i sending sms, lol

solstice88 2012-05-25 00:00

Re: [Request] N9 notification LED app.
 
Awesome! Ive been patiently waiting for this.

hene- 2013-04-29 19:15

Re: [Request] N9 notification LED app.
 
When new version is available?

Does this also include breating light functionality?

willi6868 2013-04-29 20:03

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by hene- (Post 1339978)
When new version is available?

Does this also include breating light functionality?

It's already implemented into status-ui :)
You can install status-ui using N9QuickTweak App (see here: http://talk.maemo.org/showthread.php?t=80600) and enjoy many other futures coming with new status-ui :cool:

justadude 2013-04-30 23:54

Re: [Request] N9 notification LED app.
 
YAY! This will be nice :D

dcastrog 2013-05-01 20:34

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by willi6868 (Post 1339989)
It's already implemented into status-ui :)
You can install status-ui using N9QuickTweak App (see here: http://talk.maemo.org/showthread.php?t=80600) and enjoy many other futures coming with new status-ui :cool:

sorry, but what option (tweak number) is this in

willi6868 2013-05-01 20:43

Re: [Request] N9 notification LED app.
 
Quote:

Originally Posted by dcastrog (Post 1340525)
sorry, but what option (tweak number) is this in

It is the "T"-option but please read the pdf instructions of QuickTweak carefully before installing it. :)


All times are GMT. The time now is 00:33.

vBulletin® Version 3.8.8