Tuesday, March 13, 2012

EzNotepad


It fast, easy, and no fuss.
The note file is saved at External storage / SD-Card.
You can read the note file with other editor.
You can send your notes via email directly from app.

With some style applicable :
- Bold
- Italic
- Monospace
- Underline

Editor setting :
- White or Black background
- Font size


The notes file is automatically saved when you "back" from the editor.

The notes file is a text file with additional HTML tag for styling.
You can export it to the pure text file without any HTML tag.




Known bugs :
- not efficient HTML tags in the result file
- Style tag at the text sometimes misplaced

Best practices :
- Create/write first without style
- Apply Style then

Sunday, July 17, 2011

Chrome - Turn Off The Light



New feature that I've just found. Don't know how long it's been there.
But with this button, you can dim your brightness of your page you browse with Chrome by one click. Click it again then it brighten up back.
Enjoy your Chrome browser.

Sunday, February 13, 2011

Single User Mode without root password for maintenance

Original article at :  http://www.noah.org/wiki/Single_User_Mode

This method will get you past the "Give root password for maintenance" message, but the environment will be much more primitive, but this should be enough for you to issue a 'passwd' command to change the password for root. If you want to do more than that then you may have to mount filesystems and manually start the network.
  1. Reboot your machine; press 'Esc' to get to the GRUB menu; select your image; press 'e' to edit; select the Kernel line.
  2. Press 'e' to edit the kernel line. Edit the line to get rid of quiet and splash; change 'ro' to 'rw'; and add 'init=/bin/bash'. The line should look something like this:
    kernel /vmlinuz-2.6.15-27-386 root=/dev/mapper/Ubuntu-root rw init=/bin/bash
  3. Press 'enter' then 'b' to boot with these new settings. 
Update :
For GRUB2, if you don't get the GRUB menu while booting, you need to press "SHIFT" key after BIOS shown up until GRUB menu displayed.
Also to boot after editing the entry, you need to press "CONTROL-X" .

    Tuesday, November 09, 2010

    Can’t establish a reliable data connection to the server (solved)

    If your Android device says "Can’t establish a reliable data connection to the server" when you about to connect to Google Account, you may check the date and time setting.
    Please set the correct date, time and time-zone manually. Your network may not be able to provide the correct date & time.

    To do this, on you home screen, click "menu" button, click "setting" menu item, scroll down until you find the "Date and time" menu and click it.
    And back to your GMail/Market/Account setting.

    At least this method works on my Galaxy S.

    Saturday, October 09, 2010

    Connecting your Android device to Ubuntu

    + Download & install Android SDK for linux
    + Connect your Android device to your Ubuntu box, set to Debug mode on your device
    + Open your terminal at Ubuntu
    + Run "lsusb"
    + Look for your device. For my device is "Bus 001 Device 011: ID 22b8:41db Motorola PCS " . Take note on the ID XXXX:YYYY .
    + Create file /etc/udev/rules.d/51-android.rules
    + Write down one line :
        SUBSYSTEM=="usb", ATTRS{idVendor}=="22b8", ATTRS{idProduct}=="41db", MODE="0666"

    idVendor -> XXXX
    idProduct -> YYYY

    + sudo chmod a+r /etc/udev/rules.d/51-android.rules
    + sudo restart udev
    + Go to "tools" folder on your Android SDK
       - cd /mypath/android-sdk-linux_86/tools
       - ./adb devices
    Look for your device in the output,

    List of devices attached
    04037A281900D01A    device


    That's it. Have fun ...

    Wednesday, July 21, 2010

    To switch back to the default app on android

    I keep forgetting how to switch back to the default app after (accidentally)  set the default app to 3rd party app on android.

    You need to go to Home screen > Settings > Applications > Manage applications > (3rd app name)  > Launch by default > Clear defaults.

    Monday, May 10, 2010

    Your Android target is missing when you create a new Android project on Eclipse

    If your Android target is missing when you create a new Android project on Eclipse then try to change your screen resolution to at least 1024 x 768.
    I try to create a new Android project with Eclipse on my netbook which the screen resolution is 1024 x 600 . I can not select the target due to there is no target listed. Then change the screen resolution to make it appeared.

    Set 3G Network Only for Android

    UPDATED : On Froyo / Gingerbread you can select the network via "Setting" > "Wireless and Network" > "Mobile Networks"  > "Network Mode" .

    Annoyed by network auto selected to EDGE where 3G is available.
    To set your Android mobile phone to use 3G Only network you need to install an app from Market.
    Make sure you have a room in Home screen for one short cut icon.
    Search for "Any Cut" and install it.
    Run "Any Cut", add a short cut.
    Select "Activity", wait for activity list.
    Select "Phone info".

    "Phone info" short cut should be appeared.
    Run "Phone info".
    Set the preferred network type : "WCDMA only"

    That's it. Enjoy your 3G (if available).