Macworld Forums

Macworld Forums: First Look: iOS 4.2 beta 1 - Macworld Forums

Jump to content

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

First Look: iOS 4.2 beta 1

#1 User is offline   Macworld 

  • Story Poster
  • Group: MW Bot
  • Posts: 31,655
  • Joined: 30-November 07

Posted 15 September 2010 - 04:41 PM

Post your comments for First Look: iOS 4.2 beta 1 here
0

#2 User is offline   grantmcconnaughey 

  • Member
  • Group: Macworld Insiders
  • Posts: 54
  • Joined: 09-September 10

Posted 15 September 2010 - 05:08 PM

So how much of this will work with the iPhone/iPod Touch? Are we getting AirPrint, AirPlay, and Notes enhancements as well?
0

#3 User is offline   matthewmiller1234 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 23-October 08

Posted 15 September 2010 - 05:16 PM

Don't you mean you can hold 20 folders? Read that somewhere else.

View Postgrantmcconnaughey, on 15 September 2010 - 05:08 PM, said:

So how much of this will work with the iPhone/iPod Touch? Are we getting AirPrint, AirPlay, and Notes enhancements as well?


Yes, we will get this update as well.
0

#4 User is offline   tjbackstage 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 01-August 10

Posted 15 September 2010 - 05:37 PM

I got it on my iPad easily, but I can already tell that there are some huge problems. Mail is continuously crashing on me...I tap a button, it closes. The software orientation lock will most likely be removed due to the fact that errors exist since a hardware lock exists. The brightness control being easier to access is nice, but it seems likely to be replaced by a software volume controller (which, unlike the orientation lock, will not have problems with the hardware volume controls). Multitasking is nice, but it is kind of a bummer that apps (heck, even including my own) will have to be recompiled for iOS 4 since they just restart every time you go back to them. Nonetheless, its availability months early is good as it allows Apple to find more problems and for developers like myself to add in new features (and probably more importantly: recompile for iOS 4 so multitasking will be smooth).
0

#5 User is offline   saikung 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 14
  • Joined: 29-August 05

Posted 15 September 2010 - 06:22 PM

View Posttjbackstage, on 15 September 2010 - 05:37 PM, said:

I got it on my iPad easily, but I can already tell that there are some huge problems. Mail is continuously crashing on me...I tap a button, it closes. The software orientation lock will most likely be removed due to the fact that errors exist since a hardware lock exists. The brightness control being easier to access is nice, but it seems likely to be replaced by a software volume controller (which, unlike the orientation lock, will not have problems with the hardware volume controls). Multitasking is nice, but it is kind of a bummer that apps (heck, even including my own) will have to be recompiled for iOS 4 since they just restart every time you go back to them. Nonetheless, its availability months early is good as it allows Apple to find more problems and for developers like myself to add in new features (and probably more importantly: recompile for iOS 4 so multitasking will be smooth).



Uh, it's a beta! :rolleyes:
0

#6 User is offline   Hamranhansenhansen 

  • Member
  • PipPip
  • Group: Members
  • Posts: 383
  • Joined: 19-January 09

Posted 15 September 2010 - 06:34 PM

> After three long years, our national
> nightmare of Marker Felt is finally over.

AWESOME.
0

#7 User is offline   beeble42 

  • Member
  • PipPip
  • Group: Members
  • Posts: 17
  • Joined: 27-February 08

Posted 15 September 2010 - 06:43 PM

View Posttjbackstage, on 15 September 2010 - 05:37 PM, said:

I got it on my iPad easily, but I can already tell that there are some huge problems. Mail is continuously crashing on me...I tap a button, it closes. The software orientation lock will most likely be removed due to the fact that errors exist since a hardware lock exists. The brightness control being easier to access is nice, but it seems likely to be replaced by a software volume controller (which, unlike the orientation lock, will not have problems with the hardware volume controls). Multitasking is nice, but it is kind of a bummer that apps (heck, even including my own) will have to be recompiled for iOS 4 since they just restart every time you go back to them. Nonetheless, its availability months early is good as it allows Apple to find more problems and for developers like myself to add in new features (and probably more importantly: recompile for iOS 4 so multitasking will be smooth).


Recompiling won't help. You have to actually implement the relevant methods in your app delegate so that your app will know when it's state is changing and handle it appropriately (save state, release memory to avoid being terminated due to low memory, etc). It's just like handling the transition to suspended state (eg when a phone call comes in) in previous versions of iOS. There's just more states to move to so more methods to implement to handle the new transitions.
0

#8 User is offline   isorod 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 19-May 09

Posted 15 September 2010 - 08:59 PM

Does anyone know if Apple will allow third party apps to use the AirPlay API in their apps?
0

#9 User is offline   tjbackstage 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 01-August 10

Posted 15 September 2010 - 09:43 PM

View Postbeeble42, on 15 September 2010 - 06:43 PM, said:

View Posttjbackstage, on 15 September 2010 - 05:37 PM, said:

I got it on my iPad easily, but I can already tell that there are some huge problems. Mail is continuously crashing on me...I tap a button, it closes. The software orientation lock will most likely be removed due to the fact that errors exist since a hardware lock exists. The brightness control being easier to access is nice, but it seems likely to be replaced by a software volume controller (which, unlike the orientation lock, will not have problems with the hardware volume controls). Multitasking is nice, but it is kind of a bummer that apps (heck, even including my own) will have to be recompiled for iOS 4 since they just restart every time you go back to them. Nonetheless, its availability months early is good as it allows Apple to find more problems and for developers like myself to add in new features (and probably more importantly: recompile for iOS 4 so multitasking will be smooth).


Recompiling won't help. You have to actually implement the relevant methods in your app delegate so that your app will know when it's state is changing and handle it appropriately (save state, release memory to avoid being terminated due to low memory, etc). It's just like handling the transition to suspended state (eg when a phone call comes in) in previous versions of iOS. There's just more states to move to so more methods to implement to handle the new transitions.


Hmm...I didn't know that. I've only worked on the iPad when doing iOS development (no iPhone yet). Just would have thought that it would've handled itself. Looks like I've gotta figure that out now, too! Thanks!
0

#10 User is offline   aralim_1 

  • Member
  • PipPip
  • Group: Members
  • Posts: 56
  • Joined: 22-January 08

Posted 16 September 2010 - 01:26 AM

Quote

We’ll be honest: after checking out iOS 4.2, the idea of going back to 3.2.1 is inconceivable.



You keep using that word. I do not think it means what you think it means. ;)

This post has been edited by aralim_1: 16 September 2010 - 01:29 AM

1

#11 User is offline   john_goodman 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 16-September 10

Posted 16 September 2010 - 04:37 AM

View Postaralim_1, on 16 September 2010 - 01:26 AM, said:

Quote

We’ll be honest: after checking out iOS 4.2, the idea of going back to 3.2.1 is inconceivable.



You keep using that word. I do not think it means what you think it means. ;)


"inconceivable - not capable of being imagined or grasped mentally; unbelievable" (via Apple's Dictionary)
-1

#12 User is offline   fibercut 

  • Member
  • Group: Macworld Insiders
  • Posts: 514
  • Joined: 01-December 01

Posted 16 September 2010 - 04:39 AM

Man I wish Airplay would play to more than just one device at a time.
Cutting fiber for everyones need
0

#13 User is offline   reifer 

  • Member
  • PipPip
  • Group: Members
  • Posts: 38
  • Joined: 10-September 07

Posted 16 September 2010 - 05:26 AM

however, AirPrint will work one of two ways at launch: with a compatible printer from HP (and eventually, we presume, printers from other manufacturers) or with printers shared via your Mac or PC.

Does that mean that you can't print to printers plugged into an airport express? That would be ridiculous!
0

#14 User is offline   arkham999 

  • Member
  • PipPip
  • Group: Members
  • Posts: 36
  • Joined: 30-January 04

Posted 16 September 2010 - 05:31 AM

Why in the world would they corrupt the lock switch to be a mute? You can already mute by holding the volume-down for about 1.5 seconds.

I really, really hope that the behavior of the hardware lock AS a hardware lock is allowed. That's something I'd jailbreak for. I keep my iPad locked in landscape 100% of the time. Portrait is worthless for anything except book reading.
0

Share this topic:


  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users