Top products from r/jailbreak
We found 47 product mentions on r/jailbreak. We ranked the 186 resulting products by number of redditors who mentioned them. Here are the top 20.
2. AirReceiver
Sentiment score: 1
Number of reviews: 3
Support AirMirror. The best screen cast performance on Android. Fully support IOS12 and the latest Youtube video.Support Google Screen Cast. You can cast your android screen to your FireTV using Google Cast.Support DMP/SMB Client, you can directly pull media content from NAS server using your FireTV...

3. Programming in Objective-C (Developer's Library)
Sentiment score: 2
Number of reviews: 3

4. Apple Lightning to Digital AV Adapter
Sentiment score: 1
Number of reviews: 3
Put your slides, movies, photos and everything else on your iPad with Retina display, iPad mini, iPhone 5, or iPod touch (5th generation) screen on an even bigger screen: your HDTV.The Lightning to Digital AV Adapter mirrors exactly what you see on iPad with Retina display, iPad mini, or iPhone 5, s...

5. Uvex Skyper Blue Light Blocking Computer Glasses with SCT-Orange Lens (S1933X)
Sentiment score: -1
Number of reviews: 2
PROTECTS YOUR EYES: Orange Lens features Spectrum Control Technology (SCT) that absorbs 98% of blue light from laptops, computers & tablets, which helps prevent cataracts and macular degenerationREDUCES EYE FATIGUE: SCT-Orange lens reduces eye strain so you can work longer & more comfortably; also m...

6. PLX Devices 'PLX Kiwi 2 Wifi' Car to Smartphone Connection ELM327 Compatible
Sentiment score: 0
Number of reviews: 2
Has added performance features and power saving features over the previous generation Kiwi Wi-FiDisplay real time gauges or customized dashboardCheck engine diagnostic and reset "check engine" lightRead engine sensors, do real-time dyno or data loggingHas a plug-in port for PLX iMFD after market sen...

7. Apple Lightning to USB3 Camera Adapter
Sentiment score: 1
Number of reviews: 2
With the Lightning to USB 3 Camera Adapter, it’s easy to transfer photos and videos from your high-resolution digital camera to your iPad Pro.After you connect the Lightning to USB 3 Camera Adapter, your iPad Pro automatically opens the Photos app, which lets you choose photos and videos to import...

8. Hacking: The Art of Exploitation, 2nd Edition
Sentiment score: 1
Number of reviews: 2
No Starch Press

9. Logitech PowerShell Controller with Battery for iPhone 5/5S and iPod Touch 5th Generation - Black
Sentiment score: 1
Number of reviews: 2
Logitech 940-000151 PowerShell Controller with Battery for iPhone 5/5S and iPod Touch 5th Generation - Black (940-000151)Logitech 940-000151

10. 8 Black NFC Stickers NTAG213 by Tagstand - Fully programmable, and Works with Android, Samsung Galaxy S7, S6, S5, S4, S3, Nexus 5, HTC, and All Other NFC Enabled Devices
Sentiment score: 3
Number of reviews: 2
Includes 8 Black NFC stickers with the snazzy Tagstand logoAll stickers are NTAG213 and compatible with all NFC-capable phonesNeed more than 144 bytes of usable space? Try our NTAG216 tags with five times more memory (also available on Amazon!)Want your own design - check out our new Tagstand + Aver...

11. MacOS and iOS Internals, Volume III: Security & Insecurity
Sentiment score: 1
Number of reviews: 2

12. AirPin(PRO) - AirPlay/DLNA Receiver
Sentiment score: 0
Number of reviews: 2
●Display multiple device screens(up to 4) simultaneously●Support AirPlay video/music streaming and screen mirroring on all iOS/MacOS versions[*]The FIRST app supporting the latest Youtube AirPlay streaming[*]The FIRST app supporting AirPlay password protectrotect●Support DLNA and UPnP[*]The ON...

14. Aslanka Battery for Model iPhone 6, High Capacity 2600mAh Battery Replacement with Repair Tool Kit and Instructions -2 Years Warranty
Sentiment score: 0
Number of reviews: 1

17. iOS Programming: The Big Nerd Ranch Guide (4th Edition) (Big Nerd Ranch Guides)
Sentiment score: 1
Number of reviews: 1
Used Book in Good Condition

18. Programming in Objective-C (5th Edition) (Developer's Library)
Sentiment score: 1
Number of reviews: 1
Used Book in Good Condition

19. Organic Chemistry with Mastering Chemistry and Solution Manual (8th Edition)
Sentiment score: 1
Number of reviews: 1

20. Campbell Biology (10th Edition)
Sentiment score: 1
Number of reviews: 1
This refurbished product is tested and certified to work properly. The product will have minor blemishes and/or light scratches. The refurbishing process includes functionality testing, basic cleaning, inspection, and repackaging. The product ships with all relevant accessories, and may arrive in a ...

To add on adamrgolf, some currently famous usages of NFC are
And here and here are some more examples. NFC is a really awesome technology because it's super easy to use, tags are really cheap (8 for 10 bucks on amazon) and these kind of tags can hold all kinds of data from web addresses to share to the aforementioned data of Nintendo Amiibo figures if you can find their decryption keys (they are uhm.. "available" on the internet if you know what I mean)
tomf64 has explained it well. I'd like to add a little more to that, however. All the links he has given use Theos as the build system, and Logos for some nice syntactic sugar that Dustin Howett was kind enough to grace us with.
However, to be an effective developer, one must understand what is going on behind the scenes. For that, I'd suggest to pick up a nice book for learning Objective-C. Programming in Objective-C by Steve Kochan is a great book to start, in my opinion.
Once you're through with that, use Google to find and read one of the tens of thousands of "Get Started With iOS Development" tutorials (Like this one). The concepts taught there will be really easy to pick up, assuming you have a fair understanding of Objective-C. Write a few little apps for yourself, make sure your fair understanding expands to the hows and whys of everything.
Writing a tweak is a different beast altogether. It requires some knowledge of programming patterns (usually Apple engineers', you'll see them with experience), some guess work, and a lot of patience. You'd also do well to know how the Objective-C runtime works. Tweaks rely on the openness provided by it to get the job done. This is a great article to get you started, after which Apple's own Runtime Reference teaches you how to use everything.
If you have gone through all of these the articles provided by tom will suddenly make a lot more sense that they did before. The point of this comment is not to intimidate you, but I have seen a lot of newbie devs jump right into tweak making without having their basics clear. Then they're simply like a fish out of the water. Feel free to ask me anything more you may want.
EDIT: Actual line breaks. Whoops.
If you don't have any prior knowledge with programming, I'd first recommend learning Python. If you do have programming knowledge, then jump straight into ObjC. I read these 3 books and my Objective-C knowledge grew so much. I highly recommend reading these books.
Book One
Book Two
Book Three
I'd recommend reading these books in the order I listed them.
After you have read those books, you'll want to get friendly with theos. Theos is what you will use to make your tweaks. Learn how to install/use it here: http://iphonedevwiki.net/index.php/Theos/Getting_Started.
Now, you can look at open source tweaks. There is a great place to see a lot of them: http://iphonedevwiki.net/index.php/Open_Source_Projects.
Once you are comfortable, get started writing tweaks!
Always feel free to PM me if you need any help or have a question. :)
I prepare for my medical classes using those books:
Campbell Biology (10th Edition), truly an amazing piece of work would really encourage reading it, clear explination of concepts that people seem to forget when they progress further into the subjects
Chemistry: The Central Science (13th Edition), perfect referal in case you forget vital concepts of chemistry, works out well but fails in the orgainc chemisty
And for further reference we need to also buy even though some of the fact are outdated Organic Chemistry with Mastering Chemistry and Solution Manual (8th Edition), I found that this has a really sturdy and "enjoyable" methods(yes I enjoy what I study), and this is just half of it.
Now personally I have a "side job" that is paying me off really well and I couldn't even complain about it, but for most students they need even more books for "reference", education should be for free, I personally will not lie and straight out tell you that I upload these books on several websites, some in my session rely on much older books to study. I do support the fact that people should be rewarded for their efforts, yet not take it out on people, I really think the governments should fund & pay them instead.
Just learning a couple of languages won't do if your only concern is learning how to exploit. Learning how operating systems work is equally important if not more, though learning a programming language is an obvious first step.
Now, I don't know if these are absolutely necessary but they are helpful anyway.
Also check out http://winocm.moe/research/2013/09/20/resources-for-getting-started/, I might have repeated what she said.
https://www.theiphonewiki.com/wiki/Up_to_Speed is also useful. However The iPhone Wiki again, is outdated.
To go along with what /u/xXCallMeGreenyXx said, you should definitely learn Objective C before attempting tweaks. I'd personally suggest [this] (http://www.amazon.com/Programming-Objective-C-Edition-Developers-Library/dp/0321967607) because it starts from the basics.
Feel free to PM me though, if you need any help. :)
ok i got you, but i really dont think this course will help you with that. there are books that cover exactly that topic like this one here
https://www.amazon.com/OS-X-iOS-Kernel-Programming/dp/1430235365
doing the course AFTER reading this book, will probably have a greater learning effect
That book is great. I'd also recommend Hacking and Securing iOS Applications. There are only a few chapters about iOS exploits, but it goes into good code-level detail.
There's also some overlap in techniques and technology in Mac Hackers Handbook
I personally have no experience, but I've heard good things about iOS hackers handbook. It's most likely not current but it might be a good start.
I've used a Logitech PowerShell for RetroArch. It works great with all of the cores I've tested (SNES, GB, GBA, N64) and the built-in battery is nice. Plus it's MFi compatible so it works with much more than just RetroArch and other emulators.
It's not the Chromecast but if you have a Firestick just buy this app for $3 directly off the amazon store it works fucking nice. app link! I'm mirroring my iPhone 6 ios 9.3.3 currently and it works without an issue.
I would definitely take a look at The iOS Hacker's Handbook. It's an excellent resource for understanding the fundamentals of jailbreaking.
You can always buy a jailbreak. Exploit brokers like zerodium pay out 1.5 million dollars for remote jailbreak 0-days.
Side note: *OS Internals Volume III by Jonathan Levin is a good source for people interested in learning about previous techniques used in jailbreaks
Incase anyone is interested - I got it to work! I started off buying this: https://www.amazon.com/Apple-MK0W2AM-Lightning-Camera-Adapter/dp/B01F7KJDIM/ which allows you to charge the phone and power the USB to Ethernet Adapter. Unfortunately, this only seems to work with newer versions of iOS (it says "Device is not supported" when I plug it into my iOS 9.1 devices).
I had to buy this one: https://www.amazon.com/Lightning-to-USB-Camera-Adapter/dp/B014VGHG0U/
The Apple USB to Ethernet Adapter: https://www.amazon.com/Apple-USB-Ethernet-Adapter-MC704LL/dp/B00W7W9FK0
And also buy a powered USB hub (any one should I work, but this one is powered by microusb so I can plug it into a car charger): https://www.amazon.com/gp/product/B0192LPK5M/
Lastly, I had to buy an Ethernet to Wi-Fi Adapter (I bought this one, again because it is USB powered - any one should work though): https://www.amazon.com/gp/product/B004UAKCS6/
So the extremely complicated solution is to have my iPhone 6S Jailbroken on iOS 9.1 connected over wireless CarPlay (uses Wi-Fi Direct) - so to get Internet data, I have the iPhone Lightning to USB Adapter connected to Anker USB Hub which is plugged into a car charger and the Apple USB Ethernet Adapter, then over Ethernet to the IOGear Wi-Fi Adapter. The IOGear Wi-Fi Adapter is configured to connect to my iPhone 6S Plus's HotSpot.
The bad thing with this is I cannot charge the Jailbroken 6S while I do this (I bought a lightning splitter to see if this will allow me to charge).
If I was on iOS 10.2 Jailbroken, I could use the newer Apple Lightning USB Adapter which can charge the phone too and get rid of the Anker USB hub. Maybe 10.3.2 will get jailbroken soon! :)
If Apple allowed Bluetooth Tethering like they do with iPads and iPod Touches, I could have simply tethered one iPhone to the other, but for whatever reason Apple doesn't allow that and there doesn't seem to be a tweak to fix this that I can find.
All you need is this. Dont even need to be jailbroken either. Works far better than Crapcast and other laggy/buggy apps.
Lightning to HDMI adapter
Maybe this book would be of some help? I just ordered this for myself and from what I've heard about it, it's a very good book to learn about how iOS works & how to defeat it.
[Book](iOS Hacker's Handbook https://www.amazon.com/dp/1118204123/ref=cm_sw_r_cp_api_C0VCybEAQFC95)
Are these different? Like better or worse or something?
https://www.amazon.com/Black-NFC-Stickers-NTAG213-Tagstand/dp/B00KSR0636
And if you still have a 5/5s you can buy a very nice controller for only $7 and not have to deal with frustrating touch controls. It's plug n play with GBA4IOS.
Logitech PowerShell Controller with Battery for iPhone 5/5S and iPod Touch 5th Generation - Black https://www.amazon.com/dp/B00FHREO8K/ref=cm_sw_r_cp_api_HRE6xbHKXAK3K
Grab this http://www.amazon.com/Hacking-The-Art-Exploitation-Edition/dp/1593271441/, read it, then play with the debugger and IDA.
I got the:
2200mAh High Capacity Battery for iPhone 6 with Complete Replacement Tool Kit, Adhesive Tape and Instructions Included by Loctus 24 Months Warranty
However the amazon link no longer works. I just looked around and read the reviews until I found something that seemed decent.
I basically got something like this
Oh I just realized it cost me 20, not 30 bucks!
This is a way to screen record using hardware, just buy this
https://www.amazon.com/dp/B009WHV3BM
also buy a HDMI cable, and a capture device that supports HDMI.
It costs a lot, but that's the only undetectable way I know of.
They're $30ish on Amazon used if that salves the burn any.
Amazon.
http://www.amazon.com/gp/aw/d/B0094DXPDS/ref=redir_mdp_mobile/176-9463515-2971827
Ok, after doing a google search, I found this link for AirReceiver https://www.amazon.com/x9F99-x65B9-x513F-AirReceiver/dp/B00L5HQRGS
Note that this is not perfect and doesn't support everything an apple tv supports. If wifi speed is not very good, mirroring doesn't go very smoothly. DRM content such as amazon video or netflix won't work, but these are already supported by fire tv natively. I use it mostly for videos from Safari, or just music playback.
Some of the well known jail breakers are writing a book on that right now, but it isn't finished.
http://www.amazon.com/iOS-Hackers-Handbook-Charlie-Miller/dp/1118204123
Then you didn't search enough
https://www.amazon.com/Programming-Objective-C-6th-Developers-Library/dp/0321967607
Non-mobile: http://www.amazon.com/dp/B0094DXPDS/ref=redir_mdp_mobile/176-9463515-2971827
^That's ^why ^I'm ^here, ^I ^don't ^judge ^you. ^PM ^/u/xl0 ^if ^I'm ^causing ^any ^trouble. ^WUT?
iphone camera connection kit
http://www.apple.com/shop/product/MD821AM/A/lightning-to-usb-camera-adapter
https://www.amazon.com/Lightning-To-Usb-Camera-Adapter/dp/B01F7KJDIM/ref=pd_sim_147_5?_encoding=UTF8&psc=1&refRID=J0BE3H39749NXR65NSCP
AirPlay/DLNA Receiver (PRO) by 吴汝 http://www.amazon.com/dp/B00LAT7QV6/ref=cm_sw_r_cp_udp_awd_8tc5wbHYMRMJT
http://www.amazon.com/x9F99-x65B9-x513F-AirReceiver/dp/B00L5HQRGS
Read iOS Hackers Handbook http://www.amazon.com/dp/1118204123), and this http://www.idownloadblog.com/2011/09/13/i0n1c-exploit-report/).
iOS has numerous amounts of security mechanisms in place
These are some of the basics and there are lots of good resources out there. I will link some of them below.
https://xerub.github.io/ios/kpp/2017/04/13/tick-tock.html - KPP
https://www.theiphonewiki.com/wiki/Main_Page - iPhone Wiki
https://www.amazon.com/MacOS-iOS-Internals-III-Insecurity/dp/0991055535 - iOS internals
http://newosxbook.com/index.php - iOS internals and code
It's not free, but it's not ridiculously expensive…
http://www.amazon.com/x5434-x6C5D-AirPlay-DLNA-Receiver/dp/B00LAT7QV6
I know it works. And it works well. It's only a mirror option though, so you can't use your device while watching a different app.
I'm on an SE 9.3.2, bit I've mirrored an iPad Air on 8.0.4, and an iphone 6plus on 9.0.2, and an iPod touch on 9.0.2
They all work the same way and they all work well
You can also try before you buy if you just download the apk and side load it. It will eventually do a license check though and stop working.
Just buy it through your fire tv interface $5
Will do, also not sure what a sidebar is. Gonna go checkout a book from the library on sidebars.
EDIT: is this what you mean? https://www.amazon.com/Sidebar-Book-I-Gwendolyn-Olmsted/dp/1502573326
if so then thats ( ͡° ͜ʖ ͡°)
This might be a good starting point, but I have no idea how outdated the information is. There's another book that was released last year but I can't remember the name of it.
Edit: Found it
/u/modalbony
You can get orange glasses that block out blue light for $8 on Amazon. They look goofy, but they'll do the job that f.lux does.
No way, sorry.
Beetling suggested:
>You can get orange glasses that block out blue light for $8 on Amazon They look goofy, but they'll do the job that f.lux does.
>What exactly do you mean by watching it to see CPU? I'm quite familiar with Top -u, but is there a way to view just that processes CPU? I kind of want to watch it through my computer while browsing and see what happens.
You need to get its PID first. My favorite way to do that is with System Status from the App Store, which lists running processes with PIDs (although you can't kill them or anything).
Then use:
top -pid PID
To see just that process's stats.
>Does that Jetslammed tweak have anything related to this or help this?
Jetslammed can change a launchdaemon's HighWaterMark RAM limit, the limit of sustained RAM usage at which Jetsam automatically kills the daemon.
http://newosxbook.com/articles/MemoryPressure.html
The HWM can also be changed manually, but, in the end, it doesn't really help that much unless a daemon is only dying due to exceeding its HWM.
It can still be killed for other reasons if the system is low on memory.
It doesn't actually keep discoveryd from EVER being killed, so it doesn't really solve the issue of very large hosts (>300 KB) files causing random website disconnects due to discoveryd dying, leading to DNS failure.
It really just fixes it so that you can have Wifried and a small ad blocking hosts file at the same time since Wifried + even a small hosts file (like Light UHB) will cause discoveryd to use about 9-10 MB, exceeding the 8 MB HWM limit for a long period of time, causing discoveryd to be automatically killed, causing Wifried to re-initialize Wifi, causing random Wifi disconnects, which is even more problematic than even a DNS failure.
Wifried with Jetslammed raises the HWM for discoveryd to 12 MB from 8 MB, preventing the HWM killing of discoveryd with Wifried + small ad blocking hosts file. A large hosts file will exceed even this new limit, but, in that case, where discoveryd uses 20 MB or more, it will be killed by the system anyway for other reasons not related to the HWM.
>So do I have the correct Light UHB? Is that the one you use? I guess I might try reinstalling and maybe see. Haven't had an issue since its crash and (haven't checked today) haven't seen it anywhere near the top when running "top".
I use Light Untrusted Hosts. I've watched discovery's PID for about a month now. It's not being jetsam killed anymore even if I load a LOT of tabs and really stress it out. It never goes over 8 MB (the HWM) for any sustained period of time (even 8 MB requires A LOT of DNS activity), and never reaches enough RAM usage that the system would think to kill it to free memory (10-20 MB). Gamed (the GameCenter daemon) uses more memory than discoveryd with Light UHB . . .
>-unrelated- I love learning about all this stuff and your fountain of knowledge so far. Mind if I asked where you learned so much? I've been learning a lot about daemons lately, especially locationd and backboardd. I'm just curious as to where I can learn more about this stuff, learn how to read crash logs as so far it's just from the little experience I have, etc. I just can't find any good resources..
I've used OS X since it was in beta, and iOS is secretly just OS X in disguise with a TouchUI, a few processes missing, and a few processes added.
This book has been helpful to me in understanding jailbreaking, although it is a bit dated:
http://www.amazon.com/iOS-Hackers-Handbook-Charlie-Miller/dp/1118204123
Also a bit dated, but you may like it if you have a Mac:
http://www.amazon.com/Learning-Unix-OS-Going-Terminal/dp/1449332315/ref=sr_1_1?s=books&ie=UTF8&qid=1418694791&sr=1-1&keywords=OS+X+unix
This wiki is also good. Many devs post on it:
https://theiphonewiki.com/wiki/Main_Page