Иван Тимашков

Results 43 comments of Иван Тимашков

New version Aide used **libaapt.so** and **libaidl.so**

@JonForShort please wait, I try libaapt.so v9

Error: aapt: aapt exited with code 132 ![Screenshot_20210509_103132_com aide ui](https://user-images.githubusercontent.com/31324315/117561659-1fda4e80-b0b2-11eb-9192-fdf43520a9ff.jpg)

@JonForShort Error in aapt. For normal operation of **libaapt.so** on an android device, you need to comment out the code in the ≈ **Main.cpp and others**, all calls are Sustem.exit(0-3)....

Thx, Need generate aidl to java😅

Hi @JonForShort https://developer.android.com/about/versions/10/behavior-changes-10 > Untrusted apps that target Android 10 cannot invoke **exec()** on files within the app's home directory. This execution of files from the writable app home directory...

C++: ``` #include #include #include using namespace android; extern "C" JNIEXPORT jboolean JNICALL Java_com_android_zipalign_ZipAlign_process (JNIEnv *env, jclass clazz, jstring inZipFile, jstring outZipFile, jint alignment, jboolean force, jboolean zopfli, jboolean pageAlignSharedLibs)...

> Thanks @TimScriptov . I can add this as well. I am currently working on getting ```aapt``` working for android-11, but I'll work on your request next. > > Just...

> Just a quick question regarding the home app restriction, have you tried executing it from your app's cache directory? Technically, this is different than your home directory but just...

I have already said that you cannot run binaries on API 29 (If targetSdkVersion=29+)