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)

AlMehdi 2012-01-04 10:22

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.

RafaelVlmendes 2012-01-04 19:28

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

smph 2012-01-04 23:59

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

larksyrm 2012-01-05 11:17

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

scapegoat845 2012-01-05 18:02

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 ?

F2thaK 2012-01-05 23:04

Re: Faster N9 Transitions v4.1 (3/1/12)
 
all my MODs need fixing, will get onto it tonight hopefully

F2thaK 2012-01-09 09:57

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:

Originally Posted by scapegoat845 (Post 1146237)
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 ?

All versions prior v4.0 should be stable. If people can send me links to or send me the original zip files for the older versions so I can add them to the changelog download links. Then people can use older stable versions if preferred.

Wymiatacz87 2012-01-09 10:58

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."

F2thaK 2012-01-09 11:15

Re: Faster N9 Transitions v4.3 (9/1/12)
 
Please try v4.3... :/

sidius 2012-01-09 12:18

Re: Faster N9 Transitions v4.3 (9/1/12)
 
Quote:

Originally Posted by F2thaK (Post 1147821)
Please try v4.3... :/

Hi,i have donated again,and I have installed all 4 themes!And now I can switch between the themes with the theme changer without problem!!It works perfecktly.:)


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

vBulletin® Version 3.8.8