This is a migrated thread and some comments may be shown as answers.

weinre on windows 7 not connecting to device

1 Answer 99 Views
Apache Cordova
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Roger
Top achievements
Rank 1
Roger asked on 13 Jan 2014, 01:27 AM
Hi,
have been following  the weinre and Icenium blog here ( http://www.icenium.com/blog/icenium-team-blog/2013/09/24/remote-debugging-icenium-apps-with-weinre)
everything goes fin but when I put in my machine IP address of the machine (192.168.0.18) & port of 202  I get a response of "starting server at http://localhost:202"
I add this link to the Icenium Graphite app 

<script src="http://localhost:202/target/target-script-min.js#anonymous"></script>

and then go to the debug client user interface of http://localhost:202/client/#anonymous to find
Targets:    None
Clients:    127.0.0.1 [channel: c-5 id:anonymous]             
            127.0.0.1 [channel: c-6 id:anonymous]
boundHost: localhost httpPort: 202 I tried going to http://192.168.0.18:202 and chrome says it cannot find the site. I turned off IIS7 and nothing changed. Icenium tells me that I am connected to my Samsung S3 and Project LiveSync is on...what am I doing wrong. I am about to debug filetransfers to and from the mobile so need a debugging setup pretty desperately. Would be good if Icenium Graphite had this embedded as standard

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 15 Jan 2014, 03:08 PM
Hi Roger,

You can try to set:
weinre --boundHost -all-
"This will start a new weinre instance at http://localhost:8080, and it will listen on all your computers interfaces, which will allow remote clients (the mobile device) to connect to the server", as described here.

Then, find what is your Wi-Fi IPv4 Address, by running the ipconfig command in cmd. And  add the following script to the app Index.html:
<script src="http://<Yor IP here>:8080/target/target-script-min.js#anonymous"></script>

For more details, you can also check this article on the same matter.

In addition, I would say that Improved Android Debugging is already in our RoadMap for our release in March/April so, stay tuned.

I hope this solves the issue.

Regards,
Kaloyan
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
Apache Cordova
Asked by
Roger
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or