![]() |
2010-01-07
, 21:49
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#42
|
![]() |
2010-01-07
, 21:55
|
|
Posts: 547 |
Thanked: 461 times |
Joined on Aug 2009
@ UK
|
#43
|
It could have been depending on how you accessed or copied the file the first time.
The way I posted I did it in the other post was the easiest for me with editting on the phone. Maybe check your MyDocs folder and see if there is a systemui.xml file sitting in there and that could explain it.
You could also give the full pathname to do it without changing directories. An example would be if you wanted to backup the systemui.xml file it would be:
#>sudo gainroot <enter>
#>cp /etc/systemui/systemui.xml /etc/systemui/systemui.xml.bak <enter>
I did it the other way because it is less typing LOL.
![]() |
2010-01-07
, 22:02
|
|
Posts: 553 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#44
|
![]() |
2010-01-07
, 22:03
|
|
Posts: 64 |
Thanked: 21 times |
Joined on Dec 2009
@ New Zealand
|
#45
|
![]() |
2010-01-07
, 22:04
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#46
|
![]() |
2010-01-07
, 22:05
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#47
|
![]() |
2010-01-07
, 22:09
|
|
Posts: 547 |
Thanked: 461 times |
Joined on Aug 2009
@ UK
|
#48
|
You can use the file browser or open xterm and type:
ls <enter>
It should list MyDocs and apps and see if the file is there. If it isn't you can type:
cd MyDocs <enter>
ls <enter>
and that will list everthing that isn't a hidden file in the MyDocs folder
![]() |
2010-01-07
, 22:14
|
Posts: 56 |
Thanked: 17 times |
Joined on Dec 2009
@ Carlisle, PA
|
#49
|
ok i typed ls in xterm and it came back as MyDocs systemui.xml
does that mean all the time i did the mod it was editing that xml file instead of the 1 in etc/systemui folder?
also can i remove the 1 in mydocs? and how? thanx v much
![]() |
2010-01-07
, 22:16
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2010
|
#50
|
![]() |
Tags |
maemo mods, mods thread |
|
The way I posted I did it in the other post was the easiest for me with editting on the phone. Maybe check your MyDocs folder and see if there is a systemui.xml file sitting in there and that could explain it.
You could also give the full pathname to do it without changing directories. An example would be if you wanted to backup the systemui.xml file it would be:
#>sudo gainroot <enter>
#>cp /etc/systemui/systemui.xml /etc/systemui/systemui.xml.bak <enter>
I did it the other way because it is less typing LOL.