Sunday, December 16, 2012

Non-Market Apps on Android Phone Installation Guide

Non-Market Apps on Android Phone Installation Guide


If you own an Android Dev phone, at some point you'd probably want to create and try your own apps (or apps from your friends).

To ensure that you do not break your phone by installing malicious apps, Android has a couple of safety features built in. So you need to specifically instruct android to be able to install unsigned / non-market apps.

Menu > Settings > Applications > Unknown Sources

Check "Unknown Sources" to allow install of non-Market applications. While developing, you most likely also want to enable "Stay awake" in Menu > Settings > Applications > Developmentso that your screen does not go to sleep every often.

Now you can install any app (including malicious ones) the usual way either by browsing to the app using the browser or using adb install command.






Saturday, December 15, 2012

Alerts on your Android Based On Location


Alerts on your Android Based On Location


Setting location based reminders is very  simple in android. The app is integrated with Google Maps and you can just tap a location on the map to set a reminder when you are around that place.
You can  create one-time alerts or  configure it to repeat on particular days


How do you locate your mobile phone if the ringer is off? Maybe you switched the phone to vibrate mode while you were in a meeting and now you dont find it .
Wouldn’t it be nice if you could use other  phone  to turn on the ringer of your missing phone?
Here is an app for it
Agastya, a new Android app that lets you “remotely” perform various tasks on your phone from any other phone via simple SMS commands. The other phone, that is sending the commands, need not be running Android – even the basic Nokia phone would do
Alerts on your Android Based On Location



The workflow is very  easy. You send an SMS command from a friend’s phone to your own phone in a given format and the app reacts accordingly.
For example, a command like “ringer” would turn on the ringer while “silent” would put the phone to silent mode.
The best feature of this app is it  helps you retrieve your missed calls list or your incoming text messages via, you got it right, SMS.
Here’s a complete list of SMS commands that you can try on your Android phone:
  • SILENT – Turn off the phone’s ringer
  • RINGER – Turn on the ringer
  • IMEI – Get the IMEI number* of your phone
  • LAST MESSAGES – Retrieve the last 5 text messages received on your phone
  • LAST CALLS – Know the last 5 missed/received/dialed numbers
  • <CONTACT> – Fetch the contact number of a person from the address book.

Agastay isn’t the first app that offers such features.
The more popular Where’s My Droid app can not only turn on the ringer of your phone remotely but will also send you the phone’s current GPS location by SMS. There’s overlap but these apps are more inclined towards locating your lost phone while Agastay is like a command console – you can toggle between phone states or even fetch details of a contact remotely from the phone’s address book. The IMEI feature is also handy for blacklisting your misplaced phone

Friday, December 14, 2012

Method To Create Your Own Logon Message In Windows

Method To Create Your Own Logon Message In Windows



1 Click start 
click run
type regedit, 
then click ok!

2 In The registry editor, drill down to the following key:
hklm\software\Microsoft\Windows NT\Current version\Winlogon.

3 Right click LegalNoticeCaption, 
click modify, 
Type: THIS IS NEXT TRICK,and then click ok!

4 Right click legalNoticeText, 
click modify, and then Close your message!

5 Restart Your Computer.

6 The message will appear every time you logon!



Thursday, December 13, 2012

Simple Trick To Chat With Command Prompt

Simple Trick To Chat With Command Prompt




If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting :)



Wednesday, December 12, 2012

Cool Trick To Reverse the mouse buttons In Your Pc

Cool Trick To Reverse the mouse buttons In Your Pc


1) No context menu

What will you see when you right click on the desktop? You will see a context menu which says arrange icons, refresh,..and so on. Are you angry at your friend for not wishing you for you B'day? Do you wanna play a trick on a newbie in your family who is new to computers? This is a cool trick to play. By this tweak, you will be able to disable the right click on the desktop or any icons/files/folders/applications... But right click will work on taskbar of the start button and registry. So, dont worry!!! 
Open your registry and you will see all unknown files like HKEY_CLASSES_ROOT....... and so on. Don't panic. Follow this path. HKEY_CURRENT_USER>SOFTWARE>MICROSOFT>WINDOWS>CURRENT VERSION>POLICIES>EXPLORER. On the right side of the registry, you will see two files(in general) named 'default' and 'NoDriveTypeAutoRun'. Right click on the empty space in the registry and goto New>DWORD VALUE and name it as "NoViewContextMenu". Remember, no spaces and N,V,C,M should be capitals. Right click on this and click modify. The default value will be 0. Change it to 1. Note: DONOT CHANGE THE HEXADECIMAL TO DECIMAL. Click OK. Close your registry and logout. Bingo!!! Once you login again, right click wont work. Your friend will be perplexed and the next thing he/she does is call the system administrator not knowing that not all system administrators will be knowing about registry. Now, to enable it again. follow the same path and set the value to 0. Logout and then login to see the effect.

2) Reverse the mouse buttons
This is a cool trick to play on newbies. Actually, there are two ways to do this. One is changing the settings in the Control panel and the other is through editing registry. You can do it either way. But I prefer the second way, which is challenging. 
(i) Through Control Panel - goto Start> Control Panel> Printers and other hardware> Mouse. In Button configuration, enable the switch primary and secondary buttons option and click OK. But remember, you have just swapped the mouse buttons. So, for OK, you have to click the right mouse button. The newbie will be perplexed. Well, this trick is good for left handers.
(ii) Editing the registry - By default the left mouse button is the primary and the right is secondary. Open your registry and follow this path:
HLEY_CURRENT_USER>Control Panel>Mouse and on the right side of the registry, create this String value(REG_SZ): 'SwapMouseButtons' and set its value to 1. Bingo!!! You are done. Log out/Restart the computer. 

You can try this: Combine tricks 1 and 2. That means, this will result in swapping of the mouse buttons and disabling the left click(once the buttons are swapped). User is ready to call system administrator cuz he feels that the system is behaving wildly.







Tuesday, December 11, 2012

Trace Any Website On Internet!

Trace Any Website On Internet!


My Exclusive... another contribution to Computer Tricks !

Surfing Internet...
Type in the url and Hit Enter, that's it ?

But...
Have you ever thought what happens after that ?

Lets Trace n see what happens !

Do the following :
Start >> Run
# Type cmd
# This will open the Command Prompt
# Type cd\
# Type tracert www.google.com
---------------------- Note ---------------------------
You can replace www.google.com with any website url.
---------------------------------------------------------

Results :
$ First line shows the IP address of the website...$ You'll be shown steps in which the website gets load !
$ More is the number of steps more is time taken to load the website.





Pc Trick to Disable Cd Burning



The user can't burn any CDs by this trick. This restriction will disable the use of the inbuilt CD recording functions of Windows.

Open your registry and follow this path: HKEY_CURRENT_USER>Software>Microsoft>Windows>Current Version>Policies>Explorer and
create this key: "NoCDBurning" and set its value to 1. Close you registry and logout/restart your system for the change to take the effect.




 
Powered by Blogger