Aug 25

Apple Iphone 3gs Cracked Lcd Glass Digitizer Touch Surface Screen Cover Replacement Part + Tools + Guide ( Not for Iphone 3g )

Apple Iphone 3gs Cracked Lcd Glass Digitizer Touch Surface Screen Cover Replacement Part + Tools + Guide ( Not for Iphone 3g )

  • Replace / Repair your iPhone 3gS cracked / broken glass touch screen.
  • Tools + adhesives + guide link step by step with picture included.
  • Original / Oem replacement part providing maximum quality / performance.
  • Your iPhone 3gS glass screen will work look feel as when you first got your device.

Main iPhone 3gS LCD glass screen cover + digitizer / touch screen with flex cable and connector. Front face panel repair replacement, replace your broken / damaged / cracked / shattered outside lens glass cover; If you have a cracked / broken glass but your LCD still display normal and your touch screen function may or may not working properly then this is the correct replacement part. Also, included TWO pre-cut 3M adhesives and all the tools you need, you must have these adhesives to mount your

Rating: (out of 67 reviews)

Price: $ 6.99

Aug 25

Apple iPhone 3g LCD Screen Display + Metal Mount Frame Assembly with Screw Holes Replacement Repair Part – Original Combo Kit

Apple iPhone 3g LCD Screen Display + Metal Mount Frame Assembly with Screw Holes Replacement Repair Part – Original Combo Kit

  • Main iPhone 3G LCD screen Original replacement part.
  • OEM metal mount plate with screw holes.
  • Combo kit to help your repair work much easier.

Combo Kit including two items : to replace your broken / damaged iPhone 3g LCD, you will need to remove the LCD assembly which including the LCD and the metal mounting plate with correct screw holes available so you can screw back this LCD metal frame assembly.  Use this kit to avoid messy extra steps you have to do that could damage the device, save you a lot of times.  OEM replacement parts so it will be perfect fit. Item 1 :  OEM Main LCD screen display with flex cable and adhesives ready

Rating: (out of 1 reviews)

Price: $ 24.99

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

iPhone Repair Part 1

Part one of theBENJAMINresource.com iPhone repair tutorial. In this video we see how to replace a broken iPhone 3G glass screen. This method works to replace only your iPhone outer glass screen, or both the outer screen and the digitizer. PLEASE: read the blog before you attempt this! There are some key points that were to much to write in the margins of the video. Read it here: thebenjaminresource.com This is a tutorial from www.theBEJAMINresource.com.
Video Rating: 4 / 5

Aug 25

iPhone SDK: Store App Part 1 – Objective C Math

Download the source code here: vgwebworks.com The first of a probably 2 or 3 part tutorial: I teach you how to create an app that acts as a store… Every so often you will earn money and you can then spend that money to buy stuff in a store. In this tutorial: Part 1, I tell you how to create the bank portion of the store. Email me if you’re interested in becoming a part of the site: im@gilesvg.com
Video Rating: 4 / 5

Aug 25

iPhone 3G TouchScreen Repair Part 1

Part 1 of 5 – I smashed my iPhone. The following videos show the process of repairing the touchscreen using the replacement part purchased from pdaparts.com. In particular, we show the steps that are missing from the other videos on youtube. These videos are only lightly edited. We appologize for the length but we feel that cutting it down to 10 minutes or less does not give the full scope of the repair. By the way, we have now seen someone use a suction cup to help open the iPhone – It looks much easier.

Aug 25

How to Unlock your iPhone v2 (Very Simple Tutorial) Part 1

READ THIS FIRST! This is the original tried and tested tutorial. There are others who’ve created tutorials just to get hits but as you’ll see by the comments this WORKS! Now on version 2. I highlight how to activate your phone, youtube, wifi, and unlock your phone with TWO methods. www.widgx.org/completeunlockpack2.rar www.widgx.org/iphone WARNING: Following this tutorial is at your OWN RISK! Do NOT follow it if you are not confident. Brought to you by AMNESIA Shout outs to, iPhone Dev team, Nate Tru, CarlosV, DVD Jon, and Geohotz.
Video Rating: 4 / 5