Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15

    HTC Aria Super Guide

    Just as a note, this guide can most likely be applied to most/all HTC Android phones.
    Obviously I can only confirm these on the Aria/Intruder


    Install Drivers:

    Download required files HERE
    1: Plug in Aria with supplied data cable to install standard drivers
    2: Install HTC Sync (we only need this to get appropriate .adb drivers)
    3: Install H Boot Driver - Detailed Guide HERE
    a: Power down Aria
    b: Hold Volume Down button and press Power (this brings you to bootloader)
    c: Wait for SD Card diagnostic (about twenty seconds)
    d: Plug in Data cable - at this point Windows will say driver didnt install properly
    e: Navigate to Device Manager and update driver for Android 1.0
    f: Select "Browse Computer for Driver" and open "Android USB Driver" folder and click next

    You now have all the Necessary drivers for your new Android!!


    Rooting Your Phone

    Credit goes to all the great devs at XDA Developers, including Attn1 and shad0wf0x for their great work

    With all the Drivers installed you can now Root the phone!!
    1: Go into Menu/Settings/Applications/Development and check the box for "USB Debugging"
    2: Plug in phone and choose Charge Only, check box for "Dont ask again" and DONE
    3: Download and Run unrEVOked Recovery Tool as Administrator(Windows users)MIRROR
    (as per unrEVOked instructions uninstall any s/w that communicates with the phone(ie: HTC Sync, Doubletwist, etc.)
    ---Follow any on-screen instructions
    **It may take a few tries(unrEVOked hates Windows)
    **if all else fails, try shad0wf0xs' Ubuntu Live CD method HERE
    Congrats!! you have Rooted your phone


    Un-Rooting(Restore to factory)

    All drivers from above must be installed
    1: Official ATT 2.2 Update(NOW Rootable!!! Click Me or ATT 2.1 Update Download MIRROR(Rootable)
    2: Make sure USB Debugging is checked in Applications/Development(if fail, then uncheck debugging)
    3: Run Aria Shipping ROM.exe as Administrator
    ---Follow on screen instructions, may take up to ten minutes


    Install Custom ROM's

    Once youre Rooted you can install custom ROM's from Clockwork Recovery;
    1: Copy a custom ROM to the SD card
    2: Power down phone
    3: Hold Volume down key and press Power to enter bootloader mode
    4: After diagnostics run, choose "Recovery" from the list and press power button to select it
    5: In Recovery menu choose "install zip from SD card"
    6: now select "Choose zip from SD card"
    7: navigate to the custom ROM and install
    **NOTE: Before flashing a custom ROM it is highly recommended you Wipe Data/Factory Reset in Recovery first
    it is also good practice to make a Nandroid backup before flashing any custom ROM



    Install Custom Font

    Credit goes to churapa. Nice work Bro!! Original Guide HERE

    **ROOT Is Required for this
    **ALWAYS make a Nandroid Backup before attempting any Mods


    -Things you will need:
    -True Type Fonts(both Normal and Bold .ttf)
    -ADB Tool and knowlege of use
    -Required Drivers for proper communication between PC and Android

    1: Copy both fonts (normal and bold) into folder named Androidfonts
    2: Rename fonts to DroidSans and DroidSans-Bold
    3: With the phone off Enter Recovery mode by holding Volume Down key and press Power, select Recovery from the list
    4: Once in Clockwork Recovery choose "Partitions" and select "mount system"
    5: Connect Phone using Data Cable and run ADB Tools in CMD (c:\Android\Tools)
    6: now in CMD window enter the following command:
    adb push c:\androidfonts\DroidSans.ttf /system/fonts/DroidSans.ttf ENTER
    adb push c:\androidfonts\DroidSans-Bold.ttf /system/fonts/DroidSans-Bold.ttf ENTER
    7: Now exit CMD, unmount phone in Partitions menu, Go Back, Reboot Phone, Disconnect USB cable

    Enjoy your new font!!
    NOTE: Respectively you can backup your current fonts by entering the following in ADB:
    adb pull /system/fonts/DroidSans.ttf c:\androidfonts\backup
    adb pull /system/fonts/DroidSans-Bold.ttf c:\androidfonts\backup



    How to Sideload 3rd Party Apps:
    (Rooting NOT required for this)

    Download SDK Tool HERE
    1: Un-RAR Android folder to root directory on PC (ie: C:\ )
    2: Open CMD Prompt and type CD\ and hit Enter
    3: Now type cd\android\tools Enter
    4: Plug in Data cable and choose "Charge Only" on phone (always choose this)
    5: Now in CMD prompt enter this command: adb install barcodescanner3.4.apk and press Enter

    The SDK tool should install the Barcode Scanner app on the phone. Yay!! Success!!

    **You can use this method to install .apk downloads onto the phone. For this demo i had already inserted
    the Barcode Scanner app into SDK tools folder. the actual command should read as follows:

    adb install c:\path to .apk file (ie: adb install c:\apps\filename.apk)
    **I chose this app because you can use it to install other apps by scanning the barcode
    found on many HTC App sites.




    How to apply ringtones over 300kb limit:

    Short story first
    I wanted a nice free app to manage files, so i installed Astro File Manager using Barcode app from above.
    While moving some files around i discovered the option to set mp3's to ringtone... and it worked!!
    This is good because i was not happy to see there was a 300kb limit to ringtones. There may be another
    or better way, but this is how i did it

    1: Go to Astro app website HERE
    2: Scan the Barcode with Barcode scanner app to install Astro Direct link HERE
    3: Open Astro, navigate to SD Card\Mobile\Music
    4: find the music file you want set to ringtone, Hold on it until menu pops up
    5: Select "Music Options", select "Apply as Ringtone"

    or if you dont wanna go through all that hassle, install Rings Extended App. Direct Download HERE




    How to remove unwanted Stock Apps using SDK:

    1: Once your phone has been rooted with Clockwork, boot into Recovery(hold volume down/press power)
    2: Open CMD prompt, get to the "android\tools" directory
    3: In recovery window highlight "Mount System"
    4: Plug in data cable, in CMD type adb remount
    5: Now enter adb shell
    *you can view the list of apps stored in the phone by entering ls
    6: To remove an app enter the following: rm whateverapp.apk, then enter rm whateverapp.odex
    (example: rm HtcFacebook.apk ENTER then rm HtcFacebook.odex ENTER)
    7: Type ls again to confirn they have been removed, reboot phone.
    *NOTE: you may get 0.0dip listed in Widgets menu. simply go into Manage Apps and locate HTC Sense. Open it and "clear data". your display settings will be reset to factory, but it gets rid of the false data.

    Stay tuned!! More to come
    Last edited by zedbra; 07-07-2011 at 08:55 PM.

  2. 16 Users Say Thank You to zedbra For This Useful Post

    CandymanMike (10-09-2010), Clarkey (10-13-2010), Dumba (10-13-2010), eled (10-08-2010), Imaz77ar (10-09-2010), Jabbacks (08-02-2011), Jellono (03-18-2011), MotoMudder (08-24-2010), Pzyduck (03-10-2011), ranchofootball69 (12-09-2010), ShackPole (02-05-2011), Shafique (12-28-2010), sublime1184 (08-24-2010), SuperJoker (10-14-2010), vatics (06-06-2011), ZduneX25 (10-08-2010)

  3. #2
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    Update Update!!

    hmmm, over 300 looks and only two thanks. guess you cant please everyone
    Thanks for your support MotoMudder and Sublime1184

  4. 4 Users Say Thank You to zedbra For This Useful Post

    CandymanMike (10-09-2010), dracorojas16 (01-19-2011), Dumba (10-13-2010), sketch2k278 (06-26-2011)

  5. #3
    MotoMudder's Avatar
    offline Retired Droiderator
    Join Date
    Mar 2007
    Location
    Graham, WA
    Posts
    3,169
    Thanks
    1,257
    Thanked 1,237 Times in 833 Posts
    Downloads
    4
    Uploads
    0
    Good work!
    Thanks Sublime1184 for the awesome siggy

  6. The Following User Says Thank You to MotoMudder For This Useful Post:

    zedbra (09-16-2010)

  7. #4
    offline Itty Bitty Modder
    Join Date
    Aug 2010
    Posts
    9
    Thanks
    11
    Thanked 2 Times in 2 Posts
    Downloads
    4
    Uploads
    0
    Thanks, great guide....

  8. #5
    CandymanMike's Avatar
    offline Rock 'n Roll Cowboy
    Join Date
    Oct 2007
    Location
    Orting, WA
    Posts
    5,189
    Thanks
    2,507
    Thanked 2,631 Times in 1,360 Posts
    Downloads
    616
    Uploads
    40
    good work as always zed! you know how the thanks thing works. lol. it's always been like that. 1000 downloads of a mp and only 10 thanks was the average back in the old days.

  9. #6
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    Quote Originally Posted by CandymanMike View Post
    good work as always zed! you know how the thanks thing works. lol. it's always been like that. 1000 downloads of a mp and only 10 thanks was the average back in the old days.
    yah i know we dont do it for recognition anyway

  10. #7
    offline Maybe Modder
    Join Date
    Sep 2010
    Posts
    46
    Thanks
    11
    Thanked 5 Times in 3 Posts
    Downloads
    7
    Uploads
    0
    Quick question... does this root process ("The simplest guide is by shad0wf0x for Windows users like myself. Find it HERE") wipe the data, or does it only flash the recovery?

  11. #8
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    i believe it only flashes Clockwork Recovery. if i remember correctly, all my settings and contact info was untouched after Rooting

  12. #9
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    UPDATE!! added more info on How to Root, How to Un-Root, and installing Custom ROM's

  13. 2 Users Say Thank You to zedbra For This Useful Post

    Pzyduck (12-12-2010), ShackPole (02-05-2011)

  14. #10
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    UPDATE!!

    added how to replace/backup custom font

  15. The Following User Says Thank You to zedbra For This Useful Post:

    ShackPole (02-05-2011)

  16. #11
    offline Itty Bitty Modder
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0

    Maps for Android.

    If somebody can advise me some URL for maps for my Android?

    Removed,link to spam
    Last edited by zedbra; 01-22-2011 at 01:22 PM. Reason: spam link

  17. #12
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    be more specific, are you looking for an app??

  18. #13
    ShackPole's Avatar
    offline Skilfull Modder
    Join Date
    May 2009
    Location
    USA
    Posts
    616
    Thanks
    578
    Thanked 419 Times in 239 Posts
    Downloads
    239
    Uploads
    1
    Thanks zed, great guide...

    Siggy by a_eilm2s2y..

  19. The Following User Says Thank You to ShackPole For This Useful Post:

    zedbra (02-06-2011)

  20. #14
    Pzyduck's Avatar
    offline Super Moderator X
    Join Date
    Apr 2009
    Location
    La Rioja - Argentina
    Posts
    5,175
    Thanks
    1,885
    Thanked 4,273 Times in 1,850 Posts
    Blog Entries
    6
    Downloads
    181
    Uploads
    360
    Awasome guide zed
    Moved correct area

  21. #15
    zedbra's Avatar
    offline Moderator
    Join Date
    Jun 2007
    Location
    Alternate Reality
    Posts
    2,175
    Thanks
    711
    Thanked 908 Times in 626 Posts
    Downloads
    309
    Uploads
    15
    UPDATE!! added link to S-Off and ROOT Guide for Aria 2.2(previously unrootable)

  22. The Following User Says Thank You to zedbra For This Useful Post:

    Pzyduck (07-08-2011)

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •