Rev 331 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 331 | Rev 390 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | * with a MikroKopter ( www.mikrokopter.de ) |
7 | * with a MikroKopter ( www.mikrokopter.de ) |
8 | * |
8 | * |
9 | * |
9 | * |
10 | * Author: Marcus -LiGi- Bueschleb |
10 | * Author: Marcus -LiGi- Bueschleb |
11 | * Project-Start: 9/2007 |
11 | * Project-Start: 9/2007 |
12 | * Version: 0.37 |
12 | * Version: 0.40 |
13 | * Mailto: ligi |
13 | * Mailto: ligi |
14 | * at |
14 | * -at- |
15 | * smart4mobile.de |
15 | * smart4mobile.de |
16 | * |
16 | * |
17 | * Licence: http://creativecommons.org/licenses/by-nc-sa/2.0/de/ |
17 | * Licence: http://creativecommons.org/licenses/by-nc-sa/2.0/de/ |
18 | * (Creative Commons / Non Commercial / Share Alike) |
18 | * (Creative Commons / Non Commercial / Share Alike) |
19 | * Addtitonally to this Licence it is not allowed to use this software in any violent manner. |
19 | * Addtitonally to this Licence it is not allowed to use this software in any violent manner. |
Line 62... | Line 62... | ||
62 | UP/DOWN increas/decrease speed of actual motor |
62 | UP/DOWN increas/decrease speed of actual motor |
63 | LEFT prev motor ( if first go to main screen ) |
63 | LEFT prev motor ( if first go to main screen ) |
64 | RIGHT next motor |
64 | RIGHT next motor |
Line 65... | Line 65... | ||
65 | 65 | ||
66 | *** Tested on: |
66 | *** Tested on: |
- | 67 | SE K800i |
|
- | 68 | SE W800i |
|
67 | SE - K800i |
69 | |
68 | Nokia - N95 |
70 | Nokia N95 |
69 | SE - W800i |
71 | Nokia 6234 |
70 | Nokia - 6234 |
72 | Nokia 6131 |
71 | Nokia - N80 ( Font is too Big - but API worx) |
73 | Nokia N80 |
Line 72... | Line 74... | ||
72 | Nokia - 6230i ( without copter ) |
74 | Nokia 6230i ( without MK ) |
73 | 75 | ||
74 | *** Compile: |
76 | *** Compile: |
75 | - install some tools to fullfill Compile-Dependencys ( see below ) |
77 | - install some tools to fullfill Compile-Dependencys ( see below ) |
Line 85... | Line 87... | ||
85 | Compile: |
87 | Compile: |
86 | - WTK ( 2.2 proven to work - please test with newer ) |
88 | - WTK ( 2.2 proven to work - please test with newer ) |
87 | - Obfuscator (e.g. Proguard from http://sourceforge.net/project/showfiles.php?group_id=54750 |
89 | - Obfuscator (e.g. Proguard from http://sourceforge.net/project/showfiles.php?group_id=54750 |
88 | ) when willing to obfuscate |
90 | ) when willing to obfuscate |
89 | - ANT |
91 | - ANT |
- | 92 | - Ruby for some scripts around the build process |
|
90 | 93 | ||
91 | *** ToDo: |
94 | *** ToDo: |
92 | - Proxying to TCP/IP ( GPRS / UMTS / WLAN ( e.g. N80) .. ) |
95 | - Proxying to TCP/IP ( GPRS / UMTS / WLAN ( e.g. N80) .. ) |
- | 96 | - rescan |
|
- | 97 | - internationalize Stings |
|
93 | - measure DebugSets per Second |
98 | - measure DebugSets per Second |
94 | - log data/csv ( send via TCP/IP ; save ) |
99 | - log data/csv ( send via TCP/IP ; save ) |
95 | - Sound Alarms on Batt low or other triggers |
100 | - Sound Alarms on Batt low or other triggers |
96 | - Flash new MK Version ( with online connectivity it could be an automatic update reminder ) |
101 | - Flash new MK Version ( with online connectivity it could be an automatic update reminder ) |
97 | - set MK-Parameters |
102 | - set MK-Parameters |
Line 134... | Line 139... | ||
134 | 0.33 - Bugfix / Code CleanUp |
139 | 0.33 - Bugfix / Code CleanUp |
135 | 0.34 - select ParamSet to edit |
140 | 0.34 - select ParamSet to edit |
136 | 0.35 - Proxy server test script |
141 | 0.35 - Proxy server test script |
137 | 0.36 - initial Proxy-function in DUBwise ( send data recieved from mk to socket ) |
142 | 0.36 - initial Proxy-function in DUBwise ( send data recieved from mk to socket ) |
138 | 0.37 - write ParamSets / BugFixing |
143 | 0.37 - write ParamSets / BugFixing |
- | 144 | 0.38 - scrolling intro string ( some EYE-Candy ) |
|
- | 145 | 0.39 - rotation instead of clipping in main menu select |
|
- | 146 | 0.40 - Input Values in ParameterEditor via KEY0..KEY9 |
|
139 | 147 | ||
140 | - | ||
141 | - |