hid-support icon indicating copy to clipboard operation
hid-support copied to clipboard

Installs but not working on A12X device

Open JEmlay opened this issue 5 years ago • 9 comments

Does this need to be recompiled for arm64e?

Currently using 1.3.1-1

JEmlay avatar May 20 '19 17:05 JEmlay

Is there a difference between arm64 and arm64e? According to the Makefile, it's compiled for armv7 and arm64. That's probably good enough.

However, I think CFMessagePorts between processes was blocked in iOS 11 or so. hid-support uses that to communicate with the server within SpringBoard / backboardd.

mringwal avatar May 20 '19 19:05 mringwal

Thanks for the super fast reply! It's working fine for me on my iOS11 device. My iOS12 devices however are arm64e (A12 and A12X). Compiled for arm64 doesn't work on these latest devices. They require arm64e.

Thanks again, I appreciate your time.

JEmlay avatar May 20 '19 19:05 JEmlay

interesting. I'm probably won't be able to contribute to this. If you have small fixes, I can accept pull requests to keep this repo up to date.

mringwal avatar May 20 '19 19:05 mringwal

I understand. It looks like mouse-support is also in the same boat. Well, thanks for taking a look!

JEmlay avatar May 20 '19 21:05 JEmlay

I understand. It looks like mouse-support is also in the same boat. Well, thanks for taking a look!

Did you solve this? I am trying to run hid-support on ios 12.5.1 but it is not working! Can you share the build file?

karmamaster avatar Apr 12 '21 20:04 karmamaster

@karmamaster HI. I didn't work/compile for iOS Jailbreak in years. All build files are provided, e.g. see Makefile in main folder. (I don't have any other file)

mringwal avatar Apr 12 '21 20:04 mringwal

Did you solve this? I am trying to run hid-support on ios 12.5.1 but it is not working! Can you share the build file?

I recompiled it for arm64e at the time but it never worked right.

JEmlay avatar Apr 12 '21 20:04 JEmlay

@karmamaster HI. I didn't work/compile for iOS Jailbreak in years. All build files are provided, e.g. see Makefile in main folder. (I don't have any other file)

yup, Thank you for being here to reply too.

Did you solve this? I am trying to run hid-support on ios 12.5.1 but it is not working! Can you share the build file?

I recompiled it for arm64e at the time but it never worked right.

Can you share/pull the fixed code to latest version @JEmlay ? Thank you in advance!

karmamaster avatar Apr 13 '21 02:04 karmamaster

That code is long gone. When it didn't work I had nothing to update. So while it compiled properly and installed properly on arm64e devices there was nothing to really share. Updating it to arm64e is just a couple lines code. Tons of examples online. But be prepared to have to fix the actual app for other changes. I wasn't up to that part.

JEmlay avatar Apr 13 '21 20:04 JEmlay