Showing posts with label update. Show all posts
Showing posts with label update. Show all posts
Monday, October 14, 2013
EasyJailbreakBatch with auto update
Sometimes people are confused which redsn0w to use to jailbreak their iPhone iOS.
Ive made a little dos-batch type tool which should make jailbreak process a bit easier.
Im not a programmer, so there may be some errors in the software but Ive been testing it for last 2 days in Windows XP and works fine so far. Vista/7 is also supported but need some tests. Please let me know if anything is working incorrectly.
What that program does?
Once downloaded will create iPhone folder on your desktop and copy all required files over there. After that you just have to choose which iOS version you have in your phone (maybe in the future program will do it all automatically) and then my software will find out and download redsn0w which supports chosen model and iOS.
You can also check which version is your phone running on by typing f and pressing [enter] - f0recast software used. Will download new version if available.
Also if required .ipsw doesnt exist in default apple folder my tool will get the iOS directly from apple server. Please copy all .ipsw to iPhone/ipsw folder located on desktop.
I can make the software to find out where is the .ipsw file located but... it will take a lot of time to scan whole partition and my idea was to make software which works as fast as possible.
Please make sure that You have chosen the right iOS and right phone. Otherwise it may ```ke iPhone software and you will have to restore the phone to stock firmware (usually the latest if SHSH blobs not saved)
Please use upd8.exe file to download software from my server. Every time you run upd8.exe will delete old one and get new executable.
Notice:
For iPhone 2G 3.1.2/3.1.3 you will need to point for the .ipsw manually as commandline is not implemented in redsn0w-win_0.9.4.
Program will get both bootloaders required and correct redsn0w version.
All redsn0w files are stored on my private server. I couldnt manage to make the software getting them from official links but they are untouched.
No viruses or other malware. All files checked with AVG antivirus.
Software was made to help and make whole process easier and quicker.
Anyway Im not taking any responsibility. If anything goes wrong dont blame me.
Ill do my best to keep software updated when new redsn0w will be released.
changelog:
1.1
- I didnt notice before that iTunes keeps only the latest software in default ipsw folder. From now my program is checking default folder and if it doesnt find correct file it will check ipsw folder located in iPhone folder on desktop and if it doesnt find it there it will get it from apple server.
To get new executable please use upd8.exe or type "u" in batch window and press enter. Anyway program will show that there is update available and give you instructions.
1.0 initial version
- iPhone iOS supported models and versions
2G 3.1.2/3.1.3
3G 4.2.1
3GS 4.2.1/4.3.1/4.3.2/4.3.3
4 4.2.1/4.3.1/4.3.2/4.3.3
-f0recast version 1.2
download:
upd8.exe will download always the latest version. Then use exe file from iPhone folder on your desktop.
thats server update. dont need to do anything. Program will get new file for you automatically.
version 1.5 available
-iOS 5b1 support added for:
iPhone 3GS
iPhone 4
iPod Touch 3G
iPod Touch 4G
iPad 1
[tethered jb only]
-program will check for update once a day, not everytime when opened/closed
-some little changes in code - should work faster now
!!!CAUTION!!!:
STRONGLY advise - please download ipsw files manually [torrent?] and put them in iPhone/ipsw folder or custom folder. My script is using imzdl.com server to get required ipsw but unfortunately this server is very busy and most of the time its not working properly.
Have fun
zeezoo
Attached Files
Download
Sunday, October 6, 2013
Semitethered Jailbreak Update
To install this, add the following repository to cydia: http://thebigboss.org/semitether. Note: after install, you will have to reboot your device, so make sure you are prepared at a computer to reboot tethered with redsn0w or just “home button out” of cydia and manually respring until you get home.
Big update to semitethered jailbreak today. v0.9.1 incorporates Saurik’s new mobile substrate. Thanks to Saurik, we are entirely rid of all the daemon patching – this means there’s no more daemon patching or restarting. Most the semi-tether work is now done by mobile substrate. The semitether package from the repository now protects your iOS 5 notification center plugins and gives you the option to patch mobile safari so that it will work on the non-jailbreak reboot mode. I’m still looking into patching mail, if possible.
Summary of changes:
1) Much more stable with new mobile substrate
2) Can patch safari so it works in the non-jailbreak reboot mode
3) App to monitor the status of your semitether and reapply. Check after cydia installs.
This new version will definitely solve all the flakiness problems we had in the past. However, be aware that this is a total rewrite of mobile substrate. Until this appears in a community source, you are beta testing so installing it is entirely at your own risk. As always, please report issues via email.
Also, with an update from MyWi author and Appsync team, we should be compatible with those, too.
Big update to semitethered jailbreak today. v0.9.1 incorporates Saurik’s new mobile substrate. Thanks to Saurik, we are entirely rid of all the daemon patching – this means there’s no more daemon patching or restarting. Most the semi-tether work is now done by mobile substrate. The semitether package from the repository now protects your iOS 5 notification center plugins and gives you the option to patch mobile safari so that it will work on the non-jailbreak reboot mode. I’m still looking into patching mail, if possible.
Summary of changes:
1) Much more stable with new mobile substrate
2) Can patch safari so it works in the non-jailbreak reboot mode
3) App to monitor the status of your semitether and reapply. Check after cydia installs.
This new version will definitely solve all the flakiness problems we had in the past. However, be aware that this is a total rewrite of mobile substrate. Until this appears in a community source, you are beta testing so installing it is entirely at your own risk. As always, please report issues via email.
Also, with an update from MyWi author and Appsync team, we should be compatible with those, too.
Saturday, September 28, 2013
Update Install Siri Proxy It’s illegal Don’t believe all the hype
HOW TO: Install Siri Proxy

A couple of weeks ago, plamoni’s has released Siri Proxy and we’ve seen quite a few plugins that will extend our Siri experience. Today, we’re going to show you how to install Siri Proxy so you can take advantage of all these plugins. Head over the break to start…
NOTE: major duh moment – this is for iPhone 4S. Siri was fully ported to *older* devices, but NOT being distributed. It’s illegal. Don’t believe all the hype.
1. Download Siri Proxy
2. Download and install Mac Ports
3 Open Terminal and type : sudo port install dnsmasq . Type in your computer’s password



4. Type bash < <(curl -s https://raw.github.com/wayneeseguin/.../rvm-installer) to download/install RVM

5. Type [[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” to activate RVM
6. Type echo ‘[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” # Load RVM function’ >> ~/.bash_profile to add RVM to your .bash_profile
7. Type rvm install 1.9.3 to install Ruby 1.9.3
8. Some users might get an error while installing Ruby. This only applies to *some* Lion users.
9. If you get this error, type rvm install 1.9.3 –with-gcc=clang

10. Type rvm use 1.9.3 –default to set RVM to use/default to 1.9.3
11. Now you need to cd into the the siri proxy folder you downloaded at step 1 ( make sure you unzipped it first ). The easiest way is to type cd and then just drag-and-drop the folder from your desktop ( or downloads location – whatever it may be ) to your terminal shell.

12. Type rvmsudo gem install rake bundler to install Rake and Bundler. Type in your computer password
13. Type rake install to Install SiriProxy gem
14. Type mkdir ~/.siriproxy to make .siriproxy directory
15. Type cp ./config.example.yml ~/.siriproxy/config.yml to move default config file to .siriproxy
16. Type sudo port install openssl
17. Type ./siriproxy gencerts to generate certificates
18. Next you need to install ca.pem onto your iPhone. To do that open a finder window, press cmd+shift+G and enter the following path ~/.siriproxy

19. Email ca.pem to yourself

20. On your phone you will see the new file. Tap on it and install it.

21. Search your Mac for this file: dnsmasq.conf. Once you’ve found it, open it in a texteditor ( we suggest TextWrangler – free ). Inside the file find #address=double-click.net/127.0.0.1 ( line 62 ). Right below that, add the following line: address=/guzzoni.apple.com/your-computer-IP
21.1 Type in terminal sudo dnsmasq . Check activity monitor if dnsmasq is running ( all processes )
22. On your iPhone, open Settings.app. Go to WiFi, select your WiFi, and edit your DNS. Should be something like 10.0.1.0. You need to change the last 0 into a 3. ( i.e 10.0.1.3 )

23. Now you need to cd into the bin folder found in the plamoni-SiriProxy-fe75db4 you downloaded at step 1. To do that type cd and drag-and-drop the bin folder into the terminal
24. Type ./siriproxy bundle

25. Type rvmsudo siriproxy server and type your password.

26. Now everything should be up and running. To test it, fire up Siri and say ‘Test Siri Proxy’

27. Now the fun part. All the plugins that makes Siri Proxy magic. We will show you where to get plugins and how to install them in the next
=======================
HOW TO: Install Siri Proxy Plugins

In a nutshell, Siri Proxy is retarded. There’s so much potential here, and devs all over the world have already created amazing plugins for it. In our previous post, we showed you how to install Siri Proxy, now let’s see how to install plugins for it.
1. Go to plamoni’s github and check out the available plugins. Most of them come with a video demo so you know how to use them.
2. Download any plugin that you want/need. For this tutorial we’re going to use the twitter plugin.
3. Download the plugin and unzip it.
4. Rename the folder to siriproxy-twitter

5. Copy siriproxy-twitter to /…/plamoni-SiriProxy-fe75db4/plugins/

6. Open a Finder window, hit cmd+shift+G and browse to the following path ~/.siriproxy

7. Open config.yml in TextEdit
8. Now here’s where it gets tricky. First you need to duplicate the given example

8.1 Now edit the duplicated lines according to your plugin. In this case, the Twitter plugin should look like
9. Open Terminal
10. Now you need to cd into the bin folder found in the plamoni-SiriProxy-fe75db4. To do that type cd and drag-and-drop the bin folder into the terminal

11. Type ./siriproxy bundle . You need to do this every time you change plugin configurations to update required gems.

12. Type rvmsudo /.siriproxy server and type your password.

13. Now, fire up Siri and say Tweet followed by whatever you want to tweet.

NOTE: this plugin won’t let you tweet until you go to twitter.com/apps and get the oauth credentials and put them in config.yml. This tutorial shows you how to install a plugin, not use a plugin to tweet using Siri. Just saying…
A couple of weeks ago, plamoni’s has released Siri Proxy and we’ve seen quite a few plugins that will extend our Siri experience. Today, we’re going to show you how to install Siri Proxy so you can take advantage of all these plugins. Head over the break to start…
NOTE: major duh moment – this is for iPhone 4S. Siri was fully ported to *older* devices, but NOT being distributed. It’s illegal. Don’t believe all the hype.
1. Download Siri Proxy
2. Download and install Mac Ports
3 Open Terminal and type : sudo port install dnsmasq . Type in your computer’s password
4. Type bash < <(curl -s https://raw.github.com/wayneeseguin/.../rvm-installer) to download/install RVM
5. Type [[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” to activate RVM
7. Type rvm install 1.9.3 to install Ruby 1.9.3
8. Some users might get an error while installing Ruby. This only applies to *some* Lion users.
10. Type rvm use 1.9.3 –default to set RVM to use/default to 1.9.3
11. Now you need to cd into the the siri proxy folder you downloaded at step 1 ( make sure you unzipped it first ). The easiest way is to type cd and then just drag-and-drop the folder from your desktop ( or downloads location – whatever it may be ) to your terminal shell.
12. Type rvmsudo gem install rake bundler to install Rake and Bundler. Type in your computer password
13. Type rake install to Install SiriProxy gem
14. Type mkdir ~/.siriproxy to make .siriproxy directory
15. Type cp ./config.example.yml ~/.siriproxy/config.yml to move default config file to .siriproxy
16. Type sudo port install openssl
17. Type ./siriproxy gencerts to generate certificates
18. Next you need to install ca.pem onto your iPhone. To do that open a finder window, press cmd+shift+G and enter the following path ~/.siriproxy
19. Email ca.pem to yourself
20. On your phone you will see the new file. Tap on it and install it.
21. Search your Mac for this file: dnsmasq.conf. Once you’ve found it, open it in a texteditor ( we suggest TextWrangler – free ). Inside the file find #address=double-click.net/127.0.0.1 ( line 62 ). Right below that, add the following line: address=/guzzoni.apple.com/your-computer-IP
22. On your iPhone, open Settings.app. Go to WiFi, select your WiFi, and edit your DNS. Should be something like 10.0.1.0. You need to change the last 0 into a 3. ( i.e 10.0.1.3 )
23. Now you need to cd into the bin folder found in the plamoni-SiriProxy-fe75db4 you downloaded at step 1. To do that type cd and drag-and-drop the bin folder into the terminal
24. Type ./siriproxy bundle
25. Type rvmsudo siriproxy server and type your password.
26. Now everything should be up and running. To test it, fire up Siri and say ‘Test Siri Proxy’
27. Now the fun part. All the plugins that makes Siri Proxy magic. We will show you where to get plugins and how to install them in the next
=======================
HOW TO: Install Siri Proxy Plugins
In a nutshell, Siri Proxy is retarded. There’s so much potential here, and devs all over the world have already created amazing plugins for it. In our previous post, we showed you how to install Siri Proxy, now let’s see how to install plugins for it.
1. Go to plamoni’s github and check out the available plugins. Most of them come with a video demo so you know how to use them.
2. Download any plugin that you want/need. For this tutorial we’re going to use the twitter plugin.
3. Download the plugin and unzip it.
4. Rename the folder to siriproxy-twitter
5. Copy siriproxy-twitter to /…/plamoni-SiriProxy-fe75db4/plugins/
6. Open a Finder window, hit cmd+shift+G and browse to the following path ~/.siriproxy
7. Open config.yml in TextEdit
8. Now here’s where it gets tricky. First you need to duplicate the given example
- name: ‘Example’
path: ‘./plugins/siriproxy-example’
path: ‘./plugins/siriproxy-example’
8.1 Now edit the duplicated lines according to your plugin. In this case, the Twitter plugin should look like
- name: ‘Twitter’
path: ‘./plugins/siriproxy-twitter’
Before saving the file, MAKE SURE the newly added lines are perfectly aligned with the example above. If you fail this step, you will get a bunch of errors.path: ‘./plugins/siriproxy-twitter’
9. Open Terminal
10. Now you need to cd into the bin folder found in the plamoni-SiriProxy-fe75db4. To do that type cd and drag-and-drop the bin folder into the terminal
11. Type ./siriproxy bundle . You need to do this every time you change plugin configurations to update required gems.
12. Type rvmsudo /.siriproxy server and type your password.
13. Now, fire up Siri and say Tweet followed by whatever you want to tweet.
NOTE: this plugin won’t let you tweet until you go to twitter.com/apps and get the oauth credentials and put them in config.yml. This tutorial shows you how to install a plugin, not use a plugin to tweet using Siri. Just saying…
Apple Puts The Final Touches on Lion 10 7 2 Update to Developers
Apple has updated OS X Lion 10.7.2 Build 11C71 to developers for testing. The update focus on the finishing touches to allow Apple to release OS X Lion 10.7.2 Build 11C71 as Apple seeks to release it to the public most likely by next week .

According to cultofmac :
Developers can download the update from here.
According to cultofmac :
This beta build of OS X makes a few slight improvements to the Lion Recovery tool and fixes a firmware password issue with Find My Mac. Earlier today, Apple also released iTunes beta 9 for developers currently testing iTunes Match.The previous beta build of Lion Suffered some issues related to iCloud, so Apple will integrate iCloud in the new public update when the service gone public
Developers can download the update from here.
Friday, September 20, 2013
Save iOS 4 3 5 SHSH iPhone iPad and iPod touch Blobs and Update iPhone 4 Baseband
TinyUmbrella for both Windows and Mac has been updated to version 5.00.07 to support save iOS 4.3.5 SHSH blobs for iPhone, iPod touch and iPad. This will help you to save SHSH certificates for iOS 4.3.5 as well as update iPhone 4 baseband. This is the first time updating iPhone 4 baseband functionality has been enabled in TinyUmbrella.The iPhone 4 baseband update option should only be used by those who know what they are doing. If you are on a software unlocked iPhone, you should definitely not play with this setting. Anyhow, before you do proceed, take notice of the following:You have to manually select update iPhone 4 baseband option whenever you start TinyUmbrella. It will never be on by default.
- First, the version you WANT to restore to and the version Apple is currently signing must BOTH have the same baseband. This is important or else the baseband update will not work and you will get a 10xx error and need to use fixrecovery. (Works for iPhone 4 - will not work for iPad 2)
- Second, you need to realize that checking the box WILL UPDATE YOUR BASEBAND.
As a reminder, to save your SHSH blobs, simply connect your iDevice via USB to your computer, launch TinyUmbrella, and click the “Save SHSH” button.
Download TinyUmbrella v5.00.07 for Windows
Download TinyUmbrella v5.00.07 for Mac
Sunday, September 15, 2013
Ih8sn0w Update sn0wbreeze v2 8b11
===============================
sn0wbreeze v2.8 [BETA 11]:
===============================
* Supports iOS 5.0 (9A334)/5.0.1 (9A405)
* Fixed iBooks sandbox crashing issues (as of 2.8b9).
* Fixed location services issues with iPhone 3GS
users running the iPad baseband (as of 2.8b9).
* Re-added iPad baseband install option to iPhone 3GS.
* Tethered devices are booted via iBooty which is
extracted to the Desktop after running sn0wbreeze.
===============================
Tethered?
===============================
- iPhone 3GS (old bootrom)...NO
- iPhone 3GS (new bootrom)..YES
- iPhone 4 (GSM)............YES
- iPhone 4 (CDMA)...........YES
- iPod Touch 3G.............YES
- iPod Touch 4..............YES
- iPad 1G...................YES
===============================
************************************************
** iPhone 3GS iPad baseband (06.15.00) users: **
************************************************
- Re-flash the iPad baseband via sn0wbreeze
if you restore(d) to a stock 5.0 firmware.
************************************************
Now available at: http://iH8sn0w.com
// iH8sn0w
Dowload
Thursday, September 12, 2013
iPhone 4 NCK unlock 2 10 04 3 10 01 progress Update
It looks like the iPhone Dev-Team successfully dumped the seczone to do the brute force NCK cracking offline. It also looks like they were able to capture the official NCK key from their carrier which they needed to “decode” the encryption algorithms that are used to generate the NCK key. That way, in combination with the NORID and CHIPID (and likely some additional information from the baseband), they will be able to generate the the NCK for every unique device out there.

Now what? Should I sell my locked iPhone 4?
I’d wait for more information on this “NCK-unlock”. Right now it’s pretty vague what timeframe we’re talking about. If the Dev-Team can pull this method off, it’d be very promising for those waiting for an unlock. If this method turns out to be not doable, I’d consider selling your iPhone 4 and save up for a factory unlocked iPhone 5.
Do you think there is ever going to be an unlock?
Of course. But that’s unlikely to be any time soon (with soon being <1 month).
If the NCK method fails, how long do you think it will take for the Dev-Team to unlock the iPhone 4 softwarematically?
No ETA at all. Could be a few weeks, but it could easily be a few months as well.
Read more...

deviceKey = SHA1_hash(norID+chipID)Right now they are brute force cracking the encryption, which is going to take a few days (if not weeks). If they succeed, progress may be made fast. In the meanwhile they are working on a software unlock. Please note that both are not said to success.
nckKey = custom_hash(norID, chipID, SHA1_hash(NCK), deviceKey)
(the nckKey is the key that eventually gives the seczone (and so the baseband) the unlocked state).
Now what? Should I sell my locked iPhone 4?
I’d wait for more information on this “NCK-unlock”. Right now it’s pretty vague what timeframe we’re talking about. If the Dev-Team can pull this method off, it’d be very promising for those waiting for an unlock. If this method turns out to be not doable, I’d consider selling your iPhone 4 and save up for a factory unlocked iPhone 5.
Do you think there is ever going to be an unlock?
Of course. But that’s unlikely to be any time soon (with soon being <1 month).
If the NCK method fails, how long do you think it will take for the Dev-Team to unlock the iPhone 4 softwarematically?
No ETA at all. Could be a few weeks, but it could easily be a few months as well.
Subscribe to:
Posts (Atom)

Reference How to Perform a Semi Tethered Jailbreak of iOS 5