Posts Tagged ‘Root’
Goldcard Build small payday loans
Sometimes a Goldcard is necessary to successfully install the sappimg necessary to root your phone. Below is the process for creating that Goldcard. I used the original card that came with my phone. Some card do not support this process so you may need to try a few.
First you will need to download a couple things:
- QMAT: http://www.tucows.com/preview/605064 small payday loans
- HxD Hex Editor: http://download.cnet.com/HxD-Hex-Edi…=uo&tag=button small payday loans
Here is the process:
- Extract the file qmat.exe file from the QMAT download
- This will be used to reverse the CID you get from your phone. This can also be done manually by breaking the string into two character sections then reversing it
- Format your memory card to fat32. This does not work on all cards.
- On your phone search the Android Market a ‘Terminal Emulator’.
- Once installed open the Terminal Emulator and type ‘cat[space]/sys/class/mmc_host/mmc1/mmc1:*/cid‘ without the quote signs or the [space].
- Write down the code on notepad or something, preferably somewhere you can copy and paste into QMAT.
- On your computer execute the qmat.exe file that you extracted earlier.
- Click on Cryptanalysis Tools > Crypto Toolbox
- Look near the bottom of the application, there is a text box next to the “Reverse String” button.
- Enter the CID number from step 5
- Click on the “Reverse String” button.
- Write down the code on notepad or something and replace the first two characters with 00, preferably somewhere you can copy and paste into the QMAT Goldcard created.
- Example: “532600bd227d9c0347329407514d5402” changes to “002600bd227d9c0347329407514d5402”
- Go to QMAT to get your Goldcard: http://revskills.de/pages/goldcard.html small payday loans
- This is free for G1 phone, Thanks to Viper! (also works with the myTouch3G)
- Enter your email.
- For the CID, enter the reversed CID from step 12 with the 00 replacement.
- Click Continue and you will receive the goldcard.img via your email.
- Go to your email, download the goldcard.img and save it to a directory.
- Install the HxD Hex Editor you downloaded
- Launch the HxD Hex Editor
- Windows 7 and Vista users may need to run the program as Administrator
- Go to Extra tab
- Click Open Disk
- Select Physical disk
- Select Removable Disk (this is your SD card)
- Make sure you choose Removable Disk under Physical disks, not under Logical disks
- Uncheck “Open as Readonly"
- Click OK
- Go to Extra again
- Click Open Disk Image
- Select the goldcard.img you saved from your email.
- Make sure Sector Size "512 (Hard disks/Floppy disks)" is selected
- Click OK
- Now, you should have two tabs, one is your removable disk, the other is goldcard.img.
- Go to the goldcard.img tab.
- Go to Edit
- Click Select All
- Click Edit again
- Click Copy
- Click on the “removable disk” tab.
- Select offset 00000000 thru offset 00000170
- Click Edit
- Click Paste Write
- Click on File
- Select Save
- Close HxD
- Remove the SD card and plug it back in
- If you get the message to format the card when it is reinserted it is not compatible with the Goldcard process. You will need to try again with a different card.
Example CID: A0B1C2D3E4F5G6H7I8J9KaLb (32 digits)
Breaking CID into 2`s: A0-B1-C2-D3-E4-F5-G6-H7-I8-J9-Ka-Lb
Reverse: Lb-Ka-J9-I8-H7-G6-F5-E4-D3-C2-B1-A0
Remove Dashes: LbKaJ9I8H7G6F5E4D3C2B1A0
Disclaimer: You could brick your phone and/or void your warranty. What you read here and then attempt to do is at your own risk. I am not responsible for what you do with your phone, PC, Mac, or whatever else you are messing around with. Proceed at your own risk.
- You will need to be root’d to complete this task, see myTouch3G Rooting small payday loans
- Install a file manager on your phone, such as Linda or Astro, if you don’t already have one
- Check to see if you are running SPL other than 1.33.2009, for help see Check Your Phones Hardware and SPL small payday loans
- Download the Engineering-SPL-HBOOT-1.33.2009-signed provided by Amon Ra from here http://rs602.rapidshare.com/files/267475617/update.Engineering-SPL-HBOOT-1.33.2009-signed.zip small payday loansor 1.33.2005 from http://code.google.com/p/sapphire-port-dream/small payday loans
- Download the Radio update from here http://code.google.com/p/sapphire-port-dream/ small payday loans
- Save the file to your computer
- Plug your phone into your PC using a USB cable
- Mount the phone to the PC
- Copy the engineering SPL and Radio update that you downloaded to the SD card, no folder
- Unplug the phone
- Power down your phone
- Press the Home and Power buttons to start up in Recovery Mode
- Once in Recovery Mode select "Apply sdcard:choose zip" and click the action button
- Select the applicable .zip file and click the action button
- If you are going to update your Radio, now is the time to do it, if you try to do it before the SPL you are likely to brick your phone
- Select "Apply sdcard:choose zip" and click the action button
- Select the applicable Radio .zip file and click the action button
- After the installation you are done, reboot the phone
- It might hang for a while on a screen with a box and a yellow arrow coming out to point down at a phone before rebooting, this is normal
- To verify the updated SPL power down, then restart in Fastboot Mode by pressing Back and Power for about 7 seconds
- Old Fastboot Info
- Sapphire PVT 32B…
- HBOOT-1.33.0006…
- CPLD-10
- RADIO-2.22.19.26I
- May 27 2009
- New Fastboot Info
- Sapphire PVT 32B… (no change)
- HBOOT-1.33.2009… (upgraded)
- CPLD-10 (no change)
- RADIO-2.22.19.26I (no change)
- May 6 2009 (older)
Swappiness is how often the swap partition is used. If you bounce between apps and/or home often and would rather not have home get killed or wait long periods of time for things to load you will want to increase your swap.
You will need to have ADB running to get the file and a good notepad type editor, I recommend NotePad++, http://www.filehippo.com/download_notepad/
- You will need to be root’d to complete this task, see myTouch3G Rooting small payday loans
- Connect your phone to your PC using a USB cable
- Use ADB to connect to the phone by launching the command prompt on your PC
- At the command prompt go to the ADB directory and type "adb remount", press Enter
- Then type "adb pull /system/bin/user.conf user.conf (this will put it in the adb folder)
- Open the user.conf file with your editor
- Look for "swappiness=" and change the number to what you want
- Save the file
- Go back to the command prompt and type "adb push user.conf /system/bin/user.conf", press Enter
- Type "adb shell reboot", press Enter, to complete the process
- You may need to downgrade to 1.5 if you are on 1.6
- See SD Card In small payday loansand SD Card Outsmall payday loansposts for instructions
- See SD Card In
- Download the following and save them to your computer:
- FlashRec.apk small payday loans(Updated: 09/26/09)
- You may need to change the extension from .zip to .apk
- Amon Ra’s Recovery Image small payday loans(32A)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- Amon Ra’s Recovery Image small payday loans(32B)(Updated 11.18.09)
- See post on Check Your Phones Hardware and SPL small payday loans
- See post on Check Your Phones Hardware and SPL
- FlashRec.apk
- Connect your phone to your computer
- Mount the phone with the computer
- Copy both files to your SD card, do not put them in a folder
- Unplug your phone from the computer
- Goto the Market and download a file manager such as Linda or Astro
- Go back to your Home screen
- Push the Menu button
- Click Settings
- Go to Application
- Check the "Unknown sources" box and click OK
- Open the file manager and go to the SD card
- Find FlashRec.apk and launch it
- If asked, accept "Open App Manager" to open it then click Install
- Open the FlashRec, aka Recovery Flasher, program
- Click on Backup Recovery Image and wait for it to finish
- In the empty text box in the Recovery Flasher program enter the location and name of the .img file
- "/sdcard/recovery-RAv1.2.3H.img" OR "/sdcard/recovery-RA-dream-v1.2.3.img"
- Click on the Flash Recovery Image button and wait for it to finish
- Turn off the phone
- Enter "Recovery Move" on your phone by holding down Home and Power buttons until the recovery screen comes up
- It has a bunch of text on a black background
- You are now Root’d and can load a ROM