OF2 / Telio Touch in 2023

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

OF2 / Telio Touch in 2023

Post by brazi »

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.
Other than the activating telnet post i haven't found any information about the steps to take.

Are there any hope or should i just BIN it, even if the standard clock dont look to bad though.

I understand someone own(-ed) openpeak.net, did anymore happen with that heartbeat/update flash process?

fw:8964, sw: 38510(Nov 19 2014:14:22:29)
.brazi@discord / brazier@github
User avatar
roobarb!
Posts: 1769
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: OF2 / Telio Touch in 2023

Post by roobarb! »

Hey there,

If I may, first of all let me point you to my "never bin a joggler" post. I will be more than happy to pay your (reasonable!) postage costs to get it to me rather than it end up binned. :)
I understand someone own(-ed) openpeak.net, did anymore happen with that heartbeat/update flash process?
They do indeed and they were active on here, but I got no response last time I tried to get in touch. Though, I'll be honest, I've been a touch busy and didn't try very hard. They renewed the domain in September, otherwise I was going to pick it up and point it to my build / heartbeat server which the v30300 firmware points to.

Try the telnet stuff and let us know how it goes. Those OF2 units aren't terribly common, so it may even be worth someone desoldering the EFI chip and replacing it with the unlocked version.
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

Re: OF2 / Telio Touch in 2023

Post by brazi »

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.blogspot.com/2010/ ... evice.html
to no avail. The system seems to halt and numlock and caps lock are responsive. But cant seem to boot when blind typing.

Now i cant remember what i was talking about when mentioning telnet, but im guessing it was this: viewtopic.php?t=5142
I already have DNS and apache running so i was going to try and replicate that post. But first i thought i might ask if someone already had everything that is needed up and running already, or the files.
I have already pointed services.openpeak.net to my own server.

Any other usefull things has happened since i last was here? Also some links to information/scripts/firmware and so forth would be greatly appreciated, as crawling the forum for relevant information and files is exhausting and sometimes some information is missing(for a layman)

Edit: To clarify, i have already added the heartbeat file in /dms/device/ with the telnet content:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<command>
   <configuration>
      <device>
         <telnetEnabled>true</telnetEnabled>
      </device>
   </configuration>
</command>
But the apache logs do not show the unit trying to access any files on the server

Edit2: Adding other domains that various apps use to the dns do produce a request to the apache server(And the dns logs also say that it is reponding with the local server.)

Code: Select all

10.0.10.28 - - [14/Apr/2025:23:26:58 +0000] "GET /rss.aspx?show=all HTTP/1.1" 404 442 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4"
.brazi@discord / brazier@github
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

Re: OF2 / Telio Touch in 2023

Post by brazi »

I guess this will be my log for when i forget this in the future.(or if others should stumble up on it)

Image
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://ssl-config.mozilla.org/#server= ... deline=5.7

And success:

Code: Select all

10.0.10.43 - - [16/Apr/2025:22:12:38 +0000] "GET /dms/device/heartbeat?mac=0C:60:76:6E:19:68 HTTP/1.1" 200 1634 "-" "OpenPeak DMS Client/v0.2"
10.0.10.43 - - [16/Apr/2025:22:12:38 +0000] "GET /dms/device/heartbeat?mac=0C:60:76:6E:19:68 HTTP/1.1" 200 1634 "-" "OpenPeak DMS Client/v0.2"
10.0.10.43 - - [16/Apr/2025:22:12:38 +0000] "GET /dms/device/heartbeat?mac=0C:60:76:6E:19:68 HTTP/1.1" 200 1634 "-" "OpenPeak DMS Client/v0.2"
.brazi@discord / brazier@github
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

Re: OF2 / Telio Touch in 2023

Post by brazi »

Image

Image

Made a heartbeat server to communicate with openframes, will drop it on github once its working enough
.brazi@discord / brazier@github
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

Re: OF2 / Telio Touch in 2023

Post by brazi »

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
.brazi@discord / brazier@github
brazi
Posts: 6
Joined: Sat Sep 23, 2023 6:44 pm

Re: OF2 / Telio Touch in 2023

Post by brazi »

If someone need access to the code, it is now accessible on github: https://github.com/brazier/oophs
.brazi@discord / brazier@github
Post Reply