Re: qtmoko v33

2011-03-04 Thread Patryk Benderz
Dnia 2011-03-04, pią o godzinie 07:37 +0100, Radek Polak pisze:
 Hi,
 i have uploaded new qtmoko v33 images to sourceforge now [1]. They are still 
 called experimental, because a few things are still not perfect.
Thanks for you commitment Radek!
-- 
Patryk LeadMan Benderz
Linux Registered User #377521
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Bernard Schelberg
Thanks for keeping up the good work Radek.
I'm currently running v31. I added the new repository to the sources.list
file, did an apt-get update, then apt-get upgrade and this is what I get:

Preparing to replace qtmoko 31-13 (using .../archives/qtmoko_33-1_armel.deb)
...
Unpacking replacement qtmoko ...
dpkg: error processing /var/cache/apt/archives/qtmoko_33-1_armel.deb
(--unpack):
 trying to overwrite `/opt/qtmoko/help/html/packagemanager-view-app.html',
which is also in package qtmoko-files
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/qtmoko_33-1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

What should I do to upgrade to the latest?

Bernie

-- Forwarded message --
 From: Radek Polak pson...@seznam.cz
 To: List for Openmoko community discussion community@lists.openmoko.org
 Date: Fri, 4 Mar 2011 07:37:04 +0100
 Subject: qtmoko v33
 Hi,
 i have uploaded new qtmoko v33 images to sourceforge now [1]. They are
 still
 called experimental, because a few things are still not perfect.

 For more information about qtmoko please see [2][3].

 Here is list of changes since v32:

 * new theme faenqo (cyberspirit)
 * qtmoko and it's applications are packaged as debian packages
 * compiled natively on ARM with debian toolchain
 * new web with applications and themes [4]
 * applications are now installed from web browser
 * new icon for installing qtmoko apps in Applications
 * you can easily install new themes in appearence settings
 * fixed usb mass storage script (thanks to Alfa21)
 * omhacks are installed as debian package from sid
 * qmplayer installs mencoder in debian
 * mencoder uses ac3 codec for audio
 * orange led brightness should be fixed (only in sources)
 * moved all apps from qtmoko-apps git to qtmoko git
 * updated docs for building and compiling

 The list is quite short on how much of work it was.

 Most of the effort was to package everything with debian package system.
 This
 should be done now except for kernel which is on the list for next release.

 For installing qtmoko with apt there is new line now in
 /etc/apt/sources.list:

 deb http://qtmoko.sourceforge.net/debian/ /

 Applications and themes are right now not in that repo. They can be
 installed
 from web browser from url below [4]. Applications are put in categories,
 they
 have tags and screenshots for easy searching and navigation. Please let me
 know if you have ideas or patches for improving this. The application web
 is
 generated from .xml files with xsltproc and bash scripts so it should be
 quite
 easy to change look or improve it.

 Btw .deb packages for most of the apps are still building right now so
 please
 be patient - i will upload them as soon as the build is finished.

 Applications in this version can be still installed with old qtopia package
 system, but i am going to disable this for next release if new packaging
 will
 be ok for you.

 My plan for next version is to fix regression if you find any, package
 properly
 also kernel and release it as stable.

 Plans for future is FSO framework in qtmoko.

 Don't forget to try new faenqo theme or use older themes (asthromod) which
 were only in git until now. They are really nice.

 Thanks for supporting qtmoko

 Regards

 Radek



 [1] http://sourceforge.net/projects/qtmoko/files/Experimental/
 [2] http://qtmoko.org/
 [3] http://qtmoko.sourceforge.net/
 [4] http://qtmoko.sourceforge.net/apps/
 [5] https://github.com/radekp/qtmoko/tree/master/web/qtmoko-apps


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Radek Polak
On Friday 04 March 2011 11:47:33 giacomo 'giotti' mariani wrote:

 Do you mean that I can update from QtMoko v32 with a single apt-get
 update  apt-get upgrade?

That should be the target goal. Properly packaged kernel is now missing but 
otherwise it should be possible.

 Isn't it possible to have them in a repo and install them with apt?

I think it should be possible i'll test it.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Radek Polak
On Friday 04 March 2011 12:04:56 Bernard Schelberg wrote:

 Thanks for keeping up the good work Radek.
 I'm currently running v31. I added the new repository to the sources.list
 file, did an apt-get update, then apt-get upgrade and this is what I get:
 
 Preparing to replace qtmoko 31-13 (using
 .../archives/qtmoko_33-1_armel.deb) ...
 Unpacking replacement qtmoko ...
 dpkg: error processing /var/cache/apt/archives/qtmoko_33-1_armel.deb
 (--unpack):
  trying to overwrite `/opt/qtmoko/help/html/packagemanager-view-app.html',
 which is also in package qtmoko-files
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/qtmoko_33-1_armel.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 What should I do to upgrade to the latest?

I think you should delete /opt then

update-rc.d -f qpe.sh remove
apt-get install qtmoko
update-rc.d qtmoko defaults

However i have not tested this and i dont promise it will work :-) Please note 
that this is still experimental. Next version will be probably stable.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Hrabosh

Great job! 

FYI: I've just installed Qt Creator and set up git and stuff so be ready
for stupid questions :-) I'm going to write simple app to monitor
battery (set charging current, check battery state etc.).


Hrabosh

Radek Polak píše v Pá 04. 03. 2011 v 07:37 +0100:
 Hi,
 i have uploaded new qtmoko v33 images to sourceforge now [1]. They are still 
 called experimental, because a few things are still not perfect.
 
 For more information about qtmoko please see [2][3].
 
 Here is list of changes since v32:
 
 * new theme faenqo (cyberspirit)
 * qtmoko and it's applications are packaged as debian packages
 * compiled natively on ARM with debian toolchain
 * new web with applications and themes [4]
 * applications are now installed from web browser
 * new icon for installing qtmoko apps in Applications
 * you can easily install new themes in appearence settings
 * fixed usb mass storage script (thanks to Alfa21)
 * omhacks are installed as debian package from sid
 * qmplayer installs mencoder in debian
 * mencoder uses ac3 codec for audio
 * orange led brightness should be fixed (only in sources)
 * moved all apps from qtmoko-apps git to qtmoko git
 * updated docs for building and compiling
 
 The list is quite short on how much of work it was.
 
 Most of the effort was to package everything with debian package system. This 
 should be done now except for kernel which is on the list for next release.
 
 For installing qtmoko with apt there is new line now in /etc/apt/sources.list:
 
 deb http://qtmoko.sourceforge.net/debian/ /
 
 Applications and themes are right now not in that repo. They can be installed 
 from web browser from url below [4]. Applications are put in categories, they 
 have tags and screenshots for easy searching and navigation. Please let me 
 know if you have ideas or patches for improving this. The application web is 
 generated from .xml files with xsltproc and bash scripts so it should be 
 quite 
 easy to change look or improve it.
 
 Btw .deb packages for most of the apps are still building right now so please 
 be patient - i will upload them as soon as the build is finished.
 
 Applications in this version can be still installed with old qtopia package 
 system, but i am going to disable this for next release if new packaging will 
 be ok for you.
 
 My plan for next version is to fix regression if you find any, package 
 properly 
 also kernel and release it as stable.
 
 Plans for future is FSO framework in qtmoko.
 
 Don't forget to try new faenqo theme or use older themes (asthromod) which 
 were only in git until now. They are really nice.
 
 Thanks for supporting qtmoko
 
 Regards
 
 Radek
 
 
 
 [1] http://sourceforge.net/projects/qtmoko/files/Experimental/
 [2] http://qtmoko.org/
 [3] http://qtmoko.sourceforge.net/
 [4] http://qtmoko.sourceforge.net/apps/
 [5] https://github.com/radekp/qtmoko/tree/master/web/qtmoko-apps
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Alfa21

 Here is list of changes since v32:

any difference since the previous exp. release of qi? I can see a v33 now...


 * new web with applications and themes [4]

col! this is the killer point of the new release! ^_^
I suggest you to add a default bookmark in arora browser (maybe instead of 
reddit!)


 My plan for next version is to fix regression if you find any

* unable to connect wifi wpa2-psk
* got some segfaults changing the theme and then opening the dialer
* removed package vim-tiny from v33 .tgz, please re-add it as default ;)
* visible kernel messages through the graphic desktop of qtmoko
* orange (charge) led is dark, but I like it more :)


 * new theme faenqo (cyberspirit)

nice, but how to lock the screen? :P


 * fixed usb mass storage script

I like the added logic to use the whole sdcard or a specific partition!

btw why in fstab you consider swap on p4? is there any doc about use of p3 in 
qtmoko?
(I usually set uSD's p1 as storage, p2 as rootfs, p3 as swap)

ah, about fs type... do you consider for future releases using btrfs or ext4? I 
know they have optimizations for flash memory kind of storage.


-- 
ALFA21 IS PROVIDED AS IS AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR 
IMPLIED.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtmoko v33

2011-03-04 Thread Gennady Kupava
В Птн, 04/03/2011 в 22:16 +0100, Alfa21 пишет:

  * new theme faenqo (cyberspirit)
 
 nice, but how to lock the screen? :P

in pull-up menu on main screen, first item is screen lock

Gennady



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtMoko] faenqomod updated

2011-03-04 Thread Joif
Hi list!
This is an update of the faenqomod theme. It is based on the wonderful
faenqo theme by cyberesprit and presents some variations.
As we are collaborating, many of the features of this release of faenqomod
could be included in the future releases of the original faenqo (and vice
versa). The main project is hosted by cyberesprit, which I thank, on
https://cyberesprit.fr/faenqo/
In this release of faenqomod you will see:
- a different homescreen layout then the original faenqo;
- different animation for battery in charge and in discharge;
- new context buttons;
- almost EVERY icons substituted with the Faenza icons
(http://tiheum.deviantart.com/art/Faenza-Icons-173323228) and icons inspired
on them;

For now you'll find faenqomod, screenshots, and faenqo svg icons at
http://db.tt/vG5D0yZ
To install faenqomod it is necessary to copy/paste the files provided in the
archive. I'll try to make a deb in the next days... but if someone is faster
then me, he is welcome :)
enjoy!

Joif


--
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-faenqomod-updated-tp6090693p6090693.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community