AltServer-Linux icon indicating copy to clipboard operation
AltServer-Linux copied to clipboard

Can not install ipa to unknown

Open nibazshab opened this issue 2 years ago • 5 comments

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?

nibazshab avatar May 19 '22 16:05 nibazshab

Same bug on Ubuntu 20.04 LTS

master-of-darkness avatar May 29 '22 10:05 master-of-darkness

I fixed this step-by-step:

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

master-of-darkness avatar May 30 '22 10:05 master-of-darkness

I fixed this step-by-step:

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

i can't, also to unknown

nibazshab avatar Jun 01 '22 04:06 nibazshab

Try with sudo, on some of my machines works successfully

master-of-darkness avatar Jun 09 '22 14:06 master-of-darkness

Try with sudo, on some of my machines works successfully

Thanks! That helped me!

MrZomka avatar Aug 06 '22 11:08 MrZomka