Skip to main content

Posts

Showing posts from February, 2012

What to do when Settings will not open on your iPhone?

My daughter complained about not being to launch the Settings menu from her iPhone11. She has restarted multiple times already. I looked at the obvious like resetting making sure screentime is disabled on her account and tried ways to reset without losing her photos and videos. Everything I tried required access to the Settings menu. I was sure it wasn’t a hardware issue but a software configuration issue. The second part of my troubleshooting involved wiping the phone and restoring from backup in order to rule out the hardware issue theory. To do this, I used iTunes on my Windows computer and connected the iPhone to my computer using usb cable. In order to perform backup, the local storage on your C drive has to have sufficient disk storage to accommodate the total size of photos and videos on the iPhone. This is where most of my problem was. The backups are stored on these paths: \Users\(your username)\Apple\MobileSync\Backup\  or \Users\(your username)\AppData\Roaming\Apple Comp...

Joining A Toastmasters Club is a Must

I have started attending the Toastmasters club at the downtown S.U.C.C.E.S.S. office called “Talk for Success Toastmasters” as a guest. It was started by my neighbor Suddhodan and the sessions have been helpful so far. It is held on Wednesdays from noon to 1PM and I’m petrified everytime I attend. Stage fright is the hardest thing to conquer I think but I know I have to get over it. I have yet to take on some of the roles like time keeper, table topic evaluator, speaker, etc and to be honest, I’m not looking forward to it. Their membership benefits include books that clearly spell out the roles, etiquettes, and best practices. I have just attended two sessions and have already learned the following: – Do not apologize and never say ‘sorry’. In previous public speaking engagements, I would apologize in advance at the start of the speech because I wasn’t a skilled speaker. This is apparently a no-no. – Do not draw attention to your gap-fillers like ‘uhms’, ‘ahhs’, ‘you know’ , etc. ...

Using an external USB drive on your PS3 game console

I have just spent all day today trying to fix what could be mechanical issues on a 115GB Western Digital external USB drive. Every so often, I would hear that deathly clicking noise from the external hard drive and then lose connection to the contents of the drive. I fear that it’s life is numbered so I moved the contents to another location and low-level formatted the disk with hopes of getting more life out of it. In order to use a USB drive with a Sony PS3 game console, it has to be formatted with FAT32 file system. Using the utilities that come with Windows XP SP3, I cannot format the entire drive with FAT32 using “format /fs:fat32″ because of FAT32 file system limitations. I searched around for a utility and found freeware SwissKnife. This software let me format the entire 115GB capacity. After that, I tried to copy all the contents back to the extenal USB drive but I ran into roadblocks again. Using Windows Explorer, the copy would start but fail after a few minutes with an u...

Completed a course at BCIT: Relational Database and SQL

Back in December 2011, I just completed a 12-week evening course COMP 1630 at BCIT in downtown Vancouver. This was a great course worth 5 credits, and delved into database design, architecture, a little systems analysis, and a lot of SQL syntax. We learned about Crow’s Foot Notation in building an initial requirements design before translating that into actual tables, columns, indices, contraints, etc. It helped strengthen what I already knew of database systems and look forward to taking database administrator-type courses this year.