Releases: tyspa1/TYOS
Releases · tyspa1/TYOS
0.5.6
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
- Remove old build of TYOS:
sudo rm -rf tyos
- Download new version:
wget https://github.com/spadgenske/TYOS/archive/0.5.6.zip
- unzip:
unzip 0.5.6.zip
- Rename:
mv TYOS-0.5.6 tyos
- Run:
sudo python tyos/src/main.py
0.5.4
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
0.5.1
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:
- Remove old TYOS build with sudo rm -rf tyos
- Download new edition with
wget https://github.com/spadgenske/tyos/archive/0.5.1.zip
- Unzip package with
unzip 0.5.1
- Rename with
mv TYOS-0.5.1 tyos
0.4.9
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
- Remove old TYOS build with
sudo rm -rf tyos
- Download new edition with
wget https://github.com/spadgenske/tyos/archive/0.4.9.zip
- Unzip package with
unzip 0.4.9
- Rename with
mv TYOS-0.4.9 tyos
0.3.2 Beta
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
- In the home directory run:
sudo rm -rf tyos
- Get the latest software with the command
wget https://github.com/spadgenske/tyos/archive/0.3.2.zip
- Extract with
unzip 0.3.2
- Rename with
mv 0.3.2 tyos
0.2.4
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
- In the home directory, run the command
sudo rm -rf tyos
- Download the update with
wget https://github.com/spadgenske/TYOS/archive/0.2.4.zip
- Unzip with
unzip 0.2.4.zip
TYOS is still under heavy development so check back soon for updates!
0.1.0 Alpha
Only basic features of a cell phone implemented.