fredyang / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

Clicking market:// links with FoxToPhone opens the project's website #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
FoxToPhone: 1.1.1
Chrome to Phone: 2.2.0
Android: 2.2.1

What steps will reproduce the problem?
1. Navigate to e.g. 
http://www.androlib.com/android.application.abitno-vplayer-qzzzE.aspx
2. Click the market link. 
(market://details?id=me.abitno.vplayer&referrer=utm_source%3DAndrolib%26utm_medi
um%3DPage%26utm_campaign%3DAndrolib%20Page)

What is the expected output? What do you see instead?
Expected: the market page for VPlayer to open.
Actual: the browser opens the page 
http://www.foxtophone.com/?link=market%3A%2F%2Fdetails%3Fid%3Dme.abitno.vplayer%
26referrer%3Dutm_source%253DAndrolib%2526utm_medium%253DPage%2526utm_campaign%25
3DAndrolib%20Page and the page ignores the query parameters.

What version of Android, in Settings -> About phone -> Build number (ex. FRFxx) 
? If less than FRF50 - see the FAQ.
FRG83

Is the phone using WiFi or mobile network when problem occurs? If Wifi,
are you behind a firewall that blocks outgoing connections?
Tested on both wi-fi (outgoing connections are not blocked) and 3G. The result 
is the same, as stated above.

Can you open "Gmail" application? Do you see new messages without hitting
'refresh'?
Gmail updates itself just fine.

Can you open "Talk" application? Do you see incoming chats?
I can open the Talk application. It also autostarts after reboot. I got an 
incoming chat yesterday without having started Talk manually.

Please provide any additional information below.
This has definitely been working before, I've used it a lot, also with AndroLib 
in particular. I'm not sure what changed, because I'm not sure *when* it 
changed. It could be the installation of the new Market app (2.2.7), although I 
would say that I had the issue with the old market as well. I'm not entirely 
sure because when I first encountered this problem, I thought it might just be 
a temporary problem and didn't investigate right away.

Original issue reported on code.google.com by hheimbue...@gmail.com on 10 Jan 2011 at 3:53

GoogleCodeExporter commented 8 years ago
The Chrome to Phone history also shows the full URL, including the leading  
"http://www.foxtophone.com/?".

Invoking 'clear data' on the Chrome to Phone app and reconnecting the device 
has no effect on the result.

Original comment by hheimbue...@gmail.com on 10 Jan 2011 at 3:56

GoogleCodeExporter commented 8 years ago
Sorry, it seems that a wordpress upgrade did remove the small redirector 
included in the root page.
I've added it back, it's just some simple code to allow to send protocols not 
directly allowed by the ChromeToPhone App.

// FoxToPhone redirector
$link = $_GET['link'];
if ($link != '')
{
    header('Location: '.$link);
    exit(0);
}

Original comment by aml...@gmail.com on 10 Jan 2011 at 9:00

GoogleCodeExporter commented 8 years ago
Confirmed fixed.

I found out in the meantime that VPlayer doesn't support my CPU, but I'm afraid 
you can't fix that for me, no matter how many bug reports I file. ;)

Thanks!

Original comment by hheimbue...@gmail.com on 10 Jan 2011 at 9:21

GoogleCodeExporter commented 8 years ago
Should be reopened - http://www.foxtophone.com/?link=... does not redirect to 
market anymore

Original comment by ShurickF...@gmail.com on 13 Apr 2011 at 1:26