in reply to Do Androids Dream of Electric Sheep? Control your smartphone from the desktop

Nice one! This might become useful for a future project of mine, (if i ever have the spare time).

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
Also check out my sisters artwork and my weekly webcomics
  • Comment on Re: Do Androids Dream of Electric Sheep? Control your smartphone from the desktop

Replies are listed 'Best First'.
Re^2: Do Androids Dream of Electric Sheep? Control your smartphone from the desktop
by bliako (Abbot) on Apr 26, 2025 at 10:48 UTC

    Thanks! I forgot to say that one can extend the functionality of this package with plugins. For example look at the one I did for viber. Android::ElectricSheep::Automator::Plugins::Apps::Viber. Plugins inherit from a Base class which does the heavy lifting. The Plugin developer must search the UI of the app for the names of buttons to click etc.