Reply
Thread Tools
Posts: 23 | Thanked: 2 times | Joined on Jan 2012
#301
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.
 
Posts: 87 | Thanked: 14 times | Joined on Jan 2012
#302
It works!, thank you!. The keyboard doesn't increase in size, but the letters become black.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#303
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...
 

The Following User Says Thank You to Schturman For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#304
Version 4.5 Released.

- Install & remove script fixes (Thanks to Schturman)


See first post.
 
automagic68's Avatar
Posts: 415 | Thanked: 161 times | Joined on Apr 2010 @ San Francisco, CA
#305
So was 2.6 the last version to include landscape? What if I have landscape enabled via n9tweak?
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#306
That should cause no problems
 
Posts: 896 | Thanked: 978 times | Joined on Feb 2011 @ Greece, Athens
#307
fyi, the link is dead
 

The Following User Says Thank You to HELLASISGREECE For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#308
Yeh, the site I used has been shutdown for copyright reasons :/
 
Posts: 1 | Thanked: 0 times | Joined on Feb 2012
#309
any valid links ?
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#310
see my post above yours. I need to re-upload.
 
Reply

Thread Tools

 
Forum Jump


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