Difference between revisions of "Andora Project"
(Created page with '= Project Objectives = * Create an Fedora Based Live CD that includes the Eclipse and Android Development Kits - Andora * Ongoing maintenance, improvement, and promotion of the A…') |
(→Project meeting) |
||
(46 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Image:Andora_logo.png|thumb|250px|right|<center>Andora Logo</center> | ||
+ | <br> | ||
+ | {| class="wikitable" border="0" style="background:none;" | ||
+ | |- | ||
+ | | width="100px" vertical-align="super"|'''Developed By'''||width="150px"|[http://zenit.senecac.on.ca/wiki/index.php/APK APK Team] | ||
+ | |- | ||
+ | | '''OS Family'''||Unix-like | ||
+ | |- | ||
+ | | '''Based On'''||[http://fedoraproject.org/ Fedora] | ||
+ | |- | ||
+ | | '''Working State'''||In development | ||
+ | |- | ||
+ | | '''Release Date'''||October, 2011 | ||
+ | |- | ||
+ | | '''Default User Interface'''||Unknown<br><br> | ||
+ | |- | ||
+ | |} | ||
+ | ]] | ||
+ | '''Andora''' is a custom version of Fedora Linux operating system, modified with emphases on developing for the Android platform. Light-weight, fast and preloaded with all the tools needed to write apps for Android is the main objective. A due date for release is planned for October, 2011. | ||
+ | |||
= Project Objectives = | = Project Objectives = | ||
− | * Create | + | * Create a Fedora Based Live CD that includes the Eclipse and Android Development Kits - Andora |
− | * Ongoing maintenance, improvement, and promotion of the Andora Live CD for Android | + | * Ongoing maintenance, improvement, and promotion of the Andora Live CD for Android developers |
= Project History = | = Project History = | ||
+ | * Project Logo proposed by Dan on September 24, 2011 | ||
+ | * Project Wiki Page Created on September 22, 2011 | ||
* Project Name proposed by Mark and John on September 19, 2011 | * Project Name proposed by Mark and John on September 19, 2011 | ||
− | |||
= Member List = | = Member List = | ||
− | Please add | + | Please add your name below: |
* Raymond Chan | * Raymond Chan | ||
+ | * Dan Reyes | ||
+ | * Radion Mynayev | ||
= How to get started = | = How to get started = | ||
Read the following wiki page and try to create a Fedora Spin Live CD: | Read the following wiki page and try to create a Fedora Spin Live CD: | ||
− | * [ | + | * [http://fedoraproject.org/wiki/FedoraLiveCD Fedora Live CD overview] |
− | * [ | + | * [http://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD How to create and use a Fedora Live CD] |
− | * [ | + | * [http://fedoraproject.org/wiki/Classroom/Creating_Fedora_Remix Fedora Class on Creating Fedora Remix] |
= Basic Skills needed = | = Basic Skills needed = | ||
* Installation and configuration of Fedora systems | * Installation and configuration of Fedora systems | ||
+ | * Fedora Installation using Kickstart file | ||
* Basic Linux commands | * Basic Linux commands | ||
* rpm and yum command line tools | * rpm and yum command line tools | ||
* Using virtualization (KVM, Virtual Box, or VMWare) on an Linux system | * Using virtualization (KVM, Virtual Box, or VMWare) on an Linux system | ||
+ | |||
+ | = Project meeting = | ||
+ | During next club meeting. | ||
+ | |||
+ | |||
+ | = Ongoing Andora Project Page = | ||
+ | |||
+ | |||
+ | |||
+ | * [[Andora Project Page]] | ||
= Project competition for the 1st release of Andora Live CD = | = Project competition for the 1st release of Andora Live CD = | ||
− | * | + | * A workable Andora Live CD: |
** contains the least number of rpm packages | ** contains the least number of rpm packages | ||
** the smallest size | ** the smallest size | ||
** take the least time to boot | ** take the least time to boot | ||
− | ** launch | + | ** launch eclipse and load the Android development environment automatically |
** ... | ** ... | ||
* The winner will get the following prize: | * The winner will get the following prize: | ||
Line 34: | Line 68: | ||
** 64MB usb memory stick | ** 64MB usb memory stick | ||
** ... | ** ... | ||
− | |||
− | [[ | + | = Current Kickstart = |
+ | |||
+ | %include /usr/share/spin-kickstarts/fedora-live-desktop.ks | ||
+ | %include /usr/share/spin-kickstarts/fedora-live-minimization.ks | ||
+ | |||
+ | %packages | ||
+ | @Fedora Eclipse | ||
+ | -@office | ||
+ | -krb5-auth-dialog | ||
+ | -krb5-workstation | ||
+ | -pam_krb5 | ||
+ | -quota | ||
+ | -minicom | ||
+ | -jwhois | ||
+ | -mtr | ||
+ | -pinfo | ||
+ | -rsh | ||
+ | -nfs-utils | ||
+ | -ypbind | ||
+ | -yp-tools | ||
+ | -rpcbind | ||
+ | -acpid | ||
+ | -ntsysv | ||
+ | %end | ||
+ | |||
+ | |||
+ | = Change Log = | ||
+ | |||
+ | |||
+ | VER 0.1 | ||
+ | Very first .ks that we made creates ISO the size of 1,124,073,472 bytes. So we are beyond the CD disk and moving to DVD. | ||
+ | Right now working on how to add custom files and patch existing. Radion | ||
+ | |||
+ | VER 0.2 | ||
+ | The size is now 1,071,644,672 bytes. Few more packages is pulled out. Eclipse is still working ;-) | ||
+ | Next version trying to autostart Eclipse with every boot and remove more stuff. Radion | ||
+ | |||
+ | VER 0.3 | ||
+ | Size decreased again 1,062,207,488 bytes! 1265 Packages are installed so far. Eclipse is auto-starting. Radion | ||
+ | |||
+ | VER 0.4 | ||
+ | Working on post script that will install ADT plugin. | ||
+ | Found the way to include foreign files into the spin build. Now working on decreasing size of the image. Radion | ||
+ | |||
+ | VER 0.5 | ||
+ | KS file changed drastically and its now has better configuration flexibility. Its also has a lot of errors :-( | ||
+ | I am trying to decrease size of the Andora to fit onto the CD, hard... | ||
+ | Lots of debugging is ahead to fix the KS. Radion | ||
+ | |||
+ | VER 0.6 | ||
+ | It's 1 am, still debugging the KS and trying to decrease image size. Its really hard to fit on CD with Eclipse and Platform tools. | ||
+ | I don't think it's possible to fit everything on the CD. I am afraid we are gonna have to use DVD. | ||
+ | I tried fedora-live-mini.ks which gives me an image of about 120MB but its not workable, system just stalls on black screen. Radion | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | *Install ADT | ||
+ | *Change Eclipse plugin config file (hard) | ||
+ | |||
+ | *include SDK | ||
+ | *Include SDK Platforms | ||
+ | |||
+ | |||
+ | *What platforms should be included? | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | Just a side note: Andora can be split into 2 versions. | ||
+ | *"Andora Light" - has SDK and eclipse installed and configured but doesn't have SDK downloaded onto the disk. That way Andora can fir on CD. Such a distribution is good when user just wants to install Andora onto USB or HDD and then download the LATEST sdk files. | ||
+ | *"Andora Live" - Has SDK downloaded and its the original "Pop the disk in and program" concept. The problem with it that SDK is more than one gb of the size. With every update we will have to release new image with that gig updated. Plus what if user want other versions of API that Version 2 disk doesn't have predownloaded. Radion | ||
+ | |||
+ | [[Category:Andora]][[Category: Clubs]] |
Latest revision as of 21:31, 27 September 2012
Andora is a custom version of Fedora Linux operating system, modified with emphases on developing for the Android platform. Light-weight, fast and preloaded with all the tools needed to write apps for Android is the main objective. A due date for release is planned for October, 2011.
Contents
Project Objectives
- Create a Fedora Based Live CD that includes the Eclipse and Android Development Kits - Andora
- Ongoing maintenance, improvement, and promotion of the Andora Live CD for Android developers
Project History
- Project Logo proposed by Dan on September 24, 2011
- Project Wiki Page Created on September 22, 2011
- Project Name proposed by Mark and John on September 19, 2011
Member List
Please add your name below:
- Raymond Chan
- Dan Reyes
- Radion Mynayev
How to get started
Read the following wiki page and try to create a Fedora Spin Live CD:
- Fedora Live CD overview
- How to create and use a Fedora Live CD
- Fedora Class on Creating Fedora Remix
Basic Skills needed
- Installation and configuration of Fedora systems
- Fedora Installation using Kickstart file
- Basic Linux commands
- rpm and yum command line tools
- Using virtualization (KVM, Virtual Box, or VMWare) on an Linux system
Project meeting
During next club meeting.
Ongoing Andora Project Page
Project competition for the 1st release of Andora Live CD
- A workable Andora Live CD:
- contains the least number of rpm packages
- the smallest size
- take the least time to boot
- launch eclipse and load the Android development environment automatically
- ...
- The winner will get the following prize:
- CAD $50 gift certification donated by Raymond Chan
- 64MB usb memory stick
- ...
Current Kickstart
%include /usr/share/spin-kickstarts/fedora-live-desktop.ks %include /usr/share/spin-kickstarts/fedora-live-minimization.ks %packages @Fedora Eclipse -@office -krb5-auth-dialog -krb5-workstation -pam_krb5 -quota -minicom -jwhois -mtr -pinfo -rsh -nfs-utils -ypbind -yp-tools -rpcbind -acpid -ntsysv %end
Change Log
VER 0.1 Very first .ks that we made creates ISO the size of 1,124,073,472 bytes. So we are beyond the CD disk and moving to DVD. Right now working on how to add custom files and patch existing. Radion
VER 0.2 The size is now 1,071,644,672 bytes. Few more packages is pulled out. Eclipse is still working ;-) Next version trying to autostart Eclipse with every boot and remove more stuff. Radion
VER 0.3 Size decreased again 1,062,207,488 bytes! 1265 Packages are installed so far. Eclipse is auto-starting. Radion
VER 0.4 Working on post script that will install ADT plugin. Found the way to include foreign files into the spin build. Now working on decreasing size of the image. Radion
VER 0.5 KS file changed drastically and its now has better configuration flexibility. Its also has a lot of errors :-( I am trying to decrease size of the Andora to fit onto the CD, hard... Lots of debugging is ahead to fix the KS. Radion
VER 0.6 It's 1 am, still debugging the KS and trying to decrease image size. Its really hard to fit on CD with Eclipse and Platform tools. I don't think it's possible to fit everything on the CD. I am afraid we are gonna have to use DVD. I tried fedora-live-mini.ks which gives me an image of about 120MB but its not workable, system just stalls on black screen. Radion
- Install ADT
- Change Eclipse plugin config file (hard)
- include SDK
- Include SDK Platforms
- What platforms should be included?
Just a side note: Andora can be split into 2 versions.
- "Andora Light" - has SDK and eclipse installed and configured but doesn't have SDK downloaded onto the disk. That way Andora can fir on CD. Such a distribution is good when user just wants to install Andora onto USB or HDD and then download the LATEST sdk files.
- "Andora Live" - Has SDK downloaded and its the original "Pop the disk in and program" concept. The problem with it that SDK is more than one gb of the size. With every update we will have to release new image with that gig updated. Plus what if user want other versions of API that Version 2 disk doesn't have predownloaded. Radion