/RIGOL_DHO800_DHO900_GUI

Sparrow Android GUI project for Rigol DHO800 and DHO900 series Oscilloscopes

Primary LanguageSmaliGNU General Public License v3.0GPL-3.0

RIGOL_DHO800_DHO900_GUI

Sparrow Android GUI project for Rigol DHO800 and DHO900 series Oscilloscopes

Extended GUI

Latest version 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.03 firmware: https://www.patreon.com/mriscoc/shop/rigol-dho800-900-sparrow-extended-gui-00-531088

Full_Screen.mp4

Installing SparrowExt.apk manually

First make a backup of the original internal µSD card just in case, then uninstall/remove the stock Sparrow application, Install the new apk using ADB. Open a terminal (CMD) window inside of the folder where the SparrowExt.apk is Execute the following commands, replacing ###.###.###.### with the 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

More information: How to install the new Sparrow extended UI?

FFT Avg

Tnstallable APK for the FFTAvg utility which allows to get a better FFT plot with configurable frame average and peak detection.

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.