Re: How do I find out what version of hardware I have?

2009-09-18 Thread Paul Fertser
RANJAN writes: > How does A7 differ from A6? How does a user that reads the wiki, mailing list archives and documentation for the soft he uses differs from a one that doesn't? http://wiki.openmoko.org/wiki/GTA02_revisions#GTA02v7 -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html)

Re: How do I find out what version of hardware I have?

2009-09-18 Thread RANJAN
On Fri, Sep 18, 2009 at 5:05 PM, rakshat hooja wrote: > What should be the output of > > cat /proc/cpuinfo > > for the A7 Freerunner? > > > Mine is giving > > Revision : 24420360 > > > Should it not be > > > Revision : 24420370 > > > ? > > Rakshat > > How does A7 differ fro

Re: How do I find out what version of hardware I have?

2009-09-18 Thread Paul Fertser
rakshat hooja writes: > $ cat /proc/cpuinfo > for the A7 Freerunner? The same as for A6. Try cat /sys/devices/platform/neo1973-version.0/pcb, on my A6 it gives 0x001, on your A7 it'd be 0x101. And please add it somewhere to the wiki. HTH -- Be free, use free (http://www.gnu.org/philosophy/fre

Openmoko application showroom status

2009-09-18 Thread Risto H. Kurppa
Hi there! David what's the status? Are you still working on this? Any progress done in the last 2 weeks? If you want others to contribute (which I strongly recommend you to want ! :) please set up the test version for people to actually see what's happening.. Thanks! r -- | risto h. kurppa

Re: Only one chance to enter PIN?

2009-09-18 Thread Al Johnson
On Friday 18 September 2009, Mikhail Umorin wrote: > Hello -- > > I have enabled PIN for my SIM (rhymes, ah?). As I turn FR on it asks me to > enter it. However, it takes awhile and I usually forget to wait for the PIN > dialogue to come up. After a while, either due to suspend, or due to > acciden

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
Jim Morris wrote: > I have checked in my very recent attempt to write a GPS based pedometer for > Qtmoko. > It is at http://github.com/wolfmanjm/qtpedometer > There is a serious accuracy problem with determining the distance traveled during a trip. I did some research, and there does not seem

Re: QtMoko v10

2009-09-18 Thread Sound Freedom
M'arf sorry. I'm sorry very sorry ! 2009/9/18 Vincent Meurisse > On Friday 18 September 2009 23:14:33 Sound Freedom wrote: > > Is there un MD5SUM file anywhere ? > > > In the original Radek's mail : > >MD5 sums: > > > >1e02650d10fae92d25371a191bc37fa5 qtmoko-debian-v10.tar.gz > >cd9a11e1a8d00e

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
Vincent Meurisse wrote: > On Friday 18 September 2009 21:31:57 Jim Morris wrote: >> I'll see how to stop the phone from suspending >> > The best would be to have this included in Whereabouts so any application > using GPS automatically benefit from it. If it also let the screen blank, it > would

Re: QtMoko v10

2009-09-18 Thread Vincent Meurisse
On Friday 18 September 2009 23:14:33 Sound Freedom wrote: > Is there un MD5SUM file anywhere ? > In the original Radek's mail : >MD5 sums: > >1e02650d10fae92d25371a191bc37fa5 qtmoko-debian-v10.tar.gz >cd9a11e1a8d00efa9a418678f2cfeacf qtmoko-debian-v10.jffs2 >2e4998463523afed3d16b64a7f09ee10 uIm

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Vincent Meurisse
On Friday 18 September 2009 21:31:57 Jim Morris wrote: > I'll see how to stop the phone from suspending > The best would be to have this included in Whereabouts so any application using GPS automatically benefit from it. If it also let the screen blank, it would be perfect for battery life. --

Re: QtMoko v10

2009-09-18 Thread Sound Freedom
here is the /var/log/messages : a: wrong data CRC in data node at 0x06742c64: read 0xde632205, calculated 0xc11f8a1a. Sep 18 21:09:34 neo Qtopia: Unable to open /usr/share/zoneinfo/zone.tab Sep 18 21:09:34 neo Qtopia: Fatal: Timezone data must be installed at /usr/share/zoneinfo/, exiting Sep 18 2

Re: QtMoko v10

2009-09-18 Thread Sound Freedom
I have an issue with the first green screen which want that I tap anywhere to continue. I do that but the QtExtended application restart immediately and then he ask me again to tap anywhere... I don't know what I must do ... 2009/9/18 -= Apertum =- > > > * Fabio Locati wrote, Il 18/09/2009 07:58

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
ANT wrote: > Jim Morris wrote: >> I'll see how to stop the phone from suspending. > > Tips: > #include > QtopiaApplication::setPowerConstraint(QtopiaApplication::DisableSuspend); > //prevent suspending > QtopiaApplication::setPowerConstraint(QtopiaApplication::Enable); //restore > power saving se

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread ANT
Jim Morris wrote: >I'll see how to stop the phone from suspending. Tips: #include QtopiaApplication::setPowerConstraint(QtopiaApplication::DisableSuspend); //prevent suspending QtopiaApplication::setPowerConstraint(QtopiaApplication::Enable); //restore power saving settings -- Anton -- View th

Only one chance to enter PIN?

2009-09-18 Thread Mikhail Umorin
Hello -- I have enabled PIN for my SIM (rhymes, ah?). As I turn FR on it asks me to enter it. However, it takes awhile and I usually forget to wait for the PIN dialogue to come up. After a while, either due to suspend, or due to accidentally pressed buttons, the PIN entry dialogue vanishes and

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
Radek Polak wrote: > > It would mean, that whereabouts server has to open socket at the same > port as gpsd does and emulate it. > Actually the default built-in plugin for the Whereabouts API does use GPSD, and if you run my app with the parameter gpsd, it will use gpsd instead of opening the

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
Vincent Meurisse wrote: >> I added QtPedometer package to QtMoko feed. > Great idea. > two suggestions: > - disallow the phone from suspend > - http://en.wikipedia.org/wiki/Metre_Convention > Next on my list is to allow switch to metric or US system. (Its relatively easy). I'll see how to stop

Re: Problems compiling the example project with OM toolchain

2009-09-18 Thread Marc Bantle
Hi, rhn schrieb: > Hi, > I'm trying to set up the toolchain to get to hack some code, but I > encountered a problem during the om-conf phase: > > configure:3041: checking for C compiler default output file name > configure:3063: ccache arm-angstrom-linux-gnueabi-gcc -march=armv4t > -mtune=arm920

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Radek Polak
ANT wrote: > Jim Morris wrote: > >I think the long term solution is to copy FSO, and use DBUS. > >What do you think? > > As for me, it would be better to add necessary functionality to Whereabouts > API (if we are talking about long term plans). I havent looked at neither whereabouts nor GPSD

Re: Qi - how do I make it boot from another partition on the SD card?

2009-09-18 Thread Torfinn Ingolfsen
Hi, On Fri, Sep 18, 2009 at 7:14 PM, Linus Gasser wrote: > > Give us a cat of /etc/fstab ... > > Here is the fstab off p2: r...@neo:/root# more /etc/fstab rootfs /autodefaults,errors=remount-ro,noatime 0 1 /dev/mmcblk0p1 /media/card auto defaults 0

QtMoko / QT Extended / Qtopia addressbook: a better import tool than VCF?

2009-09-18 Thread Torfinn Ingolfsen
Hello, It seems like (from information found on qtopia.net) that the addressbook in Qtopia / QT Extended / QtMoko confirns to the Vcard 2.1 standard when it comes tom import and export. Unfortunately, this means that it will not import my current addressbook (comverted from cvs to vcf) without loo

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Vincent Meurisse
> I added QtPedometer package to QtMoko feed. Great idea. two suggestions: - disallow the phone from suspend - http://en.wikipedia.org/wiki/Metre_Convention -- Vincent Meurisse ___ Openmoko community mailing list community@lists.openmoko.org http://li

Re: Qi - how do I make it boot from another partition on the SD card?

2009-09-18 Thread Linus Gasser
Torfinn Ingolfsen a écrit : > Here goes: > > neo:~# mount /dev/mmcblk0p3 /mnt > neo:~# ls -l /mnt/boot > total 1844 > -rw-r--r-- 1 root root 36 Aug 4 14:50 append-GTA02 > -rw-r--r-- 1 1000 1000 1877704 Aug 27 21:42 uImage-GTA02.bin > neo:~# more /mnt/boot/append-GTA02 > console=tty0 loglevel

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread ANT
Jim Morris wrote: >I think the long term solution is to copy FSO, and use DBUS. >What do you think? As for me, it would be better to add necessary functionality to Whereabouts API (if we are talking about long term plans). Cheers, Anton -- View this message in context: http://n2.nabble.com/

Re: Qi - how do I make it boot from another partition on the SD card?

2009-09-18 Thread Torfinn Ingolfsen
Hello, On Fri, Sep 18, 2009 at 2:07 PM, Niels Heyvaert wrote: > > > No hint on how to make Qi boot from other partitions on the SD card? > > > Could this be of help to you? > > http://wiki.openmoko.org/wiki/Qi > > Thanks - I know about and have read that page. And it hasn't been updated since I

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread Jim Morris
ANT wrote: > Hello, Jim, > > Thanks for the apps. > I added QtPedometer package to QtMoko feed. Small patch was applied to the > .desktop file to make the package installable. You can pull changes from > [1]. This is an intermediate place between your repo and qtmoko-apps [2]. > > As for QtopiaGP

Re: [qtmoko] v10 loaded

2009-09-18 Thread Radek Polak
mobi phil wrote: > Webkit browser, crashes on huge page for. eg.: n-tv.de, also when > going from one page to another one, pages are transparent, and overlap > etc. Yep, but i hope it improved a bit from v9. The transparent problem is old known issue :( > Wifi: did not manage to get it working,

Re: [QTMOKO] GPS pedometer app up on github

2009-09-18 Thread ANT
Hello, Jim, Thanks for the apps. I added QtPedometer package to QtMoko feed. Small patch was applied to the .desktop file to make the package installable. You can pull changes from [1]. This is an intermediate place between your repo and qtmoko-apps [2]. As for QtopiaGPS, it would be nice if the

SHR-U: More Adventures with Wifi

2009-09-18 Thread John Dowd
I'm now trying to just run the Neo with no Wifi encryption (the AP doesn't like something about the Neo's WPA handshake... next weeks problem) and with a static IP address (the Neo's dhcp client s/w doesn't like something about the DHCPOFFER message from the AP... next month's problem). So I ha

Re: For all ya BFS (brain fuck scheduler) lovers out there

2009-09-18 Thread Warren Baird
On Wed, Sep 16, 2009 at 3:11 PM, George Brooke wrote: > > Could you do a battery life test with the NO_NEW_FAIR_SLEEPERS option > enabled? > > I'm afraid I probably won't have the time to run a test like that... I agree that it would be interesting if someone does, though. Warren -- Warren Ba

How to permanently set ServiceCenterNumber in SIM

2009-09-18 Thread Christian Rüb
Hi, I need to change the ServiceCenterNumber in order to be able to receive status reports. However if I change it via mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.SetServiceCenterNumber "' +49177062'" This only lasts until next start/stop of

RE: Qi - how do I make it boot from another partition on the SD card?

2009-09-18 Thread Niels Heyvaert
> No hint on how to make Qi boot from other partitions on the SD card? > Could this be of help to you? http://wiki.openmoko.org/wiki/Qi But no guarantee you'll find an answer there. I, for one, still haven't found a way to make Qi boot from SD, let alone to make it skip partitions. Despite

Re: Re: mplayer?

2009-09-18 Thread neo
Hi, what about xfs? I use xfs on several servers, desktop machines and laptops and it works perfectly. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Qi doesn't read my /boot/append-GTA02

2009-09-18 Thread Torfinn Ingolfsen
2009/9/16 Vasco Névoa > I'd like some help here, please. > dmesg doesn't give me any clues. > I removed the "quiet splash" from /boot/append-GTA02 and added > "glamo_mci.sd_drive=5", but none of it is sticking. It's ignoring the > file altogether, AFAICT. > > FWIW, my Qi is reading the /boot/nobo

Re: Qi - how do I make it boot from another partition on the SD card?

2009-09-18 Thread Torfinn Ingolfsen
No hint on how to make Qi boot from other partitions on the SD card? -- Regards, Torfinn Ingolfsen ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

How do I find out what version of hardware I have?

2009-09-18 Thread rakshat hooja
What should be the output of cat /proc/cpuinfo for the A7 Freerunner? Mine is giving Revision : 24420360 Should it not be Revision : 24420370 ? Rakshat -- -- Please use Firefox as your web browser. Its protects you from spyware and is also a very fea

Re: QtMoko v10

2009-09-18 Thread -= Apertum =-
* Fabio Locati wrote, Il 18/09/2009 07:58: > I have more than doubled the bandwidth available (200=>500Mb), I hope > this is enough > > Perfect, now it works! ;-) It was scary to see the Wiki down when the release V10 come out :-) Let's go to the QtWiki. I like a lot QtMoko, IMHO, the best d

Re: QtMoko - how do I get WiFi working?

2009-09-18 Thread Torfinn Ingolfsen
Update: I hav eheard from one other person that he is using WPA, PSK/AES with QtMoko v9 and that it is working well. I am using WPA, PSK/TKIP. Is there any reason why PSK/TKIP shouldn't work? -- Regards, Torfinn Ingolfsen ___ Openmoko community mailing l

Re: QtMoko v10

2009-09-18 Thread rope
i have too a dedicated server with 3Gb memory, unlimited transfer 100Mb/s  and "unlimited" space, if needed, contact me. -- rope Vincent Meurisse wrote: On Friday 18 September 2009 10:14:53 Vinzenz Hersche wrote: so this one could be used. my problem is just that i've got not s

Re: mplayer?

2009-09-18 Thread Al Johnson
On Friday 18 September 2009, Robin Paulson wrote: > 2009/9/17 David Garabana Barro : > > So have ext2/3 with the upcoming btrfs [1]. ext2/3 were good on 90's, but > > they are absolutely outdated, slow and featureless. For example, Tail > > packing and good small file performance is a must with OSM

Re: mplayer?

2009-09-18 Thread David Garabana Barro
On Friday 18 September 2009 11:51:44 Robin Paulson wrote: > i wouldn't say featureless, exactly It depends on what features you know about/need ;) Comparing with btrfs [1], with ext2/3 (and the upcoming ext4 [2], which is not more than another patch over ext2) you can't do: - object level

RE: Phonelog: missed call "NULL" name and number

2009-09-18 Thread Niels Heyvaert
>>> - Why is the number/name equal to "NULL"? >> >> NULL means hidden number. Kind of expected that one :-) A programmer can understand this, obviously, but from an end user perspective it is not very meaningful. Could we replace "NULL" by something s

Re: QtMoko v10

2009-09-18 Thread Vincent Meurisse
On Friday 18 September 2009 10:14:53 Vinzenz Hersche wrote: > so this one could be used. my problem is just that i've got not so much > RAM (300 mb) > I have a dedicated server with 1Gb of ram and unlimited transfer (100 Mb/s bandwidth). I can provide space on it for free. -- Vincent Meuriss

Re: mplayer?

2009-09-18 Thread Robin Paulson
2009/9/17 David Garabana Barro : > So have ext2/3 with the upcoming btrfs [1]. ext2/3 were good on 90's, but they > are absolutely outdated, slow and featureless. For example, Tail packing and > good small file performance is a must with OSM tiles. You don't have any of > two with ext2/3... > Anoth

Re: How to Make Data Call in Openmoko?

2009-09-18 Thread Rask Ingemann Lambertsen
On Fri, Sep 18, 2009 at 10:44:18AM +0200, Michael 'Mickey' Lauer wrote: > Hi Muhammad, the Openmoko TAPI is part of the FSO dbus middleware. > Please see http://docs.freesmartphone.org and > http://www.freesmartphone.org > > CSD handling as been implemented some months ago. If you have problems

Re: Scuba divers wanted (Re: QSuunto-Lite)

2009-09-18 Thread Christian Rüb
undrwater wrote: > > Christian Rüb wrote: > > > > Please see wiki page: http://wiki.openmoko.org/wiki/QSuunto-Lite and edit > > if you are also interested in a dive logging application. > > > > > > The day my host cable adaptor arrived also heralded the day I discovered my > mosquito won't go

Re: How to Make Data Call in Openmoko?

2009-09-18 Thread Michael 'Mickey' Lauer
Am Freitag, den 18.09.2009, 10:39 +0500 schrieb Muhammad Asif: > I want to establish data call (aka CSD) between two Openmoko phones. > Can anybody guide me to a starting point? > Is there any Telephony API exists for Openmoko (as there is telephony > library named Microsoft TAPI for Windows OS)?

Re: [qtmoko] v10 problem

2009-09-18 Thread Radek Polak
rope wrote: > hi ALL! > > i've found a bug in qtmoko v10, when I try to set the timezone from UTC > to Europe/Budapest, then I get "[systemtime] " and must the > qpe restart :( Same here :( Will work on fix... Regards Radek ___ Openmoko community

Re: QtMoko v10

2009-09-18 Thread Vinzenz Hersche
i've got a server with unlimited bandwidth (if limited means if you have a 50 mb file and a bandwidth with 100mb, then just 2 users could download it per month, as example.. i'm not shure if i understand it the right way..) so this one could be used. my problem is just that i've got not so much

Re: CellHunter is moving to a new server

2009-09-18 Thread Petr Vanek
>> i had to change the path in cellhunter_offline.log from >> 78.47.116.33/~hole to ch.omoco.de/ and then it worked (used the older >> uploader so it doesn't say i am on version 5 yet. > >sed -i -e 's/78.47.116.33\/~hole/ch.omoco.de/' cellhunter_offline.log yes, have done pretty much the same, bu

Re: CellHunter is moving to a new server

2009-09-18 Thread zaptac
Hi, Am 18.09.2009 09:49, schrieb Petr Vanek: >> So,. everything should be fine now, please visit >> http://cellhunter.omoco.de for the new version and report any bugs you > > > hi, > > what is the correct procedure of uploading offline collected cells > before the update? > > i had to change the p