Top Posts

Jailbreak iPod Touch - Learn how to jailbreak an iPod Touch & iPhone

Jailbreak iPad - Learn how to jailbreak an iPad Touch

Important Jailbreak Solutions - Getting an error or need to restore your iPod Touch check this post.

How to Use SSH - Learn how you can use SSH with your iPod Touch

Favorites



Archive for May, 2010

May
22

iPod Touch with Camera finally en route

Author : rooster


iPod touch 4G

Finally, 250 days later, Apple shows us the iPod Touch with a camera. They were planning to release this version as the original 3G iPod Touch, but a size restricting manufacturing mistake left the camera housing empty.

The serial number of the Camera part indicates 2.0 megapixels, but this could easily change as newer models are developed. I certainly hope they upgrade to a slightly better camera.

Another issue is the camera’s actual function. Will it be restricted to purely video or will it have the ability to take pictures as well. Running a diagnostic mode, no internal specs are known as of yet.

I’ll keep you updated.

rooster


May
14

How to Fix a Bricked Phone/iPod Touch

Author : rooster


1) DFU restore. This is probably the first thing you should try:
  • a) Connect your iPhone to your PC
  • b) Turn off your iPhone
  • c) Hold power (= sleep) and home at the same time for exactly 10 seconds.
  • d) then release power but continue to hold the home until the computer recognizes your USB device                                              (this is usually accompanied by a beep.
  • e) After iTunes detects your iPhone you should be all set
  • note) if the apple logo appears on your iPhone you have booted into recovery mode (not DFU mode)                                            and should start the process again.
2) DFU persistence.
  • Keep trying the above method if the phone will not boot into DFU mode. Sometimes it can take 5+ tries to work.
3) Charger DFU method.
  • Connect you iPhone to a wall charger and hold down the power key for ten seconds. Then take it off the charger and connect to your PC and repeat the steps in #1.
4) LIB USB method.
  • a) instal LibUsb-Win32 drives on your PC
  • b) Plug your iPhone into your pc
  • c) follow the steps in #1
As you can see, DFU mode is really your best bet.
Good luck!
rooster

May
12

Android on the iPhone 2g tutorial

Author : rooster


The Android community is growing and the OS is improving greatly. Naturally, somebody thought it would be a great idea to run Android on their iPhone. Its still a bit unstable but if you want to test it you, here is very simple and therefore justifiably long tutorial provided by android-a-lot.

DISCLAIMER: Do this at your own risk

Downloads

Here’s a bunch of stuff that you’ll need before you start:

  1. IMPORTANT! Jailbroken iPhone 2G only!!!!
  2. VirtualBox Get the right version Windows/Mac
  3. VirtualBox Ubuntu Image.  Download number 10, Ubuntu Linux 9.10 codename Karmic Koalax86
  4. iPhone Explorer.
  5. Android images and sources
  6. Patched images.

Preparation

Let’s get some of the basics out of the way:

  1. Open Task Manager
  2. Kill the iTunes Helper process
  3. Install iPhone Explorer
  4. Connect your iPhone to your Mac/PC
  5. Run iPhone Explorer
  6. Click the Change Root button
  7. Select “/” Real iPhone Root Directory
  8. Browse to private/var
  9. Copy ramdisk.img, userdata.img, cache.img and zImage from Downloads#5 (Android images and sources) to that var directory
  10. Copy system.img and android.img.gz from Downloads#6 (patched images) to the that var directory
  11. That’s all the Android files on your iPhone, now to make them run!

Setting Up Virtual Box

  1. Install VirtualBox
  2. Open VirtualBox
  3. Go on File > Virtual Media Manager
  4. Make sure Hard Disks is selected
  5. Click Add
  6. Locate the ubuntu-9.10.vdi file (download#3) and select it
  7. Close Virtual Media Manager
  8. Go on Machine > New
  9. Click Next
  10. Under Name enter “Ubuntu”
  11. Select Linux Operating System
  12. Select Ubuntu Version
  13. Click Next
  14. Set an amount of RAM, the default should be fine
  15. Click Next
  16. Select “Use existing hard disk”
  17. Select the ubuntu-9.10.vdi
  18. Click Next
  19. Click Finish
  20. Select that new machine to start up Ubuntu
  21. The password to login is: reverse

Setting Up Ubuntu

Almost there – if this feels a bit long, just consider how short and simple each step is!

  1. Click System (top bar) > Administration > Synaptic Package Manager
  2. Enter the password: reverse
  3. In the quicksearch box, type libusb-1.0, click the Check Box next to libusb-1.0-0 and select Mark for installation
  4. In the quicksearch box, type libreadline, click the Check Box next to libreadline5 and select Mark for installtion
  5. Click Apply
  6. When it’s all installed close the Package Manager
  7. Open Firefox (in Ubuntu)
  8. Download openiboot installer from here
  9. Click Places (top bar) > Downloads
  10. Right-click openiboot.zip and click Extract Here
  11. Click Applications (top bar) > Accessories > Terminal
  12. Without the quotes, type ‘cd Downloads/openiboot’
  13. Restart your iPhone in Recovery Mode (power off, hold down Home button, connect to USB cable)

Getting Android Working!

Well done on getting this far! This is where the fun beings (credits to WinX Blog for these instructions –link)

  1. In VirtualBox, the Ubuntu Window, go on Devices > USB Devices and select iPhone (Recovery Mode)
  2. In the terminal type (without quotes): ’sudo su’
  3. Enter the password: reverse
  4. In the terminal type ./loadibec openiboot.img3
  5. You’ll see the OpeniBoot screen appear on your iPhone
  6. Hold down the power button a couple of seconds (iPhone)
  7. The bottom option, openiboot console, will become selected
  8. Press Home (iPhone).  You’ll see a bunch of text appear and stop at “Welcome to openiboot”
  9. In VirtualBox, the Ubuntu Window, go on Devices > USB Devices and select iPhone (OpeniBoot Mode)
  10. In terminal type su ./oibc
  11. Enter the password: reverse
  12. If this doesn’t work just type: ./oibc
  13. You’ll see the same text from the iPhone in the Terminal
  14. Type (without quotes) ‘nor_read 0×09000000 0×0 1048576? and press Enter
  15. Wait for it to say Done
  16. Type (without quotes) ‘~norbackup.dump:1048576?
  17. This creates a backup of your NOR memory – save a copy on USB stick, or email it to yourself or something
  18. Type install, press Enter.  When this is done you’ve got openiboot installed on your iPhone.  You’re done!

Finishing Off

What you’ve achieved up til now is Android files on your iPhone, and then installing openiboot so that you have an option to start iPhone OS or Android when you turn on your phone.  Openiboot was necessary because that’s the only way right now that you can boot into Android.  Here’s how to finish off and get into Android:

  1. If you still have Terminal open with the oibc still running, just type ‘reboot’, press Enter and skip to step 3
  2. If you don’t have Terminal open, disconnect your phone, turn it off and back on
  3. When openiboot appears press Power button to switch to openiboot console (bottom option)
  4. Hold down the Home button
  5. Android will start to boot, but it might take a while

Thanks to:
planetbeing – the man who did all the hard work!
WinXBlog – guide for getting openiboot running
Geekoid
– for the system images
and a huge thanks to Superhero

rooster


May
10

MacBook Air Coming Tomorrow!

Author : rooster


The AppleBlog and MacRumors, as well as other sites, report that a new MacBook Air should be released tomorrow. The very trustworthy source, that accurately placed the release of the last MacBook Pro, says that this release could either be a new Air or a new Cinema display; according to the Mac Rumors buying guide, both are way past due.

AppleBlog states:

The MacBook Air was last updated in June of last year, and the biggest change wasn’t specs, but price. The low-end MBA saw its CPU increased from 1.6 to 1.86GHz, but it’s price decrease from $1,799 to $1,499. The high-end model with a 128GB SSD went from 1.86 to 2.13GHz, but saw a price drop of $700 to $1,799. Another price drop seems unlikely, as that would overlap with the 13? MacBook Pro. Far more likely, Apple will maintain the price of the MacBook Air and update specifications, starting with the CPU.

and

Besides that, a glass trackpad sans button would update the MacBook Air to match the MacBook Pros. Also, a Mini DisplayPort with audio out like the MacBook Pros seems a likely upgrade.

Tomorrow will tell.

rooster


May
7

iPhone 4.0 Updates

Author : rooster


So here are some alleged features of the new iPhone that Steve didn’t mention at the last keynote:

1) HD Video Recording. The following lines of code were found in the 4.0 SDK.

AVCaptureSessionPreset640×480
AVCaptureSessionPreset1280×720

This confirms that the new iPhone will be able to shoot both 640×480 (the current resolution) as well as 1280×720 (HD)!

2) Possible 5.0 Mega-pixel camera. Currently the iPhone has one 3.0 MP camera. Some say the next model may have two (on the back and front) 5.0 MP cameras.

3) Mactropolis reports that they new iPhone may also have “double” the screen resolution. This seems a bit idealistic but a higher resolution definitely seems possible.

4) Orientation Lock and Widgets in the multi-task bar! iPod Touch Fans reports that if you swipe left of the original multi-task bar (which will also be featured in the 4.0 OS), “orientation lock” as well as “music controls” appear on screen.

This next iPhone will be awesome!

rooster


May
6

Spirit: iPad Untethered Jailbreak

Author : rooster


Well, they did it.
The Untethered jailbreak for the iPhone, iPod touch, and yes, the iPad is here!
This new jailbreak works on the latest firmwares.
The creator of Spirit, @comex, give us some advice about their his JB:

  • Spirit is an untethered jailbreak for iPad, iPhone, and iPod touch on the latest firmwares.
  • Spirit is not a carrier unlock.
  • If you currently are using a tethered jailbreak, you have to restore to use Spirit. Do not upgrade if you use an unlock on an iPhone 3G or 3GS. (You can, however, restore to 3.1.2 if you have SHSH blobs for that version.)

. . . and the requirements for the JB:

  • Any iPad, iPhone, or iPod touch on firmware 3.1.2, 3.1.3, or 3.2.
  • An activated device: one not stuck on the Connect to iTunes or Emergency Call screen.
  • Any version of iTunes 9 (including 9.1.1).
  • Syncing with iTunes before trying this is highly recommended.
  • Note: On iPad, all this is still sort of beta. Some packages in Cydia, not designed for iPad, might screw up your system and require you to restore. Be careful. (And no, Cydia’s appearance is not final.)

As noted above, this is all still in beta mode and so take heed of the above warning and be careful when installing iPhone Cydia packages on the iPad.

Here is the official site with the available Mac and Windows downloads!

IMPORTANT – Dev Team:
Unless you’ve backed up your SHSH blobs for vulnerable firmware versions, you’ll lose the ability to use the current Spirit jailbreak if you accidentally upgrade.

Please take the steps now to backup your SHSH blobs.  Use either Firmware Umbrella to create a local copy, or go through saurik’s server.  If you are getting an iPad 3G, it’s safest to backup your blobs using Firmware Umbrella, in case saurik’s server gets bogged down with requests.

  • Spirit works on all devices.  (However, the redsn0w and PwnageTool flows will continue to work on those devices they’ve always worked on)
  • Spirit does not include a carrier unlock.  (Please don’t bug @comex about that)
  • Spirit requires your device to be activated or hacktivated

Thanks to all the developers esp. @Comex

rooster


May
5

Jobs on “flash”

Author : rooster


Steve Jobs submitted “thoughts on flash” today.

He gives a few reasons why Apple has not yet allowed flash on their portable devices:

I wanted to jot down some of our thoughts on Adobe’s Flash products so that customers and critics may better understand why we do not allow Flash on iPhones, iPods and iPads. Adobe has characterized our decision as being primarily business driven – they say we want to protect our App Store – but in reality it is based on technology issues. Adobe claims that we are a closed system, and that Flash is open, but in fact the opposite is true.

Then Gruber points out that:

We have routinely asked Adobe to show us Flash performing well on a mobile device, any mobile device, for a few years now. We have never seen it. Adobe publicly said that Flash would ship on a smartphone in early 2009, then the second half of 2009, then the first half of 2010, and now they say the second half of 2010. We think it will eventually ship, but we’re glad we didn’t hold our breath. Who knows how it will perform?

We know from painful experience that letting a third party layer of software come between the platform and the developer ultimately results in sub-standard apps and hinders the enhancement and progress of the platform. If developers grow dependent on third party development libraries and tools, they can only take advantage of platform enhancements if and when the third party chooses to adopt the new features. We cannot be at the mercy of a third party deciding if and when they will make our enhancements available to our developers.

I wouldn’t urge you to hold your breath either. Instead, some parties, like Netflix and Hulu, are planning on using HTML5 for their flash requirements.

rooster



Close
E-mail It