Author Archives: paguilar

Updating the Samsung Galaxy i7500 using Linux

The Galaxy i7500 was the first android phone built by Samsung. I got this phone some while ago and I wanted to update to a more recent android version (the original firmware ships version 1.6), but unfortunately, Samsung doesn’t give any support nor updates. Thus, if you want to update the firmware, you can use… Read More »

A simple C to XML serializer

Some days ago I was asked for writing a program that could read any given C struct or union from a header file and serialize it to XML. I decided to write a program, called SC2XML: Simple C to XML serializer, flexible enough for adding later new C constructs like enums and typedefs. In order… Read More »