2 Mar 2024 |
Muntashir Akon | In reply to @shuvashish76:matrix.org Is it possible to access Anemo private local files directly from AM>FM with root? Apps like Shelter, Insular paths are accessible from AM but not Anemo. Only via SAF. You can add one in the backup settings. | 15:37:04 |
§ | Thanks. It's bit weird to add from "Backup Volume" for this specific purpose. | 15:43:00 |
3 Mar 2024 |
Muntashir Akon | In reply to @shuvashish76:matrix.org Thanks. It's bit weird to add from "Backup Volume" for this specific purpose. Correct. I have some different ideas for it. | 08:41:52 |
4 Mar 2024 |
| DB9 joined the room. | 02:34:58 |
| @non_performing:matrix.org left the room. | 08:04:57 |
☘Eknom☘ | Hi I would like to suggest to have the Interceptor not enabled by default 🙏🙂 with the best intention to make the app less trouble for everyone I am recommending it to . thank you | 18:10:03 |
☘Eknom☘ | Also I suggest making use of AI in writing the code and in translating text when needed . Best wishes to you and thank you for your hard work . Amitabha ☯️✨ | 18:11:19 |
DB9 | Using 4.0 alpha, the coming installer upgrade, apkm>apks, how about splits? Currently the installer installs all the splits. Apps are heavier like that. | 19:23:36 |
5 Mar 2024 |
Muntashir Akon | In reply to @sennin78:matrix.org Hi I would like to suggest to have the Interceptor not enabled by default 🙏🙂 with the best intention to make the app less trouble for everyone I am recommending it to . thank you Sorry, never going to happen. Interceptor is one of the most important features that many people simply do not use because they don’t understand it. | 16:36:32 |
Muntashir Akon | In reply to @db9:matrix.org Using 4.0 alpha, the coming installer upgrade, apkm>apks, how about splits? Currently the installer installs all the splits. Apps are heavier like that. It does not select all the splits. It only selects the relevant ones based on your device specs. | 16:47:37 |
| @potatox:matrix.org joined the room. | 19:54:41 |
| @potatox:matrix.org left the room. | 19:55:16 |
DB9 | In reply to @muntashir:matrix.org It does not select all the splits. It only selects the relevant ones based on your device specs. But when I install with system installer it only installs lib/arm64-v8, but with AppManager installs x86, x64 and arm-v7 | 20:01:17 |
DB9 | Another thing in the latest debug, freezing an app doesn't stop the app, at least some apps doesn't stop when freezing | 20:02:55 |
§ | Freeze & Force stop have different meanings. Meaning of Freeze defined in Settings > Rules > Default freezing method . | 20:08:20 |
6 Mar 2024 |
☘Eknom☘ | In reply to @muntashir:matrix.org Sorry, never going to happen. Interceptor is one of the most important features that many people simply do not use because they don’t understand it. Ok, that is still good to know. I am still grateful for all the hard work put into the App. thank you | 02:36:10 |
Muntashir Akon | In reply to @db9:matrix.org But when I install with system installer it only installs lib/arm64-v8, but with AppManager installs x86, x64 and arm-v7 System installer does not install split APKs. Not sure what you’re talking about. When you install split APKs, App Manager will display a list of splits along with the options to select or deselect them. | 02:48:09 |
Muntashir Akon | In reply to @db9:matrix.org Another thing in the latest debug, freezing an app doesn't stop the app, at least some apps doesn't stop when freezing In addition, system apps can bypass everything. | 02:50:22 |
DB9 | Ok thanks | 08:57:33 |
DB9 | In reply to @muntashir:matrix.org System installer does not install split APKs. Not sure what you’re talking about. When you install split APKs, App Manager will display a list of splits along with the options to select or deselect them. By splits I mean bundles. The stuff when open an apk in lib folder there is folders and files for arm64-v8, arm-v7, x86 and x64. System installer installs only the folder and files corresponding the system but app manager installs all the folders and files. Installing only the corresponding folder and files can significantly reduce the size of the app and make it more lighter and faster when running it | 09:02:23 |
DB9 | Dex2oath optimizing when applying to a list of apps if it encounters a problem with an app it stops processing the list rather than skip the app | 16:20:05 |
7 Mar 2024 |
Muntashir Akon | In reply to @db9:matrix.org By splits I mean bundles. The stuff when open an apk in lib folder there is folders and files for arm64-v8, arm-v7, x86 and x64. System installer installs only the folder and files corresponding the system but app manager installs all the folders and files. Installing only the corresponding folder and files can significantly reduce the size of the app and make it more lighter and faster when running it I think you mean universal APK files here which support every platforms, therefore, contain every platform binaries and other resources. App Manager has no control over how these files are extracted since they are determined by the system in accordance with the values declared in the manifest of the app. App Manager can only control the configuration of the split APKs (APKS/XAPK/APKM or simple a zip of APKs). | 06:12:06 |