Tech Pani puri

Friday, July 8, 2016

Alternate of Windows live Writer

 

open

Those who stuck with the login problem and how often face the issue, Invalid Username or Password while connecting Window Live Writer with Blogger. And stopped blogging
Windows Live Writer 2012 was the last version Microsoft released and can still be downloaded

Now Here is the Solution.It’s free & you would love it. Mac users can use Desk app

An independent group of volunteers within Microsoft has successfully open sourced and forked Windows Live Writer. The fork is called Open Live Writer (also known as OLW) and it is part of the .NET Foundation ..Download

Open-live-writer

Benefits :

Multiple blog support feature of the Open Live writer makes it very easy to manage your multiple blogs. It not only supports multiple blogs but also supports multiple platforms.

Soon, Google and Blogger will finally shut down this older authentication system. Blogger will use the more modern OAuth 2 and Open Live Writer will be updated to support OAuth 2. Windows Live Writer will never support this new OAuth 2 authentication system, so if you use Blogger, you'll need to use Open Live Writer.

Those who are getting Invalid Username or Password while connecting Window Live Writer with Blogger.This problem is solved in Open live writer by choosing blog type Google Blogger and its done ..no need to go through step 2 verification.

chooseTypeBlogger

Open Live Writer installs VERY quickly and updates itself automatically.Try it out! It's early but it's a start. Open Live Writer is no longer a Microsoft project .if you do find bugs, please share your bugs at https://github.com/OpenLiveWriter/OpenLiveWriter/issues

Thanks

Saturday, October 24, 2015

recover virus infected hidden files from pendrive or External hardrive

Mostly pen drive doesn't consist any security measures. Since we use Pen drive in many PC/Laptops it very easily gets infected with viruses and malwares.

Today my Pen Drive is hit by a series of Trojan Virus, so I use Avast to clear the virus.After scan is completed I found the Flash Drive is completely empty with no data at all.But used disc space is showing a lot of data.

I found a easy way to recover all that hidden files:-

1. To be safe first Scan for viruses in your pendrive
2. After that open your command prompt
      start->Run->cmd or
      type “cmd” in windows search and enter

cmd search

cmd

3. Assuming ‘G:‘ as the letter of affected drive(use small letter), enter this command-

          attrib -h -r -s /s /d g:\*.*

Wait for few seconds and its done.. now you can check

Congratulation your Data is recovered

Android Too many patterns-[updated Solution]

This is the Best and 100% working solution to Remove pattern lock ,No need to enable USB Debugging mode,No need to Reset phone,No need to wipe Data
All you need is:

  1. To Start Mobile in Recovery Mode
  2. Download the AROMA Filemanager package from here (aromafm-1.00-120512-002.zip, 1.32 MB).
  3. Backup all personal data on your phone (To be safe) not mandatory.
  4. make sure that you have sufficient power for the entire procedure.

Instructions

  • Download the AROMA Filemanager ZIP package from the link above.
  • Copy the aromafm-1.00-120512-002.zip file to the root of your phone’s SD card.
  • Reboot your device into Recovery Mode.
        Power Off your mobile.
        press Volume down + power button
        Release buttons when it start and it will look like

     recovery 5.5.0  recovery 2.5.0 Recovery 3e
  • Choose Install ZIP from SD Card  or Apply Update from/SDcard or
    Apply update from external Sdcard or
    install zip from sd card or
    Apply Update from sdca
    All of above option differ according to there mobile,But meaning is the Same.
  • Choose Install zip from sd card–>choose zip from sd card–>select aromafilemanager.zip–> Yes-install aromafilemanager.zip
  • After  Selecting “Yes” the aroma file manager will run and you will see something like this-
                                            aroma file
    goto menu—>settings----> Automount all devices on start select it and then click done then in menu select exit
    Last process :Now again you will reach to RECOVERY MODE
    Now we will delete the gesture.key file from ur phone
    If you have password lock than delete password.key


  • Again Install zip from sd card–>choose zip from sd card–>select aromafilemanager.zip–> Yes-install aromafilemanager.zip
  • Again Aroma File manager will run
     
    Goto Data/system/gesture.key and delete(gesture.key)
    or in from Root—>SD-ext/system/gesture .key
  • Go back and now select REBOOT System Now
All is Done now when phone starts --Enter some random pin or pattern to unlock your phone. Enjoy

WarningThe information in this guide is provided for instructional and educational purposes only. There is no guarantee that these instructions will work under your specific and unique circumstances.
Use these instructions at your own risk. We shall not hold any responsibility or liability for whatever happens to you or your device arising from your use of the info in this guide.
Read and understand the whole guide first before actually performing the instruction

Friday, October 23, 2015

Remove Forgotten Pattern Lock in Android

If you forgot your android phone or tablet pattern lock and want to remove it then you are arrived in the right place.
basically there are two ways :-
  1. If your USB Debugging mode is enabled and your phone is locked.
  2. If your USB Debugging mode is not enabled and your phone is locked
Some have a question “What is USB Debugging mode”
Ans. It is a setting in your mobile which can be enabled or Disabled.USB Debugging Mode is a mode that can be enabled in Android to identify and remove errors from (computer hardware or software), after connecting the device directly to a computer with a USB cable.
to Enable USB Debugging Go to Setting---> Developer Option –> check USB Debugging option..

CASE 1:If your USB Debugging mode is enabled
Before going to this U have to first install ADB on your computer
        Just visit Android SDK website click here link
        Download SDK tool and install only ADB software
But this will be a large file so I give u another link where u find simple adb software
         Goto to this website link
        and download version 1.3 direct link

      double click and install..


 adb installer
Hit “Y” three time and it will install..
  • Connect your device with you PC via USB cord
  • Make sure that USB debugging is enabled in your device
  • In PC Now, go to RUN (by pressing Ctrl + R) and try CMD command
  • Finally, type the following commands in the CMD window one after one
image
Copy Paste all at once in CMD
Adb shell cd/data/data/com.android.providers.settings/databasessqlite3 settings.db update system set value=0 where name=’lock_pattern_autolock’; update system set value=0 where name=’lockscreen.lockedout permanently’; .quit
OR
type “adb” (enter)
”adb Shell” (enter)
rm /data/system/gesture.key
if you have Password lock than
type “adb” enter
”adb Shell”
rm /data/system/password.key


  After applying the above stated commands, reboot your device now. After normal reboot, you again will notice Lock pattern screen, but this time, you will have the choice to create a new pattern lock code for your device.
-------------------------------------------------------------------------------------------------------------------
I found a way To Enable  USB debugging mode even if your phone is locked
Step 1: Power off and then Power on your Android device.
Step 2: Start Tapping home button fast(4-5 times/sec) right after you see you Phone’s logo on screen. During this process you might notice Emergency call button popping up often and in that case you need to keep on tapping it and the home button simultaneously. Also, password or keypad screen may flash on your screen few times and you will also notice a lag time due to tapping and this is a part of the process.
Step 3: If this process has worked for you, you will see your Android home buttons or Home Screen  which confirms that you have gained access to your device.

Step 4: Now go to Settings---> Developer Option ---> check USB Debugging mode
---------------------------------------------------------------------------------------





CASE 2: If your USB Debugging mode is not enabled
you will need Android multi tool software for PC download here
STEP1 : power off your mobile and start your mobile in fastboot mode
  To start in Fastboot mode press volume down + power button

Step 2: start Android muti tool it will look like this          mutitool screen
              

   Step3 : choose Zero 0 (Goto command prompt) and  enter your mobile will restart and your pattern lock is now removed
       If your USB Debugging mode is enable

      power On your mobile..
     Simply Select 3 Reset face /Gesture lock

All this information  is just for General knowledge and help..So enjoy and leave comments if u have any problem.

Warning
The information in this guide is provided for instructional and educational purposes only. There is no guarantee that these instructions will work under your specific and unique circumstances.
Use these instructions at your own risk. We shall not hold any responsibility or liability for whatever happens to you or your device arising from your use of the info in this guide.

Read and understand the whole guide first before actually performing the instruction