Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Using Real Android device for Debugging on Linux

BY Unknown - 04:14

The advantage with usb debugging on real devices in compared to Linux is that you dont need to install driver for each specific vendor .


Here is the information to debug on a real android device on Ubuntu Linux .





Step 1 : We need to add a udev rules file that contains a USB configuration for each type of device you want to use for development .


To do so :


Download this file .


http://www.mediafire.com/download/o7j4dk9rprmfcvv/51-android.zip


Step 2 :  Open Terminal . Type  "sudo nautlius " . You should be sure that you have the root permission.



Step 3 : Extract the contents of zip file. Copy and paste the 51-android.rules
 file into "/etc/udev/rules.d/51-android.rules".


Step 4 : Open the file via any file  editor without closing the terminal.


Replace the name of the OWNER(eg.snowdream) with your username,which is used for logging into the Ubuntu System.Then,save it.







Change the owner name against the vendor name of your device. For multiple devices change the owner name multiple times for each vendor.

Step 5 :  Copy and paste this in the terminal .


 sudo service udev restart



Step 6 : Now connect your device. And type adb devices in your terminal . Your device shall be listed.
USB Debugging should be enabled.


You're Done.!





Keep Reading →

[Easy] Connectify Alternative for Ubuntu

BY Unknown - 03:10




Here are the methods to use your system as an wireless hot-spot and allow internet access to other devices via WiFi.
Depending upon the type of internet connection you have , here are the recipes to do the trick.
This method is tested and works on Ubuntu 12.04 or later.



1) Wireless Connection 


Step 1 : Go to System Settings. 




Step 2 : Under the Hardware Tab . Click Network. A new Window will popup as below.


Step 3 - Now on the left side chose Wireless you will see the Use as Hotspot on the bottom of the window.

Done !


2 ) Wired Connection 


Step 1 : Click on the network icon (top left) in the Ubuntu Desktop task bar.



Step 2 : Click on Create New Wireless Network .


Step 3 : Enter Network Name , Wirless Security and Password Fields  . Click Create.
 You are done !


Enjoy !













Keep Reading →