Re: PSA: A python script to clone your phone exactly, over Wi-Fi or USB

2026-08-24 Thread Maria Sophia
Keith Thompson wrote: > Lawrence DÿOliveiro writes: >> On Wed, 19 Aug 2026 22:33:27 -0800, Maria Sophia wrote: >>> CUSTOM_ADB_PATH = r"C:\app\editor\android\scrcpy\adb.exe" >> >> By the way, I think Python lets you write ´/¡ instead of ´\¡, which >> saves trouble with r-strings. > > File paths

Re: I need a basic tutorial for GUI creation using Cambalache

2026-08-24 Thread Piergiorgio Sartor
On 12/08/2026 10.26, Chris Green wrote: I am a retired software engineer with a background in assembler, C and C++. I now dabble (mostly for my own amusement) in various bits and pieces, mostly in Python nowadays. I have written quite a lot of Python command line programs to run in a terminal.

Re: PSA: A python script to clone your phone exactly, over Wi-Fi or USB

2026-08-24 Thread Maria Sophia
Lawrence D'Oliveiro wrote: > Why not provide your own commands for initializing a new database > if it doesn't already exist? Save the user some work. Hi Lawrence, Regarding launcher-agnostic layout replication without root privileges. I've been thinking about your suggestion, because it would

Re: PSA: A python script to clone your phone exactly, over Wi-Fi or USB

2026-08-24 Thread Maria Sophia
Keith Thompson wrote: > Lawrence D'Oliveiro writes: >> On Wed, 19 Aug 2026 22:33:27 -0800, Maria Sophia wrote: >>> CUSTOM_ADB_PATH = r"C:\app\editor\android\scrcpy\adb.exe" >> >> By the way, I think Python lets you write "/" instead of "\", which >> saves trouble with r-strings. > > File paths