Notices


Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#21
Crap. I forgot to mention I have double press to unlock, is this why its not working for me?
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#22
@MohammadAG i think
Code:
sed -i -e "s/end script/    start extended-power-menu\nend script/" /etc/init/group-mce.conf
can solve it
Code:
sed -e "/^    start extended-power-menu/d" /etc/init/group-mce.conf > /etc/init/group-mce.conf
for restoring

@F2thaK it took some time to autostart. and defaul behaviour is double tap on power key. but if you modifyed mce.ini with tweaks you should restore PowerKey action
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 290 | Thanked: 269 times | Joined on Apr 2010 @ Brussels
#23
dont know why but it doesnt work for me.
Double press nor long press. looking forward to the update to 0.2
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#24
Originally Posted by wout.martens View Post
dont know why but it doesnt work for me.
Double press nor long press. looking forward to the update to 0.2

If you have anything that inhibits power button you can face the issue for example, n9-button-monitor if its set to monitor power button... Check your /etc/mce/mce.ini and see what's the values for power key double press; it should match as below:

Code:
PowerKeyDoubleAction=dbus-signal-powerkey_double_ind
 
Posts: 58 | Thanked: 21 times | Joined on Mar 2012
#25
MohammadAG, thanks, man!
one thing: can you put menu's dialog text in config file, so everyone can change and localize it? it is not critically needed, off course, but it would be nice feature.
 

The Following User Says Thank You to koe For This Useful Post:
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#26
Originally Posted by coderus View Post
@MohammadAG i think
Code:
sed -i -e "s/end script/    start extended-power-menu\nend script/" /etc/init/group-mce.conf
can solve it
Code:
sed -e "/^    start extended-power-menu/d" /etc/init/group-mce.conf > /etc/init/group-mce.conf
for restoring

@F2thaK it took some time to autostart. and defaul behaviour is double tap on power key. but if you modifyed mce.ini with tweaks you should restore PowerKey action
S 15 com.nokia.maemo H 40 c7e50f2be6c5361377682c58e066269649be275b A 0 0 33188 P 15 system-services R 23 etc/init/group-mce.conf
group-mce.conf seems to be in refhashlist, meaning it might cause a MALF if edited
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
MaddogG's Avatar
Posts: 234 | Thanked: 175 times | Joined on Jun 2010 @ Genova (Italy)
#27
If possible, could you please add the "Beep" profile? Thank you in advance.
__________________
Some say the world will end in fire; some say in segfaults...
 

The Following User Says Thank You to MaddogG For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#28
@MohammadAG you can use refhashlist.pl or my shell script:
Code:
#!/bin/sh

line=$(grep "etc/init/group-mce.conf" /var/lib/aegis/refhashlist)
oldsha1=$(for ii in $(sha1sum /etc/init/group-mce.conf); do echo $ii; break; done)
#MAKE ACTIONS WITH /etc/init/group-mce.conf
newsha1=$(for ii in $(sha1sum /etc/init/group-mce.conf); do echo $ii; break; done)
newline=$(echo ${line} | sed -e "s/${oldsha1}/${newsha1}/")
sed -i -e "s@${line}@${newline}@" /var/lib/aegis/refhashlist
accli -c tcb-sign -F /var/lib/aegis/refhashlist < /var/lib/aegis/refhashlist
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2012-12-18 at 08:43. Reason: edited script
 

The Following 3 Users Say Thank You to coderus For This Useful Post:
Posts: 88 | Thanked: 38 times | Joined on Feb 2012
#29
How can i uninstall this mod?
it doesnt allow me to uninstall from program list, it tells me that it cant uninstall because applicatiin is still running.
but i really dont like the delay now when locking the device, takes a sec longer after hitting power button.
 

The Following User Says Thank You to kb61 For This Useful Post:
Posts: 280 | Thanked: 136 times | Joined on Dec 2011 @ Banyuwangi, Indonesia
#30
just a cosmetic suggestion, would anyone made the icons match to the harmattan's icons?

superb job anyway
__________________
twitter: @fitronarwani @N9Indonesia
 

The Following User Says Thank You to efion For This Useful Post:
Reply

Tags
extended, harmattan, power


 
Forum Jump


All times are GMT. The time now is 21:43.