Sombody101 / APKognito

Renames Android packages to prevent naming conflicts when debugging several applications.
GNU General Public License v3.0
3 stars 0 forks source link

Directory not found exception #4

Open TreverK opened 1 day ago

TreverK commented 1 day ago

Error occurs after selecting any apk

logpack.zip Unhandled Exception 10_29_2024 12_00_32 AM Unhandled Exception 10_29_2024 12_00_40 AM

Win 11 Chrome APKognito-1.6.9059.27184

Sombody101 commented 1 day ago

I've created a new release with a fix. v1.6.9068.27333

The exception was due to some code that calculates OBB file sizes assuming the directory exists. I also fixed the auto update service so APKognito will actually update when you tell it to. I also added a button that cancels the update and turns off Auto Updates on the dialog box that asks to update.

Let me know if you have other issues or if this didn't work!

TreverK commented 22 hours ago

I just tried it with a couple different apk and I'm getting a new error APKognito 10_29_2024 5_38_50 PM

Sombody101 commented 19 hours ago

Can you attach your applog.log file again? It will let me know where the exception occurred.

TreverK commented 17 hours ago

Sorry I forgot to include it. logpack.zip

Sombody101 commented 17 hours ago

This is going to sound like a bit of an odd request, but can you attach the file at %LOCALAPPDATA%\Temp\APKognito-1ilcy4ai.42j\com.stremio.one-1.6.12-11049190-armeabi-v7a_2024-10-29_17-46-33\smali\com\apkognito1\core\Core$EventListener.smali if you still have it?

TreverK commented 17 hours ago

I cannot find it even after attempting to rename the APK again.

Sombody101 commented 5 hours ago

I've created a new release with a fix. v1.6.9069.21655

The issue was with how the company name was extracted from the full package name. It was getting the app name, leading to a DirectoryNotFoundException.

Let me know if you run into more errors!