This guide is for Canadian S6 and S6 edge owners who are with Rogers or Fido since the been waiting for Marshmallow update forever. However, This should work for for others as long as the TWO CARRIERS share the exact phone model, which is the case for all s6 in canadian market.
DO it on your own responsibility
Doing this will not delete your data or trigger knox ... However, its wise to backup with SmartSwitch before attempting so.
1- I assume that you running windows and have latest version of samsung smart switch installed (I tried it on Windows 10)
2- install Fiddler (Its used to capture HTTP traffic and we will use it to be man-in-the-middle between Smartswitch and Samsung servers)
http://ift.tt/1nrZjPT
3- Install FiddlerScript Editor (we will use to write and edit script rules)
http://ift.tt/1I0Taht
4- Open Fiddler go to Rules --> customize rules
delete everything and past whats in the txt file in the attachment
5 - In this we are interested in only two functionsin that script
the contact from SMARTSwitch to the Sever: Here instead my phone identify itself as Fido phone "FMC" to the server it pretend its Kodoo phone "KDO"
the contact from the server to SMARTSwitch: Here i get replay from the server for Kodoo phone "KDO" but i pass it to SmartSwitch as Fido phone "FMC"
6- Now safe and restart Fiddler
- Also when you open Fiddler go to File -> Capture traffic
make sure its checked
- Also make sure that fiddler can access HTTPS traffic by going to Tools--> Fiddler options --> HTTPS tab
make sure that 'capture HTTPS connect" and "decrypt https traffic" are both checked
7- Start SmartSwitch and plug your phone.
8- Click on the Update button
9- after Smart switch is offering the update download, accept the terms of update, then immediately when download start preperation, fidller must be closed. it is very crucial that Fiddler be turned off at just the right time otherwise you will get an error ;
Note: those are the codes for Canadian Carriers:
- Fido: FMC
- Koodo : KDO
-Rogers: RWC
-Bell: BMC
- Wind: GLW
-Telus: TLS
- Virgin: VMC
-Sasktel: BWA
-EastLink: ESK
- Vidéotron: VTR
For now Bell has the latest update
DO it on your own responsibility
Doing this will not delete your data or trigger knox ... However, its wise to backup with SmartSwitch before attempting so.
1- I assume that you running windows and have latest version of samsung smart switch installed (I tried it on Windows 10)
2- install Fiddler (Its used to capture HTTP traffic and we will use it to be man-in-the-middle between Smartswitch and Samsung servers)
http://ift.tt/1nrZjPT
3- Install FiddlerScript Editor (we will use to write and edit script rules)
http://ift.tt/1I0Taht
4- Open Fiddler go to Rules --> customize rules
delete everything and past whats in the txt file in the attachment
5 - In this we are interested in only two functionsin that script
the contact from SMARTSwitch to the Sever: Here instead my phone identify itself as Fido phone "FMC" to the server it pretend its Kodoo phone "KDO"
Code:
static function OnBeforeRequest(oSession: Session) {
if (oSession.uriContains("NF_DownloadBinaryInform")){
oSession.utilReplaceInRequest("FMC", "KDO");
}
} Code:
static function OnBeforeResponse(oSession: Session) {
if (oSession.uriContains("NF_Download")){
oSession.utilReplaceInResponse("KDO","FMC");
}
} - Also when you open Fiddler go to File -> Capture traffic
make sure its checked
- Also make sure that fiddler can access HTTPS traffic by going to Tools--> Fiddler options --> HTTPS tab
make sure that 'capture HTTPS connect" and "decrypt https traffic" are both checked
7- Start SmartSwitch and plug your phone.
8- Click on the Update button
9- after Smart switch is offering the update download, accept the terms of update, then immediately when download start preperation, fidller must be closed. it is very crucial that Fiddler be turned off at just the right time otherwise you will get an error ;
Note: those are the codes for Canadian Carriers:
- Fido: FMC
- Koodo : KDO
-Rogers: RWC
-Bell: BMC
- Wind: GLW
-Telus: TLS
- Virgin: VMC
-Sasktel: BWA
-EastLink: ESK
- Vidéotron: VTR
For now Bell has the latest update
from xda-developers http://ift.tt/2b6b2ml
via IFTTT

Aucun commentaire:
Enregistrer un commentaire