AltServer-Linux
AltServer-Linux copied to clipboard
Can not install ipa to unknown
when ./AltServer-x86_64
, i got
No argument supplied, if you want for help, please use -h or --help
Not supplying ipa, running in server mode!
Running python3 command to advertise AltServer: from ctypes import *; dll = CDLL('libdns_sd.so'); sdRef = c_int(); flags = 0; interfaceIndex = 0; name = None; regtype = br'_altserver._tcp'; domain = None; host = None; port = 2017; txtLen = 17; txtRecord = b'\x10\x73\x65\x72\x76\x65\x72\x49\x44\x3D\x31\x32\x33\x34\x35\x36\x37'; ret = dll.DNSServiceRegister(byref(sdRef), flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, None, None); print('DNSServiceRegister result: %d' % ret); from threading import Event; Event().wait();
Detected device:天使大人真昼
Starting notification connection to device: 天使大人真昼
and idevicepair pair
, i got udid
SUCCESS: Paired with device 0000****-************002E
but when ./AltServer-x86_64 -u 0000****-************002E -a ******@icloud.com -p ******** unc0ver_Release_8.0.2.ipa
, i got
Installing app...
parse anisette data ret
Alert: Could not install unc0ver_Release_8.0.2.ipa to unknown.
Request canceled by user.
Press any key to continue...
Exception: Request canceled by user.
0# 0x00000000005CF298
1# 0x000000000099EC2C
it looks like could not find my iphone, how need i do?
Same bug on Ubuntu 20.04 LTS
I fixed this step-by-step:
- Run AltStore server
- Connected my phone with USB
- Using
I fixed this step-by-step:
- Run AltStore server
- Connected my phone with USB
- Using
i can't, also to unknown
Try with sudo
, on some of my machines works successfully
Try with
sudo
, on some of my machines works successfully
Thanks! That helped me!