-
If the procedure indicated in the release page didn't work for you, try to follow the next steps: First step: make a backup of your internal µSD card just in case. Get ADB from here: https://developer.android.com/tools/releases/platform-tools Uninstall the Sparrow application: adb connect ###.###.###.###:55555
adb root
adb shell pm uninstall com.rigol.scope
adb shell pm uninstall --user 0 com.rigol.scope Rename Sparrow stock system app and Remove the Sparrow data: adb shell
su
mount -o rw,remount /system
mv /system/app/Sparrow/Sparrow.apk /system/app/Sparrow/Sparrow.apk.disabled
rm -rf /data/app/com.rigol.scope-1
sync
reboot Install the new Sparrow extended adb install -g -r "Sparrow.apk" Getting system permissionThis is a complementary procedure if you want to have system permissions enabled to be able to make screen captures Then, replace the original one by following this procedure: adb connect ###.###.###.###:55555
adb root
adb shell mount -o rw,remount /system
adb shell mv /system/framework/services.jar /system/framework/services_jar.orig
adb shell mv /system/framework/oat/arm64/services.odex /system/framework/oat/arm64/services_odex.orig
adb push services.jar /system/framework/
adb shell mount -o ro,remount /system
adb shell sync
adb reboot |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 15 replies
-
When installing version 0.5.1: [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.rigol.scope signatures do not match the previously installed version; ignoring!] |
Beta Was this translation helpful? Give feedback.
-
Could we get more detailed instructions? I purchased this on Patreon but I've never used |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Attempting to uninstall the existing package just crashes with this error:
As @dvileta says, you really need to work on this supporting documentation. Everything from needing port 55555 (unlike default 5555) requires a sequence of Google searches. |
Beta Was this translation helpful? Give feedback.
-
Hello, je viens d'installer le dernier firmware de mon DHO812, ver 1.04.00.02, et le "Sparrow_Extended_v0.5.1" ne fonctionne plus, |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Is there a way to revert this custom interface back? |
Beta Was this translation helpful? Give feedback.
-
Updated to include an additional procedure if you want to enable system permissions to take screenshots from within the application |
Beta Was this translation helpful? Give feedback.
Updated to include an additional procedure if you want to enable system permissions to take screenshots from within the application