在關(guān)機(jī)狀態(tài)下【按音量-】鍵和【電源】鍵進(jìn)入 HBoot 界面,等幾秒跳過fastboot檢測,然后使用音量鍵向下選擇RECOVERY,點(diǎn)擊電源鍵確定.手機(jī)會自動重啟到 Recovery 界面.
官方原版的recovery,在hboot里進(jìn)入recovery后會出現(xiàn),三角形的嘆號和手機(jī)的圖片
這個(gè)時(shí)候,按住【音量+】鍵 和 【電源】鍵,就可進(jìn)入原版的rec。
原版recovery的功能
-
- Reboot system now 重啟系統(tǒng)
-
- Apply update from external storage 升級sd卡中的更新包
-
- wipe data/factory reset 清空data分區(qū)并恢復(fù)出廠設(shè)置
-
- wipe cache partition 清空cache分區(qū)
-
- Apply update from cache 升級緩存中的更新包
-
復(fù)制代碼
原版的rec功能簡單,不好用,但是 如果你要 ota的話,木有原廠的rec是不會成功的。
官方原版Recovery&CWM版一鍵刷入三合一 下載地址:http://bbs./android-4090881-1-1.html
recovery的操作:在ClockworkMod recovery中,你可以通過音量鍵或者直接在屏幕上選擇,電源鍵確定,返回鍵可以返回上層目錄。
Recovery的界面:
-
-
- --reboot system now 重啟系統(tǒng)
-
- --install zip from sdcard 從SDcard選擇文件更新系統(tǒng)
-
- --wipe data/factory reset 清空data分區(qū)并恢復(fù)出廠設(shè)置
-
- --wipe cache partition 清空cache分區(qū)
-
- --backup and restore 備份和恢復(fù)
-
- --mounts and storage 掛載和存儲
-
- --advanced 高級
-
復(fù)制代碼
選擇 install zip from sdcard 從SDcard選擇文件更新系統(tǒng) 出現(xiàn)以下選項(xiàng):
-
-
- --choose zip from sdcard 從SD卡選擇zip格式升級包
-
- --apply /sdcard/update.zip 使用SD卡根目錄的update.zip 更新系統(tǒng)
-
- --toggle signature verification 切換簽名驗(yàn)證
-
- --toggle script asserts 切換升級腳本檢查
-
- +++++Go Back+++++
-
復(fù)制代碼
選擇 backup and restore 備份和恢復(fù) 會出現(xiàn)以下選項(xiàng):
-
-
- --Backup 備份
-
- --Restore 恢復(fù)
-
- --Advanced Restore 高級恢復(fù)
-
- +++++Go Back+++++
-
復(fù)制代碼
選擇 mounts and storage 掛載和存儲 會出現(xiàn)以下選項(xiàng):
-
-
- --mount /cache 掛載/cache分區(qū)(緩存分區(qū))
-
- --mount /data 掛載/data分區(qū)(數(shù)據(jù)分區(qū))
-
- --mount /sdcard 掛載/sd卡
-
- --mount /system 掛載/system分區(qū)(系統(tǒng)分區(qū))
-
- --format cache 格式化緩存分區(qū)
-
- --format data 格式化數(shù)據(jù)分區(qū)
-
- --format sdcard 格式化存儲卡
-
- --format system 格式化系統(tǒng)分區(qū)
-
- --mount USB storage 掛載SD卡為U盤模式
-
- +++++Go Back+++++
-
復(fù)制代碼
選擇 advanced 高級 會出現(xiàn)以下選項(xiàng):
-
-
- --Reboot Recovery 重啟Recovery
-
- --Wipe Dalvik Cache 清空Dalvik緩存
-
- --Wipe Battery Stats 清空電池狀態(tài)
-
- --Report Error 報(bào)告錯誤
-
- --Key Test 鍵位測試
-
- --show log 顯示日志
-
- --Partition SD Card 對SD卡分區(qū)
-
- --Fix Permissions 修復(fù)權(quán)限
-
- +++++Go Back+++++
-
復(fù)制代碼
|