|
2012-03-05
, 19:41
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#102
|
Ok, before packeting it is better to split steps for shell-commands.
a) Then they are not ambiguous
b) can be later automatized
(c) can be analyzed)
THIS IS ONLY STAGE ONE.
Needed on phone: ssh and rootsh
(don't try to write things, but copy+paste over ssh)
On device, user-account
On device, root-account:Code:#make directory for wallpapers mkdir /home/user/MyDocs/.images/MaeMeeMo #Portrait Mode Gconf gconftool-2 --set /apps/osso/hildon-desktop/portrait_wallpaper -t bool true #make directory for beecon-widget mkdir /home/user/.queen_beecon_widgets_dir
On pc, files loaded, unpacked, scp installed.Code:#backup transitions.ini cp /usr/share/hildon-desktop/transitions.ini /usr/share/hildon-desktop/transitions.ini_backup
---Code:#use phone's IP-address export N=192.168.1.111 #wallpapers scp WALLPAPERS/* user@$N:MyDocs/.images/MaeMeeMo #widget scp "QBW/QBW Menu/menu.png" user@$N:.queen_beecon_widgets_dir #theme scp -r Theme/Harmattan-theme root@$N:/usr/share/themes scp -r Icons/harmattan-icons-pack-for-white-themes/* root@$N:/usr/share/icons/ #lockscreen scp -r QtLockscreen/* root@$N:/opt/qtlockscreen/ #transitions scp Transitions/transitions.ini root@N:/usr/share/hildon-deskto
additions2
*I don't know way to change background images from commandline, anybody?
On device, user-account:
Code:#QtLockscreen-Config and set MaeMeeMo Slide lockscreen. cp /opt/qtlockscreen/MaeMeeMoTap.ini .config/sakya/QtLockscreen.in
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2012-03-05
, 19:46
|
|
Posts: 117 |
Thanked: 27 times |
Joined on Apr 2011
|
#103
|
|
2012-03-05
, 19:49
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#104
|
No, there are only: .queen_beecon_dir/ Is this correct?
White spaces must be escaped on shell, i.e. "\ ". I put whole filename on quotes.
/home/opt and /opt are the same.
mount shows it /home/opt on /opt type none (bind)
|
2012-03-05
, 19:54
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#105
|
i don't know where i puting these fikes after unraring
tell me Trans please
step by step
because i will be mad hahahahahahahahah
thanks
|
2012-03-05
, 19:54
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#106
|
the scp stuff can be avoided if a resources deb pkg is created.
I'll download the resources and make a, let's call it maemeemo-data, package this week
|
2012-03-05
, 19:57
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#107
|
Correct. But as you see at least I am interpreting guide wrongly (mostly because there are even small probability to do so).
Files which are going to the under /home/user can cause harm when coming from deb-package, so if it possible, put them somewhere else.
Great. Now we must figure out how other steps are performed from commandline.
|
2012-03-05
, 20:16
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#108
|
|
2012-03-05
, 20:21
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#109
|
TransTech, can you send your /home/user/.queen_beecon file? It will make stages Three, Four and Five much easier to reproduce.
|
2012-03-05
, 20:47
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#110
|
mount shows it /home/opt on /opt type none (bind)