33
I Use This!
Activity Not Available

News

Posted about 14 years ago
Jeden tyden jsem používal a testoval Android na FreeRunneru verze cupcake-0.2.0-RC1 vydaný v lednu 2010,na kterém pracují v současné době pouze lidi z projektu android-on-freerunner , a zde jsou moje stručné poznatky:Na první pohled je vidět, že ... [More] Android na FreeRunneru běhá už svižně.Android pro hlavní ovládání používá tlačítka, což na FreeRunneru je dost nepohodlné vzhledem k... [Less]
Posted about 14 years ago
OpenMoko vient d’annoncer une mise à jour pour le WikiReader avec plusieurs améliorations et de nouvelles fonctionnalités. Le nouveau logiciel prévoit notamment le support d’équations mathématiques et contient les derniers articles en date paru ... [More] sur Wikipedia.org. Il permet également un meilleur défilement des pages et une navigation améliorée grâce à la révision du clavier tactile. La mise à jour est gratuite et disponible au téléchargement sur le site officiel d’OpenMoko. Source : ebouquin.fr Ci-dessous une image amusante : c'est la taille que représenterais wikipédia (contenu en langue anglaise) en volumes sur une bibliothèque.Vos poches sont-elles assez solides pour supporter ça ? (Voir aussi la version française) [Less]
Posted about 14 years ago
After six weeks of full-time hacking, with the help of a few friends, we have made it to receiving actual BCCH data from a GSM cell. So what does this mean? As I have indicated publicly at the 26C3 conference: Now, that we have managed to create ... [More] a working GSM network-side implementation (OpenBSC) during the last year, we will proceed to do the same with the phone side. Initially we spent quite a bit of thinking on building our own custom hardware. But while planning for the first prototype, we realized that it would simply distract us too much from what we actually wanted to do. We don't want to take care of component sourcing, prototype generations, quality assurance in production, production testing, etc. -- All we want is to write a Free Software GSM protocol implementation for a phone. Unfortunately (as usually in the industry), the silicon and device makers do not publish sufficient documentation about their devices to enable third-party developers to go ahead and write their own software: The never ending problem of Free Software in many areas beyond more-or-less standardized hardware like in the PC industry. So, if you want to write Free Software for such a device, you have two options: Reverse engineering the existing hardware and writing your code based on that information Building your own hardware and then writing the software you wanted to write. I've been involved in both approaches multiple times while looking only at the application processor (the PDA side) of mobile phones: OpenEZX and gnufiish are two more or less abandoned projects aimed at reverse engineering. Openmoko was the project that had to build its own hardware as a dependency to be fulfilled before writing software. If you're not a company and don't want to sell anything, the reverse engineering approach looks more promising. You can piggy-back on existing hardware, don't need to take care of sourcing/production/certification/shipping and other tedious bits. If you are a company and want to generate revenue, then of course you want to build the hardware and ship it, as it is what you derive your profits from. So, just to be clear on this: Neither OpenEZX, nor gnufiish nor Openmoko were ever about writing Free Software for the GSM baseband processor, i.e. the beast that exchanges messages with the actual GSM operator network. But this is what we're working on right now. It's about time, don't you agree? after 19 years of only proprietary software on the baseband chips in billions of phones, it is more than time for bringing the shining light of Freedom into this area of computing. To me personally, it is the holy grail of Free Software: Driving it beyond the PC, beyond operating systems and application programs. Driving it into the billions of embedded devices where everyone is stuck with proprietary software without an alternative. Everybody takes it for granted to run megabytes of proprietary object code, without any memory protection, attached to an insecure public network (GSM). Who would do that with his PC on the Internet, without a packet filter, application level gateways and a constant flow of security updates of the software? Yet billions of people do that with their phones all the time. I hope with our work there will be a time where the people who paid for their phones will be able to actually own and control what it does. If I have paid for it, I determine what software it runs and when it send which message or doesn't. Oh, getting back to what our work: It will be published as soon as it is sufficiently stable and fit for public consumption. You won't be able to make phone calls yet, but we'll get there at some later point this year. [Less]
Posted about 14 years ago
Golden Delicious commercialise depuis peu une version "A7+" du Neo Freerunner au prix de 299€. Quelle différence avec la version A7 (à 279€ chez eux) ?Celle-ci intègre le correctif matériel du bug #1024 (alias "recamping bug" ou "autonofix") qui ... [More] permet de gagner en autonomie.En outre, une debug board est offerte. Notez que Golden Delicious propose toujours d'appliquer ce fix séparément pour 45€ (ou combiné au buzzfix pour 75€). Voici un petit récapitulatif des versions de Freerunner pour s'y retrouver : GTA02 A1 à A4 = version de développement GTA02 A5 = première version commercialisée publiquement (sortie le 4 juillet 2008) GTA02 A6 = A5 + améliorations et corrections mineures GTA02 A7 = A6 + buzzfix GTA02 A7+ = A7 + autonofix Pour plus de détails, consultez la page GTA02_revisions sur le wiki officiel. [Less]
Posted about 14 years ago
Une première version de la distribution Android Cupcake est disponible pour le Neo Freerunner. Cette version contient : de nombreuses corrections de bugs l'amélioration de la stabilité du WiFi, du GPS et du GPRS accélérations du noyau fréquence de ... [More] CPU dynamique bien d'autres améliorations ... Pour l'installer, suivez les instructions de cette page. Des membres du forum l'ont testé et nous livrent leurs premières impressions. [Less]
Posted about 14 years ago
During FOSDEM I attended few talks in Openmoko devroom. During one of them Mickey ‘mickeyl’ Lauer was using his ‘mdbus’ tool to inspect and play with DBus services and methods. As tool looked interesting I decided to try it. Same day I played a bit ... [More] with it on Nokia N900. Results were nicer then with using “dbus-monitor” or “dbus-send” but speed was a bit slow (due to Python used). But there was a hope: Mickeyl already started rewriting “mickeydbus” in Vala which should give speed boost. Yesterday I built “mickeydbus2″ for Maemo5 using OpenEmbedded (more about it in next posts) and played with it. Few bugs appeared, but I fixed some, Mickeyl did rest and coded few improvements. But what this app really do? It has 2 modes basically: listener and method inspector/caller. Example listen session: Nokia-N900-42-11:~# mdbus2 -sl [SIGNAL] org.freedesktop.DBus.NameAcquired /org/freedesktop/DBus org.freedesktop.DBus ( ":1.928" ) [SIGNAL] com.nokia.mce.signal.tklock_mode_ind /com/nokia/mce/signal :1.8 ( "locked" ) [SIGNAL] org.freedesktop.Hal.Device.PropertyModified /org/freedesktop/Hal/devices/platform_slide :1.12 ( 1, [ ( "button.state.value", false, false ) ] ) [SIGNAL] org.freedesktop.Hal.Device.Condition /org/freedesktop/Hal/devices/platform_slide :1.12 ( "ButtonPressed", "cover" ) [SIGNAL] org.freedesktop.Hal.Device.PropertyModified /org/freedesktop/Hal/devices/platform_kb_lock :1.12 ( 1, [ ( "button.state.value", false, false ) ] ) [SIGNAL] org.freedesktop.Hal.Device.Condition /org/freedesktop/Hal/devices/platform_kb_lock :1.12 ( "ButtonPressed", "cover" ) [SIGNAL] com.nokia.mce.signal.tklock_mode_ind /com/nokia/mce/signal :1.8 ( "unlocked" ) [SIGNAL] com.nokia.mce.signal.system_inactivity_ind /com/nokia/mce/signal :1.8 ( false ) [SIGNAL] com.nokia.mce.signal.display_status_ind /com/nokia/mce/signal :1.8 ( "on" ) [SIGNAL] org.freedesktop.Hal.Device.PropertyModified /org/freedesktop/Hal/devices/bme :1.12 ( 2, [ ( "battery.reporting.current", false, false ), ( "battery.charge_level.percentage", false, false ) ] ) [SIGNAL] org.freedesktop.Hal.Device.PropertyModified /org/freedesktop/Hal/devices/platform_kb_lock :1.12 ( 1, [ ( "button.state.value", false, false ) ] ) [SIGNAL] org.freedesktop.Hal.Device.Condition /org/freedesktop/Hal/devices/platform_kb_lock :1.12 ( "ButtonPressed", "cover" ) Asking for bus and methods: Nokia-N900-42-11:~# mdbus2 -s org.bluez / /com /com/nokia /com/nokia/MaemoTelephony /org /org/bluez /org/bluez/899 /org/bluez/899/any /org/bluez/899/hci0 /org/bluez/899/hci0/dev_00_1D_82_32_0A_22 Nokia-N900-42-11:~# mdbus2 -s org.bluez /com/nokia/MaemoTelephony [METHOD] org.freedesktop.DBus.Introspectable.Introspect() -> ( s:none ) [METHOD] com.nokia.MaemoTelephony.SetCallerId( s:none ) -> () And there is also interactive mode with tab completion: Nokia-N900-42-11:~# mdbus2 -i -s MDBUS2> org.bluez /com/nokia /com/nokia /com/nokia/MaemoTelephony MDBUS2> org.bluez /com/nokia/MaemoTelephony [METHOD] org.freedesktop.DBus.Introspectable.Introspect() -> ( s:none ) [METHOD] com.nokia.MaemoTelephony.SetCallerId( s:none ) -> () MDBUS2> How to get it on your N900? Enable “extras-devel” repository and install “mdbus2″ package. Report bugs, send us fixes, ideas, improvements. Git tree is available. All rights reserved © Marcin Juszkiewicz MDBus2 for Maemo5 was originally posted on Marcin Juszkiewicz website Related posts:System updates repository for Maemo5? Maemo5 and (lack of) navigation Discounted Devices Program: N900 [Less]
Posted about 14 years ago
Hola a continuación un extracto de nuestras vivencias en la FOSDEM2010, he intentado ordenarlo cronológicamente pero dado las fotos y vídeos provienen de varias fuentes, son mas de 150 fotos y mas de 60 vídeos y por allí si lo que no faltaba era ... [More] cerveza ruego me perdonéis las imprecisiones temporales, omisión de nombres, y fallos en general  que pueda haber. VIERNES 5 de Febrero 2010 leer más [Less]
Posted about 14 years ago
Encore un brève oubliée !Il s'agit cette fois d'annoncer la sortie de la distribution QtMoko en version 19 (oui, déjà !). Les changements sont les suivants:- Traduction espagnole (Esteban Monge) - Correction du problème de compilation sur les système ... [More] avec QT 4.6 - Correction du problème du freeze sur la suppression d'élément dans le panneau de configuration des réseaux (Jeroen Nijhof) - Correction de problème de font dans les sms (Jeroen Nijhof) - Correction de l'intervale de temps du parammètre de mise en veille (Jeroen Nijhof) - NeronGPS and Arora par défaut- Suppression d'application Demo ou d'applications qui ne marchaient pas- QX se met en pause lors de la réception d'un appel ou d'un sms- Coutournement du problème d'arrivé de SMS - Deux kernel: un incluant le debug qui est stable, un autre plus rapide sans debug mais avec quelques problèmes (wifi qui ne marche pas parfois)- Correction du problème de crash en navigation web - Retour à QT 4.5.3Il y a des problèmes avec QT4.6 ce qui explique le retour à QT4.5.3 pour le moment.Le V17 a été volontairement zappé à cause du kernel de test V17, et la V18 est reservée pour le nouveau kernel 2.6.32 (voir les explications de Radek Polak)Téléchargement par ici : http://sourceforge.net/projects/qtmoko/files/ Merci à Burn2 d'avoir passé l'info sur le forum. [Less]
Posted about 14 years ago
Voici une brève que j'ai oublié de publier la semaine dernière ! Tout est dans le titre, pour en savoir plus je vous invite à lire l'excellent article de PCinpact.Cependant, Harald Welte s'étonne de ne pas trouver le code source de la partie GSM. Alors, à quand Symbian sur le Freerunner ?On en discute par ici.
Posted about 14 years ago
Le FOSDEM 2010 se tenait le week-end dernier. Je me permet de citer Asthro, qui était présent au FOSDEM 2010 et qui n'a pas fait que se tourner les pouces apparemment Bon, je fais mon retour sur le FOSDEM.Alors que je ne devait que fixer deux ... [More] téléphones, je me suis installé sur le stand de TuxBrain (que je remercie encore).Une fois le fer à souder sorti, et le premier FR en pièce, tout le monde avait compris qu'il se passait une BuzzFix Party !Des dizaines de gens se sont attroupés pour regarder, demander, poser des questions en espagnol, en néerlandais, en français, en allemand... un truc de DINGUE!Et les gens on commencé à sortir leur FR de la poche, même un 1973 (que je n'ai pas touché ) A croire que tout les libristes en ont un ... Pour lire la suite, rendez-vous sur le forum. J'espère les membres présents pourront partager leurs photos de cet événement.En attendant, vous pouvez déjà en trouver sur le groupe FOSDEM chez Flickr. [Less]