Tag Archives: TV

How to connect your android device to a Playstation 3 or 4 controller wirelessly

A list of directly compatible games is at the bottom of this post.

Prerequisites:

Firstly you will need your device rooted. Rooting the device just means you have administrative privileges on the device, but unlike windows it’s not as simple as just changing a setting. Please see this tutorial on checking if an android device is rooted and this tutorial if you need instruction on rooting your device.

Connecting your PS3/4 controller to your android device:

As with all things android you might have guessed you need an app to connect your device to your Playstation controller. In this case you need the sixaxis controller. Unfortunately the app isn’t free but it is cheap!

However before you go handing over your dosh the guys at dancing pixel studios (strange choice of names considering they don’t seem to make any games) were nice enough to create the sixaxis compatibility checker so you can try before you buy.

Step 1.

Install the compatibility checker from the play store here.

Step 2.

Once installed, open the app and click Start. If you get a connection failed your device is not supported.

Sorry dude.

If not, Yay!

Continue!

Step 3.

Connect your controller to your device with a mini usb cable.

Step 4.

Click pair. This will write your android’s Bluetooth address to the controller. (Don’t worry about the pad not working on the playstation anymore, they’re a terrible console anyway. JK, to reconnect your controller to your playstation just connect the controller via the usb cable and it will write the playstation address back onto the controller.)

Step 5.

Once paired click start on the app. The device is now listening for controllers. If the controller is not turned on press the power button in the center. Now when you press buttons on the controller you should see them appearing on screen.

Congratulations, your device is compatible you now have the honour of buying the app here.

Some setup advice:

When you first use the app you’ll be asked to tick the box recognising Sixaxis Controller as a Keyboard & Input Method. Do so. It asks because this is a security feature as such devices could be potential recording key strokes etc.

In general settings I always have the box Auto Start ticked, this means the app launches whenever the device is turned. For the idle timeout option I set the timeout for 300, which means if the controller is not interacted with for five minutes the app turns the controller off saving the battery. On the subject of battery you can use your device to charge the controller which is nice.

Not all games are compatible even more so if you’re using an Android box or stick:

Native compatible of a game means that it was programmed to accept inputs from controllers some great examples being BombSquad, Asphalt 8, Dead Trigger however, sadly, a lot of games do not support native compatibility.

This could be for a number of reasons, like the developer just never bothered to code compatibility into the app or the app might compete with a console version of the game and the developer doesn’t want to cannibalize the market. Man I wished Fifa had controller support. . .

However the sixaxis controller app comes with a great feature to map button presses. This is especially useful to the PUBG mobile fans out there.

How to do this though is another post in itself so I suggest you google around, there’s plenty of great tutorials out there and the gentle souls of the internet have even created touch profiles for games available to download saving you the trouble of doing the mapping yourself.

Sadly though mapping on many Android boxes and sticks don’t seem to work to well if at all. This is down to these devices often shipping without the necessary touch drivers because they don’t have screens. Which makes sense, why ship a device with touch drivers that doesn’t have a screen? For PUBG mobile players who want to use a controller of course!

The following is a list of games that you can play using the android sixaxis controller app.

Remapping of keys maybe necessary, the correct mapping is as follows.

  • Cross: A
  • Circle: B
  • Square: X
  • Triangle: Y

Games:

I’ll be adding to this list over time so if I’ve missed a game you’ve tested and know to work please comment below.

  1. Dead Trigger (free)
  2. Dead Trigger 2 (free)
  3. Evac
  4. Asphalt 8 (free)
  5. Dead Effect (free)
  6. Beach Buggy Blitz (free)
  7. Beach Buggy Racing (free)
  8. Dream League Soccer (free)
  9. BombSquad (free)
  10. Horizon Chase (free)
  11. PewPew (free)
  12. PewPew 2
  13. Skyriders (free)
  14. ShadowGun
  15. SoulCraft (free)
  16. Real Boxing (free)
  17. Skate Party 2 (free)
  18. GT Racing 2
  19. Manuganu 2 (free)
  20. Shooty Skies (free)
  21. Reckless Racing
  22. Rail Racing
  23. Jet Car Stunts 2
  24. Aces of the Luftwaffe (free)
  25. Tank Riders (free)
  26. Raging Thunder 2 (free)
  27. Annelids (free)
  28. Warlings: Armageddon (free)
  29. Table Top Racing (free)
  30. Sine Mora
  31. Pako – Car Chase Simulator (free)
  32. Sword Of Xolan (free)
  33. Nub’s Adventure (free)
  34. Super Dangerous Dungeons (free)
  35. Only One (free)
  36. Turbo Dismount (free)
  37. Particle Arcade Shooter
  38. Luminescence (free)
  39. Leo’s Fortune
  40. Does Not Commute
  41. Pac-Man (free)
  42. Redline Rush (free)
  43. Radiant (free)
  44. Zenonia
  45. Voxel Rush (free)
  46. Winter Fugitives *
  47. Hopeless *
  48. Tiny Thief *
  49. Smash Hit * (free)

Any other suggestions please feel free to add a comment below.

How to increase the performance of your Android TV Stick

So basically all android TV sticks (ATS’s), boxes and any other android device you connect to your TV has been somewhat hacked together to deliver a product the Android OS wasn’t explicitly designed for. (Not that it doesn’t do a great job)

The Android OS was designed for mobile devices but what constitutes a mobile device?

Well one can differentiate a mobile device as a mobile device by two distinguishing characteristics, one it has a built-in display and two it’ll be battery powered.

Android mini computers have neither.

As mentioned above ATS’s use a TV for the display and often ATS’s don’t have the drivers needed to recognised touch screen inputs. No touch screen inputs can have its drawbacks but the focus in this article is on the influence of not having a battery.

Android devices are constantly doing a juggling act between making the device run as fast and be as responsive as possible and not burning through the battery.

This balancing is primarily directed by the CPU governor. The Linux kernel has a number of CPU frequency governors, which can be looked on as rules that set the CPU frequency based on the selected governor and usage patterns. The frequency or clock rate is typically used as an indicator of the processor’s speed, i.e. how quickly it processes tasks. It is measured in the SI unit hertz. The higher the speed the better the performance and the worse the power consumption.

The best thing about the governors is that they have pre-sets, when the “performance” governor is active, the CPU frequency will be set to its maximum value, the “powersave” governor sets the CPU to its lowest frequency, the “ondemand” governor sets the CPU frequency depending on the current usage, etc.

But here’s the important part, because an ATS has no battery and it’s being power by the mains, there’s no need to set the governor to go easy on power consumption. So the governor should be set to performance at all times but by default (the device thinking it’s mobile) it’s probably not.

So how do you change the governor?

Well like everything else with android you use an app of course!

Note: You cannot change your CPU governor unless your phone is rooted and you have a ROM or app that lets you make a change. Also, different kernels (the intermediary software between your phone’s hardware and the operating system) offer different sets of governors.

There are several to choose from:

  • CPU tuner
  • No-frills CPU control
  • SetCPU
  • See here for more

I use CPU tuner as pictured below.

cpuTuner

Simply install CPU Tuner and set profile to “Performance” and Governor to “Full Speed” and you should be getting a little extra juice from your device.

Slán

Android TV Sticks, the time is now!

So what am I talking about?

Potentially the future of how we surf the web while sat on the couch.

Android TV Sticks (aka Android Mini PCs, aka Android TV Dongles) are about the size and shape of an overfed USB flash drive but they don’t just store files.

Android TV Stick example

They’re actually tiny computers in themselves that run an Android operating system, generally version 4.2, and accept input from USB, SD cards and Bluetooth devices like mice, keyboards and gamepads. Plug the stick into your TV via the HDMI port and you can run Android apps on the big screen.

To clarify they’re essentially powerful phones/tablets without the display (which is the expensive bit) making them really cheap, around $70. The thumb sized MK802, was first brought to market in May 2012 but I held back as the hardware was pretty underwhelming for the work the device would have to do.

But that’s changed with the very recently released quad-core processor models (think 4 brains instead of 1) capable of outputting Full HD display smoothly and powering through graphically intensive games.

(To give you an idea of performance I recently downloaded and installed a 1 GB game while watching an episode of Breaking Bad stored on a flash drive with no issues.)

So why is that cool?

Well think about the apps out there on Google play, you have Facebook & Twitter, Netflix, VLC & MX Player, Spotify, Apollo & Double Twist, Youtube, Chrome & Firefox, Quickoffice NOT TO MENTION ALL THE GAMES THAT ARE FREE TO PLAY!!!

This magical little box turns your TV into a web browser, media player and games console (and if you like looking at spread sheets and word docs on a screen while sat across the room, you can use it for the traditional boring PC stuff too).

You’re effectively making your TV smart (really smart) without spending the extra few thousand clams. And think about this, your big flat screen full HD TV is a capital purchase, that bad boy is going to be bolted to your living room wall for a few years at least. But computers stop being at the forefront of technology within a couple of weeks. Spend a small fortune on a Smart TV and by the end of the year it’ll probably start to seem pretty stupid.

But, so far, Android TV Sticks have proven to be so cheap you can get the next model in six months time which will probably have doubled in brain power. I’m already looking forward to getting my hands on one of the next octa-core models.

So why haven’t you heard of these awesome little contraptions before?

Currently there is lack of big player interest from the likes of Google, Samsung, LG etc. (If anything these relatively new and mysterious devices work against the product portfolios of the big boys).

Production is cornered mainly by little known or unnamed Chinese manufacturers, shrouded in oriental mystery . . . for legal reasons . . . using the Chinese rockchip processor. Some of the devices don’t even ship with any branding. Possibly a legal thing (the eyes of g-oo-gle are ever watchful) or perhaps the manufactures just want to pass the savings of sparse branding onto the customer. Some company names you may have heard batted about though (if you hang out with tech nerds) are Rikomagic and Tronsmart which would be considered reputable (by said nerds).

Another possible reason you might not have heard of these “things” is nobody seems to know what to call them! So here’s my attempt at making a name stick (WORD PLAY!), Android TV Sticks, shall be henceforth known as A.T.S’s.

A.T.S. sounds kinda like TV jargon don’t ya think? Like VHS, DVD or AV cable.

Let’s take it for a spin:

  • I got a new 4.4 ATS.
  • The video playback on this new ATS model is awesome.
  • I’ve put my old ATS in the microwave to see if it explodes.

Yep ATS sounds right.

So you may have heard of the Google Chromecast, so what’s the difference?

Although visually similar, Chromecast and Android sticks have little in common. The Chromecast is simply a receiver. It enables you to transmit/mirror your Chrome tab from your computer or broadcast certain apps from your Android or iOS device to your TV.

That’s all.

The Chromecasts currently retail at around $35 and the ATS’s start at around $70 but if you’re thinking the ATS’s are expensive by comparison you’re forgetting you’re getting an entirely separate computer you can use independently.  It would be like comparing the price of a set of tyres to the price of car. In the same way tyres don’t get you from A to B without the rest of the vehicle the chromecast displays nothing unless you have a device to transmit to it.

Conclusion

I think ATS’s make a pretty compelling argument for themselves. If you have a few clams to spare and you know how to set up an android phone you should give one a try.