Reply
Thread Tools
Dared's Avatar
Posts: 187 | Thanked: 143 times | Joined on Nov 2011
#91
Are you going to be able to speed up more of the transitions by any chance?
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#92
What version of my Faster Transitions does this have? Its been improved.
 
Dared's Avatar
Posts: 187 | Thanked: 143 times | Joined on Nov 2011
#93
I am very appreciative of all your hard work
I'm only enquiring as to whether more of the transitions in the settings will be sped up? Half of them are at normal speed still.

i don't want to sound like a dick, just asking
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#94
Originally Posted by dvarlamoff View Post
Schturman,
and please, make the colors in Feed & Notification header/title changeble by user, not only Orange and Blue
Please!
Your tweak is so good, but give the user chance to choose colors & some etc.
I will try.. I need to learn this, because I'm not developer, and I don't know all this commands.

Originally Posted by dvarlamoff View Post
I'm so sorry for my English (I'm from Russia)
I mean, that some users want to change date & time format with own hand, for example:
Code:
%a, %d.%m  %H:%M
or like this:
Code:
%H:%M  %a, %d.%m.%g
And your settings not allowed it ((
Make please new item in "Customize the statusbar clock" like this: 4. Do it yourself
Your english is ok, my is not so good I'll try to implement this too...

Originally Posted by Dared View Post
Are you going to be able to speed up more of the transitions by any chance?
Originally Posted by F2thaK View Post
What version of my Faster Transitions does this have? Its been improved.
Originally Posted by Dared View Post
I am very appreciative of all your hard work
I'm only enquiring as to whether more of the transitions in the settings will be sped up? Half of them are at normal speed still.
i don't want to sound like a dick, just asking
I used version 2.7 of Faster Transitions.. I will update it to 3.0.3 in the next version..
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#95
Ok, the new version is ready.. I can't upload it now, I will do this later.
Some changes:
* added option for custom string in statusbar clock (thanks to Almehdin script)
* added options for restoring to tweaks A + B
* canceled options O, R and U - not needed anymore..
* improved restore option
* some small bug fixes
* speed up transition updated to version 3.0.3 (thanks to F2thaK)

I tried to add the option for custom colors in feed & notification header/title, but without success.. I don't know the right SED commands for this.. If someone know and can write here, it will be nice, and I will add this also to new version.

Last edited by Schturman; 2011-12-26 at 18:12.
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#96
Originally Posted by Schturman View Post
I tried to add the option for custom colors in feed & notification header/title, but without success.. I don't know the right SED commands for this.. If someone know and can write here, it will be nice, and I will add this also to new version.
What is the problem? You could use the way i solved it in n9tweak.. by

Code:
sed -i '/<start>/,/<end>/c' <file>
"Start" is where the "change" should start and "end" is where it ends. So you can use a whole section of text which will be changed. Just add what you want it to change to.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#97
Originally Posted by AlMehdi View Post
What is the problem? You could use the way i solved it in n9tweak.. by

Code:
sed -i '/<start>/,/<end>/c' <file>
"Start" is where the "change" should start and "end" is where it ends. So you can use a whole section of text which will be changed. Just add what you want it to change to.
Hi, Thanks
But I now succeeded with another command
Code:
[3] ) read -p "Enter your string (ex. FFFFFF): " ANS
 if [ $ANS="3" ]; then
 sed -i '569 s/color: #*.*/color: #'"$ANS"';/g' /usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome2.css
fi
echo " "
echo "Wait! Restarting Notification screen."
echo " "
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#98
Cool.. i have the source on Gitorious now if you need to watch the source. https://gitorious.org/n9tweak/n9tweak
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#99
Please can someone help me.. I don't know what happens, but now when I create .deb file with postinst and postrm, I can't install them Before today it's worked perfectly with the same files... When I remove them I can install my .deb's..
What wrong I don't know...
I want to share a new version and I can't
This is my files:
postinst:
Code:
#!/bin/sh

cp -f /home/user/N9QTweak/Nokia_N9_QuickTweak_script_v2.7.pdf /home/user/MyDocs/Documents
postrm:
Code:
#!/bin/sh

rm /home/user/MyDocs/Documents/Nokia_N9_QuickTweak_script_v2.7.pdf
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#100
i cant even make a deb without all that
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 12:27.