CyanogenMod 10.1 Loki'd for the Galaxy S4 ATT

Scarchunk

Senior Member
Sep 14, 2008
244
98
0
Here is a link to the most recent CM nightly for the ATT S4. All credit goes to CM team and djrbliss. I just ran the loki patch against the stock jfltecan CM kernel and edited the build.prop and updater-script for our devices. Of course you'll need custom recovery and the usual wipe/gapps routine for CM.

Please feel free to mirror.

5/24 Nightly:

https://truck.it/p/aELheGFdu8

gapps:

http://goo.im/gapps
 
Last edited:

spectrumfox

Senior Member
Oct 5, 2009
577
142
0
  • Like
Reactions: CYNiK_sXe

eighty1

Senior Member
Apr 8, 2009
1,552
39
0
Atlanta
Here is a link to the most recent CM nightly for the ATT S4. All credit goes to CM team and djrbliss. I just ran the loki patch against the stock CM kernel and edited the build.prop and updater-script for our devices. Of course you'll need custom recovery and the usual wipe/gapps routine for CM.

Just a public dropbox link. Please feel free to mirror.

https://dl.dropboxusercontent.com/u/35529167/cm-10.1-20130523-NIGHTLY-LOKI.zip
Thanks!

Sent from my SGH-I337 using Tapatalk 2
 
  • Like
Reactions: CYNiK_sXe

spectrumfox

Senior Member
Oct 5, 2009
577
142
0
Here is a link to the most recent CM nightly for the ATT S4. All credit goes to CM team and djrbliss. I just ran the loki patch against the stock CM kernel and edited the build.prop and updater-script for our devices. Of course you'll need custom recovery and the usual wipe/gapps routine for CM.

Just a public dropbox link. Please feel free to mirror.

https://dl.dropboxusercontent.com/u/35529167/cm-10.1-20130523-NIGHTLY-LOKI.zip
Boots like a champ. Good work.

There seems to be a problem getting LTE to connect though. Anyone know about this?

EDIT: Ooop, nevermind! Network mode has to be set to LTE / GSM/WCDMA!
 
Last edited:

drewdatrip

Senior Member
Mar 2, 2011
802
98
0
Socal
Here is a link to the most recent CM nightly for the ATT S4. All credit goes to CM team and djrbliss. I just ran the loki patch against the stock CM kernel and edited the build.prop and updater-script for our devices. Of course you'll need custom recovery and the usual wipe/gapps routine for CM.

Just a public dropbox link. Please feel free to mirror.

https://dl.dropboxusercontent.com/u/35529167/cm-10.1-20130523-NIGHTLY-LOKI.zip

Mirror: https://truck.it/p/YX-QrCrKn6

Also before anyone asks, you have to set your APN to pta and your Network Mode to LTE/GSM/WCDMA in order to get LTE.
Would you mind outlinine the steps you took in the command line process? Im attempting to complete this myself and i am running into errors

Thanks

Drew
 

spectrumfox

Senior Member
Oct 5, 2009
577
142
0
One thing I'm noticing is even without Samsung's bloat, there's still only 9.57GB usable space out of 16GB.

Perhaps the device needs to be re-partitioned somehow?
 
Last edited:
J

jetlitheone

Guest
One thing I'm noticing is even without Samsung's bloat, there's still only 9.57GB usable space out of 16GB.

Perhaps the device needs to be re-partitioned somehow?
Yes the device needs to be re partitioned.

And as far as I know its not possible yet.
 

spectrumfox

Senior Member
Oct 5, 2009
577
142
0
So how is this cm 10.1 running on your at&t sgs4's?
Better than the nexus 4?
It's running like a dream.

Also, the phone has better specs than the Nexus 4, so I would say yes it's better.

The advantage of the Nexus 4 is still getting updates straight from Google though.
 

Scarchunk

Senior Member
Sep 14, 2008
244
98
0
Would you mind outlinine the steps you took in the command line process? Im attempting to complete this myself and i am running into errors

Thanks

Drew
I pulled my aboot.img using the instructions on djrbliss's github:

adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/data/local/tmp/aboot.img
chmod 644 /data/local/tmp/aboot.img
exit
exit
adb pull /data/local/tmp/aboot.img

Then downloaded the CM build and the loki_patch-linux-x86 files. Extracted the boot.img from the CM zip and moved all three files over to a Cent box.

./loki_patch-linux-x86 boot aboot.img boot.img boot.lok

That's it for command line. Everything else was notepad++ and winrar. :good: Noticed I forgot to change the model in the build.prop from the SGH-I337M to the SGH-I337. So you might wanna fix that while your at it.

What error you getting?
 
Last edited: