Michael Sheldon's Development Stuff

Michael Sheldon (webmaster at mikeasoft dot com)

May 25, 2008

Jokosher Crash Recovery
Mike @ 4:05 pm

I’ve just finished adding a new feature for the 0.10 release of Jokosher (scheduled for August). Jokosher can now recover a user’s project after a crash:

Jokosher recovering a project after crashing

It still needs some testing, but it seems to work acceptably well at the moment and doesn’t appear to cause any problems with editing while backups are being saved.

Also, thanks to the great work of Sebastian Dröge fixing bugs in the GStreamer audioconvert and deinterleave plugins, when I get home in a couple of weeks I’ll be able to finish the work we started over a year ago on getting support for multiple simultaneous inputs in to Jokosher.


September 18, 2007

New LUGRadio Forums Theme
Mike @ 11:20 am

Just in time for the new season of LUGRadio starting on Monday, I’ve created a new PHPBB3 compatible theme for the LUGRadio forums. The hard working trig should have it up on the official forums soon, until then you can have a peek at it on my development installation, although that might not be around for long.

And here’s a quick screenshot of it for posterity:

LUGRadio Forums


July 1, 2007

OpenMoko on a Treo 650
Mike @ 2:40 pm

Following on from yesterday’s post I now have have OpenMoko running on my Treo.

OpenMoko on a Treo 650

When I next have some time to spare I’ll have a go at hacking support for the Treo’s GSM chip into OpenMoko’s gsmd, then it’ll be possible to make phone calls through OpenMoko’s phone application :).


June 30, 2007

Im in ur Treo, Linuxin’ ur phonez…
Mike @ 7:42 pm

With much help from the chaps in #hackndev I managed to get Linux installed on my Treo 650:

Linux Treo 650

You can see a video of it booting and running a few applications here:

http://elleo.blip.tv/file/get/Elleo-LinuxOnATreo650996.ogg (Ogg Theora)

For anyone else wanting to do this, the steps are as follows:

  1. Download and unpack P3t3’s Treo image.
  2. Overwrite the zImage with my version. This is a more up-to-date kernel and has the initramfs built in to the kernel image (because of some buggyness in the MMC driver loading an initrd image from an SD card can be unreliable).
  3. Copy AngstromOPIE_t650-v01.ext2, linux.boot.cfg and zImage to the root of your SD card (make sure you unmount it cleanly after you’ve finished).
  4. Download P3t3’s Treo version of cocoboot and install it to your Treo.
  5. Run Cocoboot on your Treo, replace the line saying “init=/linuxrc” with “mem=32M”, then hit “Boot”.
  6. Enjoy the geeky goodness :).

For people asking about the 680, I don’t own one but you could try using the latest zImage and cocoboot version from: http://www.palmlinux.cz/p3t3/treo680/.

It’s still not amazingly fast, but adding the swap makes it just about usable (see update), and there’s still a lot of work needs doing before it can actually be used as a phone. I believe P3t3 has worked out how to switch the GSM chip in to AT mode (PalmOS uses some odd binary mode for talking to the chip), but I don’t think things have gone much further than that yet.

To get back in to PalmOS just hit the reset button. It shouldn’t touch any of your files in any way, but it might be a good idea to backup first just in case ;).

Update: The speed can be increased greatly by passing the parameter mem=32M in Cocoboot, for some reason without this the kernel only makes use of about 16MB of RAM.

Update 2: Fixed dead links, added links for Treo 680, removed swap info (not needed with the mem=32M parameter).


June 18, 2007

Jokosher Network Instruments - Contacts Integrated
Mike @ 2:50 pm

Now that I’ve got most of the libempathy and libempathy-gtk functions I need working as python bindings I’ve finally been able to get on with some fun hacking on Jokosher itself. A user’s contacts (managed by Telepathy’s Mission Control) are now offered as possible instruments which can be added to a project:

Add Network Instruments

Next I’ll see about fixing some problems with the python bindings so that the avatar pixbuf generation works correctly, rather than just assigning everyone with a generic avatar.

Also, hello Planet Gnome :) .


May 24, 2007

Every time a bug goes unreported in Jokosher…
Mike @ 7:19 am

Jono Bacon kills a kitten.

Which is to say, Jokosher 0.9 has now been released and we’d really love anyone with some spare time to have a go at testing it and report any bugs. We’d like 1.0 to be a really polished release which works correctly for just about everybody, and for that to happen we need as much testing done as possible. Bugs can be reported here: https://launchpad.net/jokosher/+filebug


May 7, 2007

Jokosher SoC
Mike @ 8:50 pm

I’ve begun work on my Summer of Code project for Jokosher. My task is to integrate VoIP facilities, making it possible for people to treat their contacts as if they were just another instrument. Hopefully making life simpler for podcasters interviewing guests, or for podcasts who’s presenters are all remote.

To start with I’ve been creating python bindings for libempathy and libempathy-gtk. The initial use of these libraries is for the accounts dialog, so that Jokosher can share the same accounts dialog (and actual accounts) as any other libempathy based applications. The bindings currently wrap approximately 75% of libempathy’s functions, which is far more than I need myself, but I’d like to try and make the bindings as complete as possible so that they can help other GNOME developers wanting to make use of VoIP functionality.

Here’s a quick screenshot of Jokosher displaying the libempathy-gtk accounts dialog. There’s still some bugs to work through, but things are starting to pick up momentum :) .

Jokosher Network Instrument Accounts


May 5, 2007

Speaking At LUGRadio Live ‘07
Mike @ 7:02 pm

The schedule for LUGRadio Live ‘07 has now been announced and it looks like I’ll be giving my talk at 2:00pm on Saturday, just after lunch. I’ll be discussing a little project I’ve been working on for a while called SabreGL; this is an attempt to bring the easy 3D game creation offered by proprietary products such as DarkBASIC and Blitz3D to the Free software world.

SabreGL’s still a long way from being perfect, but I think LUGRadio Live will be a good chance to introduce it to the world and get a little feedback on how people would like to see it grow.

I’m hoping to be able to show off SabreGL’s current features by hacking together a small LUGRadio themed game, I shan’t be revealing the full details of this before my talk, but to whet your appetite here’s a little screenshot:

LUGRadio 3D

(Yes, I know they look slightly like zombies, I suck at texturing ;) ).

I’m looking forward to meeting up with various of the #lugradio denizens again, although I’m a tad worried that since I’m on at the same time as The Angriest Man In The Universe some of my potential audience may be too intimidated to turn up to my talk ;) .


November 24, 2006

Playing YouTube videos without Flash
Mike @ 10:32 pm

After a brief chat with mattl in #jokosher I decided to hack together a little Grease Monkey script to find the FLV URL for a YouTube video (like extensions such as Fast Video Download do) then strip out the flash player and replace it with an <embed> tag, so a player like mozilla-mplayer can display the video instead.

No more audio syncing problems, no more jerky playback and most importantly no more non-free flash plugin :). The only downside is that it has to buffer the entire file before it’ll play correctly.

Here’s a pretty screenshot of it playing a video about the One Laptop Per Child project.

FLV Player

And here’s the actual script if you want to give it a go:

FLV Player

When I get around to it I’ll see about adding support for more sites (google video, daily motion, etc.).


November 20, 2006

Jokosher 0.2 Released
Mike @ 6:26 pm

Version 0.2 of Jokosher has now been released, with lots of new exciting features including: Internationalisation, LADSPA effects, extensions, presets, a metronome and (hopefully) more robust recording support along with a slew of bug fixes. And in related news we’re currently the top rated application over at gnomefiles.org :).


Next Page »

Powered by WordPress