I have an Android device running over Ethernet. I was able to install the 330.apk using adb, but I can't seem to connect to the device using the studio. I don't have direct access to the Android UI, but I have a terminal open to the device.
How can I verify the app is started on the device?
Installing and configuring over Ethernet.
-
- Posts: 2
- Joined: Tue Jun 26, 2012 4:29 pm
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Installing and configuring over Ethernet.
Hi,
If not Ranorex Studio isn't able to detect the devices.
Regards,
Peter
Ranorex Support Team
You've installed the Ranorex Service APK via adb right? Did you start the apk also on the device?dmconsulting wrote:How can I verify the app is started on the device?
If not Ranorex Studio isn't able to detect the devices.
Regards,
Peter
Ranorex Support Team
Re: Installing and configuring over Ethernet.
Also there is missing info in manual,
If you use Emulator, you should configure redirection to port 31000 (not 31001)
1. Connect via telnet 127.0.0.1 5554
2. Type: "redir add tcp:31000:31000"
3. After that search device in Ranorex Studio (choose device on tab, not emulator), using 127.0.0.1 IP address to connect (ranorex service should be started on mob device)
Emulator uses virtual router, so IP which is shown in ranorex service: 10.0.2.15 is not accessible from studio.
If you use Emulator, you should configure redirection to port 31000 (not 31001)
1. Connect via telnet 127.0.0.1 5554
2. Type: "redir add tcp:31000:31000"
3. After that search device in Ranorex Studio (choose device on tab, not emulator), using 127.0.0.1 IP address to connect (ranorex service should be started on mob device)
Emulator uses virtual router, so IP which is shown in ranorex service: 10.0.2.15 is not accessible from studio.
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Installing and configuring over Ethernet.
Hi,
thank you for sharing your experiences, but basically the mentioned steps are obsolete with the actual version of Ranorex.
Regards,
Tobias
Ranorex Team
thank you for sharing your experiences, but basically the mentioned steps are obsolete with the actual version of Ranorex.
Regards,
Tobias
Ranorex Team