Tricks and Tips


            Running Multiple Instances of Google Talk 


   Users of Google Talk (GTalk) can also let GTalk go to polygamy, that’s running multiple instances of Google Talk and login to multiple Google accounts on Google Talk. The polygamy trick can be done without any crack, patch or hack, with just a simple command line parameter or switch /nomutex appended to the Google Talk shortcut.

     Ability to polygamy running multiple Google Talk is useful if users have multiple Google Talk accounts (or Google or Gmail accounts that used to login to GTalk) or multiple profiles or personalities, and don’t want to log on and off from one account to another account every time when want to switch, or want to log in to all accounts at the same time on the same computer.

You can add the /nomutex switch or parameter to existing Google Talk shortcut, or create a new shortcut with the /nomutex command line parameter.

To edit existing Google Talk shortcut:

1) Right click on the Google Talk shortcut.
2) On the right click contextual menu, click on Properties.
3) Go to Shortcut tab on Google Talk Properties window.
4) On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).

Target: "C:\Program Files\Google\Google Talk\googletalk.exe" /nomutex

5) Click on OK.


To create a new shortcut for Google Talk:

1) Right-click on the desktop or anywhere you want to place the GTalk shortcut.
2) Select New on the right click context menu.
3) Then select Shortcut.
4) Copy and paste the following line to the text box when prompted to type the location of the item:

“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex

5) Click on Next.
6) Give the shortcut a proper name such as Google Talk or Google Talk Multiple or Google Talk Polygamy.
7) Click OK until you are done.

If you have hex editor, you can act like a hacker and modify the bits in Google Talk program so that it will always allow multiple instances of GTalk to be launched whether the /nomutex switch is specified or not.

Launch hex editor and open googletalk.exe, then search for the following patterns in the hex editor:

004536FD . 3BC6 CMP EAX,ESI
004536FF . 75 05 JNZ SHORT googleta.00453706

Modify the string to look like the following:

004536FD . 8BC1 MOV EAX,ECX
004536FF . EB 05 JMP SHORT googleta.00453706


How this Works?
The mutex is short for mutual exclusion object.
A mutex is a program object that allows multiple program threads to share the same resource, but not simultaneously.

So, in the hack above, we used nomutex (no-mutex) to use the same resources simultaneously....!



Gmail Tips: Preview Messages, Insert Images, and More

Learn how to preview messages, insert images into email, view unread messages only, and increase the number of visible messages in Gmail.

If I want to read an e-mail, I have to click it, then click again to go back to my inbox and find the next message I want to read. Wash, rinse, repeat. Come on, Google, it's 2011! How is it possible that there's no preview-pane option for Gmail?
(In case you're not familiar with the terminology, what I mean is dividing the inbox into two sections: one that shows the inbox, and one that displays the contents of whatever e-mail I click. No jumping back and forth between two full-screen options. It's how pretty much every other e-mail client on the planet works.)
If this bugs you as much as it does me, you'll be glad to know there's a stop-gap solution: Message Sneak Peek. This experimental feature lets you read the contents of an e-mail without having to leave your inbox. Simply right-click the message and presto: a preview window appears. And it's even functional: You can archive, delete, or mark-as-read the selected message.
Sound good? To enable this, head to Gmail in your browser, click the little gear icon in the upper right corner, and then click Mail settings. Click the Labs link, then scroll down until you find Message Sneak Peek. Click Enable, then scroll to the bottom of the page and click Save Changes. Now head back to your inbox and right-click any message to see the preview. Neat, huh?

Insert an Image into the Body of a Gmail Message

Want to send someone a photo, screenshot, or other image? If you're a Gmail user, there's only one option: attach the item(s) to the message. That's all well and good, but what if you want to embed an image in the body of the e-mail? Scan the toolbar all you want; you won't find any such option.
gmail insert imageHead to Gmail Labs, however, and you will. (If you're not familiar with Labs, you can get there by accessing the settings for your Gmail account, then clicking the Labs tab.) The aptly named "Insert Images feature" adds a new button to Gmail's Compose Mail toolbar. Click it and you can choose an image to upload from your PC or paste a link to an image you've found on the Web. (Regarding the latter, heed Google's fine-print warning: "Remember: Using others' images on the web without their permission may be bad manners, or worse, copyright infringement.")
Once you've selected your image, Gmail pastes it into the e-mail wherever your cursor was when you clicked Insert Image. You can resize it by clicking and dragging any of the handles, or by choosing one of the four available size presets: Small, Medium, Large, and Original Size.
I should note that the person on the receiving end might not see the embedded image if he or she is using an older e-mail client or doesn't have HTML viewing enabled. In that case, it will likely show up as an attachment.

View Only Your Unread Messages in Gmail

II love Gmail--just not its Web UI. A pet peeve is that unread mail keeps getting pushed off the page by newer messages. And you know what they say: out of sight, out of mind. I need a way to view only my unread messages, without having to click through several pages' worth of mail.
Gmail doesn't have a view option for this, but there is a solution: In the Search field, type is:unreadand then click Search Mail.
Presto! Now your inbox will show only those messages you haven't read. (When you're ready to go back to the standard view, just click your Inbox link.) Want to save a few keystrokes? You can also type l:^u. (The letter "L" in front is an abbreviation for "label.")

Increase the Number of Visible Messages in Your Gmail Inbox

There's a way to make all your e-mail more readily visible. Gmail gives you the option of increasing the number of conversations that are visible at a time. Here's how to find it:
  1. Start your Web browser and head to Gmail.
  2. Click the little gear icon in the upper right corner, then click Mail settings.
  3. Near the top of the General tab you'll see Maximum Page Size. Click the arrow in Show X conversations per page and change the number from the default (usually 25) to 50 or 100.
  4. Scroll down to the bottom of the page and click Save changes.
You'll notice that your inbox just got "longer." Now you can see more of your e-mail at one time, both read and unread.




No comments:

Post a Comment