|
2011-12-30
, 13:39
|
Posts: 13 |
Thanked: 4 times |
Joined on Nov 2011
|
#292
|
You know, if you read the instructions in the first post, it tells you how to revert to the default theme.
Has anyone got v4.3 working?
To install, you also need Developer Mode enabled. Extract files in zip ("fdbtheme" directory and 2 scripts) MUST be in root directory of the N9. Not in MyDocs. DO NOT modify any of the files or their locations. The main "fdbtheme" directory has a folder inside it with the same name. This is correct. Leave it. Follow the instructions exactly.
|
2011-12-30
, 16:36
|
|
Posts: 68 |
Thanked: 84 times |
Joined on Mar 2007
@ Lappeenranta, Finland
|
#293
|
The Following 5 Users Say Thank You to ZerionSeven For This Useful Post: | ||
|
2011-12-30
, 17:00
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#294
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2011-12-30
, 18:21
|
Posts: 37 |
Thanked: 20 times |
Joined on Dec 2011
@ Philippines
|
#295
|
|
2011-12-31
, 00:37
|
Posts: 24 |
Thanked: 3 times |
Joined on Dec 2011
|
#296
|
|
2011-12-31
, 09:39
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#297
|
The Following User Says Thank You to F2thaK For This Useful Post: | ||
|
2011-12-31
, 10:06
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#298
|
What app do people recommend to me for scripting on Win7? Im creating my scripts inside WinSCP, obviously its due to this...
Thank you.
The Following User Says Thank You to ammyt For This Useful Post: | ||
|
2011-12-31
, 10:22
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#299
|
|
2011-12-31
, 10:31
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#300
|
While your being so helpful, obviously in settings > new document > format = UNIX, but what encoding must I use?
The Following User Says Thank You to ammyt For This Useful Post: | ||
I tried to install the 4.3 with the script and got red blocks all over.
I did some research and tried to execute every line in the script manually.
When i did that, it occurs, that every line in the script ended with a ^M
I removed the ^M with vi (see info below) executed it again.
Now everything works.
Last I recopied my emoticoncache for restoring the emoticons (see http://forums.internettablettalk.com/member.php?u=32233 )
then everything worked.
Here is the explanation for the ^M removal:
UNIX treats the end of line differently than other operating systems. Sometimes when editing files in both Windows and UNIX environments, a CTRL-M character is visibly displayed at the end of each line as ^M in vi.
To remove the ^M characters at the end of all lines in vi, use:
:%s/^V^M//g
The ^v is a CONTROL-V character and ^m is a CONTROL-M. When you type this, it will look like this:
:%s/^M//g
Hope this helps the red-block people.
Regards and thanks for the awesome work to F2thaK
(btw. Clock and Bootlogo now works for me also)