maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   LED notifications via system-ui (https://talk.maemo.org/showthread.php?t=85568)

arcean 2012-07-18 16:15

LED notifications via system-ui
 
Another LED notifications implementation for Harmattan.
The feature was added to the system-ui and works in the similar way as in the n900.
Now also available as a part of unrestricted-system-ui package.

Installation (Inception):
Code:

devel-su
#password
wget http://meegoforum.pl//download/system-ui_1.3.2-1+0m8_armel.deb
usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb

Installation (open mode):
Code:

devel-su
#password
wget http://meegoforum.pl//download/system-ui_1.3.2-1+0m8_armel.deb
export AEGIS_FIXED_ORIGIN=com.nokia.maemo
dpkg -i system-ui_1.3.2-1+0m8_armel.deb

Control panel applet (available in Settings->Notifications->Notifications):
Code:

wget http://meegoforum.pl//download/duicontrolpanel-ledapplet_0.0.2-1_armel.deb
wget http://meegoforum.pl//download/duicontrolpanel-ledapplet-l10n-additional_0.0.2-1_all.deb
dpkg -i duicontrolpanel-ledapplet_0.0.2-1_armel.deb
dpkg -i duicontrolpanel-ledapplet-l10n-additional_0.0.2-1_all.deb

After installation, enable LED notifications in Settings!

http://i.imgur.com/nWbir.png
http://i.imgur.com/uMMPi.png

Sources: http://meego.gitorious.net/~arcean/m...h-systemui-led
Commit: http://meego.gitorious.net/~arcean/m...455b217c035c31

TMavica 2012-07-18 16:18

Re: LED notifications via system-ui
 
what is different as previous one?

Arie 2012-07-18 16:18

Re: LED notifications via system-ui
 
Quote:

Originally Posted by arcean (Post 1239308)
Another LED notifications implementation for Harmattan.
The feature was added into system-ui and works in similar way as in the n900.

Installation (Inception):
Code:

devel-su
#password
wget http://meegoforum.pl//download/system-ui_1.3.2-1+0m8_armel.deb
usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb

Installation (open mode):
Code:

devel-su
#password
wget http://meegoforum.pl//download/system-ui_1.3.2-1+0m8_armel.deb
export AEGIS_FIXED_ORIGIN=com.nokia.maemo
dpkg -i system-ui_1.3.2-1+0m8_armel.deb

Sources: http://meego.gitorious.net/~arcean/m...h-systemui-led
Commit: http://meego.gitorious.net/~arcean/m...455b217c035c31

What's the difference between this and LED Notifications from Mohammadag?

arcean 2012-07-18 16:40

Re: LED notifications via system-ui
 
Quote:

Originally Posted by TMavica (Post 1239310)
what is different as previous one?

The difference is, it's not another daemon running in the background :p.
Over a year ago LED notifications were removed from system-ui: http://meego.gitorious.net/meegotouc...6c78423b8398f3
And my commit (look at the first post) is reimplementing this functionality again.

godofwar424 2012-07-18 16:43

Re: LED notifications via system-ui
 
Quote:

Originally Posted by arcean (Post 1239317)
The difference is, it's not another daemon running in the background :p.
Over a year ago LED notifications were removed from system-ui: http://meego.gitorious.net/meegotouc...6c78423b8398f3
And my commit (look at the first post) is reimplementing this functionality again.

You should inforrm MAG of this, he can implement it into his Unrestricted System-UI!

TMavica 2012-07-18 16:51

Re: LED notifications via system-ui
 
will it conflict with unrestricted system ui?

TMavica 2012-07-18 16:52

Re: LED notifications via system-ui
 
Quote:

Originally Posted by arcean (Post 1239317)
The difference is, it's not another daemon running in the background :p.
Over a year ago LED notifications were removed from system-ui: http://meego.gitorious.net/meegotouc...6c78423b8398f3
And my commit (look at the first post) is reimplementing this functionality again.

so it will use less battery, good

godofwar424 2012-07-18 16:56

Re: LED notifications via system-ui
 
Quote:

Originally Posted by TMavica (Post 1239324)
will it conflict with unrestricted system ui?

Im assuming this is just a standard System-UI with functionality added back.

So this is most likely NOT the unrestricted one.

arcean 2012-07-18 16:57

Re: LED notifications via system-ui
 
Quote:

Originally Posted by godofwar424 (Post 1239327)
Im assuming this is just a standard System-UI with functionality added back.

So this is most likely NOT the unrestricted one.

Yes, you're right. It's not the unrestricted system-ui.

TMavica 2012-07-18 17:01

Re: LED notifications via system-ui
 
understood

automagic68 2012-07-21 06:23

Re: LED notifications via system-ui
 
Should I uninstall MAG's LED Event Notifier 2.0 before installing this?

wout.martens 2012-07-21 08:27

Re: LED notifications via system-ui
 
don't install over unrestricted system ui because you'll end up losing all your toggles etc...

Boxeri 2012-07-21 08:49

Re: LED notifications via system-ui
 
So just to clarify

If I have Unrestricted System UI installed, but nothing related to led notifications, can I install this or not?

wout.martens 2012-07-21 09:08

Re: LED notifications via system-ui
 
Quote:

Originally Posted by Boxeri (Post 1240671)
So just to clarify

If I have Unrestricted System UI installed, but nothing related to led notifications, can I install this or not?

You can but you'll break up your toggles etc in unrestricted menu.

N9owner 2012-07-21 09:14

Re: LED notifications via system-ui
 
usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb
usr/sbin/incept : not found..

what wrong here?? :(

wout.martens 2012-07-21 09:20

Re: LED notifications via system-ui
 
Quote:

Originally Posted by N9owner (Post 1240681)
usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb
usr/sbin/incept : not found..

what wrong here?? :(

Perhaps cd to right folder where you've downloaded the file and from there incept the package?

N9owner 2012-07-21 09:22

Re: LED notifications via system-ui
 
Quote:

Originally Posted by wout.martens (Post 1240684)
Perhaps cd to right folder where you've downloaded the file and from there incept the package?

ok i go with ur suggestion ...see how

N9owner 2012-07-21 09:42

Re: LED notifications via system-ui
 
not working

thedead1440 2012-07-21 09:57

Re: LED notifications via system-ui
 
Quote:

Originally Posted by N9owner (Post 1240691)
not working

too bad...

see how easy it is to write generic answers instead of investigating the cause? or at least giving clues to others who you expect to help you...

wout.martens 2012-07-21 10:07

Re: LED notifications via system-ui
 
Quote:

Originally Posted by N9owner (Post 1240691)
not working

Indeed, explain what you're doing.
If you downloaded the file with stock browser your file will be placed in /usr/home/MyDocs/.downloads

(make sure the file is still available from transfers menu in status bar)

cd to that folder.

/usr/sbin/incept system file

Use tab key on vkb to make sure you're not making any typos.

automagic68 2012-07-21 10:32

Re: LED notifications via system-ui
 
Quote:

Originally Posted by wout.martens (Post 1240678)
You can but you'll break up your toggles etc in unrestricted menu.

If this is installed before unrestricted system-ui then will everything okay?

F2thaK 2012-07-21 10:36

Re: LED notifications via system-ui
 
I would wait until MAG and OP can sort the conflict(s) out.

wout.martens 2012-07-21 10:47

Re: LED notifications via system-ui
 
Quote:

Originally Posted by automagic68 (Post 1240739)
If this is installed before unrestricted system-ui then will everything okay?

Dunno.
I had unrestricted installed and installed this package.
result: only volume and profile status bars were visible, all the rest was gone :)

Had to remove and reinstall unrestricted to get the rest visible again.
And had to remove some double .desktop files.

So you could test your solution but that I'll not try :)

automagic68 2012-07-21 10:49

Re: LED notifications via system-ui
 
Quote:

Originally Posted by F2thaK (Post 1240742)
I would wait until MAG and OP can sort the conflict(s) out.

This seems like the safe route for now.

automagic68 2012-07-21 13:55

Re: LED notifications via system-ui
 
Quote:

Originally Posted by N9owner (Post 1240681)
usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb
usr/sbin/incept : not found..

what wrong here?? :(

/usr/sbin/incept system-ui_1.3.2-1+0m8_armel.deb

forgot the slash before 'usr'

Also I uninstalled MAG's version and installed this one, this version the LED just blinks sometimes for no reason. . .Is there a way I can uninstall this?

EDIT: It seems to blink constantly if I get an email.

arcean 2012-07-24 10:02

Re: LED notifications via system-ui
 
The first post was updated with the new system-ui package and a control panel applet.
New version fixes many strange problems/bugs and is fully configurable through Settings (Setting->Notifications->Notifications->LED notifications page) :).

Rabah_vip 2012-07-24 11:16

Re: LED notifications via system-ui
 
hey guys what that mean !!!!!

when i put this (wget http://meegoforum.pl//download/syste...+0m8_armel.deb) in terminal

it told that : sh: wget: not found !!!!!!!!!!!

what's wrong

automagic68 2012-07-24 11:30

Re: LED notifications via system-ui
 
Will unread emails blink as long as there are unread emails in the Mail app? Or only when the new mail notification appears?

m4r0v3r 2012-07-24 11:44

Re: LED notifications via system-ui
 
You need to install wget through a privileged shell via apt-get install wget

vitaminj 2012-07-24 11:45

Re: LED notifications via system-ui
 
Quote:

Originally Posted by Rabah_vip (Post 1242155)
it told that : sh: wget: not found !!!!!!!!!!!

You need to install the utilities package from the developer mode settings (in security)

arcean 2012-07-24 11:49

Re: LED notifications via system-ui
 
Quote:

Originally Posted by automagic68 (Post 1242160)
Will unread emails blink as long as there are unread emails in the Mail app? Or only when the new mail notification appears?

It'll blink as long as there are unread emails :)

automagic68 2012-07-24 11:57

Re: LED notifications via system-ui
 
Quote:

Originally Posted by arcean (Post 1242168)
It'll blink as long as there are unread emails :)

I guess I have about 2,000 emails to go through! :eek: Also, does the control panel applet require pasiv to install?

arcean 2012-07-24 12:16

Re: LED notifications via system-ui
 
Quote:

Originally Posted by automagic68 (Post 1242174)
I guess I have about 2,000 emails to go through! :eek:

Heh, it notifies only about unread emails visible on the events screen :).

Quote:

Originally Posted by automagic68 (Post 1242174)
Also, does the control panel applet require pasiv to install?

Nope.

automagic68 2012-07-24 12:23

Re: LED notifications via system-ui
 
When I try to install the applet I'm getting:

Aegis rejecting duicontrolpanel-ledapplet_0.0.1-1armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.

Feeling like a noob. . . :D

jleholeho 2012-07-24 12:25

Re: LED notifications via system-ui
 
I just installed it via inception method, everything went fine and phone refreshed itself...however the only change is that statusbar clock returned to the stock setting and thereīs no LED notification setting option in Settings-Notifications-Notifications...
Iīm using extension for status menu (tweak T for statusbar) from Schturmanīs N9QT app...

edit: I probably need to install all wgets, one by one, donīt I?
my stupid head:)
ok, 1st wget saved,
2nd wget (engineering-english) - error 404: not found...
now typing 3rd...

automagic68 2012-07-24 12:46

Re: LED notifications via system-ui
 
Quote:

Originally Posted by jleholeho (Post 1242188)
I just installed it via inception method, everything went fine and phone refreshed itself...however the only change is that statusbar clock returned to the stock setting and thereīs no LED notification setting option in Settings-Notifications-Notifications...
Iīm using extension for status menu (tweak T for statusbar) from Schturmanīs N9QT app...

edit: I probably need to install all wgets, one by one, donīt I?
my stupid head:)
ok, 1st wget saved,
2nd wget (engineering-english) - error 404: not found...
now typing 3rd...

Yea for the 2nd and 3rd its l10n as in the letter l then 10n

jleholeho 2012-07-24 12:49

Re: LED notifications via system-ui
 
alright, letīs try...
nevertheless, I tried dpkg -i only on 1st and it returned with dependency problems - leaving unconfigured...

edit: all wgets saved but dpkg -i went thru only for 2nd and 3rd wget, 1st gave me dependency problems/leaving unconfigured...still no LED settings within Settings app

ZogG 2012-07-24 13:13

Re: LED notifications via system-ui
 
Quote:

Originally Posted by Rabah_vip (Post 1242155)
hey guys what that mean !!!!!

when i put this (wget http://meegoforum.pl//download/syste...+0m8_armel.deb) in terminal

it told that : sh: wget: not found !!!!!!!!!!!

what's wrong

devel-su
ENTER PASSWORD (default is "rootme")
apt-get install wget

jleholeho 2012-07-24 13:15

Re: LED notifications via system-ui
 
ok, re-installed 1st wget and re-did dpkg -i on it, works alright, LED within Settings app, tried some missed call and it works nicely...
THX

Rabah_vip 2012-07-24 13:26

Re: LED notifications via system-ui
 
/usr/sbin/incept not found what i should do !!!!


All times are GMT. The time now is 17:02.

vBulletin® Version 3.8.8