You are browsing as a guest. Sign up (or log in) to start making projects!

simonproyt

@simonproyt

Joined June 6th, 2026

  • 35Devlogs
  • 6Projects
  • 5Ships
  • 48Votes
Open comments for this post
Reposted by @simonproyt

7h 29m 3s logged

Devlog 2: Finally working multimodal audio and video support

So after a lot of trial and error i finally added multimodal audio and video support because they were the only two things missing from a complete cpu engine because i wanted a fully working cpu reference before doing anything with cuda and stuff but i want to get cuda working asap because the smaller models that i have been testing that would run on my cpu with a good speed they kinda have bad multimodal performance
Thank you for reading my devlog

0
1
79
Open comments for this post

7h 29m 3s logged

Devlog 2: Finally working multimodal audio and video support

So after a lot of trial and error i finally added multimodal audio and video support because they were the only two things missing from a complete cpu engine because i wanted a fully working cpu reference before doing anything with cuda and stuff but i want to get cuda working asap because the smaller models that i have been testing that would run on my cpu with a good speed they kinda have bad multimodal performance
Thank you for reading my devlog

0
1
79
Open comments for this post
Reposted by @simonproyt

11h 17m 12s logged

First devlog for this new project

So i decided to start this new project while waiting for my other project getting reviewed

Why did i do this:

I was kinda bored waiting for my other project to be reviewed by ppl and i wanted to try out zig so i thought this is a great toy project idea to play with in zig

What models are tested (others might work but i havent tested them):

  • smollm2-360m
  • gemma 4 and its variants with curently only image multimodal working but sound and video might be added in the future

Thank you for reading my devlog

0
1
115
Open comments for this post

11h 17m 12s logged

First devlog for this new project

So i decided to start this new project while waiting for my other project getting reviewed

Why did i do this:

I was kinda bored waiting for my other project to be reviewed by ppl and i wanted to try out zig so i thought this is a great toy project idea to play with in zig

What models are tested (others might work but i havent tested them):

  • smollm2-360m
  • gemma 4 and its variants with curently only image multimodal working but sound and video might be added in the future

Thank you for reading my devlog

0
1
115
Open comments for this post
Reposted by @simonproyt

3h 36m 22s logged

Devlog 11: Fixing a few bugs and getting the app ready to ship

So in this time i havent done a lot of like cool stuff rather i was fixing a few bugs that broke the messaging feature and image attachment loading because i wanted to showcase those in my demo video and i fixed the github action so ppl can download an apk for the latest version if they want to try it out on their own legacy device also sorry for not writing a dev log sooner i was kinda busy but now i finally got the time to get the project into a ready to ship state

0
1
13
Ship

So i taught this project was going to be easy like creating the tidal client for legacy devices but like i was so naive and didnt yet understand how hard it is going to be but it was good in the end i think because i learned a lot about the signal protocol encryption and about backporting and how to make legacy android do things that it was never intended to do but the project is still not finished and i have a lot of work ahead if i want make the app feature complete to the normal signal mobile app but i think its a great demo and it was a great learning experience

  • 11 devlogs
  • 50h
  • 18.54x multiplier
  • 933 Stardust
Try project → See source code →
Open comments for this post

3h 36m 22s logged

Devlog 11: Fixing a few bugs and getting the app ready to ship

So in this time i havent done a lot of like cool stuff rather i was fixing a few bugs that broke the messaging feature and image attachment loading because i wanted to showcase those in my demo video and i fixed the github action so ppl can download an apk for the latest version if they want to try it out on their own legacy device also sorry for not writing a dev log sooner i was kinda busy but now i finally got the time to get the project into a ready to ship state

0
1
13
Open comments for this post
Reposted by @simonproyt

4h 7m 34s logged

Devlog 10: Finally added image sending/receiving support

So the next thing i taught i would add to my app is image sending and receiving support because that is like kinda a basic feature that any messaging app needs so i added

  • image reviving
  • sending images from the phones storage and via taking a picture with the camera

adding these was kinda annoying with figuring out all the correct endpoints and stuff but i think it was worth it in the end

0
1
75
Open comments for this post

4h 7m 34s logged

Devlog 10: Finally added image sending/receiving support

So the next thing i taught i would add to my app is image sending and receiving support because that is like kinda a basic feature that any messaging app needs so i added

  • image reviving
  • sending images from the phones storage and via taking a picture with the camera

adding these was kinda annoying with figuring out all the correct endpoints and stuff but i think it was worth it in the end

0
1
75
Open comments for this post
Reposted by @simonproyt

2h 32m 27s logged

Devlog 9: New features and a bit of an ui overhaul

So I decided to make the ui a bit more pretty and a few new features
So this is what i added:

  • a new cleaner ui
  • contact profile picture support
  • message time stamping in the ui
  • dark theme and theme switcher with persistence

these are just like qol improvements that i decided to add into the app nothing special but like i missed a few features like the dark theme myself so nothing major but i hope these changes makes the app more usable to ppl

0
1
70
Open comments for this post

2h 32m 27s logged

Devlog 9: New features and a bit of an ui overhaul

So I decided to make the ui a bit more pretty and a few new features
So this is what i added:

  • a new cleaner ui
  • contact profile picture support
  • message time stamping in the ui
  • dark theme and theme switcher with persistence

these are just like qol improvements that i decided to add into the app nothing special but like i missed a few features like the dark theme myself so nothing major but i hope these changes makes the app more usable to ppl

0
1
70
Open comments for this post
Reposted by @simonproyt

4h 0m 54s logged

Devlog 8 Working name syncing

So after a lot of work i finally made it work so it can show the name that you entered on the signal set up or the devices not just the phone numbers or just unknown sender or just the user id on my app so i guess another feature added now but i still want to add a few stuff before shipping

0
1
8
Open comments for this post

4h 0m 54s logged

Devlog 8 Working name syncing

So after a lot of work i finally made it work so it can show the name that you entered on the signal set up or the devices not just the phone numbers or just unknown sender or just the user id on my app so i guess another feature added now but i still want to add a few stuff before shipping

0
1
8
Open comments for this post
Reposted by @simonproyt

6h 28m 33s logged

Devlog 7: Partly finally working message send/receive

So after a lot of work i finally managed to get message sending and receiving working with all of their related crypto stuff but its kinda broken because our message sending api does not support sealed sender yet only the old legacy unsealed sender api that does not encrypt the sender data like modern signal does so on all of the replies it says that they came from unknown contact rather then the actual contact so im working on implementing that so the current stage of the project is after 3x hours of development is
Whats working:

  • registering onto the signal network via the phone number and the captchas
  • receiving messages
    Whats not working or only partially working:
  • sending messages (not working fully because the sealed sender stuff that i talked about previously)
0
1
47
Open comments for this post

6h 28m 33s logged

Devlog 7: Partly finally working message send/receive

So after a lot of work i finally managed to get message sending and receiving working with all of their related crypto stuff but its kinda broken because our message sending api does not support sealed sender yet only the old legacy unsealed sender api that does not encrypt the sender data like modern signal does so on all of the replies it says that they came from unknown contact rather then the actual contact so im working on implementing that so the current stage of the project is after 3x hours of development is
Whats working:

  • registering onto the signal network via the phone number and the captchas
  • receiving messages
    Whats not working or only partially working:
  • sending messages (not working fully because the sealed sender stuff that i talked about previously)
0
1
47
Open comments for this post
Reposted by @simonproyt

3h 27m 5s logged

Devlog 6 Discoverability finally works

So after a lot of pain and trial and error and using the signal android source code as an some sort of example that how does the protocol work now we have a finally working code and i can finally move onto the message encryption/decryption part and make it work

0
1
76
Open comments for this post

3h 27m 5s logged

Devlog 6 Discoverability finally works

So after a lot of pain and trial and error and using the signal android source code as an some sort of example that how does the protocol work now we have a finally working code and i can finally move onto the message encryption/decryption part and make it work

0
1
76
Open comments for this post
Reposted by @simonproyt

3h 40m 35s logged

Debugging hell pt2

sorry guys i have been on vacation and taking a bit of a break from the project because of it but now its back in active development now but sadly after fixing registration there is another problem my phone with the latest signal client sadly cant find my client says that its not registered some why even tho it successfully registers so im working trying to fix that possibly and make this project work finally

0
1
77
Open comments for this post

3h 40m 35s logged

Debugging hell pt2

sorry guys i have been on vacation and taking a bit of a break from the project because of it but now its back in active development now but sadly after fixing registration there is another problem my phone with the latest signal client sadly cant find my client says that its not registered some why even tho it successfully registers so im working trying to fix that possibly and make this project work finally

0
1
77
Open comments for this post
Reposted by @simonproyt

6h 38m 30s logged

Devlog 4: Finally working registration

So after like 15 hours of continuous work and debugging i can finally now say that the registration and connection to the signal network is finally working now and i can finally move onto actually making the app itself rather then just having to do trial and error debugging with libsignal and the protocol also while i was testing the app i made a working ci pipeline so the app could be actually downloaded by other ppl now that took a few attempts because of the setting up of the rust toolchains stuff and the android ndk setup part having a few bugs but that is working too now

0
1
185
Loading more…

Followers

Loading…