"The easy way to download and convert Web videos from hundreds of YouTube-like sites.
This works also for audio and picture galleries. " addons.mozilla.org
February 23, 2009
February 22, 2009
February 15, 2009
How to decompile .dex file on Android
"1 How to find the Contacts App file on Google Android
2 How to find the Contacts App's classes.dex on Google Android
3 How to dump the Contacts App's classes
4 How to decompile the dumped file" zeaster.blogspot.com
2 How to find the Contacts App's classes.dex on Google Android
3 How to dump the Contacts App's classes
4 How to decompile the dumped file" zeaster.blogspot.com
How to Install Non-Market .apk Apps on Google Android G1 Phone
"How to Install .Apk Apps on Google Android G1 Phone
1. Install and open the Apps Installer application from the Android Market.
2. This opens a view showing *.apk application names in the sdcard root directory.(note, if no AppNames are listed you have no .apk files in the root directory of the SDCard)
3. Touch the app name to initiate installation of the app.
4. The app is now installed
How to Non-Market .Apk Application on Google Android G1 Phone
1. Download and install Google Android SDK.
2. Now type adb in a command shell will display all the options, adb.exe is SDK tool used to install applications and interface with the device.
3. Now Connect Your G1 Phone to your computer using USB cable. You need to install Drivers for this. Download Android USB drivers from here. This driver is required for adb to interface with an android G1 phone using USB cable.
4. Go to Android Settings/SD card & phone storage and disable Use for USB storage. You can enable it again later after you installed your third-party application.
5. Go to Settings/Application settings and enable Unknown sources.
6. Download the Application installer .apk file to a local folder on your computer, Now type below command at command shell to install app.
adb install
The above guide is only application for windows XP users and Windows Vista users wont be able to use it, since android sdk for windows vista is not available." blogsdna.com
1. Install and open the Apps Installer application from the Android Market.
2. This opens a view showing *.apk application names in the sdcard root directory.(note, if no AppNames are listed you have no .apk files in the root directory of the SDCard)
3. Touch the app name to initiate installation of the app.
4. The app is now installed
How to Non-Market .Apk Application on Google Android G1 Phone
1. Download and install Google Android SDK.
2. Now type adb in a command shell will display all the options, adb.exe is SDK tool used to install applications and interface with the device.
3. Now Connect Your G1 Phone to your computer using USB cable. You need to install Drivers for this. Download Android USB drivers from here. This driver is required for adb to interface with an android G1 phone using USB cable.
4. Go to Android Settings/SD card & phone storage and disable Use for USB storage. You can enable it again later after you installed your third-party application.
5. Go to Settings/Application settings and enable Unknown sources.
6. Download the Application installer .apk file to a local folder on your computer, Now type below command at command shell to install app.
adb install
The above guide is only application for windows XP users and Windows Vista users wont be able to use it, since android sdk for windows vista is not available." blogsdna.com
February 14, 2009
Installing the latest Android SDK
"This page describes how to install the Android 1.1 SDK, Release 1, and set up your development environment. If you haven't downloaded the SDK yet, you can so so from the Download page." developer.android.com
Installing the Android SDK
"This page describes how to install the Android SDK and set up your development environment. If you haven't downloaded the SDK yet, you can use the link below to get started. Then read the rest of this document to learn how to install, configure, and use the SDK to create Android applications." code.google.com
February 13, 2009
Get full working multi-touch zooming on your T-Mobile G1 Phone today!
"demo of multitouch working on the G1, but the code was not ready for prime-time. Today it is finally ready. Get multi-touch functionality on your G1 phone today!" lukehutch.wordpress.com
February 10, 2009
G1 aktivation bei symio
"Einstellungen "simyo Internet"
* Zugangspunkt (APN): internet.eplus.de
* Startseite: http://mobil.simyo.de
* IP-Adresse: dynamisch
* Primärer DNS: 212.23.97.2
Sekundärer DNS: 212.23.97.3
* Benutzername: simyo
Passwort: simyo" simyo.de
* Zugangspunkt (APN): internet.eplus.de
* Startseite: http://mobil.simyo.de
* IP-Adresse: dynamisch
* Primärer DNS: 212.23.97.2
Sekundärer DNS: 212.23.97.3
* Benutzername: simyo
Passwort: simyo" simyo.de
February 9, 2009
February 1, 2009
How do I Compress a Whole Linux or UNIX Directory?
"$ tar -zcvf prog-1-jan-2005.tar.gz /home/jerry/prog" cyberciti.biz
January 29, 2009
PLESK: How to view your website statistics
"This video tutorial explains how to How to view your website statistics from Plesk 8" webhostingresourcekit.com
January 27, 2009
What to do when Word crashes?
"Such is the nature of the beast that sooner or later Word will crash. When you restart, Word may try and recover the document you were working on, but this is a bit hit and miss, so don't rely on it. Configure Word to create a backup file - and save often. It is good practice to drill CTRL+S into your brain and apply it every time you pause for thought. Then when the wheel comes off, you don't lose too much work." gmayor.com
SHORTCUTS: linux screen keyboard shortcuts
"screen is a much under utilised program, which provides the following functionality:
* Remote terminal session management (detaching or sharing terminal sessions)
* unlimited windows (unlike the hardcoded number of Linux virtual consoles)
* scrollback buffer (not limited to video memory like Linux virtual consoles)
* copy/paste between windows
* notification of either activity or inactivity in a window
* split terminal (horizontally) into multiple regions (vertical support added Aug 2008)
* locking other users out of terminal
See also my screen settings
Key Action Notes
Ctrl+a c new window
Ctrl+a n next window I bind F12 to this
Ctrl+a p previous window I bind F11 to this
Ctrl+a " select window from list I have window list in the status line
Ctrl+a Ctrl+a previous window viewed
Ctrl+a S split terminal horizontally into regions Ctrl+a c to create new window there
Ctrl+a :resize resize region
Ctrl+a :fit fit screen size to new terminal size Ctrl+a F is the same. Do after resizing xterm
Ctrl+a :remove remove region Ctrl+a X is the same
Ctrl+a tab Move to next region
Ctrl+a d detach screen from terminal Start screen with -r option to reattach
Ctrl+a A set window title
Ctrl+a x lock session Enter user password to unlock
Ctrl+a [ enter scrollback/copy mode Enter to start and end copy region. Ctrl+a ] to leave this mode
Ctrl+a ] paste buffer Supports pasting between windows
Ctrl+a > write paste buffer to file useful for copying between screens
Ctrl+a < read paste buffer from file useful for pasting between screens
Ctrl+a ? show key bindings/command names Note unbound commands only in man page
Ctrl+a : goto screen command prompt up shows last command entered" pixelbeat.org
* Remote terminal session management (detaching or sharing terminal sessions)
* unlimited windows (unlike the hardcoded number of Linux virtual consoles)
* scrollback buffer (not limited to video memory like Linux virtual consoles)
* copy/paste between windows
* notification of either activity or inactivity in a window
* split terminal (horizontally) into multiple regions (vertical support added Aug 2008)
* locking other users out of terminal
See also my screen settings
Key Action Notes
Ctrl+a c new window
Ctrl+a n next window I bind F12 to this
Ctrl+a p previous window I bind F11 to this
Ctrl+a " select window from list I have window list in the status line
Ctrl+a Ctrl+a previous window viewed
Ctrl+a S split terminal horizontally into regions Ctrl+a c to create new window there
Ctrl+a :resize resize region
Ctrl+a :fit fit screen size to new terminal size Ctrl+a F is the same. Do after resizing xterm
Ctrl+a :remove remove region Ctrl+a X is the same
Ctrl+a tab Move to next region
Ctrl+a d detach screen from terminal Start screen with -r option to reattach
Ctrl+a A set window title
Ctrl+a x lock session Enter user password to unlock
Ctrl+a [ enter scrollback/copy mode Enter to start and end copy region. Ctrl+a ] to leave this mode
Ctrl+a ] paste buffer Supports pasting between windows
Ctrl+a > write paste buffer to file useful for copying between screens
Ctrl+a < read paste buffer from file useful for pasting between screens
Ctrl+a ? show key bindings/command names Note unbound commands only in man page
Ctrl+a : goto screen command prompt up shows last command entered" pixelbeat.org
CODE: jQuery Tag Suggestion
"If you're familiar with del.icio.us you will be familiar with the tag suggesting as-you-type support." remysharp.com
AviScreen Portable - free screen capture
"AviScreen is an application for capturing screen activity in the form of AVI video or bitmap images. Beside the usual options defining the capture area, AviScreen has a unique feature called "follow the cursor". Using this mode you can produce a video or image of relatively small dimensions while covering all mouse activity over the whole screen area. " mi3soft.info
January 26, 2009
SOLUTION jsonwrapper: json_encode for earlier versions of PHP 5.x
"What is this about?
PHP 5.2 adds the json_encode function, which turns almost any PHP data structure into valid JavaScript code. Hashes, arrays, arrays of hashes, whatever.
Unfortunately a lot of Linux distributions are still shipping with PHP 5.1.x.
jsonwrapper implements the json_encode function if it is missing, and leaves it alone if it is already present. So it is nicely future-compatible.
Just add:
require 'jsonwrapper.php';" boutell.com
PHP 5.2 adds the json_encode function, which turns almost any PHP data structure into valid JavaScript code. Hashes, arrays, arrays of hashes, whatever.
Unfortunately a lot of Linux distributions are still shipping with PHP 5.1.x.
jsonwrapper implements the json_encode function if it is missing, and leaves it alone if it is already present. So it is nicely future-compatible.
Just add:
require 'jsonwrapper.php';" boutell.com
January 21, 2009
ncdu - (visual du) - Rediscover your hard drive.
"As the name already suggests, ncdu is an ncurses version of the famous old 'du' unix command. It provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds!" dev.yorhel.nl
Tabbed Putty
1) http://www.raisin.de/putty-tabs/putty-tabs.html
Download Executable (~20kB, .NET 2.0 required)
WinTabber setup 0.2.156
Download Executable (~20kB, .NET 2.0 required)
WinTabber setup 0.2.156
Subscribe to:
Posts (Atom)