ligteltelecom
ligteltelecom
c:\edl>python "c:\edl\edl.py" Qualcomm Sahara / Firehose Client V3.52 (c) B.Kerler 2018-2021. Traceback (most recent call last): File "c:\edl\edl.py", line 359, in base.run() File "c:\edl\edl.py", line 218, in run proper_driver =...
Hi can anyone help me with this issue ? ``` D:\projetos_angular\frontend>npx json-server db.json :1 { ^ SyntaxError: Unexpected token '', "{ "pos"... is not valid JSON at JSONFile.parse () at...
Hi How can i load custom library using crosstto-NG ? i tried some things more no success yet ``` FROM ubuntu:22.04 RUN apt-get update RUN apt-get -y install \ gperf...
Hi. can someany help me? need add this lib libimobiledevice in kernel linux ``` RUN wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.71.tar.xz && \ tar -xf autoconf-2.71.tar.xz && \ cd autoconf-2.71 && \ ./configure --prefix=`pwd`/root...
Hello! How can I compile libimobiledevice using crosstool-ng. I need to use this lib on esp32s3_linux ? `cd build && \ git clone https://github.com/libimobiledevice/libimobiledevice.git && \ cd libimobiledevice && \...