Skip to content

Commit

Permalink
Merge pull request #302 from weskerty/master
Browse files Browse the repository at this point in the history
Termux
  • Loading branch information
weskerty authored Oct 4, 2024
2 parents 01afefe + 1aaa2ed commit c798cce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions web/Guias/Termux/es.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>⬇️ Instalar Mystic Bot</h1>
<h1>πŸ“Ή Video Demostrativo; </h1>

<iframe width="90%" height="315" src="https://www.youtube.com/embed/IvunP0qsoac?si=py5T95RRZ7XDAzh3" title="YouTube video player" allowfullscreen></iframe>
<p>El Video esta Acelerado, la Instalacion Tomo 20m pero puede tardar mas tiempo en diferentes Telefonos... Se Descarga Alrededor de 400MB y se utiliza Alrededor de 1GB de Almacenamiento</p>
<p>El Video esta Acelerado, la Instalacion Tomo 40m en un Redmi Note 6 pero puede tardar mas tiempo en diferentes Telefonos... Se Descarga Alrededor de 400MB y se utiliza Alrededor de 4GB de Almacenamiento</p>

<p>ΒΏErrores? Contacta con Nosotros en los <a href="web/Grupos">Grupos de Ayuda ↗️</a></p>

Expand All @@ -37,9 +37,9 @@ <h1>βš™οΈ Preferencias del Bot</h1>
<p>O Tambien Puedes ajustar el <code>config.js</code> para cambiar detalles del bot, como nombre, el paΓ­s de la fecha, el nombre del paquete de stickers, etc. Desde Termux es <code> proot-distro login archlinux -- bash -c "nano config.js" </code>Edita lo que necesites, para guardar es Ctrl+O luego Enter. Para salir de Nano es Ctrl+X.</p>
<p>En caso de que tengas Root o una versiΓ³n inferior a Android 11, puedes ir a ver los archivos de Termux y ajustarlos desde el explorador de archivos de Android en la carpeta <code>/data/data/com.termux/files/home/</code></p>

<h1>πŸ”Œ Mantener Abierto Termux</h1>
<h1>πŸ”Œ Solucion de Errores</h1>
<blockquote> <p>El bot funcionarΓ‘ mientras Termux estΓ© abierto y con conexiΓ³n a Internet. Permite a Termux ejecutarse sin restricciones ni optimizaciones de baterΓ­a. Activa el WakeLock desde la notificaciΓ³n de Termux.</p>

<p> El bot Base utiliza 400MB de RAM, Aunque algunos plugins consumen mas memoria y esto hara que se cierre Termux por falta de RAM </p>
<p> Android 12 y superior tienen limitaciones de ejecuciΓ³n que evitan el buen funcionamiento en segundo plano, ΓΊnicamente se puede resolver con ADB, Root o Custom ROM.<p>
</blockquote>

Expand Down Expand Up @@ -82,7 +82,7 @@ <h2>🌳 Con ROOT:</h2>

<h1>Servidor Eco-Friendly</h1>
<p>Puedes utilizar un telΓ©fono antiguo y automatizarlo con Tasker como es mi caso. Utilizo un telΓ©fono roto con un panel solar para mantener el bot para <a href="https://chat.whatsapp.com/JtrXf1pGoewLlX5Ww2VXDs">Toda esta Comunidad</a>.</p>
<p> El bot Base utiliza 400MB de RAM, si tu telefono tiene eso libre, es posible ejecutarlo sin problema. Aunque algunos plugins consumen mas memoria y esto hara que se cierre Termux por falta de RAM </p>

<a href="https://www.hmd.com/en_int/nokia-g-20/environmental-profile">
<img src="https://github.com/user-attachments/assets/1d33c20a-1af9-42ee-a6d7-4c2e03254f78" width="100%" height="auto" alt="NokiaG20">
</a>
Expand Down
6 changes: 3 additions & 3 deletions web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~/.bashrc
proot-distro login archlinux -- bash -c "
pacman -Sy && pacman -Syu --noconfirm && \
pacman -S wget curl git ffmpeg imagemagick --noconfirm && \
pacman -S nodejs npm --noconfirm && \
pacman -S wget curl git ffmpeg imagemagick --noconfirm --disable-download-timeout && \
pacman -S nodejs npm --noconfirm --disable-download-timeout && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
mkdir -p ~/script && wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/alive.sh -O ~/alive.sh && \
Expand All @@ -12,6 +12,6 @@ proot-distro login archlinux -- bash -c "
chmod +x ~/alive.sh && \
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
cd mystic && \
npm install && \
npm install --force && \
npm start code
"

0 comments on commit c798cce

Please sign in to comment.