• Breaking News

    Thursday, April 1, 2021

    iOS Jailbreak [Meta] PSA: Don't Fall For Fake Jailbreaks On April 1st

    iOS Jailbreak [Meta] PSA: Don't Fall For Fake Jailbreaks On April 1st


    [Meta] PSA: Don't Fall For Fake Jailbreaks On April 1st

    Posted:

    Every April Fools Day, some people think it's funny to go on Reddit, Twitter, and Discord to say a new jailbreak has been released for the latest iOS. In some cases, I've seen some people fall for it and update their devices for nothing.

    So this is my warning to you, DO NOT FALL FOR IT!

    For the small chance of a jailbreak being released on April 1st, you can verify its legitness by looking in 2 places:

    1. On this subreddit, if the post has the "Jailbreak Release" flair
    2. On our Discord server, if its in #announcements

    Anyone found to be posting fake jailbreaks on r/jailbreak will be banned for 5 days as per usual, and permanently banned on Discord if done there.

    If you have any questions regarding this, feel free to leave a comment.

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

    [Free Release] F***MyHearing

    Posted:

    [help] Can someone tell me what tweak this might be? idk how this happened, i haven’t installed any new tweaks in a while and this is the first time ive ever seen this in Settings. (im talking about the images on the left of the text and the Ian Beer part)

    Posted:

    [discussion] Is it normal for developers to not refund you, like ever?

    Posted:

    I've asked for refunds on like 5 apps all within an hour of buying them because of crashing or different issues and no one ever responds or refunds. What's going on? It Makes me hesitant to buy anything nowadays. An example is BigSurCenter. I bought it, realized that the app is a really buggy and slow control center and then asked for a refund. No response or refund. This has happened every time.

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

    [Free Release] musicsync - A CLI tool to import/remove songs from the iOS music library using a JSON file

    Posted:

    musicsync

    Download from GitHub

    Made this for my own uses, but thought I might as well make it open source and share it.


    Documentation

    A CLI tool that lets you import/remove from your music library using a JSON file. Useful for mass imports/removals.

    Usage: musicsync <json path>

    If for whatever reason you need to reset your iOS music library, you can do so with the following steps:

    • Before deleting the files below, make sure to do a backup of them.
    • Delete the folder /var/mobile/Media/iTunes_Control/Music
    • Delete /var/mobile/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb
    • Delete /var/mobile/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb-shm
    • Delete/var/mobile/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb-wal
    • Delete the files inside /var/mobile/Media/iTunes_Control/Sync/Media
    • Respring
    • Open Music App

    Tested on iPhone X, 13.5.1 - compatibility for other devices/iOS unknown.


    JSON Format

    Key Type Value
    import Array ImportItem objects
    remove Array RemoveFilterItem objects

    If you don't want to import/remove you can just use an empty array for either key.

    Example JSON:

    { "remove": [ { "artist": "Isaiah Rashad", "title": "Shot You Down" } ], "import": [ { "url": "http:\/\/192.168.4.50:11111\/sync\/mp3\/Runaway.mp3", "artworkUrl": "http:\/\/192.168.4.50:11111\/sync\/artwork\/Runaway.jpg", "artist": "Kanye West, Pusha T", "duration": 548002, "discNumber": 1, "trackNumber": 9, "year": 2010, "genre": "Hip-Hop\/Rap", "title": "Runaway", "album": "My Beautiful Dark Twisted Fantasy", "albumArtist": "Kanye West" } ] }


    ImportItem

    Key Type Value
    url String URL of the song file
    artworkUrl String URL of the artwork for the song
    artist String Song artist
    duration Integer Song duration in ms
    discNumber Integer Disc number of the song
    trackNumber Integer Track number of the song
    year Integer Year of the song
    genre String Genre of the song
    title String Title of the song
    album String Album of the song
    albumArtist String Album artist of the song

    RemoveFilterItem

    Key Type Value
    artist String Artist to filter by
    album String Album to filter by
    title String Title to filter by

    Any of these keys can be omitted, for example if you only want to filter by title your RemoveFilterItem object JSON could look like this:

    { "title": "Bandana" }

    If you want to remove all songs you can simply use an empty RemoveFilterItem object: {}


    Made with help from open source projects:

    • TimerCL (dado3212)
    • MImport (julioverne)
    • Notifica (NepetaDev)
    submitted by /u/henryli17
    [link] [comments]

    [Update] FDots - More dots and Now f*** labels too

    Posted:

    I added:

    • Hide widget page dots
    • Hide icon labels
    • Hide folder labels
    • Hide widget labels

    Repo: https://repo.packix.com/package/com.smokin1337.fdots/

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

    [Tutorial] Calibrate your iPhone’s battery

    Posted:

    If you think your iPhone's battery health could be better but it showing lower battery health you should do this. Note: it will delete your battery usage data 1- First open cydia and install filza file manager. 2- And go /var/containers/Shared/SystemGroup 3- Delete powerlog file 4- Reboot or Ld restart your iPhone Note 2: Your battery health will be empty for a while. After 5-10 minutes, the battery health will appear. (If you want fake battery health you can change it in /var/containers/Shared/SystemGroup/.apple.powerlog/Library/Preferences/powerlogd.plist/Maximum capacity percent There is my screenshots. https://imgbox.com/Ed7PoPDL https://imgbox.com/qdhdunUt

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

    [Discussion] Who are the unsung heroes of the jailbreak community (and their donation links)

    Posted:

    Honestly it's remarkable just how many talented devs donate their time and skill to release tweaks, code & exploits, often with the source for free.

    A lot seems to go unrecognized or unappreciated with the worst members of our community instead giving them shit, I'd bet some devs even end up paying for the privilege. Can we make a list of scene heroes and how to support their efforts?

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

    [Paid Release] CustomizeBW - Spice up your Battery Widget. Available now on Twickd!

    Posted:

    [Question] No Messages notifications on 14.2-14.3. Does anyone know any workaround or potential tweaks that could fix this?

    Posted:

    I made a post earlier but i felt like it may have been a little confusing so let me rephrase:

    Some messages don't have notifications and are essentially already marked as 'read' on arrival. Doesn't happen to all SMS's, but often enough that you have to constantly keep opening your individual conversations regularly during the day to check whether any messages have arrived. The only way to fix this is back out to the main screen of message app or force close the message. I was hoping that someone may have workaround or potential tweak to fix this.

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

    [Request] Tweak to replace Siri with Google Assistant

    Posted:

    [Request] BackgrounderAction for iOs 14

    Posted:

    [Solved] Bakgrunnur

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

    [Help] All tweaks for iMessage don’t work anymore?

    Posted:

    I have been using the tweaks Groups and webMessages for quite some time now and to my surprise as of 3 days ago they no longer seem to load into iMessages it just seems like the stock iMessage now and the desktop application for webMessages is not connecting.

    To troubleshoot I have tried .deleting and reinstalling the tweaks .installing other iMessage tweaks like idunnoU

    Both did not work. Any ideas on how to fix this without redoing my entire jailbreak setup and starting from scratch?

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

    [Question] Which tweak adds +/- 10 sec buttons to the LockScreen in Music app?

    Posted:

    [Request] Powercuff with multiple assign

    Posted:

    I found this image on reddit. Anyone has this modded powercuff ? I want to assign Moderate for normal and Heavy when on LPM. Tried activator listener for powercuff but not working.

    powercuff

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

    [Update] WaveAway 0.9.8 Free Tweak

    Posted:

    All Known Bugs Fixed

    • New Change Time Text (Status Bar)
    • Crash Fixes
    • Performance Improvements
    • Battery Improvements

    Please Comment Feature Ideas

    repo: https://repo.twickd.com

    WaveAway is a free tweak for customizing various features of iOS. iOS 13 and 14 supported.

    Full list of features: Here

    Package: WaveAway

    Please note this is still in beta

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

    [Request] Custom Preferences Selection from Quick Tap Menu

    Posted:

    [Question] is there a discord tweak where when you join VC it automatically switches to your phone speaker instead of manually doing it?

    Posted:

    [Help] I can't change my carrier text string no matter what I do

    Posted:

    Hello everyone, first off this is my first post and I'm a newcomer to jailbreaking. I recently got my hands on an iPhone 6S running IOS 13.5.1, and I've been trying to change the carrier text string for a project, but no matter what tweak I use, it doesn't work. I've used both Carrierizer 1 and 2, mikoto, and even SpringPlus11 to no avail. The phone itself used to run on AT&T. but the service for it ended. Help would be greatly appreciated! Thank you!

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

    [QUESTION] Are there any tweaks to prevent phone from rebooting/unjailbreaking overnight?

    Posted:

    If not, how else can I prevent this?

    submitted by /u/Need-sleep-how
    [link] [comments]

    [question] Any tweak that disables this useless page?

    Posted:

    [QUESTION] how do I downgrade apps with Appstore++?

    Posted:

    I have it installed, now what?

    submitted by /u/Need-sleep-how
    [link] [comments]

    [Request] 3G/LTE/5G Band Selector

    Posted:

    [Request] Is there anything we could do about these limitations on iOS for the DS4? Mainly I’d like to be able to assign the PS button and touchpad on emulators and... possibly change the light bar color?

    Posted:

    [Request] Does anybody know a tweak that stops this notification from popping up i’ve tried a lot of different things but nothings working for me. i’m on iphone X ios 14.0

    Posted:

    [Request] Tweak to make custom WWDC21 wallpaper with own Memoji

    Posted:

    I have seen meWWDC21 but it doesn't replicate the same MacBook angle and is not very accurate. Also the quality is based

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel