Note
The releases in this page do not have the new features like the fullscreen option, these are versions behind of the latest ones which can be found at:
For 00.01.02 firmware: https://www.patreon.com/mriscoc/shop/rigol-dho800-900-sparrow-extended-gui-v0-204640
For 00.01.04 firmware: https://www.patreon.com/mriscoc/shop/rigol-dho800-900-sparrow-extended-gui-00-531088
Please use it only if you know that you are doing.
Telegram DHO800/900 channel: https://t.me/S2084K/2
Warning
Be sure that you download the proper apk compatible with your firmware version 00.01.02, 00.01.03 or 00.01.04
Installing the apk manually
Rename the downloaded file to SparrowExt.apk and open a terminal (CMD) window inside of the folder where
the file is located. Execute the following commands, replacing ###.###.###.### with the correct IP of the device.
adb connect ###.###.###.###:55555
adb root
adb shell
::####################################################################################
::# Uninstall old version
::####################################################################################
am force-stop com.rigol.launcher
am force-stop com.rigol.scope
pm uninstall com.rigol.scope
exit
::####################################################################################
::# Scope APK install
::####################################################################################
adb push SparrowExt.apk /mnt/tmp/app/SparrowExt.apk
adb shell
pm install -g -r /mnt/tmp/app/SparrowExt.apk
reboot
Known issues:
- Without privileged system access the application can't take screenshots.
Donations
Thank you for your support, I receive donations through Patreon and Paypal
Disclaimer
THIS SOFTWARE AND ALL OTHER FILES IN THE DOWNLOAD ARE PROVIDED WITH NO WARRANTY OR GUARANTEE. SUPPORT IS NOT INCLUDED JUST BECAUSE YOU DOWNLOADED IT. WE ARE NOT LIABLE FOR ANY DAMAGE TO YOUR EQUIPMENT, PERSON, OR ANY OTHER PROPERTY DUE TO THE USE OF THIS SOFTWARE. IF YOU DO NOT AGREE TO THESE TERMS THEN DO NOT USE IT.