Peace Lee

Results 5 issues of Peace Lee

Can you release prebuilt image for aarch64? I checked only arm32 and x86.

@yangsso, @yeombang87, 기존에 공유드린 [샘플](https://github.com/iipeace/guider/blob/web/manager/sample/guider.json) 관련 정보 공유드립니다. 1. CPU "cpu": { "total": 90, "kernel": 0, "user": 0, "irq": 0, } total = kernel + user + irq로 계산되며, [그래프...

enhancement

1. JSON converting example - printBgProcs() function - checking SysMgr.jsonOutputEnable variable 2. target commands - printDirs() - printKmsg() - runDbusSnooper('print') - runDltReceiver('print') 3. verification Guider will print dir structures in...

enhancement

0. static build $ ./configure LDFLAGS="-static -static-libgcc" --disable-shared CPPFLAGS="-static" --enable-optimizations $ make -j LDFLAGS="-static" LINKFORSHARED=" " $ cp build/lib.linux-x86_64-2.7/* Lib/ $ tar cvfz python.tgz python Lib 1. https://github.com/pyinstaller/pyinstaller $ ./pyinstaller.py...

enhancement

how can I use python binary on adb shell? when I run a bellow command, $ export PYTHONHOME=. $ LD_LIBRARY_PATH=. ./python I see a bellow error. # ImportError: No module...