# filza_rootlessJB3 **Repository Path**: lcklo/filza_rootlessJB3 ## Basic Information - **Project Name**: filza_rootlessJB3 - **Description**: https://github.com/tigisoftware/rootlessJB3.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Description ## Important You can install Filza and Apps Manager from SSH (use script install_filza.sh and install_am.sh) More info please read this page: https://www.tigisoftware.com/default/?p=348 ## Description Blah blah, read this: [How to make a jailbreak without a filesystem remount as r/w](https://github.com/jakeajames/rootlessJB/blob/master/writeup.pdf) - Powered by jelbrekLib ## Support - All A9-A11 devices - All A7-A8 devices ## To be supported (sorted by priority) - A12 devices **DO NOT ASK FOR ETA** ## Usage notes - voucher_swap is used for 16K devices, and v3ntex for 4K ones. - Binaries are located in: /var/containers/Bundle/iosbinpack64 - Launch daemons are located in /var/containers/Bundle/iosbinpack64/LaunchDaemons - /var/containers/Bundle/tweaksupport contains a filesystem simulation where tweaks and stuff get installed - Symlinks include: /var/LIB, /var/ulb, /var/bin, /var/sbin, /var/Apps, /var/libexec All executables must have at least these two entitlements: platform-application com.apple.private.security.container-required - Tweaks and stuff get installed in: /var/containers/Bundle/tweaksupport the same way you did with Electra betas. - Tweaks must be patched using the patcher script provided. (Mac/Linux/iOS only) or manually with a hex editor - Apps get installed in /var/Apps and later you need to run /var/containers/Bundle/iosbinpack64/usr/bin/uicache (other uicache binaries won't work) # iOS 12 - amfid is patched, however it'll require you to resign everything with a cert. Use `codesign -s 'IDENTITY' --entitlements /path/to/entitlements.xml --force /path/to/binary` **or** inject everything as usual. However note that soon I won't be injecting stuff automatically on jailbreak anymore! - You **can** tweak App Store apps, but you'll either have to call jailbreakd's fixMmap() yourself **or** resign things with a real cert and amfid will handle that for you. Second option is preferred. See previous point on how to. - This is not dangerous and cannot screw you up. - Tweaks pre-patched for rootlessJB 1.0 and 2.0 will not work. Use new patcher script. (ldid was replaced with ldid2!) # iOS 12 - UPDATE - Added a modified dpkg (https://github.com/limneos/dpkg/) that automatically handles patching, moving, entitling, trusting ,app-installation and daemon injection for debs - Added recompiled dropbear v2018.76 customized for rootlessJB with fixed shell (still accepts --shell) , additional --path option to set ssh-exported path, correct scp paths and motd. - Added recompiled ldid2, plutil, bintools (nm,strings,diff) - Added tweaks check on re-jailbreaking to re-enable apps and daemons ## Deb files - Some packages are taken from CoolStar' Electra repo patcher usage: ./patcher /path/to/deb /path/to/output_folder Thanks to: Ian Beer, Brandon Azad, Jonathan Levin, Electra Team, IBSparkes, Sam Bingner, Sammy Guichelaar.