pc_magas

Results 11 comments of pc_magas

We can clone the existing PDO and place out own serttings.

What about electron? Also I want somehow the end user to select whether to accept self-signed certificates or not. Therefore I need some sort of more manual approach (eg.via providing...

I re-attempted it on a fresh installation of Ubuntu 18.04LTS. The steps I followed to build the minitube were: # 1. Installation of libmpv `0.29.0`: 1. Depedency Istallation: ``` sudo...

I did that and got the following errors in my console: ``` [unknown] QObject::connect: invalid null parameter [unknown] Cannot get video info [unknown] QCoreApplication::postEvent: Unexpected null receiver [unknown] OpenType support...

The question may be can `serialport` that is based upon support virtual serial connections though?

@AurelienBallier How I can use a patched libserial port in my case?

So far I have installed NDK and tried: ``` make CC=${NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android34-clang ARCH=x86_64 CROSS_COMPILE=x86_64-linux-android- KERNEL_SRC=$KERNEL_SRC ``` Upon master branch but I got: ``` clang: error: unknown argument: '-fconserve-stack' clang: error: unsupported...

An easy to use approach that I thought, is to slit the app data into Qr code(s) and scan them sequentially. Compared to BT or usb or even a file...

@X1nto What about the recovery procedure. Let us assume that uppon app I did scan the QR codes using my desktop's webcam. How I could ensure that the procedure will...

Update I tried with: ``` make ARCH=x86_64 CROSS_COMPILE=x86_64-linux-android- CC=x86_64-linux-android25-clang KSRC=~/dlink-decompile/common KDIR=~/dlink-decompile/common ``` But I got: ``` make[1]: Entering directory '/home/pcmagas/dlink-decompile/common' warning: the compiler differs from the one used to build...