Monday 17 October 2016

  Connecting android studio to adb using network in OS X


I am using android studio for the past 2 year. The Major thing which worried me while testing the application is connecting the android device to the laptop through usb cable.
Then one day i came to know through my friend that we can run our app from android studio on the device through network like wifi connectivity, etc.
I did the following things to connect the adb through network in OSX operating system:
  1. First i added the path variable for adb using the following commands: Echo your export command and redirect the output to be appended to .bash_profile file and restart terminal. (have not verified this but should work)                                                                                              echo "export PATH=$PATH:/Users/username/Library/Android/sdk/platform-tools/ sdk/platform-tools/" >> ~/.bash_profile 
  2. Then i checked whether the path is set by using the cmd                                                                adb version 
        and it returned
        Android Debug Bridge version 1.0.36
        Revision 19394af606f6-android

      3.Then i used the following command
           adb tcpip 5555
           5555 is the port no at which the adb will connect
       it returned
       restarting in TCP mode port : 5555
  
     4.Then i noted the ip of my android device which is connected in the same network in which my        mac is connected.
     5.then i used the following cmd to connect the device
       adb connect 192.168.#.#
      where 192.168.#.# is the ip of my android device
      then it returned
      connected to 192.168.#.#
 
    6.And finnaly you can find your android device in your connected devices list in android studio

hope this article is helpful for you.comments are welcomed.
    
  
    
 

Monday 5 September 2016

Online Examination portal

ONLINE EXAMINATION PORTAL
by, A.L.AJAY KUMAR

Few months ago, I got a request from my college to make a web application to host the placement cell examinations for students.
          I initially was little hesitant because we already have an web application developed by my senior. Then when i looked into the code developed by my seniors, i found that its worth developing a new piece of code to handle the examinations.The main reason why i came upto this mindset because the former code was fully developed in HTML,PHP and JAVASCRIPT and back end was supported by MYSQL. The code had many bugs which lead to constant trouble during the exams. The only thing i liked is the UI.It was sweet and simple.
So I decided to get started with some recently developed frameworks like ANGULARJS and BOOTSTRAP .
Now i have developed a Beta version which can host the examinations without a hitch. but still we need lots of improvements so that it can handle any kind of scenarios and give a wonderful user experiance.
The link to the source code is : https://github.com/Alluajay/OnlineExamPortal
I initiated this project as a opensource project and Contribtions are invited to develop it further.

Thursday 21 January 2016

Me being a FSA


 

It is an interesting piece of coordination between Tech brains. FSA gives a chance for these brains to exchange their creativity,new ideas and.......... with other Technical enthusiast which lead to development of new era of technology