Affichage des articles dont le libellé est Install. Afficher tous les articles
Affichage des articles dont le libellé est Install. Afficher tous les articles

lundi 6 juillet 2015

How to install Android 5.1 on the Nexus 6, Nexus 5, Nexus 7, and Nexus 10



nexus 6 nexus 5 3


Android 5.1 is rolling out now for most Nexus devices, but as usual it’s taking a while to arrive on devices. If you’re not keen on waiting around for an update you can take things into your own hands with the official OTA files published by Google. Manually installing an OTA update is not as simply as when it arrives on your phone, but it’s also not terribly difficult to do. Follow along and in no time you’ll have Android 5.1 up and running.


Download OTA Update


First you’ll need the OTA files for your device. Click (or right-click “Save As”) on the corresponding link below to start downloading. To find your current build number go to Settings > About phone.


Nexus 5



Nexus 6



Nexus 7 2012 WiFi



Nexus 10



Enable USB Debugging


First thing you’ll need to do is download the latest Android SDK and follow the instructions.


*Phandroid is not responsible for any problems you may have. Proceed at your own risk.



  1. Enable USB debugging on your Nexus.

  2. Go to Settings > About phone, tap on Build number 7 times.

  3. Go back one screen and you should see Developer options. Tap it.

  4. Enable USB debugging

  5. If you’re upgrading from an existing Lollipop build you’ll also want to make sure to check the box for Enable OEM unlock.

  6. Plug your Nexus in to a Windows machine and press “Ok” when it asks to Allow USB debugging.


Get into Recovery


The easy part is over. Now it’s time to get down and dirty.



  1. Open a command prompt from inside Platform-Tools in the SDK and type the following:

    1. adb reboot bootloader



  2. Your Nexus should now reboot into the bootloader

  3. Press Volume Down until you see Recovery

  4. Select it by pressing the Power button

  5. Next you will see an Android robot with an exclamation point. Press Volume Up and Power at the same time.


Install the Update


It’s finally time to install Android 5.1. Your Nexus should now be in stock recovery.



  1. Highlight Apply update from ADB by pressing Volume Down.

  2. Press the Power button to select it.

  3. In the command prompt on your PC type the following command:

    1. adb sideload



  4. If everything is working correctly you will see a file transfer begin in ADB.

  5. Your Nexus will begin to update and reboot when finished. You’re done!


If you run into problems be sure to head on over to Android Forums and get help from fellow users.





Report: NSA found a way to “hijack” Google Play to install spyware on phones



NSA


Well, if you had any doubt that the NSA and national security agencies everywhere didn’t have the capability to treat themselves to your information, perhaps Edward Snowden’s latest leak will change your mind. The rogue ex-intelligence agent leaked another document to the press today detailing a program by the 5-Eyes Alliance (the US, UK, Australia, New Zealand and Canada) called “Irritant Horn.”


The idea — which was discussed at conferences and workshops in Australia and Canada between November 2011 and February 2012 — is that they could intercept the connection that happens between a smartphone and an app store when a user downloads an app, during which time they could drop a “payload,” of sorts, that would likely sneakily install some sort of spyware.


It was more than just an idea, too — the document suggests the agency did find a way to consistently and reliably intercept that connection for both Google Play and the Samsung Apps Store.. Whether they were successful in executing the other half of the strategy (dropping the “payload” and getting it installed without the user’s knowledge) remains to be known, as it’s not clear if any progress has been made on this project since these documents were drafted.


More than just receiving information, the alliance also explored the possibility of altering the information being sent to a device, potentially using misinformation to manipulate criminals, terrorists or anyone else they’d have a reason to spy on.


For what it’s worth, it’s long been revealed that the NSA and other intelligence agencies have developed software that could pull basically any bit of data they want from a phone, but this couldn’t happen unless they could guarantee a way to get the goods onto the phones in question. “Irritant Horn” may just be the last piece they need to complete the puzzle and help themselves to information whether a user likes it (or knows about it) or not.


The report also makes mention of a browser by Chinese search giant Alibaba called UCBrowser. Their studies found that the browser had a security hole that allowed those with the technical know-how to pull an alarming amount of device information from its users.


The 5-Eyes alliance reportedly used the exploit to find out about the possibility of covert operations being carried out by foreign military. It ultimately turns out to be an unrelated tidbit, though the leak and the ease of gaining access to the information supposedly sent good vibes around the offices of the intelligence agencies working on this project.


The Intercept and the CBC have a lot more information to dive into if you’re curious, so be sure to check them out when you can spare a minute. Let us know how you feel about all this straight ahead.





How to install Android M on the Nexus 5, 6, 9, and Player



Android M Dev Preview


Prerequisites



  • Common understanding and experience using tools that are provided with the Android SDK such as Fastboot and ADB.

  • Fastboot and ADB installed on your system and PATH variables updated accordingly.

  • Understand that this will wipe all of your device data and that you will first need to backup any files, apps, etc that you do not want to lose!

  • You will also obviously need a Nexus 5, Nexus 6, Nexus 9 or Nexus Player.  Do not try any images on devices they are not intended for as it will cause issues and not work!


WARNING Installing a system image on your device will remove all data from the device. Please make sure that you backup your data before you proceed. Also, keep in mind that these images are not final releases and may have bugs or unfinished features. These are Developer Previews and not meant for the average consumer.

Step 1 – Unlock your bootloader in Developer options


Please continue to the next step if you already have your bootloader unlocked. If not, or you forget whether or not it’s unlocked, I will walk you through the process.


Enable OEM unlocking (aka unlock your bootloader)



  1. Go into Settings -> Developer options on your device.
    If you do not see Developer options listed in this list, please click on About phone and keep tapping on Build number until you see “You are now a developer”. What this means is you now have a Developer options in your main Settings list. Please go to Settings -> Developer options now.

  2. Once you are in Developer options, look for OEM unlocking. This is a simple switch or checkbox that you need to enable.  It will prompt you to Allow OEM unlocking and give you a warning message. Please click the enable to accept and continue.


Step 2 – Download your Nexus specific image


Below are direct links to download the Android M preview images. Please make sure you download the correct one to avoid any major issues.



Step 3 – Decompress the image file


All of the necessary image files that you will need are located in this “tgz” compressed file.


Windows Users


You will need to install a third-party tool to extract this gzip tar file and we recommend 7-zip. It’s free and works great but does NOT treat .tar.gz extract as one atomic operation. You will first extract the main .tgz file and the result will be a .tar file.  Use 7-zip again to extract one more level and you will now see actual files.


If you already setup 7z as a system path variable, you can use one command in command prompt (aka cmd.exe) for this (obviously update the path and names as needed):


7z e volantis-MPZ44Q-preview-d15ad483.tgz && 7z x volantis-MPZ44Q-preview-d15ad483.tar


windows-volantis-flash


Mac and Linux Users


Using tar which is built in to OS X, open the terminal and you can extract using one command:


tar -zxvf volantis-MPZ44Q-preview-d15ad483.tar.gz


Below is what you should see once you have files extracted.


Nexus 9  "volantis" extracted image


Please Note


Depending on which device you are flashing, you may see slightly different files.  For example, the Nexus 6 (shamu) will contain a zip file and an extra radio file.  The batch script will also have a few differences from lets say, the Nexus 9 (volantis). On Windows if you are flashing the Nexus 6… please pay extra attention to the Update for Windows users below.


Step 4 – Reboot bootloader and flash


Assuming that you have fastboot and adb already set up and ready to use, just follow the commands below in order.


adb reboot bootloader


This will restart your phone into the bootloader mode. This will only work if your phone is connected and you have USB debugging turned on.


fastboot oem unlock


If your phone is already OEM Unlocked, you would not have to do this, but it wouldn’t hurt if you are unsure.


bash flash-all.sh


This will run all of the fastboot commands needed for the complete image flash. If you are using Windows, rather than a bash script you will use the flash-all.bat (batch) file. One common issue of this not working is that you do not have fastboot setup properly and is not set as an environment variable (a variable that works system wide).


Update for Windows users


There are reports from some Windows users that the flash-all.bat fails. It seems that it’s a bug with the fastboot.exe and how it inefficiently allocates memory. Some users say to try a different usb port or different usb cable, which they claim doing so solved their issues. If this works for you, please let us know in the comments below. Otherwise, please follow the workaround below that KingofPing has provided that will most likely solve your issues.   What this does is break down each step manually that the batch file should have automatically done for you.  (if you open the batch file in a text editor, you will see these same commands)


Make sure that if you have an extra zip file in your directory that you extract it and place it’s contents in your working directory.


After flash-all.bat errors out, please follow these instructions:


—Don’t “press any key” – that will close the window – just hit Ctrl-C.—


fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img


That’s it!


Once the scripts finish it will do a final reboot and the only thing left is to complete the normal Android setup wizards and enjoy. If you have any issues feel free to comment and we will help you out as needed!


Get Involved


If you are testing on your device make sure you help the Android community out and post any bugs you find.  You can share your experiences over at AndroidForums.com, or join the Dev community over on G+ to stay involved.


Report Android M Issues      > Android M Developer Community





Install X-Note TMT 4.4.2 Based Firmware On Galaxy S5 SM-G900F



XDA-Developers has now started making it’s way for adding a lot of fun on Android devices. For Today’s treats we have X-Note TMT which is applicable for the international Galaxy S5 SM-G900F (Snapdragon). The X Note is based from the latest official 4.4.2 stock firmware G900FXXU1ANCF and it comes on its first public released build version 1.0.  The X Note offers a True Multi Dpi Touchwiz that has the ability to select your screen density thru to its X-Transformer app. Not only that it also  provides some features not available in the vendor-supplied firmwares, it allows you to avoid the bloatware that comes with vendor firmware, and it is highly customisable through the UI just almost anything if you want. So if you may want to give a try just read on as I will show you on how to install the X-Note on your Galaxy  SM-G900F.


X-Note TMT


As per X-Note general disclaimer, you modify your phone at your own risk!


Getting Started on How to Install X-Note TMT on Galaxy S5 SM-G900F


You should make sure that you have a back up copy of all of your irreplacable data stored from your phone. If you hadn’t make any back-ups then its now the best time to do it. Also recharge your phone right now if its battery power is getting low, a power failure while installing the firmware to your phone may caused undesired outcomes.


This process needs root access and custom recovery installed on your phone, so your phone has not been rooted or installed with any custom recovery then this will not work. Consider to root first and then install a custom recovery like TWRP, CWM or the CWM Advanced Edition Philz Touch Recovery.


Prepare a Windows base OS computer or laptop, Odin flasher tool will not run on MAC and other OS.
Use the supplied USB cable, a bad USB cable will be causing flashing errors.
Unzip or extract the files, compressed file can be extracted using 7zip, winzip, winrar or any unzipping program in your computer.
Enable USB debugging mode if you are having issues connectingyour device to the computer try to enable the this option. In your Samsung Galaxy S5 go to Settings>> About device>> then look for the firmware build number and then tap that build number for around 7-times until a message pop-ups that says something “congratulations you are now a developer”.
Remove the external micro SD card if you have one, to avoid any failures and error during the flashing process.
TURN OFF the Reactivation Lock –  just tap on Settings>>Security>>Reactivation Lock and then uncheck the Turn Reactivation lock on. This is only needed if you already turned-it-ON, from which you cannot modify the system when it’s turned-ON.


Assuming that your phone is rooted and custom recovery image then you may proceed to the quick guide below!


Guide For Rooting and Installing Custom Recovery


Download CF-Auto root from hereCF-Auto-Root-klte-kltexx-smg900f.zip


Get the Philz Touch Recovery 6.26.6 or any newest update from
here: http://goo.im/devs/philz_touch/CWM_Advanced_Edition/klte
Select this file: “philz_touch_6.26.6-klte.tar.md5″ which is the Odin flashable.
You can read the full details about the Philz Touch recovery at XDA’s origina thread. You can also use CWM or TWRP recovery too.


Download Odin and USB driver:
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Note: Installing root and custom recovery voids the phones warranty!
Phone Status: Custom
KNOX Warranty Counter: ox1


Install the USB Driver


Simply run the downloaded USB driver to install. Without the USB driver your computer will not recognize your Galaxy S5. You might also need to reboot your computer once the USB driver is installed.


Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’ and the ‘AUTO-REBOOT , just leave alone the ‘F.RESET TIME’ check-box remained checked.


Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into download mode , you need to turn the power off. After it completely shut off, just press and hold the Volume Down key, Home button and the Power ON/OFF button simultaneously.


You should then prompted into a warning screen and asking you to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Connect your Phone to Computer or Laptop


Once you already reboot the phone in download mode, simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Installing CF-Auto Root


1) Unzip the CF-Auto-Root-klte-kltexx-smg900f.zip.
2) Click on Odin’s AP button and then load CF-Auto-Root-klte-kltexx-smg900f.tar.md5.
3) Proceed to flashing the firmware instructions below.


Root Galaxy S5 G900F with CF-Auto-Root


Installing Philz Touch Recovery


Simply click on the AP button, then browse to the folder where you put the “philz_touch_6.26.6-klte.tar.md5″ you have previously downloaded and then select and load it. Odin should look like this image below.


Galaxy S5 Philz Touch Recovery



Flashing the firmware


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the Philz Touch Recovery.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Lastly, Reboot the phone into recovery!


Once the CF-Auto Root and the Philz Touch Recovery installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”. Now, once you see that word “PASS!” do not let it reboot into normal mode but instead directly reboot it into recovery. Do this:
– Press and hold Volume Up, Home and Power button.
– Use volume keys to select, Up and Down and Power or Home key to select the option
– Select “Reboot to system” using the Home button.
– It will then prompts you to fix root and recovery, then simply always answer “YES” to the given questions.
– Done.


From here you should have a rooted and running custom recovery on your Galaxy S5 SM-G900F. From here you can now  install X-Note TMT via Philz custom recovery.


Installing X-Note


Name: X-Note TMT build 1.0 public *True-Multidpi-Touchwiz* G900F NCF


Developer: [soloilmeglio]


Source: XDA-Developers


Download: XDA Original Thread


Copy the downloaded X-Note firmware file into your SD card. Then Reboot your Galaxy S5 into recovery by holding down Volume Up+Home+Power button simultaneously.  Once in recovery, you can select to make a back-up first (EFS,modemst01, modemst02) to keep your EFS and Modem files secured  and then wipe data to gain a fresher firmware installation. Now, simply select “Install from SD card” and lastly browse and choose the X-Note file from your SD card then perform the installation.


That’s it, you may then reboot your phone and check if you have successfully installed the X-Note TMT on your Galaxy S5 SM-G900F.


The post Install X-Note TMT 4.4.2 Based Firmware On Galaxy S5 SM-G900F appeared first on GalaxyS5Update.





How to Install TWRP Recovery Sprint Galaxy S5 SM-G900P



You can now install a full functioning  TWRP Recovery on Sprint Galaxy S5 SM-G900P. Although, the TWRP  released isn’t official yet, but it was already tested on Sprint Galaxy S5 SM-G900P, and it will worked well.  Sprint Galaxy S5 G900P is not actually comes with a locked bootloader, so this simply means it has a highly manageable system for further development and customizing its original software appearance.  So if you want to give it a try right now, just simply read the rest of the process on how you can acquire a working  TWRP Recovery on your Sprint Galaxy S5 SM-G900P.


One more thing, flashing any custom recovery tripped Knox security counter and switched your phone phone from official into custom. Before that I would like to advise you especially if your a completely a beginner without any knowledge of what the risk involved on this method, you should make a careful research first before attempting to modify your phone. This process will void your phone’s warranty, so please be aware with that before you proceed.



Note: Installing Custom recovery will trip KNOX counter from 0×0 to 0×1. Once the KNOX security flag counter tripped you will lose your phone’s warranty.



Step by Step Guide on How to Install TWRP Recovery on Sprint Galaxy S5 SM-G900P


Download CF-Auto root for Galaxy S5 SM-G900P (Sprint): CF-Auto-Root-kltespr-kltespr-smg900p.zip


Download TWRP Recovery for Sprint Galaxy S5 G900P


Get the TWRP recovery here: http://forum.xda-developers.com/devdb/project/dl/?id=5608
You can read the full details about the TWRP recovery from XDA’s highly-recognized developer [PlayfulGod] at XDA’s origina thread.


Download Odin and USB driver:
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Install the USB Driver


Simply run the downloaded USB driver to install. Without the USB driver your computer will not recognize your Galaxy S5.


Getting Started on Installing TWRP Recovery


Prepare a Windows base OS computer or laptop – Odin flasher tool will not run on MAC and other OS.
Use the supplied USB cable –  A bad USB cable will be causing flashing errors.
Unzip or extract the files –  compressed file can be extracted using 7zip, winzip, winrar or any unzipping program in your computer.
Enable USB debugging mode – if you are having issues connectingyour device to the computer try to enable the this option. In your Samsung Galaxy S5, go to Settings>> About device>> then look for the firmware build number and then tap that build number for around 7-times until a message pop-ups that says something “congratulations you are now a developer”.
Remove the external micro SD card – if you have one, to avoid any failures and error during the flashing process.
TURN OFF the Reactivation Lock – This is only needed if you already turned-it-ON, from which you cannot modify the system when it’s turned-ON. Just tap on Settings>>Security>>Reactivation Lock and then uncheck the Turn Reactivation lock on.


Assuming that your phone is rooted and custom recovery image then you may proceed to the quick guide below.


Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’  and  the ‘AUTO-REBOOT , just leave alone the ‘F.RESET TIME’ check-box remained checked.


Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into  download mode , you need to turn the power off.  After it completely shut off,  just  press and hold the Volume Down key,  Home button and the Power ON/OFF button simultaneously.


You should then prompted into a warning screen and asking you  to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Connect your Phone to PC or Laptop


Once you already reboot the phone in download mode,  simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Installing CF-Auto root


1) Unzip the CF-Auto-Root-kltespr-kltespr-smg900p.zip.
2) Click on Odin’s AP button and then load CF-Auto-Root-kltespr-kltespr-smg900p.tar.md
3) Hit the “START” button.
4) Wait until it reboots after you successfully installed the CF-Auto-Root.
5) Proceed to installing TWRP Recovery and you need to reboot your Galaxy S5 into download mode again.


Root Sprint Galaxy S5 with CF-Auto-Root


Installing TWRP Recovery file in Odin


Simply click on the AP button, then browse to the folder where you put the TWRP Recovery file “twrp-klte.tar.md5″ that you have previously downloaded and then select and load it.
Odin should look like this picture below.


Sprint Galaxy S5 TWRP recovery


Flashing the TWRP Recovery


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the TWRP  Recovery.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Lastly, Reboot the phone into recovery!


When the TWRP Recovery installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”.  Now, once you see that word “PASS!”  do not let it reboot into normal mode but instead directly reboot it into TWRP recovery.  Do this:
– Press and hold Volume Up, Home and Power button.
– Use volume keys to select, Up and Down and Power or Home key to select the option
– Select “Reboot to system” using the Home button.
– It will then prompts you to configure some settings, then simply always answer “YES” to the given questions.
– Done.


From here you should have a fully working TWRP  Recovery running on your Sprint Galaxy S5 SM-G900P . You may then able to install any amazing custom firmware built from XDA- Developers according  to your liking.


The post How to Install TWRP Recovery Sprint Galaxy S5 SM-G900P appeared first on GalaxyS5Update.





How to Install TWRP Recovery Australia Galaxy S5 SM-G900I



Install a full functioning  TWRP Recovery on Australia’s Samsung  Galaxy S5 SM-G900I variants. This TWRP  Recovery  isn’t officially built, but it was already tested on Australia Galaxy S5 SM-G900I, and it will worked well. Australian Samsung Galaxy S5 SM-G900I variants  are not actually comes with a locked bootloader compared to those released on select US carriers, so this simply means it has a highly manageable system for further development and customizing its original software appearance.  So if you want to give it a try right now, just simply read the rest of the process on how you can acquire a working  TWRP Recovery on your Australian version of Samsung Galaxy S5 with model number SM-G900I.


One more thing, flashing any custom recovery tripped Knox security counter and switched your phone phone from official into custom. Before that I would like to advise you especially if your a completely a beginner without any knowledge of what the risk involved on this method, you should make a careful research first before attempting to modify your phone. This process will void your phone’s warranty, so please be aware with that before you proceed.


Note: Installing Custom recovery will trip KNOX counter from 0×0 to 0×1. Once the KNOX security flag counter tripped you will lose your phone’s warranty.


Step by Step Guide on How to Install TWRP Recovery on Australia Galaxy S5 SM-G900I


Download CF-Auto root for Galaxy S5 SM-G900I (Australia): CF-Auto-Root-klte-kltedv-smg900i.zip


Download TWRP Recovery for Australia Galaxy S5 G900I


Get the TWRP recovery here: http://forum.xda-developers.com/devdb/project/dl/?id=5608
You can read the full details about the TWRP recovery from XDA’s highly-recognized developer [PlayfulGod] at XDA’s origina thread.
Download Odin and USB driver:
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Install the USB Driver


Simply run the downloaded USB driver to install. Without the USB driver your computer will not recognize your Galaxy S5.


Getting Started on Installing TWRP Recovery


Prepare a Windows base OS computer or laptop – Odin flasher tool will not run on MAC and other OS.
Use the supplied USB cable – A bad USB cable will be causing flashing errors.
Unzip or extract the downloaded files – compressed file can be extracted using 7zip, winzip, winrar or any unzipping program in your computer.
Enable USB debugging mode – if you are having issues connectingyour device to the computer try to enable the this option. In your Samsung Galaxy S5, go to Settings>> About device>> then look for the firmware build number and then tap that build number for around 7-times until a message pop-ups that says something “congratulations you are now a developer”.
Remove the external micro SD card – if you have one, to avoid any failures and error during the flashing process.
TURN OFF the Reactivation Lock – This is only needed if you already turned-it-ON, from which you cannot modify the system when it’s turned-ON. Just tap on Settings>>Security>>Reactivation Lock and then uncheck the Turn Reactivation lock on.


Assuming that your phone is rooted and custom recovery image then you may proceed to the quick guide below!


Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’ and the ‘AUTO-REBOOT , just leave alone the ‘F.RESET TIME’ check-box remained checked.


Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into download mode , you need to turn the power off. After it completely shut off, just press and hold the Volume Down key, Home button and the Power ON/OFF button simultaneously.


You should then prompted into a warning screen and asking you to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Connect your Phone on your computer or Laptop


Once you already reboot the phone in download mode, simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Installing CF-Auto root


1) Unzip the CF-Auto-Root-klte-kltedv-smg900i.zip.
2) Click on Odin’s AP button and then load CF-Auto-Root-klte-kltedv-smg900i.tar.md5
3) Hit the “START” button.
4) Wait until it reboots after you successfully installed the CF-Auto-Root.
5) Proceed to installing TWRP Recovery and you need to reboot your Galaxy S5 into download mode again.


Root Australia Galaxy S5 SM-G900I


Installing TWRP Recovery file in Odin


Simply click on the AP button, then browse to the folder where you put the TWRP Recovery file “twrp-klte.tar.md5″ that you have previously downloaded and then select and load it.
Odin should look like this picture below.


Sprint Galaxy S5 TWRP recovery


Flashing the TWRP Recovery


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the TWRP Recovery.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Lastly, Reboot the phone into recovery!


When the TWRP Recovery installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”. Now, once you see that word “PASS!” do not let it reboot into normal mode but instead directly reboot it into TWRP recovery. Do this:
– Press and hold Volume Up, Home and Power button.
– Use volume keys to select, Up and Down and Power or Home key to select the option
– Select “Reboot to system” using the Home button.
– It will then prompts you to configure some settings, then simply always answer “YES” to the given questions.
– Done.


From here you should have a fully working TWRP Recovery running on your Australia’s Galaxy S5 SM-G900I . You may then able to install any amazing custom firmware built from XDA- Developers according to your liking.


The post How to Install TWRP Recovery Australia Galaxy S5 SM-G900I appeared first on GalaxyS5Update.





How to Install TWRP Recovery Bell, Rogers, Telus Galaxy S5 SM-G900W8 Canada Variants



Here’s  is a guide that will show you on how to install a full functioning TWRP Recovery on Canadian Samsung Galaxy S5 SM-G900W8 variants. This TWRP Recovery isn’t officially built, but it was already tested  and it will worked well on Bell, Rogers, Telus, Fido, Koodo and Wind Galaxy S5 SM-G900W8 variants. The Canadian  Samsung Galaxy S5 SM-G900W8  are not actually comes with a locked bootloader compared to those released on select US carriers, so this simply means it has a highly manageable system for further development and customizing its original software appearance. So if you want to give it a try right now, just simply read the rest of the process on how you can acquire a working TWRP Recovery on your Canadian version of Samsung Galaxy S5 with model number SM-G900W8.


One more thing, flashing any custom recovery tripped Knox security counter and switched your phone phone from official into custom. Before that I would like to advise you especially if your a completely a beginner without any knowledge of what the risk involved on this method, you should make a careful research first before attempting to modify your phone. This process will void your phone’s warranty, so please be aware with that before you proceed.


Note: Installing Custom recovery will trip KNOX counter from 0×0 to 0×1. Once the KNOX security flag counter tripped you will lose your phone’s warranty.


Step by Step Guide on How to Install TWRP Recovery on Galaxy S5 SM-G900W8, Variants in Canada


Download CF-Auto root for Canada Galaxy S5 SM-G900W8 CF-Auto-Root-kltecan-kltevl-smg900w8.zip


Download TWRP Recovery for Canada Galaxy S5 SM-G900W8


Get the TWRP recovery here: http://forum.xda-developers.com/devdb/project/dl/?id=5608
You can read the full details about the TWRP recovery from XDA’s highly-recognized developer [PlayfulGod] at XDA’s origina thread.
Download Odin and USB driver:
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Install the USB Driver


Simply run the downloaded USB driver to install. Without the USB driver your computer will not recognize your Galaxy S5.


Getting Started on Installing TWRP Recovery


You should make sure that you have a back up copy of all of your irreplacable data stored from your phone. If you hadn’t make any back-ups then its now the best time to do it. Also recharge your phone right now if its battery power is getting low, a power failure while installing the firmware to your phone may caused undesired outcomes.
Prepare a Windows base OS computer or laptop – Odin flasher tool will not run on MAC and other OS.
Use the supplied USB cable – A bad USB cable will be causing flashing errors.
Unzip or extract the downloaded files – compressed file can be extracted using 7zip, winzip, winrar or any unzipping program in your computer.
Enable USB debugging mode – if you are having issues connectingyour device to the computer try to enable the this option. In your Samsung Galaxy S5, go to Settings>> About device>> then look for the firmware build number and then tap that build number for around 7-times until a message pop-ups that says something “congratulations you are now a developer”.
Remove the external micro SD card – if you have one, to avoid any failures and error during the flashing process.
TURN OFF the Reactivation Lock – This is only needed if you already turned-it-ON, from which you cannot modify the system when it’s turned-ON. Just tap on Settings>>Security>>Reactivation Lock and then uncheck the Turn Reactivation lock on.


Assuming that your phone is rooted and custom recovery image then you may proceed to the quick guide below!


Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’ and the ‘AUTO-REBOOT , just leave alone the ‘F.RESET TIME’ check-box remained checked.


Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into download mode , you need to turn the power off. After it completely shut off, just press and hold the Volume Down key, Home button and the Power ON/OFF button simultaneously.


You should then prompted into a warning screen and asking you to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Connect your Phone on your computer or Laptop


Once you already reboot the phone in download mode, simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Installing CF-Auto root


1) Unzip the CF-Auto-Root-kltecan-kltevl-smg900w8.
2) Click on Odin’s AP button and then load CF-Auto-Root-kltecan-kltevl-smg900w8.tar.md5
3) Hit the “START” button.
4) Wait until it reboots after you successfully installed the CF-Auto-Root.
5) Proceed to installing TWRP Recovery and you need to reboot your Galaxy S5 into download mode again.


Root Bell, Rogers, Telus Galaxy S5 SM-G900W8


Installing TWRP Recovery file in Odin


Simply click on the AP button, then browse to the folder where you put the TWRP Recovery file “twrp-klte.tar.md5″ that you have previously downloaded and then select and load it.
Odin should look like this picture below.


Sprint Galaxy S5 TWRP recovery


Flashing the TWRP Recovery


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the TWRP Recovery.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Lastly, Reboot the phone into recovery!


When the TWRP Recovery installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”. Now, once you see that word “PASS!” do not let it reboot into normal mode but instead directly reboot it into TWRP recovery. Do this:
– Press and hold Volume Up, Home and Power button.
– Use volume keys to select, Up and Down and Power or Home key to select the option
– Select “Reboot to system” using the Home button.
– It will then prompts you to configure some settings, then simply always answer “YES” to the given questions.
– Done.


From here you should have a fully working TWRP Recovery running on your Canadian Galaxy S5 SM-G900W8 . You may then able to install any amazing custom firmware built from XDA- Developers according to your liking.


The post How to Install TWRP Recovery Bell, Rogers, Telus Galaxy S5 SM-G900W8 Canada Variants appeared first on GalaxyS5Update.





Install Stock G900IDVU1AND2 4.4.2 Update Australia Galaxy S5 SM-G900I



Here is the stock 4.4.2 G900IDVU1AND2 for Australia’s unbranded  Galaxy S5 SM-G900I to those who are running with rooted, any ROMs and custom recovery and cannot get the update officially from Kies or over-the-air OTA.    The G900IDVU1AND2 is an incremental update that may improved system stability and other enhancements. Again, the stock firmware below, are for those who might to return back to official 4.4.2 KitKat update G900IDVU1AND2. Once you install back an official G900IDVU1AND2 you will lose root, but you can still root back and install custom recovery anytime you want.


How to Install and Return Back the Official G900IDVU1AND2 4.4.2 Firmware on Galaxy S5 SM-G900I


Sooner or later if you alter your Galaxy S5 you will end-up and  come through this. Once you root or install in custom ROM and then you want to return back your Galaxy S5 to its original firmware, then this is what you need.


What is a Stock ROM?


Stock ROMs are the firmware that has been released from Samsung Kies official firmware server. These are being pulled from Kies by an Android firmware experts and carefully re-bundled it to make it flashable by using Odin flasher tool, via CWM and some prepared tool like chainfires’ Mobile Odin. This guide here tackles an Odin flashable stock ROM only, you might also see other methods like flashing via CWM and Mobile Odin (whuch is to be added soon).


Stock ROMs contains the binary and image files of the whole software packaged, like these:
* Sbl.bin
* cache.img
* factoryfs.img
* hidden.img
* modem.bin
* param.lfs
* zImage
Inside the stock ROM bundled, those binary and images files are packed in three different formats.
The PDA, CSC and PHONE.
Some full packaged stock ROM comes in multiple package this includes with BOOTLOADER image and PIT files, but in flashing it’s been safe not to use these files.


BL – This is the boot image and some encrypted hidden data is located here, patches and tweaks also starts here.
AP – This is the software/firmware build number version and consists to a code of numbers and letters.
CP – This renders the specific Baseband or device modem data (GSM/3G/4G/LTE).
This where it contains the default settings of each specific geographical region, carrier or network providers network data connections.
CSC – Refers to the specific country or carriers for that said firmware is being build for.


PIT – the PIT file refers as ‘Partition Information Table’. This is only useful for fixing bricked devices if somehow something changed with the partition table layout of the phone’s system memory. But in normal flashing, you should not use this file, or you may screw up your phone if handed carelessly.


FAQ about flashing stock ROM


Q: Does it safe to flash stock ROM?
A: There is a risk danger in flashing firmware either original stock ROM and or custom ROMs on the device. Any unwanted interruption occurred will cause your device into softbricks. If it is your first time heard about this method,  it is highly recommended to search more and learn about flashing stock ROM before you proceed.


Q: Does Flashing will remove all my data stored on the device.
A: Yes and NO. There are two types of stock ROM, the wiped and non-wiped version. It is highly recommended that you should back-up all your important data stored in the phone’s memory like contacts, messages before flashing.


Q: Do I Need to ROOT or UNROOT my phone before flashing stock ROM?
A: NO need to root or unroot yor device, but you will loose root once flashing is made. So, you need to re-root your device again.


Q: Does Flashing stock ROM to my phone will erase the network lock?
A: NO. Your network (or SIM) lock will still remain active.


Q: Does Flashing stock ROM will remove root on my phone?
A: Yes. If you currently have rooted, your phone will return back to original factory settingsafter flashing. You need to re-root again to install any 3rd party applications.


Q: Does flashing an operator specific firmware will restrict my open phone to that operator’s network?
A: NO. Your phone still remain open for any Operator SIM. Operator specific builds usually containing “only specific country or carrier provider” logo, bloatwares, wallpapers and/or browser settings, etc.


Disclaimer: We shall not be held responsible if anything happens to your device by following this guide. You may proceed at your own risk, your phone is not a toy for us, it is your own personal property, it is up to you to decide on what and how to do about it.


Important Reminders before Flashing Galaxy S5 SM-G900I Stock ROM


– Make sure that your Galaxy S5′s battery is fully charge.
– Stock ROM packages comes in two formats the ‘Full-Wipe’ (delete your stored data afterflashing) and the ‘Non-Wipe’ (it doesn’t delete your phone’s stored data) but it is highly recommended to make a back up all important files stored from your phone’s internal memory – contacts, messages, etc.  before flashing no-matter if it is Full-WIpe or Non-Wipe,  just to be safe and ensure that your stored data are in  safe  if something went wrong during the flashing process.
– Remember or back up the APN settings of your device. ( This only done if you try to install other regions stock ROM.
– Use a PC or laptop that runs in Windows OS, with a good and perfectly working USB serial port.  Odin will not work on MAC OS.
– Use the supplied USB cable for your Galaxy S5.
– Enable USB debugging from your phone’s settings. Go to Settings > Applications > Development, and tick the box that says ‘Enable USB Debugging’.
– Do a “Hard Reset” if you have a lot of 3rd party applications installed from your phone, this is useful to gain a smooth flashing. (Just make sure that you already back up all your important files before resetting your device.
– Ensure that KIES is closed and not running in the system tray! Kies will interrupt and doesn’t like Odin, it will block you from flashing.


Step 1: Download the needed tools for flashing


Odin Flasher Tools


Odin3_v3.07 download
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Download Galaxy S5 SM-N900I Original G900IDVU1AND2 Firmware:


Here are the build info of Australia’s Galaxy S5 G900I 4.4.2 update build version G900IDVU1ANCD2:





































Android version:4.4.2 (KitKat OS)
Baseband version:G900IDVU1AND2
Kernel version:3.0.4-1315312
Build number:KOT49H.G900IDVU1AND2
AP:G900IDVU1AND2
CSC:G900IXSA1AND2
CP: G900IDVU1AND2
Build Date: April 11th 2014

Updated list of Galaxy S5 SM-G900I stock firmware:


Stock Firmware for Galaxy S5 SM-G900I





















































CarrierBuild info:Stock Firmware
Unbranded/SIM-Free

Android version: 4.4.2
Baseband version: G900IDVU1ANG3
Kernel version: 3.0.4 - 2269681
Build number: KOT49H.G900IDVU1ANG3
AP: G900IDVU1ANG3
CSC: G900IXSA1ANG3
CP: G900IDVU1ANG3
Release date: August - September 2014

Read Details
Download
Android version: 4.4.2
Baseband version: G900IDVU1ANE1
Kernel version: 3.0.4-1626427
Build number: KOT49H.G900IDVU1ANE1
AP: G900IDVU1ANE1
CSC: G900IXSA1ANE1
CP: G900IDVU1ANE1
Release date: June 2014
Download
Android version: 4.4.2
Baseband version: G900IDVU1AND2
Kernel version: 3.0.4-1315312
Build number: KOT49H.G900IDVU1AND2
AP: G900IDVU1AND2
CSC: G900IXSA1AND2
CP: G900IDVU1AND2
Release date: June 2014
Download
Android version: 4.4.2
Baseband version: G900IDVU1ANC6
Kernel version: 3.0.4-964941
Build number: KOT49H.G900IDVU1ANC6
Product Code: XSA
AP: G900IDVU1ANC6
CSC: G900IXSA1ANC6
CP: G900IDVU1ANC6
Release date: April 2014
Download
TelstraG900IDVU1ANE1
AP: G900IDVU1ANE1
CSC: G900ITEL1ANE1
CP: G900IDVU1ANE1
Download
G900IDVU1AND2
AP: G900IDVU1AND2
CSC: G900ITEL1AND2
CP: G900IDVU1AND2
Download
G900IDVU1ANC6
AP: G900IDVU1ANC6
CSC: G900ITEL1ANC6
Phone: G900IDVU1ANC6
Download
OptusG900IDVU1ANG3
AP: G900IDVU1ANG3
CSC: G900IOPS1ANG3
CP: G900IDVU1ANG3
Download
G900IDVU1ANE1
AP: G900IDVU1ANE1
CSC: G900IOPS1ANE1
CP: G900IDVU1ANE1
Download
G900IDVU1ANC6
AP: G900IDVU1ANC6
CSC: G900IOPS1ANC6
Phone: G900IDVU1ANC6
Download
VodafoneG900IDVU1ANG3
AP: G900IDVU1ANG3
CSC: G900IVAU1ANG3
CP: G900IDVU1ANG3
Download
G900IDVU1ANE1
AP: G900IDVU1ANE1
CSC: G900IVAU1ANE1
CP: G900IDVU1ANE1
Download
G900IDVU1AND2
AP: G900IDVU1AND2
CSC: G900IVAU1AND2
CP: G900IDVU1AND2
Download
G900IDVU1ANC6
AP: G900IDVU1ANC6
CSC: G900IVAU1ANC6
Phone: G900IDVU1ANC6
Download

List of Official Android 4.4.2 Stock Firmware For Australian Galaxy S5 SM-G900I

Note! Choose and install only the right stock ROM on each specified Galaxy S5 model number, DO NOT install to other model numbers for it will harm your device or resulting to possible bricks.


Stock ROM are case sensitive and may result to undesired outcomes if used improperly.. Eachstock ROM was built to a specific product code variant. South America version SM-G900I  stock ROM cannot be used on other regions like U.S. Canada, Europe, Asia, Middle East, Africa for it might result into unwanted bricks or other problems such as data connectivity and signal lost.


Australia Galaxy S5 SM-G900I  Firmware G900IDVU1ND2  4.4.2


Step 2: Extract the downloaded G900IDVU1AND2 stock firmware


You need to extract the downloaded file which is packed in zip or rar files, so that you’ll get the tar.md5 file.


Step 3: Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’ is unchecked, only  the ‘AUTO-REBOOT and ‘F.RESET TIME’ checkboxes are both remained checked.


Odin3_v3.09 configuration for Galaxy S5


Step 4: Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into  download mode , you need to turn the power off.  After it completely shut off,  just  press and hold the Volume Down key,  Home button and the PowerON/OFF button simultaneously.


You should then prompted into a warning screen and asking you  to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Step 5: Connect your Phone to PC or Laptop


Once you already reboot the phone in download mode,  simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Step 6: Load the G900IDVU1AND2 tar.md5 file


Single Packaged Stock ROM
If the stock ROM is pack in One .tar.md5 file only the PDA, CSC and Phone modem are already included to it. Now, you need to just simply click on the PDA button, then browse to the folder where the .tar or .tar.md5 you have previously extracted and then select and load it. ” Kies_Home_G900IDVU1AND2_G900IXSA1AND2.tar.md5″.


Step 7: Start Installing G900IDVU1NA2 stock


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the stock ROM.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Step 8: Watch out for the word PASS!!


When the Stock ROM installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”. The phone will just then automatically reboot, then it’s to remove it from PC or laptop USB connection.


Confirm your fresh firmware installed by typing *#1234# or
Go to Settings>About Phone>Firmware info.
You can also do factory reset by dialing *2767*3855#.
Check and reconfigure your APN settings when data networks connection issues encountered. This only happens if you installed other regions stock ROM.


Possible errors that you may encountered, this is based on my own experience while flashing stock ROM on Samsung Android devices. These are just a few hints on how to resolved it.


Q: I got an error message that says “Set-up connection Failed” ?
A:  Do the following steps:


1. Check your USB connection from the phone to PC,
2. Connect to another PC USB port
3. Check and try to another USB cable
4. Re-install the USB driver.


Q: Odin just suddenly stuck in the middle of nowhere while in flashing progress, It isn’t responding at all?
A: Check for possible program that might interrupt the process, like disabling the anti-virus and closing any running programs.
Try to use another PC or laptop,


Q: I experienced bootloop or the phone just stuck on Welcome Logo (phone always stop at bootanimation) and it won’t boot normally?
A: You can fix it via recovery mode option, do this:
Boot in recovery mode
1. Press and hold Volume Up, Home and Power button.
2. Use volume keys to select, Up and Down and Power or Home key to select the option
3. Select Wipe Data/Factory Reset using the Home button.
4. Next select the Wipe Cache Partition
5. Lastly, select Reboot System Now to reboot your Galaxy S5 in Normal mode.


That’s it! you have now learned how to install Samsung Galaxy S5 stock ROM. You can use this procedure again and again, using any future stock ROM that only match with your device.
All other questions and suggestions are most welcome, just let me know by leaving a message on the comment form below. Enjoy!


The post Install Stock G900IDVU1AND2 4.4.2 Update Australia Galaxy S5 SM-G900I appeared first on GalaxyS5Update.





Install CWM Advanced Philz Touch Recovery on Galaxy S5 G900H, G900F International Variants



You can now install the CWM Advanced edition or Philz Touch Recovery on Samsung Galaxy S5 SM-G900H (Exynos) and the SM-G900F (Snapdragon) variants.  The updated version  of PhilZ Touch recovery to  6.26.6 has worked on International Galaxy S5 variants. The new  unified (klte) basically built and work for  International, Canada, Sprint, T-mobile, Verizon  Galaxy S5 but due to some carrier bootloader locked issues it hasn’t perfectly tested yet, but  I will try to cover for that on other Galaxy S5 when a due time comes.


If you knew about CWM (ClockWork Mod recovery) then it can be sure that you also know the Philz Touch Recovery. Philz Touch Recovery is actually the  CWM recovery but added with numerous features you could ever miss in CWM such as the full touch interface and a completely configurable GUI experience. It has been tested and a well proven perfect and a safe custom recovery for many phones before the Galaxy S5 existence.


CWM recovery Galaxy S5


But before you may proceed let me refresh you some important notes relating to the installation of custom recovery. Advanced user of Android smartphones already knows about it but if this is your first time heard about this method, you may need a careful research first before attempting to apply this guide I written here.


Note: Installing Custom recovery will trip KNOX counter from 0x0 to 0x1. Once the KNOX security flag counter tripped you will lose your phone’s warranty.


Step by Step Guide on How to Install Philz Touch Recovery on Galaxy S5 SM-G900H, SM-G900F


Download CF-Auto root for SM-G900F (Snapdragon): CF-Auto-Root-klte-kltexx-smg900f.zip
Download CF-Auto root for SM-G900H (Exynos Octa): CF-Auto-Root-k3g-k3gxx-smg900h.zip


Download Philz Touch Recovery 6.26.6 or the most latest updated build


Get the Philz Touch Recovery 6.26.6 or any latest build versions from
here: http://goo.im/devs/philz_touch/CWM_Advanced_Edition/klte
Select this file: “philz_touch_6.26.6-klte.tar.md5″ which is the Odin flashable.
You can read the full details about the Philz Touch recovery from XDA’s highly-recognized developer [Philz] at XDA’s original thread.


Download Odin and USB driver:
Odin3_v3.09 download
Galaxy S5 USB Driver  download


Install the USB Driver


Simply run the downloaded USB driver to install. Without the USB driver your computer will not recognize your Galaxy S5.


Getting Started on Installing CWM Advanced Edition Philz Touch Recovery


Prepare a Windows base OS computer or laptop – Odin flasher tool will not run on MAC and other OS.
Use the supplied USB cable –  A bad USB cable will be causing flashing errors.
Unzip or extract the files –  compressed file can be extracted using 7zip, winzip, winrar or any unzipping program in your computer.
Enable USB debugging mode – if you are having issues connectingyour device to the computer try to enable the this option. In your Samsung Galaxy S5, go to Settings>> About device>> then look for the firmware build number and then tap that build number for around 7-times until a message pop-ups that says something “congratulations you are now a developer”.
Remove the external micro SD card – if you have one, to avoid any failures and error during the flashing process.
TURN OFF the Reactivation Lock – This is only needed if you already turned-it-ON, from which you cannot modify the system when it’s turned-ON. Just tap on Settings>>Security>>Reactivation Lock and then uncheck the Turn Reactivation lock on.


Assuming that your phone is rooted and custom recovery image then you may proceed to the quick guide below.


Run and Configure Odin


Run Odin downloader Odin3_v3.09 on your PC desktop. Watch out the check-boxes options on the right top of Odin, ensure that the ‘RE-PARTITION’  and  the ‘AUTO-REBOOT , just leave alone the ‘F.RESET TIME’ check-box remained checked.


Reboot your Galaxy S5 into Download Mode


To reboot the Galaxy S5 into  download mode , you need to turn the power off.  After it completely shut off,  just  press and hold the Volume Down key,  Home button and the Power ON/OFF button simultaneously.


You should then prompted into a warning screen and asking you  to press volume up if you want to continue or volume down to cancel, just simply press volume up to get into download mode. The download mode then displays an Android robot and say’s “Downloading.. Do not turn off target!!”


Connect your Phone to PC or Laptop


Once you already reboot the phone in download mode,  simply connect the phone to your PC or laptop USB.
In Odin window – the ID:COM box will turn to blue color and indicates the COM port number and a word “Added” on a log box will prompt you that the device is already detected or recognized by Odin.


Your COM port number might be different from mine. If you do not see a COM port number then there’s something missing or wrong. You may read again from the top of this post.


Installing CF-Auto root


1) Unzip the CF-Auto-Root-klte-kltexx-smg900f.zip if you have the Galaxy S5 SM-G900F (Snapdragon),
or CF-Auto-Root-k3g-k3gxx-smg900h.zip if you have the Galaxy S5 SM-G900H (Exynos).
2) Click on Odin’s AP button and then load CF-Auto-Root-klte-kltexx-smg900f.tar.md5 or CF-Auto-Root-k3g-k3gxx-smg900h.tar.md5.
3) Hit the “START” button.
4) Wait until it reboots after you successfully installed the CF-Auto-Root.
5) Proceed to installing Philz Touch Recovery and you need to reboot your Galaxy S5 into download mode again.Root Galaxy S5 G900F with CF-Auto-Root


 


Load the philz_touch_6.26.6-klte.tar.md5  file in Odin


Simply click on the AP button, then browse to the folder where you put the “philz_touch_6.26.6-klte.tar.md5″ you have previously downloaded and then select and load it.
Odin should look like this image below.


Galaxy S5 Philz Touch Recovery


Flash the Philz Touch Recovery


Once if all set and ready to fire-up, hit the “START” button in Odin to begin flashing the Philz Touch Recovery.
Do not ever interrupt the phone while already in flashing progress, like disconnecting the cable or turning off the device. Just wait until it completely finish.


Lastly, Reboot the phone into recovery!


When the Philz Touch Recovery installation successfully completes, you will then see a word “PASS” in Odin. This indicates that the flashing was already finish, and on the log box it says “All threads completed. (succeed 1 / failed 0)”.  Now, once you see that word “PASS!”  do not let it reboot into normal mode but instead directly reboot it into recovery.  Do this:
– Press and hold Volume Up, Home and Power button.
– Use volume keys to select, Up and Down and Power or Home key to select the option
– Select “Reboot to system” using the Home button.
– It will then prompts you to fix root and recovery, then simply always answer “YES” to the given questions.
– Done.


From here you should have the Philz Touch Recovery running on your Galaxy S5 SM-G900H or SM-G900F. You may then able to install any customization firmware from XDA- Developers to your likings.


The post Install CWM Advanced Philz Touch Recovery on Galaxy S5 G900H, G900F International Variants appeared first on GalaxyS5Update.