|
2012-03-05
, 16:22
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#92
|
Yes, I have started this. I know how to make debian-packages, but most hardest part is something what is tuned with gui, and now they needs to be done automatically (which is almost same than 'done in command line').
This will handle 11 of 12 dependencies
These goes to the debian/control Depends:Code:apt-get install queen-beecon theme-customizer custom-operator-name-widget advanced-clock-plugin qtlockscreen ttf-nokiapure catorise cssufeatures actman harmattan-theme
|
2012-03-05
, 16:38
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#93
|
|
2012-03-05
, 16:44
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#94
|
|
2012-03-05
, 16:45
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#95
|
Seems gconf-editor is not in extras(-*), so I will put it first.
Is 'currently non-installable package harmattan-icons-pack-for-white-themes from extras-devel' used at all? Is icons.rar used instead?
but in the QBW i extracted. there are many files. naming M1 M2 etc, D1 D2 T1 T2 etc. all these are ping files
|
2012-03-05
, 17:31
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#96
|
|
2012-03-05
, 17:35
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#97
|
Yes, I have started this. I know how to make debian-packages, but most hardest part is something what is tuned with gui, and now they needs to be done automatically (which is almost same than 'done in command line').
This will handle 11 of 12 dependencies
These goes to the debian/control Depends:Code:apt-get install queen-beecon theme-customizer custom-operator-name-widget advanced-clock-plugin qtlockscreen ttf-nokiapure catorise cssufeatures actman harmattan-theme
Depends: queen-beecon, mp-fremantle-community-pr (>= 21.2011.38-1Tmaemo1.2), theme-customizer, qtlockscreen, cssufeatures, harmattan-theme Recommends: harmattan-icons-pack-for-white-themes, gconf-editor Suggests: custom-operator-name-widget, ttf-nokiapure, catoriseplus | catorise, actman
The Following 3 Users Say Thank You to marmistrz For This Useful Post: | ||
|
2012-03-05
, 17:36
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#98
|
i have just got one folder. named: QBW. unraring which folder do u get QBW menu and settings.??? i downloaded every file and unrar ed itl
|
2012-03-05
, 19:11
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#99
|
#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
#backup transitions.ini cp /usr/share/hildon-desktop/transitions.ini /usr/share/hildon-desktop/transitions.ini_backup
#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_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-desktop
#take theme in use rm /etc/hildon/theme ; ln -s /usr/share/themes/Harmattan-theme/ /etc/hildon/theme
#QtLockscreen-Config and set MaeMeeMo Slide lockscreen. cp /opt/qtlockscreen/MaeMeeMoTap.ini .config/sakya/QtLockscreen.in
#Change background images gconftool-2 -s /apps/osso/hildon-desktop/views/1/bg-image -t string /home/user/MyDocs/.images/MaeMeeMo/P1.png gconftool-2 -s /apps/osso/hildon-desktop/views/2/bg-image -t string /home/user/MyDocs/.images/MaeMeeMo/P2.png gconftool-2 -s /apps/osso/hildon-desktop/views/3/bg-image -t string /home/user/MyDocs/.images/MaeMeeMo/P3.png gconftool-2 -s /apps/osso/hildon-desktop/views/4/bg-image -t string /home/user/MyDocs/.images/MaeMeeMo/P4.png
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-03-05
, 19:24
|
|
Posts: 671 |
Thanked: 876 times |
Joined on Mar 2011
|
#100
|
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
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 becon-widget mkdir /home/user/.queen-becon-widget
On device, root-account:
Code:#backup transitions.ini cp /usr/share/hildon-desktop/transitions.ini /usr/share/hildon-desktop/transitions.ini_backup
On pc, files loaded, unpacked, scp installed.
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/* user@$N:.queen-becon-widget #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:/usr/share/hildon-deskto
The Following User Says Thank You to TransTech For This Useful Post: | ||
This will handle 11 of 12 dependencies