[Q] Need help reinstalling Kitkat

Search This thread

turnerM_

Member
Jul 4, 2014
9
0
Okay, so I updated my Galaxy S3 AT&T to Kitkat the other day, and I rooted it yesterday, and attempted to install Cyanogenmod today. The Cyanogenmod installer said everything installed just fine, but when my GS3 booted up it was still 4.4.2 Stock TouchWiZ, I just figured it was a lost cause, and just to be happy with Xposed modules and forget about Cyanogenmod. However, the attempted install of Cyanogenmod did something to my GS3 that I just can't seem to be able to fix. Apps will download, but they aren't able to store any data. For example, Spotify won't run because it says there is no where for it to install its data, and the camera starts, but won't take any pictures because it says you have to put in a micro SD card. So, I went and found a MicroSD, put it in, and that still didn't work. I finally just decided to try and find the stock Kitkat firmware for my phone, and I would flash it because I couldn't think of any other fix. I backed up my phone before the Cyanogenmod Installer tried to install the rom, but the backup doesn't seem to be working. So, I have two main questions. 1. Is there a way to fix this issue? 2. Does anyone know where I can get the stock Kitkat firmware for the Samsung Galaxy S3 AT&T running Kitkat already.

Thank you, your help is very appreciated.

P.S. This is actually my first post on Xda, although I've used Xda many times before....

EDIT: If I can downgrade to 4.3 and then update back to Kitkat that'd be fine. But I'm not sure if I'm able to do so with the Odin version that Kitkat updated..
 
Last edited:

turnerM_

Member
Jul 4, 2014
9
0
Would I have to get a different version of Odin or is the one that came with the Kitkat update fine? I don't want to brick the phone...
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
The apps not being able to write to the sdcard is most likely due to seLinux im guessing. Have you tried a factory reset? This will cause everything to recreate their folders and hopefully regain access.

There is no official stock NE4 firmware for the I747. HUGE FAIL on AT&T's part if you ask me. I'd bet about 80% or more of the problems that have been seen around here would've been avoided had they allowed its release!

That said, I do have an NE4 firmware package that I put together myself. I would've posted it long ago but I haven't found anyone to test it yet. My device is a T999, and is broken anyway or I would've tested it myself.

If the factory reset doesn't work, and you'd like to give it a try, let me know. (Or if anyone reading this would like to test it out...please pm me!) If you don't want to, that's perfectly fine. Just giving you another option is all.
 
  • Like
Reactions: turnerM_

turnerM_

Member
Jul 4, 2014
9
0
I did a factory reset three times. Still didn't work. I would try that firmware, however I'm not really in the position to fix the phone if something went wrong. Sorry.
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
I suggest just to Odin to stock 4.3 then flashing the captured 4.4 ota that's floating around this forum

I think he already updated to kk via OTA, so flashing 4.3 firmware via Odin would either fail, or hard brick.





Would I have to get a different version of Odin or is the one that came with the Kitkat update fine? I don't want to brick the phone...

I only recommend using either Odin 3.07 or 3.09. You can get it from the link in my sig if you need it. Odin doesnt come with the firmware or ota btw. You might be thinking of Kies.




I did a factory reset three times. Still didn't work. I would try that firmware, however I'm not really in the position to fix the phone if something went wrong. Sorry.

Not a problem. I don't blame you a bit for not wanting to take the risk. The only other thing I can think of is to flash the stock rom from cwm/twrp. Look for enewman17's thread in the development section.

---------- Post added at 10:44 PM ---------- Previous post was at 10:41 PM ----------

You could also try using ktoonsez' kt747 kernel and/or an edit to the platform.xml. ill post the edit in a few....don't trust myself to go purely from memory on this.
 
  • Like
Reactions: turnerM_

turnerM_

Member
Jul 4, 2014
9
0
I think he already updated to kk via OTA, so flashing 4.3 firmware via Odin would either fail, or hard brick.







I only recommend using either Odin 3.07 or 3.09. You can get it from the link in my sig if you need it. Odin doesnt come with the firmware or ota btw. You might be thinking of Kies.






Not a problem. I don't blame you a bit for not wanting to take the risk. The only other thing I can think of is to flash the stock rom from cwm/twrp. Look for enewman17's thread in the development section.

---------- Post added at 10:44 PM ---------- Previous post was at 10:41 PM ----------

You could also try using ktoonsez' kt747 kernel and/or an edit to the platform.xml. ill post the edit in a few....don't trust myself to go purely from memory on this.

Thanks a lot! :) Do you know how I might go about checking which version of Odin I have? It doesn't display the version number in Odin itself.
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
Edit platform.xml

Open /system/etc/permissions/platform.xml with a text editor.
Look for the permission "WRITE_EXTERNAL_STORAGE"
Add a 3rd gid to make it look like this:

<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>

Save and reboot.
 

turnerM_

Member
Jul 4, 2014
9
0
Edit platform.xml

Open /system/etc/permissions/platform.xml with a text editor.
Look for the permission "WRITE_EXTERNAL_STORAGE"
Add a 3rd gid to make it look like this:

<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>

Save and reboot.

It says there was an error during saving.
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
Thanks a lot! :) Do you know how I might go about checking which version of Odin I have? It doesn't display the version number in Odin itself.

If one of the buttons says AP on it, its 3.09. Otherwise its probably 3.07. The title should say Odin 3 or something similar if I remember right.





It says there was an error during saving.

What did you use to edit it? What steps? And you are rooted, correct?

I use the built in text editor with Root Explorer. Most file managers should have the same. If doing this on the computer, make sure you are using Notepad++.
 

turnerM_

Member
Jul 4, 2014
9
0
If one of the buttons says AP on it, its 3.09. Otherwise its probably 3.07. The title should say Odin 3 or something similar if I remember right.







What did you use to edit it? What steps? And you are rooted, correct?

I use the built in text editor with Root Explorer. Most file managers should have the same. If doing this on the computer, make sure you are using Notepad++.

Yes, I am rooted. I used File Manager HD. It has a built in text editor as well. I'll try using Root Explorer though.
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
Not sure about File Manager HD, but was /system mounted with r/w permission? Anyway, hope Root Explorer works for you. Its a paid app though, so if you dont already have it you can try with Root Browser by jrummy.
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
Ok. You may also nerd an insecure kernel with seLinux disabled. Did you try flashing the kt747 kernel? If that or flashing the stock rom I mentioned earlier doesn't help, the only other thing I could think to try is flashing the firmware, but we've already discussed that....
Maybe a factory reset again since editing that file? A long shot, but you never know!
 

turnerM_

Member
Jul 4, 2014
9
0
Ok. You may also nerd an insecure kernel with seLinux disabled. Did you try flashing the kt747 kernel? If that or flashing the stock rom I mentioned earlier doesn't help, the only other thing I could think to try is flashing the firmware, but we've already discussed that....
Maybe a factory reset again since editing that file? A long shot, but you never know!

Okay, it finally finished downloading so I'm going to try and flash enewman17's rom with CWM. Before I do so, is there any way for me to downgrade from 4.4.2 to 4.3? I'm not quite sure if that's possible because of the bootloaders..
If I flash that kt747 kernel will that brick the device? In your post on the thread about enewman17's rom you said it didn't work with stock kernels.
 
Last edited:

turnerM_

Member
Jul 4, 2014
9
0
Thank you so much for you help!

Thank you so much for your help Doc. You pointed me in the right direction, and I was able to fix the issue. It was seLinux doing the trouble. I did what OkAstro did: "I installed SELinuxMode Changer and NextApp SDfix from Play Store and my internal and external seem to work fine...stock kernel" on enewman17's rom thread. It worked. :) Thanks!
 

DocHoliday77

Senior Member
May 10, 2011
9,403
6,892
HuntsVegas!!!
Right on! Glad you got it sorted out! Good to know about the mode changer app. I haven't been telling anyone about it because I heard it no longer worked. Maybe it was just on aosp/cm roms.....
Anyway, to answer your questions from before, no you cannot downgrade your firmware. You can still flash older roms and kernels, but not the full firmware/bootloaders.

Im not sure which of my posts you're referring to, but I dont think I ever said the kt747 kernel didn't work. Unless i was specifically referring to a certain issue....or was I speculating it might have problems since it was originally built for my Sprint Port? Either way, that kernel brick your phone. If it does have any problems you could just flash another one.
 
  • Like
Reactions: swapsmagic

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I suggest just to Odin to stock 4.3 then flashing the captured 4.4 ota that's floating around this forum
    1
    The apps not being able to write to the sdcard is most likely due to seLinux im guessing. Have you tried a factory reset? This will cause everything to recreate their folders and hopefully regain access.

    There is no official stock NE4 firmware for the I747. HUGE FAIL on AT&T's part if you ask me. I'd bet about 80% or more of the problems that have been seen around here would've been avoided had they allowed its release!

    That said, I do have an NE4 firmware package that I put together myself. I would've posted it long ago but I haven't found anyone to test it yet. My device is a T999, and is broken anyway or I would've tested it myself.

    If the factory reset doesn't work, and you'd like to give it a try, let me know. (Or if anyone reading this would like to test it out...please pm me!) If you don't want to, that's perfectly fine. Just giving you another option is all.
    1
    I suggest just to Odin to stock 4.3 then flashing the captured 4.4 ota that's floating around this forum

    I think he already updated to kk via OTA, so flashing 4.3 firmware via Odin would either fail, or hard brick.





    Would I have to get a different version of Odin or is the one that came with the Kitkat update fine? I don't want to brick the phone...

    I only recommend using either Odin 3.07 or 3.09. You can get it from the link in my sig if you need it. Odin doesnt come with the firmware or ota btw. You might be thinking of Kies.




    I did a factory reset three times. Still didn't work. I would try that firmware, however I'm not really in the position to fix the phone if something went wrong. Sorry.

    Not a problem. I don't blame you a bit for not wanting to take the risk. The only other thing I can think of is to flash the stock rom from cwm/twrp. Look for enewman17's thread in the development section.

    ---------- Post added at 10:44 PM ---------- Previous post was at 10:41 PM ----------

    You could also try using ktoonsez' kt747 kernel and/or an edit to the platform.xml. ill post the edit in a few....don't trust myself to go purely from memory on this.
    1
    Right on! Glad you got it sorted out! Good to know about the mode changer app. I haven't been telling anyone about it because I heard it no longer worked. Maybe it was just on aosp/cm roms.....
    Anyway, to answer your questions from before, no you cannot downgrade your firmware. You can still flash older roms and kernels, but not the full firmware/bootloaders.

    Im not sure which of my posts you're referring to, but I dont think I ever said the kt747 kernel didn't work. Unless i was specifically referring to a certain issue....or was I speculating it might have problems since it was originally built for my Sprint Port? Either way, that kernel brick your phone. If it does have any problems you could just flash another one.