[MiuiV5][Nexus4] ModInstaller [3.9.20]


Kingzak34

Members
Mar 8, 2012
433
52
Hi everyone, I forgot to post here, so I do.
I'm taking the follow of The Bownz on XDA ( He doesnt got much time to keep it updated ). I decided to update myself whole ModInstaller from The Bownz so and let share with you ;)

It contains French, English and Chinise, and will not contain more language.

Available mods are :

Sooo Here we are : This package contain :

Mods Available in 3.10.3

  • Navbar sizes :
    • 24 DPI
    • 36 DPI
    • 40 DPI
    • 48 DPI( défaut )
  • Status bar :
    • Centerclock
    • Stock
  • Camera Apps:
    • Miui Camera
    • Stock 4.2 ( Default )
    • Camera 4.3
  • Others:
    • MIUI Keyboard
    • MiuiHome with more layout
    • More Icons ( MiroEx project )
    • AOSP Keyboard Theme MIUI ( Par The Bownz )
    • DownloadProvider mod 1GB Download limit with data

iOS for now only fail, I'll see in the future, with help of The_Bownz
wink.gif


I'll add other when I got time, but it takes me time to code in my program
smile.gif


It's made with apks from MIUI.com rom when it needs to be patched so it's possible that something dont work. ( It should )
I'll try to update it each week as I traduce MIUI.com ROM each week.
Package is in french cause It's targeted for MIUI-France users but I wanted to share it here too so it contains both english and chinese. ;)


I'll add more mods when I will have more time.

You can find it here : http://bit.ly/15VqGZ2

(LINK WILL BE ALLWAYS THE SAME)
Note : Before complaining for something, check MD5
I'll add it to my sign too.

Of course, nobody can be responsible of any damage in you device.
 
Last edited:
Hi!
You're very inspired to continue The Bownz's project. I'm particularly interested in MIUI Camera and how itsporting was done. I want to also port it for Galaxy S3 and would kindly need your help to do it. So please tell me the steps you do when updating camera files (framework, apk or others involved).
 
Hi!
You're very inspired to continue The Bownz's project. I'm particularly interested in MIUI Camera and how itsporting was done. I want to also port it for Galaxy S3 and would kindly need your help to do it. So please tell me the steps you do when updating camera files (framework, apk or others involved).

If you want to see what you need to do for MIUI camera is to have both framework.jar from mod installer and framewok.jar from miui.com ROM then decompile it and compare thoses 2.

apk and lib are from MI2 Rom

Envoyé depuis mon Transformer TF101 avec Tapatalk 4
 
  • Like
Reactions: _polimorph_
If you want to see what you need to do for MIUI camera is to have both framework.jar from mod installer and framewok.jar from miui.com ROM then decompile it and compare thoses 2.

apk and lib are from MI2 Rom

Envoyé depuis mon Transformer TF101 avec Tapatalk 4

I ported the missing files and fragments of code and when starting the app i get this log:

Code:
09-03 22:47:13.219: E/AndroidRuntime(12956): FATAL EXCEPTION: Thread-185
09-03 22:47:13.219: E/AndroidRuntime(12956): java.lang.NumberFormatException: Invalid int: "null"
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.invalidInt(Integer.java:138)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.parseInt(Integer.java:355)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.parseInt(Integer.java:332)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at android.hardware.Camera$Parameters.getInt(Camera.java)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at android.hardware.Camera$Parameters.getMaxSaturation(Camera.java)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.qcomUpdateCameraParametersPreference(Camera.java:2579)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.updateCameraParametersPreference(Camera.java:2831)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.setCameraParameters(Camera.java:2884)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.access$900(Camera.java:89)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera$CameraStartUpThread.run(Camera.java:329)
09-03 22:47:13.219: W/ActivityManager(6504):   Force finishing activity com.android.camera/.Camera
 
I ported the missing files and fragments of code and when starting the app i get this log:

Code:
09-03 22:47:13.219: E/AndroidRuntime(12956): FATAL EXCEPTION: Thread-185
09-03 22:47:13.219: E/AndroidRuntime(12956): java.lang.NumberFormatException: Invalid int: "null"
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.invalidInt(Integer.java:138)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.parseInt(Integer.java:355)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at java.lang.Integer.parseInt(Integer.java:332)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at android.hardware.Camera$Parameters.getInt(Camera.java)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at android.hardware.Camera$Parameters.getMaxSaturation(Camera.java)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.qcomUpdateCameraParametersPreference(Camera.java:2579)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.updateCameraParametersPreference(Camera.java:2831)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.setCameraParameters(Camera.java:2884)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera.access$900(Camera.java:89)
09-03 22:47:13.219: E/AndroidRuntime(12956):         at com.android.camera.Camera$CameraStartUpThread.run(Camera.java:329)
09-03 22:47:13.219: W/ActivityManager(6504):   Force finishing activity com.android.camera/.Camera

You may did something wrong IDK. Give me your framework.jar I'll try if its doesnt work I think I'll not be able to help you
 
  • Like
Reactions: _polimorph_
Thanks.
So far it doesn't boot. The worst part is that logcat is unavailable due to rom :(.
Keep in touch.
 
The Bownz, original maker of ModInstaller said to me that his method to port MIUI Camera will not work on other devices I'm sorry for you.

Envoyé depuis mon Transformer TF101 avec Tapatalk 4
 
  • Like
Reactions: _polimorph_