Notices


Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#61
Originally Posted by Garp View Post
Thank you for your help and warning!
I'm in open mode (installed NITdroid) and as well Incept.
I have reebooted at least once last night!
Do I then still need to do the above commands?
Or can I do it without problem just to make sure?
Ah open mode then you are safe You won't have issues as long as you are in open mode
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#62
Originally Posted by thedead1440 View Post
Ah open mode then you are safe You won't have issues as long as you are in open mode
Pyh then I will mop my brow and go eating my breakfast!
Thanks for the warning again!
__________________
OK
 
Posts: 440 | Thanked: 203 times | Joined on May 2010
#63
Originally Posted by mousse04 View Post
I finally download the .deb file and incept it. But let me understand, how to install via MohammadAG repo? Because I'v just done what he said and as I said earlier it doesn't work
Same question....i tried to install via repo, successfully installed but power and rebood didnt work. Repo is incepted too.....Now i downloaded .deb file and incept it. Worked!
__________________
--------------------------------------------------------------------------------------------------------

Nokia 3310 -> Nokia 6030 -> Nokia N95 -> Nokia X6 -> Nokia N900 -> Nokia N9 -> Nokia Lumia 1520
 
Posts: 4 | Thanked: 0 times | Joined on Dec 2012
#64
Originally Posted by coderus View Post
@shawnfd app likes to screenshot self? lol =)
hey coderus, the screenshot function I suggested seems to be similiar with the long press pop-up menu in Android 4.0, with several options.

Dont tell me you think its not convenient...
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#65
i never saw screenshot feature in android power menu. maybe it specific for some firmwares?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Posts: 203 | Thanked: 538 times | Joined on Oct 2009 @ Colombia
#66
I think he means the Home buttom + Power menu combo on Android and IOS to take screenshots. But we don't have a Home Button here :P
__________________
My apps for Harmattan [Scrobbler] - [QStarDict] - [Lights Off] - [Resistor Color Code] - [Transmission Remote] - [Pomodoro] - [Pockeego] - [8]
 
Posts: 4 | Thanked: 0 times | Joined on Dec 2012
#67
Originally Posted by coderus View Post
i never saw screenshot feature in android power menu. maybe it specific for some firmwares?
Guys your are right, my android device's ROM is customed.

Obviously, it's awesome without press 'home'
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#68
Sorry, i just can't realize how it works then. Explain, please.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 4 | Thanked: 0 times | Joined on Dec 2012
#69
Originally Posted by coderus View Post
Sorry, i just can't realize how it works then. Explain, please.
Forgive my poor English..... I hope this app works so simply that one long press(instead of double press) of power button will pop-up the menu.

And the menu has a screenshot option. You know, common android device use key PowerButton+HomeButton combo to achieve that.

As far as I could see, the Extended Power Menu could add a icon on the pop-up menu, when user press the icon, it will save the screen content the user want into the photo gallery.

I'm not sure whether I made myself clear, forgive my poor english again....
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#70
@MohammadAG i finished refhasllist patcher shell script
Code:
#!/bin/sh 
#refhashlist patcher 

cp /var/lib/aegis/refhashlist /var/lib/aegis/refhashlist.backup 

pathname=$1 
if [ "$pathname" == "" ];then exit 1; fi 

line=$(grep "${pathname}" /var/lib/aegis/refhashlist) 
#oldsha1=$(for ii in $(sha1sum /${pathname}); do echo $ii; break; done) #тут был реальный sha1 текущего файла 
oldsha1=$(i=0; for ii in $line; do i=$((i+1)); if [ $i -eq 6 ]; then echo $ii; break; fi; done;) #но лучше брать sha1 из refhashlist, чтобы не накосячить наверняка 
newsha1=$(for ii in $(sha1sum "/${pathname}"); 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
usage:
Code:
#do something with something (with /etc/init/group-mce.conf)
refhashlist.sh etc/init/group-mce.conf #without first slash!
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 6 Users Say Thank You to coderus For This Useful Post:
Reply

Tags
extended, harmattan, power


 
Forum Jump


All times are GMT. The time now is 09:05.