这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: mriscoc/RIGOL_DHO800_DHO900_GUI

Sparrow Extended GUI

16 Jan 15:54
8893ee8
Compare
Choose a tag to compare

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.

IYoutube video

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.

Sparrow Extended GUI

26 Apr 12:36
119f6df
Compare
Choose a tag to compare

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.

IYoutube video

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.

FFTAvg utility preview 0.3.3

19 Apr 05:10
Compare
Choose a tag to compare

This special release includes the installable APK for the FFTAvg utility which allows to get a better FFT plot with configurable frame average and peak detection.

Youtube video:
Watch the video

Important

Start the utility when the Math1:FFT is open in the oscilloscope application.

What's new in 0.3.3

Added "x log" button which allows toggle the X axis between linear and logarithmic scale
Added Y value to the peak annotation

How to install

Connect the Oscilloscope to the network and check its current IP. Copy the apk file to android-sdk\platform-tools on your PC, then execute this command inside of the platform-tools folder:

> adb connect [oscilloscope IP]:55555
connected to [oscilloscope IP]:55555

Uninstall previous version:

> adb uninstall org.mriscoc.fftavg

Install the utility using:

> adb install FFT.Avg_0.3.3.apk
Performing Streamed Install
Success

Start the application from the launcher or by using adb:

> adb shell monkey -p org.mriscoc.fftavg -c android.intent.category.LAUNCHER 1
Events injected: 1
## Network stats: elapsed time=36ms (0ms mobile, 0ms wifi, 36ms not connected)

Donations

Thank you for your support, I receive donations through Patreon and Paypal

FFTAvg utility preview 0.3.2

10 Apr 01:21
Compare
Choose a tag to compare

This is not the latest version, to get the updated version go here: https://github.com/mriscoc/RIGOL_DHO800_DHO900_GUI/releases/tag/FFTAVG0.3.3

First release

Donations

Thank you for your support, I receive donations through Patreon and Paypal