<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Wouter,</p>
    <p>thanks for the thorough analysis! I have already prepared
      ttmp32gme to also use the comment field.</p>
    <p>For future reference, here is a thread in the mailing list
      discussing the language field in the gme header:</p>
    <p><a class="moz-txt-link-freetext" href="https://lists.nomeata.de/archive/tiptoi/2017/001605.html">https://lists.nomeata.de/archive/tiptoi/2017/001605.html</a></p>
    <p>Cheers,</p>
    <p>Till<br>
    </p>
    <div class="moz-cite-prefix">On 29.07.19 09:00, Joachim Breitner
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:2536dce151c9b7ad05fa1b85b33d18a6f3041a3d.camel@joachim-breitner.de">
      <pre class="moz-quote-pre" wrap="">Hi Wouter,

thanks very useful information! Maybe you can extend the table at
<a class="moz-txt-link-freetext" href="https://github.com/entropia/tip-toi-reveng/wiki/Hardware">https://github.com/entropia/tip-toi-reveng/wiki/Hardware</a>

I would expect that making the comment field mandatory is a change in
the firmware, and I would (naively) expect that other pens would do the
same after a firmware update. Is there a firmware update out for the
other pens, and does it make the comment field mandatory? Could someone
verify that?

According to
<a class="moz-txt-link-freetext" href="https://github.com/entropia/tip-toi-reveng/blob/master/GME-Format.md">https://github.com/entropia/tip-toi-reveng/blob/master/GME-Format.md</a>
the Version number is sometimes 
CHOMPTECH DATA FORMAT CopyRight 2009 Ver2.x.yyyy
(one digit with x). Does this still work for you then, Wouter?

Cheers,
Joachim


Am Sonntag, den 28.07.2019, 21:27 +0200 schrieb Wouter Betting:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">- SOLVED -

After a bit of trial and error I found where this problem is coming from. Thanks to Tobias and Till for helping me out.
I converted an original, and working, .gme file to .yaml + audio files (tttool export .gme / tttool media .gme) and immediately reassembled that into a new .gme file (tttool assemble .gme). The new file still worked after copying it to the pen! So the extracted .yaml file must contain something that made it work...
I then started stripping down the .yaml file step by step. Constantly checking whether the reassembled .gme file would still work on the pen.

This is the result:
Both “comment: “ AND the “gme-language: “ tags are now mandatory instead of optional. At least for the hardware / firmware version of my pen.
On top of that I found that the comment line MUST contain: CHOMPTECH DATA FORMAT CopyRight 2019 Ver0.00.0001
The year and version number can be changed. But the version MUST be in the format: VerX.XX.XXXX

For me this is the minimum .yaml code to get a functional .gme:
media-path: Audio/digits/%s
welcome: blob
product-id: 901
comment: CHOMPTECH DATA FORMAT CopyRight 2019 Ver0.00.0001
gme-lang: DUTCH
scripts:
  1201:
  - P(blob)

kind regards,
Wouter

</pre>
        <blockquote type="cite">
          <pre class="moz-quote-pre" wrap="">Op 27 jul. 2019, om 01:43 heeft Wouter Betting <a class="moz-txt-link-rfc2396E" href="mailto:w.betting@chello.nl"><w.betting@chello.nl></a> het volgende geschreven:

Hello Everybody,

I was looking forward to making my own scripts and being able to print oid-codes for use with the Tiptoi pen.
I think I covered the basics before buying my first pen:
1: being able to write code and converting it to a .gme file using tttool
2: being able to print the oid-codes that are readable by the pen
All these steps are working just fine.

But the problem is that after copying the .gme files to my pen, it only reads the original Ravenburgers .gme files, and not the .gme files created by tttool.

I've tried a lot of things to figure out where this problem is coming from. But so far it feels like there is some sort of copyprotection at work which recognizes the difference between the original and a modified .gme file.
I'm running out of ideas and hope that maybe someone can help me out here.


Here is a bit of extra information:
The Tiptoi pen I have is without playback buttons and without recording option. It is brand new, I bought it a week ago. It has 8GB of USB memory and I assume the processor is the 3203L. The hardware looks like a generation 2 (horizontal volume buttons), but it does not have the player buttons on top.

The file 'LanguageInfo2.txt' tells me:
5
999 GERMAN Update3203L.upd
998 FRENCH Update3203L_fr.upd
997 DUTCH Update3203L_nl.upd
996 ITALIAN Update3203L_it.upd
995 RUSSIA Update3203L_ru.upd
994 ENGLISH Update3203L_en.upd

The file '.tiptoi.log' tells me:
TW153238ˇˇˇˇˇˇˇˇ2D0013ˇˇˇˇˇˇDUTCHˇˇˇˇˇˇ3203Lˇˇˇˇˇˇ

I've tried copying .gme files to the pen and printing their respective product-id as oid-code, and then:
- assembling the Debug.yaml using tttool, 
 FAIL, audio message: "first download the audio files to the pen..."
- creating my own .yaml file with product-id and only one script to play a sound, 
 FAIL, audio message: "first download the audio files to the pen..."
- downloading pre-assembled 'stepseq.gme' and 'TipMaster-0.9.1.gme', 
 FAIL, audio message: "first download the audio files to the pen..."
- downloading several .gme files from de Ravensburger website, 
 SUCCES, audio message: "welcome to this book..."


I hope that someone can at least point me in a new direction and tell what to try next. If someone needs more information, please let me know.



kind regards,
Wouter
-- 
tiptoi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tiptoi@lists.nomeata.de">tiptoi@lists.nomeata.de</a>
<a class="moz-txt-link-freetext" href="https://lists.nomeata.de/mailman/listinfo/tiptoi">https://lists.nomeata.de/mailman/listinfo/tiptoi</a>
</pre>
        </blockquote>
        <pre class="moz-quote-pre" wrap="">

</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
      </blockquote>
    </blockquote>
  </body>
</html>