Thursday, September 22, 2011

MAXTHON mobile browser for Android Phones- elegant Surfhilfe




There is a great browser for android OS in the Android market.

Installation

At the time of installation requires the App the following permissions:

Hardware : pictures and videos to pick up
My Location: approximate (network) location, exact (GPS- )location
Network communication: unrestricted Internet access, network status display, WI-FI view status
Your personal data: browsing history and Bookmarks read
Phone calls: couldn’t read and identify
Memory: Contents of the USB memory and the SD-card change/delete
System Tools : turn off standby mode, background processes exit

Samsung Galaxy Note, smartphone or tablet?




Smartphone or tablet? With the Galaxy Note wants to combine Samsung the advantages of both classes.

The trend is toward the Megadisplay continues: while half Androidistan still discussed, whether 4.3 inch displays not already exceed the limit to the irksome, Samsung at the IFA 2011 a new XXL-device before, the gap between Smartphone and tablet fill up.

5.3 Inch Super AMOLED display
Especially his size makes the Galaxy Note to the very fetching: a whopping 5.3 inch is the Super AMOLED screen of the device size. Its resolution is 1280x800 pixels. In the short test at the IFA convinced of the screen with an amazing color brilliance and razor sharp presentation. For longer Surfrunden is likely to be the Galaxy note as well as suitable to the networks, to perform or watching movies. Telephoning is of course also possible.

Wednesday, September 21, 2011

Crime Story: action game for Android



If you like play games with your smart phones,it's a good choice for you. Crime Story is a game where you tell your story to gangsters. Your ladder to the position of head of the mafia begins with the search of his kidnapped brother. Feel the romance of the mysterious world of the Mafia: raising the profile of a worker of unpleasant work common to a respected mobster, eliminate rivals, and submit to the city.

The scars and tattoos will tell everyone the story of his thorny path upward. But even when the boss, you should never forget his family. Blood ties are the most important thing in life of all the gangsters. You can conquer the city only with the support of your family.


The main objectives of the game:
• Find your brother,
• Conquest of the city,
• Eliminate your enemies with force or cunning,
• Make tattoos to raise its profile
• Build new locations,
• Establish business relationships.

Distinctive features:
• plot captivating global
• A large number of exciting missions linked by a unique history,
• Widest range of challenging tasks connected to the appearance of representatives of other bands, "
• various mini-games: a stolen card to the trap,
• all bosses in the game have unique character and conduct. Are created with attention to detail and fun and lively,
• Interaction with local police that affects the gameplay,
• Improve the image in the eyes of powerful gangs making new tattoos
Opportunity • accumulation of resources and life filled while the absence of the game,
• Easy to use interface, bright graphics and smooth animations 3D,

Then leave the link to the Android Market so you can download it directly from the phone or send from your computer to it. Here you will find many more games android .

Tuesday, September 20, 2011

Install SDK and USB drivers LG GW620 in Linux Ubuntu.


If you use Linux Ubuntu and you need to install the drivers from the LG GW620 to be able to install a ROM in UBUNTU, first needs install the necessary drivers and SDK of ANDROID.

In this tutorial, we explained step by step, how to get it.

The first thing is to install Java. Depending on which version of Ubuntu that you have installed you will have to do so by terminal or through the center of software.

By terminal copy and paste the following command:

SUDO aptitude install sun-java6-bin

By the center for software simply are looking for "sun-java6-bin" and give it to install

We offload the sdk version of Linux in the official website, then descomprimimos and folder that comes with all of the files in the sdk the move to our user folder (home/username) and it "sdk" for that then it may be easier typing the commands in the terminal.

We declare the path of the sdk to find the executables becomes unappealing in a terminal:

SUDO gedit ~ / .bashrc

And in the files that are open are added to the end the following by replacing "user" by our user name:

Export PATH= $ {PATH} : /home/user/sdk/tools
Export PATH= $ {PATH} : /home/user/sdk/plattform-tools

And store and we closed the file and the terminal.

Having added the path now with just typing "android" in a terminal opens the "Android SDK & AVD Manager"

We Punctured in "available packages" and there on "refresh".

If i try to refresh we venta a error of the type: "No fetch https URL: … …. " We are going to settings and mark the box "vigor https:// ….. " Then on "save & normales" and we "avalaible packages" and refresh again.

Now will be two (or more) links: "Android repository" and "tercero Add-ons" we deploy the first "Android repository" and all of the packages cenas) .posee that leave us we mark the first (if not leave the first look) that puts "Android SDK Plattform tools" because this package is the need to install the drivers.

Now before anything else we are going to install the drivers from the phone.

We create a file by opening a terminal and typing the following:

SUDO gedit /etc/udev/rules.d/ 70-android.rules

Opens the text editor gedit and wrote on the the following:

SUBSISTEMA== "usb", ATTRS LIBRARY{idvendor} == " 1004 ", MODE= " 0666" # LG

We keep close and we re-create another document by typing in the terminal:

SUDO gedit /lib/udev/rules.d/ 11-android.rules

And within this file copy the following:

SUBSISTEMAS== "usb", ATTRS LIBRARY{idvendor} == " 1004 ", ATTRS LIBRARY{product id} == " 6171 ", MODE= " 0666 ", OWNER= "user id # GW620
SUBSISTEMAS== "usb", ATTRS LIBRARY{idvendor} == " 1004 ", ATTRS LIBRARY{product id} == " 618e", MODE= " 0666 ", OWNER= "user id # KH5200

We save and close the file.

We relaunched the pc

Now on the phone without CONNECT we are going to settings/applications/development and mark "debugging USB"

We can connect the phone to the PC and a terminal type: "adb devices" and recalls that in Linux distinguishes between uppercase and sensitive so make sure you put it in lowercase letters.