Results 1 to 2 of 2

Thread: MIUI v4 porting to Mobile Device

  1. #1
    Join Date
    Feb 2012
    Posts
    88

    MIUI v4 porting to Mobile Device

    This is the guide that I am writing to tell you people about the MIUI v4 porting in mobile devices. This is the method that I generally use and this is how I make it work.
    • The first thing that you need to have is the cm9 or aosp based ICS ROM to use it as the base. One thing I would like to suggest to you is that you need to use the branded ICS ROM for this purpose. So if your MIUI v4 porting for smartphone from HTC, then you will need to use only HTC based ICS ROM.
    • The next thing that you need to do is to replace following folders with the MIUI v4 version of the same folders. The original folders which need to be replaced are,
      1. system/app
      2. system/framework
    • To enable the boot in ICS ROM, you will need to copy libandroid_runtime.so lib from MIUI v4 folders. Without these files and data, your ROM won’t ever boot. In other words, it actually adds a boot loop.
    • Now to add media features to the ICS ROM, you will need to copy following files from MIUI v4. The files needed for this purpose are,
      1. telocation.db
      2. yellowpage.db
        These two files should be copies at /system/etc folder.
      3. content-types.properties

      This file should be copied at /system/lib
      These files will add features like themes, wallpaper, audio and so on.
    • Now you will need to copy invoke-as to /system/xbin in ROM for getting features like back up and application of theme on apps. To provide it with proper permissions you will have to add one line,
      set_perm(0, 0, 06755, "/system/xbin/invoke-as");
    • Again you will need to copy liblbesec.so to /system/lib in ROM for getting super user. To provide it with proper permissions you will have to add one line,
      set_perm(0, 0, 0755, "/system/lib/liblbesec.so");
    • You will now have to edit the lines of the code in build.prop as,
      ro.build.id=MIUI
      ro.build.display.id=MIUI
      ro.build.version.incremental=2.x.x (version number)
      ro.config.ringtone=MI.ogg
      ro.config.notification_sound=FadeIn.ogg
      ro.config.alarm_alert=GoodMorning.ogg
      ro.config.sms_received_sound=FadeIn.ogg
      ro.config.sms_delivered_sound=MessageComplete.ogg

    The MIUI v4 porting will be done after you do this. If you want to check if the MIUI v4 porting is successful or not, turn on the camera of your smartphone. If it works properly, then there will be no problem with the MIUI v4 porting. You can zip this MIUI v4 ported file and save it for your future use.

  2. #2
    Join Date
    Jun 2012
    Posts
    44

    Re: MIUI v4 porting to Mobile Device

    Thanks for helping with MIUI v4 porting. This guide is really helpful. I would be trying it out as soon as possible and make my smartphone work much better than before.

Similar Threads

  1. Official MIUI ROM available for Motorola Defy
    By Mathrubootham in forum Portable Devices
    Replies: 9
    Last Post: 12-11-2011, 10:59 PM
  2. Miui ROM for Motorola Triumph
    By SahanaA in forum Portable Devices
    Replies: 2
    Last Post: 04-11-2011, 06:22 PM
  3. Does Galnet Miui available for Samsung Galaxy Note
    By Gajagamini in forum Portable Devices
    Replies: 2
    Last Post: 29-10-2011, 10:36 PM
  4. Porting request for new mobile network
    By Tyrone in forum India BroadBand
    Replies: 3
    Last Post: 09-03-2011, 04:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,864,807.95992 seconds with 17 queries