![]() |
Re: Faster N9 Transitions v4.1 (3/1/12)
A quick fix would be to use ThemeChanger to switch back to Blanco.. as the red square thingy happens when it fall back on the Base theme.
|
Re: Faster N9 Transitions v4.1 (3/1/12)
Hi F2thaK and friends community.
I have a problem so: When i paste the files in of /MyDocs ( .conf, usr, FT-install and FT-remove) all right.. but when i write the command in terminal: sh /home/user/MyDocs/FT-install.sh show me a same problem and my N9 restart.. so restart my icons all with red icons... i no understand what happen.. Any can explain for if install that? Thanks very much the community |
Re: Faster N9 Transitions v4.1 (3/1/12)
The index.theme file seems to be in some weird encoding, ThemeChanger doesn't show the name of the theme so it probably can't read the index.theme file, maybe that's also the reason why the theme isn't applied properly. Anyway, after converting index.theme to ASCII the theme is applied fine with ThemeChanger, but the transitions aren't actually faster, but that's probably because there's almost nothing in meegotouchhome.css :D
|
Re: Faster N9 Transitions v4.1 (3/1/12)
Hey F2thaK,
i really like that you are providing us with all these customizations. Running the FT-install.sh script on my phone nothing was copied to /usr/share/themes so it borked the theme big-time, it's really hard to find the WLAN settings when there's not graphics etc ;-) Here is a improvement idea for the installation-script, basically doing some small checks and copying the actual-theme dir instead of moving/overwriting the whole /usr dir; --- #!/bin/sh # OLD ## mv -f /home/user/MyDocs/.config/ / # OLD ## mv -f /home/user/MyDocs/usr/ / FTDIR = /usr/share/themes/faster TODAY = `date +"%F"` if [ -d "$FTDIR" ]; then echo -e "Looks like Faster Theme Directory exists, backup…" mv /usr/share/themes/faster /usr/share/themes/faster.$TODAY fi echo -e "Copying theme files…" cp -R /home/user/MyDocs/.config/ / cp -R /home/user/MyDocs/usr/share/themes/faster/ /usr/share/themes/ if [ ! -d "$FTDIR" ]; then echo -e "Something went wrong, the Faster theme directory does not exist… not setting new theme or rebooting." exit fi echo -e "Cleaning up your house..." rm -rf /home/user/MyDocs/usr/ rm -rf /home/user/MyDocs/.config/ echo -e "Setting faster theme and rebooting now… BYE!" gconftool -s --type=string /meegotouch/theme/name faster /sbin/reboot --- Best Regards, Larksyrm |
Re: Faster N9 Transitions v4.1 (3/1/12)
Just installed the latest 4.1 version. Almost every icon on the screen were red squares. I would like to install just the Faster Transitions with no theme, is v2.6 stable & without a theme ?
|
Re: Faster N9 Transitions v4.1 (3/1/12)
all my MODs need fixing, will get onto it tonight hopefully
|
Re: Faster N9 Transitions v4.2 (9/1/12)
Version 4.3 Released
- Greatly improved install script (BIG thanks to larksyrm) - Bug Fixes Hopefully this fixes the problems guys... Quote:
|
Re: Faster N9 Transitions v4.2 (9/1/12)
It doesn't work. I just copied all folders/files to MyDocs and run FT-install.sh script and it shows me that message:
"Something went wrong, the Faster theme directory does not exist… not setting new theme or rebooting." |
Re: Faster N9 Transitions v4.3 (9/1/12)
Please try v4.3... :/
|
Re: Faster N9 Transitions v4.3 (9/1/12)
Quote:
|
All times are GMT. The time now is 12:57. |
vBulletin® Version 3.8.8