Results 132 comments of Filipe Pina

The app is compiled with armv7 only (3GS and up, 3G is armv6) I believe. Simply recompiling it with armv6 added to architectures should let it run in 3G.

Well, the bad cpu type is definitely from being compiled with the wrong architecture. And if it only happens in a 3G is must be armv6 missing in the supported...

Ok phuzE, I assume you can get around with deb files, so [here](https://github.com/downloads/fopina/WifiSMS/WifiSMS-1.0.9.2.deb)'s a version compiled for armv6. To remember: sending SMS won't work, this is just to see if...

As I said before, the code to send SMS in iOS4 is there, it's just that I can't compile that part in my environment, but treason can. I've sent a...

#33 PR for docker builds!

@Rob--W I tried on both macOS and Linux. Not sure what you mean by “proxy application”: I pass a proxy url in the flag and it didn’t use it at...

debug log for `fluent-bit -i mem -o stdout -vvv`: ``` Fluent Bit v1.8.0 * Copyright (C) 2019-2021 The Fluent Bit Authors * Copyright (C) 2015-2018 Treasure Data * Fluent Bit...

@edsiper anything missing to make this of interest or should I let it close? Cheers

> busybox is GPLv2. > Fluent-bit is Apache License v2.0. thanks @nokute78 that makes sense. I'm bit off opensource licenses and common practices though in this case it's like 20...

ok, I’ll rewrite it. Apart from licensing, does the PR look good to you (and does it make sense)?