GithubHelp home page GithubHelp logo

phone2chrome's People

Contributors

lgvalle avatar

phone2chrome's Issues

Las direcciones ya abiertas se siguen abriendo

What steps will reproduce the problem?
1.Enviar web/s a chrome desde el teléfono
2.Abrir web/s
3.Volver a abrir web/s y ver que el contador no se resetea

What is the expected output? What do you see instead?

Espero que si tengo marcada la opción de no volver a abrir webs ya abiertas no 
se vuelvan a abrir.


What version of the product are you using? On what operating system?

Uso Phone2Chrome del market, actualizado.
Chrome 10.0.648.133
Debian sid amd_64


Please provide any additional information below.

Salvando este detalle, el programa es muy ingenioso y muy util.
Muchas gracias por habértelo currado.

Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 10:45

Unscaped strings

Android APP.

If saved URL contains unscaped character (') it crashed when you try to delete 
from listview


Original issue reported on code.google.com by [email protected] on 5 Mar 2011 at 7:26

Can't sync with dropbox in extension

When I insert username and password and click on sync nothing's happen.
I had debugged the extension and see that dropbox server response:
{"error": "Parameter not found: oauth_signature_method"}
I find a solution adding this parameter in api dropbox url:
"oauth_signature_method=HMAC-SHA1"
in dropbox.js file.

In this line 
http://code.google.com/p/phone2chrome/source/browse/trunk/phone2chrome-js/js/dro
pbox.js#126 I have now:

var url = "https://api.getdropbox.com/0/token?" + 
 "email=" + userEmail + "&" +
 "password=" + userPassword + "&" +
 "oauth_consumer_key="+ dropbox.consumerKey+ "&" +
 "oauth_consumer_secret=" + dropbox.consumerSecret+ "&" +
 "oauth_signature_method=HMAC-SHA1"; 

Hope this help


Original issue reported on code.google.com by [email protected] on 27 Jan 2011 at 7:40

Can't access to options in Chrome extension

What steps will reproduce the problem?
1. Install Android App and synchronize with dropbox
2. Share one page
3. Install chrome extension
4. Synchronize with dropbox
5. Click in extension icon and see the page
6. Click in extension icon again

What is the expected output? What do you see instead?
Popup like this image: 
https://chrome.google.com/extensions/img/lnlgojabfogikedjanecphloghlegpdm/129604
0640.93/screenshot_big/3001?hl=es

Instead the page open one time for every click, and can't see options.

Good application

Original issue reported on code.google.com by [email protected] on 26 Jan 2011 at 3:53

Chrome extension does not link with Dropbox

What steps will reproduce the problem?
1. Install the Chrome extension / re-install 
2. Click on the extension button in top right corner on screen
3. New Chrome tab opens but no Dropbox sync appears / no shared page shows (see 
attachments)

What is the expected output? What do you see instead?
Off course the sync with Dropbox must appear. Or the shared link.
Instead I see a blue background with the headline "Link with Dropbox".
Down to the right it says "Don't have a Dropbox account yet? Get one! "
Below that text is a square saying "synced with Dropbox" and this may be 
because I have used this extension before. Now I got a new pc. The folder is 
visable in Dropbox but syncing does not seem to work.
When I share a web page in my phone to Chrome there is a notification in the 
app that the url is shared but there is no number showing in the extension 
button on my pc that I have a new shared page to open.

What version of the product are you using? On what operating system?
According to Chrome web store the version is 4.3 and I use Windows 7.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 May 2015 at 10:58

Attachments:

I have phone2chrome working great on my Sensation from T-Mobile but for some reason it will not work on my Thunderbolt from Verizon.Have them hooked up to the same dropbox. When I send link with the Thunderbolt instead of the linked page popping up the phone2chrome blank page opens. I have a connection but the links are not showing up. Please help frustrated customer. Thanks, Vinny

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Aug 2011 at 8:34

URL field in Dropbox includes elements from title, etc.

What steps will reproduce the problem?
1.Share a link from a phone, seems like links from Twitter clients are most 
likely to show this.
2.Try to view it from Chrome, and notice it puts up a not found error. 
3.View the Dropbox file and find the URL contains lots of human readable stuff 
that can't possibly work. 

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Don't see any version reported on Android app. Android is 2.3.5. 

Please provide any additional information below.

Now I have the opposite problem from the truncation at '?' reported in #17 and 
#18! The URL field is getting too much information:

    {
      "date": 1400691713468,
      "url": "http:\/\/arxiv.org\/abs\/1405.3760 | PIN Skimming: Exploiting the Ambient-Light Sensor in Mobile Devices\narxiv.org\/abs\/1405.3760 \n#WTF",
      "title": "Tweet from @semibogan : "
    },
    {
      "date": 1400692884424,
      "title": "Tweet from @emilycrockett : ",
      "url": "http:\/\/t.co\/miIcTi7leY | This is really just the best thing. What if we admitted to our children that sex is about pleasure? t.co\/miIcTi7leY"
    }

The human readable title of the linked site is going into the URL field, 
followed by a repeat of part of the URL. Obviously Chrome can't go there... 

Those two links are from the Falcon Pro Android Twitter client. 

But it also happens from Plume:

    {
      "date": 1399218379215,
      "url": "This spectacularly smart infographic uses #irony to promote the idea of #rainforest #biodiversity #conservation http:\/\/twitter.com\/FisherSpeaks\/status\/461217225660039168\/photo\/1\n\nhttps:\/\/twitter.com\/FisherSpeaks\/status\/461217225660039168\n\nShared via Plume\nhttp:\/\/bit.ly\/GetPlume",
      "title": "Tweet from Chris Fisher (@FisherSpeaks)"
    },

This looks like the first occurrence of this problem for me:
Thu, 17 Apr 2014 17:10:58 GMT
    {
      "date": 1397754658317,
      "title": "Check this picture",
      "url": "http:\/\/pbs.twimg.com\/media\/BlbJSsLCAAEhu00.jpg:medium\nFrom this tweet:\nBanksy back in action: huff.to\/1jMZM97 pic.twitter.com\/sS4JxDuouZ"
    },

Did the code change about then? 


Original issue reported on code.google.com by [email protected] on 21 May 2014 at 7:43

I can't see texts in my Chrome.

What steps will reproduce the problem?
1. I selected text in my Android
2. then shared it through the P2GC
3. I can't see it on my Chrome just like attached file.

What is the expected output? What do you see instead?
I saw the P2GC can share text between Android and Chrome, but i can't see it.

What version of the product are you using? On what operating system?
1.7 P2GC, 1.5.2.0 ChromePlus, Windows 7 Ultimate.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Feb 2011 at 1:55

Attachments:

[enhancement] In Chrome extension - do not open all links after clicking on toolbar button

I have installed Chrome extension on more than one computer and link counts are 
getting out of sync between them. After using Android app for some time there 
are many links in pages file.

What steps will reproduce the problem?
1.Open Chrome which has not been used for awhile. (extension installed and 
linked to Dropbox)
2.Toolbar button shows 10 or more new links, but in other Chrome installs I see 
only two or even no new links.
3.When the button is clicked all 10 links gets opened in tabs.

What is the expected output? What do you see instead?
Links should not be opened all at once.
Right now all links are opened in tabs after clicking on toolbar button.

What version of the product are you using? On what operating system?
Ubuntu 11.04
Chrome 15.0.874.121
Phone 2 Google Chrome 3.3

Please provide any additional information below.

There should be an option to open link history if there are many unopened links 
or even better - a popup with latest links to choose from and an option to mark 
all links as opened.

One more thing - there should be some way to delete links in Chrome extensions 
history view.

Original issue reported on code.google.com by andis.grossteins on 7 Dec 2011 at 6:25

No usable after changing

What steps will reproduce the problem?
1. go to any website that you want to share
2. click the share button

What is the expected output? What do you see instead?
Expect: the website pop up on my smartphone
Actual: nothing happened

What version of the product are you using? On what operating system?
Android 4.2.2

Please provide any additional information below.
everything works fine before the app changed to link to dropbox 

Original issue reported on code.google.com by [email protected] on 13 May 2013 at 9:30

Linking Issue

What steps will reproduce the problem?
1. Install Driod App
2. Install Extension
3. Link Dropbox account

What is the expected output? What do you see instead?
I expect a login to occur, however I only get "Linking to dropbox..." with a 
working indicator.

What version of the product are you using? On what operating system?

Extension Version: 2.4
Win 7
Chrome version 10.0.648.205

Please provide any additional information below.

password is only alpha numeric. Tested with a website login, worked fine.


Original issue reported on code.google.com by [email protected] on 7 May 2011 at 1:04

"pages" updated but Chrome doesn't open. Says it is linked, but phone to Chrome is not listed as a linked app

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Should pop up link from phone.  I see nothing.

What version of the product are you using? On what operating system?
v4.1 of Phone2Chrome on Google Chrome 28.0.1500.72 m on Windows 7.0 Home Premium

Please provide any additional information below.
The history is blank.  The "pages" file shows the link from phone2chrome.  In 
Dropbox, "my apps" does not show Phone2Chrome

Original issue reported on code.google.com by [email protected] on 28 Jul 2013 at 2:34

Repeating previously opened links on other devices.

Repeating previously opened links on other devices.

What steps will reproduce the problem?
1. Send at least 2 different links from your phone to chrome.
2. Open these links by pressing the "Phone 2 Google Chrome" Chrome extension 
button on a computer.
3. Go to another computer with your Dropbox and Phone 2 Google Chrome 
applications and accounts set up.
4. On this second device, click the "Phone 2 Google Chrome" Chrome extension 
button.

What is the expected output? What do you see instead?
Nothing should happen as there haven't been any links sent from the phone that 
haven't already been viewed elsewhere but the browser on the second computer 
loads links that you already loaded and seen/viewed on the first computer.

What version of the product are you using? On what operating system?
Depends as there are a few: 
| ASUS Transformer Prime ICS 4.0.3 (Stock) | 
| Samsung Galaxy Nexus ICS 4.0.4 (Stock) | 
| HTC Incredible ICS 4.0.3 (CustomROM; CyanogenMod) | 
| Dell Laptop Windows 7 Ultimate SP1 64bit | 
| Dell Desktop Windows 7 Professional SP1 32bit | 
| Acer NetTop Windows XP |Home SP3 32bit | 
| ASUS Netbook Windows 7 Starter SP1 32bit | 
| Custom Build Intel-based i3 Sandy Bridge Dual-Boot with Ubuntu 12.04 Desktop 
Edition 64bit & Windows 7 Home Preumium SP1 64bit |

Please provide any additional information below.
I use my laptop and desktop every other day so it only ends up being few 
repeated links but I rarely use my netbook and my nettop and when I do, I have 
had up to 50 "new" links waiting for me. I say "new" as I've opened them 
already on another device. I then have to go in and delete the pages file, 
resend the link and then it finally opens. At that point, I could have just 
emailed myself the link or manually typed it in.
Here are a few summarized ways I think could be used to resolve this issue 
listed from imperfect first to ideal last:
-Delete or empty the pages file on a timed cycle. (Every 24 hours that the 
pages file doesn't get modified, the pages file gets reset and flushed out)
-Copy all the data in the pages file to an archive file so that the button 
doesn't repeat links on other devices but still allows the user to search/view 
their history.
-Add a variable called "read" to the pages file for each URL/link entry. When 
it's value is set to 0, the "Phone 2 Google Chrome" Chrome extension button 
knows that specific link has not yet been read and should be opened. Upon 
opening, the value is changed from a 0 to a 1. If the extension check a link 
and the read value is set to 1 then the link has been already viewed/opened and 
the extension ignores and skips it.

Great app though, I cann't live without it.

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 12:26

Visited pages don't clear in the chrome extension.

What steps will reproduce the problem?
1. Send a link from the Android app
2. click on the phone2chrome extension icon in chrome (there should be a 
numeric icon to indicate the number of pages shared from the android app)


What is the expected output? What do you see instead?
  - Once the chrome extension is clicked, it should clear the pages visited.  
  - This could be a user configured option to auto-clear the visited links, with a manual clear in the right click menu.  
  - Otherwise, the only way I have be able to clear the links is to manually edit the JSON file in my dropbox account.

What version of the product are you using? On what operating system?
 - Chrome extension version 2.2


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Apr 2011 at 4:15

browser doesnt auto open page

What steps will reproduce the problem?
1.send link from phone
2.browser indicates page to open icon
3.you have to click the icon!

What is the expected output? What do you see instead?
i just want the page to open not click an icon

What version of the product are you using? On what operating system?
xp

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Oct 2011 at 10:32

Query strings ignored

What steps will reproduce the problem?
1. On Phone, share URL with query string with Phone2Chrome). Example: 
http://www.iolproperty.co.za/view-property.jsp?PID=4064261
2. Retrieve the links in Chrome browser on PC.

Notice that the query string (?PID=4064261) is ignored and the page opens 
incorrectly.

Original issue reported on code.google.com by [email protected] on 8 Jan 2013 at 2:23

Phone 2 Chrome doesn't open any pages in the desktop Chrome

I installed Phone to Chrome on my Galaxy Note II and attempted to share a page 
with the Desktop Chrome. When I go the Phone to Chrome extension, all that 
comes up is "Getting Links...  Help|History|Unlink". My Dropbox has the folder 
with the "pages" file in it.

{
  "pages": [
    {
      "date": 1375470962324,
      "url": "http:\/\/www.ninnescah.org\/weather\/wx.htm",
      "title": "Virtual Weather Station Local Weather Conditions"
    },
    {
      "date": 1375471152854,
      "title": "Virtual Weather Station Local Weather Conditions",
      "url": "http:\/\/www.ninnescah.org\/weather\/wx.htm"
    }
  ]
}

Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 8:42

App Crashes after recent update whenever you try to share a link.

What steps will reproduce the problem?
1. Click on a link
2. Click share with Phone2Chrome
3. Crash

OR

1. Uninstall app
2. Reinstall app
3. Attempt to link with Dropbox
4. Crash

What is the expected output? What do you see instead?
Expect link to be shared, instead "Unfortunatel, Phone 2 Google Chrome has 
stopped."

What version of the product are you using? On what operating system?
version 4.0
Samsung Galaxy Nexus (Verizon)
Android 4.1.2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 29 Nov 2012 at 8:35

Can't link chrome extension to dropbox account

What steps will reproduce the problem?
1. Click on extension button.
2. Enter email address and password.
3. Click on 'Link with Dropbox' button.

What is the expected output? What do you see instead?

I expect to see some form of notification that the extension has been linked.  
Or even the popup just disappears.

Instead, nothing happens.  The popup doesn't go away, nothing is linked.

What version of the product are you using? On what operating system?

 $ cat /etc/*release* ; google-chrome --version
DISTRIB_ID=Ubuntu                                                               


DISTRIB_RELEASE=10.10                                                           


DISTRIB_CODENAME=maverick                                                       


DISTRIB_DESCRIPTION="Ubuntu 10.10"                                              


Google Chrome 9.0.597.83 beta                                                   



Phone 2 Google Chrome™ - Version: 1.6

Original issue reported on code.google.com by [email protected] on 4 Feb 2011 at 6:34

onCreateDialog did not create a dialog for id 1

Android APP Exception:

class java.lang.RuntimeException
Msg: Unable to start activity 
ComponentInfo{com.lg.valle.phone2chrome/com.lg.valle.phone2chrome.LinksActivity}
: java.lang.IllegalArgumentException: Activity#onCreateDialog did not create a 
dialog for id 1

Original issue reported on code.google.com by [email protected] on 5 Mar 2011 at 7:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.