How to determine package service name on Palera1n, Sileo jailbreak?
Currently working on a project using https://github.com/jfarley248/MEAT, and ran this command:python3 MEAT.py -iOS -filesystem -o ./output -v -outputType ZIP
Ended up encountering this error:Traceback (most recent call last):
File "/home/kali/Desktop/MEAT-master/MEAT.py", line 141, in main
iOS_filesystem.filesystem( filesystem_output, args.filesystemPath, args.md5, args.sha1, csv_path, logging)
File "/home/kali/Desktop/MEAT-master/acquisitions/iOS/iOS_filesystem.py", line 35, in __init__
self.startAcquisition()
File "/home/kali/Desktop/MEAT-master/acquisitions/iOS/iOS_filesystem.py", line 57, in startAcquisition
afc2_service = lockdown.startService("com.apple.afc2")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/MEAT-master/pymobiledevice2/lockdown.py", line 399, in startService
raise StartServiceError(startService.get("Error"))
pymobiledevice2.lockdown.StartServiceError: InvalidService
I am currently using AFC2 from this repo, http://apt.thebigboss.org/repofiles/cydia/debs2.0/afc2kppless_1.1.8-1.deb, and have installed ldid as stated as a requirement in the repo.
Anyone familiar with working with services? How do I determine the service name of the installed package? It seems "com.apple.afc2" is not identifying any service.
P.S. I am on Palera1n jailbreak, iOS 15.7.7, and using Sileo.