← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #199085]: Can we run our siluki script on android devices(Real devices)

 

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

Android-QA proposed the following answer:
Hi,

Here are my comments:

>Is it possible to run our sikuli script on Real android devices????
Yes, but you may need to root your device. You can use "androidscreencast", download from http://code.google.com/p/androidscreencast/
***Below steps needs a rooted device :)
If mouse/keyboard control doesn't work, open a command line and type :

    adb shell
    su
    chmod 777 /data/dalvik-cache
    cd /data/dalvik-cache
    chmod 777 ./

Now run your tests from the windows machine......which is operating on
the screencast, clicking on screencast.....

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.