Jeffrey Ozanne

Results 14 comments of Jeffrey Ozanne

Will this allow direct loading and emulation of binary files without modification or wrappers? For an example, a rip from an EPROM that is only machine code without a bootloader...

IBotPeaches' aapt tool is modified and looks like it's based on Cyanogenmod's aapt. It had stuff like the --forced-package-id option and MIUI support added by M1cha. https://github.com/iBotPeaches/android_frameworks_base/commit/76fb330762c3d204f9ae45e444e18a2f82535bc0 https://github.com/iBotPeaches/android_frameworks_base/commit/ef6019690754fd0aea3aa080d1b2776a8cad72cf It also...

Is there any chance of the F-Droid version being fixed soon or should we just stick with the GitHub releases?

My modified app is here for reference: https://github.com/JeffreyO/Sony-RMT-P1BT-BLE-Camera-Remote-Tester

Now that I have access to git, that repository is finally valid.

> Upon further inspection, it seem like the Spotify API that we were using, via SpotifyAPI-NET > , was removed more details are available at [JohnnyCrazy/SpotifyAPI-NET#254](https://github.com/JohnnyCrazy/SpotifyAPI-NET/issues/254). I can confirm this....

> > I can confirm this. The UWP version of the Spotify app will not work. You'll need to install the regular version here: https://www.spotify.com/us/download/windows/ > > Did it work...

This might help. With CMake, you should be able to just generate the Visual Studio project files. https://github.com/JeffreyO/pkg2zip/tree/cmake-and-aarch64-port

Yeah. I use CMake because the setup and compilation on Termux is a lot easier. It adds all the flags needed for the platform and only needs minor modifications to...

I'm not sure if moving the CMakeLists.txt into a directory without the source code will work, I'll need to look into that. Though, CMake shouldn't overwrite the original Makefile since...