- Sep 21, 2012
- 163
- 30
Hi,
I've found the solution how to return the landscape mode for SMS. Here is the example how to do it:
http://goo.gl/jUCpY
README.TXT
1. Install framework.
Copy framework-miui-res.apk and framework-res.apk to this dir
run install_framework.bat
remember the path to 1.apk and 6.apk - copy them to this dir
2. Decompile Mms.apk
run decompile.bat
3. Fix Mms\AndroidManifest.xml
Find and delete all
android:screenOrientation="portrait"
strings
4. Compile the new Mms.apk
run compile.bat
copy Mms\assets dir (complete) to Mms_new.apk
copy Mms\classes.dex to Mms_new.apk
5. Sign new Mms_new.apk
run sign.bat
6. Copy the final Mms_signed.apk to your device or new firmware
If you can't do it youself - please ask here and report which MIUI version you have and the phone model.
I've found the solution how to return the landscape mode for SMS. Here is the example how to do it:
http://goo.gl/jUCpY
README.TXT
1. Install framework.
Copy framework-miui-res.apk and framework-res.apk to this dir
run install_framework.bat
remember the path to 1.apk and 6.apk - copy them to this dir
2. Decompile Mms.apk
run decompile.bat
3. Fix Mms\AndroidManifest.xml
Find and delete all
android:screenOrientation="portrait"
strings
4. Compile the new Mms.apk
run compile.bat
copy Mms\assets dir (complete) to Mms_new.apk
copy Mms\classes.dex to Mms_new.apk
5. Sign new Mms_new.apk
run sign.bat
6. Copy the final Mms_signed.apk to your device or new firmware
If you can't do it youself - please ask here and report which MIUI version you have and the phone model.