Loading README.md +3 −4 Original line number Diff line number Diff line Loading @@ -45,14 +45,13 @@ developer: - Israel Yago pereira ## Changelogs ### v0.16.0 (candidate) - OnePlus 8 Pro - OnePlus 8 ### v0.15.1 ### v0.15.1 (candidate) - 431 optionally lock bootloader after flashing - 432 Check the path to the files in MSWindows - 434 Easy Installer detect 2e as not compatible - OnePlus 8 Pro (disabled until fingerprint issue fixed) - OnePlus 8 (disabled until fingerprint issue fixed) ### v0.15.0 - No shortcut created when installing from a non-admin account on Windows Loading flash-scripts/windows/install-e-recovery.bat +1 −1 Original line number Diff line number Diff line Loading @@ -41,4 +41,4 @@ SET FASTBOOT_CMD="%FASTBOOT_PATH%fastboot" SET ADB_CMD="%FASTBOOT_PATH%adb" %FASTBOOT_CMD% flash recovery %E_IMAGE_PATH% %FASTBOOT_CMD% flash recovery "%E_IMAGE_PATH%" pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.15.0 pkgver=0.15.1 pkgrel=1 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.15.0' version: 'v0.15.1' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.nio.file.Paths; public abstract class AppConstants { public final static String APP_VERSION = "v0.16.0"; public final static String APP_VERSION = "v0.15.1"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading Loading
README.md +3 −4 Original line number Diff line number Diff line Loading @@ -45,14 +45,13 @@ developer: - Israel Yago pereira ## Changelogs ### v0.16.0 (candidate) - OnePlus 8 Pro - OnePlus 8 ### v0.15.1 ### v0.15.1 (candidate) - 431 optionally lock bootloader after flashing - 432 Check the path to the files in MSWindows - 434 Easy Installer detect 2e as not compatible - OnePlus 8 Pro (disabled until fingerprint issue fixed) - OnePlus 8 (disabled until fingerprint issue fixed) ### v0.15.0 - No shortcut created when installing from a non-admin account on Windows Loading
flash-scripts/windows/install-e-recovery.bat +1 −1 Original line number Diff line number Diff line Loading @@ -41,4 +41,4 @@ SET FASTBOOT_CMD="%FASTBOOT_PATH%fastboot" SET ADB_CMD="%FASTBOOT_PATH%adb" %FASTBOOT_CMD% flash recovery %E_IMAGE_PATH% %FASTBOOT_CMD% flash recovery "%E_IMAGE_PATH%"
pkg/arch/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: efoundation <dev [at] e -dot- email> # Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks> pkgname=easy-installer pkgver=0.15.0 pkgver=0.15.1 pkgrel=1 pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices." arch=('x86_64') Loading
snap/snapcraft.yaml +1 −1 Original line number Diff line number Diff line name: easy-installer version: 'v0.15.0' version: 'v0.15.1' summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS description: | The /e/ OS Installer has been created to make the installation of Loading
src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import java.nio.file.Paths; public abstract class AppConstants { public final static String APP_VERSION = "v0.16.0"; public final static String APP_VERSION = "v0.15.1"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading