Disabling fring Auto Start

This morning, my phone’s battery ran out so, on the way to work, I charged it with my car charger. As soon as it accumulated a sufficient charge, I turned it on and continued merrily on my way.

Then when I reached the parking lot, I noticed that fring was on! I checked the data connection counter and found that I had been online without my knowledge for almost 30 minutes. I quickly disconnected. Good thing Globe has recently lowered their wireless data rates to P5 for 15 minutes.

Still, I definitely don’t want a repeat and wake to discover that I’ve been online for hours and hours. I didn’t immediately found a way to turn off the auto start feature. But finally, after a quick search on the net, I found that the switch can be found in fring->Options-> Settings->Personalize->’Automatic Start’. No more auto start!

ISO Recorder

I needed to make backup copies of some CDs. They are bootable CDs so I couldn’t just copy the contents. Unfortunately, I don’t have those fancy disk burning utilities. Not would I want to use those complex monsters. So what I did is download ISO Recorder.

ISO Recorder is a shell extension for Windows XP, 2003 and Windows Vista, that allows you to burn CD and DVD images (Vista), copy disks, make images of the existing data CDs and DVDs and create ISO disk images from the contents of a folder. It’s a simple, no-frills tool that just works. Best of all, it’s free (for non-commercial use).

Top S60 Applications: My Own List

Aside from the enhanced calculator, I’ve installed a few really cool apps on my Nokia E51 that some might find useful:

  1. Joikuspot Light – Turns your phone into a wireless router and share your HSDPA signal (if you get one).  It’s free but supports only browsing (HTTP and HTTPS). The full version version offers more features.
  2. Opera Mini – A pretty nifty mobile browser. It uses a gateway that retrieves web pages for you, transforms it into a smaller mobile version, and sends the transformed pages to you. I prefer the built-in browser but Opera Mini has its place (like when your connection is slow).
  3. Fring – reach out and talk to your friend via you can interact with friends on all your favourite social networks Skype, MSN Messenger, Google Talk, ICQ, SIP, Twitter, Yahoo!, AIM, and more!
  4. YouTube – Watch YouTube videos on your mobile phone. You need a fast network connection though.
  5. Google Maps – Turns your phone into a navigation device complete with map. It even shows your location with GPS or without (via cell site)! How cool is that?
  6. Google Mail – You can configure your email to check Google Mail via POP or IMAP but you can also download this app for checking your Gmail account on your phone.
  7. Google Sync – strictly speaking, not an app but this service allows you to synchronize your phone (just contacts for now) via SyncML
  8. GooSync – since Google Sync doesn’t handle calendar synchronization just yet, GooSync steps in between your phone and Google Calendar to provide you synchronization via SyncML.

Learning JSF

Here’s a great way of learning JSF from the JSF For Non-Believers series by Rick Hightower at IBM Developerworks.

  1. Clearing The FUD About JSF
  2. The JSF Application Lifecycle
  3. JSF Conversion and Validation
  4. JSF Component Development

Pretty good although one thing to watch out for is that you need to change the faces-config.xml from the DTD used by JSF 1.1 to the Schema used by JSF 1.2.

RegEdit and Task Manager

RegEdit and Task Manager are two useful Windows tools for managing your computer. RegEdit allows you to edit the Windows registry, a global configuration setting repository. Task Manager, on the other hand, allows you to start and stop applications and processes among others.

What’s one use for these tools? Malware cleanup. Typically viruses, worms, and other malware would be hooked up into your registry to run upon Windows startup. You need to stop the malware process using Task manager. Press Ctrl-Alt-Delete, Select the Processes tab, choose the malware process, and click End Process. Of course you’ll need to know the name of the process. If I don’t, I would normally just stop everything I can and then run regedit :P

Once the malware process is (hopefully) stopped, you would want to be able to  edit out  their entries in the registry using RegEdit. Click Start->Run…, type “regedit”, and press Enter. Typically malware startup values would be under “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run”). Just carefully delete them.

Now here’s a  problem: Some malware disables both these tools. The solution? Use alternate tools that provide the same or even bettter functionality such as RegAlyzer and Task Killer.