Any way to get Joyn app on any wp8 Lumia device?

N_LaRUE

New member
Apr 3, 2013
28,641
0
0
Visit site
I would suggest contacting either Vodafone or Moivistar and asking them how the service works. From what I was able to determine by a quick search it would seem all you need to do is download the app if you're on any of the three networks that offer Joyn. I wasn't able to tell if you needed to contact them to enable the service or if there is an extra cost.
 

Kevyn Degia

New member
Nov 12, 2012
183
0
0
Visit site
I was looking for a proxy or something similar in order to install it on my device, not the way to enable it through my carrier.

Anyway, with Fiddler I was able to get "closer" to install it, but I am missing something:

Code:
     static function OnBeforeRequest(oSession: Session) {
if(oSession.uriContains("RM-821_eu_italy_310"))
   {
 oSession.url = oSession.url.Replace("RM-821_eu_italy_310","[B]RM[/B]-[I][B]821_eu_spain_435[/B][/I]"); 
   }
oSession.PathAndQuery = oSession.PathAndQuery.Replace("cc=IT","cc=ES");
oSession.PathAndQuery = oSession.PathAndQuery.Replace("lang=it-IT","lang=es-ES");
oSession.PathAndQuery = oSession.PathAndQuery.Replace("zLocale=IT-IT","zLocale=ES-ES"); 
oSession.PathAndQuery = oSession.PathAndQuery.Replace("moId=tim-it","moId=[B][B]VOD-ES[/B][/B]");


I need the correct Manufacturer model Name and moId.
 

Members online

Forum statistics

Threads
323,289
Messages
2,243,576
Members
428,058
Latest member
ailanamargarett