Loading README.md +2 −3 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 - 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%" 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 +2 −3 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 - 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%"
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