I just uploaded the sources on my GitHub account! So, do you want to build it? Here's a step-by-step introduction:
- Get all the design files from the main repo: https://github.com/mastrogippo/1337-3310-tool
- Build the hardware!
- Download the firmware, binaries and tools from here: NokiaPack
- If you're lazy go to step 10, if not read on to generate the Font and Bitmap binaries yourself
- Use the PPM editor in the NokiaFirmware folder with the .fls file to export the .pef file with the fonts and a folder with all the bitmaps in the original firmware
- Get the Bitmap converter: https://github.com/mastrogippo/BitmapToBinary
- Place the bitmaps in the "bmp" folder with the BitmapToBinary exe, run the program, select the bitmaps to include and click "Gen"
- Get the PEF Fonts tool: https://github.com/mastrogippo/PEF-Fonts
- Place the font PEF file in the same folder as the PEF Fonts executable, run it to generate the font binaries, save them and the listed offsets
- Get the EEPROM upload tool: https://github.com/mastrogippo/Arduino-EEPROM-Upload
- Upload the sketch to the Arduino (if you have all the hardware conneted, upload the 1337 3310 sketch uncomenting the #define EEWRITE)
- Copy all the bin files to the EEPROM uploader folder and run it (change the serial port in the code if needed)
- Upload the binaries, then click any phone button to end the write process if you're using the 1337 3310 sketch; the phone will beep
- Comment again the #define EEWRITE and upload the sketch
- ???
- PROFIT!!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.