紅米安裝 int2ext+ - Android

Table of Contents

請問是否有人在紅米上安裝過 int2ext+,目前安裝時有兩個疑問。

我在網路上找到的安裝 int2ext+ 方式如下:

prerequest

1.Rooted Rom with init.d support
2.SD-EXT partition
3.100mb internal is needed for every 500mb sd-ext

問題一:

關於第三點

我有一張 32GB SD,想割出一個 4 GB ext2 primary partition。
這樣就要有: 4*2*100=800MB internal。

這裡的 internal 是指手機本身的 rom 嗎?


Steps:
-Download Appropriate Script Below
-Place on root of your sdcard
-Reboot Recovery
-Select "install zip from sdcard"
-Select "choose zip from sdcard"
-Select "CronMod-****_signed"
-Select "mounts and storage" category
-Select "format /sd-ext"
-Reboot

問題二:
目前我安裝時會有 error,訊息如下:

E:Error in sdcard/CronMod-INT2EXT+_signed.zip
(Status 0)
Instalation aborted

我在 google 上找到答案,但不明白怎麼打開 cd prompt和送出 adb 指令。

找到的解法如下:

Ok it's somthing with the recovery so do the following to install manually

1. Extract the int2ext+ script from the zip and put it in the same folder as
adb

2. Open a command prompt and CD to the adb folder

3. Run the following command

adb shell remount && adb push 40int2ext /system/etc/init.d
&& adb shell chmod 755 /system/etc/init.d/40* && adb shell
rm /system/etc/init.d/06* && adb rebootrecovery

謝謝各位。

--

All Comments

Gary avatarGary2014-04-09
1.沒錯 INTERNAL就是手機原本內建的空間
Robert avatarRobert2014-04-09
2.推文要推很長 我直接站內信好了