← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679374]: ADBScreen getDevices function always return empty

 

Question #679374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679374

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry for the delay, other priorities.

--- it seems like the implementation is not done yet
yes, correct. 
The problem with the current overall implementation is, that the access to the ADB bridge is hidden.
Simply returning the device list would not help much.

What is missing is a list of ADBScreen objects for every attached device (something like multimonitor support).
Another point is, that for special purposes there should be a better direct access to the ADB bridge via the established jadb.

Since I was unsure about the implementation of getDevices() at that
time, I stopped it and lost it ;-)

Using 
scr = ADBScreen(id)

you can select another attached device as a workaround.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.