• Breaking News

    Tuesday, June 18, 2019

    iOS Jailbreak [Release] SleepAid - enable greyscale until your alarm goes off (iOS12)

    iOS Jailbreak [Release] SleepAid - enable greyscale until your alarm goes off (iOS12)


    [Release] SleepAid - enable greyscale until your alarm goes off (iOS12)

    Posted: 17 Jun 2019 12:52 PM PDT

    SleepAid was made to help keep you off your phone at night when you want to go to sleep by enabling greyscale. After enabling the tweak from either the preferences app, or the control center module you're device will be put into greyscale, and you will not be able to turn it off from the tweak settings. Once your morning alarm goes off the tweak will instantly disable greyscale! SleepAid currently only supports iOS 12. (If you want to use the CCModule you'll need to install CCSupport)


    Repo: https://idevicehacked.com/

    Depiction: https://idevicehacked.com/depictions/?p=com.idevicehacked.sleepaid

    Prefs Screenshots: https://idevicehacked.com/depictions/screenshots.html?p=com.idevicehacked.sleepaid


    Let me know if you have any issues or feature requests!

    submitted by /u/LucifersCircle
    [link] [comments]

    [Request] is there a tweak ??? Full screen picture/ video on camera app .. currently if you take a picture w an iPhone X then you go to photos it looks like you took it from a small phone.

    Posted: 17 Jun 2019 03:22 PM PDT

    [Request] A tweak for Apple Music that allows us to swipe to skip songs and go back to previous songs. Like how Spotify does it.

    Posted: 17 Jun 2019 01:42 PM PDT

    [Request] A tweak to make an infinite mirror home screen.

    Posted: 17 Jun 2019 04:13 PM PDT

    [News] Emulating iOS on QEMU: Running a bash shell

    Posted: 17 Jun 2019 03:09 PM PDT

    [Release] LastUnlock - See the last time your device was unlocked !!

    Posted: 17 Jun 2019 03:19 PM PDT

    From a request found here: https://www.reddit.com/r/jailbreak/comments/c19ftb/request_tweak_that_shows_the_last_time_phone_has/

    This replaces call to action (Press Home/Swipe Up to Unlock) with the time and date of the last unlock. No settings to configure as of now.

    Repo: https://idevicehacked.com

    If you like my work consider donating from the depiction in Cydia/Sileo, thanks. !!

    submitted by /u/smokin1337
    [link] [comments]

    [Release] DaemonDisabler - Disable / Enable launch daemons from Settings

    Posted: 17 Jun 2019 09:56 AM PDT

    Someone mentioned something about disabling launch daemons in another post and I realized there was no easy & safe way to disable iOS launch daemons (iCleaner for example renames system files which is potentially destructive). This tweak will let you disable daemons only while jailbroken so there's no risk of messing up your rootfs. Changes happen immediately so there's no need to respring to enable / disable a daemon. When re-enabling a daemon you'll be asked if you want to kickstart it, if you don't know what kickstarting a daemon does just press yes.

    If you experience problems after disabling a daemon and can't get into iOS, rejailbreak with tweaks off and open /var/mobile/Library/Preferences/com.level3tjg.daemondisabler.plist and change the value for the problematic daemon back to yes (or just delete the file.)

    Tested on iOS 10 - 12 (h3lix and unc0ver), probably works on every iOS though

    Repo: https://level3tjg.github.io

    submitted by /u/level3tjg
    [link] [comments]

    [Upcoming] InvisiShot - Removes the Annoying Screenshot ui in iOS 11-12

    Posted: 17 Jun 2019 04:57 PM PDT

    [Discussion] I'm still on iOS 10. Never updated because after every new update, they said don't update because their "probably wont" be a jailbreak. But every time, a jailbreak comes out. What should I do?

    Posted: 17 Jun 2019 03:23 PM PDT

    I remember when iOS 11 came out, it was the end of the world. Then they got a jailbreak for it. Then, iOS 11.4.1 came out and it was the end of the world, then iOS 12 came out, and so on. I'm so sick of this continuous cycle. I guarantee, there are other users like me possibly on even older jailbreaks, on iOS 9, 8, etc. My iPhone 7 came with iOS 10.1.1 2 years ago so I got lucky. But i've had plenty of opportunities to upgrade but I never did because of the scares and panic of the community going apesh*t saying "DoNt UpDaTe YoUlL lOsE yOuR jAiLbReAk FoReVeR". What should I do now? It don't even know what version of iOS is being signed right now. I know it's iOS 12 but that's about it.

    submitted by /u/_Vox_Populi_
    [link] [comments]

    [Release] randCColor - randomize the color of your cc modules

    Posted: 17 Jun 2019 01:45 PM PDT

    Hey r/jailbreak this is my first tweak! This tweak is based off of u/laughingquoll's tutorial which was made for iOS 10, but I discovered that it doesn't work correctly on iOS 12 and probably iOS 11. So I updated it.

    Screenshot

    Note: Currently the color only randomizes when the device resprings and the Connectivity Module is opened for the first time. The glowing is caused by another tweak im making.

    You can get it from my repo : https://biD3V.github.io/repo/

    submitted by /u/biD3V
    [link] [comments]

    [Update] Shadow 2.0.8 - jailbreak detection bypass - stability and performance improvements

    Posted: 17 Jun 2019 12:53 AM PDT

    Been focusing more on stability improvements for Shadow lately, and after quite a bit of testing I feel this release vastly improves on stability and performance compared to previous versions.

    For those who don't know what Shadow is, Shadow is a general jailbreak detection bypass that aims to hide any trace of jailbreaking from sandboxed apps. It achieves this by overriding every possible method in the iOS SDK that may be used to detect jailbreak files. All file paths that apps request are checked against a built-in whitelist and a dynamically generated blacklist (file map).

    By default, basic Shadow functionality will be enabled for all apps. More advanced functionality and selective enabling can be tuned in Settings. (First time users: I recommend to generate a file map or enable the automatic generation setting.)

    Methods of jailbreak detection that Shadow currently handles:

    • File checks
    • Loaded library (dylib) checks
    • URL scheme checks (cydia://, zbra://, sileo://, etc...)
    • Substrate function address checks (dynamic linker, advanced dylib filters)
    • Root mount checks
    • Sandbox integrity checks
    • Debugging checks

    Shadow is tested on my own iPhone 7 with iOS 12.1.2 with the Chimera and unc0ver jailbreaks. It should (theoretically) support iOS versions 8.0 to 12+, as well as A12 devices.

    As a side note, app-specific bypasses are currently not the primary focus for Shadow. I do believe most app-specific bypasses are not needed at all if all traces of jailbreaking are hidden successfully. There are some app-specific bypasses already built-in to Shadow (via the "Bypass Detection Libraries" setting, enabled by default).

    Notable changes in 2.0.8:

    • Improved Lockdown Mode: it will now unload other tweaks.
    • Improved Tweak Compatibility
    • Improved Stability and Performance
    • Improved Preferences (since 2.0.2)
    • Now uses "sbreload" if available

    Additional notes:

    • Other jailbreak detection bypasses may conflict with Shadow or result in redundant path checking. If you use multiple bypasses, please ensure to enable them exclusively for apps whenever required.
    • UnSub or similar tweaks that disable code injection will disable Shadow's bypass functionality. If an app is only checking for code injection as their method of jailbreak detection (Snapchat, USAA), then disabling code injection should be sufficient for bypassing jailbreak detection. Lockdown Mode achieves a similar effect, but Substrate/Substitute is still injected in the app and may still be detected.

    I hope this bypass works out for most of you fellow jailbreakers!

    Repo: https://ios.jjolano.me/

    Source: https://github.com/jjolano/shadow

    • If there are any issues such as apps crashing, please ensure it is a result of Shadow being enabled for that app and provide a crash log from CrashReporter or Cr4shed, submitted as a GitHub Issue.

    Shadow depends on the latest versions of Cephei and RocketBootstrap to provide preferences. You may need to ensure these repos are added:

    A lot of time and effort has been put into this tweak to defeat jailbreak detection, I do appreciate all of your supportive messages :)

    Another way to support me (via donation) is accessible at the bottom of Shadow's settings. If this bypass has worked out for you, I would appreciate monetary tips as well :)

    submitted by /u/jjolano
    [link] [comments]

    [Release] NotchControl - Control with your Notch

    Posted: 17 Jun 2019 08:33 AM PDT

    Hi, r/jailbreak. Long time no see.

    I finally finished NotchControl, so I released it!

    It's "Free" and "Open Source" It's made for notch devices but supports all 64-bit devices.

    It's available to download on Nepeta's repo! https://repo.nepeta.me/

    Depiction (Screenshots): https://repo.nepeta.me/depiction/com.peterdev.notchcontrol

    For those who says "You copied ExoNotch", NotchControl was the first.(see commits on github) I let macs to make it have html modules and release it.

    And thanks to @LuMartti for the beautiful icon!

    submitted by /u/iospeterdev
    [link] [comments]

    [Question] How to apply custom gif to respring logo on XR 12.1?

    Posted: 17 Jun 2019 04:36 PM PDT

    [request] Glitch with Zenith tweak that I would like to have it permanent. For notifications. Or app in use.

    Posted: 17 Jun 2019 03:41 PM PDT

    [Question] Is there a tweak to save all Notifications ? So if someone sends me something on IG but unsends it I can see who did ?

    Posted: 17 Jun 2019 09:35 AM PDT

    [Request] Is there an equivalent to Mapsopener for iOS12 A12 devices??

    Posted: 17 Jun 2019 08:24 PM PDT

    [Giveaway] Scenic for iOS

    Posted: 17 Jun 2019 03:57 PM PDT

    [Discussion] What are the best patches you’ve found on {{Flex 3}} ?

    Posted: 17 Jun 2019 01:47 PM PDT

    [question] does anybody know how to make for cappd tweak to automatic run the execution after jailbreaking or rebooting? If not otherwise after reboot always need to reinstall cappd tweak.

    Posted: 17 Jun 2019 10:23 PM PDT

    Using iPhone X uncover

    submitted by /u/tianen1991
    [link] [comments]

    [Request] Tweak to show DEVICE TEMPERATURE (or battery temp) in status bar or lock screen

    Posted: 17 Jun 2019 11:17 AM PDT

    Can a tweak be made to show device or battery temperature in the status bar or lock screen?

    Only way to do this that I know of, is in the Battery Life app... But I'd like to find a tweak to show it in an easily accessible place, like status bar or lock screen.

    submitted by /u/joseg4681
    [link] [comments]

    [Discussion] is there anyway to get Iwhiteboard work for A12 without Activator.

    Posted: 17 Jun 2019 07:41 PM PDT

    [Discussion] Before i go any further someone stop me , i want to up my phone volume and i saw a thread on how to through filza with editing VolumeLimits to 0.99 from 0.89 will there be any side effects ? Or will i be fine

    Posted: 17 Jun 2019 06:19 PM PDT

    [Question] Most connectivity modules disappear on respring, while the remaining two are shifted down?

    Posted: 17 Jun 2019 11:10 PM PDT

    [Question] Does anybody else have this problem with PortraitLock on A12/Chimera? It says updated for A12.

    Posted: 17 Jun 2019 10:52 PM PDT

    [Question] How do i fix this using Eclipse? 1. White “shadows”, 2. Pictures on google not showing

    Posted: 17 Jun 2019 12:07 PM PDT

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel