EDIT:URL GRAB INST.
Ok so after some research and some advice. We have a way to grab the ota's url,this will give the ability to download to your pc.
There is one small pita in the mix. If you don't have the popup telling you to upgrade it's crazy hard to grab the url. Below i'll give super easy instruction's so more people can try to help out. Make sure USB debugging is checked and authorized
(If you run the log and then decide to hit software update if the popup telling you to download shows up that will work. if it just starts downloading it might not show to link. It hasn't for me at all, that's why I think we need to run log from popup.)
1.In your adb folder hold shift then right click mouse,select open command window here.
2. You will see this in cmd C:\adb> type this adb logcat > logcat.txt press enter. Now in your adb folder a log is being created in text form. You will not see the log running in cmd because it's writting it in txt.
3.Open the update popup and hit download.
4. In your txt file will be the ota's URL address. Open it with notepad++ and search for android.clients.google in one instance of that will be the URL we need.
5.Post the URL or your txt and I'll search it.
Newest adb/fastboot drivers below place in root of C:
2400258 this should be numbers.
norbarb said:
2400258 this should be numbers.
Click to expand...
Click to collapse
That's the call for galaxy s4 active KK. This one will be different.
You're not going to be able to get it out of /cache regardless. It has to be done via ADB. I've been working on this but having a lot of issues with Windows 8.1 not cooperating with me setting up tools to do this. What you need is to capture the URL link where the OTA is coming from then go to the URL on a browser and pull the file from there.
darkbots said:
That's the call for galaxy s4 active KK. This one will be different.
Click to expand...
Click to collapse
It was same on my S5 lollipop and Note 3 lollipop. So i assume they use same number for all updates.
norbarb said:
It was same on my S5 lollipop and Note 3 lollipop. So i assume they use same number for all updates.
Click to expand...
Click to collapse
Thanks man. I'll see if I can pull it using that number.
heXacode said:
You're not going to be able to get it out of /cache regardless. It has to be done via ADB. I've been working on this but having a lot of issues with Windows 8.1 not cooperating with me setting up tools to do this. What you need is to capture the URL link where the OTA is coming from then go to the URL on a browser and pull the file from there.
Click to expand...
Click to collapse
I'm still on window 7. I've never pulled by the url before. Do you mind explaining procedure. I already pulled the system to start deodex but I want the Ota also.
Edit. It looks like all I need to do is run a log while downloading it. From what I see the url will be in the log. Is this correct?
darkbots said:
I'm still on window 7. I've never pulled by the url before. Do you mind explaining procedure. I already pulled the system to start deodex but I want the Ota also.
Edit. It looks like all I need to do is run a log while downloading it. From what I see the url will be in the log. Is this correct?
Click to expand...
Click to collapse
Yes it'll be in the log.
Example:
http://ausdroid.net/howto/capture-ota-update/
Or you can use Alogcat from the Play Store.
big thanks
we will be thankful for your big efforts. do your best guys!!
are there any good news about the lollipop image? :crying:
It's not cooperating with me. I'm waiting to receive the Ota toast. Once that's done I can get a proper log. It's hard to catch the url when the damn phone just starts downloading. Once that happens the url is lost. I need to be able to have log running then hit download. If I try and hit check for updates,it just starts downloading. I don't have a chance to capture what I need. I've tried 6+times just running log and hitting check for update. It doesn't even tell me I have an update,it just starts the download. Hopefully it won't be much longer. If I don't get a toast note soon. I'll try the check button process again.
darkbots said:
It's not cooperating with me. I'm waiting to receive the Ota toast. Once that's done I can get a proper log. It's hard to catch the url when the damn phone just starts downloading. Once that happens the url is lost. I need to be able to have log running then hit download. If I try and hit check for updates,it just starts downloading. I don't have a chance to capture what I need. I've tried 6+times just running log and hitting check for update. It doesn't even tell me I have an update,it just starts the download. Hopefully it won't be much longer. If I don't get a toast note soon. I'll try the check button process again.
Click to expand...
Click to collapse
That's why I prefer ADB through command prompt. It'll read everything through there without interruption and stay on there once your phone is done downloading the OTA and getting ready to install.
heXacode said:
That's why I prefer ADB through command prompt. It'll read everything through there without interruption and stay on there once your phone is done downloading the OTA and getting ready to install.
Click to expand...
Click to collapse
That was my plan for today.I figured run log to txt something like adb logcat > ~/Desktop/logcat.txt Then running a search in notepad after its all done. That should get the url no matter what,or so I'm thinking.
darkbots said:
That was my plan for today.I figured run log to txt something like adb logcat > ~/Desktop/logcat.txt Then running a search in notepad after its all done. That should get the url no matter what,or so I'm thinking.
Click to expand...
Click to collapse
hopefully
OK guys here's the deal. I can't get the ota toast to pop up. My problem is consistent no matter how I approach it. So what we're going to do is see if we can't few more people trying to get it. I'm going to change the OP with exact instruction's. If you are seeing the popup telling you,you have an update that's what we need to make it happen.
Related
I tried doing the auto root but nothing happen. When it says download I click to run first then prompt pops up then it says type <A> to install root. Then it say not able or don't have permissions, press any key to continue then auto closes. I just got the phone brand new. Any advice?
AnaBear said:
I tried doing the auto root but nothing happen. When it says download I click to run first then prompt pops up then it says type <A> to install root. Then it say not able or don't have permissions, press any key to continue then auto closes. I just got the phone brand new. Any advice?
Click to expand...
Click to collapse
Did you unzip the e4gtauto.zip package? If you try and run it from the zip file itself, it won't work.
Try running it from command prompt rather than clicking on RUNFIRST. The screen will stay around so you can see the output.
If you copy/paste the log output (between the START LOG and END LOG) I can tell you what is going on.
http://forum.xda-developers.com/showthread.php?t=1342728
AnaBear said:
http://forum.xda-developers.com/showthread.php?t=1342728
Click to expand...
Click to collapse
Huh? Yes, I know about the thread, I'm the author. For your particular problem, I made a suggestion for you to confirm and beyond that, I need to see the output to tell you what is going on.
Yes sorry about that. I didn't unzip I went straight to the file and opened it first so let me unzip the file first then should I now run it and click run first?
AnaBear said:
Yes sorry about that. I didn't unzip I went straight to the file and opened it first so let me unzip the file first then should I now run it and click run first?
Click to expand...
Click to collapse
Yes. Unzip it and click on run first. Then make your selection in the list. Make sure drivers are installed, USB debugging is checked and storage is off.
Sent From My Evo Killer!!!
Thanks so much guys I'm doing it right now. I need a new computer this thing is so old its running slow. Lol. I will give it some time and see what happens. Thanks again.
I doubt your computer speed is affecting the root. The zerg exploit takes around 2 minutes. It runs on your phone.
This should work for any and all a100 Honeycomb builds, you'll need to install an app from the market called terminal emulator. Also, you'll need a file manager like Astro to unzip the file.
This mod should root your tab in a matter of seconds after the script file is launched. I've tested this on my tab from a clean build and it works like a champ.
Here we go!
- Install the following apps from the market:
Terminal Emulator
https://market.android.com/details?id=jackpal.androidterm&hl=en&rdid=jackpal.androidterm&rdot=1
Astro File Manager
https://market.android.com/details?id=com.metago.astro&hl=en
- Download the attached file from this post.
- Extract and put both the root.sh and su in /mnt/sdcard from the root.zip file.
(Using Astro, find the root.zip file it might be in /mnt/sdcard/Downloads or could be else where if your not using the website to view XDA. Copy it from where ever it's at and paste it in /mnt/sdcard. Press your finger on the zip file and tap Extract when the menu pops up. Tap "Extract to This Directory".)
- Next, open terminal emulator and copy / paste the following:
sh /mnt/sdcard/root.sh
Text will fly by, the script will automatically copy the su binary and install it to the proper location.
Once the script finishes running, be sure to install superuser from the market:
Very Important, if you skip this you won't be "officially rooted yet"!!!
https://market.android.com/details?id=com.noshufou.android.su
Open the superuser app once it's installed, click on the wrench in the upper right corner, scroll to the bottom and find "Su binary v... Tap to check for updates" and tap that link. It should bring you to an update screen, click the button at the bottom to update!
Once you have done the above, then install busybox, Titanium, etc.. if needed.
Thanks goes to abliss for origionally coming up with the root commands!
This mod really just automates his work.
permission denied every step of the way. Used both script manager and terminal
ok terminal manager is out, I didn't realize that doing a hard reset wouldn't wipe the /system/xbin directory completely so technically busybox tools were still installed and sh wouldn't normally be there. I'll see if there's another way..
this method work for any build? and if so, is there any problem during the process that could "kill" my a100 or it's safe?
This method should, yes and it's safe.. It's actually more safe (if that's possible) than the method origionally posted in the dev section since there really isn't any room for user error.
Sent from my MB860 using XDA App
Ill give the new method a go around tomorrow and report back for you.
I wasn't expecting it to anyway, but I figured I'd let you know this doesn't work on the A101.
Hoping someone can find a working root method for this model.
Sorry to hear about the a101, that thing sounds like a tough nut to crack!
Sent from my MB860 using XDA App
This working for me i manage to root my a100
It works and its so simple
Thank you so much for this! It was so easy. Though the only problem I had was with the terminal emulator, no fualt of the Dev, but it might help someone. When I was trying to write in the line of code I kept getting errors because I couldnt get the keyboard to write lower case. So copy and paste if your a noon like me to get it through the terminal.
Well, I dont know what the hell is up with my tab, but Even this didnt work. It showed the file was there, but after I tried installing SU, it didnt get root, so I went back in to verify the file was still there, and nope. It disappeared. I have no idea how, unless somehow mine device is checking the directories, which is the only thing I can think of...
mvan4310 said:
Well, I dont know what the hell is up with my tab, but Even this didnt work. It showed the file was there, but after I tried installing SU, it didnt get root, so I went back in to verify the file was still there, and nope. It disappeared. I have no idea how, unless somehow mine device is checking the directories, which is the only thing I can think of...
Click to expand...
Click to collapse
You sure you don´t have an a101? what build number are you running?
A100_2.007.04_COM_GEN1
Most definitely an A100...
mvan4310 said:
A100_2.007.04_COM_GEN1
Most definitely an A100...
Click to expand...
Click to collapse
I have no idea then.. the only thing I could say is to try and restore from a "Full" rom, like Acer_A100_1.014.08_COM_GEN1 and try to root it before doing anything else. It wouldn't hurt to try anyway and the worst that could happen is that you'd have to restore all your apps and stuff. If we can ever get this thing to run cwm and a different kernel, you'll definitely be needing root.
Works great!
Thanks so much for the script and instructions. Im enjoying my rooted tab yay!
mvan4310 said:
Well, I dont know what the hell is up with my tab, but Even this didnt work. It showed the file was there, but after I tried installing SU, it didnt get root, so I went back in to verify the file was still there, and nope. It disappeared. I have no idea how, unless somehow mine device is checking the directories, which is the only thing I can think of...
Click to expand...
Click to collapse
Did you check the boxes for USB Debugging and Unknown sources just in case?? (in Settings > development)
I checked them both. Root Checker shows I have root, but other apps cant get root access, and SuperUser cant update because of this issue... I dont know what the hell to do because this has me stuck atm... Im gonna flash back to 1.018 and see if that helps, probably not, but it wont hurt to check.
EDIT:
I reverted back and got root. It seems to be the newest update that stopped it. Im updating back up again to see if I retain root. What a pain...
Edit 2:
Yep, Im rooted now. It unrooted me when updating, ran the script you provided and its working now. Dont know why it didnt take before reverting back, but works wonderfully now. Now that Im rooted, let me know what I can do and peek around at to help out here.
Has anyone tried that on an A500?
A500 has its own rooting methods. You can find info about the A500 here
http://forum.xda-developers.com/forumdisplay.php?f=1136
Thanks alot crossix. Worked like a charm.
Sent from my A100 using Tapatalk
1. Install LGUnitedMobileDriver_S4981MAN38AP22_ML_WHQL_Ver_3. 8.1 (LG USB Drivers)
2. Install LGNPSTv1.3_Lab_Verison_RightClickReg (LGNPST)
3. Install LGNPST_GenericModels_Ver_5_0_12_0 (LGNPST Generic Modules)
4. Install LGNPST_Components_Ver_5_0_20_0 (LGNPST Components)
5. Copy the Models folder to C:\LG Electronics\LGNPST\
6. Start a command prompt as admin
7. Type regsvr32 "C:\LG Electronics\LGNPST\Models\LGNPST_LS970.dll"
8. Download the proper .tot file for your phone
9. Rename .tot to .bin
10. Open LGNPST
11. Select the LGNPST_LS970.dll and your .bin file
12. Press Start
Click to expand...
Click to collapse
If LGNPST errors out at 85%, turn your phone off and hold the power button until the phone powers on, then release.
I pulled this from PhantomPhreak53's readme when you download the files from his LGNPST zip.
Pretty much, when you get to step 6 and your being asked to start CMD as admin, just move your mouse over to the right hand corner to search, click on search and then type in CMD. When you type in CMD, Command Prompt will show up, right click and run as admin. After you do that, Regsvr will work. Continue following those steps and you should get in.
If you have any further issues, like when you open up LGNPST and nothing shows up. Make sure your phone is in download mode and if it is, go to TOOL and then Load Serial Ports.
You shouldn't have any issues from there on out. If you do, I invite you to come join us in the LG Optimus G channel.
To do that, Simply...
1. CLICK HERE
2. Pick a nickname suitable to you.
3. Make this your channel #lg-optimus-g
4. Fill out the capcha and your in.
Look forward to seeing everyone!
Link is broken (here it is), but this is a great tutorial! Thanks!
For me every time it errors out at 67% and by the time my device reboots it reaches 85%. Also, make sure your device is in download mode first or LGNPST won't see it.
I copied it from my att post, that's why link is broken. I'll fix it tonight.
And yeah, same thing rocket.
Sent from my LG-E970 using xda premium
Edit: Was able to restore from back-up after 50 tries. LOL
trying to get LGNPST-PhantomPhreak53.zip i asked on irc but nothing can anyone share the file please my phone is done
Dsmforlife92 said:
trying to get LGNPST-PhantomPhreak53.zip i asked on irc but nothing can anyone share the file please my phone is done
Click to expand...
Click to collapse
In irc do !info lgnpst, click on the link that chicken ****s out. After that, do other versions. Then do phantom phreaks.
Sorry I don't reply here, I barely do in the AT&T one also and I'm always over there.
Sent from my LG-E970 using xda premium
does this lock bootloader too
Dsmforlife92 said:
does this lock bootloader too
Click to expand...
Click to collapse
Yes
Sent from my LG-LS970 using xda app-developers app
I wont let me click start, i have the file loaded and i'm not sure, cuz i haven't done it a bit but the program isn't seeing the phone.
My Sprint HTC 10 is on a stock rom, but has a custom recovery. I read about it and was told that I can possibly try flashing the update.zip from the OTA update using TWRP to install it without having to do through the mess of flashing stock recovery, relocking, and possibly having my phone format itself from all this. Issue is, I can't figure out where my phone downloaded the update.
I tried reading this post:
https://forum.xda-developers.com/htc-10/how-to/guide-ota-tricks-extracting-manual-t3367449
But the app_fota folder mentioned in that post does not exist.
Any idea where I can find the update my phone downloaded so I can try to manually flash it?
From the link you mentioned, try doing the second method, using the log cat etc.
I don't have root on the stock rom to do that though. TWRP itself is the only root access I have.
you dont need root from what I remember. I have done it in the past using command prompt, it just uses adb. Not the Shell or superuser. It saves the output to a text file and from there, you can CTRL+F the word OTA or FOTA to get the link.
Oh, so the idea is to see where it downloaded the update from and download it directly using my PC?
Can I just download a log viewing app on the phone itself then?
Basically yes. I imagine you can find an app, its just easier to scroll through and find that information using a computer, I find. You dont want the log running too long, otherwise it will have tonnes of information. Even just starting the log, clicking "check for updates" and then stopping it collects quite a lot of data.
But once you have the OTA file, which will look something like this in the log file:
OTA_PERFUME_UHL_M60_SENSE80GP_hTC_Asia_TW_1.30.709.1_R-1.21.709.2_R2_release_477314i6fyk64xlvy886ba.zip
You just add it to this link: http://fotadl-az.htc.com/secure/ so that it looks like this
http://fotadl-az.htc.com/secure/OTA...1.709.2_R2_release_477314i6fyk64xlvy886ba.zip
and you can download it on the computer.
I still can't find where the update was downloaded, the logcat instructions seem to just point to the same folder.
As i promise to one of member here then i will post it and i have it.
I can't help you with any of problems related do to i don't have S6E+ .
For all with March 4CQB2 baseband update for Nougat. SS-G928AUCS4CQB2-to-U4EQC6-UP - link is UP
MD5 :7a55165ce2b9d3ffe6170491813c44ac
Nougat update if you are on 4CQA1 baseband SS-G928AUCS4CQA1-to-U4EQC6-UP.zip - link is up
MD5 checksum : c74d9106d59dcb0411f9a1e4e23ca797
Make sure you know how to ADB sideload. I'm not responsible for any damage to your phone.
Steps:
0. Make sure you are on G928AUCS4CQA1 or March update G928AUCS4CQB2 Baseband. Check this 3 times
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and file is ready for ADB as you download SS-G928AUCS4CQA1-to-U4EQC6-UP.zip or after March 20 update SS-G928AUCS4CQB2-to-U4EQC6-UP.zip
3. Shutdown your phone
4. Enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd
in my case: cd C:\Users\Norbarb\Desktop\Note5
8. Navigate to the directory that contains the update SS-G928AUCS4CQA1-to-U4EQC6-UP.zip or after March 20 update SS-G928AUCS4CQB2-to-U4EQC6-UP.zip
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Norbarb\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
10.Type adb sideload SS-G928AUCS4CQA1-to-U4EQC6-UP.zip or after March 20 update SS-G928AUCS4CQB2-to-U4EQC6-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Nougat
EDIT: Please post mirrors if you can. Thanks
Thanks again. Will try it as soon as available.
Please be reminded to upload the qa1 update. I don't think it's available anywhere
vista1984 said:
Thanks again. Will try it as soon as available.
Please be reminded to upload the qa1 update. I don't think it's available anywhere
Click to expand...
Click to collapse
nougat is uploaded i just downloading to check if file is OK after upload.
vista1984 said:
Thanks again. Will try it as soon as available.
Please be reminded to upload the qa1 update. I don't think it's available anywhere
Click to expand...
Click to collapse
Link is UP.. Enjoy !!
norbarb said:
Link is UP.. Enjoy !!
Click to expand...
Click to collapse
Downloading...
could you upload the adb sideload from PJ1 to QA1 please.
vista1984 said:
Downloading...
could you upload the adb sideload from PJ1 to QA1 please.
Click to expand...
Click to collapse
10 min away
updating. will report back later. it's getting late here. so i will probably report back early tomorrow.
Thank you again norbarb for all the hard works to our devices.
norbarb said:
As i promise to one of member here then i will post it and i have it.
I can't help you with any of problems related do to i don't have S6E+ .
Nougat Update Here - link is up
MD5 checksum : 9970ef8f7ba21ea499cd977775f68d88
Make sure you know how to ADB sideload. I'm not responsible for any damage to your phone.
Steps:
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and file is ready for ADB as you download SS-G928AUCS4CQB2-to-U4EQC5-UP.zip
3. Shutdown your phone
4. Enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd
in my case: cd C:\Users\Norbarb\Desktop\Note5
8. Navigate to the directory that contains the update ‘SS-G928AUCS4CQA1-to-U4EQC5-UP.zip’
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Norbarb\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
10.Type adb sideload SS-G928AUCS4CQA1-to-U4EQC5-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Nougat
EDIT: Please post mirrors if you can. Thanks
Click to expand...
Click to collapse
After 3 updates, I am confirming that the updates work like a charm. 7.0 has lots of new tweaks after first 15 mins use. And stable so far.
Thanks again!!
thanks for share
I am having lots of issue installing this update.
first status 7 error.
Sorted with editing binary file and than signature not verified error and failed on 50% tried again failed on 92% .
Any help?
fysaldar said:
I am having lots of issue installing this update.
first status 7 error.
Sorted with editing binary file and than signature not verified error and failed on 50% tried again failed on 92% .
Any help?
Click to expand...
Click to collapse
Odin back to older avalable version and update gradually. Looks like your recovery is corrupted
Clicking from Edge of Galaxy
norbarb said:
Odin back to older avalable version and update gradually. Looks like your recovery is corrupted
Clicking from Edge of Galaxy
Click to expand...
Click to collapse
Just realised that update is AUCS4CQA1-to-U4EQC. And my build is UCU2BPE6 have you got firmware for this build by chance?
Here is donwload links to all the Odin file. Credit to the member who uploaded it. Which should bring you to pj1 directly
https://forum.xda-developers.com/at...neral/g928a-odin-restore-files-t3214359/page9
fysaldar said:
Just realised that update is AUCS4CQA1-to-U4EQC. And my build is UCU2BPE6 have you got firmware for this build by chance?
Click to expand...
Click to collapse
I can look for it tomorrow. I'm not familiar with S6E+ at all, i just find update because one of the member ask me if i can. I have no idea what is ladest available firmware for your devices. But like i said i can look for it.
Clicking from Edge of Galaxy
Seems edge+ (and probably note 5) got huge upgrade in Android 7 update. Including performance mode which is not available to gs6.
So far I noticed and worth to mention.
Camera UI renewal
Performance mode
New function from nougat, notification panel and night mode
All the Samsung app seems all redesigned
Display render resolution can be changed between 720p, fhd and wqhd
Battery is better especially for standby time
Great job from Samsung this time
norbarb said:
As i promise to one of member here then i will post it and i have it.
I can't help you with any of problems related do to i don't have S6E+ .
Nougat Update Here - link is up
MD5 checksum : 9970ef8f7ba21ea499cd977775f68d88
Make sure you know how to ADB sideload. I'm not responsible for any damage to your phone.
Steps:
1. Backup everything of importance on your phone!!!
2. Now, make sure you have "show file extension" enabled in Windows, and file is ready for ADB as you download SS-G928AUCS4CQB2-to-U4EQC5-UP.zip
3. Shutdown your phone
4. Enter recovery mode by pressing volume up, home and power button together
* A green Droid will appear on screen with the text Installing system update…
5. Using the Volume Button Navigate and the Power button to select ‘Apply Update from ADB’
6. Connect your phone via USB to your computer
7. Open a CMD prompt from your PC. Type cd
in my case: cd C:\Users\Norbarb\Desktop\Note5
8. Navigate to the directory that contains the update ‘SS-G928AUCS4CQA1-to-U4EQC5-UP.zip’
*Note I had issue when the directory contained a space. Moving the update to a directory with no spaces resolved the issue.
Also moved the adb driver to the same directory 'C:\Users\Norbarb\Desktop\Note5'
9. Type adb devices. You should see 1 device listed
10.Type adb sideload SS-G928AUCS4CQA1-to-U4EQC5-UP.zip
11. This took around 25 minutes to complete
12. Phone will now be updated Nougat
EDIT: Please post mirrors if you can. Thanks
Click to expand...
Click to collapse
first of all thanks alot.
so my current version is G928AUCS3CPJ1.
will there be any issue if i tried to sideload from this version or should i do the other updates?
if i need to do the other updates,by any chance do you have odin files for this G928AUCS4CQA1 version?
i was on bpe6 and odin to cpj1
rahulje9 said:
first of all thanks alot.
so my current version is G928AUCS3CPJ1.
will there be any issue if i tried to sideload from this version or should i do the other updates?
if i need to do the other updates,by any chance do you have odin files for this G928AUCS4CQA1 version?
i was on bpe6 and odin to cpj1
Click to expand...
Click to collapse
They are here : https://forum.xda-developers.com/att-galaxy-s6-edge-plus/general/g928a-adb-updates-t3575021
norbarb said:
They are here : https://forum.xda-developers.com/att-galaxy-s6-edge-plus/general/g928a-adb-updates-t3575021
Click to expand...
Click to collapse
thanks alot.
all should be sideloaded right?
rahulje9 said:
thanks alot.
all should be sideloaded right?
Click to expand...
Click to collapse
Yes
Hi can please find update to nougat from UCU3CPHA?
Edit: nvm thanks so much norbarb on 7.0 now. 1 odin and 4 sideloads lol
Sent from my SAMSUNG-SM-G928A using Tapatalk