Monday, June 11, 2018

How I am using my symphony roar e80 as emulator

I have an android phone called symphony android mobile. I have tried many ways to use this phone as emulator. But failed.
Finally I have solved my problem.
Here is the step I used:

  1. First I connect my android phone as usb on my computer and turn on usb debugging.
  2. Then I go to computer>manage>device manager>other devices
  3. There I saw my android phone is looking un-usable. 
  4. So, I download the driver from internet.
    Download Link: https://gsmusbdriver.com/symphony-e80
  5. Now I unzip this file on my desktop. 
  6. Then again I go to computer>manage>device manager>other devices
    Click one by one and doing the same work for all the un-usable version of my device.
    work: first right click on android adb interface>update driver software>browse my computer for software>Let me pick from a list from my device>android device>have disk>browse>android win_usb.inf>>install
  7. I have done the same work for all the version of my devices and now my works as emulator.

Friday, June 8, 2018

How to run java code on command prompt on windows 7

To run java code on windows 7 CMD, please follow the steps bellow

  1. First go to you local directory and copy the java bin directory
    Here is my java bin directory. You may have different according to your JDK version
    C:\Program Files\Java\jdk1.7.0_40\bin
  2. Then open you cmd or command prompt and write the following line then paste the directoryC:\\>set path="C:\Program Files\Java\jdk1.7.0_40\bin" and press enter.
    You will successfully set up the path.
  3. Now open you notepad and write a simple java code and save it as Hello.java and save on your Desktop.
  4. Then again goto cmd and locate you directory where you save the file. As I saved my Hello.java on Desktop so I can change my directory by following command.
    C:\\>cd Desktop
    and Then write the following command and press enter to compile your java file
    C:\\Desktop>javac Hello.java
    If your java code have no error it will compile fine otherwise it will show error messages.
    Then to run the code write the following command and press enter.
    C:\\Desktop>java Hello

Wednesday, June 6, 2018

বাবুর কষ্ট


সুপ্ত, গুপ্ত কত কথা , বাবুর মনে মনে,

বলবে বলে শত বাক্য, তাকায় ক্ষণে ক্ষণে।
উপর থেকে ভালোবাসা, পড়ে নাকো হায়,
সেই দুঃখে বাবুর কষ্ট দেখা নাহি যায়।
ভালোবাসা নয়তো যে ফল পড়বে টপাস করে,
বাবু আমার বুঝতো পারলে অন্তিম কালে এসে।
হাঁপাস, হাপুস করে কী আর লাভ সেখানে হয়,
আকাশ পানে তাকিয়ে বাবুর চোখের জল বয়।


Recent Post