Re: Help needed with GSM Geolocation without GPS

2012-11-06 Thread robin
regarding qtmoko v48 and fso. does installing and using fso to get cell information mean that you fso then also takes over all the communication with the modem (eg. calls, and so on)? or can the qt-system and fso live in peace next to each other? ___ O

Re: Help needed with GSM Geolocation without GPS

2012-11-06 Thread robin
the patched version works nicely. thanks for pointing me there. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Help needed with GSM Geolocation without GPS

2012-11-06 Thread robin
does anyone know if the agps-onlinec works on SHR? because then one could already make use of the location of the main cell nearby to get the right coordinates for the assisted-gps query (one then needs gprs/wlan though and an account with u-blox). #!/bin/sh echo 1 >/sys/bus/platform/drivers/n

Re: Help needed with GSM Geolocation without GPS

2012-11-07 Thread robin
I think I will give this a try. I looked at the source of the sqlite file, and you can easily get the location. Is there any easy way to get the area the cell covers as a polygon, so we can check for intersections as you suggested? br robin

Re: Kernel panic on Freerunner QtMoko boot

2012-11-17 Thread robin
I always had problems with ubi on freerunner. So my current setup is SHR jiff image in nand and Qtmoko on the sdcard. So booting goes straight to Qtmoko which works very reliably from SD card BR Robin PS: Some of the SHR/QTmoko ubi images worked and others did not, according to my experience

Re: Kernel panic on Freerunner QtMoko boot

2012-11-20 Thread robin
s way you could also check if your sd-card is recocgnized. I had this once, that I had to clean the contacts of the sd-card before it was recocgnized and there- fore a boot from sd (Qtmoko) was possible. best regards robin ___ Openmoko community mailing

Re: Kernel panic on Freerunner QtMoko boot

2012-11-21 Thread robin
I have qi installed. So how can I go to jiffs in nand if I have qtmoko residing on the sd-card? pressing the aux button after a short vibration during the first seconds of booting? as far as I remember my "cumbersome" way of booting jiffs in nand was the only way to do it, but I mighbt be mistaken

setting up gprs properly

2012-11-29 Thread robin
no success. If I set it up with qtmoko I get the little G icon on the homescreen. If I then click on "start" the icon becomes a filled G for a microsecond, before going back to the unfilled/unconnected state. Any hints, also how I can investig

How to access the modem in QtMoko

2012-11-30 Thread robin
know which package I have to install and if it is still necessary to do chown uucp.uucp /dev/ttySAC0 to be able to access the modem? thank for your help robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.o

Re: How to access the modem in QtMoko

2012-12-01 Thread robin
to bring my little progress on gsm-location also to qtmoko (works kind of in shr) c) try to send some at commands to see if I can do something to get my gprs working in qtmoko/shr so if anyone has some hints/ideas, please let me know. best

Re: QtMoko: how is long Power key press (=> shutdown/restart menu) handled?

2012-12-01 Thread robin
this would be nice to know so maybe something like short press -> suspend medium press -> ??? eg favourite program long press -> shutdown/menu could be implemented. If I remember correctly android on freerunner has these three states for the power butto

Re: How to access the modem in QtMoko

2012-12-01 Thread robin
Dear Radek, can you pass something like AT%EM=2,2 Serving Cell GPRS Information AT%EM=2,3 Neighbour Cell Information to minicom and get back the answer, so I could do somthing like this from my python prorgram: -- import subprocess neighbour_info_call = "AT

Re: How to access the modem in QtMoko

2012-12-01 Thread robin
end mode only but not from turned off mode (some time delay problem). best regards and many thanks to you and radek as well and the other developers who do an amazing job (qtmoko/shr/androdi) + golden del for having the guts to go for a gta04!!

Re: QtMoko: how is long Power key press (=> shutdown/restart menu) handled?

2012-12-01 Thread robin
Neil Jerram ossau.homelinux.net> writes: > > robin web.de> writes: > > > this would be nice to know so maybe something like > > > > short press -> suspend > > We already have the lock icon for lock and suspend, so I'm not sure why > w

Re: How to access the modem in QtMoko

2012-12-02 Thread robin
I tried the excuting root@neo:~# /opt/qtmoko/bin/vsexplorer /opt/qtmoko/bin/vsexplorer: error while loading shared libraries: libqtopiagfx.so.4: cannot open shared object file: No such file or directory I searched for qtopia but did not find anything specific for libqtopiagfx. robin

Re: How to access the modem in QtMoko

2012-12-02 Thread robin
root@neo:/# LD_LIBRARY_PATH=/opt/qtmoko/lib root@neo:/# export LD_LIBRARY_PATH did do the job. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: How to access the modem in QtMoko

2012-12-02 Thread robin
stick to the standard way qtmoko handles its modem and not change to fso as I always had much complaints in shr about the audio quality. robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: QtMoko: how is long Power key press (=> shutdown/restart menu) handled?

2012-12-02 Thread robin
sounds reasonable to me +1 robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: How to access the modem in QtMoko

2012-12-02 Thread robin
the AT commands are: AT%EM=2,2 Serving Cell GPRS Information AT%EM=2,3 Neighbour Cell Information but how do I pass those to the modem? or rather how do I slip those commands to qtmoko inbetween so I will still be able to receive calls? br robin

Re: How to access the modem in QtMoko

2012-12-03 Thread robin
a lot robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: How to access the modem in QtMoko

2012-12-03 Thread robin
ok, I will give this a try... as Xmas is coming up there should be enough time to learn how to do this. br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Pictures of new alu case

2012-12-07 Thread robin
does anyone know how different materials (wood, steel, plastic, alu) influence modem reception (gsm / gps)? robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Pictures of new alu case

2012-12-08 Thread robin
any ideas on wood, rather than wool? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: 5Hz GPS operation using the GTA04 ?

2012-12-14 Thread robin
I reread the thread to see if anyone could actually answer the question if the gta04 can do more than the very low 1Hz sampling, but am I right that this has not been answered and as you pointed out the datasheet currently only speculates about 5Hz in the future? br robin

Re: GTA02 power death

2012-12-23 Thread robin
I hope you can bring the board back to life! Best of luck for that. How satisfied were you with the battery (lifetime / decrease in storage capacitance over time?) as it seems to be quite a good bargain. br robin ___ Openmoko community mailing

newer navit on qtmoko (shr?)

2012-12-23 Thread robin
to build on a server. So if you have any script/idea on how to do so, please let me know and I can try (eventually I will have a GTA02 and a GTA04 at home, so I would like to build them for both if it makes a difference (eg armhf)). best regards robin ps: I am all but an expert building packages

How to detect the QtMoko Version which is actually installed

2012-12-23 Thread robin
hi, I have a minute problem/question: I would like to know what qtmoko version is actually installed on my phone. I did upgrade to v48.1 using the debian package, but now if I open the SystemInfoApp it still shows me v46 which was the original version I flashed using dfu-utils. br robin

Re: newer navit on qtmoko (shr?)

2012-12-23 Thread robin
: ./navit-current_armv4t.opk I will now try to see if installing the tar.gz version is straight forward to be handled within qtmoko. br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo

Re: How to detect the QtMoko Version which is actually installed

2012-12-23 Thread robin
I guess it is 48-1 and only the system information is not updated after upgrading the deb file root@neo:~# dpkg -la | grep qtmoko ii linux-image-2.6.34-qtmoko-gta02 48-1 Linux 2.6.34 kernel image for Openmoko GTA02 Neo FreeRunner __

Re: battery

2012-12-29 Thread robin
hm to recover which would make it still preferable to any cheap rebuild. br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: GTA02 boot without battery

2013-01-02 Thread robin
hi ben, sounds like a very interesting and useful project for an old freerunner board. Do you have a blog set up to follow your steps/success? that would be great. best regards and happy new year you and this extremely innovative community! robin

possible to use wifi and usb networking at the same time? (qtmoko)

2013-01-04 Thread robin
o the phone. best regards and happy new year robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: possible to use wifi and usb networking at the same time? (qtmoko)

2013-01-07 Thread robin
reerunner -> Desktop via Wifi, ssh without problems. But as this was so easy, it was now definetly the time to set up a root password on the freerunner... br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko

Re: possible to use wifi and usb networking at the same time? (qtmoko)

2013-01-07 Thread robin
x27;t been configured yet and the one which previously was working stopped doing so. br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [QtMoko] power off GSM?

2013-01-09 Thread robin
did you also try just to echo -en "AT POFF\r" >/dev/ttySAC0 without setting the modem to dummy beforehand? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [QtMoko] power off GSM?

2013-01-09 Thread robin
in this thread http://comments.gmane.org/gmane.comp.handhelds.openmoko.community/62092 someone said he had "woods mode" active which as far as I understood is the mode with the modem turned off. maybe you can contact him and share his solution with us on the list.

Re: Ubuntu / Firefox OS for Openmoko

2013-01-11 Thread robin
or this currently on any operating system. so somegthing like this might get them to spend 555EUR. these are just my 2cents from someone who is really taken to be part of such a great community and has learned a lot but has also some fear that there may be an end to this.

qtmoko keyboard focus enhancement

2013-01-17 Thread robin
862745;stroke:none" /> I would have uploaded the german ones I am using on the openmoko wiki, but due to the excessive spam I guess one cannot edit anything anymore... example images are on scaplinux: http://scap.linuxtogo.org/ best regards robin ps in case you are interested ple

Re: GTA04A5 ready to be pre-ordered

2013-01-22 Thread robin
could you explain which of the changes will also be able for the GTA04A4 boards. clearly hardware changes wont be there, but is eg the GPS Sampling frequency possible for older GTA04s via a patch? br robin ___ Openmoko community mailing list

Re: GTA04A5 ready to be pre-ordered

2013-01-22 Thread robin
but worse GPS reception? this is an important question to me as GPS is one of the main uses I have for my phone. thanks for your explanations, robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman

Re: GTA04A5 ready to be pre-ordered

2013-01-23 Thread robin
lanes then the lag becomes a problem. best regards robin [1] http://comments.gmane.org/gmane.comp.handhelds.openmoko.community/62642 ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Install latest navit on qtmoko without gpsd / GTA02

2013-01-28 Thread robin
avit/navit.xml /usr/share/navit/navit.xml ## update the map to your map echo '' > /usr/share/navit/maps/osm_bbox_11.3,47.9,11.7,48.2.xml ## update the desktop file sed -e 's/Exec=navit/Exec=navit.custom.sh/g' /usr/share/applications /navit.desktop >> /usr/

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-28 Thread robin
is nice for getting a fast fix! br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: OpenMoko wiki needs to be set to read-only due to spam

2013-01-28 Thread robin
true, but there are a lot of GTA02 users and there is stuff on the wiki which is important to GTA02 and GTA04. I wouldn't mind, if it was hosted at gta04.org but if I remember correctly gta04.org was only supposed to contain information on openphoenux

Re: OpenMoko wiki needs to be set to read-only due to spam

2013-01-28 Thread robin
if the wiki can indeed be transferred, maybe you can do an official posting on who would like to apply for write access. I would certainly like to tidy up a couple of pages and add more recent information, but reading the gmane list there are many others willing to do so as well. br robin

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-28 Thread robin
that one in sync with your git tree? If yes, this is a good idea for entry level people like me, if not, I would rather try to build it from scratch once my wife has cleaned our harddrive to allow debian squeeze to reside in a virtual box. best regards robin

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-29 Thread robin
wanted to have one gta04 build and one gta02 build on the same machine? will they automatically have different paths? br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [Gta04-owner] QtMoko v52

2013-02-01 Thread robin
including the pulseaudio setup? if it was small enough maybe you could release that one and then on only installs the apps one needs via apt-get or dpkg or some script, so people could still have a backup qtmoko sitting in their nand. br and thanks to all the developers how make this live! robin

new qtmoko image for gta02?

2013-02-11 Thread robin
hi, I saw that the modification date of the qtmoko folder gta02 changed has changed recently, but within that folder there are no new builds (yet?). br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org

Re: qtmoko calendar

2013-02-11 Thread robin
5/DateTime.pm line 1886 DateTime::set_day('DateTime=HASH(0x8f2618)', 0) called at ./ics2qtcal.pl line 107 main::extractDateFromIcalLine('ARRAY(0xa00790)', 1) called at ./ics2qtcal.pl line 260 best regards robin [1] https://bugzilla.mozilla.org/show_bug.cg

Re: new qtmoko image for gta02?

2013-02-11 Thread robin
thanks for your explanation! robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [QtMoko] Navit package

2013-02-13 Thread robin
maybe have a look here: http://wiki.navit-project.org/index.php/User:Cs and http://article.gmane.org/gmane.comp.handhelds.openmoko.community /62878/match=navit br robin ___ Openmoko community mailing list community@lists.openmoko.org http

Re: [QtMoko] Navit package

2013-02-13 Thread robin
hi radek, if I remember correctly navit on the gta04 can also use the serial device as nmea input directly, so in that case gpsd isn't needed anymore (if that makes things easier). br robin ___ Openmoko community mailing list comm

offtopic / help needed from anyone in poland

2013-03-02 Thread robin
issues in producing the 3g modem, so it is sold out anywhere in europe. Now my I have just found this offer from Poland [1]. I do not speak Polish, neither do I know if that site is genuine. So if anyone could help me here that would be great. best regards robin [1] http://www.mediamarkt.pl

Re: offtopic / help needed from anyone in poland

2013-03-02 Thread robin
thanks a lot anyway. Maybe there is someone on the list who lives somewhat closer ... br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: offtopic / help needed from anyone in poland

2013-03-02 Thread robin
great, I just wrote to you a private message. looking forward to hearing from you. best regards robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: offtopic / help needed from anyone in poland

2013-03-03 Thread robin
hi, did you get my private mail? if not please let me know. best regards robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: offtopic / help needed from anyone in poland

2013-03-04 Thread robin
hi Patryk, thanks a lot for your offer. I am in contact with rhn now, so I hope this will all work out! but who else can say to be part of such a great community! best regards robin ___ Openmoko community mailing list community

Re: WIKI is in read-only mode?

2013-03-15 Thread robin
I fully agree. I will eventually turn my GTA02 into a GTA04 but my wife still has here GTA02. I think it would be good to have a GTAXX wiki with common stuff and tags for stuff just applying to GTA02 or GTA04 robin ___ Openmoko community mailing list

Re: QTmoko Wireless

2013-04-15 Thread robin
ng the WLAN stops the USB network access? > That's one reason to be able to switch of WLAN. I had the same issue. so a half-way solution which works is to ssh into your phone via the wifi ip address (not so convenient, but it works br robin ___

Re: QtMoko v55 for Freerunner upgraded to wheezy

2013-04-19 Thread robin
I have a wpa psk secured network at home and everything worked out of the box. Many thanks for keeping the GTA02 image of qtmoko alive!!! br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman

Re: QtMoko v55 for Freerunner upgraded to wheezy

2013-04-20 Thread robin
exist? br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: QtMoko v55 for Freerunner upgraded to wheezy

2013-04-20 Thread robin
hi, I tried to run navit (installed directly from qtmoko apps) but it instantaneously crashes. what is the best way to get the logs? br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman

Re: Help to grow The Independent Mobile Tool Community!

2013-05-09 Thread robin
n report such a thing from his/her community) br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

qtmoko videoplayer

2013-05-09 Thread robin
hi, I try to watch some video on qtmoko using qmplayer but I only have audio. I tried h264, mpeg2, mpeg4, vp3 but always the same result: audio only the aspect ratio is standard 320x240 and I installed the glamo version of mplayer when being asked for the first time. in case I would need the oth

Re: qtmoko videoplayer

2013-05-09 Thread robin
what actually works: ssh -X root@192.168.0.202 mplayer movie.mvk this results in the movie being played on the freerunner screen. Apparently also other sizes and aspect ratios than 320x240 work fine. any help appreciated to get this working with a "native" qtmoko a

Re: qtmoko videoplayer

2013-05-10 Thread robin
if I run via ssh -X everything is fine (the output is pasted below) if I run via qmplayer I get only the sound but no video (instead about a quarter of the background image is displayed). here is the output from the ssh -X is there a way I can get the output from qmplayer? root@neo:~# /opt/qtm

qtmoko wifi wpa problem after upgrade wpasupplicant 1.0-3 to 1.0-3+b1

2013-05-25 Thread robin
and many thanks robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: qtmoko wifi wpa problem after upgrade wpasupplicant 1.0-3 to 1.0-3+b1

2013-05-25 Thread robin
many thank! unfortunately the 1.0-3 now all of a sudden asks for wpasupplicant : Depends: libpcsclite1 (>= 1.8.6) but 1.8.4-1 is installed which is nowhere available ... I guess I will have to go for a complete reinstall :-( but many thanks for your quick help. br ro

how can I determine the package version in the original qtmoko*.tar.gz

2013-05-26 Thread robin
the libpcsclite1 >= 1.8.6 being available in wheezy b) why is the standard downgrade not working Is there a way to see what package version libpcslite1 had by browsing the qtmoko v55 tar.gz? br robin ___ Openmoko community mailing list com

Re: navit in V55

2013-05-28 Thread robin
hi matth, could you please provide a step by step explanation of solving the libcryptoproblem. many thanks. robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
uggestions on how to narrow down the problem (which logs to look at, ...) please let me know. best regards and thanks for such a great community including the extension via neo900! robin ps: and as always: MANY MANY THANKS TO RADEK FOR KEE

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on : No such file or directory writeFile failed /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633- gpio/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on : No such file or directory does this help in any way? br robin

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
luck and I still have: root@neo:~# uname -r 2.6.34-qtmoko-v55 so how do I get that kernel updated? br robin ps: If I go # apt-get dist-upgrade I get # 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. so everything seems to be up to where it supposed to be

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
booting in my case is from SD-Card. so how do I manage to have the right kernel being used? br robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
nlevel ; -( so if anyone of you has an idea what one can do please let me know (I will have to go to sleep pretty soon as my kids expect me to be up and going for christimas ;-) ) br robin ___ Openmoko community mailing list community@lists.openmoko.or

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-21 Thread robin
;) QDBusObjectPath: invalid path "" Method call "/->DefaultAdapter()" failed: QDBusError("org.bluez.Error.NoSuchAdapter", "No such adapter") 0 snd_mixer_attach error -2 qpe: mixer.c:788: snd_mixer_first_elem: Assertion `mixer' failed. Aborted root@neo:/root# does this give you any hints on where this is going wrong? best regards robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-22 Thread robin
/etc/modules g_ether ppp_generic joydev bq27000_battery # depmod -a # shutdown -r now but still the same situtation: stoops at INIT no more processes left in this runlevel... any final ideas? br robin ___ Openmoko community mailing list community

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-22 Thread robin
doing lsmod I get the following if that is of any help root@neo:~# lsmod Module Size Used by ipt_REJECT 1943 1 iptable_filter 958 1 ip_tables 9486 1 iptable_filter ip6t_REJECT 2294 1 xt_tcpudp 1921 2 ip6table_

Re: qtmoko: stuck at no more processes left in this runlevel

2013-12-23 Thread robin
that solved the issue! many thanks, best regards robin ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Resume bug on 2.6.39 kernel identified! (was QTMoko v55 GTA02 flash issue)

2014-01-21 Thread robin
qtmoko (eg are those modules expected to be present somewhere else?) best regards and as always: many thanks to you and the extended qtmoko development crew for keeping the GTA02 alive!!! robin ___ Openmoko community mailing list community

qtmoko tethering

2014-01-21 Thread robin
hi, I was just wondering if someone has managed to share a qtmoko-gsm connection via bluetooth to an android device. If so would you please share the steps necessary. best regards robin ___ Openmoko community mailing list community

[qtmoko] customizing aux/power button or adding button to home screen

2014-03-02 Thread robin
more advanced is there any chance of bind the this process somehow to a single icon: -> Application -> QX -> Select Navit -> Click upArrow in Menu -> Click Launch many thanks, robin ___ Openmoko community mailing list community@lists.op

[qtmoko] running a script once usb-connection is detected

2014-03-05 Thread robin
online service c) add a section to my orgmode notes file with the translated message and, a link to the original wav file in case the translation is not good enough, and another link to a script which removes the file, once I do not need it anymore. best regards robin ps @ radek: what does

GTA02 broken screen / What Nice Projekts to Do Without a Screen or Would Other Screens Work

2014-04-17 Thread robin
only with ssh as a visual feedback (if at all): Qtmoko and SHR need the user to calibrate the screen inbetween, so I don't know where they will get stuck during installation. Maybe you can share your ideas on what to do with such a device. Many thanks and happy easter

Re: Looking for a GTA02 debug board, preferably v3

2015-06-01 Thread robin
rwr f gmail.com> writes: > > Title says it all. :) > > ___ > Openmoko community mailing list > community lists.openmoko.org > http://lists.openmoko.org/mailman/listinfo/community > I can send you one if you&#

Re: WiFi

2007-01-21 Thread Robin Sonefors
It's not included, because no low powered wifi chip with free drivers could be found when the phone was being designed. If one can be found for the next revision, I'm sure it will be included (since the lack of wifi seems to be the no 1 complaint so far) sön 2007-01-21 klockan 15:11 + skrev To

app idea: where is my stuff (wims)

2007-01-23 Thread Robin Farine
ociate the Neo's current position in space-time with it. Later, he could just select the car object again and ask the Neo to show him the way. Robin ___ OpenMoko community mailing list community@lists.openmoko.org https://lists.openmoko.org/m

Re: Problems installing boost pkgs for OE (Was: Problems installing OE on Linux)

2007-02-13 Thread Robin Farine
.deb If the last commands fails because of missing dependencies: sudo apt-get install -f The last step will take care of the missing dependencies and prompt the user to confirm the installation of the extra packages. Robin ___ OpenMoko community mailing l

Re: Crossroads

2007-03-13 Thread Robin Sonefors
I have a much more important question, however: will the Neo work with european electrons, or will I need to import asian ones? If I'd need to import a new set of electrons to use for charging my battery every time it runs out, it'd become very expensive very soon. If, on the other hand, I could us

Re: Device support / life (was: community issues)

2007-03-14 Thread Robin Sonefors
ons 2007-03-14 klockan 21:04 +0100 skrev Elrond: >a) I have not read anywhere, that the P1 phones will be > "expect hardware issues" devices. And at least I did > not have the impression, that FIC tries to trick us > into being their hardware laboratory rats. > > I real

Re: Voice synthesizer for blind and visual impaired person

2007-03-27 Thread Robin Paulson
as coincidence would have it BBC Radio 4 had a piece today about mobile phones for the blind, and the consesus was that a talking phone would drive a partially sighted user mad within a few minutes. to listen to it all (free): http://www.bbc.co.uk/radio/aod/shows/rpms/radio4/intouch.ram should

Re: Received SMS going unnoticed

2009-11-12 Thread Robin Paulson
2009/11/13 Ben Wilson : > What would be ideal is for it to keep playing the new message sound > every few minutes while the new message popup is being displayed. Does > anyone have a cron script or anything to solve this problem. personally, i would find it very useful to tie this in to the vibrat

Re: Received SMS going unnoticed

2009-11-12 Thread Robin Paulson
2009/11/13 Ben Wilson : > Good idea, > Could use the accelerometers to sense it being picked up. > Couldn't do it in gta01 though, since it doesn't have the sensors. d'oh! yeah, i meant accelerometers, not vibrators. of course, the notification would follow whatever is defined in the settings|prof

Re: future phones that you can hack. news.

2009-11-18 Thread Robin Paulson
2009/11/18 : > If we are allowed to hack it as much as you are allowed to speack about it, > well... steady on, i think both you and christoph are jumping to unfair conclusions there let's wait and see, before we lay into it or the programmers ___ Ope

Re: Where can I buy miniUSB-m → USB-A-f adapters i n Canada?

2009-11-22 Thread Robin Paulson
2009/11/23 Brolin Empey : > (2 for me, 2 for my colleague)  I have 2 questions, though: > > 1. Can the FreeRunner charge while in USB Host mode? yes > 2. If yes, how can I simultaneously connect a USB hub + power supply/source > to the FreeRunner? there's a cable that has been made/bought by a f

Re: sd card

2009-12-28 Thread Robin Paulson
2009/12/28 : > im using neovento 5.6. im trying to see some pics i have on my sd > card. How do i get it to work. some help please. the sd card is vfat. is the card mounted? can you cd to it from the command-line? if so, do you have image software installed? i can recommend neon if you don't __

[WikiReader] where to send patches?

2009-12-29 Thread Robin Humble
nasty hacks to get around php Fatal errors on a few wiki articles. is this list the right place to send wikireader patches? cheers, robin -- Dr Robin Humble, HPC Systems Analyst, NCI National Facility ___ Openmoko community mailing list comm

openmoko to computer calls

2010-01-06 Thread Robin Paulson
i've previously been using skype on my desktop to call other people via their computers. i'd like to investigate other options for calling - asking the other user to install different software is not necessarily a problem i'm not sure where to start; what software is available (i'm using shr-u) to

Re: tangogps 0.99.1

2010-01-10 Thread Robin Paulson
2010/1/11 GNUtoo : >> I'll make that configurable in one of the next versions of tangoGPS. > hi,Thanks for making tangogps, > I've also a suggestion, I'd like to be able to configure the speed > limit(so when the speed goes red), because last time I used > tangogps(during the last summer hollidays)

<    1   2   3   4   5   6   7   8   >