Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyspa1 committed May 13, 2015
1 parent 2e4f63f commit aeeeb24
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 41 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# TYOS
0.2.4 Alpha</br>
A mobile operating system for the tyfone
0.3.2 Beta
A mobile operating system for the tyfone.

copyright (c) 2015 Tyler Spadgenske

##Installation and Setup
Follow the guide at:</br>
https://instructables.com/id/Build-Your-Own-Smartphone/</br>
http://instructables.com/id/Build-Your-Own-Smartphone/</br>

##Under Development
TYOS is under development so when installing make sure you use a release from
https://github.com/spadgenske/tyos/releases
otherwise your phone may be buggy.
##Developers
TYOS is now in Beta! Developing your own apps is as easy as pi. Check out the
docs at https://github.com/spadgenske/tyos/wiki
1 change: 0 additions & 1 deletion apps/order.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ message
app-list
power
camera
shop
settings
Binary file removed apps/shop/shop.png
Binary file not shown.
27 changes: 0 additions & 27 deletions apps/shop/shop.py

This file was deleted.

10 changes: 5 additions & 5 deletions credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Programmed by Tyler Spadgenske

Some icons and images were taken from the Noun Project (https://thenounproject.com)
These icons were drawn by:
1. Jason Grube
2. Scott Lewis
3. Simple Icons
4. Jardson Almeida
5. Marek Polakovic
1. Jason Grube</br>
2. Scott Lewis</br>
3. Simple Icons</br>
4. Jardson Almeida</br>
5. Marek Polakovic</br>

Project Inspired by Dave Hunt's PiPhone and Adafruit's Cam Pi project.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sudo python /home/pi/tyos/src/main.py --version
'''

VERSION = '0.2.4'
VERSION = '0.3.2'

import pygame, sys, os, time, datetime
from pygame.locals import *
Expand Down

0 comments on commit aeeeb24

Please sign in to comment.