Aug 25

iPhone 3G / 3GS Glass Digitizer Replacement Repair HD Tutorial DIY Complete

bit.ly If you have dropped your iPhone 3G and have broken the glass this Video is for you. Buy the tools and glass from iphoneshopusa.com This is a complete tutorial on to replace the glass and digitizer on your iPhone 3G. There are a couple of tips and tricks on how to remove the broken glass from the plastic bracket. This is a fairly easy process but does take some time and patience. If you feel you can not complete this process yourself after watching this video, drop me a message and I would be happy to assist you.

Aug 25

Tutorial To IPhone Hacks

Tutorial To IPhone Hacks

Did you know that one of the first written hacks for the iPhone was completed 5 days after its release? It was creased by DVD Jon notorious for various reverse engineering projects (which means getting details of systems one is not supposed to know). He managed to use all the functions on the iPhone but he did not succeed in hacking the phone so that he could get activated with another carrier so he had to remain with AT&A just for a little bit longer. There were many more people that followed suite and have hacked the iPhone since then with different inventions and methods


Iphone Hacks What Types are there


There are many applications now available to hack your phone for various reasons and they can be classed in the good and bad. You have the ones that help you unlock your phone so that you can use another carrier other than AT&T so that if you have a phone that you want to use outside the USA then you can. Also AT&T pricing may seen too extreme for you. Some people don’t mind using AT&T but want to be able to use other third party applications on their phones which are not supported by Apple. You then have the so called bad hack, this is where people try and hack the iPhone and the Apple system so to be able to get the users private details such as password and personal information.


Hacking terminology – Firmware, Jailbreaking, Brick


There are some basic terms you should be familiar with, which you could have already encountered but are not sure about their meaning.


By hacking your phone it can become inoperable this is where the term brick comes from it means that the hardware has become unusable for one reason or another. This can happen if Apple does an update and Apple applies a new program which disables your hacks rendering your iPhone useless. There are hackers which are constantly writing new programs to try and overcome these problems so that you can recover your phone


The firmware is basically the operating system and programming, the basic and in-depth specifics, which are not available to the everyday user. Apple periodically releases updates that fix former bugs and offers new features, and will possibly work on and stop iPhone hacks. Firmware version 1.1.1. is quite famous for rendering many iPhones useless, turning them into bricks, although a fix was released some weeks later.


The operation system and basic software for the iPhone has been designed do that it can easily be modified. Jailbreak is a kind of iPhone hack in where the owner can gain entry to the inside of the phone and change it structure and thus change it, either to unlock the iPhone or install and run third-party applications not approved by Apple.

For more articles on the iPhone please visit: http://www.mobilephonereviewed.com

Aug 25

UITableView iPhone Programming Tutorial – Part 1

For MORE lessons like this, visit MyCodeTeacher.com I Build iPhone Apps! Just e-mail me and let me know what you need built! NOTE!!! View this at higher quality here: vimeo.com A tutorial that teaches iPhone programmers how to populate a UITableView. SOURCE CODE: #import “TableViewTestAppDelegate.h” @implementation TableViewTestAppDelegate @synthesize window; – (void)applicationDidFinishLaunching:(UIApplication *)application { contentArray = [[NSArray arrayWithObjects:@”First”, @”Second”, @”Third”, nil] retain]; [window addSubview:[mainNavController view]]; } – (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return [contentArray count]; } – (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *identity = @”MainCell”; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identity]; if(cell == nil) { cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:identity] autorelease]; } cell.text = [contentArray objectAtIndex:indexPath.row]; return cell; } – (void)dealloc { [window release]; [super dealloc]; } @end E-mail me for .zip
Video Rating: 4 / 5

Aug 25

Put ringtones on your iPhone 3G (Tutorial / Blog)

VISIT MY BLOG www.tubetutorials.blogspot.com EMAIL Tubetutorials@Gmail.com LEARN HOW TO PUT RINGTONES ON YOUR IPHONE FOR FREE please Subscribe and thumbs up this video and head over to my channel Any Questions Message me on my channel or leave a comment Want to sponsor or collaborate??? message me
Video Rating: 4 / 5