So, since I got hold of that leaked GDR2/Amber update for our super awesome EOL'd phones, I was looking forward to getting the WiFi calling app immediately after flashing my device. I considered it of equal importance/concern to me as the "Other Storage" issue since as a grad student in a concrete fort, deep within the dungeons... I mean, labs, I barely get a good signal. Apart from that, I thought it would be great when I go visit my home country it would be awesome to still use my phone.
Alas, after flashing, no WiFi calling tile....
I saw this in another thread here in the Lumia 810 Forum that it's available from the store:
Wi-Fi Calling | Windows Phone Apps+Games Store (United States)
but it would not allow me to download (I thought it should be compatible now???)
So I tried to figure out how to download it... and I found this:
http://forums.windowscentral.com/no...kia-video-upload-video-trimmer-l920-gdr2.html
And I realized that the WiFi calling app is available on Lumia 925 ... so why not just replace the "RM-877_nam_att_205" in the code with "RM-893_nam_tmous_201" (the product code for 925) and of course replace the "RM-821_eu_euro1_425" with the appropriate 810 code...
And with that I was able to download the app... but still it did not work! What gives, TMo?!?!?
Alas, after flashing, no WiFi calling tile....
I saw this in another thread here in the Lumia 810 Forum that it's available from the store:
Wi-Fi Calling | Windows Phone Apps+Games Store (United States)
but it would not allow me to download (I thought it should be compatible now???)
So I tried to figure out how to download it... and I found this:
http://forums.windowscentral.com/no...kia-video-upload-video-trimmer-l920-gdr2.html
1. Install fiddler
2. Go to tools, fiddler options then connection then allow remote connection
3. Press ok then restart fiddler
4. Then open fiddler ctrl +r, it will open the notepad app
5. Ctrl +f then paste static function OnBeforeRequest(oSession: Session) {
6. At the next line paste this code
if(oSession.uriContains("RM-821_eu_euro1_425"))
{
oSession.url = oSession.url.Replace("RM-821_eu_euro1_425","RM-877_nam_att_205");
}
7. replace the RM-821_eu_euro1_425 with your lumia found in extra+info
8. go to your phones wifi setting, connected to the same wifi network as your computer. Click on the network you connected or hold it until edit option pop out. Proxy switch to ON and Server/url is your computer's IP address, and the Port is 8888 and save
9. here is the qr code
qr codes - Imgur
:smile::smile::smile::smile:
And I realized that the WiFi calling app is available on Lumia 925 ... so why not just replace the "RM-877_nam_att_205" in the code with "RM-893_nam_tmous_201" (the product code for 925) and of course replace the "RM-821_eu_euro1_425" with the appropriate 810 code...
And with that I was able to download the app... but still it did not work! What gives, TMo?!?!?
Last edited: