Android Community
Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 33

Thread: Help?! Bricked? I hope not...

  1. #11
    Join Date
    Sep 2009
    Posts
    228

    Default Re: Help?! Bricked? I hope not...


    Re: Help?! Bricked? I hope not...
    HERO roms are 1.5 so it wont work if you already are using a 1.6 ROM...
    i did ,i don't know wut ur talkin about

  2. #12
    Join Date
    Nov 2009
    Posts
    39

    Default Re: Help?! Bricked? I hope not...

    okay my biggest problem it would seem is that i have no clue what flashing is? an you may wonder how the hell i got to where im at without knowing that an the answer is i have no clue

  3. #13
    Join Date
    Sep 2009
    Posts
    228

    Default Re: Help?! Bricked? I hope not...

    Quote Originally Posted by cmsullivan09 View Post
    okay my biggest problem it would seem is that i have no clue what flashing is? an you may wonder how the hell i got to where im at without knowing that an the answer is i have no clue
    here is a good guide from xda i have modified slightly to make it more current FOLLOW EVERYTHING EXACTLY MORE IMPORTANTLY RADIO FIRST THEN SPL AND MAKE SURE U HAVE A PVT BOARD !



    Question Index:


    All answers for the above questions and more are listed below.


    --------------------------------------------------------------------------

    [Q] What is Hero/Rosie/Sense UI?

    [A] The Rosie/Sense UI is a User Inerface created by HTC using the Android OS and made Android seem beautiful and amazing. From all the widgets to the eye candy and to the social network intergration, Rosie/Sense UI shows what Android should have been when it started. For a promo go here:

    http://www.youtube.com/watch?v=FKTDSfbcbBU

    --------------------------------------------------------------------------

    [Q] Do I need to have Root?

    [A] Yes.

    --------------------------------------------------------------------------

    [Q] Do i NEED the new Radio and SPL?

    [A] Yes, you MUST have the new Radio AND SPL

    To install:

    Things you need:

    New SPL - Download
    New Radio - Download
    Your Current ROM - wich ever hero rom u would like
    SD Card Reader
    Rooted G1 Phone
    Computer
    USB Cable
    Patience

    ---------------------------------------------------------------------------------------

    Install Radio FIRST

    Download the Radio Update
    Rename it to update.zip
    Remove your SD Card from your phone and place it in your SD Card Reader
    Put the update.zip at the root of your SDcard (root = not in any folder)
    Insert your sdcard back into the phone
    Turn off your phone (Hold power and press Power Off)
    Hold the Home button and then press the power button (Keep holding power)
    You will now enter recovery
    Open up your keyboard and press Alt-S
    Let it finish the update
    When done reboot by pressing Home and Back
    You should be able to access your Home screen (If its stuck on the Google G1 screen dont panic, just remove your battery for now)

    ---------------------------------------------------------------------------------------

    Installing the new SPL

    Note: To update you must have a PVT board. To Check go into fastboot (Power and Camera and check) Thanks persiansown

    Take your SD Card out again and plug it into the pc
    Remove the update.zip that you put in there
    Download your current Rom or any other ROM that you want. I suggest CyanogenMod 3.6
    Download the SPL Update
    Rename the SPL Update to update.zip
    Remove your SD Card from your phone and place it in your SD Card Reader
    Put the update.zip at the root of your SDcard (root = not in any folder)
    Insert your sdcard back into the phone
    Turn off your phone (Hold power and press Power Off) or put your battery back in and turn it on
    Hold the Home button and then press the power button (Keep holding power)
    You will now enter recovery
    Open up your keyboard and press Alt-S
    Let it finish the update
    Now it will reboot on its own back to recovery
    Reboot again by pressing Home + Back
    Your phone will be stuck on the T-Mobile G1 Screen (Again DONT FREAK)
    Remove the battery from your phone
    Remove your SD Card and plug it back into your computer
    Take the ROM that you downloaded and rename it update.zip
    Remove the update.zip that was on your SD Card and put this new one it
    Put the battery back into your phone
    Enter recovery (Home + Power)
    Press Alt+s to update
    Let it finish
    Press Home + Back to reboot
    Thats it! You now have your new SPL and Radio

    --------------------------------------------------------------------------

    [Q] Do i need Cyanogen's Recovery Image?

    [A] No, but its recommended.

    To install:

    Download the recovery image HERE

    Place the cm-recovery-1.4.img file in the root of your SD Card (Root = not in any folder)

    Go back to your phone (Dont forget to unmount)

    Open terminal and type in the following

    Code:

    su (wait for a screen to popup and press "allow")
    flash_image recovery /sdcard/cm-recovery-1.4.img

    --------------------------------------------------------------------------

    [Q] Do i need a formatted SD Card with EXT2/3 Partition

    [A] No, but you should. It will make Hero and Rosie run much smoother and MUCH faster with NO lag.

    How to partition your SD card from console (This requires the cyanogen recovery 1.3.1+)

    Example for my 8GB card.

    Reboot and enter recovery (home+power) then go to console. Enter the below pressing "enter" after each line.

    Code:
    parted /dev/block/mmcblk0
    print (to verfiy we know what size card we are dealing with. Mine was 8166 read below if yours is different)
    rm 1 (if you had more than 1 partition you would want to rm them as well)
    mkpartfs primary fat32 0 7622
    mkpartfs primary ext2 7622 8134
    mkpartfs primary linux-swap 8134 8166
    quit
    upgrade_fs
    recovery
    if your card isn't 8166 when you type print then you will need to modify those numbers to match your card size. You basically work back to figure out the totals. To figure it out, start with your cards total size. For example 8166 total, subtract 32 for swap (8134) minus 512 for ext (7622) the rest will go to fat32. Each partition starts where the other left off.

    --------------------------------------------------------------------------

    [Q] How do i install a Hero Rom?

    [A] Download a Hero Rom, i suggest mlign's , kingklik , or my fav sensehero



    Boot into recovery (Home + Power)
    (THESE ARE THE STEPS I LIKE TO FOLLOW)
    PLACE ROM IN THE ROOT OF YOUR SD CARD(root = not in any folder)
    1-WIPE/PHONE DATA RESET
    2-WIPE PARTITIONS
    3-REPARTITION (pull battery it keeps a the wipe clean)
    4-LOAD ROM TO ROOT OF SD CARD WITH A CARD READER !
    5-PUT SD INTO PHONE AND BOOT TO RECOVERY
    6-WIPE/PHONE DATA RESET AGAIN (IMPORTANT)
    7-FLASH ROM
    8-WAIT UR AT THE G1 SCREEN
    9-NOW UR AT THE HERO SCREEN WITH THE LIL CHARACTER POPIN OUT
    10-NOW UR AT THE HTC SCREEN IF ALL GOES WELL (the shine should be smooth)
    11-U ARE LOADED UP



    --------------------------------------------------------------------------

    --------------------------------------------------------------------------

    [Q] Is Apps2SD done automatically?

    [A] Yes.

    --------------------------------------------------------------------------



    --------------------------------------------------------------------------

    [Q] How do i reformat my EXT2/3 Patition before flashing a New ROM?

    [A] These commands are from console

    parted /dev/block/mmcblk0

    rm * (* is wut ever # partition ur attempting to wipe ex. "rm 2")

    then repartition as u have beforehand



    [Q] Is a class 6 sdcard required?

    [A] No, but it will improve speed and performance especially when using swaper

    --------------------------------------------------------------------------

    [Q] How do i know what class my SDHC Card is?

    [A] Only SDHC cards have classes! To know what class your SDHC Card is just look at it
    Last edited by maek_it_happen; 11-19-2009 at 12:21 AM.

  4. #14
    Join Date
    Nov 2009
    Posts
    39

    Default Re: Help?! Bricked? I hope not...

    Okay last quest folks, by the way thank you so much maek_it_happen, im pretty sure I have the current radio version already installed, well at least it says I do when I hold power an the camara button, should (2.22.19.26I) I redo this step just incase or just go straight to the SPL I dont want to proceed untill I know forsure cause i'm really not trying to brick my phone

  5. #15
    Join Date
    Nov 2009
    Posts
    39

    Default Re: Help?! Bricked? I hope not...

    Drea100 PVT 32B
    hboot-0.95.0000
    cpld-4
    RADIO-3.22.19.26I

    thats what it reads, once I press camera power if that helps

  6. #16
    Join Date
    Sep 2009
    Posts
    228

    Default Re: Help?! Bricked? I hope not...

    Have the correct radio jus follow the steps to install spl U got to remember not many ppl on this site run hero they run cyan , its a lil diff to installl
    Last edited by maek_it_happen; 11-19-2009 at 12:57 PM.

  7. #17
    Join Date
    Nov 2009
    Posts
    39

    Default Re: Help?! Bricked? I hope not...

    Copying files....
    E:Can't symlink /system/ xbin/[
    E:Failure at line 58:symlink /system/xbin/bb/busybox
    SYSTEM:xbin/[Installation aborted.

    What the hell did I do wrong

  8. #18
    Join Date
    Sep 2009
    Posts
    228

    Default Re: Help?! Bricked? I hope not...

    is that when tryin to flash the spl ?

  9. #19
    Join Date
    Sep 2009
    Posts
    228

    Default Re: Help?! Bricked? I hope not...

    load the spl from haykuro , let it reboot and all that take ur time and be patient

  10. #20
    Join Date
    Nov 2009
    Posts
    39

    Default Re: Help?! Bricked? I hope not...


    thats with trying to flash the ROM, I think i'm not on the most uptodate SPL Though thats what someone else said because now I am getting this message(Can't chown/mod /system/xbin ( no such file or directory ) E: Failure at line 12: set_perm_recursive 0 2000 0755 06755 SYSTEM:xbin) an this is what they recommended

    (
    1. Get the JF 1.43 recovery image from JF Andblog|rename to update.zip|Alt+S to install

    2. Verify you have the latest SPL 1.33.2005 by holding camera button on R side of G1 while pressing Power button, if HBoot does not read 1.33.2005; then you need to get latest SPL

    3. Obtain your favourite HERO Rom, and flash away.

    I have a hero rom now and its working great )

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Hope someone can help?
    By kurashima in forum Developers Guild
    Replies: 10
    Last Post: 07-06-2009, 03:41 PM
  2. *Any* Hope for UMA on G1?
    By f4phantomii in forum General Phone Chat
    Replies: 2
    Last Post: 11-21-2008, 11:16 AM
  3. Hope this hasn't been covered.
    By juice in forum General HTC Chat
    Replies: 3
    Last Post: 11-18-2008, 06:05 PM
  4. I hope no one goes out to buy these!
    By Skatturbrain in forum Accessory Chat
    Replies: 24
    Last Post: 11-10-2008, 06:15 PM
  5. two ideas that I hope to see
    By jc1337 in forum Developers Guild
    Replies: 11
    Last Post: 11-08-2008, 02:13 PM

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
  •