-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aditya
committed
Jun 30, 2016
1 parent
578b5fd
commit 9fdded5
Showing
5 changed files
with
439 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Project Goals | ||
============== | ||
|
||
High Level Goals | ||
---------------- | ||
|
||
* Main to get a working phone for Voice and SMS | ||
* Reduce pwoer consumption drastically by tweaking kernel configs | ||
* Create some way of putting PDF/Other static content | ||
* Create a way to have Data Call without android | ||
* Create a tcp layer for PC services for these Applications | ||
* Send blob of email updates | ||
* Send rss feed | ||
* Divert voip phone calls | ||
* Important whatsapp messages | ||
|
||
Everything is unscoped, scope everything **ASAP** | ||
|
||
Feasibility Tests | ||
----------------- | ||
|
||
**Scope Feasibility by completing all these tasks** | ||
|
||
1. Get an Android build for a 'device' compiling (Preferable CynogenMod/AOSP) | ||
2. Create a no UI version and make a USB phonecall | ||
3. Replace Android UI and display a bitmap/JPG | ||
4. Remove all other Non-hlos images, other than modem & ADSP | ||
5. Scope work from here for each feature | ||
|
||
Next Steps if feasibility is met | ||
-------------------------------- | ||
|
||
1. create a repo on personal machine to begin project | ||
2. scope work and begin with basic phone GUI implimentation | ||
3. plan to use QtGUi as is first for embedded stuff (Removing Major hurdles for developement) | ||
4. Get a Dialer App & Link it RIL for calling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Help | ||
==== | ||
|
||
Yay Beatles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.