Saturday, February 20, 2016

Universal Naked ADB Driver

  1. Download from http://forum.xda-developers.com/google-nexus-5/development/adb-fb-apx-driver-universal-naked-t2513339 
  2. go to developer mode by clicking the build number 7 times (System--> About-->Build number)
  3. Plug in device
  4. In device manager point to this folder for adb driver
  5. Drivers will be successfully installed

Thursday, February 4, 2016

Lenovo Thinkpad T410 audio through displayport

Getting audio to pass through to TV when using displayport to HDMI cable

DisplayPort is actually capable of tranmitting audio and video. However some manufacturers or OEMs do not implement the audio pass through, luckily Lenovo has implemented this correctly in their Thinkpad T410.

Follow the step to get your laptop audio to TV.

  1. Start playing the video.
  2. When video is playing, go to Control Panel -->Sounds-->Playback tab
  3. You'll see a list of audio playback devices and TV (or amplifier if you are using one) should be one of the options. 
  4. Just choose TV and set it as the default audio device 
  5. The audio will be passed automatically to the TV from now on.

Move from Windows to Linux


  1. Install Linux Mint 17.3 Rosa with Cinnamon desktop (other good desktops are KDE MATE and XFCE)
  2. Install Libre Office instead of MS office
  3. Use Evolution instead of outlook
  4. Install Crossover linux or WINE:  is a Microsoft Windows compatibility layer available Linux.
  5. Install Oracle's virtualbox for running Windows virtual box

Wednesday, November 11, 2015

Solution - LG G2 stuck in TWRP recovery and does not boot to Android

If you get stuck in TWRP with no hope of booting to OS, here is the solution. Usually in these cases, any hardware button combinations will take take you to TWRP (and not to bootloader etc.)

This normally happens when you are trying to install an OS update from LG and your phone has custom recovery like TWRP installed.

Looks like you need to rebuild the boot system.

At TWRP recovery, go to advanced, select TWRP terminal command and press select (you do not have to select any file)

Type

dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/fota

(Remember - no space between sdcc.  and 1) hit Enter and wait for the command to execute

type

dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc

then hit enter and wait for the command to execute.

Reboot. Hope fully your phone will boot to Android OS. If not go ahead and install your favorite ROM. My favorite is CloudyG2.

This has worked for LG G2 D803 version and hopefully will work on other versions.

Wednesday, August 26, 2015

Install TWRP custom recovery on Koodo LG G3 D852 on Lollipop 5.0.1


  1. Install (D852) LG G3 AutoRec-Lollipop
  2. Install Reboot
  3. Open the app and grant root access using SuperSU
  4. Click the option to install TWRP and TWRP will be successfully installed.
  5. Verify TWRP installation by clicking Reboot app and reboot to recovery.
  6. The phone will reboot to TWRP recovery

Tuesday, August 25, 2015

Xposed for Koodo LG G3 D852 on Lollipop 5.0.1


  1. Root phone using steps described here and install custom recover TWRP.
  2. Download xposed-v71-sdk21-arm.zip or whatever is the latest (just make sure that download the arm zip, not arm64)
  3. Download XposedInstaller_3.0_alpha4.apk or whatever is the latest 
  4. Install the apk and do not open once complete (just click DONE)
  5. Now to to custom recovery
  6. Flash the zip file (should take only couple of seconds)
  7. Go back and Clear the Dalvik/Cache (very important)
  8. Reboot and you should have exposed installed.