Delian | 1 Jun 2011 14:08
Picon
Gravatar

Re: [QtMoko] Melodiq patch proposal

In data domenica 29 maggio 2011 08:18:08, Radek Polak ha scritto:
> Delian wrote:
> > Hi,
> > I'm wandering why melodiq doesn't working anymore, so I've checked the
> > code. Audiotag has changed a little the way it pass the PHPSESSID ( now
> > through a cookie).
> 
> Hi,
> i have rebuild the package, you can find it here:
> 
> http://qtmoko.sourceforge.net/apps/qtmoko-melodiq_32-1_armel.deb
> 
> Thanks for the patch!
> 
> Radek
> 
> _______________________________________________
> Openmoko community mailing list
> community <at> lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community

Thanks a lot for the rebuild but, I've managed to run it on my laptop and I've 
found a problem with the patch. It's not working due to PHPESSID and 
extractVal.
Now, Instead of extractVal function, I'm using QRegExp to extract PHPSESSID.

This's the WORKING ( for real :) ) patch ( diff between original melodiq.cpp )

232c232
<     runProc("curl -F uploadedfile= <at> " + SAMPLE2_FILE + " -F step=21 
(Continue reading)

Dmitry Shalnoff | 2 Jun 2011 12:18
Picon

ZX spectrum emulator doesn't appears

Hi everybody, 
I'm trying to install ZX spectrum emulator form official repository but it's doesn't appears in the list of
games and home/you/.qspectemu directory wasn't created. 

that seems that allication wasn't installed properly. Could anybody help and direct me in right way? 

Thank you beforehand, 
Dmitry 
Dmitry Shalnoff | 2 Jun 2011 12:21
Picon

[QtMoko] ZX spectrum emulator doesn't appears

... sorry I didnt' point in my previous message that I speaking about QtMoko
-------------
Hi everybody, 
I'm trying to install ZX spectrum emulator form official repository but it's doesn't appears in the list of
games and home/you/.qspectemu directory wasn't created. 

that seems that allication wasn't installed properly. Could anybody help and direct me in right way? 

Thank you beforehand, 
Dmitry 
Dmitry Shalnoff | 2 Jun 2011 12:42
Picon

general SD card read/write problem

Hello Everybody,

I have a periodically appeared problem with SD card writing/reading functionality. I has several cards to
try and found some correlation with size and speed type of the card. '

Problems are appers when I'm trying to write intensively on the card. Usually on the next boot I found
filesystem corrupted and cant' mount card anymore till I fsck it (with predictable files damage) or
reformat. 

generally it's looks like 16GB cards almost 100% cases have problems. 
and as I suppose 4 class cards more prone to problem than class 6. 

Question is simple: Is my suspicions are correct (concerning class and card size)? what is general
recommendations? Who has any good/bad experience with different types of cards?  

I know about this topic http://wiki.openmoko.org/wiki/Supported_microSD_cards , but it's doesn't
looks like relevant tutorial to buy fail-safe SD and obviously this problem doesn't rely on brand name
too. 

thank you beforehand for any help,
Dmitry 
Guilhem Bonnefille | 2 Jun 2011 22:54
Picon
Gravatar

[qtMoko] Request needed to restore bluetooth

Hi,

I encounter a strange issue. Currently, my qtMoko refuse to start: it
freezes with a SegmentationFault message on the framebuffer.

After some investigation, it seems that the faulty is qpe. But I do
not understand why.

Looking at many many logs, it seems to be related to bluetooth
unavailable when qpe initializing (last messages are around bluez DBus
interfaces unavailable). So, I enabled bluetooth ('om bt power 1') and
then restarted qtMoko ('/etc/init.d/qtmoko restart'), even after some
bluetooth fixes ('/opt/qtmoko/bin/btfix.sh'). But nothing better,
Segmentation Fault always occurs. Nevertheless, something strange
occurs: bluetooth device is powered off, while it was on just before.

So, a new idea: the last-action-before-hanging-system is to disable
bluetooth at startup, because I do not need bluetooth myself. So, I
imagine the following: when initializing, qpe apply my settings and
disable bluetooth, but just after it enters a code that reclaim
bluetooth.

How can I solve this? Is there a way to change the startup settings
without GUI? Is there a way to start enought part of GUI to change
settings?
Also, I'm probably wrong: is there any other way to solve the issue?

Thanks for reading and for any suggestion.
--

-- 
Guilhem BONNEFILLE
(Continue reading)

Ed Kapitein | 2 Jun 2011 22:56

Re: general SD card read/write problem


On 06/02/2011 12:42 PM, Dmitry Shalnoff wrote:
> Hello Everybody,
>
> I have a periodically appeared problem with SD card writing/reading functionality. I has several cards
to try and found some correlation with size and speed type of the card. '
>
> Problems are appers when I'm trying to write intensively on the card. Usually on the next boot I found
filesystem corrupted and cant' mount card anymore till I fsck it (with predictable files damage) or
reformat. 
>
> generally it's looks like 16GB cards almost 100% cases have problems. 
> and as I suppose 4 class cards more prone to problem than class 6. 
>
> Question is simple: Is my suspicions are correct (concerning class and card size)? what is general
recommendations? Who has any good/bad experience with different types of cards?  
>
> I know about this topic http://wiki.openmoko.org/wiki/Supported_microSD_cards , but it's doesn't
looks like relevant tutorial to buy fail-safe SD and obviously this problem doesn't rely on brand name
too. 
>
> thank you beforehand for any help,
> Dmitry 
>
> _______________________________________________
> Openmoko community mailing list
> community <at> lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
(Continue reading)

Radek Polak | 2 Jun 2011 23:19
Picon
Favicon

Re: [qtMoko] Request needed to restore bluetooth

Guilhem Bonnefille wrote:

> I encounter a strange issue. Currently, my qtMoko refuse to start: it
> freezes with a SegmentationFault message on the framebuffer.
> 
> After some investigation, it seems that the faulty is qpe. But I do
> not understand why.
> 
> Looking at many many logs, it seems to be related to bluetooth
> unavailable when qpe initializing (last messages are around bluez DBus
> interfaces unavailable). So, I enabled bluetooth ('om bt power 1') and
> then restarted qtMoko ('/etc/init.d/qtmoko restart'), even after some
> bluetooth fixes ('/opt/qtmoko/bin/btfix.sh'). But nothing better,
> Segmentation Fault always occurs. Nevertheless, something strange
> occurs: bluetooth device is powered off, while it was on just before.

Hi,
i am not quite sure if it's really bluetooth. I'd rather try remove and 
install again qtmoko package with apt-get - maybe the executable got somehow 
corrupted.

Another option is to ssh to the FR, install gdb and check the backtrace:

apt-get install gdb
/etc/init.d/qtmoko stop
source /opt/qtmoko/qpe.env
gdb qpe
r

Regards
(Continue reading)

Radek Polak | 2 Jun 2011 23:38
Picon
Favicon

qtmoko and FSO

Hi,
for those who are interested in qtmoko running on top of freesmartphone.org 
framework here is some update.

Things are going really nice. We can now use Qt binding library for FSO which 
is automatically generated from fso xml spec files. It means that it's easy to 
use existing FSO api. It is very easy to add new api (just regenerate with one 
command) and compiler can find any FSO API changes.

As for integration with QtMoko i have decided to add FSO phonevendor plugin. 
It means that there will be libfsovendor.so plugin file and you can swith 
between current libneovendor.so and libfsovendor.so by changing one 
environment variable. All future releases will have both pluging and you will 
be able to switch between them.

It seems that both FSO and qtopia phone interfaces are nicely written and they 
seem to fit quite well together so i expect fast progress now.

Currently QtMoko can use FSO to register to network, print available 
operators, make and hang call. I plan to do finish the call interface, then 
probably start with SMS and then i can do some experimental release.

Thanks to FSO and SHR people for great framework and for help!

Regards

Radek
Philip Rhoades | 3 Jun 2011 07:39
Picon

Re: qtmoko and FSO

Radek,

> Hi,
> for those who are interested in qtmoko running on top of
> freesmartphone.org
> framework here is some update.
>
> Things are going really nice. We can now use Qt binding library for FSO
> which
> is automatically generated from fso xml spec files. It means that it's
> easy to
> use existing FSO api. It is very easy to add new api (just regenerate with
> one
> command) and compiler can find any FSO API changes.
>
> As for integration with QtMoko i have decided to add FSO phonevendor
> plugin.
> It means that there will be libfsovendor.so plugin file and you can swith
> between current libneovendor.so and libfsovendor.so by changing one
> environment variable. All future releases will have both pluging and you
> will
> be able to switch between them.
>
> It seems that both FSO and qtopia phone interfaces are nicely written and
> they
> seem to fit quite well together so i expect fast progress now.
>
> Currently QtMoko can use FSO to register to network, print available
> operators, make and hang call. I plan to do finish the call interface,
> then
(Continue reading)

Dr. H. Nikolaus Schaller | 3 Jun 2011 11:06
Favicon

Open Hard- and Software Workshop 2011 in Germany

Dear all,

since the workshops in 2009 and 2010 did find a very positive resonance,
we have started planning for the next Open Hard- and Software
Workshop 2011.

Location and Time is still to be decided and potential participants
can vote.

Details are on the new web site:

	www.OHSW.de   or   www.OHSW.org

There is also an archive of the 2009 and 2010 events.

Please note that the meeting language is German so that participants
should be able to follow presentations and workshops in German language.
But presentations can also be given in English.

Topics where we look for authors and presentations are not limited to:

• Openmoko
• GTA04
• Arduino
• Nanonote
• OpenPandora
• Freerunner Navigation Board
• BeagleBoard
• PandaBoard
• SHR
(Continue reading)


Gmane