Saturday 27 December 2014

Tested devices

I have successfully tested with the following phones below. All macros are published using the HTC Desire as it is my old phone so much more available for testing.

HTC Desire (Bravo)


Device info: CyanogenMod device info
Download link for compatible ROM: CyanogenMod 7.2.0.1


Remember to check the Wii controller compatibility list

Samsung Galaxy S3 LTE (i9305)


Device info: CyanogenMod device info
Download link for compatible ROM: XDA forum link 4.1.2 with minor tweaks + root.

Note: I could not find a CyanogenMod old enough! All are 10.1 or higher which is Android v4.2.x or higher. A CyanogenMod 10.0 wasn't available for the i9305 but may be for your similar device.


 Button settings

DEVICE: GT-I9305 4.1.2
SCREEN_SIZE: 720x1280


// down arrow
//touchDown 0 184 749
var #coord_x_down 184
var #coord_y_down 749



// right arrow//touchDown 0 266 653 
var #coord_x_right 266
var #coord_y_right 653



// X button
//touchDown 0 543 745
var #coord_x_x 543
var #coord_y_x 745

------------------------------------------------

DEVICE: HTC Desire 2.3.7
SCREEN_SIZE: 480x800

// down arrow
//touchDown 0 1105 4093
var #coord_x_down 1105
var #coord_y_down 4093

// right arrow
//touchDown 0 1722 3431
var #coord_x_right 1722
var #coord_y_right 3431

//X button
//touchDown 0 3031 4004
var #coord_x_x 3031
var #coord_y_x 4004

No comments:

Post a Comment