Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Friday, February 24, 2017

Here is tutorial to Root your Nokia X X and Xl 10 Steps to Root Spflashfiles COM

Here is tutorial to Root your Nokia X X and Xl 10 Steps to Root Spflashfiles COM


This tutorial is only for those who want to Root thier Nokia X, X+ and XL with Nokia X Manager.

Requirment to Root your Nokia X, X+ and Xl:
>Nokia X/XL(please ensure correct device model and firmware; Check device model- Go to Setting> About Device> Model Number)
>your Nokia X, X+ and XL Smartphone should have at least 60 to 80% bettery.
>You should have >NET Framework(newer Version) installed on your Computer.
>Install USB Driver of your Phone on your computer.
Important Note: please take a backup of your phone data before performing Root on your X, X+ or XL. during rooting process you may loose your data.


Now Follow these steps to Root your Nokia X, X+ or XL.
Step 1. Enable USB Debugging on your Smartphone. To enable it. Go to Setting> Developers option, USB Debugging>select it to enable.

step 2. Install Nokia X Manager software on your Computer if you dont have Nokia X manager yet Download it here.

Step 3. After installing Nokia X Manager, Open it to start Rooting your Nokia X, X+ or XL.

Step 4. after opening Nokia X Manage Software, you will see this message(waiting for device) on the top.

Step 5. Now connect your Nokia X, X+ or XL smartphone to the computer using USB Data Cable. Once you connect your Nokia smartphone to computer, In Nokia X Manager you will you see "Device Connected".

Step 6. To start Rooting process of your device just click on "Root Device" then Rooting process will start. And During Rooting Process your Phone will reboot automatically.

Step 7. Once Rooting process Completes you will see SuperSU icon in the Applications Menu of your Smartphone. Step 8: Now Click on "install Gapps" Button in Nokia X Manager Menu to Install Google apps on your SmartPhone like Google play store, Hangouts etc.

Step 9.After installing Gapps on your smartphone, Disconnect your smartphone from PC and Restart you Nokia X, X+ or XL smartphone.

Step 10. After Restarting your Nokia X, X+ or XL you will see only google apps installed on your device........


 Notes:

*With this method you dont loss you phone data like contacts, images, video etc.
*After Rooting your Nokia X, XL or X+ Warranty may void.
*if you dont like rooted smartphone ten you can use Nokia X Manager to unroot your Smartphone.




 Special thanks to Angsanley(Nokia X Manager Developer)


Available link for download

Read more »

Thursday, October 20, 2016

How to make a text to speech application using Notepad Tutorial

How to make a text to speech application using Notepad Tutorial


Hello !!.... Today i will show you how make a simple text to speech application using notepad.It is very easy...just follow the procedure given below & Enjoy your own Text to Speech application.

Step 1

Open Notepad and type the following code :


Dim Message, Speak

Message=InputBox("Enter your text","Text to Speech")

Set Speak=CreateObject("sapi.spvoice")


Speak.Speak Message



 Step 2

Go to File and click on save as.Give the file name Speak and  give the 
Extension .vbs





Step 3


A dialog box will appear with a msg like the following picture given below:


Click on yes. A file named Speak.vbs , will be created.This is our Text to Speech application.Just double click on it to open..Type anything in the Edit text box & then click ok to make your application talk !! Here is the Final Output given below :



Enjoy this awesome trick...& for more tricks keep visiting this blog...:)


REGARDS
Shankha Jana



Available link for download

Read more »