[HOW-TO] Extract the signed PIT for your GS4 (i337, i545, i9505) - Verizon Samsung Galaxy S 4

To extract the signed PIT file for use with Odin/Heimdall or anything else for the Galaxy S4 (SCH-1545, SGH-1337 and related Qualcomm variant S4's) first root your S4 then download terminal emulator.
Open terminal emulator and type the following commands:
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/sch1545.pit bs=8 count=580 skip=2176
If you happen to have a pit file from a factory image you can compare the md5's. They should match, see attached image.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

What does this do?
Sent from my SCH-I545 using XDA Premium 4 mobile app

Nicgraner said:
What does this do?
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This is just one of those things if you have to ask, it isn't meant for you.
Sent from my Unicorn'd S4

SinfulRoad said:
This is just one of those things if you have to ask, it isn't meant for you.
Sent from my Unicorn'd S4
Click to expand...
Click to collapse
I still want to know
Sent from my SCH-I545 using XDA Premium 4 mobile app

Nicgraner said:
I still want to know
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try reading this: http://www.xda-developers.com/android/pit-magic-lets-you-create-analyze-and-edit-samsung-pit-files/
Sent from my SCH-I545 using xda app-developers app

Can I do these commands on adb?
Subscribed!!
Edit: After a few tries I finally got it to work; how big should the file be? Mine is 4.53kb
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

biglil1 said:
Can I do these commands on adb?
Subscribed!!
Edit: After a few tries I finally got it to work; how big should the file be? Mine is 4.53kb
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
4,640÷8 = 580
4,640÷1,024 = 4.53125 = ~4.53kb
Yep. Should be 4.53 but make sure by using md5sums
Sent from my SCH-I545 using XDA Premium 4 mobile app

Surge1223 said:
4,640÷8 = 580
4,640÷1,024 = 4.53125 = ~4.53kb
Yep. Should be 4.53 but make sure by using md5sums
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks; I did it on a custom rom (Echoe) but when I get out of work I'll check everything out in more detail
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

Ran md5checker then realized I don't have that rom zip file on my phone any more so I checked to see if I still had it on my pc but I didn't. I do have the update for that rom and gonna flash it hopefully in the next couple of days and try this again.
What would happen if I flashed the pit file I created and Odin recognized it as having the wrong md5 #?
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

biglil1 said:
Ran md5checker then realized I don't have that rom zip file on my phone any more so I checked to see if I still had it on my pc but I didn't. I do have the update for that rom and gonna flash it hopefully in the next couple of days and try this again.
What would happen if I flashed the pit file I created and Odin recognized it as having the wrong md5 #?
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Dont flash a pit file ever unless your close to bricked. I just thought this was good info for people to know. What was rhe md5?
Sent from my SCH-I545 using XDA Premium 4 mobile app

Yeah I figured instead of the stock MDK pit file when I'm faced with that I'll try the one I created with this method. I hope you can see it but here is the md5 for my created pit file
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

biglil1 said:
Yeah I figured instead of the stock MDK pit file when I'm faced with that I'll try the one I created with this method. I hope you can see it but here is the md5 for my created pit file
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
If you look at the image I uploaded in the OP, you'll notice that one of the files is the pit file from an odin factory tar, and the md5 value for the pit you created is exactly the same as the values in in the pic. You did it right.

Surge1223 said:
If you look at the image I uploaded in the OP, you'll notice that one of the files is the pit file from an odin factory tar, and the md5 value for the pit you created is exactly the same as the values in in the pic. You did it right.
Click to expand...
Click to collapse
Thanks; no I didn't notice that
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2

@ Surge1223
Good work here
How would I go about finding the right bs= count = skip= numbers for an AT&T Galaxy S4-ZOOM SM-C105a Lte camera/phone it has the dual core exynos 4212 chip
This phone really needs some love from the devs It has root available but that's it, no custom recovery
so I've decided I'm going to have to start learning more of this for myself but before I delve in to deep I need info such as this so as to be able to restore when .not if I f - it all up A .pit file would be an essential escpecialy since there is not even a stock firmware image available from either AT&T or Samsung even almost 2 years after production This is the first Samsung phone I've ever Known of to not have an available stock firmware solution let alone anything custom
Sorry about the Rant can you point me in the right direction I have preformed full dd dumps of two of these phones both on 4.3 MJ2 firmware but as i stated I can only access adb from a running OS as there is no custom recovery available so even there I'm not 100% comfortable that I could restore from any and every scenario Again please help
Thanks in advance

Phatboyj420 said:
@ Surge1223
Good work here
How would I go about finding the right bs= count = skip= numbers for an AT&T Galaxy S4-ZOOM SM-C105a Lte camera/phone it has the dual core exynos 4212 chip
This phone really needs some love from the devs It has root available but that's it, no custom recovery
so I've decided I'm going to have to start learning more of this for myself but before I delve in to deep I need info such as this so as to be able to restore when .not if I f - it all up A .pit file would be an essential escpecialy since there is not even a stock firmware image available from either AT&T or Samsung even almost 2 years after production This is the first Samsung phone I've ever Known of to not have an available stock firmware solution let alone anything custom
Sorry about the Rant can you point me in the right direction I have preformed full dd dumps of two of these phones both on 4.3 MJ2 firmware but as i stated I can only access adb from a running OS as there is no custom recovery available so even there I'm not 100% comfortable that I could restore from any and every scenario Again please help
Thanks in advance
Click to expand...
Click to collapse
Bs is still probs 8. The count and skip involve some investigative work. I explained in another thread somewhere let me try to find it to link you...

Surge1223 said:
Bs is still probs 8. The count and skip involve some investigative work. I explained in another thread somewhere let me try to find it to link you...
Click to expand...
Click to collapse
Would greatly appreciate bro any other ideas you might have on boosting development for the S4-ZOOM are welcome also whether they be links to info on making my own twrp recovery.img from source or links to those who might be willing to help or even do it for me This is a great community for learning sharing and the like thanks to productive members such as yourself
Thanks again

Surge1223 said:
Bs is still probs 8. The count and skip involve some investigative work. I explained in another thread somewhere let me try to find it to link you...
Click to expand...
Click to collapse
@ Surge1223 or anyone else with the know-how
Hey Bro
I'm still no closer to creating the .pit for my C-105a any chance you remember where that thread lyes
Thanks again I don't want to be a pest

Related

Another Brick....

Bricked my phone. I tried to put the stock att kernal on while ics was running. stupid thing to do. I can get it into download mode and odin recognizes it. Need help thanks.
Just flash the odin one click ICS .exe file again.
Should work?
Sent from my SAMSUNG-SGH-I717 using XDA
corey_r said:
Bricked my phone. I tried to put the stock att kernal on while ics was running. stupid thing to do. I can get it into download mode and odin recognizes it. Need help thanks.
Click to expand...
Click to collapse
maybe you can try to flash back to stock odin. hope it helps
http://forum.xda-developers.com/showthread.php?t=1506330
I am curious what exactly happened here... did you install the ICS leaked odin one click .exe or just a ROM from the dev section?
What did you do to brick it? What stock kernel did you try to flash exactly?
Thanks!
I think he was trying to flash the GB kernel on the ICS build.
Why do people use the term brick so loosely? Just reflash back using the Odin one click or flash another rom using cwm.
Sent via tapatalk using the Samsung Galaxy Note
HarmonyFlame said:
Why do people use the term brick so loosely? Just reflash back using the Odin one click or flash another rom using cwm.
Sent via tapatalk using the Samsung Galaxy Note
Click to expand...
Click to collapse
I think soft brick should just be boot loop and hard brick is no life or boot error.
Sent from my SAMSUNG-SGH-I717 using xda premium
slowpc said:
I think he was trying to flash the GB kernel on the ICS build.
Click to expand...
Click to collapse
Yes that's exactly what happened. How can i get off ics? Its nice but way to laggy.
Sent from my SAMSUNG-SGH-I717 using XDA
corey_r said:
Yes that's exactly what happened. How can i get off ics? Its nice but way to laggy.
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
You have to flash a stock gingerbread ROM, not just the kernel. Or you could use a nandroid backup if you have one in clockwork mod.
Were do i find one?
Sent from my SAMSUNG-SGH-I717 using XDA
http://forum.xda-developers.com/showthread.php?t=1506330
get download.rar file
unzip it, it has .tar file, flash it via odin.
it will take you back to stock.
HarmonyFlame said:
Why do people use the term brick so loosely? Just reflash back using the Odin one click or flash another rom using cwm.
Sent via tapatalk using the Samsung Galaxy Note
Click to expand...
Click to collapse
+1 on that. A bricked phone means dead, no more, buh bye!
Sent from my Galaxy Note (SGH-i717) using XDA Premium.
gotshoaib said:
http://forum.xda-developers.com/showthread.php?t=1506330
get download.rar file
unzip it, it has .tar file, flash it via odin.
it will take you back to stock.
Click to expand...
Click to collapse
That's what caused my problem in the first place
Sent from my SAMSUNG-SGH-I717 using XDA
HarmonyFlame said:
Why do people use the term brick so loosely? Just reflash back using the Odin one click or flash another rom using cwm.
Sent via tapatalk using the Samsung Galaxy Note
Click to expand...
Click to collapse
PeartFan40 said:
+1 on that. A bricked phone means dead, no more, buh bye!
Sent from my Galaxy Note (SGH-i717) using XDA Premium.
Click to expand...
Click to collapse
Sorry to hear of your trouble, but +1 on the term..
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
No such thing as a soft brick... A Brick is a Brick
gotshoaib said:
http://forum.xda-developers.com/showthread.php?t=1506330
get download.rar file
unzip it, it has .tar file, flash it via odin.
it will take you back to stock.
Click to expand...
Click to collapse
how do i unzip it?
corey_r said:
Were do i find one?
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1504999
Download the tar file and flash with Odin.
Sent from my SAMSUNG-SGH-I717 using XDA
Still stuck in ics
Sent from my SAMSUNG-SGH-I717 using XDA
Just had to...
-Once you go NOTE, you'd say 4 inches a Joke
soft brick
Sent from my SAMSUNG-SGH-I717 using XDA
If Odin can recognize it, then its not bricked!

[STOCK ROM] IML74K.UCLD3 for SGH-I717

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How To: Install IML74K.UCLD3 for SGH-I717
Warning: This will wipe your data entirely. BriefMobile is not liable for your actions. This is for the SGH-I717 only!​
Download SGH-I717UCLD3-1FB30D08F1D2B2AAAECF49D262E8E707.exe
Install the Galaxy Note drivers
Run the "SGH-I717UCLD3-1FB30D08F1D2B2AAAECF49D262E8E707.exe" on a Windows PC
Power off the Galaxy Note
Put the Galaxy Note into "Download Mode" by holding both Volume Down and the Power Button
Connect the Galaxy Note to your computer. Ensure Odin recognizes it. You should see "0:[COM#]" fill in the first box.
Click "Start"
After it is finished, the Galaxy Note will reboot and it will be running Android 4.0.3 IML74K.UCLD3. Congratulations!
This doesn't belong in the Development section.
Korey_Nicholson said:
Warning: This will wipe your data entirely. BriefMobile is not liable for your actions. This is for the SGH-I717 only!​
Download SGH-I717UCLD3-1FB30D08F1D2B2AAAECF49D262E8E707.exe
Install the Galaxy Note drivers
Run the "SGH-I717UCLD3-1FB30D08F1D2B2AAAECF49D262E8E707.exe"
Power off the Galaxy Note
Put the Galaxy Note into "Download Mode" by holding both Volume Down and the Power Button
Connect the Galaxy Note to your computer. Ensure Odin recognizes it. You should see "0:[COM#]" fill in the first box.
Click "Start"
After it is finished, the Galaxy Note will reboot and it will be running Android 4.0.3 IML74K.UCLD3. Congratulations!
Click to expand...
Click to collapse
What do u mean by run it? On phone or PC?
Sent from the TermiNOTEr!
borijess said:
What do u mean by run it? On phone or PC?
Sent from the TermiNOTEr!
Click to expand...
Click to collapse
Ftfy
Korey_Nicholson said:
Ftfy
Click to expand...
Click to collapse
Wtf?
Sent from the TermiNOTEr!
Anybody try this out yet? And, is this Note-specific software present and functional?
I hope you got permission to put it here! By the way if you don't wanna get flamed u should request mod to put ur thread in General! Or else
Is it ganna move the root on my galaxy note ?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
up and rooted! Very nice!!!!
just flash it via Odin as this is a one click. After that use Odin to flash CWM and then run the counter clear zip and SU zip for ICS - good to go!!
borijess said:
Wtf?
Sent from the TermiNOTEr!
Click to expand...
Click to collapse
Fixed that for you.
Sent from my SPH-D710 using xda premium
khajah said:
Is it ganna move the root on my galaxy note ?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Yes it will but you can easily reroot by flashing cwm
Sent from my SPH-D710 using xda premium
Is this rom stable?
Sent from my SAMSUNG-SGH-I717 using XDA
hegemytouch said:
Is this rom stable?
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
From the link page:
"The previously leak was version UCLC5. The following build is UCLD3. This is a major bug fix build, so there are no new features. Those who are testing this build out say it’s smoother than ever, although Instagram still doesn’t work. Without further ado, use the guide below to flash the new leak onto your SGH-I717."
Cool.. new leak :-D getting closer to official... then kernel sources and we even have init.d injection from another member... things are getting juicy personally waiting on a CWM version/ROM by a known dev using this base before I test drive it. Neat none the less and glad cwm/root are attainable without modification after Odin.
Sent from my SAMSUNG-SGH-I717 using xda premium
Whosdaman said:
Yes it will but you can easily reroot by flashing cwm
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Doesn't one need to be rooted to flash cwm?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Nice...one more thing does the spen work? And if im running a custom rom to i have to go back to stock then flash this rom?
Sent from my SAMSUNG-SGH-I717 using XDA
tdamocles said:
Doesn't one need to be rooted to flash cwm?
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Flash cwm through Odin then flash su and super user through cwm
Sent from my SPH-D710 using xda premium
hegemytouch said:
Nice...one more thing does the spen work? And if im running a custom rom to i have to go back to stock then flash this rom?
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
Yes and no
Sent from my SPH-D710 using xda premium
I got cwm installed through odin but having a hard time finding a zip for su and super user
jdphilly said:
I got cwm installed through odin but having a hard time finding a zip for su and super user
Click to expand...
Click to collapse
http://androidsu.com/superuser/

[ROOT-METHOD][Odin] P5210 | Samsung Galaxy Tab 3 10.1

Code:
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
By using the rom you agree with the above terms!
Instructions:
Download firmware
Download Odin 3.07
Boot into download. (either hold power and volume down or do adb reboot download)
Click on PDA and then find Pre_Rooted_P5210XXUAMG6_P5210OXXAMG3.tar.md5
MAKE SURE RE-PARTITION IS NOT CHECKED!!! You will have an instant brick! You have been warned.
Click start and wait.
once done it will reboot into (stock) recovery and finish installing.
Once done and booted just open SuperSU and update the binary. Not by CWM but the other.
Done!!
I do not have a Tab 3 10.1, so let me know if this works please. I'll post a untouched copy of the firmware also.
Odin 3.07 - http://www.androidfilehost.com/?fid=23060877490002273
Pre_Rooted_P5210XXUAMG6_P5210OXXAMG3.tar.md5 - Still In Testing
Original Firmware - http://www.androidfilehost.com/?fid=23060877490002437 Or you can go to http://www.sammobile.com/firmwares/ and search for your firmware there.
Have Fun!!!
Wooohoooo finally! Thanks alot!
Sent from my GT-P5210 using xda app-developers app
imagelost said:
Wooohoooo finally! Thanks alot!
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
So does that mean that you flashed it and it works??? I hope!!! Woot!!
Not yet! Downloading now. Im on DSL, so it wont be till the a.m till I am able to try. Its 930pm here. I WILL let you know! Thanks again!
Sent from my GT-P5210 using xda app-developers app
imagelost said:
Not yet! Downloading now. Im on DSL, so it wont be till the a.m till I am able to try. Its 930pm here. I WILL let you know! Thanks again!
Sent from my GT-P5210 using xda app-developers app
Click to expand...
Click to collapse
Kewl man.......I'll patently wait The SM-T211 worked first shot :Fingers Crossed: Thanks!!!
Zidkijah said:
Kewl man.......I'll patently wait The SM-T211 worked first shot :Fingers Crossed: Thanks!!!
Click to expand...
Click to collapse
Sorry the inform you but Super user binary update installation failed I reboot the device and try again no luck
Thanks for try my friend
:silly:
I wonder if I missed setting the permissions correctly........ I'll roll up another.......
Sent from my SM-T210R using XDA Premium 4 mobile app
Zidkijah said:
I wonder if I missed setting the permissions correctly........ I'll roll up another.......
Sent from my SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanx I guess I will try tomarrow
:good:
I'll download tonight and give a look. Great work man :thumbup:
Sent from my GT-P5210 using xda app-developers app
Zidkijah said:
I wonder if I missed setting the permissions correctly........ I'll roll up another.......
Sent from my SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Looks like it's still not working SU is in xbin but I'm not able to get super user access at all. Just thinking out loud here and I'm not sure if this is a possibililty or not but was the SU you used an updated version with x86 support? The reason I'm thinking that may be the problem is that when I try to run SU in Terminal I'm getting a Segmentation fault error.
I'm also thinking that when I ./simg2img system.img newsys.img there was an issue...... because the new image blew up to 2.5Gigs.......... Might try a different firmware this time................ I also just downloaded the updated su package. There are some other files in this tarball that has something to do with the update....... still digging
------------------------------------------------------ Update---------------------------------------------------------------------
I found /lib/arm digging around......... That leads me to believe that the su and Superuser.apk need to be built by the android arm tool-chain, I downloaded the most up to date binary and apk ....... Post a test link once uploaded.....
Zidkijah said:
I'm also thinking that when I ./simg2img system.img newsys.img there was an issue...... because the new image blew up to 2.5Gigs.......... Might try a different firmware this time................ I also just downloaded the updated su package. There are some other files in this tarball that has something to do with the update....... still digging
------------------------------------------------------ Update---------------------------------------------------------------------
I found /lib/arm digging around......... That leads me to believe that the su and Superuser.apk need to be built by the android arm tool-chain, I downloaded the most up to date binary and apk ....... Post a test link once uploaded.....
Click to expand...
Click to collapse
I tried to inject 4 different types of SU binary, but no luck - all programs telling that device rooted, but no write access to system folder. Simg2img works without any errors for me.
If anyone need, i can upload unpacked original GalaxyTab 3 10.1 recovery image for more experiments.
Crap, I hope it doesn't have anything to do with that permission folder I came across........ I think it was all java.
Test pack - http://www.androidfilehost.com/?fid=23060877490002706
Sent from my SM-T210R using XDA Premium 4 mobile app
Zidkijah said:
Crap, I hope it doesn't have anything to do with that permission folder I came across........ I think it was all java.
Test pack - http://www.androidfilehost.com/?fid=23060877490002706
Sent from my SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Looks like there's something wrong with the test pack it fails just after flashing system.img.
Zidkijah said:
Crap, I hope it doesn't have anything to do with that permission folder I came across........ I think it was all java.
Test pack - http://www.androidfilehost.com/?fid=23060877490002706
Sent from my SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi, If I reinstall Official Firmware will Tab go back to store returnable state? On the download mode screen says
current binary: samsung official
system status: official
bespecter said:
Hi, If I reinstall Official Firmware will Tab go back to store returnable state? On the download mode screen says
current binary: samsung official
system status: official
Click to expand...
Click to collapse
Yes and no..... if they dont look to far into the tab (which they usualy dont then you will be ok) if you happen to have a techie smart guy checking it and he takes it into download mode he will notice the flash counter has 1 trigger meaning you played around with the system.. but thats less then 1% chance of happening.
Sent from my GT-P5210 using XDA Premium 4 mobile app
ShadowDice9100 said:
Yes and no..... if they dont look to far into the tab (which they usualy dont then you will be ok) if you happen to have a techie smart guy checking it and he takes it into download mode he will notice the flash counter has 1 trigger meaning you played around with the system.. but thats less then 1% chance of happening.
Sent from my GT-P5210 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Where can I see flash counter? There is no flash counter I see in download mode.
Thank you for help
bespecter said:
Where can I see flash counter? There is no flash counter I see in download mode.
Thank you for help
Click to expand...
Click to collapse
This is to give you an example..... if u dont have a flash counter trigger your good to go
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my GT-P5210 using XDA Premium 4 mobile app
ShadowDice9100 said:
This is to give you an example..... if u dont have a flash counter trigger your good to go
View attachment 2226391
Sent from my GT-P5210 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank You
:good:
I have a new system image I'm working on packing up. I'm hoping this one will show some good results. I feel good about it
New Test Link - http://www.androidfilehost.com/?fid=23060877490004481

Rooting? Sprint Samsung Galaxy Mega SPHL600

I really need a option to root this and I have searched high and low, I can find anything besides Kingo and that failed to root. Can someone please help me? I appreciate any help.
Geek
GeekTechMedia said:
I really need a option to root this and I have searched high and low, I can find anything besides Kingo and that failed to root. Can someone please help me? I appreciate any help.
Geek
Click to expand...
Click to collapse
I'm on the same way, and just got kingo. For now, I think, there's no other way to root it. The SPHL600 is not listed in the Kingo root web site as tested.
Sent from my SPH-L600 using XDA Premium 4 mobile app
Anything on this? Just got my phone today. Not sure I want to try kingo if the l600 isnt listed on supported devices.
Sent from my SPH-L600 using xda premium
Tried this
moosiemooses said:
Anything on this? Just got my phone today. Not sure I want to try kingo if the l600 isnt listed on supported devices.
Sent from my SPH-L600 using xda premium
Click to expand...
Click to collapse
They told me to try this:
http://forum.xda-developers.com/showthread.php?t=2527473
no luck, If you do let me know what you did.
Geek
Kingo works fine, just remember to make sure to do a nandroid backup
cray4phones said:
Kingo works fine, just remember to make sure to do a nandroid backup
Click to expand...
Click to collapse
Before or after rooting?
Sent from my SPH-L600 using xda premium
---------- Post added at 12:35 AM ---------- Previous post was at 12:00 AM ----------
GeekTechMedia said:
They told me to try this:
http://forum.xda-developers.com/showthread.php?t=2527473
no luck, If you do let me know what you did.
Geek
Click to expand...
Click to collapse
How long did it take kingo to install the drivers?
Sent from my SPH-L600 using xda premium
moosiemooses said:
Before or after rooting?
Sent from my SPH-L600 using xda premium
---------- Post added at 12:35 AM ---------- Previous post was at 12:00 AM ----------
How long did it take kingo to install the drivers?
Sent from my SPH-L600 using xda premium
Click to expand...
Click to collapse
Yes AFTER you will be heartbroken if you dont and something goes wrong. Theres not alot of love for this device yet
cray4phones said:
Yes AFTER you will be heartbroken if you dont and something goes wrong. Theres not alot of love for this device yet
Click to expand...
Click to collapse
Ive tried but that method fails. Goes straight to odin mode. The stock recovery doesnt work either.
Sent from my SPH-L600 using xda premium
moosiemooses said:
Ive tried but that method fails. Goes straight to odin mode. The stock recovery doesnt work either.
Sent from my SPH-L600 using xda premium
Click to expand...
Click to collapse
Plug your phone into the computer using the usb and let windows find your drivers. Then make sure (above all) that you have enabled USB degugging. It will always fail if you don't. I use kingo and I have a Sprint Mega as well and it took about 2-3 mins for kingo to root it. I kept it stock because I haven't seen any roms or recovery that I'm sure will work right now but I was able to remove all the crappy bloatware off.
professorfoxx said:
Plug your phone into the computer using the usb and let windows find your drivers. Then make sure (above all) that you have enabled USB degugging. It will always fail if you don't. I use kingo and I have a Sprint Mega as well and it took about 2-3 mins for kingo to root it. I kept it stock because I haven't seen any roms or recovery that I'm sure will work right now but I was able to remove all the crappy bloatware off.
Click to expand...
Click to collapse
Thank you. Ive rooted awhile ago. I just redid the twrp recovery method and it worked. I see there are roms out for other variants of the 6.3. Just wonder if any will work for ours.
Sent from my SPH-L600 using xda premium
moosiemooses said:
Thank you. Ive rooted awhile ago. I just redid the twrp recovery method and it worked. I see there are roms out for other variants of the 6.3. Just wonder if any will work for ours.
Sent from my SPH-L600 using xda premium
Click to expand...
Click to collapse
I see a lot out there too but I'm leery on trying any out only because I use this phone as my daily driver and can't mess it up right now. I might dedicate some time this weekend to trying out CM11. I'll let you know if it works.
professorfoxx said:
I see a lot out there too but I'm leery on trying any out only because I use this phone as my daily driver and can't mess it up right now. I might dedicate some time this weekend to trying out CM11. I'll let you know if it works.
Click to expand...
Click to collapse
Just tried slimkat. Failed... I think they all will. If you have any luck let me know.
Sent from my SPH-L600 using xda premium
Cm11 failed as well as aokp. Think we're boned until someone or us ports for our device.
Sent from my SPH-L600 using xda premium
Kingo Root SUCKS....does nothing but an endless cycle of checking root status and rebooting my phone. There HAS to be a better solution!
waltm78 said:
Kingo Root SUCKS....does nothing but an endless cycle of checking root status and rebooting my phone. There HAS to be a better solution!
Click to expand...
Click to collapse
Is your version MK1?
Sent from my SPH-L600 using xda premium
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SPH-L600 using Tapatalk
waltm78 said:
Sent from my SPH-L600 using Tapatalk
Click to expand...
Click to collapse
I tried Kingo on the update as well. Didn't work. I Odin back to MK1 then rerooted.
Sent from my SPH-L600 using xda premium
Is there an Odin root method?
Sent from my SPH-L600 using Tapatalk
waltm78 said:
Is there an Odin root method?
Sent from my SPH-L600 using Tapatalk
Click to expand...
Click to collapse
I'm not aware of one for that version. Kingo updates pretty often so I'm waiting.
Sent from my SPH-L600 using xda premium
Ok so I have to Odin back to MK1. Is there a rooted tar file for it or just the two step process
Sent from my SPH-L600 using Tapatalk

[MOD|NABD|DeOdex] 4-in-1 Reboot Menu *2/25/14*

4-in-1 reboot menu for KitKat 4.4.2 NABD. Flash on a DeOdex ROM.
If someone is brave enough to flash this on NAB, let me know if it works!
freeza said:
4-in-1 reboot menu for KitKat 4.4.2 NABD. Flash on a DeOdex ROM.
If someone is brave enough to flash this on NAB, let me know if it works!
Click to expand...
Click to collapse
Another mighty fine gift. Thank you sir.
I'll add it to my new S5 settings menu...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SM-N900P using Xparent BlueTapatalk 2
Funny, an hour ago, people were worried about where you disappeared to freeza... Thanks for the work. (you too mic)
Sent from my SM-N900P using Tapatalk
freeza said:
4-in-1 reboot menu for KitKat 4.4.2 NABD. Flash on a DeOdex ROM.
If someone is brave enough to flash this on NAB, let me know if it works!
Click to expand...
Click to collapse
Getting the superuser nasties with this one frebro...
Sent from my SM-N900P using Xparent BlueTapatalk 2
No problems, so far, with NABD. Thanks @freeza
@micmars, do you happen to have the transparent MultiWindowTrayService.apk, for NABD?
Sent from my SM-N900P
LMMT said:
No problems, so far, with NABD. Thanks @freeza
@micmars, do you happen to have the transparent MultiWindowTrayService.apk, for NABD?
Sent from my SM-N900P
Click to expand...
Click to collapse
Here you go, DeOdex only, just push/perm...it's just partially transparent, meaning when you edit the multi-window tray, it's white...
https://www.dropbox.com/s/zpph8c7lyc6snj8/MultiWindowTrayService.apk
Sent from my SM-N900P using Xparent BlueTapatalk 2
---------- Post added at 06:47 AM ---------- Previous post was at 06:37 AM ----------
LMMT said:
No problems, so far, with NABD. Thanks @freeza
@micmars, do you happen to have the transparent MultiWindowTrayService.apk, for NABD?
Sent from my SM-N900P
Click to expand...
Click to collapse
Could those of you whom flash this today please fire up the Superuser program? If you lose your binaries like I did you'll know it pretty quickly. I did the platform.xml edit, and that could be the problem. I'd like to know if this is isolated.
Thanks!
Sent from my SM-N900P using Xparent BlueTapatalk 2
micmars said:
Here you go, DeOdex only, just push/perm...it's just partially transparent, meaning when you edit the multi-window tray, it's white...
https://www.dropbox.com/s/zpph8c7lyc6snj8/MultiWindowTrayService.apk
Sent from my SM-N900P using Xparent BlueTapatalk 2
---------- Post added at 06:47 AM ---------- Previous post was at 06:37 AM ----------
Could those of you whom flash this today please fire up the Superuser program? If you lose your binaries like I did you'll know it pretty quickly. I did the platform.xml edit, and that could be the problem. I'd like to know if this is isolated.
Thanks!
Sent from my SM-N900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
I did get superuser issues. SUsuperuser said I wasn't rooted. I went into recovery and flashed the update superuser . zip it took me back to .91 but updated it thru market... All is well now.
Titanium backup confirmed all the above
EDIT : I also flashed the ctr animation in the same session, so I'm unsure which actually caused the above issues.
Sent from my SM-N900P using Tapatalk
blackcanopy said:
I did get superuser issues. SUsuperuser said I wasn't rooted. I went into recovery and flashed the update superuser . zip it took me back to .91 but updated it thru market... All is well now.
Titanium backup confirmed all the above
EDIT : I also flashed the ctr animation in the same session, so I'm unsure which actually caused the above issues.
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
Most definitely the 4-1 reboot alone caused it for me, but I am happy to report that the reflashing of supersu 1.91, then updating binaries after the Play Store update, corrected everything.
Note that I used 1.91 instead of the latest because that's what I had handy.
Thanks for verifying, both that my case wasn't isolated and for the easy fix.
Sent from my SM-N900P using Xparent BlueTapatalk 2
micmars said:
Here you go, DeOdex only, just push/perm...it's just partially transparent, meaning when you edit the multi-window tray, it's white...
https://www.dropbox.com/s/zpph8c7lyc6snj8/MultiWindowTrayService.apk
Sent from my SM-N900P using Xparent BlueTapatalk 2
---------- Post added at 06:47 AM ---------- Previous post was at 06:37 AM ----------
Could those of you whom flash this today please fire up the Superuser program? If you lose your binaries like I did you'll know it pretty quickly. I did the platform.xml edit, and that could be the problem. I'd like to know if this is isolated.
Thanks!
Sent from my SM-N900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
Yep, SU issues. (I know I'm late to the party)
Sent from my SM-N900P
the wanam 4 in 1 worked for me.
samantha123 said:
the wanam 4 in 1 worked for me.
Click to expand...
Click to collapse
Yes ma'am. This just adds reboot options to the power menu, with no additional apps needed.
Sent from my SM-N900P
Flashed on my NAB stock rooted rom, didn't work.
ycats said:
Flashed on my NAB stock rooted rom, didn't work.
Click to expand...
Click to collapse
As the title indicates, it's for DeOdex roms only. Stock rooted is Odex.
Sent from my SM-N900P using Xparent BlueTapatalk 2
This is working but cant write internal still only external sd
That seems odd...
KrAyZiEOnE said:
This is working but cant write internal still only external sd
Click to expand...
Click to collapse
That's odd, and kind of a non sequiter, as this is an add-on for DeOdex 4.42 NABD roms, and I see nothing in the thread OP that indicates anything about fixing an issue with writing to internal storage..
That stated, the situation sounds very unpleasant, you're not the first I've read that has this issue, and we'd like to help. Could you post a copy of your Platform.xml file (recommend that you zip it if you want folks to be able to download t and view it). It is located in the following location: system/etc/permissions. Once you post that, we may be able to provide some sort of workaround for you.
Yep add on to the only nab roms for now n lettin op know had a issue wit it so just seeing if anyone had fix for internal as I found external fix but I am no longer on it odin'd back to stock for now also tried the platform xml u posted in rom thread too no go jus external
KrAyZiEOnE said:
Yep add on to the only nab roms for now n lettin op know had a issue wit it so just seeing if anyone had fix for internal as I found external fix but I am no longer on it odin'd back to stock for now also tried the platform xml u posted in rom thread too no go jus external
Click to expand...
Click to collapse
Well, that just sucks. Sorry my man.
Sent from my SM-N900P using Xparent BlueTapatalk 2
It worked for me
Sent from my SM-N900P using xda app-developers app
micmars said:
**I'll add it to my new S5 settings menu... **
Sent from my SM-N900P using Xparent BlueTapatalk 2
Click to expand...
Click to collapse
That's really cool @micmars, where'd you get that from?
Kortekn said:
That's really cool @micmars, where'd you get that from?
Click to expand...
Click to collapse
Over in the international themes and apps forum. You have to be DeOdex, and once downloaded, file should be named as in priv-app, SecSettings. Rename your current to bak prior to testing it.
http://forum.xda-developers.com/showthread.php?p=50627741
GALAXY S 5 settings UI enabled !
Sent from my SM-N900P using Xparent BlueTapatalk 2

Categories

Resources