• Breaking News

    Sunday, February 2, 2020

    iOS Jailbreak [News] Washington Post says jailbreaking helps improve overall iOS security by giving users access to find deep level security bugs for Apple to learn from and patch

    iOS Jailbreak [News] Washington Post says jailbreaking helps improve overall iOS security by giving users access to find deep level security bugs for Apple to learn from and patch


    [News] Washington Post says jailbreaking helps improve overall iOS security by giving users access to find deep level security bugs for Apple to learn from and patch

    Posted: 01 Feb 2020 05:38 PM PST

    [Release] [Tutorial] Qemu for iOS! Run Linux on your iOS device!

    Posted: 01 Feb 2020 07:36 AM PST

    While qwerty's dual-booting/pangoOS sounds great, sometimes it's better to emulate to get the better of both OSes.

    This is a CLI tool! No tweak to install, use by either ssh'ing or a terminal application!

    Qemu was compiled with tcg accel only, arm, aarch64, i386, and x86 softmmu targets included, and uses some musl-c code to add ucontext support- using the iOS 12 SDK. I've been slowly working towards expanding my personal amount of tools, to include things like v8 nodejs and whatever I find interesting.

    Tutorial part of this post, installing raspbian.

    Installing For Host

    Very experimental testing repo for now, so sadly no repo to add, install by hand or use python3's simple http server from an computer or mine from elucubratus (sorry!).

    • git clone --branch testing https://github.com/MCApollo/MCApollo.github.io

    • ifconfig | grep inet # Grab your local IP or use localhost

    • cd MCApollo.github.io/Public/

    • python3 -m http.server 80

    Or painfully install by hand: glib gettext libffi pcre gnutls gmp libidn2 gettext libunistring libtasn1 libunistring nettle gmp p11-kit libffi unbound libevent openssl jpeg-turbo libpng libssh openssl libusb lzo ncurses pixman libpng vde & qemu

    Make sure you have "unzip" and "wget" installed!

    Add your local IP (http://192.168.X.X/) to your favorite package manager and install Qemu normally, remove the local repo when the install finishes.

    Creating a image

    Download a few things

    export PATH=/opt/local/bin:${PATH}

    cd ~/; mkdir qemu-pi; cd qemu-pi

    wget https://downloads.raspberrypi.org/raspbian_lite_latest -O raspbian.zip

    unzip raspbian.zip && rm raspbian.zip

    https://github.com/dhruvvyas90/qemu-rpi-kernel?files=1

    Download the matching kernel and versatile-pb.dtb

    qemu-img convert -f raw -O qcow2 *.img raspbian.qcow

    qemu-img resize *.qcow +2G

    rm *.img

    Execute

    Remember that everything install to /opt/local/bin to easier separate from your jailbreak's tools, re-export $PATH if you need to.

    qemu-system-arm -kernel ./kernel-* -append "root=/dev/sda2 rootfstype=ext4 rw" -hda ./raspbian.qcow -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -dtb versatile-pb.dtb --accel tcg,thread=multi -net nic -net user,hostfwd=tcp::5555-:22

    Wait until the login prompt is reached (~2mins), go ahead and ssh pi@localhost -p 5555 or login on the serial TTY, you're now running raspbian on your iOS device!

    It's very possible now to run your favorite windows 98 OS, or TempleOS, to a modern arm/aarch64 linux distro for a neat development environment. Qemu has a vnc server compiled in for those Xorg people, all you have to do is connect to it.


    If you have any questions, comments, or concerns, feel free to let me know. - Mac

    EDIT

    The dynamic error comes when using checkra1n. MAP_JIT along with the dynamic-codesigning entitlement is the solution used to enable JIT. I'm sorry for not testing enough to notice this isusue before making a post, Go bug whoever to fix for now while I slowly find the time to fix.

    unc0ver (when using substitue), crashes after vm_allocate, telling me that the memory gets mapped as JIT, but quietly crashes in the background when trying to access the memory.

    The best case scenario would just to find to change to W^X with vm_mprotect with the slim chance that it's supported, to the worst case would be to having rewrite a lot of code to do it the traditional way of flipping between R^W & W^X that works with the usual seen JIT implementation.

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

    [Request] Amber for iOS 13

    Posted: 01 Feb 2020 10:16 PM PST

    This was a super cool tweak and it was one that made my phone stand out. I always imagined going to a thing where people would put up their flashlights and I would be the only one with a orange flashlight😂. Idk but nonetheless this a great tweak that utilized the flashlight in a way unimaginable before.

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

    [Request] An easier way to copy/delete/upload screenshots to Imgur. Reposting this again to hopefully get some iOS 13 interest.

    Posted: 01 Feb 2020 11:38 AM PST

    [Question]anyone else experiencing this using [[Axon]]?

    Posted: 01 Feb 2020 07:09 PM PST

    [Release] QEMU installer scripts for iOS, including OS installers

    Posted: 01 Feb 2020 01:27 PM PST

    Get it here: https://github.com/Randomblock1/qemu-ios-installer

    Here's what's included (copied from README.md)

    qemu-ios-installer

    installer scripts to install qemu, download OSes, and more (in development)

    what they do

    qemuinstaller

    installs QEMU from the testing MCApollo repo, using python3 as a http server

    getraspbian

    gets raspbian image and kernel to emulate with qemu

    qemu-raspbian

    runs QEMU with the raspbian image (will be replaced by another script eventually)

    Future plans: create more installers for OSes, make it interactive, make sure jbctl is configured correctly, etc. Maybe eventually make an app for this! (no experience with app devving though so... probably not)

    All credit goes to /u/LULShotz for actually compiling QEMU and the original instructions.

    Please report any issues in the GitHub Issue tracker.

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

    [Help] Jellyfish thinks today is the 32nd of February (date format E DD MMM)

    Posted: 01 Feb 2020 06:18 AM PST

    [Update] Little11 - Adds option to disable gestures while the keyboard is open and more

    Posted: 01 Feb 2020 10:29 AM PST

    A new update of Little11 is finally here! The main highlight of this update is the option to disable gestures while the keyboard is open - a highly requested feature.


    Changelog :

    • Adds option to disable gestures while the keyboard is active
    • Adds option for the iPad Dock
    • Improvements to the preference pane
    • Fixes issues with Facebook stuttering and freezing
    • Rounded Screen Corners now also apply for Reachability
    • Improves support for Twitter
    • Performance Improvements

    The tweak update is out on Packix. Little11 is also fully open-source and can be found here: https://github.com/ryannair05/Little11

    I also have a newly made Twiter account now if you want to follow me @ryannair05

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

    [Release] Instagram Show Likes Free deb

    Posted: 01 Feb 2020 08:50 AM PST

    Hello, so earlier today I saw this post from user /u/FreitasRod about a user "stealing" his flex patch. Although, I don't know for sure if the user stole the tweak as it is a simple boolean flip, I saw many users writing comments about a deb for this patch. As many don't know how to use Flex or don't own it I thought of making a deb for this simple patch and making a repo to host it. I compiled it for both arm64 and arm64e but I don't own an arm64e device to test it.

    All in all, you must all thank /u/FreitasRod for this. He made this tweak and he should take all the credits. Hope he don't mind making this into a deb in order for it to be accessible for more users! ;)

    HERE is the repo. Enjoy

    P.S. This deb should only be useful for users in US .

    P.S.2 Sorry for the horrible html. I was in a hurry.

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

    [Question] Is there a way to move Kalm upwards?

    Posted: 01 Feb 2020 07:00 PM PST

    [Request] Adjust this slider from the CC

    Posted: 01 Feb 2020 11:26 AM PST

    [Request] a tweak to block incoming texts by keyword: the amount of spam I get directed towards someone named Xavier is ridiculous

    Posted: 01 Feb 2020 10:54 AM PST

    [Discussion] Boxy 4 vs HomePlus beta?

    Posted: 01 Feb 2020 06:39 PM PST

    I just noticed Boxy 4 has been released. Kind of bummed that I just bought Boxy 3 a couple months ago and I now have to pay full price for this update as well, especially seeing HomePlus Beta is free. Wondering if anybody who has tried both can give an answer of which has better reliability. I find HomePlus to be much less glitchy then Boxy 3 was so not sure if the bugs were squashed. I'll cough up the $1.99 if I'm missing out on something (again, why we should have free trials). Thanks in advance for any answers!

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

    [DISCUSSION] Is Wraith being detected on IOS 13 for anyone else?

    Posted: 01 Feb 2020 04:16 PM PST

    [REQUEST] Tweak to retain Weather Locations in Weather App when Location is turned off. IOS 13.3

    Posted: 01 Feb 2020 01:32 PM PST

    I never have locations on unless I need it to navigate or similar. Since IOS 13.*, Weather app deletes locations entered if and when 'locations' is turned off globally. Up until 13, Weather app didn't do this and retained your cities regardless of your actual location. Total invasion of privacy Apple! I mean, entered locations work regardless of if you're actually in that city or not, why would they rely on 'Locations' being turned on to work? BRING BACK OLD WEATHER APP BEHAVIOR!!! :)

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

    [Question] Cydia Substrate and unc0ver

    Posted: 01 Feb 2020 03:59 PM PST

    I have a pre-A12 device using unc0ver and I had updated Cydia Substrate from 0.9.7033+dummy to 0.9.7100 and this removed "u0 Substrate Transitional". I rebooted, resigned unc0ver with Xcode, and rejailbroke and this update was reverted. Which version of these packages is really supposed to be present in a pre-A12 device?
    Thanks

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

    [Update] TweakReviewsDB v0.6 - Multiple UI changes to make browsing reviews easier

    Posted: 01 Feb 2020 12:04 AM PST

    [Request] update Unicode faces to support IOS 13

    Posted: 01 Feb 2020 04:11 AM PST

    [Upcoming] Automatic QEMU installer script- coming soon to a terminal near you

    Posted: 01 Feb 2020 10:41 AM PST

    [Request] Show a notification when pencil is at 100% battery

    Posted: 01 Feb 2020 08:10 PM PST

    [Help] Installed Slices 3 on my iPhone XS Max (iOS 12.0), went to “Applications” & nothing shows up. Tried respringing but to no avail. Anyone know what I can do?

    Posted: 01 Feb 2020 09:16 PM PST

    [Question] Convert Global blobs to GSM?

    Posted: 01 Feb 2020 09:13 PM PST

    I really hope I'm not SOL here. So back in February of last year, I saved all the current blobs for my phone with my proper ECID and whatnot, but I chose Global instead of GSM. Is it possible to convert it to GSM or am I screwed? Doesn't it have mostly the same Data?

    Thanks for any tips you can provide.

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

    [Help] Battery being drained by carkitd?

    Posted: 01 Feb 2020 09:11 PM PST

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel