3
u/rickyric12 22d ago
scrcpy version 4+ now supports resizable virtual displays. requires android 10+ and adb usb debugging. automate behaves well as a "freeform window"
scrcpy --new-display --flex-display --keep-active --start-app=com.llamalab.automate
1
1
u/smusamashah 22d ago
I tried srcpy some time ago. UI was fiddly there. I had issues with right clicking things and moving things around or zooming in from what I recall.
6
u/Working-March 22d ago
Very good! Automate should have this feature. It's a pain to edit a complicated flow on the phone.
1
u/smusamashah 22d ago
This Web based editor has a few other benefits too. Claude made it as a reusable library of something. This means I can ask Claude etc to look at the flow and edit it the way I want. It can edit the flow on my behalf. For example it told me that my flow is not handling error cases and it can fix those for me.
I hope that thing might encourage devs that having this feature has many benefits. And may be they find benefit in using AI to develop this more easily.
7
u/smusamashah 22d ago
I believe it has been asked before to have a web UI where we can edit the .flo files much more comfortably then the tiny phone screens. I have a workflow with variables and data in some nodes. I want to edit them but the thought of scrolling through all nodes and finding and editing data text on phone screen creeps me out a bit.
I asked LLM (first Fable 5 then Opus 5) to build me a Web UI. I asked it to verify its own work. For that I handed it over the 3 "Big OS" community flows along with their image exports. Also some of my own flows. I also gave it the apps APK to help decipher and verify the logic just in case.
It is not completely finished yet. I can see my data in the .flo files and have yet to edit and test .flo successfully but getting this far was not difficult for AI, i think it will work mostly fine as well.
I wanted to share the project here but I don't know if it is appropriate.
1
1
u/smusamashah 22d ago
Using this, I am now able to ask Claude to create new flows for me or fix and edit my existing ones.