New Pacemaker firmware 16219

Pacemaker

Forgot to blog this but it seems like Tonium has pretty much disappeared from the scene but some how they uploaded a secret firmware upgrade package… If you have a Pacemaker and would like to try out the new firmware, here’s the details of how to do it. Bear in mind, this firmware is not official and was found on the pacemaker download site by chance. So its very beta, you have been warned

  1. Point you browser to this address: http://www.pacemaker.net/Default.aspx?documentID=158&
  2. once there you’ll be presented with a XML file… now Copy The sessionID… Then point you browser to this address : www.pacemaker.net/Default.aspx?documentID=159&FirmwareVersion=16219&SessionID=(SESSIONID)&DSN=00AA0xx101XXX
  3. Note Look at the address where is says (PASTE SESSIONID) cut that part and replace it with the ID you got from browsing the other page… once done you’ll can download the firmware file..
  4. Once downloaded, rename it to .ZIP… extract it…. the put the extracted file on you pacemaker in the .pacemaker directory (if you can’t find the .pacemaker directory make sure you can browse hidden files on your OS)… once done unplug the pacemaker and the update will be installedWarning: As there’s no official release, theres no manual as well…

You can also download the firmware here, if you can’t be bother doing the session ID thing.

I’ve installed it on my own and not noticed any side effects except the very small one of losing all my previous setup. After 5mins it was all back to as i remembered it.

New changes seem to be.

  • BeatLock – The beat lock has been much improved according to some people. I always use my ear so it little difference to me.
  • Snapping loops – I think the loops now snap to the beat, making it much easier to loop
  • Beat jumping – You can now skip jump beats if your timing isn’t quite right, this could be useful.

I would have liked to have seen more, but the community is getting organised so we may see some serious hacking very soon. I do wonder if they will respect the GPL by giving us all the source code.

Hacking the Pacemaker (progress)

Pacemaker Manager

At last a break through, someone (musicinstinct2) has cracked the way the pacemaker adds and removes music to the SQLlite database.

My initial experiments involved using the sqlite database browser to open up music.db and enter track information. Then manually copy the tracks over to the device, making up random hash values (as I couldn’t work out how Tonium were creating these hashes). It works! The device doesn’t rely on any particular naming convention, whatever is in the filename field in the database (music.db) is used by the device to load the track.

Fantastic…! Now this is cracked and Musicinstinct2 is working on a open source client to manage tracks. The next stage is to crack and understand the XML file which is attached to every single track uploaded on the device. The bulk of the data in stuck in a XML element called realBeatLocations.

I expect it won’t take long before we have the whole thing pretty much cracked. What would make things move along quicker is if Tonium would publish the source as it was created under the GPL.