[ROM]MIUI.us Weekly Release-MIUIv4.1 for E4GT[3.2.22]w/ Toolbox and WiMAX!

Status
Not open for further replies.
Search This thread

AdhvanIt

Senior Member
Aug 8, 2009
3,316
2,126
Grand Rapids, Mi.
miuiusanim.gif
MIUI.us Is Proud To Present
MIUI v4.1 3.2.22 for the Epic 4G Touch

Installation Instructions
  • Place zip on root of sdcard/internal storage
  • Boot into a safe recovery only
  • Nandroid backup
  • Wipe data/Factory reset
  • Flash ROM
  • Flash GApps
  • Reboot
  • Win!!

-

Not Working
  • Dual signal display shows 1XRTT when EVDO Rev-A is active (still looking into this)
  • A2DP (in-call BT audio works, but not music over BT)
  • 160 character limit per SMS message
  • Google Voice FC

    To report new bugs, please provide the following:
  • Bug description
  • Precise instructions on how I can reproduce the bug
  • Wipe status (clean/dirty)
  • Applicable logs (logcat, dmesg, kmsg, radio log)

-

Downloads
MIUI.us_E4GT_v4.1_3.2.22_Eng_Deo_ZipA_Signed_AdhvanIt.zip: [1] [2] [3]
MD5: fbfe8cf5851a3b70fa313129f26b4810, 28f3f365913c8ab926c55d02ac92b01e

Google applications package: gapps-jb-20121011-signed.zip MD5: 4e9e7ec3c22b0b3471bd05d62b8a659d

Additional downloads and modifications can be found in OP+2

Old Builds
My downloads are now hosted on goo.im :)

-

Changelogs
Check out the full MIUI changelog at miui.us, and our build specific changelog in my second post!

-

Screenshots
 
Last edited:

AdhvanIt

Senior Member
Aug 8, 2009
3,316
2,126
Grand Rapids, Mi.
OP+1

Credits/Thanks
Code:
[LIST]
[*]|0xD34D|-Various fixes
[*][URL="http://xdaforums.com/member.php?u=2822112"]PhantomPhreak53[/URL]-CMx nightlies
[*][URL="http://xdaforums.com/member.php?u=2995885"]Sbrissen[/URL]-AOSP JB for E4GT (base)
[*][URL="http://xdaforums.com/member.php?u=3783751"]CaptainMorgan[/URL]-SMS receive
[*][URL="http://xdaforums.com/member.php?u=4698978"]PhAkEer[/URL]-Butter
[*][URL="http://xdaforums.com/member.php?u=2399936"]Lens_flare[/URL]-Being absurdly knowledgeable and always willing to help
[*]CosmicDan-Facebook login fix
[*][URL="http://xdaforums.com/member.php?u=2044700"]Anon9mouz[/URL]-MMS receive
[*][URL="http://xdaforums.com/member.php?u=2989028"]Chairface[/URL]-external SD fix
[*][URL="http://xdaforums.com/member.php?u=3357461"]zeppelinrox[/URL]-More butter
[*]Team AC!D-[URL="http://xdaforums.com/showthread.php?t=2002367"]AC!D Audio[/URL]
[*]MIUI.us team-Everything else
[*]The regulars-Thank you for helping maintain this thread while I'm not readily available. You guys are awesome!
[/LIST]

Changelog:
Code:
[Epic 4G Touch]
Re-based on MIUI.cn
Updated to CMx 2/28/2012 nightly
RAM tweaks
PNGopt all system apps and framework
Modified WiredAccessoriesObserver
Autobrightness tweaks allowing a smoother scaling of screen brightness (10 values vs the previous 4)
No toolbox in this build (wasn't updated by .us, but I'll be updating it myself for a final v4 release)
Added MIUI themed AOSP keyboard
4.2 bits (camera, gallery, Gmail, keyboard)

Full MIUI changelog:
Code:
[Lock screen, status bar and notification bar]
Fix - incomplete display of network speed in the status bar in some cases
Fix - battery bar displays errors in some cases

[Themes]
Fix - device account number in some cases is not correct

[Gallery]
Fix - duplicated images in cloud albums
 
Last edited:

AdhvanIt

Senior Member
Aug 8, 2009
3,316
2,126
Grand Rapids, Mi.
OP+2

Theme compilations:

More stuff:
Navbar_2.10.26_signed.zip | mirror | MD5: 6437e7f8ebc0dc79e6482e603dcdf0a3

Apex launcher enlarged icons | mirror | MD5: a0671513b0e9416c869097bfb3182176

v6 SuperCharger script thread-Go thank this awesome dev

theNestv3_Eng-Translated this lockscreen for added awesomeness.

Do it yourself:
Apex icon size:
  • Decompile with apktool
  • Navigate to /res/values/ and open dimens.xml
  • Find the icon_size dimen and change the value to whatever you'd like (mine is 56)
  • Recompile
  • Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
  • Push it to /system/app and set permissions to 644

Disable capacitive button LED's:
  • Decompile framework-res.apk with apktool
  • Navigate to res/values/arrays.xml
  • change:
Code:
    <integer-array name="config_autoBrightnessButtonBacklightValues">
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
    </integer-array>
to:
Code:
    <integer-array name="config_autoBrightnessButtonBacklightValues">
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
    </integer-array>
  • Recompile
  • Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
  • Push it to /system/framework and set permissions to 644

More to come...
 
Last edited:

Omar04

Senior Member
Jul 22, 2011
2,643
1,379
Kissimmee
I2. Thanks looking good. I will test later.

Sent from my SPH-D710 using Tapatalk 2
 
Last edited:

AdhvanIt

Senior Member
Aug 8, 2009
3,316
2,126
Grand Rapids, Mi.
I almost thought i formatted my SD.

But yeah, It doesn't recognize when you plug the cord in and it doesn't recognize sd cards.

Root explorer recognizes my sdcard, but the gallery doesn't. I think it may have something to do with the base, I'll have to look into it later today.

Make sure debugging is enabled. I haven't checked to see if mass storage is recognized since enabling it, but it may work.

Sent from another Galaxy [S2]
 
  • Like
Reactions: VirusZer0

chris-allen

Senior Member
Jun 22, 2012
684
133
please dont let this die. left to taste ICS.. but wow if i can have JB and this together!?? this will totaly rock!

Sent from my SPH-D710 using xda app-developers app
 

AdhvanIt

Senior Member
Aug 8, 2009
3,316
2,126
Grand Rapids, Mi.
please dont let this die. left to taste ICS.. but wow if i can have JB and this together!?? this will totaly rock!

Sent from my SPH-D710 using xda app-developers app

I don't plan to let it die. I'm going to talk to the MIUIAndroid guys and see what it would take to become an official device maintainer once this gets further along.

Sent from another Galaxy [S2]
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 97
    miuiusanim.gif
    MIUI.us Is Proud To Present
    MIUI v4.1 3.2.22 for the Epic 4G Touch

    Installation Instructions
    • Place zip on root of sdcard/internal storage
    • Boot into a safe recovery only
    • Nandroid backup
    • Wipe data/Factory reset
    • Flash ROM
    • Flash GApps
    • Reboot
    • Win!!

    -

    Not Working
    • Dual signal display shows 1XRTT when EVDO Rev-A is active (still looking into this)
    • A2DP (in-call BT audio works, but not music over BT)
    • 160 character limit per SMS message
    • Google Voice FC

      To report new bugs, please provide the following:
    • Bug description
    • Precise instructions on how I can reproduce the bug
    • Wipe status (clean/dirty)
    • Applicable logs (logcat, dmesg, kmsg, radio log)

    -

    Downloads
    MIUI.us_E4GT_v4.1_3.2.22_Eng_Deo_ZipA_Signed_AdhvanIt.zip: [1] [2] [3]
    MD5: fbfe8cf5851a3b70fa313129f26b4810, 28f3f365913c8ab926c55d02ac92b01e

    Google applications package: gapps-jb-20121011-signed.zip MD5: 4e9e7ec3c22b0b3471bd05d62b8a659d

    Additional downloads and modifications can be found in OP+2

    Old Builds
    My downloads are now hosted on goo.im :)

    -

    Changelogs
    Check out the full MIUI changelog at miui.us, and our build specific changelog in my second post!

    -

    Screenshots
    31
    OP+1

    Credits/Thanks
    Code:
    [LIST]
    [*]|0xD34D|-Various fixes
    [*][URL="http://xdaforums.com/member.php?u=2822112"]PhantomPhreak53[/URL]-CMx nightlies
    [*][URL="http://xdaforums.com/member.php?u=2995885"]Sbrissen[/URL]-AOSP JB for E4GT (base)
    [*][URL="http://xdaforums.com/member.php?u=3783751"]CaptainMorgan[/URL]-SMS receive
    [*][URL="http://xdaforums.com/member.php?u=4698978"]PhAkEer[/URL]-Butter
    [*][URL="http://xdaforums.com/member.php?u=2399936"]Lens_flare[/URL]-Being absurdly knowledgeable and always willing to help
    [*]CosmicDan-Facebook login fix
    [*][URL="http://xdaforums.com/member.php?u=2044700"]Anon9mouz[/URL]-MMS receive
    [*][URL="http://xdaforums.com/member.php?u=2989028"]Chairface[/URL]-external SD fix
    [*][URL="http://xdaforums.com/member.php?u=3357461"]zeppelinrox[/URL]-More butter
    [*]Team AC!D-[URL="http://xdaforums.com/showthread.php?t=2002367"]AC!D Audio[/URL]
    [*]MIUI.us team-Everything else
    [*]The regulars-Thank you for helping maintain this thread while I'm not readily available. You guys are awesome!
    [/LIST]

    Changelog:
    Code:
    [Epic 4G Touch]
    Re-based on MIUI.cn
    Updated to CMx 2/28/2012 nightly
    RAM tweaks
    PNGopt all system apps and framework
    Modified WiredAccessoriesObserver
    Autobrightness tweaks allowing a smoother scaling of screen brightness (10 values vs the previous 4)
    No toolbox in this build (wasn't updated by .us, but I'll be updating it myself for a final v4 release)
    Added MIUI themed AOSP keyboard
    4.2 bits (camera, gallery, Gmail, keyboard)

    Full MIUI changelog:
    Code:
    [Lock screen, status bar and notification bar]
    Fix - incomplete display of network speed in the status bar in some cases
    Fix - battery bar displays errors in some cases
    
    [Themes]
    Fix - device account number in some cases is not correct
    
    [Gallery]
    Fix - duplicated images in cloud albums
    22
    OP+2

    Theme compilations:

    More stuff:
    Navbar_2.10.26_signed.zip | mirror | MD5: 6437e7f8ebc0dc79e6482e603dcdf0a3

    Apex launcher enlarged icons | mirror | MD5: a0671513b0e9416c869097bfb3182176

    v6 SuperCharger script thread-Go thank this awesome dev

    theNestv3_Eng-Translated this lockscreen for added awesomeness.

    Do it yourself:
    Apex icon size:
    • Decompile with apktool
    • Navigate to /res/values/ and open dimens.xml
    • Find the icon_size dimen and change the value to whatever you'd like (mine is 56)
    • Recompile
    • Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
    • Push it to /system/app and set permissions to 644

    Disable capacitive button LED's:
    • Decompile framework-res.apk with apktool
    • Navigate to res/values/arrays.xml
    • change:
    Code:
        <integer-array name="config_autoBrightnessButtonBacklightValues">
            <item>255</item>
            <item>255</item>
            <item>255</item>
            <item>0</item>
            <item>0</item>
            <item>0</item>
        </integer-array>
    to:
    Code:
        <integer-array name="config_autoBrightnessButtonBacklightValues">
            <item>0</item>
            <item>0</item>
            <item>0</item>
            <item>0</item>
            <item>0</item>
            <item>0</item>
        </integer-array>
    • Recompile
    • Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
    • Push it to /system/framework and set permissions to 644

    More to come...
    14
    please dont let this die. left to taste ICS.. but wow if i can have JB and this together!?? this will totaly rock!

    Sent from my SPH-D710 using xda app-developers app

    I don't plan to let it die. I'm going to talk to the MIUIAndroid guys and see what it would take to become an official device maintainer once this gets further along.

    Sent from another Galaxy [S2]
    14
    Go get yourself some new Android 4.1.2 love...

    MIUI.us_E4GT_V4.1_2.10.12_Eng_Deo_ZipA_Signed_AdhvanIt.zip | MD5: ac4df3a91b346ae87c8c2c71f298ba7a