beufreecasse I've noticed the base64 encoding tool removes the first two characters of the second value in the array.
So this:
["images/dragtutorialtext-sheet0.png",
9474, 0, 0, 200, 77, 1, 0.5, 0.506494,
[],[],0]
Becomes this:
["images/dragtutorialtext-sheet0.png",
74, 0, 0, 200, 77, 1, 0.5, 0.506494,
[],[],0]
Not sure if this is the cause of the issue yet, as it's strange it would work on my Nokia.