Oh! Apple

My experience of using iPod Touch, iPod Classics, Mac OSX, Coding in XCode, or anything generally related to Apple

Monday, August 24, 2009

QuickOffice

For QuickOffice it's "0586F3F3 .."

Friday, August 21, 2009

iChm folder in iPod Touch

Just like "iComics", but this time: "iChm".
"\root\private\var\mobile\Application\EF2F4917-4441-....\Files"

Thursday, August 20, 2009

Files location

Just like "iComics", I find it much easier and faster to navigate to "\root\private\var\mobile\Application\7555E7B1-....\Files" using iPhoneBrowser in order to put files in my iPod touch then using Wifi.

Monday, August 10, 2009

Adium keeps crashing on my MacOSX

Really don't understand why Adium kept crashing on my MacOSX. After trying to fight it for 15 minutes, I gave up :-< .

Sunday, August 09, 2009

Symbolic Link

Haven't been using UNIX for quite a while, but tonight I suddenly have a need to use Symoblic Link to do some stuff. It's mainly for redirect all my IM log message (I am using Adium, by the way) to a place that I can do batch backup.

So I follow the instruction here, using the following command:

ln -s /Volumes/FAT32ZONE/_\ To\ Save/_\ My\ Stuff/Adium_IM_Log/Logs ~/Library/Application\ Support/Adium\ 2.0/Users/Default/Logs

well, I saw that a dynamic link called Logs is created in the Library/..../Logs folder, but the message redirection still didn't work.

Finally I found out that I need to use the symbolic "Logs" to replace the actually Logs folder. So I deleted the Logs folder and replaced it with dynamic link (done in finder). And everything is working now.

Tuesday, August 04, 2009

Continue messing with XCode

I was a bit frustrated when I found out that my iPod Touch didn't response well when I hooked it up to the Mac a tried to use it for on device testing. Turns out all I need to do is rebooting my iPod Touch. Problem solved.

I also had problem saving my changes to the repository since the IP of my repository has been changed. That problem was solved by:
  • Save up my code in another place.
  • Get the code form the repository with the new IP
  • copy over the changes from the code I saved up before
  • commit changes.

Sunday, August 02, 2009

iComics

I am starting to use the iComics iPhone application to read comics. This is so much better a comics reading application comparing with using "Air Sharing". My only problem with this app is that sometimes the FTP server that it built in doesn't always work, and I have to explictly put the comics under the folder "\root\private\var\mobile\Application\2BECD2E7-....\Documents" using iPhoneBrowser. Heck, at least there's a work around.