Sunday, July 14, 2013

Technology News : Linux bug - Comes to Android

Android users have been warned that a recently-discovered Linux bug has been modified to work on Android smartphones and tablets.

Perhaps not the easiest threat to remember, CVE-2013-2094 is a vulnerability that allows criminals to escalate privileges to a point where they can, effectively, achieve complete control of a device.

The threat exists on the Android platform due to the fact that Android was developed using Linux, and so many Linux vulnerabilities could potentially be exploited on Android.

The Linux vulnerability originally affected systems running on the 2.6 version of the Linux Kernel. In Android, Jelly Bean (version 4.2) uses version 3.0 of the Linux Kernel, although previous versions were built upon 2.6. This doesn't explicitly mean that Jelly Bean devices aren't at risk, but it does mean that tablets or smartphones using older versions of Android are more likely to be.

Unfortunately, for devices using older versions, any threat has little chance of going away without an update to resolve the issue. That's a problem if a device is continually out of date, but even more so if hardware receives no support or OS updates after release.

In regards to the exploit itself, the Symantec Connect Blog explains the seriousness of privilege escalation software: "Privilege escalation exploits are particularly dangerous as they can allow cybercriminals to gain complete control over the compromised device. The Android operating system normally sandboxes every application so they cannot perform sensitive system operations or interfere with other installed applications".

Adding to that and highlighting potential issues users might face, the blog states, "In the past, we have seen malware use privilege escalation exploits to access data from other applications, prevent uninstall, hide themselves, and also bypass the Android permissions model to enable behaviours such as sending premium SMS messages without user authorization."

Android users should take steps to avoid allowing malware using the CVE-2013-2094 vulnerability – or any other exploit – to gain access to devices. To protect yourself and reduce the risk to your Android or smartphone or tablet you can do the following…

  • Ensure your Android smartphone or tablet has the latest version of Android installed (if available)
  • Restrict app installs to those from Google's Play Store
  • Protect your device with Norton Mobile Security, ensuring the latest update is loaded.

Together, these three precautions will ensure that you minimise the risk as much as possible, while having help on hand to remove any malware which seeks to give itself free reign. 

Read More: http://www.mobilesecurity.com/articles/551-linux-exploit-comes-to-android

Wednesday, July 3, 2013

How to install android sdk ubuntu and windows


android sdk emulator ubuntu

* How to install android sdk emulator on ubuntu:


1. Install Java or OpenJDK on your ubuntu.

Open synaptic package manager or ubuntu software center and type "OpenJDK" without quotes then there will be available in accordance with the OpenJDK version of ubuntu 10.04 ubuntu instance it would appear OpenJDK 6 right-click and mark for install. Wait until the process is complete. To install openjdk-7 see here
In terminal :
#sudo apt-get install openjdk-6-jre

2. Download the Android SDK emulator here.

3. Extract the Android SDK has been downloaded into documents or anywhere up as needed :).

4. Open terminal by pressing CTRL + ALT + T or click Applications -> Accessories -> Terminal. Typing sudo su and enter your password.

5. Navigate your terminal to the android sdk folder. For example, if the Android SDK folder located in Documents then follow these steps:

  • cd Documents --> cd android-sdk-linux -- > cd tools --> ./android
  • So do not want typing like the above do as follows:

    - Open a terminal its way as the No. 4 typing "gedit ~ /. Bashrc" without the quotes and enter the text below at the very top and then save.
  • #AndroidDev PATH export PATH=${PATH}:/home/???/Documents/android-sdk-linux/tools export PATH=${PATH}:/home/???/Documents/android-sdk-linux/platform-tools
note:the name of the red "/ home /??? / Documents / android-sdk-linux / tools" and that the second is the folder where I store the android sdk. Adjust to the folder where you saved.- Still diteminal the following command "gedit / etc/udev/rules.d/51-android.rules" without quotes and input the text below ".

SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="0502", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="12d1", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="22b8", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="0fce", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="0489", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", SYMLINK+="android_adb", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", MODE="0666", GROUP="plugdev"

To install the android sdk at the root can be viewed of the source ubuntu comunity here.

Then save and reboot or restart your laptop or computer. So that when you open the android sdk does not necessarily have to enter the android sdk folder on terminal. simply by opening a terminal and sudo password and then android sdk android in laptop or pc you'll leave.

6. Open a terminal and typing sudo ubuntu android then enter your password.

7. After the android SDK emulator appears and then select the check tools and android files that get installed like in the picture below.
android avd emulator ubuntu

In the picture above I did install android 4.2 version and you can choose the version that will be installed android as android ICS, android honeycomb etc as you wish. At the bottom of the Extras folder with writing a check Android support libraries, Google play service, Google usb driver and so adjust it with the needs.

8. Click the install packages and licenses accept check, wait a while until installation is complete.

9. After install android sdk on PC or laptop is complete then click the Tools button located at the top left after the packages.

10. After the new window appears select the window or click the Manage button AVDS ... and click the New button on the right existing, well here you can choose your favorite android version there is a 10 inch size to a small size, select the size of the 7-inch or 5 inch that if the computer or laptop has a less specs computer so you are not too hang up or heavy and lag.

11. A new window will appear when the button is clicked and a new Insert your name free android for example name is androidku, android select your choice according to size preference. If you want to change the size of the internal memory replace it from 200 to 512 for example, and the contents of sd card to 1024 = 1GB and click OK.

12. If it is then in view avd there will be a new menu that has been created is androidku. Click start to open its android os android will appear according to your choice.

* To install the Android SDK on windows is the same way.


1. Download and Install the java application here.

2. Android Download for windows here.

3. Install android sdk on windows and if it is open android sdk installed and did his manner as above at the start of No. 7.



read more at http://new-ones.blogspot.in/2013/05/how-to-install-android-sdk-ubuntu-and.html