What does system.getInfo("model") show on ipod touch?

Hi, guys,
Does any know what system.getInfo(“model”) prints on ipod touch 2 gen & 3 gen?

on iPhone2g, iPhone3g/3gs, it is “iPhone”
on iPhone4, it is “iPhone4”
on iPad, it is “iPad”.

Thx!! [import]uid: 4992 topic_id: 5948 reply_id: 305948[/import]

I am interested to know this as well. Since iPod Touch 2nd generation is slower than iPhone 3G/3GS, I need to do some specific tweak for iPod Touch 2nd generation to compensate for the slowness. But I cannot find any way to detect if the device is iPod. Any help will be highly appreciated, [import]uid: 19297 topic_id: 5948 reply_id: 27448[/import]

I’m interested in iPhone2G support … this is the device I’ve for development purpose.
Does Corona support that device ? [import]uid: 73055 topic_id: 5948 reply_id: 64029[/import]

On my 8GB 2nd gen iPod Touch it displays “iPod touch” [import]uid: 70847 topic_id: 5948 reply_id: 64040[/import]

Ivan, this is an odd place to ask this - but no, we don’t officially support the 2G. You can build a test with the trial version of Corona and see what happens, though. (Never used a 2G myself.)

Model name shown is as ingemar reports :slight_smile:

Peach [import]uid: 52491 topic_id: 5948 reply_id: 64221[/import]

Although it’s not supported I’ve actually found it to be quite valuable in fine-tuning performance. There have been times where everything has been working fine on other devices but when trying it on a 2nd gen device things slowed to a crawl and stuttered like crazy. After looking at my code I found things that could be done better. After fixing these things it ran much better on all platforms, including the 2nd gen device. [import]uid: 70847 topic_id: 5948 reply_id: 64243[/import]

Great Thank you all.
I think Corona Stuff should spend few time to write down a list with all supported devices / trick or workaround. Community can help in maintaining it. Almost all newbyes like me wanna avoid fighting with a specific device’s trouble and keep attention on coding lua.

Ivan Rosina [import]uid: 73055 topic_id: 5948 reply_id: 64247[/import]