Installing Custom ROM on Galaxy S4 International from Ubuntu
By Leo Gaggl
Or as an alternative title “Liberating your Galaxy S4 Hardware from Samsung Bloatware”.
Unfortunately there is lots of (ad-infested) blogs and forums with dodgy pieces of information on this topic and I found it pretty hard to get descent concise information. So hopefully this might help some poor Linux User liberate their phone. Whilst this has been tested on a Samsung GT-I9505 S4 International LTE device (JFLTEXX series) it should be applicable to other similar Samsung phones that are not fastboot capable (ie. all but the Galaxy Nexus range).
Rooting
This area is the hardest to get decent (Ubuntu relevant) information. However (contrary to some forum entries out there) Heimdall is the most workable solution to use from Ubuntu – binary .deb packages are available from https://bitbucket.org/benjamin_dobell/heimdall/downloads. There is both a commandline package as well as a GUI available for Ubuntu 12.10 and 13.04 as well as other Linux distros.
Note [2014-11-24]: Had to upgrade my daughters S4 Mini and I noticed that Heimdall is now in the default UBUNTU Repositories. You can install simply by ‘sudo apt-get install heimdall-flash‘ now.
Make sure the device has Developer mode enabled
- Go to Application > Settings.
- In the upper-right corner of your screen, tap on “More” button.
- Navigate to the bottom and select About.
- Tap “Build number” several times until you see a message that says “Developer mode has been enabled“.
- Tap the Back button and you will see the Developer options menu under the “System” heading, you can now set Developer options.
- Check the USB debugging box under Developer options and you are ready to use your Samsung Galaxy S4 in debugging mode.
A very big THANK YOU to Benjamin Dobell from Glass Echidna. Can’t comment on the blog – your work is much appreciated.
Flash cf-auto-root images
Download the I9505 images from http://autoroot.chainfire.eu/ and extract.
Boot the device into download mode (Press POWER ON + VOLUME DOWN + HOME simultaneously and then when the green Android appears VOLUME UP)
This part took me a while to get right as there was not a lot of decent information around (NOTE: CASE-sensitive PIT partition name). You also need to have the “–no-reboot” flag as you need to boot straight into recovery as a reboot will revert back to the Samsung recovery image.
heimdall flash --no-reboot --RECOVERY recovery.img --CACHE cache.img.ext4
Reboot manually into Recovery Mode (Press POWER ON + VOLUME UP + HOME simultaneously) and the rooting process should complete.
Install Recovery Image
As per recommendation from the XDA Forums I used PhilZ recovery. The GT-I9505 files are at http://d-h.st/users/philz_touch/?fld_id=16685#files
Extract the recovery.img file from the ZIP and flash the recovery partition
heimdall flash --no-reboot --RECOVERY recovery.img
Install AOSP Google Play Edition
Boot into the Touch Recovery Boot (Press POWER ON + VOLUME UP + HOME simultaneously) and load the following file with
adb sideload 20130629-GoogleEdition.zip
If you are stuck with an error message that reads: error: closed
adb usb
Resources
- Direct link to ROM’s: https://mega.co.nz/#F!aEkXhRaT!WZTo-yAv8eoekFXWaHNbww
- XDA Forum Article: http://forum.xda-developers.com/showthread.php?t=2341162
EDIT (2013-07-23): Google Play Edtion ROM’s did not work for me (no data connection other than WIFI) – would be great to hear if this works for other people with Australian radios. Ended up using PAC Man ROM – https://plus.google.com/communities/103029729817409918322 which appears the most stable AOKP style firmware. So far looks good – no bloat & squishy noises !
EDIT (2013-08-13): Since the PAC Man ROM had problems with audio on some calls I have switched back to an AOSP Google Play Edition ROM. I have in the meantime worked out that the reason the original Google Play Edition install did not work was simply the missing APN settings for Telstra. D’oh!! I am now running the 4.3 S4 Google Edition ROM from: http://forum.xda-developers.com/showthread.php?t=2348272
Here is the TELSTRA (Australia) APN Settings:
Name: Telstra Internet<br></br>APN: telstra.internet<br></br>Proxy:<br></br>Port:<br></br>Username:<br></br>Password:<br></br>Server: wap.telstra.com/wap<br></br>MMSC: http://mmsc.telstra.com:8002<br></br>MMS Proxy: 10.1.1.180<br></br>MMS Port: 80<br></br>MCC: 505<br></br>MNC: 01<br></br>Authentication Type: CHAP<br></br>APN Type: default,mms
Reverting back to Samsung Stock ROM
If there are no backups you need to download the Stock ROM’s from http://www.samfirmware.com/ or similar site
heimdall flash --no-reboot --RECOVERY recovery.img --BOOT boot.img --SYSTEM system.img.ext4 --CACHE cache.img.ext4 --HIDDEN hidden.img.ext4
Note: you need to boot into recovery mode and do a facory reset to remove device encryption completely.
https://play.google.com/store/apps/details?id=nl.bvgemert.flasher&hl=en
https://play.google.com/store/apps/details?id=eu.chainfire.triangleaway