Re: QtMoko v24

2010-06-01 Thread ghislain

Georgy,

I will look into the openmobile images as soon as possible to get ssh fixed.

Ghislain
BaseTrend - openmobile.nl
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-v24-tp5122856p5125851.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


Re: QtMoko v24

2010-06-01 Thread ghislain

Georgy, I just uploaded a new V24 image [1] with Radek's kernel and modules,
so SSH works out-of-the-box again.
I will investigate why my custom kernel (with the only difference "bootlogo
enabled") had this issue so I can enable the OM boot-logo again.

Ghislain
BaseTrend - openmobile.nl

[1] http://www.openmobile.nl/pages/downloads.php#qtm24
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-v24-tp5122856p5127887.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


Re: QtMoko v24

2010-06-02 Thread ghislain

Georgy, I just uploaded a new V24 image [1] with new kernel and modules. The
bootlogo is again enabled and SSH works out-of-the-box. After just doing a
"make mrproper" and rebuilding the kernel everything was fine again.

Ghislain
BaseTrend - openmobile.nl

[1] http://www.openmobile.nl/pages/downloads.php#qtm24
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-v24-tp5122856p5132281.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


Re: Glamo slowness question. Glamo transfer speed improvements (+33%). Video sofdecoding playing profile. Glamo dma transfer.

2010-07-20 Thread ghislain

I've applied the glamo patch to the qi-bootloader I use for the QtMoko
installer-images. You can download the qi-bootloader here [1].
It replaces the qi.img file in the installer image so you can reflash with
this new bootloader.
It is, of course, also possible to flash this new bootloader using dfu-util

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 

[1] http://www.openmobile.nl/pages/downloads.php#qiglamo
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/Glamo-slowness-question-Glamo-transfer-speed-improvements-33-Video-sofdecoding-playing-profile-Glamo-tp5307224p5315542.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


Re: Glamo slowness question. Glamo transfer speed improvements (+33%). Video sofdecoding playing profile. Glamo dma transfer.

2010-07-20 Thread ghislain

Attached you will find my diff.

http://openmoko-public-mailinglists.1958.n2.nabble.com/file/n5316379/qi.diff
qi.diff 

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/Glamo-slowness-question-Glamo-transfer-speed-improvements-33-Video-sofdecoding-playing-profile-Glamo-tp5307224p5316379.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


Re: QtMoko v26

2010-08-29 Thread ghislain

Radek,

Thanks again for this new release and all the good work (thanks to all other
contributors too!).

I've created the usual installer-image [1]

Regards,

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 

[1] http://www.openmobile.nl/modules/download_gallery/dlc.php?file=54
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/QtMoko-v26-tp5473480p5474558.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


Re: qtmoko v28

2010-10-30 Thread ghislain

Radek,

I'm trying to adjust my installation images to start using ubifs, but I
encounter the following problem:
When I use your rootfs (qtmoko-debian-v28.ubi), everyting is fine, but when
I use my custom rootfs-image I get a kernel panic.

I think I do something wrong creating the ubi image, I use the following
commands from your documentation:

mkfs.ubifs -r /tmp/qtmoko-debian -o qtmoko-debian.ubifs -x zlib -m 2048 -e
126976 -c 2047
ubinize -o qtmoko-debian.ubi -m 2048 -p 128KiB -s 2048 -O 2048 ubinize.cfg

(using your ubinize.cfg)

I've also edited the fstab, so I'm clueless now...

What do I do wrong, or what am I forgetting?

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/qtmoko-v28-tp5654021p5689203.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


Re: qtmoko v28

2010-11-01 Thread ghislain

Hi,

I've found the problem, on my system mtd-utils version 20100706-1 was
installed, this version does contain a bug [1]. I installed mtd-utils from
git, and now I can create correct ubi-images.

Now I can continue to work on the installer using ubi-images.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592485
-- 
View this message in context: 
http://openmoko-public-mailinglists.1958.n2.nabble.com/qtmoko-v28-tp5654021p5693716.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


Re: QtMoko images V9

2009-09-11 Thread ghislain

Radek,

Yesterday I found and repaired a little bug in the 'Web Browser': when
entering a password-field the keyboard doesn't show, I've created al little
patch in:

This is the git diff:

diff --git
a/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
b/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
index dae0be5..671e0f6 100644
--- a/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
+++ b/qtopiacore/qt/src/3rdparty/webkit/WebCore/html/HTMLInputElement.cpp
@@ -243,7 +243,7 @@ void HTMLInputElement::aboutToUnload()

 bool HTMLInputElement::shouldUseInputMethod() const
 {
-return m_type == TEXT || m_type == SEARCH || m_type == ISINDEX;
+return m_type == TEXT || m_type == SEARCH || m_type == ISINDEX ||
m_type == PASSWORD;
 }

 void HTMLInputElement::dispatchFocusEvent()

Can you apply the fix to your repository or is there a way I can apply
myself? 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-images-V9-tp3613993p3625971.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


Re: QtMoko images V9

2009-09-13 Thread ghislain


Jim, if copied all scenarios from FSO (/usr/share/openmoko/scenarios/*) to
QtMoko scenarios and now the speaker works.
Radek, maybe you can put the FSO scenarios-states to your repository to get
all audio working correctly?

Regards,
Ghislain


Jim Morris wrote:
> 
> I noticed that if I enabled speaker during the call, then there was no
> sound at all, so I guess the 
> speaker alsa state needs working on?
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-images-V9-tp3613993p3635947.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


Re: QtMoko v12

2009-09-28 Thread ghislain

Radek,

GPRS does not resolv DNS because the "/opt/qtmoko/bin/btdun-network" script
contains some commands with "sudo".
When removing all "sudo" words from the script GPRS will resolv DNS correct
again.
Can you please fix this in the next release?

Regards,
Ghislain
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v12-tp3722943p3729638.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


Re: QtMoko v14

2009-10-07 Thread ghislain

Hi!

I really like QtMoko and V14 is an improvement!

Every time a new version arrives I provide the Freerunner Community in the
Netherlands with an alternative download on  http://www.openmobile.nl/
openmobile.nl  (this site is in Dutch).
I also changes some basic things to the standard QtMoko version:
* I create an sdCard installer (Android alike, by flashing qi, rootfs,
kernel)
* I add some packages (pkg-fso-keyring vim ntpdate nfs-common mtd-utils
flite)
* I add a working version of Navit  (under QX), with speech (flite) with an
working map (Benelux) on the sdCard under the MapsNavit folder
* I change the defaults of the fstab (swap on 2nd partition of sdCard),
nfs-mount to host (192.168.1.200) /media/jffs2

Maybe this is handy for the rest of the community too? Take a look at the
latest (V14) installer-image: 
http://www.openmobile.nl/pages/downloads.php#qtm14 QtMoko V14 Installer
Image  and let me know if this is something you all like or if there need to
be some changes.





-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v14-tp3781291p3784396.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


Re: QtMoko v14

2009-10-08 Thread ghislain

Hi,

Yes, Navit does fully work.
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v14-tp3781291p3787702.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


Re: [qtmoko] cannot flash v14

2009-10-09 Thread ghislain

I have this sometimes too, mostly when flashing a lot (and lots of connect /
reconnect the Neo).
This is what helps me the most of the time (I use Ubuntu 9.04): sudo
/etc/init.d/udev refresh-devices

But you can always load the installer-image I've created (
http://www.openmobile.nl/pages/downloads.php#qtm14 QtMoko V14 ) so you won't
have to flash it over USB, just unzip the image to the first (vfat)
partition on you're sdcard and boot from it in NOR mode. It's also a lot
faster then flashing over USB.
But beware, there are some little changes in the configuration: swap is on
partition 2 of the sdcard (instead of 4) and nfs mounts to /media/jffs2
(instead of /).
-- 
View this message in context: 
http://n2.nabble.com/qtmoko-cannot-flash-v14-tp3793119p3794143.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


Re: uImage.bin v kernel.img

2009-10-12 Thread ghislain

uImage.bin (or uImage) is used for booting the installer which in turn
flashes the kernel.img to your Neo.
-- 
View this message in context: 
http://n2.nabble.com/uImage-bin-v-kernel-img-tp3807470p3808055.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


Re: uImage.bin v kernel.img

2009-10-12 Thread ghislain

The 'workaround' is correct, that is exactly what the installer does, it
erases the correct mtd's and flashes the bootloader (qi.img), kernel
(kernel.img) and the rootfs (system.img). 
The installer also flashes the mtd for the userdata and extracts the
userdata.img to the folder /data of it.

This is all done in the init script of the former koolu-installer.


ran wrote:
> 
> How ever the following work around seems to work for larlin atleast.
> Download the zip-file unzip the contents. Run the following dfu-util
> commands:
> 
> dfu-util -a kernel -R -D kernel.img
> dfu-util -a rootfs -R -D system.img
> dfu-util -a u-boot -R -D qi.img
> 

-- 
View this message in context: 
http://n2.nabble.com/uImage-bin-v-kernel-img-tp3807470p3810149.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


QtMoko - QtBackup

2009-10-13 Thread ghislain

Hi,

I just released a new small backup-application (which is not in the QtMoko
feeds yet). This little application creates a qtbackup.tgz on the sdcard.
The application itself can only create backups, not restore. I've added the
restore function to the QtMoko installer-kernel, this kernel checks, after
flashing the rootfs, if the qtbackup.tgz file is available and if it is it
extracts this file in the root of the freshly flashed rootfs. As you can
guess, the main purpose of this little app is te keep settings,
applications, contacts etc over new versions.

The program I wrote just calls a shell-script wich contains the follwing
command:
cat qtbackup.conf | xargs tar zcf /media/card/qtbackup.tgz > /dev/null 2>&1

The file qtbackup.conf currently has the following lines in it:
/home/root
/var/lib/bluetooth
/usr/share/navit/navit.xml
/root/.gconf

You can already try this app if you add a new feed with the following url:
http://www.openmobile.nl/media/qtmoko
I already created an installer-version with the restore function: 
http://www.openmobile.nl/pages/downloads.php#qtm14b QtMoko V14B 

Can someony please tell me how to get this app in the QtMoko feeds? (Radek?)
And of course I would like to upload the source to some git, qtmoko-apps on
github? (Sektor?)




-- 
View this message in context: 
http://n2.nabble.com/QtMoko-QtBackup-tp3819776p3819776.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


Re: QtMoko - QtBackup

2009-10-17 Thread ghislain

Radek,

I just added qtbackup to github: http://github.com/ghislain/qtbackup/
Can you add it to the QtMoko feeds? 

Tnx already.

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-QtBackup-tp3819776p3839959.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


Re: QtMoko - QtBackup

2009-10-18 Thread ghislain

Radek,

Thanks for adding the program to the QtMoko feeds.
I've applied your changes to the QtBackup-source-tree.

It was my first Qt-App and I wanted to use QtCreator only, which succeeded 
when using version 1.2.10 and change some build-settings. But for package
creating I had to ask my friend google :)

For the permissions, I also saw there were no executing permissions, but it
worked for me nonetheless. But checking and setting the permissions is
better of course.

Thanks!
Ghislain
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-QtBackup-tp3819776p3843471.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


Re: [QtMoko] Calling problems

2009-10-20 Thread ghislain


Radek Polak wrote:
> 
> Definitely it should be there. Btw do you have latest gsm firmware? In
> System info the modem should display "Revision: gsm_acts0-Moko11"
> 

That's not entirely true, I have a SIM-card (Vodafone, prepaid, NL) which if
used under QtMoko it does'nt show the modem-info. The SIM-card works
correctly, I can make phonecalls, receive calls, send / receive SMS, use
GPRS etc, but there is no info under the modem-tab. When I use another SIM
(KPN-NL) on the same phone, I can see the modem-info.
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-Calling-problems-tp3844430p3858530.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


QtMoko & TangoGPS 0.9.7-1

2009-10-23 Thread ghislain

FYI:

To install TangoGPS 0.9.7-1 under QtMoko just do the following:
1. Download  http://www.tangogps.org/downloads/tangogps_0.9.7-1_armel.deb
TangoGPS 0.9.7-1 (armel)  to the Freerunner
2. On Freerunner, install TangoGPS: dpkg -i tangogps_0.9.7-1_armel.deb
3. On Freerunner, install missing dependencies: apt-get install libexif12

That's All.
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-TangoGPS-0-9-7-1-tp3880263p3880263.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


Re: [QtMoko] minor questions

2009-10-25 Thread ghislain


Radek Polak wrote:
> 
>> Fifth is - I did apt-get update and had about 14 not upgraded packages.
>> Is it safe for now to do and upgrade for the system software from lenny
>> repository?
> 
> Yes it should be safe unless the packages arent somehow broken.
> 
When upgrading the packages some screens in QtMoko freezes up (eg. setting
time).
I don't know which package is responsible for the freezing.

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-minor-questions-tp3876973p3887100.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


Re: FOSDEM2010

2009-10-27 Thread ghislain

Ok, openmobile.nl will be there too.

Ghislain
-- 
View this message in context: 
http://n2.nabble.com/FOSDEM2010-tp3895254p3898041.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


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread ghislain

Very nice application!

If you could just add the 'myposition' and the 'friendsposition', like in
TangoGPS you would make me very happy :) (I was trying to port TangoGPS to
Qt just for those functions, but you are almost done).

Ghislain

-- 
View this message in context: 
http://n2.nabble.com/GPS-application-for-QTExtended-4-4-3-tp3943537p3943693.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


Re: GPS application for QTExtended 4.4.3

2009-11-04 Thread ghislain

I just added this application to the Software-Packages feed of openmobile.nl
for QtMoko (feed-url = http://www.openmobile.nl/media/qtmoko)
-- 
View this message in context: 
http://n2.nabble.com/GPS-application-for-QTExtended-4-4-3-tp3943537p3943930.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


Re: QtMoko v15

2009-12-13 Thread ghislain

Radek, thanks for all the great work.
I've created an installer-image again (which will work together with
QtBackup), it can be downloaded from 
http://www.openmobile.nl/pages/downloads.php#qtm15 QtMoko V15 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4160432.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


Re: QtMoko v15

2009-12-14 Thread ghislain

Radek,

When trying to build QtMoko V15 myself I get the following error:
qtmoko/qt/src/corelib/io/qfsfileengine_unix.cpp:1286: error: ‘QT_MMAP’ was
not declared in this scope

How did you compile it? Or is this problem solved with the upstream patches
of QT 4.6.1?
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4162870.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


Re: QtMoko v15

2009-12-14 Thread ghislain

Radek,
I just repeated the commands
git submodule init
git submodule update

And now it seems to work, thanks.

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4163414.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


Re: QtMoko v15

2009-12-14 Thread ghislain

Yes, you can. If you first install QtBackup and create a backup with it.
The you can use the installer-image which will flash the new QtMoko V15 and
it will restore the backup after flashing. Here you can find the
installer-image: http://www.openmobile.nl/pages/downloads.php#qtm15. Just
unzip to your sd and neo in nor mode, selecting boot from sd.



Atilla Filiz wrote:
> 
> Can I upgrade my NAND image(from v14) without a fresh install?
> 
> On Mon, Dec 14, 2009 at 9:11 AM, ghislain  wrote:
> 
>>
>> Radek,
>>
>> When trying to build QtMoko V15 myself I get the following error:
>> qtmoko/qt/src/corelib/io/qfsfileengine_unix.cpp:1286: error: ‘QT_MMAP’
>> was
>> not declared in this scope
>>
>> How did you compile it? Or is this problem solved with the upstream
>> patches
>> of QT 4.6.1?
>> --
>> View this message in context:
>> http://n2.nabble.com/QtMoko-v15-tp4159253p4162870.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
>>
> 
> 
> 
> -- 
> -
> Atilla Filiz
> Eindhoven University of Technology
> Embedded Systems, Master's Programme
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4163426.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


Re: QtMoko v15

2009-12-15 Thread ghislain

Radek,

The key used by pkg-fso-keyring is expired, maybe you can change section 4.6
of your debian_rootfs_howto.txt into:

wget
http://pkg-fso.alioth.debian.org/debian/pool/main/p/pkg-fso-keyring/pkg-fso-keyring_2009.09.12_all.deb
dpkg -i pkg-fso-keyring_2009.09.12_all.deb
rm pkg-fso-keyring_2009.09.12_all.deb

When using this package I don't get the key-expired message when using
apt-get update.

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4168815.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


Re: QtMoko v15

2009-12-15 Thread ghislain

Radek,

The V15 gives a lot of messages in the syslog:

Qtopia: /opt/qtmoko/bin/quicklauncher: relocation error:
/opt/qtmoko/lib/libQtCore.so.4: symbol powf, version GLIBCXX_3.4 not defined
in file libstdc++.so.6 with link time reference

and

kernel: [ 4854.065000] mmc1:0001: error -110 reading SDIO_CCCR_INTx
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4169501.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


Re: QtMoko v15

2009-12-15 Thread ghislain

Radek,

By removing python from the image, gpsd is also missing, therefore TangoGPS
(under QX) will not run.
Maybe its better to leave python (and gpsd) a part of the image?

I also noticed that you removed multiplexing, does this mean we cannot use
GPRS and calling at the same time?
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4171927.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


Re: QtMoko v15

2009-12-15 Thread ghislain


Radek Polak wrote:
> 
> On Tuesday 15 of December 2009 21:48:20 ghislain wrote:
>> Radek,
>> 
>> By removing python from the image, gpsd is also missing, therefore
>> TangoGPS
>> (under QX) will not run.
>> Maybe its better to leave python (and gpsd) a part of the image?
> 
> It can be installed via apt-get and gpsd can be configured to start on
> boot. Or 
> is there any problem so that it does not work this way?
> 

Because the files and folders in /usr/share/man are missing (to preserve
space), apt-get install gpsd will fail.



> I think NeronGPS is much better then TangoGPS, it's native app and we can
> save 
> 10 MB (packed). Maybe i am wrong, but the number of people that prefer 
> TangoGPS over NeronGPS must be small and it is quite simple to install
> tango 
> (one apt-get install).
> 
I also think NeronGPS is much better, but TangoGPS has some functions which
are quite useful (locate your friends). But even then, when missing gpsd,
Navit will also not work. 



>> I also noticed that you removed multiplexing, does this mean we cannot
>> use
>> GPRS and calling at the same time?
>> 
> 
> Yup, but it wasnt working before too. I'd like to get multiplexing back,
> but 
> it must be without bugs first and in v15 it was causing at least 2 bugs
> (one 
> with Qtopia stuck in call screen - very annoying and nearly 100%
> reproducible 
> after first boot and second is with GPRS - now it starts always, before
> you had 
> to try several times).
> 
> So the plan is now to disable multiplexing and hopefully after it's fixed
> it 
> will be back.
> 

I was not having that much problems when using GPRS, okay, at first boot I
had to try twice, and sometimes when booting I got stuck in the PIN-code
screen, but then, I could make a call even when using GPRS, now I have to
choose... I don't know which option I prefer.

Regards,
Ghislain

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4172623.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


Re: QtMoko v15

2009-12-17 Thread ghislain

I just created another installer-image, 
http://www.openmobile.nl/pages/downloads.php#qtm15b QtMoko V15B  (so one can
choose which is preferred), these are the changes:
* Upgraded 'pkg-fso-keyring' to '2009.09.12'
* gpsd installed
* Working TangoGPS
* Working Navit
* Enabled GSM multiplexing
* Added SMS-Receive bug-fix


Radek Polak wrote:
> 
> ghislain wrote:
> 
>> Because the files and folders in /usr/share/man are missing (to preserve
>> space), apt-get install gpsd will fail.
> 
> Ahh, ok, will put it on my list :-)
> 
>> I also think NeronGPS is much better, but TangoGPS has some functions
>> which
>> are quite useful (locate your friends). But even then, when missing gpsd,
>> Navit will also not work. 
> 
> Sure, gpsd is must to have.
> 
>> I was not having that much problems when using GPRS, okay, at first boot
>> I
>> had to try twice, and sometimes when booting I got stuck in the PIN-code
>> screen, but then, I could make a call even when using GPRS, now I have to
>> choose... I don't know which option I prefer.
> 
> Oki, i'll try to get multiplexing back or at least configurable. I think
> the stuck-in-PIN-code is possible to fix - i hope i am getting idea
> what's going on there...
> 
> Regards
> 
> Radek
> 
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4180499.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


Re: QtMoko v15

2009-12-17 Thread ghislain

Yoric,

The zip-file contains a few files, the rootfs.img file is the jffs-image.

Regards,
Ghislain


yoric wrote:
> 
> 
> 
> ghislain wrote:
>> 
>> I just created another installer-image, 
>> http://www.openmobile.nl/pages/downloads.php#qtm15b QtMoko V15B  (so one
>> can choose which is preferred), these are the changes:
>> * Upgraded 'pkg-fso-keyring' to '2009.09.12'
>> * gpsd installed
>> * Working TangoGPS
>> * Working Navit
>> * Enabled GSM multiplexing
>> * Added SMS-Receive bug-fix
>> 
> 
> Excuse my bad English. Can I make it a jffs-image? And how, if not
> difficult?
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4182668.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


Re: QtMoko v15

2009-12-18 Thread ghislain


The kernel.img file is the uImage, the uImage files in the zip-file are the
ones used to flash the phone.


Yoric Kotchukov wrote:
> 
> 
> 
> ghislain wrote:
>> 
>> The zip-file contains a few files, the rootfs.img file is the jffs-image
> 
> What sew as uImage? Original from sourceforge has a size of 1852364, your
> 2900332.
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4185419.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


Re: QtMoko v15

2009-12-18 Thread ghislain

Yoric,

The installer-images I've created are intended to flash from sdcard instead
of dfu-util and are to be used as described here:
- Prepare your sdCard, create partitions: 1=vfat, 2=swap
- Extract the content of the zip-file to the first partition of the sdcard
(directly from PC is the quickest way to go)
- Boot from sdcard (nor-mode, that is aux+power and choose 2nd option)

Now the phone will be flashed, this is what will happen:
- flash qi.img
- reboot
- flash kernel.img
- flash rootfs.img
- restore qtbackup.tgz (optional, see below)
- reboot
- start QtMoko

If you used QtMoko before and you have created a backup with QtBackup (found
in the software-feeds) there will be an qtbackup.tgz file on the sdcard, if
this file is found by the installer-image it will be restored, this way you
can preserve contacts, documents, settings, applications etc over
different-versions of QtMoko.


Yoric Kotchukov wrote:
> 
> 
> 
> ghislain wrote:
>> 
>> The zip-file contains a few files, the rootfs.img file is the jffs-image
>> The kernel.img file is the uImage, the uImage files in the zip-file are
>> the ones used to flash the phone.
> 
> I renamed in rootfs.img * jffs, "the uImage file in the zip-file" in *
> bin, dfu-util worked without errors. When you turn around "kernel image
> not found", and u-boot and Qi. Where can I go wrong?
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4186086.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


Re: QtMoko v16

2009-12-22 Thread ghislain

Radek,

First of all, thanks again.
Second, on first boot, I cannot pass the select-language screen, it just
keeps asking for a language followed by the tap-anywhere-screen, again and
again.

Regards,
Ghislain
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v16-tp4198642p4204131.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


Re: QtMoko v16

2009-12-24 Thread ghislain


The problem occurred with the JFFS-version, I did not try it again yet, I
will try again next weekend.

I've created a installer image based on this new version, it is here for
download:  http://www.openmobile.nl/pages/downloads.php#qtm16 QtMoko V16 

Regards


Radek Polak wrote:
> 
> On Tuesday 22 of December 2009 16:38:38 ghislain wrote:
>> Radek,
>> 
>> First of all, thanks again.
>> Second, on first boot, I cannot pass the select-language screen, it just
>> keeps asking for a language followed by the tap-anywhere-screen, again
>> and
>> again.
> 
> Any tips how to reproduce this? I tried both JFFS and SD card image and it 
> worked for me.
> 
> Regards
> 
> Radek
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v16-tp4198642p4212373.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


Re: Quick e-mail poll: Still using your Freerunner?

2009-12-29 Thread ghislain

Yes
Yes
QtMoko

Regards,
Ghislain van der Steen
openmobile.nl
-- 
View this message in context: 
http://n2.nabble.com/Quick-e-mail-poll-Still-using-your-Freerunner-tp4229399p4229865.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


[Android] Android Cupcake V22 installer-image

2009-12-30 Thread ghislain

http://panicking.kicks-ass.org/blog/index.php Penguin Embedded  has created a
new version of Android Cupcake. I've created an installer-image for it, it
can be dowloaded here:  http://www.openmobile.nl/pages/downloads.php#av22
Android-Cupcake-V22 . 
Just follow the instructions of the readme.txt contained in the zip-file.

Regards,
Ghislain van der Steen
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/Android-Android-Cupcake-V22-installer-image-tp4231575p4231575.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


Re: [Android] Android Cupcake V22 installer-image

2009-12-31 Thread ghislain

Patryk,

I don't know, its the last one from Michael with the leds-fixes.

Ghislain


Patryk Benderz wrote:
> 
> Dnia 2009-12-30, śro o godzinie 01:35 -0800, ghislain pisze:
>> http://panicking.kicks-ass.org/blog/index.php Penguin Embedded  has
>> created a
>> new version of Android Cupcake. I've created an installer-image for it,
>> it
>> can be dowloaded here:  http://www.openmobile.nl/pages/downloads.php#av22
>> Android-Cupcake-V22 . 
> [cut]
> Hi Ghislain,
> does this installer includes FCSE patches from ARM ML, recently added by
> Michael Trimarchi?
> 
> -- 
> Patryk "LeadMan" Benderz
> Linux Registered User #377521
> ()  ascii ribbon campaign - against html e-mail 
> /\  www.asciiribbon.org   - against proprietary attachments
> 
> 
> Email secured by Check Point
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Android-Android-Cupcake-V22-installer-image-tp4231575p4237168.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


Re: QtMoko v15

2009-12-31 Thread ghislain

The installer is created to flash the phone from the sdcard.
There are a few files, qi.img, kernel.img, rootfs.img, those are the one you
can also flash using dfu-util, where qi.img is the bootloader, kernel.img is
the kernel (uImage) and rootfs.img is the jffs2 file.

Ghislain


Patryk Benderz wrote:
> 
> Dnia 2009-12-17, czw o godzinie 02:20 -0800, ghislain pisze:
>> I just created another installer-image, 
>> http://www.openmobile.nl/pages/downloads.php#qtm15b QtMoko V15B  (so one
>> can
>> choose which is preferred), these are the changes:
>> * Upgraded 'pkg-fso-keyring' to '2009.09.12'
>> * gpsd installed
>> * Working TangoGPS
>> * Working Navit
>> * Enabled GSM multiplexing
>> * Added SMS-Receive bug-fix
> Hi thanks for this installer. I had trouble with finding english version
> of your page, thus I have a question. Does thia installer works only for
> SD card , or do you provide .jffs images somewhere?
> 
> -- 
> Patryk "LeadMan" Benderz
> Linux Registered User #377521
> ()  ascii ribbon campaign - against html e-mail 
> /\  www.asciiribbon.org   - against proprietary attachments
> 
> 
> Email secured by Check Point
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v15-tp4159253p4237197.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


[qtmoko] New significant speedups coming to FreeRunner

2010-01-11 Thread ghislain

I've created a new installer-image for QtMoko V16B, it can be downloaded
here:  http://www.openmobile.nl/pages/downloads.php#qtm16b QtMoko V16B .
This are the changes:

- Kernel without debugging options (overall speedup)
- TangoGPS to V0.99.2
- Latest patch from Radek (mmap & mmap64) (solves segfault in webviewer /
arora)

Ghislain
http://www.basetrend.nl/ BaseTrend  -  http://www.openmobile.nl
openmobile.nl 



-- 
View this message in context: 
http://n2.nabble.com/qtmoko-New-significant-speedups-coming-to-FreeRunner-tp4284388p4284388.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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-01-13 Thread ghislain


Denis Johnson wrote:
> 
> Does this include a normal flashable image I can put straight to nand
> or is this an SD card install only ?
> 

This is an installer-image which will flash to nand, but you can flash to
nand using dfu-util by flashing the files 'kernel.img' (== uImage) and
'rootfs.img' (== jffs2).

Ghislain
-- 
View this message in context: 
http://n2.nabble.com/qtmoko-New-significant-speedups-coming-to-FreeRunner-tp4284388p4329047.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


Re: QtMoko webkit related crash in v16 and multiplexing

2010-02-01 Thread ghislain

But you can also try the latest build I have made from Radeks code.
You can find a new installer-image here: 
http://www.openmobile.nl/pages/downloads.php#qtm16c QtMoko V16C 

This, of course, is the latest build I've made, but I did not release
because Radek is still working on the code. I was waiting on Radeks V17
release. I don't know if there are any issues with this release, but using
it is knowing it :)

Regards,
Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-webkit-related-crash-in-v16-and-multiplexing-tp4489671p4493975.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


Re: QtMoko webkit related crash in v16 and multiplexing

2010-02-02 Thread ghislain

Ok, i've created an installer-image with the sms-workaround/debugging
patches.
It can be dowloaded here: 
http://www.openmobile.nl/pages/downloads.php#qtm16d QtMoko V16D 

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-webkit-related-crash-in-v16-and-multiplexing-tp4489671p4504487.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


Re: QtMoko webkit related crash in v16 and multiplexing

2010-02-03 Thread ghislain

You can just dfu-util the 'kernel.img' and the 'rootfs.img', there is no
conversion needed.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-webkit-related-crash-in-v16-and-multiplexing-tp4489671p4506001.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


Re: QtMoko webkit related crash in v16 and multiplexing

2010-02-04 Thread ghislain

Dennis,

You don't need to unpack the kernel-modules because they are already
unpacked and depmodded in the rootfs.img.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-webkit-related-crash-in-v16-and-multiplexing-tp4489671p4512269.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


fosdem scheduler app

2010-02-04 Thread ghislain

Thanks for this new version.

I've compiled the fosdem-android app (scheduler) for this version of
Android.
It can be downloaded here 
http://www.openmobile.nl/pages/downloads.php#fosdem-android fosdem-android 
After dowloading it can be installed using 'adb install fosdem-android.apk'.
After installing it needs to download the schedule once over the internet
(using Wifi or GPRS).

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/Android-on-Freerunner-v0-2-RC1-released-tp4501104p4512888.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


Re: fosdem scheduler app

2010-02-04 Thread ghislain

The source is on sourceforge, you can check it out and then build it
yourself:

svn co https://fosdem-android.svn.sourceforge.net/svnroot/fosdem-android
fosdem-android

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 


-- 
View this message in context: 
http://n2.nabble.com/Android-on-Freerunner-v0-2-RC1-released-tp4501104p4513033.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


Re: QtMoko v19

2010-02-07 Thread ghislain

I've created an installer image wich can be downloaded here 
http://www.openmobile.nl/pages/downloads.php#qtm19 QtMoko V19 

I replaced the kernel from Radek with my own because there where booting
issues with Qi.

I could not release earlier because I'm at the  http://www.fosdem.org FOSDEM 

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/QtMoko-v19-tp4516805p4528526.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


Re: Installer

2010-02-08 Thread ghislain

Serdar,

I'm using it for the installer-images I create to install QtMoko, I just
adjusted the Qi-bootloader (I now use the latest Qi), I made some changes to
what to install with BusyBox (removed some, added some), and I changed the
init-script (I removed the userdata.img, added "restore" function of
qtbackup.tgz).

I got the first info on how the installer works from Marcelo Magallon (from
the Koolu project), this is what information he told me:

/quote:

mkdir freerunner-installer
cd freerunner-installer
cd repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b
installer
repo sync
make

That will create something that looks like this:
bootloader
busybox
installer
kernel
Makefile
mtd-utils

The script that run on boot is found under installer.  You need the
OpenMoko toolchain to build this.  I believe there's a .deb on the web
site (Koolu's I mean) for this.  To see how the kernel is built, look
first at kernel/Koolu.mk and then at kernel/Makefile.android.

rebuild
Beware, that makefile is broken, if you change stuff the kernel won't
be rebuilt properly, you have to delete
out/kernel/arch/arm/boot/uImage to force it to rebuild.

:quote/

I just started to update all to the newest versions (kernel, busybox,
mtd-utils, etc), but I got stuck in booting the kernel. I need to hack a
little more before I can post all the necessary steps (I will also look into
your patch to see what it does).

Regards,

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/Installer-tp4536315p4536832.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


Re: Installer

2010-02-08 Thread ghislain


Serdar Dere wrote:
> 
>> I got the first info on how the installer works from Marcelo Magallon
>> (from
>> the Koolu project), this is what information he told me:
> 

I know the Koolu-project died, I was just quoting the info I was given a
long time ago.
If you want to get it build, just follow the same steps (but now from
another git):

mkdir freerunner-installer
cd freerunner-installer
repo init -u
git://gitorious.org/android-on-freerunner/freerunner_platform_manifest.git
-b installer
repo sync
make

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 


-- 
View this message in context: 
http://n2.nabble.com/Installer-tp4536315p4537029.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


Re: Installer

2010-02-08 Thread ghislain


Serdar Dere wrote:
> 
> like I told, this won't work.
> or you got a better toolchain than I have.
> 

I use the toolchain as described on the wiki-pages: 
http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing
http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing 

I've installed it in /opt/toolchains/

That works for me.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/Installer-tp4536315p4537168.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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-13 Thread ghislain

I think the slowness of the graphics can be explained by not having the
kernel-modules installed. The kernel-modules are contained in the rootfs.img
as part of the total distribution.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/qtmoko-New-significant-speedups-coming-to-FreeRunner-tp4284388p4565706.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


Re: [qtmoko] New significant speedups coming to FreeRunner

2010-02-13 Thread ghislain


Timo Juhani Lindfors wrote:
> 
> How can kernel modules affect graphics performance?
> 

Maybe because some of the necessary modules can't be loaded now.
I use this kernel on QtMoko and graphics are very fast, this was the only
reason I could think of.

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/qtmoko-New-significant-speedups-coming-to-FreeRunner-tp4284388p4565826.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


Re: gta02-core (was Re: OM future)

2010-02-25 Thread ghislain

What about the Ben NanoNote (http://en.qi-hardware.com/wiki/Main_Page).
They showed how the process is done, from the beginning to the end (I don't
know about the funding).
Although it's not a phone, I do have a working ultra-portable now for a
reasonable price :) (It just needs some software-ports, but that is part of
the fun).

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 
-- 
View this message in context: 
http://n2.nabble.com/gta02-core-was-Re-OM-future-tp4628177p4631684.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


Re: gta02-core (was Re: OM future)

2010-02-25 Thread ghislain


Carsten Haitzler (The Rasterman)-2 wrote:
> 
> On Thu, 25 Feb 2010 02:36:22 -0800 (PST) ghislain 
> said:
> 
>> 
>> What about the Ben NanoNote (http://en.qi-hardware.com/wiki/Main_Page).
>> They showed how the process is done, from the beginning to the end (I
>> don't
>> know about the funding).
> 
> i dont need yet another mini pda. i have a small army of them - that dont
> replace the phone junk in my pocket. i - and i would say the vast majority
> of
> people, dont want multiple things in their pockets - why do u think pda's
> are
> dead? they want 1, and the phone trumped all of it for communications
> reasons.
> if you dont have a phone you instantly made your potential market a lot
> smaller. if it doesnt fit in a pocket easily - you just shrunk your market
> significantly. the more you move your product into a market niche, the
> more
> likely it is to fail due to just not making enough volume. open products
> is
> already a niche.
> 
> 

It was not an example of what you need, it was an example of how they did it
and what we can learn of it. Also, it's not 'yet another mini pda', because
of it's openness you can use it the way you want, just use your imagination
and your programming skills :)
Your statement 'open products is already a niche' is the exact statement I
heard 15-years ago about open-software. We are just at the beginning, just
give it some time. :)

Ghislain
http://www.basetrend.nl BaseTrend  -  http://www.openmobile.nl openmobile.nl 

-- 
View this message in context: 
http://n2.nabble.com/gta02-core-was-Re-OM-future-tp4628177p4631828.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


Re: qtmoko v21

2010-04-14 Thread ghislain

Radek, 
I found that the problems with getting a network connection got worse since
you moved the initialisation from the init-scripts to the code. When I
revert that patch the initialisation goes fine (because of the sleep 2 sec
in the script? or maybe just the moment of init?)

BTW, I have an installer-image on for the V21 [1]

[1] http://www.openmobile.nl/pages/downloads.php#qtm21

Regards,
Ghislain
BaseTrend - openmobile.nl
-- 
View this message in context: 
http://n2.nabble.com/qtmoko-v21-tp4879432p4900257.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