Code Monkey home page Code Monkey logo

bluechat's Introduction

BlueChat

Reverse engineering Samsung's Bluetooth Chat from old dumbphones

What is it?

Some old Samsung dumbphones have a feature called Bluetooth Chat. Its a small proprietary chat protocol that relies on Bluetooth, allowing users to create small local chats between each other.

Why now?

According to yet another BS suggestion by russian government, using Internet now can lead to any of your data being accessed by the feds. If there's one thing I would like to not happen to my data, its feds looking at it and misunderstanding my jokes. So, an old decentralized service is exactly what we need, eh?

Format

My Samsung B5722 Duos sends chat messages as .vnt notes. Old Samsung phones use .vnt as a common format for regular text notes, so if you try to send a Bluetooth Chat message to, say, Star 5230 (that does not have bluetooth chat), it goes to Notes.

A sample note looks like this:

BEGIN:VNOTE
VERSION:1.1
BODY;ENCODING=QUOTED-PRINTABLE;CHARSET=UTF-8:Sample Text
DCREATED:20220612T221205
X-SAMSUNG-BTM:SUPPORT
END:VNOTE

Its a text file. Yeah. The text is put into the end of the third line. Not providing any text can crash some phones.

DCREATED is the date, tho it usually does not matter in the Bluetooth Chat context.

X-SAMSUNG-BTM seems to be the flag that tells the phone that this Note is not a regular Note, but a Chat message.

A linux bash script is provided by me to try and send sample notes to phones.

bluechat's People

Contributors

gaussandhisgun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.