maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   Faster N9 Transitions v5.0 (9/2/12) (https://talk.maemo.org/showthread.php?t=80400)

Shensmobile 2012-01-18 22:30

Re: Faster N9 Transitions v4.4 (11/1/12)
 
I fixed the white suggestions by installing the N9Tweaks app and "englarging" the landscape VKB (It's one of the tweaks.)

It must have reset the VKB settings because once you use the N9Tweak to reset the keyboard settings, the black text comes back.

herno24 2012-01-19 01:56

Re: Faster N9 Transitions v4.4 (11/1/12)
 
It works!, thank you!. The keyboard doesn't increase in size, but the letters become black.

Schturman 2012-01-20 09:53

Re: Faster N9 Transitions v4.4 (11/1/12)
 
Hi
I find a few problem in your package 4.4...
1) change you FT-install.sh from this:
Code:

#!/bin/sh
#!/bin/sh

echo -e "Installing Faster Transitions by F2thaK Dezigns…"
cp -R /home/user/MyDocs/.config/ /
cp -R /home/user/MyDocs/faster/ /usr/share/themes/
rm -rf /home/user/MyDocs/faster/
rm -rf /home/user/MyDocs/.config/

echo -e "Device will reboot.  Please wait..."
gconftool -s --type=string /meegotouch/theme/name faster
/sbin/reboot

to this one:
Code:

#!/bin/sh

echo -e "Installing Faster Transitions by F2thaK Dezigns…"
cp -r /home/user/MyDocs/faster/.config /
cp -r /home/user/MyDocs/faster/faster /usr/share/themes/
rm -rf /home/user/MyDocs/faster
rm -rf /home/user/MyDocs/.config

echo -e "Device will reboot.  Please wait..."
gconftool -s --type=string /meegotouch/themes/name faster
/sbin/reboot

2) Change FT-remove from this:

Code:

#!/bin/sh

echo -e "Reverting to Default Transitions."
gconftool -s --type=string /meegotouch/theme/name blanco
echo -e "Device will reboot.  Please wait..."
/sbin/reboot

To this one:
Code:

#!/bin/sh

echo -e "Reverting to Default Transitions."
gconftool -s --type=string /meegotouch/themes/name blanco
echo -e "Device will reboot.  Please wait..."
/sbin/reboot

3) If you still some problem, try remove this two files: sysuid.css and volume.css from:
Code:

faster/meegotouch/sysuid/style
4) And if you still have problem, try edit your index.theme from this:
Code:

[Desktop Entry]
Type=X-MeeGoTouch-Metatheme
Name=Faster Theme
Encoding=UTF-8

[X-MeeGoTouch-Metatheme]
X-Inherits=blanco
X-Icon="icon-l-fd"
X-Visible=true

[X-DUI-Metatheme]
X-Icon="icon-l-fd"
X-Inherits=blanco
X-Visible=true

to this one:
Code:

[Desktop Entry]
Type=X-MeeGoTouch-Metatheme
Name=Faster Theme
Encoding=UTF-8

[X-MeeGoTouch-Metatheme]
X-Inherits=base
X-Icon="icon-l-fd"
X-Visible=true

[X-DUI-Metatheme]
X-Icon="icon-l-fd"
X-Inherits=base
X-Visible=true

Good luck...

F2thaK 2012-01-20 10:48

Re: Faster N9 Transitions v4.5 (20/1/12)
 
Version 4.5 Released.

- Install & remove script fixes (Thanks to Schturman)


See first post.

automagic68 2012-01-20 19:28

Re: Faster N9 Transitions v4.5 (20/1/12)
 
So was 2.6 the last version to include landscape? What if I have landscape enabled via n9tweak?

F2thaK 2012-01-21 00:56

Re: Faster N9 Transitions v4.5 (20/1/12)
 
That should cause no problems

HELLASISGREECE 2012-02-01 09:44

Re: Faster N9 Transitions v4.5 (20/1/12)
 
fyi, the link is dead

F2thaK 2012-02-01 09:48

Re: Faster N9 Transitions v4.5 (20/1/12)
 
Yeh, the site I used has been shutdown for copyright reasons :/

tmulhearn 2012-02-03 21:51

Re: Faster N9 Transitions v4.5 (20/1/12)
 
any valid links ?

F2thaK 2012-02-04 01:13

Re: Faster N9 Transitions v4.5 (20/1/12)
 
see my post above yours. I need to re-upload.


All times are GMT. The time now is 04:23.

vBulletin® Version 3.8.8