I have a samsung galaxy s2 tablet (s2 t813) android 9 e-os 0.23 20220412177701. My app lounge will not start up anymore and i think (not sure) it’s because i tried to remove the shelter app. Shelter was removed, but i can still see some app icons with the briefcase icon in it that is supposed to indicate that it is in the work profile. When i try to start the app lounge, i see a white screen for a second, then it disappears. When i look at the apps that are opened, app lounge is there, but opening it leeds to a mesage: " app lounge keeps stopping" and i get the option to close it or look at the app info.
I can’t install or update any apps now so this is pretty unconvenient. Does anybody have any thoughts on how to solve this?
shouldn’t be due to shelter but just how AppLounge evolved. In that version you still query and download cleanapk for Playstore APKs. You can download an updated AppL in a link here for old /e/OS builds unable to upgrade.
The device is recognised:
C:\platform-tools>adb devices
List of devices attached
1a49cd0c00c4d53a device
The adb version may be too old. It is the version of 14 september 2022. Could that be the problem?
Hmm, I tried to sideload the Applounge_release_official.apk on my work pc, on which the latest version of platformtools is installed, but the same error came up:
A sidequestion, Can I change the subject of this thread? It does not cover the issue anymore since the problem appearantly has nothing to do with Shelter.
I found a thread about sideloading menitoning that you should use adb install, so I tried that with the following errors as a result:
C:\Platformtools>adb install AppLounge_release_official.apk
Performing Streamed Install
adb.ex: failed to install AppLounge_release_official.apk: Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI: /data/app/vmdl1986768805.tmp/base.apk (at Binary XML file line #7): Requires newer sdk version #30 (current version is #28)]
C:\Platformtools>adb install AppLounge_release_community.apk
Performing Streamed Install
adb.ex: failed to install AppLounge_release_community.apk: Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI: /data/app/vmdl792269691.tmp/base.apk (at Binary XML file line #7): Requires newer sdk version #30 (current version is #28)]
I have the latest platform-tools installed. I did not install sdk manager or sdk tools as far as I can remember. Should I install and install sdk manager? I remember I made a registry-edit to allow platform-tools to work from any directory. Will installing sdk manager result in problems with my installed platform-tools and registry?
De installed version of platform-tools is 36, which is the latest as far as I know:
C:\Platformtools>adb version
Android Debug Bridge version 1.0.41
Version 36.0.1-13811061
Installed as C:\Platformtools\platform-tools\adb.exe
Running on Windows 10.0.19045
The error message is telling me my sdk version is too old, but I don’t even remember installing sdktools and can’t find it on my pc, let alone being sure about how to uninstall and reïnstall or upgrade it. the installation of platform-tools doesn’t seems to be the problem. It is up-to-date and working, but apearantly I need to upgrade sdk-tools and I have nog idea how.
TCEcyk, please forgive me for being a noob, but do I understand correctly, that the API level on the device is 28, which corresponds with android 9, and the API level required for the app.lounge.apk file to work is 30, which corresponds with android 11?
From your explaination:
I understood, that the AppLounge_release_official.apk was made to work with the older versions of Android. so if it only works from Androidversions 11 and newer, then I am in trouble!(?).
yes - as to your apilevel<->android-version question.
As said, could be worth to ask if they can lower it, but 1. there’s probably a reason to have a minimum targetSdk / apilevel version and 2. you’ll be one of a few holdouts.
Did you give Aurora a try already? either through F-Droid or the same “adb install” by the apk.
Just installed aurora store apk version 47.0 through adb install. It says it works with any Android version from 5 up. That solves my problem. Thank you very much for your help .