From 77bf9bfb79de6b6427a4882017e7b190aacf9b82 Mon Sep 17 00:00:00 2001 From: eFini Date: Fri, 11 Jun 2021 22:23:48 +0800 Subject: [PATCH 1/3] Update HOWTO-ONEPLUS.md --- HOWTO-ONEPLUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO-ONEPLUS.md b/HOWTO-ONEPLUS.md index d6030bd51..921873fd4 100644 --- a/HOWTO-ONEPLUS.md +++ b/HOWTO-ONEPLUS.md @@ -3,7 +3,7 @@ How to install on Oneplus 3t? 1. clone dragonpilot to /data/ and make sure it's named openpilot: (手動安裝切換至 dragonpilot 0.8.4 branch) ``` -cd /data/ && rm -fr openpilot; && git clone https://github.com/dragonpilot-community/dragonpilot.git -b 0.8.4 +cd /data/ && rm -fr openpilot; && git clone https://github.com/dragonpilot-community/dragonpilot.git openpilot -b 0.8.4 ``` 2. run command: @@ -22,4 +22,4 @@ cd /data/openpilot/scripts/ && ./oneplus_update_neos.sh (在 Recovery mode,點選 `apply update` -> `Choose from emulated` -> `0/` -> `update.zip` -> `Reboot system now`) 6. You should be able to boot into openpilot, if touch screen is not working, try to reboot again. - (你現在應該可以進入 openpilot 畫面,如果點擊畫面沒有反應,請再重新開機一次) \ No newline at end of file + (你現在應該可以進入 openpilot 畫面,如果點擊畫面沒有反應,請再重新開機一次) From 76c202d2790fc8706d25636e5bcdd06e84acba71 Mon Sep 17 00:00:00 2001 From: eFini Date: Fri, 11 Jun 2021 22:24:26 +0800 Subject: [PATCH 2/3] Update HOWTO-ONEPLUS.md --- HOWTO-ONEPLUS.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/HOWTO-ONEPLUS.md b/HOWTO-ONEPLUS.md index 921873fd4..663df3238 100644 --- a/HOWTO-ONEPLUS.md +++ b/HOWTO-ONEPLUS.md @@ -1,25 +1,31 @@ How to install on Oneplus 3t? ------ 1. clone dragonpilot to /data/ and make sure it's named openpilot: - (手動安裝切換至 dragonpilot 0.8.4 branch) + +(手動安裝切換至 dragonpilot 0.8.4 branch) ``` cd /data/ && rm -fr openpilot; && git clone https://github.com/dragonpilot-community/dragonpilot.git openpilot -b 0.8.4 ``` 2. run command: - (在 ssh 畫面下,輸入) + +(在 ssh 畫面下,輸入) ``` cd /data/openpilot/scripts/ && ./oneplus_update_neos.sh ``` 3. Let it download and complete it update, after a couple of reboot, your screen will then stay in fastboot mode. - (等待下載並讓它重新開機,沒錯誤的話會進入 Android 機器人更新畫面,等自動重新開機) + +(等待下載並讓它重新開機,沒錯誤的話會進入 Android 機器人更新畫面,等自動重新開機) 4. In fastboot mode, select use volume button to select to `Recovery mode` then press power button. - (在 fastboot 模式,用音量鍵上下選到 Recovery mode 再按下電源鍵) + +(在 fastboot 模式,用音量鍵上下選到 Recovery mode 再按下電源鍵) 5. In Recovery mode, tap `apply update` -> `Choose from emulated` -> `0/` -> `update.zip` -> `Reboot system now` - (在 Recovery mode,點選 `apply update` -> `Choose from emulated` -> `0/` -> `update.zip` -> `Reboot system now`) + +(在 Recovery mode,點選 `apply update` -> `Choose from emulated` -> `0/` -> `update.zip` -> `Reboot system now`) 6. You should be able to boot into openpilot, if touch screen is not working, try to reboot again. - (你現在應該可以進入 openpilot 畫面,如果點擊畫面沒有反應,請再重新開機一次) + +(你現在應該可以進入 openpilot 畫面,如果點擊畫面沒有反應,請再重新開機一次) From 96d030ac3cbfe52cc64591b7b563d0f518fd8aaf Mon Sep 17 00:00:00 2001 From: dragonpilot <52149710+dragonpilot@users.noreply.github.com> Date: Sat, 12 Jun 2021 08:52:05 +0800 Subject: [PATCH 3/3] Update HOWTO-ONEPLUS.md typo --- HOWTO-ONEPLUS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO-ONEPLUS.md b/HOWTO-ONEPLUS.md index 663df3238..67a2efe95 100644 --- a/HOWTO-ONEPLUS.md +++ b/HOWTO-ONEPLUS.md @@ -4,7 +4,7 @@ How to install on Oneplus 3t? (手動安裝切換至 dragonpilot 0.8.4 branch) ``` -cd /data/ && rm -fr openpilot; && git clone https://github.com/dragonpilot-community/dragonpilot.git openpilot -b 0.8.4 +cd /data/ && rm -fr openpilot; git clone https://github.com/dragonpilot-community/dragonpilot.git openpilot -b 0.8.4 ``` 2. run command: