Category Archives: Linux

BlackBerry PlayBook & Linux

While most phones, tablets, cameras and other USB devices … act as a mass-storage device, RIM has opted for another solution to the tablet PlayBook. That’s why I post this article. Indeed, the PlayBook looks like a CD-ROM with drivers to install for Windows ! Once the driver for Windows installed, the PlayBook looks again. It is then available as a network drive. The PlayBook indeed behaves as a network interface. The data is then accessible via the network. If …
Continue reading

Posted in BlackBerry, Linux | Tagged , , | 4 Comments

Locomotives adding on Rocrail

After discovering Rocrail and saw its installation, we will immediately see how to declare a new locomotive. Once this is done, we will not be very far from what our ecos center can do ! First, you have to set the locomotive on your Ecos. From the menu “Object”, which contains a list of all network elements that we can declare we select “Locomotives.” A window with several tabs will open and we will inform each of these tabs to …
Continue reading

Posted in Debian, Linux, Rail layout, Rocrail | Tagged , , , | 4 Comments

Rocrail & Rocview configuration

For those who have followed the previous articles, you must have read that I want to do a digital network to be able to control it via a computer, a phone or a tablet. The interest is to have an interface as user friendly as possible and especially to overcome the limitations of a central (in my case to the ecos ESU). Eventually, my network must be fully automated or not. Either the computer controls the trains following a schedule …
Continue reading

Posted in Debian, Linux, Rocrail | Tagged , , | 5 Comments

PHP – PHPUnit

PHPUnit is a unit test suite framework for PHP. I have had some difficulties to find informations to install PHPUnit ; so I write a small article to keep a clue about the install process : $ pear update-channels $ pear upgrade $ pear channel-discover components.ez.no $ pear channel-discover pear.symfony-project.com $ pear channel-discover pear.phpunit.de $ pear install –alldeps phpunit/PHPUnit It was easy ; but we have to know it !

Posted in Debian, Linux, ProgWeb | Tagged , | Leave a comment

SignatureTool & BlackBerry JDK & IPv6

A new post to update the post about “Devel on a BlackBerry device”. If your system suppots the IPv6 protocol ; the SignatureTool tool doesn’t work To work, you have to only add a command line option to force the tool to work with the IPv4 protocol. So the command is : $ java -Djava.net.preferIPv4Stack=true -jar SignatureTool.jar This option is true for all Java applications aren’t compliant with IPv6.

Posted in BlackBerry, IPv6, Linux | Tagged , , | Leave a comment

Tether BlackBerry

Hi and happy new year.

To begin the year, a new post to use your BlackBerry as a modem.

Be carefull ! this option can be expensive and don’t permit by your peer.
Continue reading

Posted in BlackBerry, Debian, Linux | Tagged , , , , | 1 Comment

BlackBerry Torch device with Linux

Yes ! I have received my new toy ! a BlackBerry Torch. I have quickly tested the new device with Barry tools : btool, barrybackup… ; and the OpenSync synchronization framework.

Here the first results of my tests. Later I’ll post an article about Barry using.
Continue reading

Posted in BlackBerry, Debian, Linux | Tagged , , , | 13 Comments

Devel on a BlackBerry device

An old post where I explain a solution to write applications for your BlackBerry with Linux.
Continue reading

Posted in BlackBerry, Linux | Tagged , , , , , | Leave a comment

BlackBerry Storm device with Linux

This evening, an old post about the BlackBerry using with Linux. I use for this several tools : barry and barrybackup ; and also the OpenSync synchronization framework. I explain how use a BlackBerry Storm as a MTP multimedia player.
Continue reading

Posted in BlackBerry, Linux | Tagged , , , | 2 Comments

OpenSync install

OpenSync is a synchronization framework that will be a platform independent and in particular Linux. OpenSync is modular : a core and plugins for content formats and different kind of connection types. It should allow it to be a solution to synchronize PIM (Personal Information Management – addressbook contacts, calendar events and tasks, personal notes, etc) data between mobile devices like mobile phones, PDAs (Personal Digital Assistant), desktop computer PIM tools.

As I’m used to use and contribute to OpenSync project, you’ll find a post about
the installation.
Continue reading

Posted in Debian, Linux | Tagged , , | Leave a comment