frankl1m
frankl1m
> Just jailbroken on iOS 12.0.1 but when activated, all applications [apart from settings] crash. Would really like for this to work as I've followed all the instructions and am...
So is working fine for unc0ver jailbreak in ios 12.2 i want to test in my SE?
> @frankl1m Well, it works fine on both of my iOS 12 devices, including the iPhone 6s on iOS12.2. I would assume it would work fine on the iPhone SE...
> Some quick googling suggests that RSIM is a hardware shim for bypassing the SIM lock. I don't have any experience with those devices as all iPhones over here are...
@bluden Thank so much for the help
I mean any connection loss handle bcz when network fail or similar cannot reconnect again and cannot verify if subscription is working or not after socket is closed
I have the same issue can you fix
To be exact any Android device or iOS device using the last app are unavaliable from CGNAT from PC on different lan relay setuped on lighthouse, and PCs using lighthouse...
this is my code @autoreleasepool { int rv = 0; extern int SBDataReset(mach_port_t, int); extern mach_port_t SBSSpringBoardServerPort(void); mach_port_t SpringBoardServerPort = SBSSpringBoardServerPort(); assert(MACH_PORT_VALID(SpringBoardServerPort)); rv = SBDataReset(SpringBoardServerPort, 1); //NSLog(@"rv: " "%d" "\n",...
private static RSA rsa = null; public static void GenRSAIfNull() { if (rsa == null) { rsa = RSA.Create(); rsa.FromXmlString(certificatestringxml); string text = EncodeJWE("prueba"); string dec = DecodeJWE(text); } }...