Just for those who don't know:
You can restart the 'scope app in a couple of seconds after pushing a vendor.bin. No need to reboot or worry about file system sync.
You need to be in root mode:
adb rootThen kill and restart the rigol app:
adb shell kill -9 $(pidof com.rigol.scope)
adb shell am start -n com.rigol.scope/.MainActivitynb. It restarts automatically all by itself after you kill it but it can take 10 seconds or so.
You can put all that in a .bat file and just double-click it to switch between 'scope models in a few seconds.
After I'm done messing around I always do a file system sync just to be safe:
adb shell sync