fpv-wtf / wtfos

A framework for modifying the firmware of DJI FPV Goggles and Air Units
https://fpv.wtf
MIT License
266 stars 12 forks source link

I have One Rooted Vista that will connect, but I cannot Update, Or Uninstall #81

Closed Bwsbmw closed 1 year ago

Bwsbmw commented 1 year ago

i have updated 4 vistas with fairly no issue. i have one vista i have tried to update WTFOS and it will connect to the rooted vista, but will not load the Updates, nor the packages. If i click Packages it tries fetching and fails. its said OPKG is locked. i tried to uninstall wtfos and i cant Uninstall WTFOS. it just feezes at Removing files. The next time i connect they are still rooted. i cannot connect to FPV series as the vista is in a rooted state. I am absoultely lost from here. i have tried multipule comuters. windows 11, 10. no luck. they all connect, but wont let me update, or uninstall wtfos packages. is there a command line promt to remove wtfos? i have no idea what to do, and im not getting very much help on discord unfortunetly.

j005u commented 1 year ago

Were you able to solve the issue?

If not you should re-flash back to stock with butter and then re-root and re-install wtfos. The latest version should no longer have any problems with the opkg lock. Sorry you had to go through that.

Bwsbmw commented 1 year ago

Hey Joonas, you can close this. The fix you gave me on discord helped me instantly. I had been stuck on that one last vista, and it did not want to play nice. Trying to fetch packages id get OPKG Locked. Thank you for the quick response in discord with the cli command. It worked right away, I was way way back on the public release day 0.6.9 package's. All is good, everything us up to date now Thanks again for your help! -Bwsbmw

On Tue, Jun 13, 2023, 9:45 AM Joonas Trussmann @.***> wrote:

Were you able to solve the issue?

If not you should re-flash back to stock with butter and then re-root and re-install wtfos. The latest version should no longer have any problems with the opkg lock. Sorry you had to go through that.

— Reply to this email directly, view it on GitHub https://github.com/fpv-wtf/wtfos/issues/81#issuecomment-1589352096, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDVVI4X4UCRNYGRP5SFXZDXLBVIRANCNFSM6AAAAAAYY6EBPQ . You are receiving this because you authored the thread.Message ID: @.***>

cqmiao commented 1 year ago

me too... "Failed fetching package list:

OPKG is locked - please wait a bit and reload.

If lock is not released after some time (5 minutes), please reboot your device."

j005u commented 1 year ago

Try the following command in the CLI: rm /opt/tmp/opkg.lock and then restart your device.

This should fix the issue and after updating it should no longer re-occur.

cqmiao commented 1 year ago

Try the following command in the CLI: rm /opt/tmp/opkg.lock and then restart your device.

This should fix the issue and after updating it should no longer re-occur.

Thank you bro!