NyaMisty / AltServer-Linux

AltServer for AltStore, but on-device
GNU Affero General Public License v3.0
946 stars 73 forks source link

Can not install ipa to unknown #59

Closed nibazshab closed 1 year ago

nibazshab commented 2 years ago

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?

master-of-darkness commented 2 years ago

Same bug on Ubuntu 20.04 LTS

master-of-darkness commented 2 years ago

I fixed this step-by-step: 1) Run AltStore server 2) Connected my phone with USB 3) Using

nibazshab commented 2 years ago

I fixed this step-by-step:

  1. Run AltStore server
  2. Connected my phone with USB
  3. Using

i can't, also to unknown

master-of-darkness commented 2 years ago

Try with sudo, on some of my machines works successfully

MrZomka commented 1 year ago

Try with sudo, on some of my machines works successfully

Thanks! That helped me!