HomeStoreForumsWikiiPhone Native AppsiPhone Apps modmyifone Downloadsmodmyifone Links







Free 3G iPhone Contest!
Unlocked Cell Phones

Go Back   iPhone Forums at ModMyiFone.com - iPhone | iPod Touch, news, apps, themes. > ModMyiFone > News
Register FAQ Members List READ THIS Today's Posts Mark Forums Read

News What's the latest news? Check it out here. Grab Our News RSS Feed


Work Opportunities at MMi - updated 6/29/08 | Discuss AppStore Apps!

Get more out of ModMyiFone by joining our free community. By registering you get privileges to download files from our downloads section and you may also post your questions in our forums! It's fast, free, and easy!

2.0 Unlock|Jailbreak OS X / Windows | iPhone 3G Detailed Review w/Pics! | Developers - Port Your Apps to 2.0
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-2008, 09:25 AM
Super Moderator
 
Join Date: Jul 2007
Posts: 1,134
Thanks: 40
Thanked 202 Times in 107 Posts
Iphone update 2.1 with Turn-by-Turn?

It seems the new beta 2.1 (not to be confused with update 2.0.1, which will fix some bugs in the current firware) update will add some improvements to the GPS aspect of the phone. The phone will not only know where you are, but what direction you are going and at what speed. I guess we'll have to wait and see.



cash edit: Here is the release notes for the SDK for 2.1 from an anonymous tip.

Quote:
iPhone SDK for iPhone OS 2.1 beta 1 - ReadMe
iPhone SDK and Xcode 3.1.1 Developer Tools for iPhone OS 2.1

This is the first beta of the iPhone SDK targeting iPhone OS 2.1, including bug fixes to
iPhone OS as well as an early implementation of the Apple Push Notification Service
API. This API is not yet integrated with a live push server.

Advisories
NOTE: iPhone SDK will run on Intel-based Macs running Mac OS X v10.5.3 and later.
• Use iPhone OS 2.1 beta 1 for development only. This new version should only
be deployed on devices dedicated for iPhone OS 2.1 beta 1 development and
cannot be used for developing iPhone OS 2.0 applications.
• Updating devices to iPhone OS 2.1 beta 1. By installing the iPhone OS 2.1
software beta on your Authorized Test Devices, these Devices are permanently
“locked” into testing mode and cannot be restored to iPhone OS 2.0.


iPhone SDK Release Notes for iPhone OS 2.1
beta 1
Contents:
Known Issues
New Features
Known Issues
Documentation
NEW: iPhone OS 2.1 beta 1 includes a partial documentation set, but there is no complete documentation set
available for download. You can continue to use iPhone OS 2.0 documentation for existing API and conceptual
material.
iPhone Simulator
iPhone Simulator does not support network home directories.
The version of Foundation in the simulator platform includes functionality not included in iPhone OS. To ensure
functionality is not used that is not present on iPhone, check the documentation for availability information.
UIImage
FIXED: UIImagePickerControllerSourceTypeCamera displays the camera preview correctly when in portrait
mode, but results in an image to not be drawn in the provided view.
FIXED: UIImagePickerControllerSourceTypeCamera results in an image being rotated by 90 degrees when in
landscape mode in the live camera preview.
FIXED: When the UIImageJPEGRepresentation or PNGRepresentation function is called, the data that is output
is always Orientation Right, regardless of the orientation of the passed UIImage.
You have to specify the image extension to -imageNamed: to get results.
UIKit
FIXED: Hiding UINavigationController causes the view to not be resized to fill the entire window when
rotating.
7/23/08 16:56
iPhone SDK Release Notes for iPhone OS 2.1 beta 1
Page 2 of 4
file:///Volumes/Corwin/LocalUsers/rollie/Desktop/Outbox/draft_documents/RN-iPhoneSDK/index.html
FIXED: UIDatePicker shows the wrong date when selecting some dates.
Applications using UINavigationController cannot be launched in landscape mode.
UILabel
Including the degree character in a format string disables text updates to a UILabel object.
UILabel
ignores its contentMode property.
UIScrollView
After zooming, content inset is ignored and content is left in the wrong position.
UIStringDrawing
UILineBreakModeTruncateHead
and UILineBreakModeMiddleTruncation do not work properly for multiline
text.
UITableView
UITableView ignores separatorStyle and separatorColor.
FIXED: The list of styles available for UITableView specifies "Indexed" and "Grouped" as the two available
options; however, the headers and documentation refer to “Indexed” as “Plain”.
UITextView
objects embedded inside a UITableViewCell never receive touches.
It is very, very expensive to customize row heights (via tableView:heightForRowAtIndexPath.
Unable to resize table wider than the screen.
UITextField
UITextField
cannot be made to resign first responder once offscreen.
UITextView
FIXED: UITextView’s loupe ignores the underlying view's background color.
Setting UITextView.editable to YES should not automatically show the keyboard.
UIToolbarController
7/23/08 16:56
iPhone SDK Release Notes for iPhone OS 2.1 beta 1
Page 3 of 4
file:///Volumes/Corwin/LocalUsers/rollie/Desktop/Outbox/draft_documents/RN-iPhoneSDK/index.html
-[UIToolbarController setSelectionIndex]
doesn't work for members of the viewControllers array that
are offscreen.
UITouch
UITouch
is not adjusted when a layer has a transform applied to it.
UITouch
does not properly handle multiple taps from multiple fingers.
An application will not receive UITouchPhaseBegan if a swipe begins on or above the status bar.
UIView
Many UIKit controls cannot be resized properly if initialized with a CGRectZero frame.
animationDidEnd
fires too soon and can cause animations to stutter if you do too much work in the callback.
If a view subclass implements -drawRect: then the background color for that view subclass cannot be
animated.
UIViewController
UINavigationController
won't resize content view automatically if barStyle is changed to/from
UIBarStyleBlackTranslucent
.
If a view is detached from a given UIViewController as a top-level nib object, but connected as an outlet, the
view's origin is incorrectly moved upwards by approximately 24 pixels.
UIViewController
does not support fading to a different view when rotated to landscape.
UIWebView
UIViewController
does not auto-rotate when added to a window that is rotated already.
Links don't highlight when WebKit is single threaded.
Media
MPVolumeView
cannot be created using Interface Builder. To use an MPVolumeView, create it programmatically as
you would a normal UIView and call sizeToFit, as follows:
CGRect frame = CGRectMake(originX, originY, width, 0);
MPVolumeView *volumeView = [[[MPVolumeView alloc] initWithFrame:frame] autorelease];
[volumeView sizeToFit];
[myView addSubview:volumeView];]]
7/23/08 16:56
iPhone SDK Release Notes for iPhone OS 2.1 beta 1
Xcode/Developer Tools
You may only use .png files for application icons for the device.
The iPhone SDK is designed for Intel-based Macs and is not supported on PPC-based Macs.
Xcode and the iPhone SDK only work in 32-bit mode; 64-bit mode is not supported.
When running and debugging on a device, be sure to turn off Passcode lock.
Using the Xcode menu Run > Start with Performance Tool > <instrument> does not work even though it is
enabled. The application is not uploaded to the device. When the application is already present, Instruments
targets the local machine and "Target failed to start" appears in the tracks.
Trying to debug two applications at the same time on the same device fails with a broken pipe error in the
debugger console.
Instruments will act unpredictably with multiple devices attached.
New Features
Apple Push Notification Service
NEW: The client side APIs for the Apple push notification service, located in UIApplication.h, are included in
this release.
NEW: The server side APIs to send notifications from your server application to the Apple push notification
service will appear in a forthcoming beta release.
© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-07-23)
Sources:
IPhone 2.1 Update to Bring Turn-by-Turn GPS? | Gadget Lab from Wired.com
http://www.crunchgear.com/2008/07/24...functionality/
iPhone roundup: Apple seeds 2.1 with new GPS features, possible copy/paste, also completely out of phones - Engadget
__________________

Last edited by .:MirrorminD:.; 07-25-2008 at 09:47 AM.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 3 Users Say Thank You to .:MirrorminD:. For This Useful Post:
abercrfootball (07-25-2008), sonarmtl (07-25-2008), Tr0janMan697 (07-29-2008)
  #2 (permalink)  
Old 07-25-2008, 09:26 AM
Poseidon79's Avatar
Moderator
 
Join Date: Jan 2008
Device + Firmware: AT&T 1.1.4 & 2.0
Operating System: Leopard / XP
Location: Austin, TX
Posts: 1,669
Thanks: 57
Thanked 275 Times in 213 Posts

Maybe we won't need TomTom or Garmin after all.
__________________
===========================================

DFU Restore Mode:
1. Boot phone 2. Hold Power + Home until the screen goes BLACK 3. Continue to hold home and let go of power 4. Plug into iTunes (screen should still be BLACK) 5. Within 20 seconds it should come up in recovery mode 6. Let go of Home and hit RESTORE in iTunes.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3 (permalink)  
Old 07-25-2008, 09:35 AM
rusty778's Avatar
iPhoneaholic
 
Join Date: Jun 2007
Device + Firmware: 8 Gb 2.0 and 16Gb black 3G
Operating System: OS X Leopard & Windows Longhorn build 4074
Posts: 318
Thanks: 3
Thanked 41 Times in 34 Posts

I say shenanigans unless thats a European iPhone, but then why would they be looking up seattle?
__________________
Everytime you dont press THANKS god kills an iPhone(so please save zee the iPhones)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 3 Users Say Thank You to rusty778 For This Useful Post:
babybia175 (07-25-2008), Stefanradev2v (Yesterday), thakurupted (07-25-2008)
  #4 (permalink)  
Old 07-25-2008, 09:46 AM
Super Moderator
 
Join Date: Jul 2007
Posts: 1,134
Thanks: 40
Thanked 202 Times in 107 Posts

Quote:
Originally Posted by rusty778 View Post
I say shenanigans unless thats a European iPhone, but then why would they be looking up seattle?
There is no actually pic yet, so i just grabbed any pic from google maps, i guess ill remove it so this doesnt happen again
__________________
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5 (permalink)  
Old 07-25-2008, 09:57 AM
Green Apple
 
Join Date: Sep 2007
Posts: 93
Thanks: 4
Thanked 5 Times in 5 Posts

i'd say TomTom and Telenav map could still be useful. Consider Apple might still be using Google Map, it doesn't support 3D, and also it requires 3G data. Whereas if TomTom and Telenav are to release their Nav software on iphone, it's possible to have the map being installed into the iphone device and not require 3G data for routing.
__________________
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6 (permalink)  
Old 07-25-2008, 10:52 AM
Green Apple
 
Join Date: Jul 2007
Location: Baltimore,MD
Posts: 39
Thanks: 2
Thanked 2 Times in 2 Posts

ill still be grabbing tomtom or telenav, which ever comes first. Google maps is nice, but the 3d turn by turn is alot more useful imo.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7 (permalink)  
Old 07-25-2008, 11:06 AM
Green Apple
 
Join Date: Nov 2007
Posts: 69
Thanks: 3
Thanked 3 Times in 3 Posts

Quote:
Originally Posted by powa View Post
i'd say TomTom and Telenav map could still be useful. Consider Apple might still be using Google Map, it doesn't support 3D, and also it requires 3G data. Whereas if TomTom and Telenav are to release their Nav software on iphone, it's possible to have the map being installed into the iphone device and not require 3G data for routing.
That is GIGS of info. The Cadillac and other DVD navs run in cars are done on 3 Seperate DVDs divided into 3 Regions around 7.9 gigs of maps on each region which is East Coast, Mid West, and West Coast. I mean I dont think that would be pulled off. Theres alot of data there.

I think 3G will need to be implemented unless they figure out how to compress all that data.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8 (permalink)  
Old 07-25-2008, 11:11 AM
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 1.1.4
Operating System: XP AND NOW MAC!!!!!!!
Location: Orlando FL
Posts: 634
Thanks: 15
Thanked 17 Times in 17 Posts

Wooot I love update
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9 (permalink)  
Old 07-25-2008, 11:13 AM
JedixJarf's Avatar
Livin the iPhone Life
 
Join Date: Jun 2007
Device + Firmware: iPhone/8gb/1.1.4
Operating System: OS X Leopard
Posts: 1,575
Thanks: 15
Thanked 84 Times in 67 Posts
Send a message via Skype? to JedixJarf

Mmmm, turn by turn.
__________________
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10 (permalink)  
Old 07-25-2008, 11:17 AM
xfsasx's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2007
Location: Quakertown, PA
Posts: 190
Thanks: 2
Thanked 14 Times in 13 Posts
Send a message via AIM to xfsasx

tomtom maps are less than 1gb for the usa if you take out the Canada maps
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11 (permalink)  
Old 07-25-2008, 11:39 AM
What's Jailbreak?
 
Join Date: Oct 2007
Device + Firmware: 1st gen 4GB iphone 2.0 Unlocked/Jailbroken
Operating System: Windows XP
Location: Connecticut
Posts: 26
Thanks: 8
Thanked 2 Times in 2 Posts
Send a message via AIM to babybia175

why don't they just partner with tomtom and get it overwith, it's probably going to happen eventually, DO IT NOW. i just updated my 1st gen phone to 2.0 yesterday and now i want more stuff for it. it made it feel like a brand new phone! love it!
__________________
iPhone 1st Gen 4GB Unlocked/Jailbroken on ATT
**Updated to 2.0**
My Phone is a Part of Me

Last edited by babybia175; 07-25-2008 at 11:39 AM. Reason: Spelling ;)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12 (permalink)  
Old 07-25-2008, 11:41 AM
Green Apple
 
Join Date: Aug 2007
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts

dude i just Pwned my 3G and now theres another update... sheesh... ima be fine with not knowing how fast im going.. :P
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13 (permalink)  
Old 07-25-2008, 11:54 AM
What's Jailbreak?
 
Join Date: Oct 2007
Device + Firmware: 1st gen 4GB iphone 2.0 Unlocked/Jailbroken
Operating System: Windows XP
Location: Connecticut
Posts: 26
Thanks: 8
Thanked 2 Times in 2 Posts
Send a message via AIM to babybia175

Quote:
Originally Posted by brianiino View Post
dude i just Pwned my 3G and now theres another update... sheesh... ima be fine with not knowing how fast im going.. :P
i'm with you on this one. i don't need a secondary speedo gauge...
__________________
iPhone 1st Gen 4GB Unlocked/Jailbroken on ATT
**Updated to 2.0**
My Phone is a Part of Me
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14 (permalink)  
Old 07-25-2008, 12:05 PM
lostwhiteboyy's Avatar
Green Apple
 
Join Date: Apr 2008
Device + Firmware: iPhone 3G Jailbroken 2.0, iPhone 2G Jailbroken and Unlocked 2.0
Operating System: Vista 64bit
Location: Pitt,PA
Posts: 38
Thanks: 3
Thanked 0 Times in 0 Posts

so then i guess that means wed have to hope that the new pwn works on the new firware for jailbreaking?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15 (permalink)  
Old 07-25-2008, 12:07 PM
Numberzz's Avatar
iPhone? More like MyPhone
 
Join Date: Dec 2007
Device + Firmware: iPhone 3G 16GB White: Jailbroken
Operating System: Mac OS X Leopard
Location: San Francisco, CA, USA
Posts: 165
Thanks: 6
Thanked 10 Times in 10 Posts
Send a message via AIM to Numberzz

I probably wouldn't be using it very much. I usually can just look at where I am in relation to the place I am going and I can usually find my way.
__________________
If I helped you, press thanks!

MacBook Pro 17" 2.4GHz C2D, 4GB RAM, Glossy 1920x1200, 160 GB 7200 RPM HDD, Leopard, Windows Vista
MacBook Air 1.6GHz C2D, 2GB RAM, 80GB 4200 RPM HDD, Leopard
iPhone 3G 16GB White: Jailbroken
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  iPhone Forums at ModMyiFone.com - iPhone | iPod Touch, news, apps, themes. > ModMyiFone > News

Tags
2.1, beta

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

ModMyMoto.com - ModMyGPhone.com - ModMyiFone.com - Managed Dedicated Servers by SingleHop - iPhone Wallpapers - iPhone | iPod touch forums, news, themes, apps, games, unlock, jailbreak community - ModMyiFone.com RSS Feeds - Contact Us - Link to us - Archive - Privacy Statement - - Top
Copyright © 2007-08 by ModMy, LLC. All rights reserved. You may not copy anything on this site unless you link to the original.
All times are GMT -6. The time now is 02:48 AM. Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
ModMyiFone.com is an independent publication and has not been authorized, sponsored, or otherwise approved by Apple, Inc or Cisco Systems, Inc. The information contained on this site is for educational purposes only.
Forum skin by poetic_folly