Showing posts with label Mobile Phone. Show all posts
Showing posts with label Mobile Phone. Show all posts

2010-09-27

Blackberry - Really Simple Syndication (RSS) reader

Having RSS (Really Simple Syndication) on the blackberry is a good way to kill time while waiting, especially during traffic jam or on the train. RSS reader applications generally needs to purchase. A good one might cost a extra few bucks.

But luckily there's Viigo, a RSS content delivery application that runs on blackberry. Viigo has all the feature I need, being a RSS reader that is light & free. It also comes with some other features that can get you more addictive to blackberry.

To name a few :

2010-07-23

N900 - How to clear all the phone data & settings

N900 is a great phone with a lot of drooling features (refer to this post "N900 - A phone running open source OS & programs"). Particularly, because it is running Maemo which have a active & generous community. But I've to give it up because I've found a phone that fits more into my lifestyle. Nonetheless, it is still great mobile phone to have.

The N900 is different from other mobile phone. The usual way of resetting the phone from the phone settings menu will only clear the mobile phone settings, but the OS & data (eMMC) are still intact. Before selling off this phone to the next person, I've gotta clear all the stuff in it, especially the data.

Below are the steps on how to flush the phone & clears all the data and settings :

2010-07-21

Blackberry - How to reboot the phone using keyboard shortcut key

After an update of the blackberry OS or some software installation, it might prompt to reboot the blackberry phone in order to finish the installation. But some times, we need to use it so we'll choose "Reboot Later" but after finishing using it, how do we initiate the reboot sequence?

Once in a blue moon, the phone is acting up a bit weird, application not responding, some apps is taking too long to respond or the phone performance is lagging. A reboot might be a good try to ditch those weird acts.

This is how to reboot the phone using keyboard shortcut key :

2010-07-15

N900 - How to overclock the processor speed of N900

The N900 is a flexible mobile phone that runs Maemo operating system. It should not be compare as a mobile phone but rather as a mobile tablet with an extra function, phone. As my previous post introduction, it comes with a large display, keyboard & a snappy processor. Because of Maemo, now it even allows processor overclocking.

By overclocking to 850mhz, I've noticed that the average battery usage life have increase up to 30%. From an average of 3 days per charge to less then 5 days per charge. And of cause, because the processor is running faster then the default 600mhz, it boosts the response of application execution. To anyone that is interested in overclocking this phone, this post will show how to overclock the N900 to 850mhz which I find this speed is a balanced between speed & battery life. Anything higher then this might spoil the phone. You've been warned.

Here's how to overclock the processor of N900 :

2010-07-14

BlackBerry - Multi alarm clock application on BlackBerry

Like most of the mobile users, I use my blackberry phone as an alarm clock. But the alarm clock application that comes with it only allow to have one alarm entry at a time. Which is not enough for my lifestyle.

I did thought of using the calendar reminder as alarm clock but that would disrupt my daily todo stuff & meeting reminder ringtone. Multiple alarm clock entry is a simple and yet important function, how can RIM (Research In Motion) forget it?

After some meddling with the phone, I concluded RIM did not overlook this function. But rather, it "hides" it in a app that I've all the while never think of.

This is how to set multiple entry alarm clock on a blackberry phone :

2010-07-13

BlackBerry - Quite a smart phone

BlackBerry is a smartphone that aims not only business user, but also casual user that wanna connect to people. The rich social application that comes with BlackBerry encourages frequent communication between people, through various channels. e.g. :
  • BBM (BlackBerry Messenger) is another kind of messenger that is capable of transmitting picture, sound, file or even GPS location to contact list.
  • twitter client
  • push email (with gmail, is more addictive then sms)
  • GPS map with integration into the above mentioned services

Since BlackBerry is a Smart Phone, it has the usual PIM (Personal information management) applications. e.g.

2010-06-16

N900 - A phone running open source OS & programs

N900 is the latest offering from Nokia that answers the open source crave for software freedom, it runs Maemo, an OS based on linux, specifically Debian. Maemo also uses "apt" as package manager. Its GUI is fantastic, with accurate touch screen experience. Command line comes with it by default, to access the very core of the OS. And not like some other OS that hides hard to NOT let user touch it (even that, users managed to "jailbreak" it so to access the command line :p).

The N900 hardware runs a fast ARM cortex A8 processor (overclockable), 32GB internal storage with expandable micro MMC external storage card, touch screen with 800 × 480 pixel resolution, QWERTY slide hardware keyboard, 3.5 mm audio jack, A-GPS, WiFi, bluetooth, 3G internet connectivity and the long list goes on.

A big note here, the Maemo community is active & generous to its user that wants to have software freedom. Freedom to choose software from a community that offers alternatives, community that patches and write software just so that we all can use freely and not bow our heads to companies that charges software, even minor function. The Maemo community is active in providing patches both to the OS & 3rd party programs.

We all know that Debian is a hacker friendly linux distribution that seems more and more linux distribution derived from. e.g. Ubuntu family, Knoppix, Damn Small Linux, here & here. Maemo is based on Debian.

The price is unbeatable consider that it comes with such fast & furious hardware, OS and most importantly, the active & friendly open source community.

This post will list out my other blog post that's written based on N900. Here are some of it :
  1. N900 - How to ssh into N900 using OpenSSH
  2. Perl - A happy note, on N900 
  3. N900 - How to overclock the processor speed of N900
  4. N900 - How to clear all the phone data & settings
  5. Stay tuned, this list will be update periodically.

Adios !!!

2010-06-14

Perl - A happy note, on N900


The Nokia N900 runs perl :

~ $ perl -v

This is perl, v5.8.3 built for arm-linux-gnueabi-thread-multi

Copyright 1987-2003, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

Cheers !!!

2010-06-11

N900 - How to ssh into N900 using OpenSSH

Since the Nokia N900 runs on Maemo, Debian based Linux, it also offers open source programs. The secure shell is one of open source gems. Maemo offers the OpenSSH variety of secure shell.

OpenSSH on Maemo not only offers encrypted secure remote shell, it also comes with functions that runs like the desktop version. Such as ssh socks 5 tunneling, that can be used to encrypt traffic transmit of the programs that supports socks 5 proxy.

Here's how to do it :