Page 3 of 4 FirstFirst 1234 LastLast
Results 41 to 60 of 80
  1. #41
    Forum Cheerleader
    t91180's Avatar

    Join Date
    Apr 2011
    Location
    Michigan
    Posts
    212
    Thanks
    2 Times
    Thanked
    7 Times
    Quote Originally Posted by JasonK75 View Post
    Swearing in my thread? tsk tsk
    j/k
    :P
    Oops!!!! :-p

  2. #42
    EVO 3D & EVO Forum Moderator
    justs's Avatar

    Join Date
    Apr 2011
    Posts
    423
    Donate
    Thanks
    14 Times
    Thanked
    121 Times

    Simplified Version

    Karadorde's post is very thorough and covers everything well, but it isn't very noob friendly (too much terminology.)
    Here his method in 5 steps and plain terms:

    1. Grab the attached txt file or copy the following and paste it into a text file (on your PC, Mac, Vic20, EVO or whatever else you can use to create a txt file). (Personally, I just put an eri.xml file in my Dropbox and use the DB text editor on the EVO.)
    Code:
    <EriFile VersionNumber="1357" NumberOfEriEntries="1" EriFileType="1">
    
    <CallPromptId Id="0" CallPromptText="CallPromptId0"/>
    
    <CallPromptId Id="1" CallPromptText="CallPromptId1"/>
    
    <CallPromptId Id="2" CallPromptText="CallPromptId2"/>
    
    <EriInfo RoamingIndicator="128" IconIndex="1" IconMode="0" EriText="Sprint" CallPromptId="0" AlertId="0"/>
    
    </EriFile>
    2. Change the portion that reads EriText="Sprint" to EriText="whateveryouwantittoredorleaveitblank"

    3. Save the text as eri.xml and place it/leave it on the root of your SD

    4. Open Terminal Emulator on your EVO

    5. Type in the following:

    Code:
    su
    cd /sdcard
    cp eri.xml /data/eri.xml
    reboot
    Alternately you can skip the "reboot" command and instead back out and then toggle airplane mode.

    6. Enjoy the goodness!

    In using "cp" in the code in step #5, you will retain the eri.xml file on your SD and can easily change your phrase/logo at anytime by opening the file in a text editor on your EVO, changing the phrase and then running steps 4 & 5.

    ************************************************** *************

    The above works for any traditional character. For <,>," characters:
    You can use special characters like the quotation marks and greater/less than signs by using entity references (either using an entity name or number):

    " (quotation mark) use &quot;

    < (less than sign) use either &lt; or & #60 ; (without the spaces)

    > (greater than sign) use either &gt; or & #60 ; (without the spaces)

    Credit Psiphon via USSENTERNCC1701E in Post #50


    ************************************************** *************

    Attached Files Attached Files
    Last edited by justs; 06-01-2011 at 11:03 AM.
    ...nothing is perfect...nothing is complete...nothing lasts forever...

    |Rig [SGSII|E4GT] |Rom [TNz BLEND 2.6.0 EL29] |Kernel [Rogue *Stock EL29*]|Recovery [Rogue ET 1.1.4]|Base [EL29]

    ••• MIUI.us EVO Development ••• Use DROPBOX, MINUS & SUGARSYNC for all your Android mods! ••• MIUI.us Weekly Changelog •••

  3. The Following 4 Users Say Thank You to justs For This Useful Post:

    fergie716 (06-18-2011), imaldonado31 (07-16-2011), king_louie (08-13-2011), z0mb1edad (10-18-2011)

  4. #43
    Member
    USSENTERNCC1701E's Avatar

    Join Date
    Apr 2011
    Posts
    98
    Thanks
    14 Times
    Thanked
    11 Times
    So, it turn out Conaps Change Carrier Name does it without a reboot, it just switches the radio off then on using Airplane Mode. Same should work for these methods.

  5. #44
    EVO 3D & EVO Forum Moderator
    justs's Avatar

    Join Date
    Apr 2011
    Posts
    423
    Donate
    Thanks
    14 Times
    Thanked
    121 Times
    Nice find! This would be even easier in terms of having a simple GUI. I couldn't get it to work with just a button push or reboot. If it worked, this would save having to do the Terminal steps. Did it work for you? If we can confirm it working, we can add it to the OP.
    ...nothing is perfect...nothing is complete...nothing lasts forever...

    |Rig [SGSII|E4GT] |Rom [TNz BLEND 2.6.0 EL29] |Kernel [Rogue *Stock EL29*]|Recovery [Rogue ET 1.1.4]|Base [EL29]

    ••• MIUI.us EVO Development ••• Use DROPBOX, MINUS & SUGARSYNC for all your Android mods! ••• MIUI.us Weekly Changelog •••

  6. #45
    Member
    USSENTERNCC1701E's Avatar

    Join Date
    Apr 2011
    Posts
    98
    Thanks
    14 Times
    Thanked
    11 Times
    Yes it did work for me, although, I'm on DINC. And it's one of the two devices that Conap has tested on, the other being the Eris. I looked through the thread and there is no mention of a test on EVO, however on person did report success on the Hero. In terms of hardware the Hero/Eris difference is much the same as the EVO/DINC difference.

  7. #46
    EVO 3D & EVO Forum Moderator
    justs's Avatar

    Join Date
    Apr 2011
    Posts
    423
    Donate
    Thanks
    14 Times
    Thanked
    121 Times
    Hmm, tried multiple times to no avail. Bummer. Good find anyway.

    Interesting though that using the manual method and then toggling airplane mode rather than rebooting worked great, just as Conap discovered in his app.
    Last edited by justs; 05-02-2011 at 03:39 AM.
    ...nothing is perfect...nothing is complete...nothing lasts forever...

    |Rig [SGSII|E4GT] |Rom [TNz BLEND 2.6.0 EL29] |Kernel [Rogue *Stock EL29*]|Recovery [Rogue ET 1.1.4]|Base [EL29]

    ••• MIUI.us EVO Development ••• Use DROPBOX, MINUS & SUGARSYNC for all your Android mods! ••• MIUI.us Weekly Changelog •••

  8. #47
    Senior Member
    Raadius's Avatar

    Join Date
    Apr 2011
    Location
    Los Angeles
    Posts
    149
    Thanks
    6 Times
    Thanked
    44 Times
    Is it possible to change it to an image (.png) or even change the font?

  9. #48
    Member
    USSENTERNCC1701E's Avatar

    Join Date
    Apr 2011
    Posts
    98
    Thanks
    14 Times
    Thanked
    11 Times
    Damn, I don't know what the difference is, I tore apart the apk, it works by modifying the eri.xml, the modified file is exactly the same as in your instructions changing only the EriText= and is in the same location

  10. #49
    Member
    Join Date
    May 2011
    Posts
    41
    Thanks
    4 Times
    Thanked
    3 Times
    Anyone try this sign .. It didn't work for me,.. "-->>--" for some reason when I reboot it say roaming radio off.. Any idea ..? Could be the sign or what it is?

  11. #50
    Member
    USSENTERNCC1701E's Avatar

    Join Date
    Apr 2011
    Posts
    98
    Thanks
    14 Times
    Thanked
    11 Times
    Quote Originally Posted by Psiphon
    You can use special characters like the quotation marks and greater/less than signs by using entity references (either using an entity name or number):

    " (quotation mark) use &quot;

    < (less than sign) use either &lt; or & #60 ; (without the spaces)

    > (greater than sign) use either &gt; or & #60 ; (without the spaces)

    I hope this helps!
    Psiphon on XDA

  12. #51
    Member
    Join Date
    May 2011
    Posts
    41
    Thanks
    4 Times
    Thanked
    3 Times
    Quote Originally Posted by USSENTERNCC1701E View Post
    This sure helped me... Thanksss

  13. #52
    Member
    Join Date
    Apr 2011
    Location
    Seaside, OR
    Posts
    54
    Thanks
    0 Times
    Thanked
    2 Times
    I love how there always seems to be something new to customize everytime I turn around...thanks for this mod.


    Redefining Android With My Miui Evo
    HTC Evo. HW 003
    MIUI 4.29 w/ Tiamat 3.3.7 SBC

  14. #53
    Member
    Join Date
    May 2011
    Posts
    41
    Thanks
    4 Times
    Thanked
    3 Times
    Look at my beauty ...



    Miui 4.29

  15. #54
    Junior Member
    D Rock's Avatar

    Join Date
    Apr 2011
    Location
    Cartersville, GA
    Posts
    11
    Thanks
    0 Times
    Thanked
    0 Times
    I can only get it to show only when I pull down my notification bar. It does not show while at my home screens.

  16. #55
    Member
    Seth Croxton's Avatar

    Join Date
    Apr 2011
    Location
    Georgia, US
    Posts
    54
    Thanks
    11 Times
    Thanked
    0 Times
    Quote Originally Posted by D Rock View Post
    I can only get it to show only when I pull down my notification bar. It does not show while at my home screens.
    You do have the latest version of MIUI, don't you?

  17. #56
    Junior Member
    D Rock's Avatar

    Join Date
    Apr 2011
    Location
    Cartersville, GA
    Posts
    11
    Thanks
    0 Times
    Thanked
    0 Times
    Quote Originally Posted by Seth Croxton View Post
    You do have the latest version of MIUI, don't you?
    Yea. It was user error. Weatherbug was showing temperature that I couldn't see. Thanks

  18. #57
    General and Incredible Forums Moderator
    rayfin's Avatar

    Join Date
    Apr 2011
    Location
    Pennsylvania
    Posts
    369
    Donate
    Thanks
    43 Times
    Thanked
    29 Times
    Quote Originally Posted by D Rock View Post
    I can only get it to show only when I pull down my notification bar. It does not show while at my home screens.
    It only shows on the home screen when you have 0 notifications I believe.

    I am an Android Enthusiast, Circle me on Google+

  19. #58
    Super User
    JasonK75's Avatar

    Join Date
    Apr 2011
    Location
    Michigan
    Posts
    620
    Donate
    Thanks
    35 Times
    Thanked
    48 Times
    Quote Originally Posted by raven View Post
    It only shows on the home screen when you have 0 notifications I believe.
    Yeah, if you have an email or text or anything like that it will show that instead - especially if you have something running like Lookout or Pandora.

  20. #59
    Senior Member
    kulkazh's Avatar

    Join Date
    Apr 2011
    Location
    Djakarta
    Posts
    141
    Thanks
    6 Times
    Thanked
    8 Times
    It is me


    EVO 1.4.29 | Savaged-Zen kernel 2.0.2
    sent from tapatalk apps
    [rom] Latest MIUI.US EVO build | [kernel] Latest SavagedZen-AOSP | HW ID 003

  21. #60
    Junior Member
    Join Date
    Apr 2011
    Location
    Manteca,CA
    Posts
    15
    Thanks
    1 Time
    Thanked
    0 Times
    Quote Originally Posted by s_rob7488 View Post
    What theme is this?

    Sent from my PC36100 using Tapatalk
    It's Aeolus HD with the Fancy widget clock.


Page 3 of 4 FirstFirst 1234 LastLast

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
  •  
All times are GMT -4. The time now is 07:58 AM.
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved. © 2013 MIUI.us.
Download Bandwidth Sponsored by: VPN Tunnel
Need hosting? GlowHost.com