Active Topics

 



Notices


Reply
Thread Tools
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#91
Originally Posted by TransTech View Post
@To Developers: If anyone can make a .deb package of MaeMeeMo, then it would be a great help for the community.
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
Code:
apt-get install queen-beecon theme-customizer custom-operator-name-widget advanced-clock-plugin qtlockscreen ttf-nokiapure catorise cssufeatures actman harmattan-theme
These goes to the debian/control Depends:
 

The Following 4 Users Say Thank You to AapoRantalainen For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#92
Originally Posted by AapoRantalainen View Post
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
Code:
apt-get install queen-beecon theme-customizer custom-operator-name-widget advanced-clock-plugin qtlockscreen ttf-nokiapure catorise cssufeatures actman harmattan-theme
These goes to the debian/control Depends:
The GUI part is only three QBWs [i.e. App-menu, date and time widgets] which I think need to be rewritten as standalone widgets without using the QBW help. (i.e. removing QBW from dependency) as most of the people here will get stuck at that point. (stages 3,4, and 5), everything else is quite easy, just replacing and overwriting with backups.


Originally Posted by Mohammed Muid View Post
should i copy all the ping files from QBW to home/user/queen_beecon_dir/ or just the menu.png.??
Only put menu.png in [/home/user/.queen_becon_widget_dir], btw there is only one file i.e. menu.png
 
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#93
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?
 
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#94
but in the QBW i extracted. there are many files. naming M1 M2 etc, D1 D2 T1 T2 etc. all these are ping files

and should i just copy al the files from theme folder to usr/share/themes. not in any folder? cz i dont see any files in that directory. just few folders of the themes that are installed. same for the usr/share/icons

Last edited by Mohammed Muid; 2012-03-05 at 16:50.
 
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#95
Originally Posted by AapoRantalainen View Post
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?
ok,

I have installed harmattan-icons-pack-for-white-themes .deb file from here but it seems to be some problem with its bugtracker link.

Icons.rar is a MaeMeeMo update to harmattan-icons-pack-for-white-themes, i.e. I have changed some icons in that.. (eg: network signal, etc)

p.s. MaeMeeMo update for Harmattan theme also needs to be uploaded to the repos, then.


Originally Posted by Mohammed Muid View Post
but in the QBW i extracted. there are many files. naming M1 M2 etc, D1 D2 T1 T2 etc. all these are ping files
M1, M2... D1, D2,...T1,T2... are in QBW settings screenshots folder and not in QBW Menu folder. Put the contents of QBW Menu folder.

Last edited by TransTech; 2012-03-05 at 16:47.
 
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#96
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
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#97
Originally Posted by AapoRantalainen View Post
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
Code:
apt-get install queen-beecon theme-customizer custom-operator-name-widget advanced-clock-plugin qtlockscreen ttf-nokiapure catorise cssufeatures actman harmattan-theme
These goes to the debian/control Depends:
I made part of debian/control:
Code:
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
this should work ok
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#98
Originally Posted by Mohammed Muid View Post
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
You extracted on your n900? if yes then it messed up...

anyway... just put menu.png to queen_becon_widgets_dir folder and refer other files for respective settings.

p.s. inside QBW.rar there are 3 folders.

Last edited by TransTech; 2012-03-05 at 17:45.
 
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#99
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 WORKING PROGRESS, some steps are missing.

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
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/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
---
additions4
On device, root-account:
Code:
#take theme in use
rm /etc/hildon/theme ; ln -s /usr/share/themes/Harmattan-theme/ /etc/hildon/theme
What more to avoid rebooting?

Is theme files perfect? (gtk-2.0/gtkrc?) Is there need for hand tuning size of App Shortcuts or selecting fonts? (as guide says)


additions2
On device, user-account:
Code:
#QtLockscreen-Config and set MaeMeeMo Slide lockscreen.
cp /opt/qtlockscreen/MaeMeeMoTap.ini .config/sakya/QtLockscreen.in
additions3
On device, user-account:
Code:
#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
Are these correct wallpapers?

Last edited by AapoRantalainen; 2012-03-06 at 10:53. Reason: some fixing, and additions, and additions
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post:
TransTech's Avatar
Posts: 671 | Thanked: 876 times | Joined on Mar 2011
#100
Originally Posted by AapoRantalainen View Post
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
it is (home/user/.queen_beecon_widgets_dir)
please correct it. btw no need to make directory its already there

edit: and correction for widget
(QBW/QBW Menu)

and qtlockscreen files should go to,
(home/opt/qtlockscreen)

Last edited by TransTech; 2012-03-05 at 19:31.
 

The Following User Says Thank You to TransTech For This Useful Post:
Reply

Tags
maemeemo


 
Forum Jump


All times are GMT. The time now is 22:56.