End users, developers seen flocking to iPhone
A mobile analytics firm has published new findings which show the iPhone taking the majority of the app market — especially when it comes to the sheer number of users.Examining 8 million users and 100 apps, researchers at Flurry hint that Apple’s handset has a conspicuous market share lead among developers, the number of apps and the actual ran
US Military Issuing iPod Touches To Soldiers
644bd346996 writes “Newsweek has an article about the latest weapons in the US military’s arsenal. The iPod Touch and the iPhone are being adapted as general purpose handhelds for soldiers in the field. ‘Apple gadgets are proving to be surprisingly versatile. Software developers and the US Department of Defense are developing military software for iPods that enables soldiers to display aerial video from drones and have teleconferences with intelligence agents halfway across the globe. Snipers in Iraq and Afghanistan now use a “ballistics calculator” called BulletFlight, made by the Florida firm Knight’s Armament for the iPod Touch and iPhone. Army researchers are developing applications to turn an iPod into a remote control for a bomb-disposal robot (tilting the iPod steers the robot). In Sudan, American military observers are using iPods to learn the appropriate etiquette for interacting with tribal leaders.'”
Read more of this story at Slashdot.
Solved: The iPhone cannot be synced. The required disk cannot be found.
I got an error tonight that read “The iphone cannot be synced. The required disk cannot be found.”
Of course, having had almost all my gadgets die on me many times before I jumped to the though of just reinstalling the original firmware for my iphone 3G. But I did some research first on the sync error and why it can’t find the required disk.
My initial assumption was that the “required disk” was the iphone drive itself and I’m very glad that I was wrong.
This sync error was happening on my iphone due to trying to sync the iphone with a ringtone that was on a network drive that I recently reformatted and reorganized. Disabling the files that were on the network drive in itunes completely solved my problem. So if you ever read “The iphone cannot be synced. The required disk cannot be found.” Make sure that all the files that you are trying to sync are actually accessible.
Change Iphone Boot Logo. W/O Reinstalling Firmware
It has become really easy lately to change your boot logo on the iphone. Before If you wanted to get rid of that silly apple or odd pineapple then you would have to recompile your firmware and use quickpwn to reinstall. That is because, on the iphone and I would imagine ipod touch also, this image is stored in the boot loader. So it’s not as easy as just using scp to upload a new image to a certain directory.
Luckily an app has been released that allows you to replace the boot image on the iphone with any image you like. The iphone and ipod touch seem to like png images so I would recommend exporting your image as one.
The screen on the iphone is 320 by 480 pixels and your image can use every pixel. The iphone will not play animations during boot yet though.
So how to do it. As long as your phone is jailbroken and you have cydia installed on your iphone or ipod touch then you can just load up cydia and touch the sections button at the bottom.
After the list shows up scroll down to find the LogoMe entry. Touch it and then install it.
Once the application has been installed on your iphone or ipod touch then launch it from the springboard. You will be given the option of adding an image for the boot logo from either the web by providing a url or from the pictures that you have locally on your iphone. I used the web option and provided www.codytaylor.org/iphone/grumpy_ninja_iphone.png
Which looks like this:

ninja boot logo for iphone
Check the preview to make sure it looks good before you set it as the default boot logo for your iphone or ipod touch. After you’re satisfied that it looks good then hit the install button and wait. It took a bit for it to flash my iphone with the new image and hopefully it won’t take much longer on the ipod touch.
After the install process finishes then reboot and check it out.
I also put this one together:

ninja iphone boot logo
Create IPA from .app folder for the Iphone/Ipod touch to install through itunes.
An .ipa file can be opened by itunes and used to sync your iphone or ipod touch easily. The benifits of adding applications this way is to click once and have the application installed. Unlike making an iphone tunnel and using SCP to transfer the files over to the iphone or ipod touch.
I found this laying around the web and thought that it will probably useful in the future.
To build an .ipa file from a .app folder you will need to create a folder called Payload and place the .app folder inside of that.
Zip up the Payload folder, then rename the file with a .ipa extension. You can use any name you like so long as the extension is .ipa.
If you want the applications artwork to appear in iTunes (instead of a generic icon), you need to place a file called iTunesArtwork (with no extension) into the zip file on the same level as the Payload folder (not in it). This is actually a jpeg file of a 512×512 image and this will appear in iTunes for the app.
I haven’t had a chance to try this yet due to mostly developing web apps so far (No Mac OS Here) but I’ve seen many posts that it works. So any feedback would be great. Of course you need a jailbroken iphone or ipod touch for this to work along with having downloaded at least one legit free application from the apple app store.