lulu

Results 4 comments of lulu

1. Use the following script ``` #!/usr/bin/env bash set -e -o pipefail cd "$(dirname "${BASH_SOURCE[0]}")" REPOSITORY="https://github.com/OneKeyHQ/onekey-firmware.git" CONTAINER_NAME="onekey-build" FAMILY="" BRANCH="" TAG="" BUILD_DATE="" USER=$(stat -c "%u" . 2>/dev/null || stat -f "%u"...

I haven't reproduced the problem on my end, but you can integrate libfaketime into @mohammad's script, similarly: ``` #!/bin/bash ### provide this script with the version without "v" and device...

This is a problem with the path where libfaketime is installed on different systems, ``` export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1 ``` please try this script, ``` #!/bin/bash ### provide this script with the...

You can add a network to OneKey Touch by following these steps 1. Run the onekey emulator Emulator is a unix version of Core firmware that runs on your computer....