circle.ch weblog by Urs Gehrig |
|
|
|
| Academic, Android, Apache, Apple, Art, Best Of, Biotech, Civil Society, Content Management, Cooking, Copyright, Creative Commons, Crosspost, Culture, Database, Deutsch, DRM, Economy, Education, Event, Gadget, General, Geodata, Government, Health, Howto, Humor, Innovation, Intellectual Property, Java, Language, LaTeX, Law, Linux, Media, Moblog, Mozilla, Music, Office, Open Content, Open Source, P2P, PHP, Podcast, Politics, Privacy, Projects, Random Thought, Rant, Science, Search, Social Network, Software, Sport, Talks, Technology, Technology Transfer, Travelling, Weblog, Wiki, Wireless and Mobile, XML
|
|
04. July 2007
Swisscom Mobile Unlimited on Kubuntu (Linux) You might want to start with the installation of the Nozomi GPL Cardbus driver for an NB or NF card type (HSDPA 1.8, UMTS, EDGE, GPRS and WiFi 802.11g), if NB or NF are the first two letters of the Serial Number [1]: $ sudo apt-get install nozomi-source $ ls -t /dev/ | grep noz noz0 noz2 noz3 noz1 There were no /dev/ttyUSB* devices on this machine. Neither the card could be found with lsusb. Nevertheless I continued and installed gcom ("Gcom is a scripting language interpreter useful for establishing communications on serial lines and through PCMCIA modems as well as GPRS and 3G datacards. Works with Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacards."): $ sudo apt-get install gcom wvdial $ gcom -d /dev/noz0 Enter PIN number: **** Waiting for Registration..(120 sec max).... Registered on Home network: "Swisscom",0 Signal Quality: 24,99 There is also wvdial to install, a PPP dialer with built-in intelligence [2]. Configure wvdial via /etc/wvdial.conf and follow the instructions given here [3]. I slightly modified the file to fit with Swisscom services: # cat /etc/wvdial.conf # Created P.Hardwick for GlobeTrotter EDGE and GlobeTrotter Combo EDGE # Step 1 # sudo wvdial Setup # Step 2 # sudo wvdial Status # repeat Step 2 every few seconds until you get an operator name reported # Step 3 # sudo wvdial Swisscom & # [Dialer Defaults] baud = 57600 Modem = /dev/noz0 Dial Command = ATD Carrier Check = no [Dialer Swisscom] Init = AT+CGDCONT=1,"IP","gprs.swisscom.ch" Phone = *99***1# Username = gprs Password = gprs [Dialer Setup] init = AT+CFUN=1 [Dialer Status] init1 = AT+COPS?;+CSQ Finally a "sudo wvdial Swisscom" should do the job: $ sudo wvdial Swisscom & There are various good resources [4] on the web that might help you out, starting with Hannes' comments on such a card, especially regarding the ppp settings [5]: $ egrep -v '#|^ *$' /etc/ppp/options 460800 local persist lock usepeerdns ipcp-accept-local ipcp-accept-remote defaultroute debug nodeflate nobsdcomp nopcomp noaccomp novj novjccomp +chap nomagic lcp-echo-failure 0 lcp-echo-interval 0 Recently there has been a GUI made available, which can be found on https://forge.vodafonebetavine.net [6]. Newer models of the Thinkpad X60 have an integrated multimode card, but these configurations have only been tested with an external PCMCIA card. [1] http://www.pharscape.org/component/option,com_frontpage/Itemid,1/ [2] http://packages.ubuntu.com/feisty/source/wvdial [3] http://www.pharscape.org/content/view/40/53/ [4] http://forum.ubuntuusers.de/viewtopic.php?p=796533 [5] http://hannes.kaywa.com/p303.html [6] https://forge.vodafonebetavine.net/projects/vodafonemobilec/ Comments (0) Permalink del.icio.us 02. March 2007
Sony Ericsson Z520i sync with Google Calendar So, with the help of two tools that situation changed completely. Firstly there is to name MyPhoneExplorer (MPE) written by the Austrian Franz Josef Wechselberger [2]. MPE runs on Windows. It is originally intented to work with Sony Ericsson mobile phones, since recently it also deals with some Nokia file formats. It handles remote and - since version 1.5.9 also - local .ics files. This file format is used to handle calendar information. MPE also deals with various remote calendars. So it should now directly work with Google Calendar. But I did it another way round. Since Thunderbird/Lightning was/is my standard email and calendar tool locally there was yet more interest to sync this tool with Google Calendar. But Thunderbird/Lightning currently only fully snycs with Google Calendar via another application called GCalDaemon [3], a daemon tool running locally. All three calendar sources - via mobile phone, Google Calendar online or Thunderbird/Lightning locally - are being synced via a local file that I called google.ics. The combination runs perfectly since the release of version 1.5.9 of MPE in February. [1] http://www.gcalsync.com [2] http://www.fjsoft.at [3] http://gcaldaemon.sourceforge.net Comments (0) Permalink del.icio.us 23. November 2005
p2p - tiny code on mobiles to share anywhere But the N91 is also a computer based on Symbian OS [2] and capable of running Python. You can e.g. run a webserver written in Python on the phone. But there are also p2p applications implemented in Python. One of them is written by Pascal Felber of the Université de Neuchâtel and takes not more than 6 lines of code [3]. Some more usability offers Symella [4], written by two students of the Budapest University of Technology and Economics. Let us consider some extrapolation. Everyone with such a mobile phone of such a configuration will basically be able to share files. According to Wikipedia in 2003 over 500 Mio. mobile phones have been sold. If just 10% of these new phones use p2p and share each day 5 files of 1 MB each, about 90'000 terabytes would be shared a year. Only over mobile phones. If file sharing becomes a custom, a habit, how do we handle the copyright issues? With Digital Restriction Management the way we know it? I have my doubts. I will come back to that issue in another post. [1] http://www.forum.nokia.com/N91 [2] http://www.symbian.com/phones/nokia_n91.html [3] http://www.crossflux.org/uP2P/ [4] http://symella.aut.bme.hu Comments (0) Permalink del.icio.us 26. October 2005
QR code decoder for mobile phones [1] http://www.activeprint.org/download.html [2] http://www.flickr.com/photos/studies_and_observations/55661038/ Comments (2) Permalink del.icio.us 08. October 2005
QR code - decoder to proof the concept My next edition of business cards will probably have not only the human readable information but also a QR code printed on it. Thus, mobile phones with QR code decoders will be able to do the job of business card scanners. A convenient implementation would be a QR code to vCard converter [4], to make the address organization in the mobile phone as easy as possible. [1] http://www.intelcom.ru/2d/english/demo.php [2] http://sourceforge.jp/projects/qrcode/ [3] http://blog.li/trash/2005/10/08/2248.html [4] http://www.appelsiini.net/keitai-l/archives/2004-01/0014.html Comments (1) Permalink del.icio.us 30. September 2005
Google Maps on a mobile phone Mobile GMaps is a free piece of software that displays Google Maps and MSN Virtual Earth maps and satellite imagery on Java J2ME-enabled mobile phones or other devices.Have a look at the documentation to see what phones are supported. [1] http://www.mgmaps.com Comments (0) Permalink del.icio.us 20. September 2005
SXG75 - ein Handy mit integriertem GPS [1] http://communications.siemens.com/SXG75 Comments (3) Permalink del.icio.us 29. August 2005
Nokia GPS shell [1] http://www.nokia.ch/german/phones/enhancements/xpresson_gps_shell/ Comments (0) Permalink del.icio.us 31. May 2005
Locative Technology on Nokia Series 60 phones One of the benefits of having the ability to work with the phone is that there is an interface to the cell tower you are connected to. With this information, it's easy to make a "Where I've Been" type of interface. This is one of the first projects I did when I got the phone: The output of my wandering can be seen, although it's very incomplete due to limitations of the program.I wrote down an idea of refinig the "cell tower position" via a look-up table [3,4], where the position of each tower will be determined with a GPS. But Chris script is a good start giving a reasonable resolution already. [1] http://crschmidt.net/symbian/locative/ [2] http://blog.bitflux.ch/archive/2005/05/30/swiss-blogger-meeting.html [3] http://circle.ch/wiki/GeoBlog [4] http://circle.ch/blog/p1462.html Comments (0) Permalink del.icio.us 07. February 2005
KABLOG - enhanced mobile blogging KABLOG is a tool for mobile phones and PDAs that allows you to post photos and blog entries to blog servers and services such as TypePad, Movable Type, Blogger, B2, Blog-City, UserLand (Radio), Roller, SnipSnap, and other blog servers that support either the simple blogger xmlrpc interface or the extended metaWeblog interface. In addition, KABLOG provides extended support for posting entries to TypePad/Movable Type.As far as I can see, it also works with images. [1] http://www.kablog.org Comments (1) Permalink del.icio.us 27. January 2005
ffmpeg - The upcoming tool for video conversion Grabbing a frame out of a video is as simple as follows. It took me quite some time to figure out the appropriate options, since the web and the documentation did not yet satisfy my needs: $ ffmpeg -i test.3gp -f singlejpeg -img jpeg -y test.jpgI am sure this will boost video blogging enormously [4]. I first was heading for mplayer, but mplayer is IMHO kind of related to X and we do not really want X to be installed on a production server, do we? Finally, I would like to talk about animated GIF files and provide an example. As with a combination of Imagemagick and ffmpeg, it is a matter of two command lines evtl. one (I am not a pipe specialist ;). As shown below, ffmpeg generates a set of 10 images and Imagemagick converts them to an animated GIF: $ ffmpeg -i test.3gp -f image -img gif -t 1.0 test%03d.gifFeeback always welcome ;) [1] http://ffmpeg.sourceforge.net [2] http://www.circle.ch/wiki/MpegToJpeg [3] http://ffmpeg-php.sourceforge.net [4] http://www.circle.ch/wiki/3gpVideo Comments (6) Permalink del.icio.us 21. January 2005
RFID course - Technologies and Applications Mr. Bui is Director of MicroCID SA, which offers products such as COMPACT FLASH or PCMCIA RFID Readers [2]. [1] http://circle.ch/blog/media/FSRM_RFID.pdf [2] http://www.microcid.com/Site_uk/Entr00.html Comments (0) Permalink del.icio.us 19. October 2004
Google towards moblogging? We built Picasa because we were frustrated with how difficult it was to find, organize and do things with our digital pictures.Picasa is now part of Google [1]. A quick look into the Googles businessplan(s) would probably clarify a lot ;-) [1] http://www.picasa.com/content/download.php [2] via http://www.moblogging.org/2004/07/google_moving_i.html Comments (0) Permalink del.icio.us 26. July 2004
PHP on Symbian? [1] http://groups.google.ch/groups?selm=b4g8vt%24jbq%241%40FreeBSD.csie.NCTU.edu.tw Comments (1) Permalink del.icio.us
float's mobile agent and a T610 [1] http://fma.sourceforge.net Comments (0) Permalink del.icio.us 18. July 2004
Blogging with the SonyEricsson K700i Just recently I had the chance to play around with the new SonyEricsson K700i for about two weeks [2]. The K700i looks like the successor of the T610 or T630 to me. The phone is only a little bit bigger than the T610. SonyEricsson added a lot more memory and a new VGA camera with flash light. The phone records also video sequences of relatively unlimited length in the new 3gp [3] format. The navigation with the joystick is a pleasure an the software has some comfortable addons compared to the T610. The phone is pretty cool for mobile bloggers. [1] http://en.wikipedia.org/wiki/Common_Intermediate_Format [2] http://www.sonyericsson.com/K700 [3] http://www.3gpp.org Comments (0) Permalink del.icio.us 29. June 2004
Simple MMS configuration Update: Weitere MMS Konfigurationsseiten der Schweizer Telekommunikationsunternehmungen: - http://mobile.sunrise.ch/config.htm - http://www.orange.ch/vrtmobilephones/configure [1] http://www.gomobile.ch/mms Comments (0) Permalink del.icio.us
Easypay by Swisscom for micro content This is very very practical for providers of microcontent such as blogging services with MMS or mp3 music shops. I have no idea how simple it is to implement that service on the provider's side; but it is worth a try. [1] http://www.swisscom-fixnet.ch/fx/content/products/easypay/index_EN.html Comments (2) Permalink del.icio.us 17. June 2004
GeoBlog - Standortbestimmung für Moblogger Bei GeoBlog handelt es sich um einen Workaround: In einer Tabelle [1] sollen Längen- und Breitengrad von Mobilfunkantennen eingetragen werden. Die beim Mobiltelefon erscheinende Zelleninformation "Bern-West" sollte nun mehr oder weniger genau zu einer bestimmten Lokalisierung führen, die folglich mit dem Bild, sofern es sofort verschickt wird, in Verbindung gebracht werden kann. Nebst der Tabelle, die nur in aufgrund von Freiwilligenarbeit entstehen kann und auch entsprechend unter einer Creative Commons Lizenz steht, bedarf es einer Software, die auf den gängigsten Telefonen installiert werden kann und mindestens die Zelleninfo ausliest und dem MMS oder E-Mail des Blog-Post automatisch mitliefert. What do you think of it? [1] http://www.circle.ch/wiki/GeoBlog Comments (2) Permalink del.icio.us 07. June 2004
Flatrate GPRS with Swisscom [1] http://blog.li/mosi [2] http://www.swisscom-mobile.ch/prv_asp/prv_home.asp?nid=1662 [3] http://www.circle.ch/wiki/?page=Moblog Comments (2) Permalink del.icio.us 26. May 2004
RSS Reader for MIDlet capabale handhelds [1] http://www.brothas.net/rssr/ Comments (1) Permalink del.icio.us 26. April 2004
Nokia Lifeblog on CNET [1] http://www.circle.ch/blog/p1332.html [2] http://news.com.com/1606-2-741256.html Comments (0) Permalink del.icio.us 23. April 2004
GIS Maps and mobile blogging Before we cat get mobile phones with integrated GPS capability, I guess that these module would do a good job delivering GPS data which can be submitted together with the blog content. If I would blog from a certain location, it would be quite nice to display the coordinates and leave a trace between consecutive posts. It simply adds more value to the content. I am aware, that others will track the trace and tease you up "hey, what did you do in Champéry; shouldn't you have been in London at that time?"... but that is up to you, to decide what you reveal of yourself. Isn't it? [1] http://www.appelsiini.net/~tuupola/archives/155/ [2] http://shop.comdirect.ch/default.asp?prono=1538 Comments (0) Permalink del.icio.us 06. April 2004
Personal WAP Gateway on Windows [1] http://www.sveasoft.com/modules.php?name=Products Comments (1) Permalink del.icio.us 17. March 2004
Megapixel camera phones Both phones still do not seem to support the Push-To-Talk (PTT) technology; textually.org has a whole lot of information about it [3]: Instead of dialling a number, users will be able to highlight a name on their cell phone screen and press a button to talk to them instantly. No ringing, no waiting.[1] http://www.nokia.com/nokia/0,,54665,00.html [2] http://www.sharp.co.jp/corporate/news/040220.html [3] http://www.textually.org/textually/archives/cat_ptt_pushtotalk.htm Comments (0) Permalink del.icio.us 12. February 2004
Nokia 6600 to blog via Atom API [1] http://joi.ito.com/archives/2004/02/12/moblogging_from_the_nokia_6600_with_atom_api.html [2] http://www.nokia.com/nokia/0,,33210,00.html [3] http://www.oscom.org/events/sprints/4--bern-february-2004/ Comments (0) Permalink del.icio.us 04. February 2004
BlueFOAF - Find Nearby FOAFs With Bluetooth So, if you do not know the person in a restaurant next to you, having his or her mobile phone with enabled bluetooth on the table, you might probably know one of his or her friends and get in contact that way. Imagine how that will stare at you, if you ask: "Are you a friend of X?"[1] http://www.mobilewhack.com/networking/bluetooth/bluefoaf.html [2] http://usefulinc.com/edd/blog/contents/2004/02/01-bluefoaf/read [3] http://svn.usefulinc.com/svn/repos/trunk/foaf-face/ Comments (0) Permalink del.icio.us 03. February 2004
Nokia Series 60 Device As HTTP Server? [1] http://www.theregister.co.uk/content/64/35040.html [2] http://www.python.org/dev/doc/maint21/lib/module-CGIHTTPServer.html Comments (2) Permalink del.icio.us 29. January 2004
Creative Commons license draft version 2.0 On behalf of the compatibility issue Eric S. Raymond [3] worked out some guidelines related to open source in his Licensing-HOWTO. The compatibility between different licenses is from my point of view quite important e.g. for work that has been published prior the CC era. We should eventually start a compatibility list as it has been done for licenses regarding open source software. The idea is porbably not new though ;-) [1] http://joi.ito.com/archives/2004/01/29/version_20_of_creative_commons_licenses.html [2] http://creativecommons.org/licenses/draft2.0 [3] http://www.catb.org/~esr/Licensing-HOWTO.html#compatibility Comments (0) Permalink del.icio.us 23. December 2003
Moblogging charges Comments (0) Permalink del.icio.us 18. December 2003
20min MMS Fotoalbum [1] http://www.20min.ch/community/visitenkarte/ [2] http://www.kaywa.com Comments (0) Permalink del.icio.us 16. November 2003
Vodafone live! as a carrier-change motivator Vodafone UK offers setups for a range of other phones than only the ones mentioned above [2]. One reason to provide phones with a common menu may ground in the delivering of phone-independent services at a later stage. The fun aspect is good argument to introduce such a common desktop but further more also a possibility to motivate customers to change their carrier, as they usually do not change them before their next upgrade of their handsets [3]. As most, if not all of the new phones come with java support I am wondering if the Java Desktop could not be rewritten to run on those phones [4]. This would enable access to a wide variety of applications. Just a thought. [1] http://www.swisscom-mobile.ch/live [2] http://mmsota.vizzavi.co.uk [3] http://www.theage.com.au/articles/2003/09/26/1064083179063.html [4] http://wwws.sun.com/software/javadesktopsystem Comments (0) Permalink del.icio.us 23. October 2003
SMS package for PEAR As seen at the ITU Swisscom offers now a new Outlook plugin called "Desktop SMS" [2]. Since they shut down the free SMS service on gomobile.ch one needs to pay for each message now. [1] news.php.net [2] http://www.swisscom-mobile.ch/sp/UEOAAAAA-de.html Comments (1) Permalink del.icio.us 19. October 2003
BlackBerry Phone staying connected The idea of BlackBerry is for now to make business data available as one is on the move. Mails get pushed to the phone the moment they arrive at the mail server. So BlackBerry is kind of constantly connected. It has a small wheel to comfortably navigate the menu. What from my point of view is missing, is the camera. I would need one to be able to moblog; an alternative could be SideKick with the plugin camera like JoiIto uses it. [0] http://www.swisscom-mobile.ch/sp/EDKAAAAA-de.html [1] http://blackberry.net/products/handhelds/index.shtml [2] http://techtalkback.typepad.com/ttb/2003/10/always_online.html [3] http://www.amazon.com/exec/obidos/tg/detail/-/B0000A0AZC Comments (0) Permalink del.icio.us 23. September 2003
WiFi at the University of Bern Comments (0) Permalink del.icio.us
SD (Secure Digital) WiFi for more connectivity [1] http://www.brighthand.com/article/SanDisk_SD_WiFi_Card_Reviewed [2] http://www.sandisk.com/consumer/sdwifi.asp [3] http://www.socketcom.com/product/WL6200-480.asp Comments (0) Permalink del.icio.us 17. September 2003
KEITAI-L - mailing list on the changing role of mobile phones While having understood the the goal of that list I was still wondering on the meaning of "keitai", since not knowing much about Japanese. So what Google revealed at second place in the result set behind KEITAI-L, was the Keitai Log [2] an occasional Web diary by a group of Tokyo college students who are researching the changing role of cell phones - keitai - in Japanese society.Left to mention that one of the writers of the Japanese Media Review is Joi Itos younger sister Mizuko Ito [3]. Small world ;-) [1] http://www.appelsiini.net/keitai-l/ [2] http://www.ojr.org/japan/wireless/1043770157.php [3] http://www.ojr.org/japan/writers/archive.php?personID=333 Update (03.08.2004) [4] http://joi.ito.com/archives/2004/08/03/mimi_on_keitai_culture.html Comments (3) Permalink del.icio.us 07. March 2003
SonyEricsson - new T610 with cam [1] http://www.sonyericsson.com/ch/spg.jsp?page=T610_Explore Comments (0) Permalink del.icio.us |
Werbung:Beiträge von Dritten:
Nachfolgende Titel verweisen auf von mir gelesene Weblogs. Feeds:WikiAgenda:Comments:Good question, but...Hi, thank you very... Unter http://www.s... Ich weiss mir nich... ThanQ matthias. Th... in case you just w... ich liebe dir, urs... hi there, sorry i... Hoi Leo. I haven'... Do you know the si... Archives:Blog stack:Bill Humphriesmonorom Wendy M. Seltzer Christian Stocker Roger Fischer Sandro Zic Wez Furlong Ben Hammersley George Schlossnagle Joichi Ito Lawrence Lessig Derek Slater Karl-Friedrich Lenz John Palfrey Bernhard A.M. Seefeld Gregor J. Rothfuss Rainer Langenhan Elke Engel Sebastian Bergmann Simon Willison Jeremy Zwaodny Udo Vetter Axel A. Horns Miguel de Icaza Andreas Halter Silvan Zurbrügg Hannes Gassert Markus Koller
|
$Date: 2005/11/05 11:14:30 $ |
|