Skip to content

Releases: tyspa1/TYOS

0.5.6

23 May 21:50
Compare
Choose a tag to compare

Fixed in this release:

  • Fixed error that causes camera to overwrite, delete, and modify incorrect photos, after software is updated.
  • Added missing C library, that caused the camera app to not work at all.

How to Update

  1. Remove old build of TYOS:
    sudo rm -rf tyos
  2. Download new version:
    wget https://github.com/spadgenske/TYOS/archive/0.5.6.zip
  3. unzip:
    unzip 0.5.6.zip
  4. Rename:
    mv TYOS-0.5.6 tyos
  5. Run:
    sudo python tyos/src/main.py

0.5.4

06 Apr 16:53
Compare
Choose a tag to compare

Fixed in this release:

  • Fixed error in phone app that made calls from countries outside of the United States invalid.
  • Fixed error in message app that blocked messages from being sent if not in the United States.
  • Added a constant to main.py to control whether the RTC time is parsed into 12 hour time or left alone.

How to Update

Remove old build of TYOS:
sudo rm -rf tyos
Download new version:
wget https://github.com/spadgenske/TYOS/archive/0.5.4.zip
unzip:
unzip 0.5.4.zip
Rename:
mv TYOS-0.5.4 tyos
Run:
sudo python tyos/src/main.py

0.5.2

21 Aug 01:34
Compare
Choose a tag to compare

Changed name to TyTelli to avoid confusion with Tyfone Inc.

  • New logo

0.5.1

16 Aug 16:12
Compare
Choose a tag to compare

New in this Release:

  • Camera app completely redone. No longer uses adafruit-pi-cam. Capture is much faster, the gallery loads quicker, and Dropbox uploading takes advantage of Python's multiprocessing features.

Bugs Fixed:

  • Clock. The RTC software was upgraded and works 100% better.

How to Update:

  1. Remove old TYOS build with sudo rm -rf tyos
  2. Download new edition with wget https://github.com/spadgenske/tyos/archive/0.5.1.zip
  3. Unzip package with unzip 0.5.1
  4. Rename with mv TYOS-0.5.1 tyos

0.4.9

31 May 17:29
Compare
Choose a tag to compare

Important changes and fixes.

New Features:

  • Error logs. When an error occurs it is stored in tyos/logs/tyos.log
  • Audio config file. Switch your audio mode from built in (1) to external (0) in the config file tyos/configure/audio.conf
  • Added debug mode to framebuffer.

Bug Fixes:

  • Hanging up no longer causes error due to feature added in 0.3.2.
  • TYOS now works with more than one input device.
  • The number of SMS messages in memory is now parsed correctly.
  • Text messages with more than three lines no longer annoyingly overlap.
  • Fixed glitch that sometimes would not allow hangup button to appear.
  • Disabled annoying runtime warnings.
  • Made configure and logs directories create themselves if they don't exist.

How to Update

  1. Remove old TYOS build with sudo rm -rf tyos
  2. Download new edition with wget https://github.com/spadgenske/tyos/archive/0.4.9.zip
  3. Unzip package with unzip 0.4.9
  4. Rename with mv TYOS-0.4.9 tyos

0.3.2 Beta

13 May 17:38
Compare
Choose a tag to compare
0.3.2 Beta Pre-release
Pre-release

TYOS is now in Beta! Bugs were fixed, and an app format created!

Bug Fixes:

  • When too few apps installed, raise error
  • Messaging app works with any number of messages, not just two digit numbers (Major glitch)
  • Overall cleanup and organization of code

New Features:

  • More than four apps can be installed. New app list
  • Settings app. Delete SMS messages and toggle on and off the headset for phones without built in speaker and microphone.

How to Update

  1. In the home directory run: sudo rm -rf tyos
  2. Get the latest software with the command
    wget https://github.com/spadgenske/tyos/archive/0.3.2.zip
  3. Extract with unzip 0.3.2
  4. Rename with mv 0.3.2 tyos

0.2.4

20 Apr 21:15
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Bug Fixes and New Features!

Bugs Fixed:

  • Long distance calling now accepted by call app
  • Apps automatically exit when phone detects incoming call
  • Messages are no longer accidentally considered calls
  • Battery percentage properly extracted
  • Overall cleanup of code

New Features:

  • New Power app! Instead of instant shutdown when power app is opened, a small menu with options to shutdown, logout, or cancel appears. Logout is great for developers.
  • Reception of sms messages! Before you could only send sms messages, but now receiving them is possible thanks to the redesigned messaging app.
  • Contacts! Incoming messages will now associate names with numbers. Contacts are handled in the /home/pi/tyos/configure/contacts.conf Create the directory and file and then add a line with this format: Joe=1123456789
  • Low battery warning! When your phone's battery drops below 30% a warning appears on the main screen.
  • --version tag. Use this when running main.py to get your version of TYOS. Automatic update checking coming soon!

How to Update

  1. In the home directory, run the command sudo rm -rf tyos
  2. Download the update with wget https://github.com/spadgenske/TYOS/archive/0.2.4.zip
  3. Unzip with unzip 0.2.4.zip

TYOS is still under heavy development so check back soon for updates!

0.1.0 Alpha

02 Apr 12:25
Compare
Choose a tag to compare
0.1.0 Alpha Pre-release
Pre-release

Only basic features of a cell phone implemented.