Re: apt-portal import opkg repos :) some comments

2009-08-30 Thread David Reyes Samblas Martinez
2009/8/29 Joao Pinto joao.pi...@getdeb.net:
 On Sat, Aug 29, 2009 at 11:48 AM, Markus Törnqvistm...@nysv.org wrote:
 On Sat, Aug 29, 2009 at 12:27:49PM +0300, Markus T�rnqvist wrote:

After all that typing, I say we just remove the encode() call and use
utf-8 across the board ;)

 The below patch works

 --- opkg2sql.py.orig  2009-08-29 13:46:21.004642989 +0300
 +++ opkg2sql.py 2009-08-29 13:46:05.995767671 +0300
 @@ -135,7 +135,7 @@
    source = control['Source']
    version = control['Version']
    architecture = control['Architecture']
 -   description =   control['Description'].encode('ascii','ignore')
 +   description =   unicode(control['Description'])
    homepage =  control['HomePage']
    package = Package.query.filter_by( \
      package = package_name, \

 --
 mjt


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


 I have applied the fix at dpkg_control.py, converting the entire
 control file contents to utf8.

 Thanks

 --
 João Luís Marques Pinto
 GetDeb Team Leader
 http://www.getdeb.net
 http://blog.getdeb.net


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


Joao, has those fix been uploaded to the bzr repo?

-- 
David Reyes Samblas Martinez
http://www.tuxbrain.com
Open ultraportable  embedded solutions
Openmoko, Openpandora,  Arduino
Hey, watch out!!! There's a linux in your pocket!!!

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


Re: Litemoko, new window environment

2009-08-30 Thread Michal Brzozowski
2009/8/30 Ali alish...@interchange.ubc.ca

 On Sat, 2009-08-29 at 23:07 +0200, Michal Brzozowski wrote:
  Out of curiosity, did anyone try it? I've used it for the past 2
  weeks, and it works flawlessly. Fast, simple, and the apps run
  fullscreen. Just what I needed, but maybe I'm in minority :-)
 I installed the package, made a .Xsession file in ~/ but could not get
 icewm to launch. This is on shr unstable 0808 full glibc ipk (the one
 recommended at #openmoko). I'de love to give it a try but haven't had
 too much time to figure out whats wrong. Clearly it worked for you, are
 you launching ice with .xsession? Or firing it up manually?


Below is the .Xsession that I use (almost the same as in the downloads). So
icewm is started there. Are you sure it doesn't start? After starting the
screen will be black. You need to use the top-right gesture to bring the
panel (see video).

If instead of icewm you get enlightenment, then your .Xsession doesn't start
up properly, maybe you misnamed it (you need to prefix it with a dot
manually).


r...@om-gta02 ~ $ cat .Xsession
#!/bin/sh

icewm 

sleep 3

litelaunch 
literki 
while [ 1 ]; do
litephone 2 /var/log/litephone.log
sleep 5
done
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Litemoko, new window environment

2009-08-30 Thread Michal Brzozowski
2009/8/29 Risto H. Kurppa ri...@kurppa.fi

 On Sun, Aug 30, 2009 at 12:07 AM, Michal Brzozowskiruso...@poczta.fm
 wrote:
  Out of curiosity, did anyone try it? I've used it for the past 2 weeks,
 and
  it works flawlessly. Fast, simple, and the apps run fullscreen. Just what
 I
  needed, but maybe I'm in minority :-)

 Screenshots usually help.


 r



Sorry, I thought video was enough.

See here:
http://scap.linuxtogo.org/
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Unknown boot options

2009-08-30 Thread Paul Fertser
David Fokkema dfokk...@ileos.nl writes:
 Qi reads factory partition to make ethernet gadget use fixed
 predefined MAC address. If g_ether is statically compiled in there's
 no way to set MAC address other than supplying it through the kernel
 command line. If g_ether is a module, the recent modprobe will look at
 the kernel command line and load the module with corresponding
 parameters.
 
 I guess Qi should support both modular and compiled in g_ether, hence
 it has use the kernel command line.
 
 To sum up, i don't know the answer how to hide those messages but at
 least now you know why they appear. :)

 So... either the FR kernels might include g_ether statically
 compiled or

Isn't really a solution because most users might want to use another
usb gadget by rmmoding g_ether. Probably unbinding will work too,
needs checking, in this case we can compile g_ether statically but
it'd still be a bad surprise for users who are not used to that.

 someone might fix the 'unknown command line' logger to be silent on
 'g_ether' warnings?

I can't see how that is possible.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: appraw - .desktop file patcher for fsoraw

2009-08-30 Thread ANT

Leonti wrote:
BTW, can you make bitbake file for it so it can be included in SHR
repositories?

Here is an _untested_ bb recipe for appraw. Somebody, test it please and
post here if it works or not.

---
appraw_git.bb
---

DESCRIPTION = .desktop file patcher for fsoraw
HOMEPAGE = http://github.com/Sektor/appraw/;
SECTION = fso/base
PRIORITY = optional
LICENSE = GPL
#RDEPENDS = fsoraw

PV = 0.1.0+gitr${SRCREV}
PR = r0

SRC_URI = git://github.com/Sektor/appraw.git;protocol=git;branch=master
S = ${WORKDIR}/git

inherit autotools

---

-- 
View this message in context: 
http://n2.nabble.com/appraw-desktop-file-patcher-for-fsoraw-tp3481050p3546043.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: apt-portal import opkg repos :) some comments

2009-08-30 Thread Joao Pinto
 Joao, has those fix been uploaded to the bzr repo?

 --
 David Reyes Samblas Martinez
 http://www.tuxbrain.com
 Open ultraportable  embedded solutions
 Openmoko, Openpandora,  Arduino
 Hey, watch out!!! There's a linux in your pocket!!!

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


David, yes, the fix was commited:
http://bazaar.launchpad.net/~apt-portal-devs/apt-portal/devel/revision/123

-- 
João Luís Marques Pinto
GetDeb Team Leader
http://www.getdeb.net
http://blog.getdeb.net

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


Re: appraw - .desktop file patcher for fsoraw

2009-08-30 Thread Martin Jansa
On Sun, Aug 30, 2009 at 04:45:56AM -0500, ANT wrote:
 
 Leonti wrote:
 BTW, can you make bitbake file for it so it can be included in SHR
 repositories?
 
 Here is an _untested_ bb recipe for appraw. Somebody, test it please and
 post here if it works or not.

Thanks!

works for me.. attached patch for shr/import.

-- 
uin:136542059jid:martin.ja...@gmail.com
Jansa Martin sip:jama...@voip.wengo.fr 
JaMa 
From 048051724ed7d892ebbb62abde4c9a155eb4d153 Mon Sep 17 00:00:00 2001
From: Martin.Jansa martin.ja...@gmail.com
Date: Sun, 30 Aug 2009 11:53:22 +0200
Subject: [PATCH] Add appraw BBfile by ANT ant0...@gmail.com

---
 conf/distro/include/shr-autorev-unstable.inc |1 +
 recipes/openmoko-3rdparty/appraw_git.bb  |   14 ++
 recipes/tasks/task-shr-minimal.bb|1 +
 3 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes/openmoko-3rdparty/appraw_git.bb

diff --git a/conf/distro/include/shr-autorev-unstable.inc 
b/conf/distro/include/shr-autorev-unstable.inc
index 20d40e5..af52fda 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -19,6 +19,7 @@ SRCREV_pn-fsodeviced = ${AUTOREV}
 SRCREV_pn-fsonetworkd = ${AUTOREV}
 SRCREV_pn-fsousaged = ${AUTOREV}
 SRCREV_pn-fsoraw = ${AUTOREV}
+SRCREV_pn-appraw = ${AUTOREV}
 SRCREV_pn-fso-abyss = ${AUTOREV}
 SRCREV_pn-fso-apm = ${AUTOREV}
 SRCREV_pn-fso-term = ${AUTOREV}
diff --git a/recipes/openmoko-3rdparty/appraw_git.bb 
b/recipes/openmoko-3rdparty/appraw_git.bb
new file mode 100644
index 000..d172efd
--- /dev/null
+++ b/recipes/openmoko-3rdparty/appraw_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = .desktop file patcher for fsoraw
+HOMEPAGE = http://github.com/Sektor/appraw/;
+SECTION = fso/base
+PRIORITY = optional
+LICENSE = GPL
+#RDEPENDS = fsoraw
+
+PV = 0.1.0+gitr${SRCPV}
+PR = r0
+
+SRC_URI = git://github.com/Sektor/appraw.git;protocol=git;branch=master
+S = ${WORKDIR}/git
+
+inherit autotools
diff --git a/recipes/tasks/task-shr-minimal.bb 
b/recipes/tasks/task-shr-minimal.bb
index 998a52a..e22a0d8 100644
--- a/recipes/tasks/task-shr-minimal.bb
+++ b/recipes/tasks/task-shr-minimal.bb
@@ -90,6 +90,7 @@ RDEPENDS_${PN}-cli = \
 
 RDEPENDS_${PN}-fso = \
   fsoraw \
+  appraw \
   opimd-utils-cli \
   python-codecs \
   python-gst \
-- 
1.6.4.1

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


Re: appraw - .desktop file patcher for fsoraw

2009-08-30 Thread ANT

Martin Jansa wrote:
works for me.. attached patch for shr/import.

Thank you for the patch. I've just forward it to shr-devel list.

Cheers,
Anton
-- 
View this message in context: 
http://n2.nabble.com/appraw-desktop-file-patcher-for-fsoraw-tp3481050p3546161.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


Not really yet usable. but an idea for multitouch

2009-08-30 Thread Lothar Behrens
Hi,

I have seen this video and due to a wide angle, a similar solution may  
be adaptable:

http://www.youtube.com/watch?v=5s5EvhHy7eQfeature=related

Any comments?

Lothar

-- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de
Lothar Behrens
Heinrich-Scheufelen-Platz 2
73252 Lenningen









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


[QtMoko] Some QtMoko Questions

2009-08-30 Thread Ahmad Abdel-Yaman
Hello everyone, I just tried the latest QtMoko release and it's absolutely 
excellent. I do have a couple of questions though:
1. Where do I need to put the images for QtMoko to see them (for example if I 
want to change the homescreen background or assign a certain photo to a 
contact)? And is there a specific file type that I should use?2. If I want to 
change the ringtones, do I still have to replace the original phonering.wav and 
alarm.wav with files that have the same name and type or do I simply need to 
add the new files to the same directory (/opt/qtmoko/etc/SystemRingTones)?
Thank you.Ahmad


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


Re: [SHR-U] Almost there....

2009-08-30 Thread pbondo

As some of you may remember I posted my observations about a month ago from
the first 2 weeks of using the FreeRunner with SHR-U as my main / only
phone.

Following this I have made updates (opkg update and upgrade) on 2009-8-12
and again on 2009-8-29.


pbondo wrote:
 
 Using SHR-unstable 20090721 as daily phone.
 
 1. After I have made a phone call (incoming or outgoing) I need to look 
 into if I believe the phone is still working. Ie. can I receive another 
 call. I don't know exactly what happens, but quite often the phone is 
 broken. Typical symptoms that something is wrong is that the phone 
 will not auto suspend. Settings / Power / Auto suspend will not slide to 
 On. When the phone enters this state it cannot receive any more phone 
 calls / SMS. The solution to this is typically a power off/on. In this 
 state it also does not do a proper logout / shutdown. But pressing the 
 power button for some 8-10 seconds will shutdown.
 

Until 2009-8-12 this happened on a daily basis on average. Since then it has
only happened every other day. Also I spend less time being worried about
the phone status.


pbondo wrote:
 
 2. No sound on phone calls. In some cases there is no sound on phone 
 calls, i.e. no ring tone (but vibrator ok) and no audio on the voice 
 call. Making outgoing calls and suspend/resume does not help. However on 
 at least one occasion it did help to plug in USB power.
 

This hasn't happened since 2009-8-12, so I consider this done.



pbondo wrote:
 
 3. Manual resume to check the clock but not touching the touch screen. 
 The phone will typically not auto suspend again, unless I touch the 
 touch screen.
 

Works fine since 2009-8-29. Consider this done.


pbondo wrote:
 
 4. The ring tone audio on incoming call is delayed several seconds. I.e. 
 the vibrator starts several seconds before the ring tone. Also the ring 
 tone will only stop several seconds after pressing accept call.
 

This one has oddly been reversed since 2009-8-12. Now the ring tone stops
correctly, but the vibrator rings too long (on average 1-2 ring after I
accept the call) and the calling party can hear it :-)


pbondo wrote:
 
 5. Removing the power cable (usb) sometimes means that the phone does 
 not auto suspend.
 

This hasn't happened since 2009-8-12, so I consider this done.


pbondo wrote:
 
 6. Receive a missed SMS while suspended often means the phone will not 
 auto suspend again (however for missed phone calls it seems to be 
 working ok).
 

Works fine since 2009-8-29. Consider this done.


pbondo wrote:
 
 7. Phone log will open in multiple instances. If I receive multiple 
 missed calls, I will have several phonelogs open. If I look in the wrong 
 one, it will only report one missed call. If one instance is open while 
 receiving a new phone call it will not be updated.
 

I have learned to live with this.


The overall conclusion is that if the next few days of usage doesn't show a
deterioration on issue 1, then I would certainly recommend that someone (not
me :-) do make a testing image (at least a testing snapshot image like the
previous ones)

So once again, thanks for all your work!

/Poul

-- 
View this message in context: 
http://n2.nabble.com/SHR-U-Almost-there-tp3377220p3546595.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: [SHR-U] On the road to perfection....

2009-08-30 Thread pbondo

And an update on this one as well.


pbondo wrote:
 
 Drifting a little bit further down the road and wanting a not only 
 usable stable phone, but also a better basic phone, the following are 
 observations that I have made over the past week.
 
 1. Contacts / Call button is placed in the same position as Active 
 call / Release button. This has made me make several re-calls. It would 
 help a lot to move one of them. If that didn't make any sense, then what 
 happens is that I press Contacts Call which will pop up Active call. 
 When ending the conversation the other party is faster than me so the 
 Active call is removed before my finger touch is registered. It is 
 therefore forwarded to the next window, which happens to be Contacts / 
 call :-)
 
 

Works fine since 2009-8-29. The call button has been moved to the left in
the contact list. This makes perfect sense (for me at least).


pbondo wrote:
 
 2. A common scenario for every day usage is to put the phone in the 
 pocket. When receiving a call anything will happen when I drag the phone 
 out of the pocket. I am not sure what the right solution for this 
 problem is. However one possible solution would be to press the AUX 
 button for locking the phone and let it auto suspend in the pocket. On 
 incoming call it would be very nice to let the power button receive the 
 call. To discard the call first press AUX and then do your thing. Would 
 this be possible and does it make any sense ?
 

From other comments on the list this should be perfectly possible, so I
guess I will just have to work on this myself.


pbondo wrote:
 
 3. When receiving a SMS it is shown in full screen on top of another 
 full screen notifier window. This is quite annoying while in a phone 
 conversation. Suddenly we have 2 pop up windows on top of the active 
 call. Thus if I want to end the current call I have to be aware of and 
 remove 2 windows before I can perform the action that I want. Also as an 
 extra benefit the other part of the phone conversation will clearly hear 
 my SMS ring tone (that is a minor issue).
 

This has now been solved, thank you... But I am not sure I am satisfied
(don't you just love users :-) However I cannot decide how I want this, so I
will leave this for someone else to come up with the right solution.

Thanks

/Poul
-- 
View this message in context: 
http://n2.nabble.com/SHR-U-On-the-road-to-perfection-tp3378658p3546641.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: SHR clock reset

2009-08-30 Thread Michael 'Mickey' Lauer
On Friday 28 August 2009 21:11:12 Sebastian Krzyszkowiak wrote:
 On 8/28/09, Vikas Saurabh vikas.saur...@gmail.com wrote:
  Timezone from GSM is already implemented for ages ;)
 
  I have often got wrong timezones reported by cell (thereby resetting
  my phone's clock and making me reach late somewhere :(...but thats a
  different story)
 
  I was wondering if shr-settings can get something like:
  Use cell timezone:
  * yes
  * no
  * ask
 
  --Vikas

 It can't, as FSO doesn't expose that over dbus. And I won't implement
 editing frameworkd.conf manually, as it's really ugly. Bug FSO
 developers for that ;)

There's a bunch of frameworkd.conf settings that eventually should be found in 
the preferences / profiles. Alas, I'm holding off to do that renovation of 
opreferencesd until dconf (GSettings / GVariant) is in place.

:M:



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


Re: fixing bug #1024 successful reports?

2009-08-30 Thread David Garabana Barro
O Martes, 21 de Xullo de 2009, ivvmm escribiu:
 Hello list,

 were there any successful fixes since posting
 http://lists.openmoko.org/pipermail/hardware/2009-May/001192.html

I have fixed it a month ago  with a new 0805 22 uF capacitor.

Since then, having deep_sleep active, I have not suffered from recamping nor 
lost any call :)

Although I haven't measured battery sleep time, I can assure it's far higher 
than before.

-- 
David Garabana Barro
jabber  google talk ID:da...@garabana.com
Clave pública PGP/GPG:  http://davide.garabana.com/pgp.html


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: fixing bug #1024 successful reports?

2009-08-30 Thread Cameron Frazier
On Sun, 2009-08-30 at 15:52 +0200, David Garabana Barro wrote:
 O Martes, 21 de Xullo de 2009, ivvmm escribiu:
  Hello list,
 
  were there any successful fixes since posting
  http://lists.openmoko.org/pipermail/hardware/2009-May/001192.html
 
 I have fixed it a month ago  with a new 0805 22 uF capacitor.
 
 Since then, having deep_sleep active, I have not suffered from recamping nor 
 lost any call :)
 
 Although I haven't measured battery sleep time, I can assure it's far higher 
 than before.


I had the same fix (22uF 0805 cap) done last week, with the same results
as above.  

For extended batter life, again, nothing firm, but I was able to use my
FR for three days (calls, SMSs, ~1h of GPS, general screwing with it)
without requiring a recharge.  The reduced battery drain in suspend is
quite noticeable, about 5-7% overnight.

This fix really puts the FR into a useful battery life range.

Kind regards,

Toaster


signature.asc
Description: This is a digitally signed message part
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Bricked FR!! D:

2009-08-30 Thread The Digital Pioneer
My FR's screen has given out. It now just shows all white with vertical
lines of various colors. Pressing the screen or hitting it can change the
pattern/color of lines. It sounds like brute-force trauma to the screen, but
it was working fine this morning and I haven't done anything cruel to it
since then... I've rebooted, and hard-reset it. No good.

Any ideas? Is it dead?

-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Bricked FR!! D:

2009-08-30 Thread rakshat hooja
On Sun, Aug 30, 2009 at 11:47 PM, The Digital Pioneer 
digitalpion...@gmail.com wrote:

 My FR's screen has given out. It now just shows all white with vertical
 lines of various colors. Pressing the screen or hitting it can change the
 pattern/color of lines. It sounds like brute-force trauma to the screen, but
 it was working fine this morning and I haven't done anything cruel to it
 since then... I've rebooted, and hard-reset it. No good.

 Any ideas? Is it dead?

 --
 Thanks,

 The Digital Pioneer


Can you SSH into it? Does NOR boot menu come up?

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


Re: Bricked FR!! D:

2009-08-30 Thread The Digital Pioneer
Nope, screen is totally useless at all times, and as near as I can tell the
computer works just fine. Just no screen.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Bricked FR!! D:

2009-08-30 Thread Matthias Huber
The Digital Pioneer schrieb:
 Nope, screen is totally useless at all times, and as near as I can
 tell the computer works just fine. Just no screen.
 

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

-- 
Mit freundlichen Grüssen
Matthias Huber 
Kohlstattstr. 14
86459 Wollishausen
Tel: 08238-7998
LPI000181125

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


Re: Bricked FR!! D:

2009-08-30 Thread The Digital Pioneer
Not sure what you mean by that, but the phone boots just fine. It even
blanks the screen and turns it on when I touch it, it just doesn't show
anything useful on it. I can connect it and ping it and SSH into it and play
music from it. The screen just doesn't work. All white with some vertical
colored lines.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Bricked FR!! D:

2009-08-30 Thread Carsten Gerlach
Hi,

Am Sonntag 30. August 2009 23:00:29 schrieb The Digital Pioneer:
 Not sure what you mean by that, but the phone boots just fine. It even
 blanks the screen and turns it on when I touch it, it just doesn't show
 anything useful on it. I can connect it and ping it and SSH into it and
 play music from it. The screen just doesn't work. All white with some
 vertical colored lines.

Have a look at www.pulster.eu He has an offer for a display repair service.

Greetings, Carsten



-- 
Hier ist mein öffentlicher GPG-Schlüssel:
http://daswaldhorn.funpic.de/gpg.html
=
www.stopptdievorratsdatenspeicherung.de


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Bricked FR!! D:

2009-08-30 Thread The Digital Pioneer
$127 + shipping, and I don't even get a buzzfix out of the mix? :\ Doesn't
really sound worth it.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Evopedia 0.2.2

2009-08-30 Thread Christian Reitwießner
Evopedia version 0.2.2 has been released. The major new feature is an
interactive map of articles. Images for this map are automatically taken
from downloaded map tiles of tangoGPS or from Openstreetmap.org if these
cannot be found (and you are online). If you do not have any images and
no internet connection, at least the articles are displayed at the right
location (if the zoom level is high enough).

Evopedia is an offline Wikipedia reader that can be viewed using any
browser you like (midori is the default). You need to download a
Wikipedia dump (apart from the software also available there) from

http://www.reitwiessner.de/openmoko/evopedia.html

The following dump languages are available at the moment:
Dutch, French, German, Italian and Spanish. Polish is currently in the
queue.

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


Re: Bricked FR!! D:

2009-08-30 Thread Rask Ingemann Lambertsen
On Sun, Aug 30, 2009 at 04:00:29PM -0500, The Digital Pioneer wrote:
 Not sure what you mean by that, but the phone boots just fine. It even
 blanks the screen and turns it on when I touch it, it just doesn't show
 anything useful on it.

   With a bit of luck, it is just the cable that has become loose.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

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


Re: Bricked FR!! D:

2009-08-30 Thread The Digital Pioneer
I don't see how it can be _broken_ as it was working until it magically
stopped, and I know I didn't hit it when it stopped... Though I did hit it a
few times afterwards, but not hard enough to break it. I hope.

How do I get at that cable?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


FreeRunner For Sale

2009-08-30 Thread Michael Fisher
I am selling my second FreeRunner. I bought from someone who didn't
have the time to do the development and was going to give to my wife
but she preferred a Blackberry. Booted up a couple of times but never
really used. I checked it out and it works fine. The OS will need to be
installed.


GTA02
S/N 8A8604098
-Foreign adapters
- Wall charger
- USB cable
- 2Gb Memory card
-Extra battery
-Pouch
-Original Box
-GPS Antenna


$200

Will ship free anywhere in the US

-- 
Michael Fisher
desno...@gmail.com
Sent from Odessa, Florida, United States
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Broken FR for sale

2009-08-30 Thread The Digital Pioneer
If anyone wants it, I have one broken FR and I've gotta get rid of it. The
computational aspect is fine, the only part of it that doesn't work is the
screen, which is cracked. The screen DOES NOT WORK!! It's cracked and you
can't see anything useful. Just colors and lines. The phone itself works
fine, including the touchscreen (if you know where to touch without seeing
anything). You can SSH in and play music. It still works, it just has no
meaningful display.

It is A5 with no buzzfix.

Comes with 3 batteries, wall charger, stylus pen, USB cable, OM branded
neoprene pouch, and wired headset. If you're interested, make me an offer.

-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Some QtMoko Questions

2009-08-30 Thread Radek Polak
Ahmad Abdel-Yaman wrote:
 Hello everyone, I just tried the latest QtMoko release and it's
 absolutely excellent. I do have a couple of questions though:

Nice to hear...

 1. Where do I need to put the images for QtMoko to see them (for
 example if I want to change the homescreen background or assign a
 certain photo to a contact)? And is there a specific file type that I
 should use?

You should place images under one of these:

/home/root/Documents/images/jpeg
/home/root/Documents/images/png
/media/card/Documents/images/jpeg
/media/card/Documents/images/png

and then do Main menu-Documents-Rescan system

 2. If I want to change the ringtones, do I still have to replace the
 original phonering.wav and alarm.wav with files that have the same
 name and type or do I simply need to add the new files to the same
 directory (/opt/qtmoko/etc/SystemRingTones)?

You'll probably have to replace them.

Radek


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


Re: Qt Extended 4.4.3

2009-08-30 Thread Radek Polak
Pablo Miño wrote:

 I am actually using GTA01, not GTA02 (I did not fix it yet, I hope I
 can do it soon). Are there QtMoko images for GTA01 or only GTA02?

The rootfs should be quite the same for GTA01. Probably paths in sysfs
could be different and you will need GTA01 kernel. I would be happy to
make GTA01 images, but i dont have the hardware to test it.

 As I have been using Qt Extended for a while now I was really wanting
 to give it a try to 4.4.3, is it possible to give you an FTP where you
 can upload the images?

If we manage to create working images for GTA01 i can put them on my
server.

Radek


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