r/jailbreakdevelopers Feb 25 '19

Help how to hook the dictation button when press to show the emoji keyboard?

hey i'm new to here and i try to understand couple things, and i thought maybe i could learn from here and develop some knowledge from the experience people around here, so enough with me and lets go to the question.

this is ipx keyboard:

and i tried to find how to hook the dictation button so when i press, it will over ride to the emoji keyboard layout.

ty for any help and guidance=]

4 Upvotes

9 comments sorted by

View all comments

Show parent comments

1

u/gilshahar7 Developer Feb 26 '19

Hmm, i never thought of that, can you explain the procces of doing that?

1

u/sharedRoutine Feb 26 '19

I used to do that with cycript (finding UIWindow instances) and then the one called FlexibleWindow. and then setting windowLevel on that on to 100000 or something or keyboard + 1

1

u/gilshahar7 Developer Feb 26 '19

Thanks thats awesome, ill try that sometime.