How to Download Subtitles via VLC Player

Download Subtitles via VLC Player






You must be connected to the internet before going through with the steps below.

  • Launch VLC

  • Click on the tools tab. In the drop down menu, click on Plugins and Extension




  • In the Plugins and Extension Menu, select the Add-ons Manager, click on Extensions and select VLSub and click on install. Wait for VLSub to finish installing.




  • After installing VLSub, close the Plugins and Extensions window.

  • Play the movie you wish to download the subtitle(s) for and click on View. In the view drop down menu, click on Download Subtitle.







  • In the Download Subtitle window, click search by name and wait for subtitles to be loaded and after selecting a subtitle of your choice, click on download selection.




PRIVACY POLICY




This blog does not share personal information with third parties nor do we store any 

information about your visit to this blog other than to analyze and optimize your 

content and reading experience through the use of cookies.

You can turn off the use of cookies at anytime by changing your specific browser 

settings.

We are not responsible for republished content from this blog on other blogs or 

websites without our permission.

This privacy policy is subject to change without notice and was last updated on 

08/03/2018. If you have any questions feel free to contact me directly here 

ask4excel@gmail.com.



How to change WINRAR language




WHAT IS WINRAR???




A Little background info




WINRAR is a powerful file archiver utility - developed by Eugene Roshal of

WINRAR Gmbh - with which you can compress, encrypt, backup and

package files in archives -RAR or ZIP file formats - and also unpack

numerous archive file formats.


winrar image 1




It was first released in 1995 - on the 22nd of March to be exact - and

written in C++, It supports these archive formats - RAR, ZIP, CAB, ARJ,

LZH, ACE, TAR, GZip, UUE, ISO, BZIP2, Z and 7-Zip – only to name a

few and it isn’t only available for windows, but Linux and Mac OS as well.




winrar formats




 I’ve seen a lot of people have issues with WINRAR such as installing and getting a 

foreign language - a result of not downloading the WINRAR installer from 

rarlab.com/download.html - and as such don't know how to go about changing the 

language in WINRAR to English/their default language.

steps to change WINRAR language

In this tutorial, I'm going to give a walk-through on how to go about it. After installing 

WINRAR and getting some other language apart from English/your preffered 

language close the application - if it was open - and follow the instructions below.

NB: This tutorial is for windows users.

STEP1: DOUBLE CLICK YOUR DRIVE C: AND LOCATE PROGRAM FILES 

(NOT PROGRAM FILES (x86))







STEP2: IN PROGRAM FILES LOCATE WINRAR FOLDER AND 

DOUBLE-CLICK TO OPEN



STEP3: SEARCH FOR winrar.lng AND DELETE IT 




Now you’re done. Launch winrar and enjoy the English version/your preferred 

language.

If it worked for you let us know and if you’re still facing challenges still let us know - 

we would love to hear from you - by dropping your comments in the box below.


ERROR 0xc000005


If i may ask...


Have you ever tried to launch an application on your PC only to encounter

 "the application couldn't start" together with an error code "0xc000005"on your 

windows PC? 

I’ve seen this happen to some people and ofcourse I was also a victim.







One morning, i launched mozilla firefox to surf the net, only to encounter the error ,

oh snap!"-that was me, after which i picked up my smartphone and scoured the 

internet for sometime (about 30mins or so), looking for a solution to no avail. What 

did you do, you ask? I just UN-installed the program - mozilla firefox - severally and re-

installed, hoping it would fix the problem but unfortunately it didn't.





HOW I FIXED IT...


I had been using M.S.E. - microsoft security essentials - for sometime

before formatting my PC, and for some reason i didn't re-install it - the last time - 

after formatting. I decided it was time to re-install M.S.E. after which i updated the 

virus definitions and did a full scan on my PC.


Just like i thought, i had a virus infestation, cos i noticed my PC was acting strange. 

I was surprised when the Firefox browser refused to launch after using it the previous 

night.



After the scan was done and the viruses removed, i re-installed my Firefox browser, 

and launched it... No more error code "0xc000005" till date.





Microsoft security essentials is available for download at the microsoft website.












If you don't know the direct link, you can google it and make sure to download the 

one specific for your PC, whether 32bits or 64bits. If you still don't know how many 

bits your windows OS is, you can check it up in Control panel under the system and 

security section.




N.B: Please note that software(s) mentioned in this blog, doesn't belong to me. 

I and this blog are not affiliated to the respective owners/makers of such 

software(s) and as such i will not be liable for whatever happens to your PC as a 

result of downloading any piece of software mentioned here-in. 


USB Debugging and it's uses



WHAT IS USB DEBUGGING MODE?

symjar.blogspot.com


USB DEGBUGGING MODE is a developer mode in Android phones that allows newly 

programmed apps to be copied via USB to the device for testing. Depending on the 

OS version and installed utilities, the mode must be turned on to let developers read 

internal logs. 

In short, USB Debugging allows an Android device to communicate with a PC running 

the Android SDK to use advanced operations.





When you develop Android apps, you have to install the Android Software Developer 

Kit (SDK) on your PC. The SDK includes a suite of tools that’s vital for any developer, 

such as a debugger for fixing problems and sample code. Libraries are another key 

component of the SDK.


These allow developers to perform common functions without having to re-code them.

For example, Android has a built-in printing function, so when writing an app, you 

don’t have to come up with a new way to print. You simply call the built-in method 

included in the library when it’s time to do so.


You can do a lot with Android from the device itself. But developers need more options,

especially when collecting detailed error logs. It would be a huge pain to locate and 

move these files manually from the device, so they use tools built into Android Studio 

and the Android SDK to make them painless.



Enabling USB Debugging allows your phone to communicate with a PC so you can take 

advantage of these tools.



Without USB Debugging, you can’t send any advanced commands to your phone via a 

USB cable. The most common reason for enabling USB Debugging is developers 

pushing apps to their devices to test.


Whenever you create a new build of your app in Android Studio and want to test it, you

can push it to your connected device with just a few clicks. After building, it will run and

pop up on your device right away. This is way faster than downloading the APK file and 

installing it manually!

Non-developers commonly enable USB debugging to root their phones. Rooting varies 

by device, but most methods involve some program that you run from your desktop. 

Once you enable USB debugging and connect your phone, you can use a root tool to 

send the root instructions to your device without even touching it. Installing a custom 

ROM involves a similar process.


You also need USB Debugging turned on to use Android Debug Bridge (ADB) 

commands. These let you install APKs located on your PC onto your phone, move files 

back and forth, and view device logs for debugging errors. ADB commands and 

Fastboot can also save your bricked device even when you can’t turn it on normally.




In the old days of Android, you needed USB debugging for some other functions too. 

Most notable of these was taking a screenshot over USB, which was just as annoying as

it sounds. This was before Android had a standard command for taking a screenshot. 

Now, you just need to hold your device’s button combination - usually Power and 

Volume Down - to do that.

Want to know how to enable usb deugging mode, click HERE

How to Enable USB Debugging on your Android device





Reading this post implies you already know what USB debugging is but if 

you don't, feel free to check on my previous post on "USB debugging and it's uses" .


if you have your android device ready, then walk with me as i take you step by step.




STEPS TO ENABLE USB DEBUGGING








STEP 1:TAP ON MENU AND ENTER SETTINGS

STEP 2: SCROLL DOWN TO "ABOUT" OR "ABOUT PHONE"
(DEPENDING ON YOUR DEVICE)


STEP 3:
TAP ON BUILD NUMBER CONTINUALLY UNTIL YOU SEE "YOU'RE NOW A DEVELOPER"


STEP 4:
TAP ON THE BACK BUTTON TO GO BACK TO SETTINGS MENU


STEP 5:
LOCATE "DEVELOPER OPTIONS" (JUST ABOVE "ABOUT PHONE" OR "ABOUT") AND TAP ON IT.


STEP 6:
WHEN YOU ENTER "DEVELOPER OPTIONS" TAP THE SWITCH/KNOB TO TURN IT ON (DEPENDING ON YOUR DEVICE)


STEP 7:
LOOK FOR USB DEBUGGING AND TAP THE  SWITCH/KNOB TO TURN IT ON (STILL IN DEVELOPER OPTIONS)




We're done! You can follow this LINK to know more about USB DEBUGGING AND IT'S 

USES.