Skip to content

Commit dd5b752

Browse files
committed
Deployed 2661110 with MkDocs version: 1.6.1
1 parent a999635 commit dd5b752

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

en/build/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</code></pre></div> <p>we will start the rom sync </p> <p>BUT WAIT WAIT WAIT <br> you got a local_manifests repo? <br> do this </p> <div class=highlight><pre><span></span><code><a id=__codelineno-2-1 name=__codelineno-2-1 href=#__codelineno-2-1></a>git clone LINK .repo/local_manifests
1313
</code></pre></div> <p>now lets sync the rom <br> be ready for a long time of downloading, have a good internet in that moment </p> <div class=highlight><pre><span></span><code><a id=__codelineno-3-1 name=__codelineno-3-1 href=#__codelineno-3-1></a>repo init -u https://github.com/LineageOS/android.git -b lineage-XX (replace XX with lineage version, should be same as tree adroid version)
1414
<a id=__codelineno-3-2 name=__codelineno-3-2 href=#__codelineno-3-2></a>repo sync -c --no-clone-bundle -j12 --force-sync
15-
</code></pre></div> <p>u should get a message like "Repo sync succesfully" </p> <p>ok so if we had local_manifests all things we need are cloned <br> else we will take a look on the repos we got <br> i will do a command for example and then u guys will reply </p> <div class=highlight><pre><span></span><code><a id=__codelineno-4-1 name=__codelineno-4-1 href=#__codelineno-4-1></a>git clone https://github.com/android_device_motorola_rhode device/motorola/rhode -b [the branch should be the same as lineage or android version]
16-
</code></pre></div> <p>for example</p> <div class=highlight><pre><span></span><code><a id=__codelineno-5-1 name=__codelineno-5-1 href=#__codelineno-5-1></a>git clone https://github.com/1/android_device_xiaomi_lavender device/xiaomi/lavender -b lineage-21
17-
</code></pre></div> <p>android_device_xiaomi_lavender <br> in the clkone path we do this <br> device/xiaomi/lavender <br> so we ignore the android_ or the proprietary_ and we replace these _ with / <br> done, we have all clonned <br> we will do this with all the repos we found in the search of dts </p> <h2 id=prepare-device-trees-for-the-rom>prepare device trees for the rom</h2> <p>we will move to device/brand/devicename <br> if we see that xx_devicename.mk is linege_devicename.mk we will skip these next steps <br> now we will look for AndroidProducts.mk <br> we will replace all xx_devicename with lineage_devicename <br> save and now we will search for xx_devicename.mk and rename as lineage_devicename.mk <br> in lineage_devicename.mk we will edit all xx_devicename with lineage_devicename <br> also we will replace vendor/xx with vendor/lineage <br> now in BoardConfig.mk or if we have a -common tree will move to the -common/BoardConfigCommon.mk <br> on it we will look if there is any vendor/xx definition and will replace with vendor/lineage <br> done, we will move back to main folder </p> <h2 id=time-to-build>time to build</h2> <p>we will do this on the main build directory </p> <div class=highlight><pre><span></span><code><a id=__codelineno-6-1 name=__codelineno-6-1 href=#__codelineno-6-1></a>. build/envsetup.sh
15+
</code></pre></div> <div class="admonition success"> <p class=admonition-title>Success</p> <p>u should get a message like "Repo sync succesfully" </p> </div> <p>ok so if we have local_manifests all things we need are cloned <br> else we will take a look on the repos we got <br> i will do a command for example and then u guys will reply </p> <div class=highlight><pre><span></span><code><a id=__codelineno-4-1 name=__codelineno-4-1 href=#__codelineno-4-1></a>git clone https://github.com/android_device_brand_device device/brand/device -b [the branch should be the same as lineage or android version]
16+
</code></pre></div> <p>for example</p> <div class="admonition example"> <p class=admonition-title>Example</p> <div class=highlight><pre><span></span><code><a id=__codelineno-5-1 name=__codelineno-5-1 href=#__codelineno-5-1></a>git clone https://github.com/1/android_device_xiaomi_lavender device/xiaomi/lavender -b lineage-21
17+
</code></pre></div> </div> <p>android_device_xiaomi_lavender <br> in the clkone path we do this <br> device/xiaomi/lavender <br> so we ignore the android_ or the proprietary_ and we replace these _ with / <br> done, we have all clonned <br> we will do this with all the repos we found in the search of dts </p> <h2 id=prepare-device-trees-for-the-rom>prepare device trees for the rom</h2> <p>we will move to device/brand/devicename <br> if we see that xx_devicename.mk is linege_devicename.mk we will skip these next steps <br> now we will look for AndroidProducts.mk <br> we will replace all xx_devicename with lineage_devicename <br> save and now we will search for xx_devicename.mk and rename as lineage_devicename.mk <br> in lineage_devicename.mk we will edit all xx_devicename with lineage_devicename <br> also we will replace vendor/xx with vendor/lineage <br> now in BoardConfig.mk or if we have a -common tree will move to the -common/BoardConfigCommon.mk <br> on it we will look if there is any vendor/xx definition and will replace with vendor/lineage <br> done, we will move back to main folder </p> <h2 id=time-to-build>time to build</h2> <p>we will do this on the main build directory </p> <div class=highlight><pre><span></span><code><a id=__codelineno-6-1 name=__codelineno-6-1 href=#__codelineno-6-1></a>. build/envsetup.sh
1818
<a id=__codelineno-6-2 name=__codelineno-6-2 href=#__codelineno-6-2></a>lunch lineage_devicename-userdebug
1919
<a id=__codelineno-6-3 name=__codelineno-6-3 href=#__codelineno-6-3></a>m bacon
2020
</code></pre></div> <div class="admonition success"> <p class=admonition-title>Success</p> <p>if everything goes well we will have the zip on out/target/product/devicename/ <br> now test and good luck </p> </div> <div class="admonition question"> <p class=admonition-title>Ask me a question</p> <p>want me to modify the guide? need help with the guide? contact me in my <a href=https://t.me/FPSensorSupport>support group</a> </p> </div> <div class="admonition note"> <p class=admonition-title>Note</p> <p>this guide was done with my hands, with my knowledge and never searched in another site for a reference wen writing (besides these env commands that i took from crDroid) so it may can have redaction issues, make suggestions in my group </p> </div> <p>thank you </p> <script src=https://giscus.app/client.js data-repo=FPSensor/fpsensor-site-mkdocs-source data-repo-id=R_kgDOOUo_vQ data-category=Announcements data-category-id=DIC_kwDOOUo_vc4Co0RL data-mapping=title data-strict=0 data-reactions-enabled=1 data-emit-metadata=1 data-input-position=top data-theme=preferred_color_scheme data-lang=en crossorigin=anonymous async>

es/build/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</code></pre></div> <p>iniciaremos la sincronizacion de la rom: </p> <p>ESPERA ESPERA ESPERA <br> tienes un local_manifests? <br> haz esto </p> <div class=highlight><pre><span></span><code><a id=__codelineno-2-1 name=__codelineno-2-1 href=#__codelineno-2-1></a>git clone LINK .repo/local_manifests
1313
</code></pre></div> <p>ahora vamos a sincronizar la rom <br> preparate para un largo tiempo de descarga, ten un buen internet en ese momento </p> <div class=highlight><pre><span></span><code><a id=__codelineno-3-1 name=__codelineno-3-1 href=#__codelineno-3-1></a>repo init -u https://github.com/LineageOS/android.git -b lineage-XX (replace XX wi&gt;
1414
<a id=__codelineno-3-2 name=__codelineno-3-2 href=#__codelineno-3-2></a>repo sync -c --no-clone-bundle -j12 --force-sync
15-
</code></pre></div> <p>deberias obtener un mensaje "repo sync succesfully" </p> <p>ok entonces, si tenemos local_manifests todo lo que necesitamos ya deberia estar clonado de lo contrario vamos a mirar en los repositorios que obtuvimos hare un comando de ejemplo y ustedes repetiran</p> <div class=highlight><pre><span></span><code><a id=__codelineno-4-1 name=__codelineno-4-1 href=#__codelineno-4-1></a>git clone https://github.com/android_device_motorola_rhode device/motorola/rhode -b lineage-21 [la rama debe ser la misma que la de lineage or la versi&quot;n de android]
16-
</code></pre></div> <p>por ejemplo</p> <div class=highlight><pre><span></span><code><a id=__codelineno-5-1 name=__codelineno-5-1 href=#__codelineno-5-1></a>git clone https://github.com/android_device_xiaomi_lavender device/xiaomi/lavender -b lineage-21
17-
</code></pre></div> <p>android_device_xiaomi_lavender <br> en la ruta de descarga ponemos esto <br> device/xiaomi/lavender <br> entonces ignoramos el android_ o proprietary_ y reemplazamos los _ con / <br> repetiremos esto con todos los repositorios que encontramos en el paso de la busqueda de los arboles de dispositivos </p> <h2 id=preparar-los-arboles-de-dispositivos-para-la-rom>preparar los arboles de dispositivos para la rom</h2> <p>nos moveremos a device/marca/devicename <br> si vemos que xx_devicename.mk es lineage_devicename.mk omitiremos los siguientes pasos <br> ahora buscaremos el archivo AndroidProducts.mk <br> dentro reemplazaremos todos los xx_devicename por lineage_devicename <br> guardaremos y nos moveremos a xx_devicename.mk el cual renombraremos como lineage_devicename <br> dentro de lineage_devicename.mk editaremos todos l$os xx_devicename por lineage_devicename <br> ademas reemplazaremos vendor/xx por vendor/lineage <br> ahora en BoardConfig.mk o si tenemos -common nos moveremos al -common/BoardConfigCommon.mk <br> dentro verificaremos si hay alguna definicion de vendor/xx y la cambiaremos a vendor/lineage </p> <h2 id=momento-de-compilar>momento de compilar</h2> <p>haremos esto en el directorio principal de la rom: </p> <div class=highlight><pre><span></span><code><a id=__codelineno-6-1 name=__codelineno-6-1 href=#__codelineno-6-1></a>. build/envsetup.sh
15+
</code></pre></div> <div class="admonition success"> <p class=admonition-title>Success</p> <p>deberias obtener un mensaje "repo sync succesfully" </p> </div> <p>ok entonces, si tenemos local_manifests todo lo que necesitamos ya deberia estar clonado de lo contrario vamos a mirar en los repositorios que obtuvimos hare un comando de ejemplo y ustedes repetiran</p> <div class=highlight><pre><span></span><code><a id=__codelineno-4-1 name=__codelineno-4-1 href=#__codelineno-4-1></a>git clone https://github.com/android_device_motorola_rhode device/motorola/rhode -b lineage-21 [la rama debe ser la misma que la de lineage or la versi&quot;n de android]
16+
</code></pre></div> <div class="admonition example"> <p class=admonition-title>Example</p> <div class=highlight><pre><span></span><code><a id=__codelineno-5-1 name=__codelineno-5-1 href=#__codelineno-5-1></a>git clone https://github.com/android_device_xiaomi_lavender device/xiaomi/lavender -b lineage-21
17+
</code></pre></div> </div> <p>android_device_xiaomi_lavender <br> en la ruta de descarga ponemos esto <br> device/xiaomi/lavender <br> entonces ignoramos el android_ o proprietary_ y reemplazamos los _ con / <br> repetiremos esto con todos los repositorios que encontramos en el paso de la busqueda de los arboles de dispositivos </p> <h2 id=preparar-los-arboles-de-dispositivos-para-la-rom>preparar los arboles de dispositivos para la rom</h2> <p>nos moveremos a device/marca/devicename <br> si vemos que xx_devicename.mk es lineage_devicename.mk omitiremos los siguientes pasos <br> ahora buscaremos el archivo AndroidProducts.mk <br> dentro reemplazaremos todos los xx_devicename por lineage_devicename <br> guardaremos y nos moveremos a xx_devicename.mk el cual renombraremos como lineage_devicename <br> dentro de lineage_devicename.mk editaremos todos l$os xx_devicename por lineage_devicename <br> ademas reemplazaremos vendor/xx por vendor/lineage <br> ahora en BoardConfig.mk o si tenemos -common nos moveremos al -common/BoardConfigCommon.mk <br> dentro verificaremos si hay alguna definicion de vendor/xx y la cambiaremos a vendor/lineage </p> <h2 id=momento-de-compilar>momento de compilar</h2> <p>haremos esto en el directorio principal de la rom: </p> <div class=highlight><pre><span></span><code><a id=__codelineno-6-1 name=__codelineno-6-1 href=#__codelineno-6-1></a>. build/envsetup.sh
1818
<a id=__codelineno-6-2 name=__codelineno-6-2 href=#__codelineno-6-2></a>lunch lineage_devicename-userdebug
1919
<a id=__codelineno-6-3 name=__codelineno-6-3 href=#__codelineno-6-3></a>m bacon
2020
</code></pre></div> <div class="admonition success"> <p class=admonition-title>Success</p> <p>si todo va bien tendremos el zip en out/target/product/devicename/ <br> ahora prueba y buena suerte </p> </div> <div class="admonition question"> <p class=admonition-title>Hazme una pregunta</p> <p>quieres que modifique la guia? necesitas ayuda con la guia? contactame en mi <a href=https://t.me/FPSensorSupport>Telegram</a> </p> </div> <div class="admonition note"> <p class=admonition-title>Note</p> <p>esta guia fue escrita con mis propias manos, con mi conocimiento y nunca busque en otro sitio para referencia mientras escribia (exeptuando los comandos de entorno que los tome de crDroid) por lo que puede tener problemas de redacci"n, haz sugerencias en mi grupo </p> </div> <p>muchas graciasr </p> <script src=https://giscus.app/client.js data-repo=FPSensor/fpsensor-site-mkdocs-source data-repo-id=R_kgDOOUo_vQ data-category=Announcements data-category-id=DIC_kwDOOUo_vc4Co0RL data-mapping=title data-strict=0 data-reactions-enabled=1 data-emit-metadata=1 data-input-position=top data-theme=preferred_color_scheme data-lang=en crossorigin=anonymous async>

feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>FPSensor Home</title><link>https://fpsensor.github.io/</link><atom:link href="https://fpsensor.github.io/feed_rss_created.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/FPSensor</docs><language>en</language> <pubDate>Mon, 07 Apr 2025 00:41:48 -0000</pubDate> <lastBuildDate>Mon, 07 Apr 2025 00:41:48 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.16.0</generator> </channel></rss>
1+
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>FPSensor Home</title><link>https://fpsensor.github.io/</link><atom:link href="https://fpsensor.github.io/feed_rss_created.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/FPSensor</docs><language>en</language> <pubDate>Mon, 07 Apr 2025 00:48:46 -0000</pubDate> <lastBuildDate>Mon, 07 Apr 2025 00:48:46 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.16.0</generator> </channel></rss>

feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>FPSensor Home</title><link>https://fpsensor.github.io/</link><atom:link href="https://fpsensor.github.io/feed_rss_updated.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/FPSensor</docs><language>en</language> <pubDate>Mon, 07 Apr 2025 00:41:48 -0000</pubDate> <lastBuildDate>Mon, 07 Apr 2025 00:41:48 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.16.0</generator> </channel></rss>
1+
<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>FPSensor Home</title><link>https://fpsensor.github.io/</link><atom:link href="https://fpsensor.github.io/feed_rss_updated.xml" rel="self" type="application/rss+xml" /><docs>https://github.com/FPSensor</docs><language>en</language> <pubDate>Mon, 07 Apr 2025 00:48:46 -0000</pubDate> <lastBuildDate>Mon, 07 Apr 2025 00:48:46 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.16.0</generator> </channel></rss>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)