Giter Club home page Giter Club logo

Comments (16)

coolcart avatar coolcart commented on August 22, 2024 1

Never mind the app works now. Thanks for the help!

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024 1

Btw, the link you provided won't work- it gives me an 404-error.

oh my! really? I can open it — did you log in? Maybe you need to log in to GitHub to download, or you'll get a 404.
Or you can get it on mega.

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024 1

Close then

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

Amarok makes it possible to hide itself which makes all other hidden apps not recoverable

Er well it seems to be a bug. Let me have a check.

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

Oops my bad. 😨 Can I assume you are using v0.8.2-foss and hiding with Shizuku? It's surely a serious bug that only happens on the foss version.

Apps are now forever hidden and have to be uninstalled from settings

Made a quick fix. Please install the ci version. And you can find hidden apps. Perform hide & unhide to restore them.

from amarok-hider.

coolcart avatar coolcart commented on August 22, 2024

I set apphider mode to shizuku and performed hide and unhide but all of my apps are still disabled and are not displayed in amarok

from amarok-hider.

coolcart avatar coolcart commented on August 22, 2024

Also all apps previously hidden by amarok are displayed in system settings, but when i type pm list packages then for some reason no hidden packages are returned

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

are not displayed in Amarok

Weird. They should be displayed in Amarok in the new version.
Anyway, seems that you have access to adb & your device is rooted, fix them manually:

# Get all hidden pkgs
$ fgrep -v -f <(adb shell pm list packages |sort) <(adb shell pm list packages -u|sort)
package:first.hidden.pkgname
package:second.hidden.pkgname
...

# Unhide pkgs
$ adb shell su -c "pm unhide first.hidden.pkgname & pm enable first.hidden.pkgname "
$ adb shell su -c "pm unhide second.hidden.pkgname & pm enable second.hidden.pkgname "
...

from amarok-hider.

coolcart avatar coolcart commented on August 22, 2024

It returns an error
# fgrep -v -f <(adb shell pm list packages |sort) <(adb shell pm list packages -u|sort)
/system/bin/sh: syntax error: unexpected '('

from amarok-hider.

HarriBuh avatar HarriBuh commented on August 22, 2024

This also happens when working with root mode. I tried the same out of curiosity and the outcome was the same

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

This also happens when working with root mode. I tried the same out of curiosity and the outcome was the same

Um which outcome? Does that mean you can still find Amarok in the latest CI build version (in the latest pre-release the bug should persist, as it was released yesterday)? Or "performed hide and unhide but all of my apps are still disabled"?

from amarok-hider.

HarriBuh avatar HarriBuh commented on August 22, 2024

Nah, I could "hide" Amarok within Amarok and it would ofc left disabled and so all the other apps. I was referring to this.
I did not try the Pre-Release, though.

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

Are you sure you are using v0.8.3a2-571c330-foss — the latest ci version?
Amarok itself should disappear from the Set Hidden Apps menu, so it can not disable itself. Does this work as expected?

from amarok-hider.

HarriBuh avatar HarriBuh commented on August 22, 2024

No, just like I wrote previously. I'm using the latest stable version of 0.8.2 available on Fdroid. So basically you want me to try and testify whether this big still persists on your last pre-realease.. I'm gonna check this right now and report back.

I just tried it with the latest pre-release and the bug is still there - you can easily select Amarok as "to-be-hidden" and as soon as you activate Amarok, the app disappears (as intended, but only with other apps than Amarok) and you will have to manually reactivate it via the app manager of Android.

https://mega.nz/file/FigUCBTD#iPvA7ZAJHS1pZ1m2THvuwhwJmzPVFGNaZRxspkNXfn0

from amarok-hider.

deltazefiro avatar deltazefiro commented on August 22, 2024

No, perhaps you misunderstood. 🤔

in the latest pre-release the bug should persist, as it was released yesterday

I mean it is fixed in the CI Build version v0.8.3a2-571c330-foss - not even in the pre-release v0.8.3a2 or release v0.8.2.
You can download the CI build version here. 😉

from amarok-hider.

HarriBuh avatar HarriBuh commented on August 22, 2024

Ah, well. You were right then, I misunderstood it.
If it's fixed by now, I won't complain 😂👍 Thanks for your patience.

Btw, the link you provided won't work- it gives me an 404-error.

from amarok-hider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.