Search found 6 matches
- Fri Apr 25, 2025 7:50 pm
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
Re: OF2 / Telio Touch in 2023
If someone need access to the code, it is now accessible on github: https://github.com/brazier/oophs
- Fri Apr 25, 2025 12:34 am
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
Re: OF2 / Telio Touch in 2023
Forgot to add this here, once telnet is active, rewrite efi with img from here: https://openbeak.net/openframe/firmware/efi/
Code: Select all
umount /dev/sda1
mount -t vfat /dev/sda1 /mnt
modprobe fh
dd if=/dev/fh of=/mnt/of2_backup.img bs=1M
dd if=/mnt/of2_efi_telio.img of=/dev/fh bs=1M
- Sat Apr 19, 2025 3:14 pm
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
Re: OF2 / Telio Touch in 2023


Made a heartbeat server to communicate with openframes, will drop it on github once its working enough
- Wed Apr 16, 2025 11:25 pm
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
Re: OF2 / Telio Touch in 2023
I guess this will be my log for when i forget this in the future.(or if others should stumble up on it) https://i.imgur.com/RQvLwid.png Since the device is so old it fails on TLSv1 and SSLv3, no available ciphers and handshake error. Fix apache2.conf to accept old/unsecure protocols/cipers: https://...
- Mon Apr 14, 2025 10:14 pm
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
Re: OF2 / Telio Touch in 2023
Well im back after some 1,5 year, and found this beauty again and this time i finally have some time to actually try get it working. To bad i forgot the information i picked up last time. So far i have tried the ESC-bashing again with a FAT(and fat32) formated USB stick as per: https://jogglerhacks....
- Sat Sep 23, 2023 6:56 pm
- Forum: General / Software
- Topic: OF2 / Telio Touch in 2023
- Replies: 6
- Views: 14672
OF2 / Telio Touch in 2023
Hi, glad to see there are some activity here in 2023. I was so "lucky" as to pick up an open frame 2 on a flea market today, but i soon discovered it was a telio branded one. fyi i have tried booting with different usb sticks and interrupting the boot process to no avail, as i suspected. O...