IOS13-SimulateTouch icon indicating copy to clipboard operation
IOS13-SimulateTouch copied to clipboard

Why zxtouch removing python on ios?

Open allyalla opened this issue 5 years ago • 3 comments

Hi! Awesome tweak, (dumb ios is now a few steps closer to android's freedom) however : Can python and zxtouch coexist somehow on my uncover jb iPadOS 13.5's device?

allyalla avatar Feb 02 '21 08:02 allyalla

ZXTouch have a built in python module. The version of the python is 3.7

xuan32546 avatar Feb 03 '21 04:02 xuan32546

Another way is to

  1. Download my newest deb file on http://zxtouch.net/debs/
  2. Extact and modify the "control" file inside the deb file. Remove the line in the control file starts with "Conflicts"
  3. Repack the deb and install it

xuan32546 avatar Feb 03 '21 07:02 xuan32546

Hi Xuan, thanks for sudgestion. But the solution provided allows only to fully install zxtouch. For libpython 3.7 package still a problem that ZXTouch is holding it's own libpython3.7m.dylib file in usr/bin folder (not allowing to replace it during libpython's package installation) - at the bottom line the separate libpython's package (required for python package installation as depencency) hanging in cydia's installation queue forever (as zxtouch is not allows it to write it's own dylib in usr/bin). Thus, any new cydia tweak installation do fails, because of that unsolvable conflict in cydia's installation queue (i was trying fix broken install and autoremove in cli - just waste of time). May be if the lybpython's 3.7 dylib is the same as SamBinger's one version - it would be possible to exclude that package of ZXTouch's deb and leave it as dependency (downloadable by cydia means pre-installation requirement?). As zxtouchs approach to keep its own shared lib looks as the source of permanent unsolvable conflicts in cydia's environment with usually downloadable separately from tweaks shared libs. Right/wrong? Rgrds!

allyalla avatar Feb 05 '21 07:02 allyalla