[Tweaks] 4 of the coolest cydia tweaks for the A5 Jailbreak!
0IntelliScreenX
Description: The ultimate tweak for Twitter, Facebook, Email, RSS, and SMS all in iOS 5′s Notification Center. All of your information in one place, without even unlocking the phone! It also comes with Messages+ which is an enhancement to the stock SMS system.
Price: $9.99
Springtomize 2
Description: A great Springboard enhancement, lets you resize icons and do more than you ever thought a jailbreak tweak could do, for a reasonable price!
Price: $2.99
Hands-Free Control
Description: Ever wanted to call to Siri without having to get up? Then this tweak is for you! Set a custom keyword for Siri to listen too and she will be ready to serve your every command!
Price: $1.99
Siri Mic Colors
Description: This cool tweak changes the color of the Siri Mic! The louder you get when you talk to Siri, the colors change before your eyes. A great tweak with one downside. It requires Winterboard.
Price: Free – http://repo.technetec.com (Having Server Problems)
There will be more Siri tweaks coming in the next few days! Stay tuned!
-@jakewillsmith
Ask me questions on Facebook or Twitter!Jake Smith - Twitter | Facebook | Email
iModZone on Facebook | iModZone on Twitter
Apple seeds OS X Lion 10.7.3 build 11D46 – Download Links Inside!
0Getting close to the GM build for public release.
OS X Lion 10.7.3 build 11D46 Seed Note
OS X Lion Update 10.7.3 is an update to OS X Lion 10.7.
Installation Instructions
The OS X Lion 10.7.3 Update (Combo) updates
- OS X Lion 10.7, 10.7.1 or 10.7.2 GM builds or any other previous 10.7.3 seed builds.
The OS X Lion 10.7.3 Update (Delta) updates
- OS X Lion 10.7.2 GM build or any other previous 10.7.3 seed builds.
Note: Reversioners are no longer required for installations over previous 10.7.3 seed builds.
Please be aware that you will not be able to revert back to your previous system after updating. Please install this update on a system you are prepared to erase if necessary.
Known Issues
- None
Focus Areas
- iCloud Document Storage
- Address Book
- iCal
- Mail
- Spotlight
- Safari
Download Links
Apple Mac OS X Lion 10.7.3 build 11D46 Combo Update
Apple Mac OS X Lion 10.7.3 build 11D46 Delta Update
iModZone on Twitter | iModZone on Facebook
Mac OS X Lion 10.7.3 build 11D42 – Download Links Inside!
0OS X Lion 10.7.3 build 11D42 Seed Note
OS X Lion Update 10.7.3 is an update to OS X Lion 10.7.
Installation Instructions
The OS X Lion 10.7.3 Update (Combo) updates
- OS X Lion 10.7, 10.7.1 or 10.7.2 GM builds or any other previous 10.7.3 seed builds.
The OS X Lion 10.7.3 Update (Delta) updates
- OS X Lion 10.7.2 GM build or any other previous 10.7.3 seed builds.
Note: Reversioners are no longer required for installations over previous 10.7.3 seed builds.
Please be aware that you will not be able to revert back to your previous system after updating. Please install this update on a system you are prepared to erase if necessary.
Known Issues
- None
Focus Areas
- iCloud Document Storage
- Address Book
- iCal
- Mail
- Spotlight
- Safari
Download links
OS X Lion Software Update 10.7.3 build 11D42 Delta Update
OS X Lion Software Update 10.7.3 build 11D42 Combo Update
iModZone on Twitter | iModZone on Facebook
iOS 5.1 Beta 3 Build 9B5141a Seeded – Download links inside!
0Well, after a hiatus of beta releases from Apple on iOS 5.1, we finally have something to play with – another beta.
You must use iTunes 10.5 or later to install iOS 5.1 beta on your devices. iOS 5.1 beta is not available via over the air software update.
Be sure to backup your devices using iTunes 10.5 or later or through iCloud backup prior to installing iOS 5.1 beta. After installing iOS 5.1 beta, you can restore your device using either iTunes 10.5 or later or through your iCloud backup.
This version of iOS is intended only for installation on development devices registered with Apple’s Developer Program. Attempting to install this version of iOS in an unauthorized manner could put your device in an unusable state, which could necessitate an out of warranty repair.
Devices updated to iOS 5.1 beta can not be restored to earlier versions of iOS. Devices will be able to upgrade to future beta releases and the final iOS 5.1 software.
Release Notes:
iOS 5.1 beta 3 (9B5141a) Downloads
iPad 2 (Wi-Fi)
iPad 2 Wi-Fi + 3G (GSM)
iPad 2 Wi-Fi + 3G (CDMA)
iPad (Wi-Fi and Wi-Fi + 3G)
iPhone 4S
iPhone 4 (GSM)
iPhone 4 (CDMA)
iPhone 3GS
iPod touch (4th generation)
iPod touch (3rd generation)
Xcode 4.3 and iOS 5.1 SDK beta 3 (Lion)
iModZone on Twitter | iModZone on Facebook
How to make a Cydia tweak… follow this guide!
1This is a Tutorial on how to get started with Theos on your iDevice made by c0redev!
Things you need before you can start developing Tweaks and apps on your iDevice:
An jailbroken iDevice
Basic Objective-C and C++ knowledge (If you don’t have the basic knowledge go ahead and get a programmer book for Objective-C and C++.
Add the 5 following repos to Cydia
http://nix.howett.net/theos/
http://iNinjas.com/repo/
http://coredev.nl/cydia
http://l1nd3nlr.iP1neapple.com
Before you start download the packages from cydia you need to be “Developer” in cydia. To change from “User” to “Developer” go to Manage -> Settings -> Developer.
The things you need to download from Cydia is:
iFile
Theos
Perl
BigBoss Recommended hacker tools
Compile C Apps iOS4
Class Dump Z
MobileTerminal (From iNinjas Repo)
To get started you will have to download the iPhone SDK 3.
To do so open MobileTerminal
Login as root to do so type:
su
Enter your password default: alpine
installSDK3
Let it do its thing
Note that the iPhone SDK3 is about 300MB so use a Wi-Fi Connection
Now lets make a new Project using Theos.
In MobileTerminal login as root
cd /var/theos/bin
/var/theos/bin/nic.pl
Choose 5 iPhone/Tweak
Enter project name: Test
Package name: com.c0redev.test
Maintainer Name: c0redev
MobileSubstrate Bundle: This depends on what header files you will use. If you want to make a simple popup alert i should say com.apple.UIKit instead of com.apple.springboard.
Now go into iFile /var/theos/bin/test/
Open up Tweak.xm in Text viewer and start coding your Tweak!
To look up what header files you wanna use go into /var/SDK/System/Library/Frameworks
If you need some help on how to write tweaks use chpwns open source tweaks as help!
https://github.com/chpwn
Now it’s time to build the Tweak
In Terminal go to the directory where you made tour tweak ( cd /var/theos/bin/test/ )
Now type this:
make
Now we need to install it, type:
make package
Then install it type:
make install
Now the Springboard should restart and your tweak is installed.
Test your Tweak!
———————————————–
If you get errors when you try to “make” your Tweak go to the Makefile and add the following line before everything:
GO_EASY_ON_ME = 1
Please add me on Twitter @c0redev
https://twitter.com/#!/c0redev
If you have any questions please ask me on Twitter!
iModZone on Twitter | iModZone on Facebook
Untether Jailbreak
0I have just been informed that there will be a iOS 5.1 untether jailbreak. It will come as soon as we can solve so legal issues. No eta currently. Follow @Ac1dHack for more info.
iModZone on Twitter | iModZone on Facebook
Untethered JailBreak is Here for Non-A5 devices!
0Head over to the Dev-Team blog to get the latest version of Redsn0w or pwnage tool. You must be on iOS 5.0.1 in order to jailbreak, and the window is still open to update to the version. If you plan on jailbreaking, update to iOS 5.0.1 as soon as possible.
http://blog.iphone-dev.org/post/14857834236/untethered-holidays
iModZone on Twitter | iModZone on Facebook
Spire for iOS 5 (Jailbroken) devices
0There is a Siri port out called Spire, and it seems promising. Here is the URL for the site: http://blog.chpwn.com/post/14689740472 . Head over there for more details.
iModZone on Twitter | iModZone on Facebook
[Guide] How to use iModSign!
2iModSign allows iOS app bundles (.ipa) files to be signed or resigned with digital certificate from Apple for distribution.
This is a very easy to use tool.
Requirements:
Mac OS 10.5+
Got a Windows PC? Heres How To Use iModSign On Windows! – http://tinyurl.com/6yjxpnl
(Guide is designed for iReSign but just make sure to download iModSign after its installed)
A certificate issued by Apple – Which can be obtained at http://iMZDL.com/udid2
An .ipa file which you want to sign (Cracked App) – can be found on http://apptrackr.org
Note: Xcode is not required.
Note: This works on any iOS Device on any firmware.
Instructions on how to use iModSign:
Download iModSign on http://iMZDL.com
Register Your UDID with a Provisioning Profile & Certificate – To Use iModSign!
Open all the files that were emailed to you.
AppleWWDRCA.cer – Open with keychain under login.
developer_identity.cer – Open with keychain under login.
Certificates.p12 – Open with keychain, password for this file is provided in the email.
Development.mobileprovision – Email the mobile provision to yourself, open up your email in mail app and install it.
Having issues installing the provision profile on your device? Then try dragging the mobile provision into iTunes while the device is plugged in.
Still having issues installing the provision profile on your device? Then you need Xcode, download Xcode for your Mac OS and install it then open the mobile provision. Plug your device in. Take the mobile provision in Xcode and drag it to your device.
Open iModSign
You will be brought to a screen asking you to choose the certificate, if your certificate is in keychain it will show up. Select the certificate and click use this certificate.
Drag the .iPA into where it says “Drag .IPA Here” or browse for IPA file, Note: You can drag as many as you want, even browse and add an entire folder full.
You can view the setting by clicking settings, there are numerous stuff you can add to make your iModSign experience easier and better.
Click Start Job!
Done! The app is now resigned all you need to do it drag the resigned copy of the iPA into iTunes (if you didn’t check the option to do it automatically) and Sync!
Boom! Syncing should now work perfectly!
Any Questions? Read http://iMZDL.com/faq2
iModZone on Twitter | iModZone on Facebook
iModSign is the new and improved iReSign, iModSign Lets You Install Cracked Applications On Any iOS Device Without A Jailbreak!!
0Download iModSign: http://iMZDL.com
App Changes |
Version 3:
|
iModZone on Twitter | iModZone on Facebook