Apr 28, 2011

TwitPlaying 1.0

I've updated TwitPlaying to 1.0 adding an UIButton to the Compose Screen. My next target is to make it compatible with iPad. When I have extra time, I might write a post on how I made it.

Stay Tuned.

.

Apr 25, 2011

TwitPlaying for iPhone

TwitPlaying is a tweak to official Twitter iPhone App which allows users to make "Now Playing" tweets.

It's available on Cydia and it can be downloaded for FREE.

.

Apr 18, 2011

SystemSoundID and .caf on iPhone

If you are using SystemSoundID technique to run small sound files on iOS, .caf files are your best bet. But you will need to change files to .caf properly.

There is one line code to perform that.

- Open up terminal and run the following code where input.wav can be any audio file type.

Put your file's directory in input.wav and your output file's directory and name in output.caf

afconvert -f caff -d ima4 input.wav output.caf


.

Changing Company Name in Xcode 4

If you want to change Company Name in Xcode 4, run the following in terminal. Change YourNameHere with your company name.

defaults write com.apple.dt.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="YourNameHere";}'


One line and take note of com.apple.dt.Xcode
You will need to restart Xcode after that.

.

Apr 14, 2011

QT development

I've started my research on QT nokia development. I guess it's going to be awesome.

Stay Tuned for updates on my QT research.


.