mobstac badge

HOW TO SWITCH OF YOUR PHONE WITHOUT TOUCHING IT

Today, i want to share with you a little trick i stumbled into on the
internet and it was so much fun with it. It is an application that
allows your phone to be switched off at a pre-defined moment.
I installed it on my phone, configured it and few hours time the phone
went off as it was being used by my brother, He tried to put it on but
it was passworded.
It is an application that could guarantee your phone some security. It
all requires installing it and configuring it to your desired
settings.
This application for the now seems to work in Symbıan Phones such as
Nokia S60v3 (Nokia N73, N79, N82, N85, N95, N96, E66, E63, E71 etc).
To be able to ınstall ıt perfectly, it needs to be signed before
installation or installed on a hacked phone because it is an unÅŸigned
application.
To download this application-
http://dawax-dimension.wen.su/s60v3/Switch_Off_v2.0.2_S60v3_SymbianOS9x_Unsigned.zip
ETECHVILL WISHES YOU A SUCCESFUL & PROSPEROUS NEW YEAR

RUN YOUR CALCULATIONS IN YOUR OPERAMINI AS A CALCULATOR


This trick could help you run calculations on your opera. no doubt it sounds funny. Right? simple applications of java-script made this a possibility

Just type the following codes to Opera Mini address bar. Replace A and B by any number you want.
**Addition
javascript:alert(a+b)

**Subtraction
javascript:alert(a-b)

**Multiplication
javascript:alert(a*b)

**Division
javascript:alert(a/b)

**i.e javascript:alert(2+2)

>Modules is the remainder of the integer division of a by b

>javascript:alert(a%b)

Example:
javascript:alert(6%4)=2

*SINE
javascript:alert(Math.sin(a))

*C0SINE
javascript:alert(Math.cos(a))

*TANGENT
javascript:alert(Math.tan(a))

You can replace a by a number or by Math.PI

Example:
javascript:alert(Math.cos(Math.PI))=-1

*Square root of a
javascript:alert(Math.sqrt(a))

*Minimum/Maximum
javascript:alert(Math.min(a,b,c,d))
javascript:alert(Math.max(a,b,c,d))

*x power y
javascript:alert(Math.pow(x,y))

If you want, you can search Math Object element in java-script.
 Start the magic! 
MERRY CHRISTMAS FROM ETECHVILLA