Atmosphere: File Manager

Have you turned around the calculation for the text size, because when I raise the size they become even bigger
and vice versa if I reduce the size.

/Boban

1 Like

I don’t know how to do this.
I am using

Font scale * 20

1 Like

I found a bug on the app section.
Most of the apps icons don’t load:


it happens always with the same app so there may be a problem of how you pick them

I have android 8.1

2 Likes

From my test app which I posted earlier, pay attention to the calculation.

/Boban

3 Likes

Same happens to me on 8.0

1 Like

Thanks for reporting this.
I’m going to change the way getting the package pictures.

Current

I am using Taifun’s Package Manager Extension. So;

  • App icons stored in Pictures/.Packages
  • If an image is deleted from this folder, it is not displayed in the application list.

Later

  • I will try use Makeroid’s built-in Package component (get Package Icon method)
2 Likes

I just checked and itwith other phones and i can tell that all the icons dysplay on a 6.0 and some miss on 7.1.1 (same apps in all devices)

Edit:
on 7.1.1 different app from 8.1 don’t show icon

2 Likes

Hmmm :thinking:

1 Like

Now I’m using Package component for getting app icons, it is working for me but I do not know if it will work on other devices. I sent the update to Google Play.

1 Like


I get these 2 errors.

3 Likes

Btw…


???

2 Likes

The method I’m currently doing is saving all the application images in a folder called .devicemgr. On this page, you will see a picture of all applications but you are getting this error. I really do not know how to solve it. :sweat:

Blocks for App Manager

3 Likes

don’t know if it’ll solve your problems, but after quick look at your blocks, in your joins, shouldn’t be “/” after “app”?
also, I don’t understand why your join looks like this -->
join
“…app”
“temp”
“.png”
it makes no sense, these are all strings, if it has to look like “…app/temp.png” there shouldn’t be join at all:)

Regards,
BeeriaApps

1 Like

I using this method:

  • Save all app icons in .devicemgr folder.
    • Make variable named tempvar = 0
      • Save 1. app’s icon as app(current tempvar’s value).png
      • Add this app to list
      • Set tempvar to tempvar + 1
      • Do this steps for every app.
  • Unfortunately, this operation breaking the first element of the list. So at the end of the code, the first element is fixing again.

I mean, it has nothing to do with the problem. I need to find a way to get all the application icons.

1 Like

Solutions for this issue,

  • I will remove images and I won’t use images, or
  • I will use Taifun’s Package Manager extension again for getting app icons.
    • App manager will not show all app icons.
1 Like

Can you try again with this version?
appmgr(6).apk (5.7 MB)

1 Like

I get this errore After trying ti load apps

2 Likes

With this version?

  • I think the adaptive icons are causing this problem.
1 Like

מצאתי תקלה

1 Like

This issue already reported.

2 Likes