diff --git a/README.md b/README.md index ca2e2c0..b00de02 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # TYOS -0.2.4 Alpha
-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:
-https://instructables.com/id/Build-Your-Own-Smartphone/
+http://instructables.com/id/Build-Your-Own-Smartphone/
-##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 diff --git a/apps/order.txt b/apps/order.txt index 13324e3..275c93c 100644 --- a/apps/order.txt +++ b/apps/order.txt @@ -3,5 +3,4 @@ message app-list power camera -shop settings diff --git a/apps/shop/shop.png b/apps/shop/shop.png deleted file mode 100644 index fd7dbf7..0000000 Binary files a/apps/shop/shop.png and /dev/null differ diff --git a/apps/shop/shop.py b/apps/shop/shop.py deleted file mode 100644 index ff14444..0000000 --- a/apps/shop/shop.py +++ /dev/null @@ -1,27 +0,0 @@ -#shop App -#copyright (c) 2015 Tyler Spadgenske -#GPL License -############################### -#To be packaged with stock TYOS -############################### - -from subprocess import Popen -import sys -import pygame - -class Run(): - def __init__(self, fona): - #Stuff to follow app protocol - self.exit = False - self.blit_one_surface = {'surface':[], 'rects':[]} - self.blit = {'surfaces':[], 'rects':[]} - self.next_app = None - - def run_app(self): - pass - - def get_events(self, event): - pass - - def on_first_run(self): - pass diff --git a/credits.md b/credits.md index 31a2ea3..9292615 100644 --- a/credits.md +++ b/credits.md @@ -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
+2. Scott Lewis
+3. Simple Icons
+4. Jardson Almeida
+5. Marek Polakovic
Project Inspired by Dave Hunt's PiPhone and Adafruit's Cam Pi project. diff --git a/src/main.py b/src/main.py index 65f36d4..71d391a 100644 --- a/src/main.py +++ b/src/main.py @@ -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 *