Clarify Installation FAQ section

master
Florent Revest 2017-07-09 11:06:31 +01:00
parent caa5449f75
commit d9fff5ef3b
1 changed files with 26 additions and 13 deletions

View File

@ -3,7 +3,8 @@ title: Install
slug: install
---
<p>AsteroidOS can be installed as an alternative operating system on various smartwatches. Instructions for each model can be found thereafter:</p>
<p>AsteroidOS can be installed as an alternative operating system on various smartwatches. Instructions for each model can be found below:</p>
<p>If you have questions regarding the installation process, please check out the <b>FAQ</b> section.</p>
<a href="{{rel 'install/anthias'}}"><div class="install-box">
<img src="{{assets}}/img/anthias.jpg" width="100%"><br>
@ -42,15 +43,27 @@ slug: install
<h1>FAQ</h1>
</div>
<ol>
<li>Will I be able to go back to the previous operating system after installing AsteroidOS on my watch?</li>
<i>When installing AsteroidOS, you can choose between replacing your previous OS or keeping a "dual-boot". If you decide to replace your previous OS, it is advised to make a backup of your <b>userdata</b> and <b>boot</b> partitions before flashing AsteroidOS, you will then be able to re-flash the previous OS later.</i>
<li>Where can I find a phone synchronization app?</li>
<i>A synchronization client for Android phones named "AsteroidOSSync" is already <a href="https://f-droid.org/repository/browse/?fdfilter=it&fdid=org.asteroidos.sync&fdpage=2&fdstyle=grid">available to download on F-Droid</a>.</i>
<li>What features will and won't be working on my watch with AsteroidOS?</li>
<i>Take a look at the table in the <a href="{{rel 'wiki/porting-status'}}">Porting Status</a> page of the documentation for detailed information on your current model's support.</i>
<li>My watch is not listed on this page, what can I do?</li>
<i>You should refer to the <a href="{{rel 'wiki/porting-status'}}">Porting Status</a> page of the documentation and check if a port of AsteroidOS to your watch is possible or in progress. If you are interested in porting AsteroidOS yourself to a new watch, please take a look at the <a href="{{rel 'wiki/porting-guide'}}">Porting Guide</a> page and get in touch with us via IRC.</i>
<li>I do not want to flash a prebuilt image on my watch, can I compile AsteroidOS myself?</li>
<i>Take a look at the <a href="{{rel 'wiki/building-asteroidos'}}">Building AsteroidOS</a> page of the documentation for detailed instructions on how to compile AsteroidOS yourself.</i>
</ol>
<div class="callout">
<h4>Will I be able to go back to the previous operating system after installing AsteroidOS on my watch?</h4>
<p>When installing AsteroidOS, you can choose between replacing your previous OS or keeping a "dual-boot". If you decide to replace your previous OS, it is advised to make a backup of your <b>userdata</b> and <b>boot</b> partitions before flashing AsteroidOS, you will then be able to re-flash the previous OS later.</p>
</div>
<div class="callout">
<h4>Where can I find a phone synchronization app?</h4>
<p>A synchronization client for Android phones named "AsteroidOSSync" is already <a href="https://f-droid.org/repository/browse/?fdfilter=it&fdid=org.asteroidos.sync&fdpage=2&fdstyle=grid">available to download on F-Droid</a>.</p>
</div>
<div class="callout">
<h4>What features will and won't be working on my watch with AsteroidOS?</h4>
<p>Take a look at the table in the <a href="{{rel 'wiki/porting-status'}}">Porting Status</a> page of the documentation for detailed information on your current model's support.</p>
</div>
<div class="callout">
<h4>My watch is not listed on this page, what can I do?</h4>
<p>You should refer to the <a href="{{rel 'wiki/porting-status'}}">Porting Status</a> page of the documentation and check if a port of AsteroidOS to your watch is possible or in progress. If you are interested in porting AsteroidOS yourself to a new watch, please take a look at the <a href="{{rel 'wiki/porting-guide'}}">Porting Guide</a> page and get in touch with us via IRC.</p>
</div>
<div class="callout">
<h4>I do not want to flash a prebuilt image on my watch, can I compile AsteroidOS myself?</h4>
<p>Take a look at the <a href="{{rel 'wiki/building-asteroidos'}}">Building AsteroidOS</a> page of the documentation for detailed instructions on how to compile AsteroidOS yourself.</p>
</div>