Juliandroid

Results 21 comments of Juliandroid

I have the same issue. In Arch Linux, /etc/X11/xinit/xinitrc looks partially like this: ``` # start some nice programs if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh...

As I've said above, looking at the xinitrc, having cadence scripts with execute bit set is a must (i.e. will not run), so my fix is setting those scripts with...

`{"msg":"参数错误","code":1523}` for AX6000 It looks like the command injection has been fixed.

The older version basically relies on rounding nature of the Unix() and leaves the PING with something like 0.5s to send the reply which might be not enough on heavy...

I didn't try using in harsh network environment, but with current implementation this 0.5s could be the issue. I'm not sure I understand what problems due to publish channels you...

Is there a workaround for this? I'm using the console all the time for debugging and I have always to close it before reflashing it and open the console again.

xlab, thanks for looking into that. Didn't you manage to reproduce the same results by using the same test.tar.gz (attached file)? Can you please confirm that test.tar.gz doesn't help you...

Regarding the other issue: If I have the following C structure: ``` /** Report in the interface */ typedef struct { uint8_t rpt_cmd; /**< report command */ uint8_t rsvd1; /**<...

@xlab @cznic I was wondering, is there any chance to point me in the right direction? Not sure how to overcome issues like generated code, like: `refff3c8fce ****************************************************************************************************************************************************************************************************************************************************************C.tsif_t`

I was looking at the same problem and it seems that you have to modify bolt_***platform***.go (for example bolt_arm.go) and modify maxMapSize to the maximum size you want. There is...