Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9be64c86 authored by Frank Preel's avatar Frank Preel
Browse files

Nord process

parent 41c7b09d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,7 +46,10 @@ developer:

## Changelogs

### v0.15.0 (candidate)
### v0.16.0 (candidate)
	- OnePlus Nord

### v0.15.0 
- No shortcut created when installing from a non-admin account on Windows
- e-recovery assets
- Update German translation - by F. Wildermuth
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
::  - 102 : E_IMAGE_PATH missing

SET FASTBOOT_PATH=%~1
SET E_IMAGE_PATH=%~2
SET E_IMAGE_PATH="%~2"

IF not defined %FASTBOOT_PATH (
  echo "Fastboot path is empty"
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.nio.file.Paths;
 */
public abstract class AppConstants {

    public final static String APP_VERSION = "v0.15.0";
    public final static String APP_VERSION = "v0.16.0 Nord";
    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");
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ public class DeviceHelper {
        put("flame", "0016");
        put("coral", "0017");
        put("keyword", "0018"); //OnePlus 7 Pro

        put("OnePlusNord", "0022"); //avicii
    }};

    /**
+4 −1
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@ all_btn_needHel= Need help
all_btn_continue=Continue
all_btn_donate=Donate

#oneplus
install_instr_e_recovery_oneplus_select_recovery= Installing the partition

# Welcome Scene
welcome_mTitle=Welcome to the /e/OS Installer!
welcome_lbl_body1=This program will enable you to install /e/OS on your phone in a few minutes. Don't worry, it is simple and easy. 
@@ -198,7 +201,7 @@ install_instr_choose_e_recovery_validate_wait_for_result= After a while the devi
install_instr_e_recovery_apply_update= Select "Apply update"
install_instr_e_recovery_apply_update_from_adb= Select "Apply update from ADB"
install_instr_e_recovery_apply_update_from_adb_wait_for_result= The installation is in progress, be patient
install_instr_e_recovery_apply_update_from_adb_accept_sign_fail= A screen that says Signature verification failed, this is expected, please click Continue
install_instr_e_recovery_apply_update_from_adb_accept_sign_fail= A screen that says Signature verification failed, this is expected, please accept this warning.
install_instr_e_recovery_factory_reset= Select "Factory reset"
install_instr_e_recovery_factory_reset_format_data= Select "Format data/factory reset"
install_instr_e_recovery_factory_reset_cache= Select "Format cache partiton"
Loading