• Breaking News

    Tuesday, November 26, 2019

    iOS Jailbreak [Discussion] This is how all apps should treat jailbreak detection (Zoho Mail)

    iOS Jailbreak [Discussion] This is how all apps should treat jailbreak detection (Zoho Mail)


    [Discussion] This is how all apps should treat jailbreak detection (Zoho Mail)

    Posted: 25 Nov 2019 09:46 AM PST

    [Tip] Use Filza to search your entire text message history!

    Posted: 25 Nov 2019 07:49 PM PST

    Ever wanted to search your entire text message history for a particular phrase, or quickly pull up the texts that you exchanged with your best friend back in 2016? With [[Filza File Manager]], you can! Just open up Filza, go to /var/mobile/Library/SMS, open sms.db, and then go into the table called "messages." Then in the search field at the top, change it to the following:

    select datetime(SUBSTR(message.date, 1, 9) + strftime('%s', '2001-01-01 00:00:00'), 'unixepoch', 'localtime') as [Message Date], chat.chat_identifier as Number, message.text as Message, case when message.is_from_me = 0 then 'Received' else 'Sent' end as Direction from (chat left join chat_message_join on chat.rowid = chat_message_join.chat_id) left join message on chat_message_join.message_id = message.rowid where Number like '%XXXXXXXXXX%' order by date asc

    Make sure you substitute the other person's phone number where the X's are (for example, 2125551212). This also works for emails if you were communicating via text-to-email. Don't forget the % symbols! Then press Search on your keyboard. After a couple seconds, you'll see a chronological list of all your text messages with that person. (Unfortunately I don't think that Filza can export this to a file or anything like that, but at least it shows you the goods!)

    You can add additional conditions to the search, too. For example, add the following if you want to look for specific phrases within messages:

    and Message like '%search term%'

    You'd put this just before the "order by" statement (example below). Similarly, you can search for messages within a certain date range by adding this to the where clause -- let's say for all messages in January of 2019:

    and [Message Date] >= '2019-01-01' and [Message Date] <= '2019-01-31'

    Example: To search for all text messages between you and 617-555-1212 in 2018 that contain the word "jailbreak," you'd use the following query:

    select datetime(SUBSTR(message.date, 1, 9) + strftime('%s', '2001-01-01 00:00:00'), 'unixepoch', 'localtime') as [Message Date], chat.chat_identifier as Number, message.text as Message, case when message.is_from_me = 0 then 'Received' else 'Sent' end as Direction from (chat left join chat_message_join on chat.rowid = chat_message_join.chat_id) left join message on chat_message_join.message_id = message.rowid where Number like '%6175551212%' and Message like '%jailbreak%' and [Message Date] >= '2018-01-01' and [Message Date] <= '2018-12-31' order by date asc

    You don't even have to specify a phone number… just use where Number like '%' (or remove that part of the where clause entirely) and you'll return all the messages you sent to anyone that contain the word jailbreak during that date range. Feel free to mix it up in the where clause too… you could, for example, write a where clause that displays all messages that contain "unc0ver" and/or "chimera" ;)

    I hope this helps someone!

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

    [Question] What tweaks are used to achieve this?

    Posted: 25 Nov 2019 08:18 PM PST

    [News] New Cydia beta available

    Posted: 25 Nov 2019 04:52 PM PST

    [Discussion] First AppleTV 4K jailbroken with checkra1n!

    Posted: 25 Nov 2019 10:30 PM PST

    [UPDATE] Reprovision update available

    Posted: 25 Nov 2019 08:26 AM PST

    Just checked Cydia and there was an update for Reprovision.

    Tested it and solved the issue.

    Edit: another update has been pushed

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

    [news] experimental PR aims to add iOS support for dolphin emulator

    Posted: 25 Nov 2019 01:03 PM PST

    [News] ReProvision has been updated to Experimental 5 go get it now!

    Posted: 25 Nov 2019 08:35 AM PST

    [Upcoming] NightGram - Instagram OLED dark mode

    Posted: 25 Nov 2019 02:16 PM PST

    [Update] NPurge - Updated for iOS 13

    Posted: 25 Nov 2019 06:15 PM PST

    See the original release post here: https://new.reddit.com/r/jailbreak/comments/bz6ed6/release_npurge_refresh_to_purge_notifications/

    1.0.5 ONLY works on iOS 13 if you are on iOS 12 stay on version 1.0.4 !! I will add iOS 12 support back later, i accidentally deleted some code for it.

    Repo: https://idevicehacked.com/depictions/?p=com.smokin1337.npurge

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

    [News] Some have reported that changing your Password for your Apple ID and re-logging into the updated ReProvision will work and accept it. I have not tested, because it worked fine for me. Test and post here if it worked or not.

    Posted: 25 Nov 2019 03:31 PM PST

    [Request] Camera Night Mode tweak for iPhone X? We all know it’s software.

    Posted: 25 Nov 2019 04:17 AM PST

    [Beta] LockGlyph Modern 0.9 for iOS 11-13

    Posted: 25 Nov 2019 12:37 PM PST

    "Simple, yet stylish. LockGlyph Modern adds the Apple Pay finger scanning animation to the lock screen, and animates when you unlock. It supports custom themes, sounds and colours."

    LockGlyph Modern uses LockGlyphX as a base, developed originally by evilgoldfish, Sticktron and AppleBetasDev - all themes that worked on LockGlyph and LockGlyphX will work here. This is a beta, there will be bugs. iOS 11 support is untested.


    Download for free from my beta repo https://cydia.invoxiplaygames.uk/beta/

    View more information at https://cydia.invoxiplaygames.uk/package/lockglyphmodern

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

    [Discussion] Why checkra1n windows won't come for a while

    Posted: 25 Nov 2019 04:29 AM PST

    I'm no expert but I keep seeing people ask for it, sometimes satirical sometimes genuine annoyance. I'm making this to hopefully help people understand why it's not coming as soon as everyone wants.

    I would also like to make it clear I am in no way affiliated or in contact with anyone else who is affiliated or in contact with checkra1n or the checkra1n devs. This is all information anyone has access to.

    Work is ongoing to support Windows and Linux, which will be added in a later release. -checkra.in beta 0.9.5

    They're working on it, but it's not easy:

    Q: When is Windows support coming? A: We need to write a kernel driver to support Windows (which is a very complex piece of code!) which will take time. Rest assured however, we are working hard on it. -checkra.in FAQ

    Note "We need to write a kernel driver to support Windows (which is a very complex piece of code!)", not a super easy thing to do.

    checkm8 is not a simple exploit, I mean look how long it took to discover it! I'm sure it requires a lot of complex stuff to work properly. I'm sure it's a very different process on windows than it is on macOS or linux.

    Trust me I want a windows release as much as anybody but Linux will be supported first. Linux and macOS are both UNIX-like OS's so the kernel/core/base system/whatever the fuck is very similar, it's just easier to port from macOS to Linux like if windows 7 apps weren't compatible with windows 10 you wouldn't think it to be too hard to port it.

    I'm sure they know you want a windows release. You don't need to harass anyone for it. You could always kindly ask how progress is, they don't have to answer but if you ask nicely they might just. Plus if people keep harassing the devs they might just not want to make a windows port. No one is obligated to do this they make no money, hell they don't even have donations set up yet! *read edit*

    When Linux support comes anyone who is tech-savvy enough to jailbreak is smart enough to figure out how to make an ubuntu live-USB and goto the website and download the (yet to be released) Linux version.

    I do feel like I'm repeating a lot of what has been said already about other devs not doing what people want. I really like this community and I would hate for the very talented devs and security researchers to hate it.

    I hope this helps some people understand why it's not happening as soon as everyone wants.

    Happy Jailbreaking!

    *Edit: /u/hunterkll cleared a common misconception that I fell for:

    Linux and MacOS are WILDLY different at the kernel level! Linux is a monolithic kernel and Mach (MacOS) is a hybrid microkernel just to start! Hell, it's architectually almost closer to windows than linux, as NT is a hybrid microkenrel as well.

    Base level/driver/etc code is wildly different as well on macos givent he frameworks like iokit that exist. Yes, it could be easier, but porting to linux isin no way shape or form easier just because they have similar front facing userland bits.

    In fact, macOS's userland bits are BSD derived, not linux derived, so they're still even different....

    This doesn't mean it's harder it's still easier to port to Linux than windows given the whole windows kernel driver thing.

    submitted by /u/8-BitKitKat
    [link] [comments]

    [Tutorial] How to fix Cydia Substrate if it suddenly disables itself (checkra1n)

    Posted: 25 Nov 2019 10:02 PM PST

    a.) Terminal/SSH (Install NewTerm 2/OpenSSH to do this)

    1.) Open Terminal/SSH. 2.) Sign in as root (default password is "alpine", if it's still the default password you should probably change that). 3.) Type "/etc/rc.d/substrate". Hit return. 4.) Enter the "killall SpringBoard" or "sbreload" commands. 5.) Done!

    b.) Reinstall Cydia Substrate from the checkra1n repo

    1. Open your package manager of choice, and reinstall Cydia Substrate from the checkra1n repo and respring.
    submitted by /u/smolsarahios
    [link] [comments]

    [Request] statuspeak like tweak for ios 12-13

    Posted: 25 Nov 2019 02:07 PM PST

    [Question]Hi, is there a tweak to download games and apps that are incompatible with the new ios?

    Posted: 25 Nov 2019 02:14 PM PST

    [Request] UPDATED A12 tweak to simply show time in CC, such the the circled location.

    Posted: 25 Nov 2019 06:42 PM PST

    [Request] Tweak to run CarPlay on iPadOS 13 - it could be very nice!

    Posted: 25 Nov 2019 04:17 AM PST

    [Release] Orion - Bring Peek & Pop back to iOS 13

    Posted: 25 Nov 2019 03:56 AM PST

    [Tutorial] How to try both the checkra1n and unc0ver jailbreaks without losing your tweaks + how to run checkra1n’s Substrate on unc0ver!

    Posted: 25 Nov 2019 07:53 PM PST

    a.) How to switch between unc0ver and checkra1n

    1. Install Filza and Terminal. In Filza, create a file at "/" called ".mount_rw".

    2. Run checkra1n.

    3. After that's done, open Terminal, log in as root, and run "touch / .mount_rw".

    4. Respring.

    If all goes well, it should work!

    b.) How to use checkra1n's Substrate on unc0ver! (Probably a bit risky, I assume no responsibility for what happens to your device.)

    1. Remove unc0ver's version of Cydia Substrate.

    2. Add this repo to Cydia: https://checkra.in/assets/mobilesubstrate/.

    3. Install checkra1n's Cydia Substrate fork.

    4. Respring, and enjoy a much more stable version of Substrate!

    EDIT: In order to do this you have to be jailbroken initially with unc0ver.

    Posting this because I know there are some folks on 12.4 that wanna try checkra1n without updating. If your phone reboots simply use unc0ver to re-jailbreak until you're near a computer again. :)

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

    [Question] Every time I try to install system files, this happens, what’s causing this?

    Posted: 25 Nov 2019 07:14 PM PST

    [Request] Any one know of a way to play N64 games on iOS 13? I’m stumped

    Posted: 25 Nov 2019 05:37 PM PST

    I need to put some text here so they don't remove my post Focus on the title :3 Blah Blah Blah Blah Blah Blah

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

    [Request] Tweak to allow High-Key Light Mono for older iPhone? It’s nice and idk why Apple didn’t allow to get this one for iPhone X.

    Posted: 25 Nov 2019 04:09 AM PST

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel