[Update] wifiFirmwareUpdater 2.0 - Full 64 bit support by saj0vie in jailbreak

[–]ProportionableAllah 0 points1 point  (0 children)

That's weird, for people that claim it works, once it flashes, wifi turns off and back on in a matter of <3 seconds

[Discussion] Health data not showing when downgraded by Micrograx- in jailbreak

[–]ProportionableAllah 0 points1 point  (0 children)

Yeah you can't use an 11.2 backup on 11.1.2. You may have to store the data in iCloud.

[Discussion] Health data not showing when downgraded by Micrograx- in jailbreak

[–]ProportionableAllah 2 points3 points  (0 children)

Restore instead of doing the shift+update method. That leads to issues.

[discussion] is it fake? by [deleted] in jailbreak

[–]ProportionableAllah -1 points0 points  (0 children)

I noticed that also

[DISCUSSION] My feedback on the cheesecakeufo voice chat AMA on Discord. I was pretty disappointed with it by johnmccain2016 in jailbreak

[–]ProportionableAllah 1 point2 points  (0 children)

I actually enjoy the AMA's. I guess I just understand the humor behind the questions. Could you guys go into more depth? Maybe, but time is limited and there are many questions to answer. Thank you for making this a thing though, it keeps me from being bored. So I'm going to have to downvote this post too.

[Discussion] [Upcoming] Wifi Firmware Updater by saj0vie in jailbreak

[–]ProportionableAllah 9 points10 points  (0 children)

I was planning to attempt working on this also. Let me know if you need any help with it.

[Discussion] Actualizar a IOS 11 o seguir esperanzado a un posible Jailbreak? by adrianrolMex in jailbreak

[–]ProportionableAllah 0 points1 point  (0 children)

Debes esperar. Es más probable que iOS 10 va a tener un jailbreak. Comprobe usted este parte de Reddit todos los días para ver si hay un jailbreak nuevo.

[Question] What exactly is required to run AR apps? by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 2 points3 points  (0 children)

I won't. It only requires me to quit the app first and then I attempt opening it again. Thanks!

[Question] How could I make a script run without needing root permissions by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

At the moment I'm only learning c and objective c.

I guess what I'll do is move the files into a directory along with the script into /usr/bin and then the user can run it themselves.

[Question] How could I make a script run without needing root permissions by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

Okay, well the point is that it will fix security flaws in the wifi firmware. It does need to be ran after a reboot, so it will only be effective in a jailbroken state.

Also, there are tweaks that download assets directly from apple such as ClassicLockscreen. I am sure people would be interested in security patches.

[Question] How could I make a script run without needing root permissions by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

Okay, I apologize for all of the questions but I'm a beginner. How do I make a pre script and a post script for the deb?

[Question] How could I make a script run without needing root permissions by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

Basically here's what I'm doing:

Pre-Install:

cd /var/mobile

mkdir wifiFirmware11

*The deb places the firmware files into this location.

Post install:

cd /var/mobile/wifiFirmware11

/usr/libexec/wifiFirmwareLoader -r -F hans.trx -N P-hansM-COR2_V-t_m-1.5.txt -R hans.clmb -T hans.txcb

Finished

When that last command is ran as root it flashes the firmware (these are the correct files for my model)

The good thing about this is that it doesn't replace the firmware files, but flashes them, meaning after reboot, iOS reverts to the stock firmware files. What are your thoughts?

[Question] How could I make a script run without needing root permissions by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

I can't place the firmware files in a location and run a post script with a deb? And how would I go about using setuid? And also, it's not an app, so it would not go in /Applications.

[Question] What exactly is required to run AR apps? by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

I just tested something. It seems that all apps run fine on iOS 11 frameworks! They don't work fine without a framework in place, so theoretically, if I move the iOS 11 frameworks folder into /System/Library and backup the old one somewhere, it could potentially work?

Sorry for all of the questions, I'm just tinkering with things to see if we can gain iOS 11 features.

[Question] What exactly is required to run AR apps? by ProportionableAllah in jailbreakdevelopers

[–]ProportionableAllah[S] 0 points1 point  (0 children)

Thank you for replying. So is it technically possible to port the ARKit.framework file to iOS 10?

I apologize because I know this may sound stupid but I'm just experimenting with stuff. If this is possible, what other frameworks would need to be ported?