| View previous topic :: View next topic |
| Author
|
Message |
White CZ4A Riding on 17's
Joined: 18 Apr 2003 Tech posts: 1322
My 2NRide: Nissan GT-R
|
Posted: Wed Jan 14, 2009 9:49 am Post subject: |
|
|
| ^thanks man |
|
| Back to top |
|
 |
|
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 15, 2009 4:34 pm Post subject: |
|
|
Seemingly cementing a move first hinted at during the World Wide Developers Conference, Apple has filed for a trademark for its OS X operating system but without the "Mac" prefix that has accompanied the name since its inception.
The Cupertino-based company initially filed for its trademark in Trinidad and Tobago less than a week after the June 2008 conference, where lobby banners first indicated a split where Apple would distinguish between OS X Leopard, the version of its operating system for traditional computers, and OS X iPhone, the modified platform that supports both its namesake cellphone and the iPod touch.
The software label also passed through a southeast Asian trademark office in November, but as of this writing remains under review.
Apple's reasons for trademarking at this stage aren't entirely clear, though the most conspicuous is its current product strategy: as many of its devices are running some variant of the FreeBSD-based software but operating well outside the bounds of ordinary Macs, the company may be under some self-imposed pressure to rebrand its flagship software in a way that allows it to enforce its trademarks without tying itself to a particular software revision or product line.
A formality in trademark would also mirror steps to rebrand the company itself that were first reveled when chief executive Steve Jobs took to the stage to introduce the original iPhone in January 2007. With the Apple TV in the living room and the iPhone in people's pockets, the executive argued that it was time for the company to alter its name and drop the "Computer" badge to become Apple Inc., reflecting its new general technology focus.
An image accompanying the filings.
Still, the potential trademark change represents a formal break from tradition for a company that, in 1999, deliberately kept the "Mac OS" badge for its radically altered operating system to maintain familiarity -- a move the company may no longer feel is necessary today. |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sat Jan 17, 2009 7:04 pm Post subject: |
|
|
You can now have five columns of icons in your springboard via Cydia. Just add the SOS iPhone Source. (Available under the More Package Sources menu)

Last edited by SRASC on Wed Jan 21, 2009 1:54 pm; edited 1 time in total |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Mon Jan 19, 2009 11:45 pm Post subject: |
|
|
One of the things I thought the iPhone would do off the bat was have the Clock application icon be animated reflecting the actual time. Of course, that was not the case, until now…
LiveTime simply does just that, animates the Clock application’s icon to reflect the actual time. Simple, neat.
 |
|
| Back to top |
|
 |
Wolfie I LUV THIS PLACE
Joined: 19 Apr 2003 Tech posts: 1037 Location: Past The Lighthouse My 2NRide: Subaru Impreza WRX STi
|
Posted: Tue Jan 20, 2009 5:55 am Post subject: |
|
|
| That's a cool one thx |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Wed Jan 21, 2009 1:38 pm Post subject: |
|
|
Reflective docks are now possible via Cydia. Just add http://david.ashman.com/apt/ to your sources in Cydia.
N.B. you would also see WeatherIcon added after adding the source. Do not download this as it crashes iPhones/iPod touches for whatever reason |
|
| Back to top |
|
 |
Wolfie I LUV THIS PLACE
Joined: 19 Apr 2003 Tech posts: 1037 Location: Past The Lighthouse My 2NRide: Subaru Impreza WRX STi
|
Posted: Wed Jan 21, 2009 3:55 pm Post subject: |
|
|
FriendSync allows your iPhone to display your friend's Facebook profile pictures when they call.
http://www.4shared.com/file/81377946/fd55fcd/PictureSync.html
...
Guys check out this app it's really useful if you want to populate your phone contacts with their associated facebook pics. Saves a lot of time. |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 22, 2009 9:54 am Post subject: |
|
|
Yesterday I wrote about the reflective dock (which is now available in case you didn’t know) by adding the http://david.ashman.com/apt repo to Cydia. The problem at the time was the also added WeatherIcon which crashed iPhones/iPod touches. Well it did anyway. It has since been upgraded so now the crashing issues are no longer there so long as you install version 1.1.1 or higher (1.2 was available at last check).
Its configuration, in a sense, is quite extensive. So this is where I’ll let AppleiPhoneSchool.com’s Brooke take over.
Note: This afternoon, I had an issue where when I selected the Weather Icon option in WinterBoard, it did not change the weather icon to a blank weather icon instead it added the new weather image and temp on top of my stock icon which looked absolutely terrible. If you are also having this issue, uninstall and reinstall the app in Cydia. Example screenshot below.
Ok, now, there are a few catches. When the app is not activated in WinterBoard, it adds a ? on top of your weather icon. The only way to get rid of the ? is to always have the app activated or to uninstall it. Example screenshot below.
The other catch…the app does not automatically detect your current location, you will need to change the zip code in the .plist to your current zip code. If you are comfortable with ssh, this is an easy thing to do. Below are instructions.
1. Find the file Library/Themes/Weather Icon.theme/Bundles/com.apple.springboard/com.ashman.WeatherIcon.plist on your iPhone or iPod Touch.
2. Open the com.ashman.WeatherIcon.plist file. Below is what it will look like.
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Celsius</key>
<false/>
<key>Location</key>
<string>20852</string>
</dict>
</plist> |
3. Change the number 20852 to whatever your current zip code is. Below is an example of what it would look like changed.
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Celsius</key>
<false/>
<key>Location</key>
<string>50023</string>
</dict>
</plist> |
4. Close the file…it should ask you if you would like to save the change…yes, you want to save the changes.
5. Respring your springboard and you will have the current temp for your zip code on your weather icon.
With the current temp, it will also display a weather image that corresponds with the current time of day and weather conditions ex) a sun with clouds or a moon with snow.
I’m not sure how often the temp updates. The temperature has changed three times throughout the day today (so, maybe it updates every few hours?). There are also times when it doesn’t seem to connect and it says N/A instead of a temp.
Personally, I LOVE the concept and this is by far the closest we have come to this sort or mod. Does it need improvements to be more user friendly, most definitly. Will I leave it on my iPhone, yes.
If you are looking to mod the app even further, Doug has created a blank weather icon that you can use instead of the blank weather icon that comes with the app. To use it, just right click and Save As on the icon below. Then drag the icon (via ssh) into the Library/Themes/Weather Icon.theme/Icon folder and rename the icon file to Weather.
There are other modding options with this app as well. For example you could create your own weather images. If you do so, the files you will need to replace are located in the Library/Themes/Weather Icon.theme/Bundles/com.apple.springboard folder.
Let me know in the comments what you think of this app and if you are going to use it. Screenshots of how you modded it are cool too. Below are two quick mods that I tried. One is with Doug’s icon and the other I created a transparent icon.
This application does work in other countries. It pulls it’s info from yahoo.com’s weather. So, in order to use the app outside the US, head over to THIS page and search for your City and Country. When it finds the weather for your City, you can use the number from the web address as the number to change in the app’s .plist. For example, I searched for Rome, Italy and when it loaded the weather for Rome, I got this web address http://weather.yahoo.com/forecast/ITXX0067.html. The bolded number is what you would change the number in the .plist to. Another example is Munich, Germany. I searched for Munich in Yahoo Weather and once it pulled up the weather for Munich…I got this web address http://weather.yahoo.com/forecast/GMXX0087.html. Just take GMXX0087 and use it to replace the numbers in the .plist file.
Last edited by SRASC on Thu Jan 22, 2009 1:42 pm; edited 2 times in total |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 22, 2009 1:20 pm Post subject: |
|
|
| it is problematic in my opinion & did cause some problems for me to get back to the SpringBoard |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 22, 2009 1:24 pm Post subject: |
|
|
| SRASC wrote: | Yesterday I wrote about the reflective dock (which is now available in case you didn’t know) by adding the http://david.ashman.com/apt repo to Cydia. The problem at the time was the also added WeatherIcon which crashed iPhones/iPod touches. Well it did anyway. It has since been upgraded so now the crashing issues are no longer there so long as you install version 1.1.1 or higher (1.2 was available at last check).
Its configuration, in a sense, is quite extensive. So this is where I’ll let AppleiPhoneSchool.com’s Brooke take over.
Note: This afternoon, I had an issue where when I selected the Weather Icon option in WinterBoard, it did not change the weather icon to a blank weather icon instead it added the new weather image and temp on top of my stock icon which looked absolutely terrible. If you are also having this issue, uninstall and reinstall the app in Cydia. Example screenshot below.
Ok, now, there are a few catches. When the app is not activated in WinterBoard, it adds a ? on top of your weather icon. The only way to get rid of the ? is to always have the app activated or to uninstall it. Example screenshot below.
The other catch…the app does not automatically detect your current location, you will need to change the zip code in the .plist to your current zip code. If you are comfortable with ssh, this is an easy thing to do. Below are instructions.
1. Find the file Library/Themes/Weather Icon.theme/Bundles/com.apple.springboard/com.ashman.WeatherIcon.plist on your iPhone or iPod Touch.
2. Open the com.ashman.WeatherIcon.plist file. Below is what it will look like.
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Celsius</key>
<false/>
<key>Location</key>
<string>20852</string>
</dict>
</plist> |
3. Change the number 20852 to whatever your current zip code is. Below is an example of what it would look like changed.
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Celsius</key>
<false/>
<key>Location</key>
<string>50023</string>
</dict>
</plist> |
4. Close the file…it should ask you if you would like to save the change…yes, you want to save the changes.
5. Respring your springboard and you will have the current temp for your zip code on your weather icon.
With the current temp, it will also display a weather image that corresponds with the current time of day and weather conditions ex) a sun with clouds or a moon with snow.
I’m not sure how often the temp updates. The temperature has changed three times throughout the day today (so, maybe it updates every few hours?). There are also times when it doesn’t seem to connect and it says N/A instead of a temp.
Personally, I LOVE the concept and this is by far the closest we have come to this sort or mod. Does it need improvements to be more user friendly, most definitly. Will I leave it on my iPhone, yes.
If you are looking to mod the app even further, Doug has created a blank weather icon that you can use instead of the blank weather icon that comes with the app. To use it, just right click and Save As on the icon below. Then drag the icon (via ssh) into the Library/Themes/Weather Icon.theme/Icon folder and rename the icon file to Weather.
There are other modding options with this app as well. For example you could create your own weather images. If you do so, the files you will need to replace are located in the Library/Themes/Weather Icon.theme/Bundles/com.apple.springboard folder.
Let me know in the comments what you think of this app and if you are going to use it. Screenshots of how you modded it are cool too. Below are two quick mods that I tried. One is with Doug’s icon and the other I created a transparent icon.
 |
This application does work in other countries. It pulls it’s info from yahoo.com’s weather. So, in order to use the app outside the US, head over to THIS page and search for your City and Country. When it finds the weather for your City, you can use the number from the web address as the number to change in the app’s .plist. For example, I searched for Rome, Italy and when it loaded the weather for Rome, I got this web address http://weather.yahoo.com/forecast/ITXX0067.html. The bolded number is what you would change the number in the .plist to. Another example is Munich, Germany. I searched for Munich in Yahoo Weather and once it pulled up the weather for Munich…I got this web address http://weather.yahoo.com/forecast/GMXX0087.html. Just take GMXX0087 and use it to replace the numbers in the .plist file.
Result:

Last edited by SRASC on Thu Jan 22, 2009 2:27 pm; edited 3 times in total |
|
| Back to top |
|
 |
Freelander I LUV THIS PLACE
Joined: 23 Oct 2003 Tech posts: 947 Location: toronto,canada keeping it chill My 2NRide: Subaru Imreza 2.5RS Coupe
|
Posted: Thu Jan 22, 2009 1:26 pm Post subject: |
|
|
| im having probs with the live clock, the original clock is still displayed under the animated one:S |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 22, 2009 1:29 pm Post subject: |
|
|
| Freelander wrote: | | im having probs with the live clock, the original clock is still displayed under the animated one:S |
orr... make sure it is enabled in WinterBoard. That'll solve that |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sat Jan 24, 2009 5:00 pm Post subject: |
|
|
MeDevil has posted a video demonstrating the first file transfer between an iPhone and a PC using Bluetooth.
Google Translation:
The version you see on video is not yet complete because the profiles implement only the “server” (the one that deals with the receipt). To complete the app you need to finish the part on the client profile obex push and complete the profile pbap that the exchange of contacts between the devices. After these profiles, the application will be in beta-testing and when it is certain that the application is running, will be released through the repository of iSpazio on Cydia. The date of issue is to be determined, however, and avoid asking for email or in comments will happen when. |
|
| Back to top |
|
 |
TURBOT punchin NOS
Joined: 21 Apr 2003 Tech posts: 3786 Location: sniffin nos by drags My 2NRide: Mitsubishi Lancer
|
Posted: Sat Jan 24, 2009 8:20 pm Post subject: |
|
|
Great news for iPod 2g owners
The jailbreak for it may be coming out sooner than you think. It is rumoured to actully be Sunday 25th . The dev team doesn't want to give a def date after what happened with yellow snow. I think the name of it is redsnow. Check the dev team blog for more info |
|
| Back to top |
|
 |
TURBOT punchin NOS
Joined: 21 Apr 2003 Tech posts: 3786 Location: sniffin nos by drags My 2NRide: Mitsubishi Lancer
|
Posted: Sun Jan 25, 2009 8:02 am Post subject: |
|
|
for those who loved fantastic contraption. There is now the game for your iPhone !!!!! Included is all 43 levels .... One more thing to rob me of my time . |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Tue Jan 27, 2009 9:39 am Post subject: |
|
|
Apple last week was awarded a monstrous 358-page patent covering the touch screen, graphical user interface, and methods that combine to define the iPhone user experience.
Dating back to September of 2007 and granted last Tuesday, U.S. Patent No. 7479949 lists many inventors; notably, Apple co-founder and chief executive Steve Jobs, iPhone software director Scott Forstall, and FingerWorks co-founder Wayne Westerman. (FingerWorks was responsible for gadgets with an opaque surface that could respond to gesture controls before being acquired by Apple to aid its multi-touch efforts several years ago.)
The filing is essentially a summary and overview of all the technologies that come together in the iPhone. In the patent, Apple claims coverage for the device itself, the way gestures like pinches and zooms are detected, and the software the device runs. Also mentioned are many other different details and aspects of the multi-touch user interface, such as a finger swipe, a two-thumb twist, and a method of determining which object was intended when a touch seems to cover both.
Apple interim chief executive Tim Cook recently promised to aggressively pursue any company or person who “rips off” Apple’s intellectual property, and this patent affords the Cupertino-based iPhone maker the footing it would need to mount any such defense.
In detail
In setting a tone for the filing, Apple described how portable phones received more and more pushbuttons to control new features, but the inability to adapt the input methods to match the application running is a problem. Thus, a touchscreen device is a better choice; however, gestures can be difficult to interpret or translate into the commands the user actually wants the device to perform.
 | | Click for full-size. |
“Accordingly, there is a need for touch-screen-display electronic devices with more transparent and intuitive user interfaces,” the filing reads. These improved devices can take input and interpret it as “precise, intended commands that are easy to use, configure, and/or adapt. Such interfaces increase the effectiveness, efficiency and user satisfaction with portable multifunction devices.”
 | | Click for full-size. |
Future features?
There are also some interesting aspects of the filing that may hint at future plans for the iPhone and iPod, such as “a blogging application” and “a digital video camera application” — both of which have been mentioned in previous coverage of the patent. Similarly, voice-activated dialing could someday be a feature, as the document refers to audio circuitry that “converts the electrical signal [from human sound waves] to audio data and transmits the audio data to the peripherals interface for processing.”
Apple mentions a touchpad for activating or deactivating functions. The patent describes it as a “touch-sensitive area of the device that, unlike the touch screen, does not display visual output. The touchpad may be a touch-sensitive surface that is separate from the touch screen or an extension of the touch-sensitive surface formed by the touch screen.”
Interestingly, this is a feature Palm is already touting about its upcoming Pre handset. According to Palm’s press release: “[The Pre has a] gesture area, which enables simple, intuitive gestures for navigation.” The gesture area is separate from the touch screen.
Final Observations
Along with covering the iPhone, the patent filing is notable for referencing 40 other existing patents, and for naming Jobs first among its inventors. Its granted status was first reported Monday by WorldOfApple. |
|
| Back to top |
|
 |
Wolfie I LUV THIS PLACE
Joined: 19 Apr 2003 Tech posts: 1037 Location: Past The Lighthouse My 2NRide: Subaru Impreza WRX STi
|
Posted: Tue Jan 27, 2009 3:28 pm Post subject: |
|
|
I've been messing around with tcp settings on osx to get the wifi running faster and have gotten some good performance boosts.
Howto in terminal:
touch /etc/sysctl
nano -l /etc/sysctl
| Code: |
net.inet.tcp.rfc1323=1
kern.ipc.maxsockbuf=16777216
net.inet.tcp.sendspace=1048576
net.inet.tcp.recvspace=1048576
net.inet.tcp.mssdflt=1460
net.inet.tcp.delayed_ack=0
net.inet.tcp.rfc1644=1
net.inet.tcp.newreno=1
|
save/exit/reboot
Don't blame me if your phone crashes, as i'm still testing it lol |
|
| Back to top |
|
 |
mitch Chronic 2NR
Joined: 02 May 2003 Tech posts: 711 Location: trinituner.com My 2NRide: Honda Civic
|
Posted: Tue Jan 27, 2009 4:11 pm Post subject: |
|
|
Apple releases iPhone Software v2.2.1
Apple on Tuesday afternoon released iPhone Software version 2.2.1, a maintenance and stability release that improves performance in mobile Safari and corrects issues with photos saved from Mail.
For iPhone
More specifically, Apple said the 246.4MB update:
* Improves the general stability of Safari.
* Fixes an issue where some images saved from Mail do not display correctly in the Camera Roll.
For iPod touch
A similar version of the software update available to iPod touch owners includes both of the aforementioned improvements in addition to correcting an issue that caused some Apple Lossless (ALAC) to skip during playback.
iPhone Software 2.2.1 is compatible with the iPhone 3G and the original iPhone, while iPhone Software 2.2.1 for iPod touch is compatible with both the first and generation of the touch-screen media player. |
|
| Back to top |
|
 |
Wolfie I LUV THIS PLACE
Joined: 19 Apr 2003 Tech posts: 1037 Location: Past The Lighthouse My 2NRide: Subaru Impreza WRX STi
|
Posted: Tue Jan 27, 2009 4:21 pm Post subject: |
|
|
Wonder if they changed the baseband  |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Thu Jan 29, 2009 9:53 pm Post subject: |
|
|
Various clues on the next version of the iPhone are being collected that point to a major architectural overhaul that could bring dramatically improved graphics performance to Apple's popular smartphone.
Recently, the new hardware identity string "iPhone 2,1" began turning up within the logs of an iPhone software analytics tool as well as the recent iPhone 2.1.1 firmware. The label identifies a new hardware version that hasn't yet shipped.
A blog posting published by Pinch Media reported that the company's Pinch Analytics software detected some "iPhone 2,1" devices as early as the first part of October 2008. The units continued to appear in its logs sporadically until mid-December when the sighting began to accelerate. Geolocation tracking shows the devices are "almost exclusively located" in the south San Francisco Bay Area where Apple is located, and the company says the units report making connections both over WiFi and AT&T's cellular network.
Pinch Media sells services to iPhone app developers and maintains a set of free analytics tools that report activity from phone units running the apps of participating software makers. Their services do not detect display resolution or any other details. The new hardware label is unlikely to identify a new product category such as a tablet however, as Apple typically changes its internal string name entirely when creating a different product.
Apple's String Identifiers
The original iPhone was internally referenced as "iPhone 1,1" while last year's iPhone 3G identified itself as being "iPhone 1,2." While the latest iPhone version sported major new features including 3G and GPS, more RAM, as well as an entirely new case design, it did not use a significantly different processor and chipset architecture.
Apple's internal naming conventions for Mac desktops, notebooks, and Apple TV follows a similar numbering system, indicating a major revision number when the hardware architecture is updated to use a new processor or system chipset, but only incrementing the minor revision number when a new model is merely an update of the same basic design.
For example, Apple's MacBook Pro notebooks were assigned a major revision number (such as "MacBookPro4,1" to "MacBookPro5,1") with the change to a new processor architecture (Core Duo to Core 2 Duo), an increase in processor speed associated with a new chip family (Merom to Perym), or a complete change in the design of similar magnitude.
What's next for IPhone?
While it should come as no surprise that Apple would be working on a new iPhone, the new version number appears to signal a major architectural overhaul for Apple's mobile smartphone that is more significant than last year's iPhone 3G. This could include the use of customized "System on a Chip" components developed by Apple, using ARM processor cores and incorporating new PowerVR video and graphics processing core designs developed by Imagination Technologies.
Last December, Apple was officially cited as a licensee of Imagination Technologies' latest PowerVR mobile graphics technology, which would enable the company to develop state-of-the-art custom silicon for future iPhone and iPods at its recently acquired PA Semi fabless chip design lab.
Creating its own custom parts would enable the company to differentiate its mobile hardware further, while also leveraging software technologies such as Grand Central and OpenCL to accelerate media processing using hardware specifically optimized for parallel, multicore execution.
While initially developed for Mac OS X Snow Leopard, OpenCL on mobile devices could enable a new range of applications that demand high processing performance, from voice recognition to video processing. Highly efficient rendering would also help Apple to push ahead its efforts to enter the mobile handheld gaming arena with both the iPhone and iPod touch. |
|
| Back to top |
|
 |
Fuzz Master 3ne2nr Toppa Toppa
Joined: 01 May 2003 Tech posts: 5062 Location: cruising sfl in the s14 My 2NRide: Scion Tc
|
Posted: Fri Jan 30, 2009 11:25 am Post subject: |
|
|
| No CT9A wrote: | | what's the name of the iPhone application that identifies songs for you, then looks them up and give you the artist and song name? |
use midomi works better |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Fri Jan 30, 2009 1:39 pm Post subject: |
|
|
The Wall Street Journal is weighing in on Dell's rumored smartphone offering, adding further weight to rumors predicting the PC maker will enter the arena to take on Apple's iPhone.
Citing sources familiar with Dell's plans, the financial paper reported the Round Rock, Texas-based company has an office in the Chicago area where a group of engineers have been working on the phone "for more than a year."
"They produced prototypes built on Google Inc.'s Android operating system and Microsoft's Windows Mobile software," said the report.
One model has a touchscreen with no physical keyboard, like the iPhone. Another is a slider-style phone with a keypad that slides out from beneath the screen, like the Pre. The report also notes Dell's recent hiring of two former Motorola employees.
"We haven't committed to anything," a Dell spokesman told the Journal, which concluded Dell hasn't finalized its plans and could still give up the effort without releasing a device.
Meanwhile, Kaufman Brothers' analyst Shaw Wu wrote in a research note released to clients today that the news is consistent with his supply chain checks and his own comments from earlier this month, predicting an entrance into the cell phone market for Dell as soon as mid-February.
Dell might make its announcement at the GSMA Mobile World Congress event (formerly 3GSM) in Barcelona, Wu said.
"We believe it makes sense for Dell and other PC makers to pursue more aggressive strategies in the smart phone space," Wu wrote. "We believe smart phones are moving upstream into the notebook space. Dell is the latest PC vendor to enter the market...So far, only Apple has made material inroads."
The analyst reiterated his warning that Dell will need to stand out from the crowded market in order to succeed, recommending the company use its own operating system because "most of the other players use the same software, including Windows Mobile, Symbian, and/or Google Android, leaving little room for innovation."
Dell, like Research In Motion's BlackBerry Storm and the anticipated yet unreleased Palm Pre, faces a formidable opponent in the iPhone 3G. Last quarter saw the Apple device outsell the Storm four-to-one.
Since going on sale last summer, the iPhone 3G has sold more than 4.3 million units in the United States. Recent signs also point to a major update to the iPhone in June, possibly making it that much more difficult for any competitor to gain headway in the sector.
The Wall Street Journal also reported Hewlett-Packard is selling phones in Europe with an automatic backup feature, while Acer is planning to join Lenovo in the smartphone marketplace as well. Together, the iPhone and BlackBerry control 70% of the U.S. market.
This is a critical time for Dell to find a "hit", as the company is losing PC market share, including a 0.9 percent year-over-year decline last quarter. Shares of the company's stock have fallen 60 percent since August. |
|
| Back to top |
|
 |
Wolfie I LUV THIS PLACE
Joined: 19 Apr 2003 Tech posts: 1037 Location: Past The Lighthouse My 2NRide: Subaru Impreza WRX STi
|
Posted: Fri Jan 30, 2009 1:58 pm Post subject: |
|
|
| Their only hope lies with Android and a hell of a hardware platform. |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Fri Jan 30, 2009 3:37 pm Post subject: |
|
|
| iPhone Dev Team wrote: |
Close the stable door!
This is the low down on our tools for use with the 2.2.1 firmare from Apple, read the whole post in full before attempting anything.
1. GOLDEN RULE: If you have a 3G iPhone running 2.2 firmware and you want to keep your ability to use yellowns0w (or the option to use it in the future) do NOT use QuickPwn, and do not use the official ipsw or the iTunes update process without using PwnageTool.
2. Yellowsn0w will NOT work with the baseband version (02.30.03) that is present in the recent 2.2.1 update - you will need to create a custom ipsw that will allow you to update safely without affecting the baseband.
3. Please read all parts of this post before downloading and using these tools.
4. Read items 1, 2 and 3 again and again.
5. At the bottom of this post are the bittorrent files for the latest versions of PwnageTool and QuickPwn.
6. These apps are suitable for the recent 2.2.1 release.
7. The Yellowsn0w version has been updated to 0.9.7. Yellowsn0w is available from Cydia or Installer - this version allows compatibility with pwned 2.2.1 system (not baseband) - again - remember 0.9.7 yellowsn0w DOES NOT WORK WITH 2.2.1 (02.30.03) directly - you need to be running a ‘pwned’ version of 2.2.1 which doesn’t upgrade the baseband.
8. Users of OS X 10.5.6 will be unable to use DFU mode correctly, please see the note towards the end of this post to easily fix this issue.
Baseband 101
The ‘baseband’ is the generic name given to the internal components of the iPhone that handle the phone calls and Internet access. This ‘baseband’ is a tiny and unique independent computer system that runs inside your iPhone, it is separate to the main system that handles the applications (such as email and google maps) and it talks to the main part of the phone over an internal communications network. Think of it like a cable modem or other peripheral that is attached to your home PC that needs occasional updates. When a software update is released and presented to you within iTunes the baseband is sometimes updated (to fix bugs or add new features). The 2.2.1 update for the iPhone 3G contains such an update, so running the vanilla updater straight away with iTunes will reprogram and update the baseband. This could be bad for certain people, depending on your ultimate aim.
SIM Free/SP Unlocked/Factory Unlocked iPhone 3G
This applies if you bought your iPhone 3G for $$$$$$$. This model of iPhone 3G doesn’t have an Service Provider lock (aka factory unlocked) and you are able to put any SIM card into the phone and get service. Your phone is already unlocked so you do not need to worry about baseband updates, simply upgrade to 2.2.1 using iTunes and then use QuickPwn to Pwn and Jailbreak. This will add Cydia and Installer too.
Locked iPhone 3G - Preserve Baseband
This applies if you have a locked iPhone 3G and you wish to update to 2.2.1 but preserve the iPhone’s current baseband software. Preserving the baseband will ensure that you can still use “yellowsn0w” the iPhone 3G unlock application. To upgrade your phone to 2.2.1 and preserve the state of the baseband you need to create a custom .ipsw with PwnageTool. This custom .ipsw will not contain the baseband update but of course will still give you any new stuff from 2.2.1
There are plenty of tutorials about this process on the web, but PwnageTool contains intuitive graphics and easy to follow prompts that should have you up and running in no time at all. Please note: PwnageTool is only available for Mac OS X.
Locked iPhone 3G
If you are using your iPhone with one carrier and have no interest in the possibility of an iPhone 3G unlock in the near future then just restore or upgrade to 2.2.1 using iTunes and use QuickPwn to Jailbreak and add Cydia and Installer.
iPhone 2G (1st Generation)
Update or Restore your iPhone 2G with iTunes then run QuickPwn to do the magic, ‘nuff said, you don’t need to worry about anything.
iPod Touch 1G (Original iPod Touch)
Update to 2.2.1 with iTunes and run QuickPwn.
iPod Touch 2G (New iPod Touch)
Sorry, no support at this time, but Redsn0w is being actively researched and developed.
Fixing DFU mode on 10.5.6
As noted previously OS X 10.5.6 introduced a bug that affected the use of DFU mode. with some Macs. There have been previously published hacks and techniques to fix this, but here is another method that can be used to easily restore functionality.
1. You will need an account with ADC (Apple Developer Connection) this is free and takes a few minutes to sign up, you should read the terms and conditions carefully and you should only sign up if you are thinking of developing applications in the future - http://developer.apple.com/mac/
2. Download the disk image “IOUSBFamily Log release for Mac OS X 10.5.5 Build 9F33” (yes, that is a “5” in 10.5.5 - this is a developer debug package of the USB kernel extension).
3. Install IOUSBFamily-315.4.1.pkg from within the disk image
4. Reboot your system!
Official Bittorrent Releases -
* PwnageTool 2.2.5 for Mac OSX is here SHA1 Sum - 8fe2f20c00f48b37d8262d6872a12166c6e165ba
* QuickPwn 2.2.5 for Mac OSX is here SHA1 Sum - 2f1353242ef10dc408e95786643e497fcd04e4ea
* QuickPwn 2.2.5 for Windows is here SHA1 Sum - d158c9d2e24e2ad429b7681f98b21444b4a3867f
Unofficial Mirrors
The following links are unofficial download mirrors, you download these at your own risk, we accept no responsibility if your computer explodes or if it becomes part of a NASA attacking botnet or even worse if your hands fall off mid-way during the use of these archives. We do not check these links or archives. Always check the published SHA1 sums. We would prefer that you downloaded the official bittorrent release that is linked above, but you are welcome to try these if you really must. Mirror owners should email direct links only to blog@iphone-dev.org , please don’t place mirrors in the comments as they will be deleted.
Mac PwnageTool
* http://iphone-dev.fgv6.net/PwnageTool_2.2.5.dmg
* http://iphone.schwarzmetall.cn/PwnageTool_2.2.5.dmg
* http://rabstalk.bplaced.net/mirrors/PwnageTool_2.2.5.dmg
* http://jmcoon.net/PwnageTool_2.2.5.dmg
* http://downloads2.ipod.backshot.eu/PwnageTool_2.2.5.dmg
* http://www.iphone-storage.de/PwnageTool_2.2.5.dmg
* http://miphone.ca/iphone-dev/PwnageTool_2.2.5.dmg
Mac QuickPwn
* http://iphone-dev.fgv6.net/QuickPwn_2.2.5.dmg
* http://iphone.schwarzmetall.cn/QuickPwn_2.2.5.dmg
* http://rabstalk.bplaced.net/mirrors/QuickPwn_2.2.5.dmg
* http://jmcoon.net/QuickPwn_2.2.5.dmg
* http://www.iphone-storage.de/QuickPwn_2.2.5.dmg
* http://downloads2.ipod.backshot.eu/QuickPwn_2.2.5.dmg
* http://miphone.ca/iphone-dev/QuickPwn_2.2.5.dmg
Windows QuickPwn
* http://iphone-dev.fgv6.net/QuickPwn225.zip |
|
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Fri Jan 30, 2009 10:59 pm Post subject: |
|
|
| Updated 2.2.1? What works & what doesn't? |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sat Jan 31, 2009 5:59 pm Post subject: |
|
|
QuickPwn for Windows (version 2.2.5-2) has been updated to work with the latest 2.2.1 firmware.
You can dowload the official torrent here.
It offers support for the iPhone 3G, iPhone 2G, and the iPod Touch 1G.
 |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sat Jan 31, 2009 6:10 pm Post subject: |
|
|
Digital Film Tools has released Light 1.2, an iPhone application that can add realistic lighting and shadow to photos.
Light and shadow is introduced using digital versions of the gobo library created by Gamproducts. Gobos (patterns) are widely used by lighting designers in theatre, film/TV and photography to enhance the visual impact of their lighting. Normally used in front of lights during photography, gobos can be applied to the entire image or inside a selected area using Light. Gobos from the Gamproducts collection are arranged into the following categories: Breakups, Foliage, Lights, Sky and Windows.
Features:
- Control light brightness, blurring, and displacement for light wrapping effects
- Adjust light position, rotation and size with on-screen controls
- Isolate light using the selection screen
- Position slider determines where to put the light
- Range slider selects the amount of light
- Lum (Luminance), Hue, or Sat (Saturation) buttons change the selection method
- Shake on the Gobo screens to choose a random gobo
- Shake on the image editing screen to reset controls
- Edit in portrait or landscape mode
 |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sat Jan 31, 2009 9:02 pm Post subject: |
|
|
Once thought to be building Flash for the iPhone mostly on its own, Adobe has mentioned at the World Economic Forum that it's not only continuing work on the animation plug-in but has teamed up with Apple to make it a reality.
In an interview with Bloomberg at the Davos, Switzerland event, Adobe chief Shantanu Narayen describes development as a complicated two-way process rather than maintaining the previous image of a one-sided effort that would depend on App Store approval before it could launch.
"It’s a hard technical challenge, and that’s part of the reason Apple and Adobe are collaborating," he says. "The ball is in our court. The onus is on us to deliver."
What hurdles Adobe has to overcome aren't mentioned by the executive, though the company's long porting process has underscored the difficulty involved. Narayen had said that he was "pleased with progress" as far back as June of last year -- just three months after the iPhone SDK made native third-party apps an option on the touchscreen device.
Apple co-founder Steve Jobs has maintained since nearly a year ago that the real obstacle is the nature of Flash itself. While desktop Flash is too resource-heavy for the small processor and low memory of smartphones like the iPhone, Jobs has warned that Flash Lite is too feature-limited and doesn't do many of the things users expect Flash to do -- such as playing video on the web or showing complex animations on websites.
Most Flash Lite implementations actually depend on an app that runs entirely outside of the web browser and are often based on older versions of Flash that limit their performance and feature set; Jobs has argued for a "product in the middle" that does more.
Whether or not the collaborative process involves working on that app is very much a mystery, but it may be necessary for Flash to appear in Apple's preferred form, as third-party iPhone apps aren't allowed to serve as plugins based on the iPhone SDK's guidelines.
And in the meantime, the cellphone maker has publicly advocated HTML 5 as a replacement and is collaborating with fellow browser developers Mozilla and Opera to perform many of the same functions of Flash but in a more universal and less resource-hungry standard. |
|
| Back to top |
|
 |
SRASC Street 2NR
Joined: 13 Jan 2008 Tech posts: 96 Location: Trinidad (A Civiclized Country) My 2NRide:
|
Posted: Sun Feb 01, 2009 11:14 am Post subject: |
|
|
 |
|
| Back to top |
|
 |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|