[GUIDE...KIND OF] How to get Jodin3 working on OSX El Capitan - Galaxy Tab S2 General

I just got my Tab S2 710 and was trying to get TWRP, rooted, etc. but couldn't get Jodin3 working in my browser or as a download while running El Capitan so I started researching. I didn't find a guide but I was able to figure it out, hence this post. I found a thread about El Capitan needing some files signed which the last Heimdall package (1.40) didn't have but someone created an unofficial signed package and when I installed it, everything worked. This is a kind of guide because I don't really understand why it worked, just that it did.
Download and install Heimdall 1.40 from https://bitbucket.org/benjamin_dobell/heimdall/downloads/heimdall-suite-1.4.0-mac.dmg
the install will fail but I don't know if the unofficial version is dependent on this one so I put it in here. The unofficial one below is less than a mb and this one is ~7 so no idea what's going on there
Download and install the signed, unofficial Heimdall 1.4.1 from https://bitbucket.org/benjamin_dobell/heimdall/downloads/Heimdall-1.4.1-Unofficial-Signed.dmg and install
should install fine
Download Jodin3 jar from http://forum.xda-developers.com/showthread.php?t=2598203
updated link to go to xda Jodin Casual thread. Should work the same but I haven't tried it
the default app to open jar files on Mac is jar launcher so you should just be able to double click it and it'll open
Double click Jodin3 jar and connect your tablet. I won't go into an Odin guide because it's all over the internet and I don't really want to.
So that worked for me. I can't really help troubleshoot because I'm not sure of the inner workings but if someone posts a question, maybe another user can jump in

Nill
Download link is down

I put a new Jodin link in to an xda thread. Should work but next time give a heads up about which link you mean, had to try them all.

Thanks! Hopefully I can use this to fix my friends S6 tomorrow. Ill post back and let you know if it worked

So Jodin is running but I can't find Heimdall on my mac to open. Kinda an issue cuz I need it to get my PIT file

busawahk said:
So Jodin is running but I can't find Heimdall on my mac to open. Kinda an issue cuz I need it to get my PIT file
Click to expand...
Click to collapse
Sorry man, I don't have the tablet or a mac anymore so I can't troubleshoot.

brandontowey said:
Sorry man, I don't have the tablet or a mac anymore so I can't troubleshoot.
Click to expand...
Click to collapse
Alright. Thanks anyway! I did already find this technique but Heimdall Frontend app wasn't showing up.

busawahk said:
So Jodin is running but I can't find Heimdall on my mac to open. Kinda an issue cuz I need it to get my PIT file
Click to expand...
Click to collapse
You should be able to open hemidall if you command click on it (two finger tap with touchpad) and click open - doesn't just open with a double tap

FlashMySoftware!! said:
You should be able to open hemidall if you command click on it (two finger tap with touchpad) and click open - doesn't just open with a double tap
Click to expand...
Click to collapse
Same problem here
The thing is there is no Icon to doble click, once installed I dont get Heimdall Front. Icon to open it and get the PIP file
any help? thanks
No tablet = can´t work = get fired, I think I haven't much time

enriquemarin91 said:
Same problem here
The thing is there is no Icon to doble click, once installed I dont get Heimdall Front. Icon to open it and get the PIP file
any help? thanks
No tablet = can´t work = get fired, I think I haven't much time
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=2598203
try that, might have updated info.

Related

access android vogue sd card in a mac?

is there any way i can read and write to my sd card while running android in an osx environment? i know i can when im running winmo.
fixxxer2008 said:
is there any way i can read and write to my sd card while running android in an osx environment? i know i can when im running winmo.
Click to expand...
Click to collapse
You'll need to get the android SDK for OSX. It will include the adb tool, just like the SDK for Windows and Linux.
where can i get that at?
mac android sdk wow its amazing what a simple google search can get you
okay i downloaded it but how the heck do you install it? i found a few sites that explain but why go through all of that trouble just to get the usb to work?
seems pretty complicated to get the usb to work on osx and windows. i have windows 7 installed in a virtual machine and i still can't get the os to recognize my android vogue phone. it wont let me install the driver?
fixxxer2008 said:
okay i downloaded it but how the heck do you install it? i found a few sites that explain but why go through all of that trouble just to get the usb to work?
Click to expand...
Click to collapse
Wowww it's hard to get something to work that isn't supposed to??? What a shock!!!!
derekwilkinson said:
Wowww it's hard to get something to work that isn't supposed to??? What a shock!!!!
Click to expand...
Click to collapse
huh? what do you mean by that?
pointless thread because somesone doesnt know how to use google
jamezelle said:
pointless thread because somesone doesnt know how to use google
Click to expand...
Click to collapse
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!
fixxxer2008 said:
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!
Click to expand...
Click to collapse
w/e dude try this there is a link is not 2 far down the page
fixxxer2008 said:
you know what dude, why don't you bite your damn lip. i did google it and i said it's too much just to get mac to recognize the sd card. i asked if there was s simpler way other than installing a ton of apps. man i guess what i heard about some of the members of xda are right!
Click to expand...
Click to collapse
Alright, enough of the bickering. I just installed everything on my Mac and it was tedious but once you get it you'll be glad you did.
1) Download the SDK for Mac (I believe you have already done this) and extract it anywhere. I just put mine in /Users/<my_user_name>/Downloads/
2) If you are lacking a .bash_profile file (like I was), open Terminal and type
Code:
touch .bash_profile
this will create the .bash_profile file for you. Then,
Code:
open -e .bash_profile
this will open the file you just created in TextEdit to allow you to edit and add your PATH so you don't have to type in where you extracted the files to every time.
3) Add this line to your .bash_profile file
Code:
export PATH=${PATH}:*<your_sdk_dir>*/tools
Where <your_sdk_dir> is the full path to the android sdk folder (type carefully, remove < > brackets). For example, mine was /Users/<my_user_name>/Downloads/android-sdk-mac_x86-1.5_r3/
4) Save the file and quit TextEdit. Also, quit Terminal and open another window. It should give you no errors when you open Terminal.
Now you should be able to type
Code:
adb devices
into Terminal and see your phone listed as device.
To see more about ADB, look on the Adroid developer site: http://developer.android.com/guide/developing/tools/adb.html
If you have any questions, ask, that's what we are all here for.

Can I download ADT manually

I've been messing around in google app inventor getting an idea for the flow of code and figured that it's time to step up to an actual coding environment.
So I went and downloaded the most recent SDK and eclipse. I installed all the available resources and revisions.
Then i hit a snag. The guide said that in order to properly set up Eclipse i need the ADT plugin. I opened the help menu and went to install new software and clicked on the add button. In the name section i put "ADT Plugin" and in location i put the exact web address they gave and it kept giving an error that said unable to connect to repository... i even tried http over https but still experienced the same issue. I entered the website enter my web browser in hopes that it would connect to a ftp server or start a direct download but unfortunatly it was a google site that was no longer available.
So i want to know if theres a mirror download somewhere that i can manually install to eclipse.
Also my eclipse info
Eclipse SDK
Version: 3.6.1
Build id: M20100909-0800
Sent from my futuristic phone
Yes mate, from here...
http://developer.android.com/sdk/eclipse-adt.html
Towards the bottom of the page it tells you what to do if the URL doesn't work.
johncmolyneux said:
Yes mate, from here...
http://developer.android.com/sdk/eclipse-adt.html
Towards the bottom of the page it tells you what to do if the URL doesn't work.
Click to expand...
Click to collapse
I freaking love you in a strictly platonic way.
I kinda feel like an idiot cause I didn't read farther lmao
Sent from my futuristic phone
ironlood said:
I freaking love you in a strictly platonic way.
I kinda feel like an idiot cause I didn't read farther lmao
Sent from my futuristic phone
Click to expand...
Click to collapse
lol - glad to help mate.
Okay just ran into another hitch
I downloaded the zip file and go to install new software but instead of the website i use the archive. It provides me with a list of 3 options
Android DDMS
Android Development Tools
Android Hierarchy Viewer
I put a check in each box and click next it says calculating Dependencies and requirements then i get an error that says
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219)
Missing requirement: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219) requires 'org.eclipse.gef 0.0.0' but it could not be found
Now this has me at a loss. If i downloaded the Archive in theory i shouldn't have to connect to any more sites to install the plugin. I want to know if there is a way to drag and drop the contents of the archive to a plugins folder then open eclipse and refresh the installed plugins in order to show that ADT has been installed.
Not sure if the 64 bit side of things could be an issue (either for you or for anyone), but this guy seems to have solved the same problem...
http://superuser.com/questions/221944/huh-jdk-not-found-on-windows-7-64-bit
Hope it helps mate.
KK ill see if i can follow this and come up with a fix to my issue. not too sure how this will work since im running a 32bit system with windows Vista
I'm still experiencing the same issue with eclipse unfortunately, i even downgraded to Galileo instead of Helios thinking that it was an incompatibility issue with the newest version or the most recent version. I even tried dragging the .JAR files in the ADT zip into the eclipse folder in an attempt to get Eclipse to recognize the plugins without having to install them through the "install new software" dialog.
Everytime I try to connect to the download server it gives me a message that says An exception stack trace is not available. Or Unable to connect to repository http://dl-ssl.google.com/android/eclipse/content.xml
Connection refused: connect

[Q] Need help with Heimdall

Hey can anyone help me use heimdall? I use Mac and i'm trying to flash the package from the link below to unbrick my phone. Thanks in advance!
http://forum.xda-developers.com/showthread.php?t=1194642
pastorbennett said:
Heimdall should work, but no guarantees on that. To flash via Heimdall, take the Odin image, remove .md5 from the file name, unzip, and input the appropriate files into Heimdall. zImage is the kernel, factoryfs.rfs is the system, and recovery.bin is of course recovery. If all else fails, throw the files on a thumb drive and use a friend's Windows machine. I'm Mac user, but I used Odin through Bootcamp to get this done.
Click to expand...
Click to collapse
Unzip... then untar... then follow pastorbennett's simple instructions.
Yeah i did that but i have no idea where to put those files once i untar them. Ill post screenshots of the UI later on but the problem is i have no idea where each file goes. Im using heimdall 1.3.0 frontend by the way if that helps.
here are pictures of the UI
pastorbennett is the only Mac user I know of with experience on this device... you might want to try dm'ing him... the Linux version is not even close to that.
im somewhat good with linux if yall need any help on ubu.
I'm good with the Ubuntu version of Heimdall... It's the OS X version we're dealing with here...
Weudel said:
I'm good with the Ubuntu version of Heimdall... It's the OS X version we're dealing with here...
Click to expand...
Click to collapse
What version are you using 1.x.x wise? I've tried downloading 1.3.0 for ubuntu and it's the exact same UI as ntien has... it seems that it's not just pooapple (haha)
Where as the frontend that you show in pastorbennets thread seems a little easier to grasp XD
And I've also not been able to find downloads of the earlier versions of Hiemdall to check if the interfaces are different so i myself have had no such luck with getting it to work
We're in this together fellas!
Edit: apparently this is being worked out in another thread :/
Sent from my SCH-I400 using xda premium
Looks like I'm on 1.1.1 ... Not sure I want a newer version if the UI changes that much.
Sent from my SCH-I400 using xda premium
Weudel said:
pastorbennett is the only Mac user I know of with experience on this device... you might want to try dm'ing him... the Linux version is not even close to that.
Click to expand...
Click to collapse
Unfortunately, I didn't have any success with Heimdall on Mac OS. Even when adb would recognize the phone, Heimdall wouldn't. I have a separate HD with Windows installed on it, so I switch HD's and use Odin when I need to flash anything that can't be done in CWM.
I also tried to use Odin through Parallels, but still had no luck. The phone was recognized as "phone gadget" or something like that, when in download mode. I've learned that when running into a problem with the Continuum, usually the simplest answer is the most correct: Samsung screwed up!

6055U Root method found

Hello all, I found a method to Root and get a custom recovery on our cricket variant, no donations required! You need to find a copy of sugar qct with a username and password, I don't remember exactly where I found it but it shouldn't be too difficult to find. Then you need to let it update to the latest build, which includes the programmer for our phone. If you don't see 6055u in the list it's not up to date. From there, Hook up your phone (may need to manually put it in download mode. Press upgrade and then navigate to the install directory, look in /bin and find where it downloads all the mbm files. Replace the one that starts with an r with the TWRP recovery for 6055. You may have to overwrite it multiple times during the process. If you did it correctly you will be able to boot into TWRP, if not try again. If you don't close sugar I believe it won't overwrite the firmware files, but I haven't messed with it much. I will try to write a tool to make it easier when I have the time but I'm pretty busy. Feel free to pm me with any questions and I will help the best I can.
To get root just install supersu
F
dbgr said:
Hello all, I found a method to Root and get a custom recovery on our cricket variant, no donations required! You need to find a copy of sugar qct with a username and password, I don't remember exactly where I found it but it shouldn't be too difficult to find. Then you need to let it update to the latest build, which includes the programmer for our phone. If you don't see 6055u in the list it's not up to date. From there, Hook up your phone (may need to manually put it in download mode. Press upgrade and then navigate to the install directory, look in /bin and find where it downloads all the mbm files. Replace the one that starts with an r with the TWRP recovery for 6055. You may have to overwrite it multiple times during the process. If you did it correctly you will be able to boot into TWRP, if not try again. If you don't close sugar I believe it won't overwrite the firmware files, but I haven't messed with it much. I will try to write a tool to make it easier when I have the time but I'm pretty busy. Feel free to pm me with any questions and I will help the best I can.
To get root just install supersu
Click to expand...
Click to collapse
Did a Google search for "sugar qct" and I see a couple of million hits for "The Sugar Act"... :laugh:
Tried Root Genius, and it, of course doesn't work...
If you happen to find a link for the app or method you stated, I would be eternally grateful... My lovely wife and I upgraded our phones to the Cricket 6055U, and, since, while not an Android developer, per se, can find my way around the device without being scared off...
So, with due respect, I'd ask if you have the app or name correct?
Thanks, friend, and best respect.
--- edit ---
Oops... was premature... found it and am giving it a try... I'll post my results after I give it a shot...
http://forum.gsmhosting.com/vbb/f606/vf-895n-smart-prime-6-stock-rom-flash-tool-2033867/
This should help with setting up sugar. The only difference here is to update it and you also need a username and password that I don't have on me at the moment. It will be a few hours until I get home but I will update asap.
Edit: nevermind lol, good luck friend. You may need a decent battery percentage as well
pauljulian said:
F
Did a Google search for "sugar qct" and I see a couple of million hits for "The Sugar Act"... :laugh:
Tried Root Genius, and it, of course doesn't work...
If you happen to find a link for the app or method you stated, I would be eternally grateful... My lovely wife and I upgraded our phones to the Cricket 6055U, and, since, while not an Android developer, per se, can find my way around the device without being scared off...
So, with due respect, I'd ask if you have the app or name correct?
Thanks, friend, and best respect.
--- edit ---
Oops... was premature... found it and am giving it a try... I'll post my results after I give it a shot...
Click to expand...
Click to collapse
----- edit 2 -----
OK... apparently I'm an idiot... Running Windows 10 Pro, and the installer says it's going to install to an appropriate folder on C:\... yet, trying to find it, it really is weird.... I'm going to try on a VMWare Win 7 virtual PC, and see if I'm able to find it there, and move it to my actual C: drive...
If it works, I'll be grateful for your contribution and praise you to the highest heaven! :laugh:
pauljulian said:
----- edit 2 -----
OK... apparently I'm an idiot... Running Windows 10 Pro, and the installer says it's going to install to an appropriate folder on C:\... yet, trying to find it, it really is weird.... I'm going to try on a VMWare Win 7 virtual PC, and see if I'm able to find it there, and move it to my actual C: drive...
If it works, I'll be grateful for your contribution and praise you to the highest heaven! :laugh:
Click to expand...
Click to collapse
Can't seem to get the beast to work...
If you would be so kind, would there be any way you'd be able to write up a concise step-by-step thing, if you've made it work... I've got the .chm file open on my desktop, and have spent a few hours trying to make it work to no avail.
Again, if it worked for you, your process would be welcome.
Cricket Alcatel Idol 4, 6055U
---------- Post added at 03:36 PM ---------- Previous post was at 02:40 PM ----------
pauljulian said:
Can't seem to get the beast to work...
If you would be so kind, would there be any way you'd be able to write up a concise step-by-step thing, if you've made it work... I've got the .chm file open on my desktop, and have spent a few hours trying to make it work to no avail.
Again, if it worked for you, your process would be welcome.
Cricket Alcatel Idol 4, 6055U
Click to expand...
Click to collapse
My point is that the site recommended seems to insist on Lollipop on the small beast... and there doesn't seem to be a recommendation for the .bin files, and, when installing on Win 10, it seems to install the Sugar app into some directory on my C: drive that is really not that accessible... Did it using a VMWare Win 7 32-bit virtual, and was able to access the directory, copy and paste to my regular C: drive (old Windows geek since Win 3.11... and DOS 3), and it seemed to run... (of course, running as Administrator), but it really doesn't seem to work for me... Again, I freely admit that I'm likely not doing something right, but even after some research and the included .chm file, I seem to be missing something.
Again, and begging your indulgence for seeming like a noob or a rube, but if I'm not making it happen, I rather think that the tips would be lost on someone for whom this is their first Android device...
Kinda frustrating, as, even though I've been a tech-support guy and database developer for more than 30 years, this thing has me stymied...
I found it fascinating for the *#*# command, earlier, from another noble soul, and, obviously, I also found that the device as configured says, basically... "Don't give a damn... you can turn this sucker on, but as soon as you exit this menu, I'm gonna turn it off again."
Just a little frustrating, and it seems that most of the tips and tricks elsewhere seem to be thinking that new owners of the 6055U are running Lollipop.... aaarrrgggghhh....
If it needs Lollipop to work, and if there's a relatively painless way to downgrade, and then upgrade from a ROM, I'm good with that... the Idol 3 seemed to require that, and it worked well for me, with just an evening's work. This one? Cricket seems to have had a warped sense of humor about it... I seriously dig the device, and, since my Idol 3 broke, and my lovely wife's LG G-Stylo (which was a pain in the ass, and next-to-impossible to root, and then be just perpetually stuck at the logo screen with an unfixable boot loop, if one screwed it up, and just required sending the beast back to LG, as long as one took out Cricket's warranty plan... <sigh>), we took the plunge on this one...
Not much for which I require root, but, since I spent good money on some legit apps (and lucked into a few ... ahem... not legit apps that worked for me), these things require root... I know there's a way to do it, and the Sugar app seems promising, but, mildly autistic guy that I am (and 60 years old, with a memory that doesn't work as it used to), a slimmed-down step-by-step doc would be helpful... should some noble soul put such together...
Apparently, the root method has worked for at least one member here.... But this weird old Jewish hippie doesn't see the mental diagram....
Any help would be welcome, my friends and mishpocheh... ("dear family" --- been here enough years, albeit a relatively quiet member, that y'all might as well be family... )
Hey everyone, sorry about the confusion. I installed on Windows 10 pro with no issues. As far as the page I linked you can disregard everything but the app itself. The update that downloads is marshmallow, and I've had no issues overwriting the latest version. I may have gotten sugar from a different location though, as soon as I get a chance I will do a better write up with everything. A helpful way to find the install directory would be right click on the shortcut from the start menu and click find Target / open file location. If it brings you to the folder with the shortcuts do it again and you will have the install directory. The app should be in (install dir)/tool and the downloaded updates go in (install dir)/bin under a folder that only shows up once you start the process within sugar. I will try to compile the information into a more user friendly format tonight but I can't make any promises on that.
Also just to clarify, I didn't use any chm file
I'm wondering if you could upload your version you have on your pc. I just spent the last month in jail here in Orlando fighting a case and the only proof I've got is on my phone on a phone that I deleted my videos on. I really need the videos back too get a not guilty if I gotta pay for it it's cool but I'm out on bond and all the recover videos apps require root
I got this to work last night. Typed up some instructions but didn't get them posted. They're on my PC at home and I'm at work.
Basically use the copy of sugar in the download package in this thread and then start it and let it update https://forum.xda-developers.com/android/development/recovery-vodafone-prime-tab-7-t3548560
Those are the basic instructions too except we don't need to swap out bout and use the TWRP from deckersu thread.
Once flashed it'll automatically reboot. I found you had to make sure you caught this and booted into TWRP right away don't let the phone boot. Then transfer SuperSU in TWRP and flash.
---------- Post added at 11:29 AM ---------- Previous post was at 11:23 AM ----------
Asadullah said:
I'm wondering if you could upload your version you have on your pc. I just spent the last month in jail here in Orlando fighting a case and the only proof I've got is on my phone on a phone that I deleted my videos on. I really need the videos back too get a not guilty if I gotta pay for it it's cool but I'm out on bond an ind all the recover videos apps require root
Click to expand...
Click to collapse
FYI this root method wipes your phone so I don't know if this will help your situation or not.
In sugar there is an option to not wipe, it's under session settings or something to that effect
dbgr said:
In sugar there is an option to not wipe, it's under session settings or something to that effect
Click to expand...
Click to collapse
Wish I had noticed that!! Oh well, stoked to have root and it's good to start fresh. Got Xposed installed today and finally got that annoying charging light turned off. Working on getting wifi tetherng working. Then if I can figure out how to get the dialer to be friends with Google voice this phone will have all its annoyance fixed
Thanks so much for figuring this out and sharing!!
dbgr said:
In sugar there is an option to not wipe, it's under session settings or something to that effect
Click to expand...
Click to collapse
Appreciate the help
woodi5359 said:
https://forum.xda-developers.com/android/development/recovery-vodafone-prime-tab-7-t3548560.
Click to expand...
Click to collapse
Thank you for finding this thread, it is the same one I found but I couldn't remember where it was the other day when I started this thread. Hopefully this will help the people who have been having issues, although I will admit a more painless method would be preferable. I'm currently working on modifying a dirtycow exploit to simply flash the recovery and reboot into twrp, if I get it to work I will zip it all up and post it here.
woodi5359 said:
Wish I had noticed that!! Oh well, stoked to have root and it's good to start fresh. Got Xposed installed today and finally got that annoying charging light turned off. Working on getting wifi tetherng working. Then if I can figure out how to get the dialer to be friends with Google voice this phone will have all its annoyance fixed
Thanks so much for figuring this out and sharing!!
Click to expand...
Click to collapse
I got wifi tethering working I did a lot of things but I believe that did it was adding net.tethering.noprovisioning=true to my build.prop then I went into system/app and changed serviceentitlement.apk into serviceentitlement.oat using es file Explorer
Asadullah said:
I got wifi tethering working I did a lot of things but I believe that did it was adding net.tethering.noprovisioning=true to my build.prop then I went into system/app and changed serviceentitlement.apk into serviceentitlement.oat using es file Explorer
Click to expand...
Click to collapse
I just tested this and it indeed does work. Great find friend!
Asadullah said:
I got wifi tethering working I did a lot of things but I believe that did it was adding net.tethering.noprovisioning=true to my build.prop then I went into system/app and changed serviceentitlement.apk into serviceentitlement.oat using es file Explorer
Click to expand...
Click to collapse
Thanks for figuring this out!!! I'd been messing with it for a few days. The renaming the apk to .oat was the piece I was missing. That and a reboot got it working!!
dbgr said:
Hello all, I found a method to Root and get a custom recovery on our cricket variant, no donations required! You need to find a copy of sugar qct with a username and password, I don't remember exactly where I found it but it shouldn't be too difficult to find. Then you need to let it update to the latest build, which includes the programmer for our phone. If you don't see 6055u in the list it's not up to date. From there, Hook up your phone (may need to manually put it in download mode. Press upgrade and then navigate to the install directory, look in /bin and find where it downloads all the mbm files. Replace the one that starts with an r with the TWRP recovery for 6055. You may have to overwrite it multiple times during the process. If you did it correctly you will be able to boot into TWRP, if not try again. If you don't close sugar I believe it won't overwrite the firmware files, but I haven't messed with it much. I will try to write a tool to make it easier when I have the time but I'm pretty busy. Feel free to pm me with any questions and I will help the best I can.
To get root just install supersu
Click to expand...
Click to collapse
so im getting ready to purchase this device so there is root and twrp for it or no
Dude, did you read the thread at all? I don't mind helping but you gotta do your part. Yes there is TWRP and Root
dbgr said:
Hello all, I found a method to Root and get a custom recovery on our cricket variant, no donations required! You need to find a copy of sugar qct with a username and password, I don't remember exactly where I found it but it shouldn't be too difficult to find. Then you need to let it update to the latest build, which includes the programmer for our phone. If you don't see 6055u in the list it's not up to date. From there, Hook up your phone (may need to manually put it in download mode. Press upgrade and then navigate to the install directory, look in /bin and find where it downloads all the mbm files. Replace the one that starts with an r with the TWRP recovery for 6055. You may have to overwrite it multiple times during the process. If you did it correctly you will be able to boot into TWRP, if not try again. If you don't close sugar I believe it won't overwrite the firmware files, but I haven't messed with it much. I will try to write a tool to make it easier when I have the time but I'm pretty busy. Feel free to pm me with any questions and I will help the best I can.
To get root just install supersu
Click to expand...
Click to collapse
do you hold volume down when it reboots
link22534 said:
do you hold volume down when it reboots
Click to expand...
Click to collapse
It's volume up and power

[SEARCH] working COMBINATION_FA70_G950FXXU5ASF1/FIX file. will it work on U5DSFB_DBT?

Hi,
got a friends SM-G950F. Its on G950FXXU5DSFB_DBT.
Tried to flash COMBINATION_FA70_G950FXXU5ASF1 via Odin. On the phone i get: only officaily released binaries are allowed
Saw here and here that it seems there is a COMBINATION_FA70_G950FXXU5ASF1_FIX file available, just dont be able to download it cause i only find dl on liveon and seems impossible to activate the free account to download the file.
so my 2 question:
1. will this file (G950FXXU5ASF1/_fix) generally work on G950FXXU5DSFB_DBT? as im a OnePlus guy i dont exactly know all parameters in the samsung naming convention. seems first comes model, then BL version. Thought rest would be language stuff wich wouldnt be important (for me) for combination use.
2. someone got this file or one combination file which should work on the version i got here?
thx for any help!
noe one can help or at least point me in the right direction?!
daSn00p said:
noe one can help or at least point me in the right direction?!
Click to expand...
Click to collapse
Just curious if you have unzip the file and then put it into AP section of Odin.
sure
then i got the message as written in intital post.
anything new?!
come on, nobody?!?

Categories

Resources