Samuel

Results 13 comments of Samuel

I tried the patched injection described here, and got following compile error. https://github.com/johnno1962/injectionforxcode/blob/master/documentation/patching_injection.md ``` Showing All Messages CompileC /Users/simpzan/Library/Developer/Xcode/DerivedData/Escalade-dypepldqwsvdzwgnmuihlclmjomq/Build/Intermediates/Escalade.build/Debug-iphoneos/PacketTunnel-iOS.build/Objects-normal/arm64/main.o PacketTunnel-iOS/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler cd /Users/simpzan/repo/Escalade export LANG=en_US.US-ASCII export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"...

I tried the method on main app, the app can't connect to the server. the first issue is the port, app try to connect to 31442, but server is listening...

What a pity, Injection is much more needed on device, and many iOS features can only work on device. Could you please detail a little bit what changes in iOS...

I am still using iOS 9, so Injection app should work with my device. Is there any guide to get it work? does jailbroken iOS 10 has that restriction? Considering...

from my experiences on other embeded linux platforms, you may try one of following ways to achieve this. not sure any of these methods works on intel platform. 1. allocate...

I also want this feature!

I just install ever-notedown, then invoke import note from evernote command. input a keyword on the dialog to search note in evernote, then select one note from a list of...

``` tell application "Evernote" set note1 to find note "evernote:///view/171694647/s3/b8e2b198-b7cd-4724-ae87-a35d12a76352/b8e2b198-b7cd-4724-ae87-a35d12a76352/" if note1 is not missing value then export [note1] to "/Users/simpzan/百度云同步盘/notes/20140219/code_complete_evernote.enex" format ENEX export [note1] to "/Users/simpzan/百度云同步盘/notes/20140219/code_complete_evernote.html" format HTML end...

yes, my EN client is from mac app store. I will test dmg version later today. On Fri, Jul 3, 2015 at 11:16 AM, Hong Chen [email protected] wrote: > @simpzan...

it's true. the dmg version works ok. On Fri, Jul 3, 2015 at 11:20 AM, simpzan [email protected] wrote: > yes, my EN client is from mac app store. I will...