Alex Cohn

Results 73 comments of Alex Cohn

This could be a limitation of the system video player on your Android device: it could have problems with playback at non-standard 21 FPS. OTOH, you should run analysis of...

@Zer0bee I am not sure I can understand how you expect audio recording to behave for TimeLapse. Do you expect the sound at higher pitch, or sampled every now and...

@pjmlp could you share the Reddit?

@mgood7123 what is `destroyJvm` ?

My experiments show that `dlopen("libQQ", RTLD_NOW)` simply works: 019-08-18 13:26:16.397 22073-22073/? E/linker: "/data/app/com.example.noextract/base.apk!/lib/armeabi-v7a/libQQ.so": ignoring DT_PREINIT_ARRAY in shared library! 2019-08-18 13:26:16.397 22073-22073/? I/dl: libQQ = 0x4da764b The log above comes from...

What would be nice in the same direction, is to make it possible to `exec()` from `/data/app/com.example.noextract/base.apk!/assets/armeabi-v7a/ffmpeg`. Since **Android Q**, the rules for `exec()` do not allow to extract the...

> I'd recommend that different approach being to file a bug against studio to get the naming restriction lifted. I don't think it would be difficult to do. Last time...

I invented the `..` convention to emphasize the purpose of such rename. You can use arbitrary names as long as they begin with the correct 3 letters `lib` and end...

@jcgoble3 There is one additional issue to consider when you choose to keep the executable names intact: even if you succeed by crook or by hook to have your executables,...

@DanAlbert I [looked it up again](https://android.googlesource.com/platform/frameworks/base.git/+/38e9c4adf7082ad8113d86919d7078ddb86600f5/core/jni/com_android_internal_content_NativeLibraryHelper.cpp#355). Unfortunately, even in current **master**, the 'wrong' names are filtered out. I was wrong that the restriction had been lifted: actually, in [Nov'2016](https://android.googlesource.com/platform/frameworks/base.git/+/d6dd6b8a613c9c91eeebde713f12f18e6cc43c1f) the...