Skip to content

Commit

Permalink
Actualización V2.0
Browse files Browse the repository at this point in the history
Corrección Errores
  • Loading branch information
CrazyBytesVE authored Oct 6, 2022
1 parent 650540d commit 49f7ac8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 25 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
# 36 DPI NavBar para Miui 10-11-12-13

---
## Vista rápida
- Reduce el tamaño de la barra de navegación a 36 DPI, maximizando el espacio en pantalla disponible.

## Instrucciones
- Instalar el zip descargado desde el apartado Releases en Magisk y reiniciar.

## Compatibilidad
- Android superior a la versión 8 (Puede funcionar en versiones antiguas, no está probado).
- Magisk superior a versión 20.4.
- Ha sido probado en ROMs Miui 10-11-12-13 (En algunos dispositivos puede no funcionar), no se garantiza el funcionamiento en otras versiones.
- Android superior a la versión 8 (Puede funcionar en versiones antiguas, no está probado). Compatible con Android 12.1
- Magisk superior a versión 20.4
- Ha sido probado en ROMs Miui 10-11-12-13, no se garantiza el funcionamiento en otras versiones.
- No es compatible con ninguna otra capa (OOs, Pixel, etc). SOLO con Miui.

---
## Créditos
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template


---
***ENGLISH VERSION***

# 36 DPI NavBar for Miui 10-11-12-13

---
## Quick view
- Reduces the size of the navigation bar to 36 DPI, maximizing the available screen space.

## Instructions
- Install the zip downloaded from the Releases section in Magisk and reboot.

## Compatibility
- Android higher than version 8 (May work on older versions, not tested).
- Magisk above version 20.4.
- Has been tested on Miui 10-11-12-13 ROMs (On some devices it may not work), not guaranteed to work on other versions.
- Android higher than version 8 (May work on older versions, not tested). A12.1 Compatible.
- Magisk above version 20.4
- Has been tested on Miui 10-11-12-13 ROMs, not guaranteed to work on other versions.
- Not compatible with any other layer (OOs, Pixel, etc). ONLY with Miui.

## Credits
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.
---
## Credits.
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Registro de cambios:

-2.0
Corregido el error de toast en negro
Ahora funciona en Miui 10-13
Compatible con Android 8 y superior (12.1 compatible)

-1.0
Versión inicial, compatible con Android 8 y superiores
Probado en Android Miui 10-11-12
Expand All @@ -12,6 +17,11 @@

## Changelog:

-2.0
Fixed toast in black error
Now works on Miui 10-13
Compatible with Android 8 and higher (12.1 compatible)

-1.0
Initial version, compatible with Android 8 and higher
Tested on Android Miui 10-11-12
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sleep 1
ui_print " ========================="
ui_print " * SystemLess Resize *"
ui_print " * NavBar 36 DPI *"
ui_print " * For Miui 10-11-12 *"
ui_print " * For Miui 10-11-12-13 *"
ui_print " ========================="

sleep 1
Expand Down
8 changes: 4 additions & 4 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=NavBar_Resize_Miui10-11-12
id=NavBar_Resize_Miui10-11-12-13
name=36DPI NavBar para Miui
version=v1.0
versionCode=1
version=v2.0
versionCode=2
author=CrazyBytesVE
description=Barra de Navegación reducida a 36DPI, compatible con Android 8 y superiores. Probado en ROMs Miui 10 o superior.
description=Barra de Navegación reducida a 36DPI, compatible con Android 8 y superiores (12.1 compatible). Probado en ROMs Miui 10 o superior (Miui 13 compatible).
Binary file modified system/media/theme/default/framework-res
Binary file not shown.
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"versionCode": 10,
"zipUrl": "https://github.com/CrazyBytesVE/36DPI-NavBar-Mod-Miui-10-11-12/releases/download/V1.0/36-DPI-NavBar-ModMIUI.zip",
"changelog": "https://github.com/CrazyBytesVE/36DPI-NavBar-Mod-Miui-10-11-12/blob/main/changelog.md"
"version": "2.0",
"versionCode": 20,
"zipUrl": "https://github.com/CrazyBytesVE/36DPI-NavBar-Mod-Miui-10-11-12-13/releases/download/V2.0/36-DPI-NavBar-ModMIUI.zip",
"changelog": "https://github.com/CrazyBytesVE/36DPI-NavBar-Mod-Miui-10-11-12-13/blob/main/changelog.md"
}

0 comments on commit 49f7ac8

Please sign in to comment.