December 28th, 2011
admin
The dev-team has a gift for you.. :
"@pod2g has created a terrific gift for iOS fans — an untethered 5.0.1 jailbreak for non-A5 devices!
Many of you have already been following @pod2g’s blog where he’s been keeping everyone up to date on his progress. And so you know that he recently decided to push the button on a release for all devices except the new iPhone4S and iPad2. @pod2g’s untether involves two separate exploits and a few other “tricks” — and since he’s taken the @comex approach of doing nearly everything himself, you know his plate has been full these past few months!
To play a sound on your iPhone, first of all, you shall add the Audio the Audio Toolbox framework into your frameworks group in XCode. Then, at the beginning of your view controller add the following line:
#import <AudioToolbox/AudioToolbox.h>

Now insert the .wav drag and drop your wav file into the resource folder of your project into xcode window.
This is a preview of
How to play a .wav on the iphone using the iOS sdk
.
Read the full post (186 words, 1 image, estimated 45 secs reading time)
Since iOS 2.x the iPhone operating system comes with the capability to take screen shots from the current running application. This feature sometimes can be very useful, but the gesture to take the screen shots is very simple but it isn't very publicized.

┈┈┈┈▂▂▂▂▂▂▂┈┈┈┈
┈┈┈▕┏━━━━━┓▏┈┈┈
┈┈┈▕┃╰╯┃╰╯┃▏┈┈┈
┈┈┈▕┃┊┊┛┊┊┃▏┈┈┈
┈┈┈▕┃┊╭━╮┊┃▏┈┈┈
┈┈┈▕┗━━━━━┛▏┈┈┈
┈┈┈▕╭╮┈┈▃▃┈▏┈┈┈
┈┈┈┈▅▅▅▅▅▅▅┈┈┈┈

Apple iOS 5 and Xcode 4.2
iOS 5 has been released, it includes over 200 new user features, and an updated SDK with over 1,500 new APIs and powerful new development tools.
Registered developers can download the SDK and the new Xcode from the Apple developer site.
I've seen a lot of question on the internet about this topic.
Here it is my preferred solution:
NSInteger theNumber = 56; // setup here your value….
NSMutableString *str = [NSMutableString string];
for(NSInteger numberCopy = theNumber; numberCopy > 0; numberCopy >>= 1)
This is a preview of
How to convert a NSInteger to a binary string
.
Read the full post (76 words, estimated 18 secs reading time)
By default, Xcode inserts a company name something similar to the following in all new source files (.m .h etc):
Copyright (c) 2011 __MyCompanyName__. All rights reserved.
This is a preview of
How to setup __MyCompanyName__ in Xcode
.
Read the full post (131 words, estimated 31 secs reading time)
The UIWebView class provides a lot of useful functions to manage complex documents, html, .doc, .pdf etc etc
In this article we will see how to print its content.
webView is the UIWebView I want to print.
- Show the printing user interface.
This is a preview of
Printing UIWebView content (Xcode 4 tutorial)
.
Read the full post (448 words, estimated 1:48 mins reading time)
BASIC INFO
We are going to describe how to build the bootloader for the PIC18f2550 used in our board PICCOLETTA. To do this job we will use the C compiler from Microchip (the lite version).
This is a preview of
Piccoletta: a USB developer board for PIC’s – The BootLoader
.
Read the full post (2108 words, 4 images, estimated 8:26 mins reading time)
Jailbreak 4.3.3 & 4.3.2 Firmware iPhone iPod Touch and iPad 3G 3GS and 4
I found a lot of information about the Jailbreak of iOS version 4.3.3 & 4.3.2
I would like to take this time to say that you jailbreak at your own risk, and that I cannot be held accountable if anything goes wrong.
Here you are a video tutorial from youtube
Latest Comments