How to set up smartphones and PCs. Informational portal
  • home
  • In contact with
  • Consoles for games on Android OS. Which game consoles on Android should be chosen

Consoles for games on Android OS. Which game consoles on Android should be chosen

F If you have an Android smartphone and you are familiar with Linux, then you probably wondered at least once how to use the terminal in Android. As you know, the Android operating system is based on the Linux kernel, which means that there is a command shell and many standard Linux commands are available in it. By default, there is no standard terminal utility in Android. You can access it in several ways:

  • the first is to download the Android Terminal Emulator app from GooglePlay.
  • second connect to smartphone from computer using adb debugger.

But our article is not about that, today's topic: commands in the Aandroid Terminal Emulator, or more precisely, the commands of the Android terminal.

There are many articles on this topic on the Internet, but all of them lack something, a couple of specific commands are described and that's all, but I want a complete list, including Linux commands, then I decided to write this article. I am not saying that I will describe all the commands, but I will try to cover the majority. This is just a short description of some of the Android commands I will explain in more detail in the following articles, and you can find detailed information about Linux commands on the Internet.

Now about the notation - some commands require root rights, I will put the @ sign in front of them.

Let's start. Terminal commands are nothing more than small console utilities, most of the system utilities are located in the / system / bin folder and a few more in / vendor / bin. We will not touch those in vendor. To make it easier to arrange all the commands alphabetically.

adb- Android debugger. Since Android is still Linux, you can connect other devices, including smartphones, to it via USB, adb allows you to control them and gives you access to their terminal. the description of its commands and capabilities stretches for a whole article, I will describe everything in one of the following articles.

am- Manager of windows (Action Manager), with it you can start and stop any application or service. For example, launching the setup application:

am start -n com.android.settings / .Settings

badblocks- checking the flash drive for bad sectors:

The result can be written to a file:

badblocks / dev / block / mmcblk0> / sdcard / badblocks

or display:

badblocks -v / dev / block / mmcblk0

bmgr- Android backup management.

cat- a console utility for viewing the contents of a file.

cat /sdcard/text.txt

chmod- similar to Linux command, changes file permissions, only octal recording format is available.

For example, give all rights (read, write, execute):

chmod 777 / sdcard / file

chown- changes the owner of a file in Linux, For example:

chown root / sdcard / file

cmp- compares two files

cmp / sdcard / file1 / sdcard / file2

cp- copies the file from the source (parameter 1) to the receiver (parameter 2).

cp / sdcard / file1 / sdcard1 /

date- show the current date in the system.

Sat Nov 14 13:44:56 EET 2015

dd- create a disk image, Parameters if = disk device file, of = file to burn

For instance:

dd / dev / block / mmcblk0 /sdcard/img.iso

An image of the mmcblk0 flash drive will be created.

df- analysis of free disk space. For instance:

df -h / dev / block / mmcblk1

Filesystem Size Used Free Blksize
/ mnt / secure 484.5M 0.0K 484.5M 4096
/ mnt / asec 484.5M 0.0K 484.5M 4096
/ mnt / obb 484.5M 0.0K 484.5M 4096
/ system 1.4G 971.7M 435.8M 4096

dmesg- viewing the kernel message log.

du- view the file size.

du / sdcard / file1

@ ext4_resize resizing an ext4 partition.

@ fsck_msdos- checking the flash drive for errors.

fsck_msdos / dev / block / mmcblk1p1

grep- utility for filtering text. For example, display only lines containing terminal:

cat ~ / sdcard / file | grep terminal

@ ifconfig- viewing and managing network devices. For example, viewing information about a wifi card:

Or turning off wifi:

ifconfig wlan0 down

You can find out the list of network devices with the command:

ls / sys / class / net

iptables- managing iptables firewall settings, this is a very extensive topic that we will not touch on.

kill- kill the process by its PID.

You can use the ps utility to find out the pid.

ln / sdcard / file / sdcard / file2

log- write a line to the system log.

logcut- viewing the system log in real time.

ls- viewing the list of files and folders in the directory:

lsmod- view loaded kernel modules

lsof- viewing files open in the system.

make_ext4fs- format the flash drive to the ext4 file system

md5 / sdcard / filename

mkdir- create a folder in the current directory.

mkdir folder_name

make2fs- format the flash drive to the ext2 file system

mount- mount a disk, image or folder. For instance:

mount -t ext2 / dev / block / mmcblk1p1 / mnt / sdcard

mv- move file, similar to cp

netcfg- viewing information about network connections.

notify- a utility for tracking changes in the file system using the inotify kernel subsystem.

ping- a well-known utility for checking the availability of a network node.

pm- android package manager, allows you to install, uninstall and view installed packages.

ps- View all running processes and information about them.

USER PID PPID VSIZE RSS WCHAN PC NAME
root 1 0 1000 848 c0106ef8 0001bfb4 S / init
root 2 0 0 0 c006e038 00000000 S kthreadd
root 3 2 0 0 c0057a54 00000000 S ksoftirqd / 0

reboot- restart the smartphone from the console.

resize2fs- similar to resize_ext4, only for ext2

rm- delete a file.

rmdir- delete a folder.

rmdir / sdcard / dirname

rmmod- unload the kernel module.

rmmod module_name

route- management of the routing table.

touch- create an empty file.

touch / sdcard / file

top- an interactive version of the list of running processes.

@ screenshot- take a screenshot.

screenshot /sdcard/screenshot.png

shutdown- turn off the smartphone.

service- service management. For example, see the list of running services:

These were all the commands that I found, the list will be updated if possible.

about the author

Founder and site administrator, I am fond of open source software and the Linux operating system. I am currently using Ubuntu as my main OS. In addition to Linux, I am interested in everything related to information technology and modern science.

Android is not only a mobile environment for all your social applications, memories, calendars, browsers, cameras and other useful things. By now, the green robot has turned into one of the most promising gaming platforms, and today we will talk about how to turn your Android device into a real gaming machine.

Once upon a time, Android was geeky fun and was often presented as the nix of the mobile segment. But what happened next?

First, the operating system itself has grown greatly in all respects. The developers understood that a product could become a mass product only when it was user-friendly. And now look at Android 4.2 - fast, clean, beautiful, functional. To all haters who have already prepared a keyboard for an angry comment, we suggest that you still follow the advice. Take a look at the current Android. It is quite possible that your idea of ​​it corresponds to an outdated product 2-3 years ago.

Second point: the development of iron. You may not understand all these processor models, cores, gigs and other performance characteristics, but you can easily understand what the current flagship Android from Samsung, LG or HTC is capable of, just by looking at the gameplay of a couple of the latest hits.

Here's Modern Combat 4 Time Zero. It is clear what kind of titanium PC and console games the developers were looking at. Let it smells of plagiarism, but where can you find an FPS that is very different from its counterparts? And all this beauty on your own smartphone!

And here's Need For Speed ​​Most Wanted. Cool?

And who will now say that mobile OS and hardware will never become full-fledged gaming platforms? The capacities are growing, the skill of the developers is growing.

How do you turn your Android into a real gaming console? We will not portray the Captain and talk about the fact that Android games are on Google Play. We will not compile charts and ratings of games, because everyone has different tastes, and hits according to objective download indicators are always displayed in the corresponding section of Google Play.

Do not think that in terms of games, Android is somehow inferior to iOS. This is not true. All hits available for iPhone users are also present in our market. There are even interesting exclusives.

The last thing to be advised is to resist the temptation to be in the shoes of a pirate. If the issues of ethics and honesty do not bother you personally, then there is nothing you can do about it. We will not overpersuade. There is a much more tangible risk: a cracked apk file is initially modified. We never know exactly what modifications were made. Perhaps it wants to send an SMS. Or maybe he will leak all your information to someone. Do not download cracked apk from left-hand sources, because there is a much more honest and safer way to play cool toys. For example, in retro games.

Back to the childhood

Google Play can please nostalgic high-quality and not-so-great ports of old games that we played on Dandy and ancient computers. However, if a certain game was not found, then this is not a reason to be sad. On Android, there are several cool emulators through which those masterpieces from childhood are launched.

As the name suggests, DosBox Turbo will let you run the hits we once played on DOS on a mobile device, while ScummVM will provide access to a bunch of good old adventure games. It is not difficult to use them. The only thing that can be disappointing is the way you run games in DosBox, but that's what DOS is for. To bring the interaction process closer to the more familiar "tap-start", we advise you to install an additional application to DosBox called DosBox Manager.

With its help, the user can create an interface for quickly launching games without having to enter something at the command line every time.

Where can I get games for DosBox?

You can search for games for DosBox through search engines, or contact specialized sites. There is such a resource with the telling name Good Old Games. Many of the games presented here work great in DosBox, and the platform itself allows you to sort games by genre and cost in the usual way.

A small note: if you played dynamic games or games that require active user participation, you probably already realized the main disadvantage of mobile devices - the inconvenience of control. They tried to solve the problem by adding a gyroscope built into the smartphone, but this did not help everyone. Try to play the same Modern Combat 4. It's hard and long to get used to. Of course, time and practice will take their toll, and the process will become more comfortable, but since we are making a game console out of Android, we need to go even further.

Controller

Sounds like an overkill? Maybe, but how else to bring the experience of playing a real console closer to a mobile device? I need a controller. The manufacturers of the corresponding accessories have long recognized the potential of smartphones and tablets, and the presence of universal Bluetooth greatly simplifies the task.

So let's start with the supported devices. Out of the box, Android perfectly understands many mice and keyboards and gamepads, and there are instructions for connecting devices.

If Android is rooted, then you can not spend a penny on the gamepad itself and just connect your favorite PlayStation 3 controller using the application.

If you're a lucky Wii owner, you don't even need root. We buy the application and enjoy.

Do you want something even more sophisticated and specialized? All that remains is to buy something like the MOGA Pro. These gamepads were originally designed as plug-in accessories for smartphones and will allow you to play dynamic games on your favorite Android and with maximum comfort.

We will not talk about various "hipster" and, in general, accessories sharpened for old gamepads, since in this case the emphasis shifts from convenience to appearance and style. Although, really nostalgic will like it.

Energy consumption

How to solve the problem of energy consumption? This is the most painful question. So far, the only option is to suck on an outlet in a public place, or buy an additional capacious battery.

Outcome

Gamers who are fans of a particular console or platform will probably have a question: why all this, just buy a console / play on a computer. But how will you play on your PS3 or Xbox on the way to or from work, while on the bus, subway, or standing in line? We are by no means saying that this option should replace existing consoles and gaming computers. No, it's just a way to make your gaming station mobile. You can create your personal gamer corner right in your lap without buying any Vita, using only a smartphone and one of the accessories listed above. Bad graphics? Wait a little longer, and smartphones will display the picture at the level of current home consoles, and then completely equal to the leading consoles. Mobile technologies are a priority.

Portable Android set-top box

Game consoles are gaining popularity among a wide range of users due to their portability. In addition, today many companies release their most popular games for such devices. A modern game console, which appeared on the market not so long ago, but has already gained popularity among a wide range of users.

Along with Android game consoles, many developers also release a joystick for an android phone, which allows you to make a mini-portable console from any device running on the basis of this operating system.

Game console Ouya

Ouya - based on the mobile operating system Android and has gained popularity among a wide range of users. Many analysts believe that Nintendo, Sony and Microsoft will soon feel how much competition an open-system gaming device can bring to their personal consoles, revolutionizing handheld gaming.

According to representatives of the android developer company, the ouya console has one indisputable advantage over competing models from other manufacturers - openness. Thus, independent developers are not faced with any restrictions that could prevent them from developing their own games for this device.

The new console for games based on android has one exceptional feature - a design that can rightfully be considered innovative. At the same time, the device is characterized by mobility and compactness, which allows you to carry it with you in your pocket and install it in any convenient place.

The technical features that characterize the portable game consoles for Android Ouya are as follows:

  • Quad-core Tegra 3 processor
  • RAM - 1 GB
  • External user memory - 8 GB
  • Supports Bluetooth and Wi-Fi wireless networks
  • USB 2.0 connection interface
  • Operating system Android 4.0

Today, various games have been released for consoles on android, which allow the user to experience all the advantages of the Ouya game console. The developers believe that the device will be an excellent choice for those users who do not want to delve into operating system software management, but only want to launch it and play in their free time.

Review of the Android console PGP AIO Droid

PGP AIO Droid 43501 is a game console for android, the review of which allows us to classify the device as revolutionary in the field of the mobile gaming industry. A portable pocket set-top box combines not only a gadget for games, but also a full-fledged tablet with which you can easily watch movies, use as an e-book for reading, it can even replace a music player.

In addition, the device will always allow you to stay connected in social networks, connecting to the World Wide Web Internet via a wireless Wi-Fi network. One of the main features that makes the PGP AIO Droid 43501 game console universal in comparison with other similar devices running on the Android mobile platform is the presence of physical buttons.

For the convenience of users, the developers have made sure that everyone finds games to their liking, and installation of emulators of the most popular gaming systems (Gameboy Advance, PS 1, Nintendo 64, Sega, Nes (Dendy)) and slot machines. In addition, the operating system is fully adapted to the physical buttons. All applications and menus can be navigated either by finger-tapping on the 4.3-inch touchscreen display or by using them.

Thus, the Android game console PGP AIO Droid 43501 can become a worthy competitor to most modern portable game consoles, having a number of advantages over them, including simplicity and affordability.

Advantages and disadvantages of Android gaming consoles

Among the advantages that portable set-top boxes for android provide to their users is the use of all the capabilities that are available to the operating system. On such gadgets, you can not only play, but also communicate on social networks, use them as a book, multimedia player, etc.

The openness of the OS is another advantage that does not pose any invisible obstacles for independent development teams seeking to increase the popularity of their games by releasing them on various platforms.

Application availability is an advantage that not all platforms that modern game consoles run on. The presence of a built-in store and free installation of third-party games does not pose any obstacles for the user.

But according to experts, the openness of the operating system is a marketing advantage. From the point of view of functionality, gaming gadgets on Android still have a lot to strive for after competitors. They are perfect for those who like to spend their free time with a game console, but all those who prefer truly productive applications are choosing devices from more eminent manufacturers that have long established themselves on the market for a long time.


For a long time, portable game consoles began to gain frenzied popularity. An overview of the best models is presented in this article. For users of such devices, most gaming companies produce special products. The main feature of the console is its ease of operation and easy transportation. Such devices have a powerful battery, comfortable mechanical buttons. Most of the well-known games are available to the user. The assortment in specialized stores can be eye-catching. That is why the main thing is to be able to choose the right technique.

A special place among the usual modifications is occupied by portable game consoles for Android. This type of device was created quite recently. Even taking into account this nuance, it currently occupies an important place in the lives of many people.

How to choose a game console?

Before you go to the store for a purchase, you need to decide who it is intended for. If we are talking about a small child, then it is worth taking a closer look at banal, little-functional devices with a small number of buttons. Kind and cute games are already built into them. This will help keep your child safe from stress. If a portable game console is being purchased for a high school child or adult, then the entire store range can be considered.

The second important detail relates to the memory of the device. It should be understood how much the owner will play and how many games he will need. Sometimes Chinese devices come across. The manufacturer embeds several simple games in them. The cost of such devices is low, so no one guarantees their quality. It is forbidden to install additional games. There is another side to this issue. More expensive consoles from trusted manufacturers occupy most of the shelves in stores. The cost of games in most cases is prohibitive. It is prohibited to install unlicensed products. It is because of these nuances that you need to weigh everything and think it over carefully.

You should pay attention to the buttons and sticks. They often add value to the offered console. The difference between the two is that some are simple devices, others are supercomputers. The latter is both more convenient and functional. It has additional levers, dedicated buttons, and so on.

The form factor and appearance of the case is a purely individual matter. Many people want a portable game console to fit in a bag or pocket. Others prefer to easily distinguish the character from the tree on the display. Consumers in their reviews are advised to find a middle ground. If we talk about the body, then it should be the strongest. Often, gambling addicts are unable to leave their console even for a second. This means that they will play on the street, in transport and other places. If the device falls, it should not break. Taking into account the specifics of many people, a strong body will be useful to those who are able to “destroy the whole world around them” if they come across an unrealistically difficult level. Believe me, only not weak and high-quality models of consoles can withstand a blow against the wall.

Having dealt with the basics of choice, let's move on to a description of the well-known models.

SEGA Genesis Gopher

The SEGA handheld game console is suitable for both children and adults. The Genesis Gopher was created in collaboration with Japanese developers. This fact explains the wide functionality and unique operating conditions. The console is equipped with a special chip. What is it for? The chip allows you to install and play any product, even if the processor is fully loaded. The picture is smooth and clear. Any graphics will look perfect. The display is bright and the viewing angles are comfortable. The device can work for 8 hours without recharging. The case has no sharp corners, it is pleasant to the touch and completely safe. There are many built-in games, others are downloaded from the Internet without much difficulty. From consumer feedback, we can conclude that applications start quickly and do not crash during the process.

EXEQ Get 2

EXEQ Get 2 Portable Game Console is perfect for those who are persistent in looking for a quality tablet for fun. It is interesting to many gamers due to the fact that it opens up a wide range of possibilities. On it you can both play and watch movies, listen to music, search for various information on the Internet. Products targeting Sega and Dendy platforms are excellent. The graphics quality leaves much to be desired, but overall impressions remain positive. Among the additional advantages, consumers note excellent ergonomics, convenient operation, acceptable display performance, and the ability to connect memory cards. There are no failures during work. Weaknesses: poor battery capacity (3 thousand mAh), an additional original slot for charging, which prevents the device from being charged from USB.

Let's get acquainted with the technical characteristics of the product.

  • Weight: slightly less than 350 gr.
  • 7-inch screen.
  • The processor operates on 4 cores (each frequency 1.7 GHz).
  • Memory: operational - 1 GB, internal - 8 GB.
  • Battery: 3000mAh.
  • Cameras: one - 2 Mp, the second - 0.3 Mp.
  • Operating system - 4.1.

PGP AIO Droid 43501

The AIO Droid handheld game console is a device that runs on Android. She is a player, tablet and directly a gadget for games. Using the wireless module, the console can be used to surf the Internet and communicate on social networks. Mechanical buttons are easy to use.

In order to get the consumer's favor, the company decided to install emulators of some platforms on this console. This will allow games from different manufacturers to run. The display is touch-sensitive, with a diagonal of 4 inches. You can work with the device both using buttons and tapes on the screen.

Sony PSP-3000

Sony's PSP-3000 portable game console will suit those who purchase the first such device. It works with ease with many games that are already out or have a "coming soon" status. The latest firmware update allows gamers to download various new products, buy them at low prices, and set wallpapers on the home screen.

The technical characteristics of the device can be found below.

  • RAM - 64 MB.
  • Weight - 189 gr.
  • The battery capacity is 1200 mAh.
  • It is possible to use a memory card.

Pros and cons of Sony PSP-3000

Many advantages were highlighted by users. This is an excellent display, the ability to work with the Internet via a wireless module, a matte surface of the case, sound quality, a built-in microphone.

Disadvantages: weak battery, with which you can only play at home, fading of the screen in bright light, poor graphics in 3D games.

Ouya - Console on Android

The Ouya game console has won the hearts of gamers for its quality products. According to consumers, in a few years the developer company will be able to overtake the famous brands Sony and Myrosoft in sales. The main advantage of the console is its openness.

The design of the device is pretty impressive. We add to this the ability to carry it without much difficulty - we get a high-quality and comfortable console.

We suggest that you familiarize yourself with the general technical characteristics with which all Ouya devices are equipped.

  • Installed processor on 4 cores.
  • 1 GB of RAM available.
  • External memory was 8 GB.
  • Built-in modules Wi-Fi and "Bluetooth".
  • The operating system version is 4.0.
  • There is a USB port.

NVIDIA SHIELD Portable

The ergonomics of the model leaves a positive impression on any gamer. The buttons and sticks are comfortable, so during the gameplay no difficulties should arise. 5-inch screen. Some consumers complain that the display could have been larger.

The functionality of the console is really great. The device runs on Android. OS version - "Lollipop". Many modern games are supported, except those for which support from the manufacturer has already ended.

Emulators of old devices of this type are not embedded in the console, but they are supported. If installed on your device, you can play many retro games. Another advantage consumers say is the ability to stream from a computer. By connecting to it, you can listen to music or watch videos by downloading it from your PC.

Pros and cons of game consoles on Android

A portable game console on Android has many more advantages than it might seem at first glance. The main one is that the device can be freely used as a mini-smartphone. All relevant functions for other Android devices are also available for the console. Gadgets allow you to play, chat on the Internet, read e-books, listen to music and watch videos.

Another indisputable plus is the openness of the operating system. This allows game developers not to worry about the availability of their products. There is no need to develop an additional version of the game for individual consoles. All users of Android devices have the opportunity to download (buy) games for a portable game console from Google Play or the official website.

What has already been said is the availability of products. Any desired games can be freely downloaded from any resource and installed. The manufacturers of such devices do not place a taboo on the use of third-party applications.

The use of this operating system is a publicity stunt. But don't forget that a handheld game console is primarily aimed at gamers. These devices are still far from multifunctional gadgets (tablets, smartphones) running on Android. If you want to combine business with pleasure, then you should pay attention to the consoles of proven brands.

Outcome

There are many game consoles available on the market. The article highlights devices that have received at least 90% of positive reviews from consumers. However, the choice, of course, is only up to the buyer - simple gaming or modern graphics with excellent sounds and impressions.

Android is not only a mobile environment for all your social applications, memories, calendars, browsers, cameras and other useful things. By now, the green robot has turned into one of the most promising gaming platforms, and today we will talk about how to turn your Android device into a real gaming machine.

Once upon a time, Android was geeky fun and was often presented as the nix of the mobile segment. But what happened next?

First, the operating system itself has grown greatly in all respects. The developers understood that a product could become a mass product only when it was user-friendly. And now look at Android 4.2 - fast, clean, beautiful, functional. To all haters who have already prepared a keyboard for an angry comment, we suggest that you still follow the advice. Take a look at the current Android. It is quite possible that your idea of ​​it corresponds to an outdated product 2-3 years ago.

Second point: the development of iron. You may not understand all these processor models, cores, gigs and other performance characteristics, but you can easily understand what the current flagship Android from Samsung, LG or HTC is capable of, just by looking at the gameplay of a couple of the latest hits.

Here's Modern Combat 4 Time Zero. It is clear what kind of titanium PC and console games the developers were looking at. Let it smells of plagiarism, but where can you find an FPS that is very different from its counterparts? And all this beauty on your own smartphone!

And here's Need For Speed ​​Most Wanted. Cool?

And who will now say that mobile OS and hardware will never become full-fledged gaming platforms? The capacities are growing, the skill of the developers is growing.

How do you turn your Android into a real gaming console? We will not portray the Captain and talk about the fact that Android games are on Google Play. We will not compile charts and ratings of games, because everyone has different tastes, and hits according to objective download indicators are always displayed in the corresponding section of Google Play.

Do not think that in terms of games, Android is somehow inferior to iOS. This is not true. All hits available for iPhone users are also present in our market. There are even interesting exclusives.

The last thing to be advised is to resist the temptation to be in the shoes of a pirate. If the issues of ethics and honesty do not bother you personally, then there is nothing you can do about it. We will not overpersuade. There is a much more tangible risk: a cracked apk file is initially modified. We never know exactly what modifications were made. Perhaps it wants to send an SMS. Or maybe he will leak all your information to someone. Do not download cracked apk from left-hand sources, because there is a much more honest and safer way to play cool toys. For example, in retro games.

Back to the childhood

Google Play can please nostalgic high-quality and not-so-great ports of old games that we played on Dandy and ancient computers. However, if a certain game was not found, then this is not a reason to be sad. On Android, there are several cool emulators through which those masterpieces from childhood are launched.

As the name suggests, DosBox Turbo will let you run the hits we once played on DOS on a mobile device, while ScummVM will provide access to a bunch of good old adventure games. It is not difficult to use them. The only thing that can be disappointing is the way you run games in DosBox, but that's what DOS is for. To bring the interaction process closer to the more familiar "tap-start", we advise you to install an additional application to DosBox called DosBox Manager.

With its help, the user can create an interface for quickly launching games without having to enter something at the command line every time.

Where can I get games for DosBox?

You can search for games for DosBox through search engines, or contact specialized sites. There is such a resource with the telling name Good Old Games. Many of the games presented here work great in DosBox, and the platform itself allows you to sort games by genre and cost in the usual way.

A small note: if you played dynamic games or games that require active user participation, you probably already realized the main disadvantage of mobile devices - the inconvenience of control. They tried to solve the problem by adding a gyroscope built into the smartphone, but this did not help everyone. Try to play the same Modern Combat 4. It's hard and long to get used to. Of course, time and practice will take their toll, and the process will become more comfortable, but since we are making a game console out of Android, we need to go even further.

Controller

Sounds like an overkill? Maybe, but how else to bring the experience of playing a real console closer to a mobile device? I need a controller. The manufacturers of the corresponding accessories have long recognized the potential of smartphones and tablets, and the presence of universal Bluetooth greatly simplifies the task.

So let's start with the supported devices. Out of the box, Android perfectly understands many mice and keyboards and gamepads, and there are instructions for connecting devices.

If Android is rooted, then you can not spend a penny on the gamepad itself and just connect your favorite PlayStation 3 controller using the application.

If you're a lucky Wii owner, you don't even need root. We buy the application and enjoy.

Do you want something even more sophisticated and specialized? All that remains is to buy something like the MOGA Pro. These gamepads were originally designed as plug-in accessories for smartphones and will allow you to play dynamic games on your favorite Android and with maximum comfort.

We will not talk about various "hipster" and, in general, accessories sharpened for old gamepads, since in this case the emphasis shifts from convenience to appearance and style. Although, really nostalgic will like it.

Energy consumption

How to solve the problem of energy consumption? This is the most painful question. So far, the only option is to suck on an outlet in a public place, or buy an additional capacious battery.

Outcome

Gamers who are fans of a particular console or platform will probably have a question: why all this, just buy a console / play on a computer. But how will you play on your PS3 or Xbox on the way to or from work, while on the bus, subway, or standing in line? We are by no means saying that this option should replace existing consoles and gaming computers. No, it's just a way to make your gaming station mobile. You can create your personal gamer corner right in your lap without buying any Vita, using only a smartphone and one of the accessories listed above. Bad graphics? Wait a little longer, and smartphones will display the picture at the level of current home consoles, and then completely equal to the leading consoles. Mobile technologies are a priority.

Top related articles