查看: 4443|回复: 6

gen game s3 gamepad

[复制链接]

3

Threads

9

Posts

73

Credits

Member

Rank: 2

Credits
73
发表于 2017-10-25 03:17:52 | 显示全部楼层 |阅读模式
has any 1 manneged to play withe the gengame s3 BT gamepad on the GT1 ultimate(running android 6)
i manneged to pair the gamepad with th beelink, but when i try to play games from the play store (with gamepad support)
it has no effect on the game, thecontrolers do not work.
i am connected by BT.
thx for the help.
my box is G912......
回复

使用道具 举报

0

Threads

42

Posts

499

Credits

Full Member

Rank: 3Rank: 3

Credits
499
发表于 2017-10-25 04:10:15 | 显示全部楼层
Probably because it has no keylayout.
Can you control the homescreen  / settings UI (outside of games) and stuff? if not the scancodes must not even match the generic.kl

回复 支持 反对

使用道具 举报

3

Threads

9

Posts

73

Credits

Member

Rank: 2

Credits
73
 楼主| 发表于 2017-10-25 04:37:09 来自手机 | 显示全部楼层
tillaz87 replied at 2017-10-25 04:10
Probably because it has no keylayout.
Can you control the homescreen  / settings UI (outside of game ...

I can use it as a mouse when moving the left/right stik and r1 button.
When i put the pad in mod 1 a.k.a gamepad mod it has no efect on the games.
I have looked at the system/usr/keylayouts
Found no match.
But did try to see if the beelink recives signals from the pad by using an app .
The beelink recives the signals but no effect in the games.
Do i need to make a layout file for the pad and place it in directory?
回复 支持 反对

使用道具 举报

0

Threads

42

Posts

499

Credits

Full Member

Rank: 3Rank: 3

Credits
499
发表于 2017-10-25 06:10:21 | 显示全部楼层
beelink are a joke cant even post without it been blocked for moderation
回复 支持 反对

使用道具 举报

0

Threads

42

Posts

499

Credits

Full Member

Rank: 3Rank: 3

Credits
499
发表于 2017-10-25 06:19:41 | 显示全部楼层
Download a terminal app
conect gamepad in game mode

in terminal do
  1. cat /proc/bus/input/devices
复制代码
take note of Vendor= Product=

make a new file called Vendor_????_Product_????.kl   <~~~~~ replace the ???? with your values from terminal for Vendor= Product=

open the file with a text editor and paste this inside
  1. #
  2. # GEN GAME S3
  3. #

  4. key 304   BUTTON_A
  5. key 305   BUTTON_B
  6. key 307   BUTTON_X
  7. key 308   BUTTON_Y
  8. key 310   BUTTON_L1
  9. key 311   BUTTON_R1
  10. key 314   BUTTON_SELECT
  11. key 315   BUTTON_START
  12. key 316   HOME
  13. key 317   BUTTON_THUMBL
  14. key 318   BUTTON_THUMBR

  15. # Left and right stick.
  16. axis 0x00 X
  17. axis 0x01 Y
  18. axis 0x03 Z
  19. axis 0x04 RZ

  20. # Triggers.
  21. axis 0x02 LTRIGGER
  22. axis 0x05 RTRIGGER

  23. # Hat.
  24. axis 0x10 HAT_X
  25. axis 0x11 HAT_Y
复制代码

download and install this (message me on freektab for link)

press all buttons one by one taking note of each scancode value for each button
now change the key codes in the file with the scancodes you took to mach the buttons
save file, add to system/usr/keylayout
set permissions
unpair gamepad, reboot, pair

回复 支持 反对

使用道具 举报

0

Threads

42

Posts

499

Credits

Full Member

Rank: 3Rank: 3

Credits
499
发表于 2017-10-25 06:28:37 | 显示全部楼层
Thanks, your post needs moderation, it will be displayed when pass moderation.

^^^^
Not posting on here anymore see that to much.. head over to freaktab if you want
回复 支持 反对

使用道具 举报

3

Threads

9

Posts

73

Credits

Member

Rank: 2

Credits
73
 楼主| 发表于 2017-10-25 13:56:43 | 显示全部楼层
first ov all thx for the help
did it and the scancodes are the same as u mentiond.
will pm u on freaktab
BIG THX
michael
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | Sign up

本版积分规则

快速回复 返回顶部 返回列表