1.jailbreak iphone
2. from cydia install IFILE repo : xSellize Repo
3. iFunBox ( http://dl.i-funbox.com/ifunbox_en.zip )
4. commcentreclassic file
INSTALL IFILE FROM CYDIA.
Connect iphone to PC then open ifunbox go to :
raw file system/System/Library/Frameworks/CoreTelephony.framework/Support/
delete commcentreclassic and copy commcentreclassic ( with i have sent it for u )
close ifunbox.
Open ifile and go to : System/Library/Frameworks/CoreTelephony.framework/Support/commcentreclassic
click the Blue arrow next to the file name, go to access permissions, you'll get user group and global and :
set like this: User: mark writing, execution and reading Group: mark reading and execution Global: mark reasons and execution
done at the top
go to cydia install ultrasn0w and put simcard and reboot your iphone and should work
Tested on iphone 3Gs
file : MEGAUPLOAD - The leading online storage and file delivery serviceworks only on 1.59.00, 04.26.08, 05.11.07, 05.12.01, 05.13.04 and 06.15.00!
on iPhone 4 works only on 1.59.
Selasa, 06 Desember 2011
How to Run Windows Apps on Mac OS X using WinOnX
Apple Mac PC’s are much faster, elegant than the windows PC but there is one great thing about windows PC’s which can’t be denied, it is that, Windows OS has a very large collection of apps as compared to the Mac OS. if you are a Mac user then you shouldn’t need to be worry now, as now you can run any Windows app on your Mac OS using WinOnX.
All you need to have a Mac OS 10.6 or higher to install this program. WinOnX is an amazing must have emulator for Mac OS and it can be downloaded from MacApp store for just $4.99.
Step 1: The first is to download and install WinOnX from the Mac App store.
Step 2: Download and install any Windows app that you want to run on your Mac OS.
Step 3: The last step is to locate the program on your Mac. Double click on it and start enjoying Windows app on your Mac OS.
Well, in this way you can use any windows app on your Mac OS for just $4.99.
All you need to have a Mac OS 10.6 or higher to install this program. WinOnX is an amazing must have emulator for Mac OS and it can be downloaded from MacApp store for just $4.99.
How to Run Windows Programs on Mac OS X using WinOnX :
Step 1: The first is to download and install WinOnX from the Mac App store.
Step 2: Download and install any Windows app that you want to run on your Mac OS.
Step 3: The last step is to locate the program on your Mac. Double click on it and start enjoying Windows app on your Mac OS.
Well, in this way you can use any windows app on your Mac OS for just $4.99.
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…
iOS 5 Untethered Jailbreak : Over 10 Million Crash Reports Received From Supporters Of Jailbreak
Promising news for iOS 5 / 5.0.1 untethered jailbreak. Joshua Hill who is also known as p0sixninja and is the front man for the Chronic Dev Team has reported a landmark of crash reports that have been received by his team. The Chronic Dev Team recently launched a new app that tends to collect the iOS crash reports in iTunes and then sends them to their private servers in order for them to find exploits in the future iOS 5 untethered jailbreak.

In about a week, the team has collected over 10 million crash reports from jailbreak supporters from around the world. The Chronic Dev Team is working to parse the cash reports data that they have received to create a stable and untethered jailbreak for Apple’s iOS 5.
In one of his most recent tweets, Joshua Hill has announced that 10,071,868 crash reports have been uploaded to the servers the Chronic Dev Team are using, since the tool for collecting the data was releases last Sunday.
Google’s MapReduce software is being used by the team to compute the large amount of crash report data that is being sent in by jail breakers from around the world. This software, according to Joshua Hill allows his team to run tests in seconds rather than days, if done by normal methods.
The iOS 5, the iPhone 4S and iPad2 still don’t have an ETA on an official untethered jailbreak. But the submitted number of crash reports is a kind of a testament that tells about how committed the jailbreak community is in making Chronic Dev Crash jailbreak into a reality. Important iOS 5 exploits have already been found but according to Joshua they are under a strong guard until the right time presents itself to show these exploits

In about a week, the team has collected over 10 million crash reports from jailbreak supporters from around the world. The Chronic Dev Team is working to parse the cash reports data that they have received to create a stable and untethered jailbreak for Apple’s iOS 5.
In one of his most recent tweets, Joshua Hill has announced that 10,071,868 crash reports have been uploaded to the servers the Chronic Dev Team are using, since the tool for collecting the data was releases last Sunday.
Google’s MapReduce software is being used by the team to compute the large amount of crash report data that is being sent in by jail breakers from around the world. This software, according to Joshua Hill allows his team to run tests in seconds rather than days, if done by normal methods.
The iOS 5, the iPhone 4S and iPad2 still don’t have an ETA on an official untethered jailbreak. But the submitted number of crash reports is a kind of a testament that tells about how committed the jailbreak community is in making Chronic Dev Crash jailbreak into a reality. Important iOS 5 exploits have already been found but according to Joshua they are under a strong guard until the right time presents itself to show these exploits
Senin, 05 Desember 2011
Unlock to iOS 5.0.1 with Ultrasn0w iPhone 4/3GS
Ac1dSn0w Beta 2 Jailbreak Tool Released, Fixes Copyright Infringement Issues Ac1dSn0w (MAC)
Only for MAC no windows at this time.
Ac1dSn0w
Beta 2
CHANGELOG:
Beta1:
Initial Version
Beta2:
Fixed legal issue
Fixed problems with ramdisk (black screen)
Removed boot logo
Supported Devices (iOS5/iOS5.0.1):
iPhone 3Gs
iPhone 4
iPod Touch 4 G
iPad 1
It also provides features like Tethered Boot, Pwned DFU, and Exit Recovery to get your device out of Recovery Loop.
You may have to perform the following steps in order to jailbreak your device successfully.
1. Download Ac1dSn0w from Here and Mirror (b2)
2. After downloading, open it and you’ll see the following screen:
Note:
You can click ‘Show Console’ to see some device related information. It also shows you the current state of your jailbreaking process. The Assistant Panel helps you to put your device into DFU Mode.
3. Connect your device with your Mac.
4. Turn your device off.
5. Click ‘Show Assistant’ and follow the onscreen instructions to enter DFU Mode.
6 . Once you’re in DFU Mode just hit the ‘Jailbreak’ Button and wait until it’s done (the device will reboot).
7. Put your device again into DFU Mode (Step 5) and hit the ‘Tethered Boot’ Button.
8. Please wait a moment or 2 for the a white Cydia icon to appear.
9. Click on the white icon and wait for Cydia to initialise and close.
Done: Reopen Cydia Your device should now be jailbroken with Cydia installed.
[REMARK]
Please note that you need to boot tethered in order to see the Cydia icon. Also note that Ac1dSn0w won’t show a boot logo in Beta2.
Install Full Siri On Your iPhone 4 And iPod Touch
Install (Port) Siri On iPhone 4 And iPod Touch
Yes you can, that’s right you can run “Install (Port) Siri On iPhone 4 And iPod Touch” Siri on your iPhone 4 and iPod touch right now, and here you are the full guide.
Siri
Well, first know that my dear reader, this full port of Siri for iPhone 4 GSM & CDMA version and iPod touch too but other iDevices not supported yet. If you installed “Siri0us” you should remove it before install Siri.
How To Install (Port) Siri On iPhone 4 And iPod Touch
CD-Team developed a tweak called “H1Siri” which can bring Siri GUI and Siri connectivity to the team’s service, Siri will be connected to private service which maybe answer you from his mind “wrong answer” not Apple’s service.
1- Download iOS 5 / iOS 5.0.1 to run on iPhone 4 or iPod touch, you can download from here.
2- Jailbreak your iPhone 4 or iPod touch 4G, simply follow our tutorial posted here.
3- Now open Cydia then Mange => Sources => Edit => Add.
Install (Port) Siri On iPhone 4 And iPod Touch
4- Get back to Cydia and start searching for H1Siri and install it, know that it weights 109 MB so that it’s going to take some more time.
5- After installation reboot your iDevice.
6- Open Settings => General => Siri => On.
Install (Port) Siri On iPhone 4 And iPod Touch
Note:
iTechNow.Com is not to be held responsible for any loss of data as a result of the malfunctioning of your device in the following of this guide. Follow at your own risk.
WARNING
Don’t Do It! New Siri Port H1Siri Is Illegal, Breaks Your iPhone iPhone jailbreakers should probably stay away from the latest Siri port, dubbed H1Siri, which brings Apple’s digital assistant to the iPhone 4. The new hack comes from a group of Chinese hackers calling themselves the “CD-Dev Team.” According to the team’s account on Weibo (a Chinese microblogging service similar to Twitter), the hackers had originally wanted to just run a small test, but the code was leaked. Now their servers can’t keep up with the demand. But beyond server unresponsiveness, there are several other good reasons to skip this hack, including the fact that it seems to break people’s phones and involves running illegal code. H1Siri (aka, Hi Siri!), for those of you tracking the Siri-hacking space, is a different hack from the one that emerged in October and the other arriving last month. According to iDownloadBlog, which wisely advises readers to be wary of this new port after its own tests with H1Siri failed, the new port involves the use of copyrighted binaries from the iPhone 4S. Simply put, it works because it uses illegal code. Notable iPhone hacker @chpwn (Grant Paul), confirms this. He also points out another good reason to think carefully before installing H1Siri on your iPhone 4: it gives the software’s creators access to your personal data: Those are all very good reasons to avoid H1Siri, but if your Siri lust can’t be assuaged, maybe this last bit of info will: the darned thing doesn’t really work. Numerous posts from brave (crazy) early adopters report various complaints after installing. For example, it has been said to cause random reboots, break the camera, brick the phone, mess up the Settings app, cause the phone to get stuck at the Apple logo and other such things. | |
Langganan:
Postingan (Atom)



