[Help] Physical keyboard for archos 70 - Gen8, Gen9, Gen10 Accessories

I bought a OTG USB. Before got it, I had tested the OTG USB carefully with a keyboard and 2 USBs (1 works and 1 does not). But when I try to get my keyboard connected (the keyboard is working well on my laptop), nothing happened then. So I try my USB and it is OK. What is wrong with my divice? any help please, thank alot

have a look here and read till my last post! (ups - just noticed its u - the thread starter of the other post )

Use a bluetooth keyboard.

a BT KB is quite expensive for me so I try to use a USB KB instead

http://www.ebay.com/itm/78-Key-Blue...87?pt=PCA_Mice_Trackballs&hash=item3a6ae9703f
30 dollars - that too expensive? This is the one I use.

Oh as the product features meantion that "Android not supported" so u said that u r using this for ur A70IT?

Hmm they tell:
Works with PC Computers, Windows Mobile, iPad, iPad2, iPhone, Apple Laptop **Android not supported **
They write this down as they know if those devices got the needed protocoll (Bluetooth HID) - as Android devices are manufactured by many different vendors the problme is they can't tell if its working or not in general.
It's just the insurace for them not having unsatisfied customers.
As u told u are on UrukDroid all drivers / protocolls should be there for...
(Just tested pairing of my Logitech BT Keyboard - works fine)

stronge advise
WitBlue Purple Leather Case Wallet 4 Archos 7 70 Tablet
http://witglobal.com/goods-3830.html

kiemthu123 said:
Oh as the product features meantion that "Android not supported" so u said that u r using this for ur A70IT?
Click to expand...
Click to collapse
This is who I bought it from and it does work. you just have to put it into discovery mode and manually enter the code and hit enter. I have even gotten this keyboard and a microsoft blue tooth mouse to connect at the same time. Running chulri's root.

Ok thank you, I will try it as soon as possible

I bought a case/USB-keyboard combo but the keyboard keeps repeating the letters I type. I googled and researched and it happens on certain Android devices but didn't find a solution. Anyone knows of a fix or a link? Thanks.

Related

[Q] calling app developers

heres one for all you app developers out there,
having just purchased an acer aspire one 521 netbook, after upgrading the HDD from 160gb to 640GB, and adding some more ram, then swapping out the std wireless, to include int bluetooth, i have now connected this to my tv via hdmi, and am now looking for a keyboard/mouse that actually functions correctly, currently using a keyboard i got from maplins (but i will be returning it tomorrow as it keeps loosing the connection forcing me to reboot the keyboard.
it was while i was checking oput my SGS when i thought why not ask if is possible to make an app (i do not have the tech knowledge to do such a thing) to turn the touch screen into a bluetooth keyboard or mouse, via a toggle switch.
i have seen in the supported bluetooth profiles it can support bluetooth HID (human interface device) so im asking any app developer willing to take on such a task (you may even be able to charge for it in the market place), as currently there is no solution to this.
http://www.gmote.org/
thing i don't like about gmote is that it requires server-software instead of just using bluetooth hid
Sozage said:
http://www.gmote.org/
Click to expand...
Click to collapse
thanks for the link, looks interesting, but im acutually looking for a keyboard/mouse (touch pad) to replace teh netbook one, so when the lid is closed, i can sit back and type on the phone screen.
calling rtfm (http://www.gmote.org/faq):
"Gmote can also be used as a wireless Touchpad and keyboard, allowing you to control your computer at distance."
thurtig said:
calling rtfm (http://www.gmote.org/faq):
"Gmote can also be used as a wireless Touchpad and keyboard, allowing you to control your computer at distance."
Click to expand...
Click to collapse
sorry must have missed that, mind you i did only skim the page .

USB OTG host mode (ANY USB keyboard support!) TUT

USE ANY USB KEYBOARD WITH YOUR USB OTG SUPPORTED ANDROID DEVICE!!!!
I've been experimenting with Wifi cards and the samsung galaxy sII
and realized people where having the same problem as i was having with plugging in usb keyboards.
turns out it all has to do with a vendors permission issue. if your device is not in the list, it will seen as "unknown".
As it turns out you can simply add your device and it'll work. mind you it was to be a simple input device and will have the power constraints of 100mW. But if u can compile a driver and splice in dc power.... skies the limit!
steps:
1. Android must be rooted (not going over that) and must support USB OTG (on-the-go)
2. You can either buy a USB OTG micro to female adapter on ebay for like 4 bucks. i decided to make one myself since i have lots of spare parts.
Heads up: a simple micro usb to female usb connector IS NOT THE SAME AS A USB OTG CABLE, they may look the same but the OTG cable has Pin 4 grounded to pin 5 on the micro usb side. This is how the device distinguishes aach type of cable. WARNING: IF MAKING THIS YOURSELF DO NOT CROSS BLACK AND RED, this WILL fry your PHONE.if you don't know you rway around a soldering iron, just buy one
3. Check what manufacturer your device is on this chart, if it's not there, check on the internet or plug the usb device into a linux box and run "lsusb" in the command promt and look for your device, the number will look like this:
Bus ### Device ###:ID <THIS ONE!>:<more numbers> " Company"
here's the chart: (taken from here :http://developer.android.com/guide/developing/device.html)
Code:
Company USB Vendor ID
Acer 0502
ASUS 0b05
Dell 413c
Foxconn 0489
Garmin-Asus 091E
Google 18d1
HTC 0bb4
Huawei 12d1
K-Touch 24e3
KT Tech 2116
Kyocera 0482
Lenevo 17EF
LG 1004
Motorola 22b8
NEC 0409
Nook 2080
Nvidia 0955
OTGV 2257
Pantech 10A9
Philips 0471
PMC-Sierra 04da
Qualcomm 05c6
SK Telesys 1f53
Samsung 04e8
Sharp 04dd
Sony Ericsson 0fce
Toshiba 0930
ZTE 19D2
eg my keyboard is lenovo , so code is 17EF, you get it
4. log in as root, mount system as read-writeable, Create this file: /etc/udev/rules.d/51-android.rules
if its already there, then just append the command you want after.
if you dont have root explorer or otherwise installed here is how to in bash:
Code:
su
su
mount -o remount,rw system /system
mkdir -p /etc/udev/rules.d/
cd /etc/udev/rules.d/
now in the "51-android.rules" file add this line (or more for more device support):
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="<VENDOR CODE>", MODE "0666", NAME=="<VENDOR>"
my example with my lenovo keyboard:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="17EF", MODE "0666", NAME=="lenovo"
save.
5. plug in the USB OTG cable and plug in your keyboard or other device. it sould say "usb host cable" then "usb device".
on some keyboards the numlock light wont work, due to the fact of power contraints on the phone, you can add support by plicing in 5v DC in to the line (soldering needed) or you can probably jsut attach a powered usb hub
And thats IT, now you can actually type documents at a reasonable pace, without paying an arm and a leg for a supported bluetooth keyboard!!!
-td8f4
* to moderators i know i have less than 50 posts hopefully i dont get banned, i thought this was considered dev*
Wow, really nice work - I wonder if some kindly ROM devs could just bake in support for all in their ROMs?
NZtechfreak said:
Wow, really nice work - I wonder if some kindly ROM devs could just bake in support for all in their ROMs?
Click to expand...
Click to collapse
wow really good work.
just another info on the price of an BT keyboard:
http://www.amazon.de/s?ie=UTF8&search-type=ss&index=ce-de&field-keywords=CHIN FAI
40 euro are not an arm and a leg
and this i ok to type on
Indeed, you can get some BT keyboards quite cheaply. I already have one, but I'd still like full USB keyboard support (I don't always have my keyboard on me, but lots of people have USB keyboards).
I tested this on an unrooted SGS (Logitech K340 unifying keyboard) and it worked fine without having to change any settings. Just plugged it into the USB OTG adapter and then plugged the adapter into the phone. It said the device was unknown but the keyboard worked when I went to type in the apps. Mice also worked. The logitech MX Performance worked fine. A bit weird seeing a mouse pointer on the phone though.
How about keyboard remapping?
Sent from my GT-I9100 using XDA Premium App
At first I thought:
"1) plug in OTG cable, 2) plug in USB keyb., 3) use"
*lol*
No, seriously, this information is VERY usefull and might open up the way not only for keyboard (as the OP stated, "get a driver compiled and the sky is the limit".
Will definitaly bookmark this thread and when I'm done with some other tinkerings try to "get the drivers compiled"
*clicksthanks*
reply
my ultimate goal is to have a external usb wifi adapter plugged into my phone so i can use it to pentest with a Backtrack 5 chroot session.
i'm working on cross compiling the RTL8187 driver for the ARM architecture.
look here for updates
HTML:
http://forum.xda-developers.com/showthread.php?p=16333147
and @ karl999999
40 euro are not an arm and a leg
and this i ok to type on
Click to expand...
Click to collapse
i know it's not expensive, but i'd really rather use something i already have, i've got a small flexible usb keyboard which works great.
As I'm trying to add joystick support on SGSII, I tried to add an xbox 360 controller and my device was not recognized. I tried this method and added "045E" as vendor but no luck, still not recognized... Any idea ?
Thanks
alx5962 said:
As I'm trying to add joystick support on SGSII, I tried to add an xbox 360 controller and my device was not recognized. I tried this method and added "045E" as vendor but no luck, still not recognized... Any idea ?
Thanks
Click to expand...
Click to collapse
Also interested in this... Sadly I dont have the skills to compile a driver myself...
Sent from my GT-I9100 using XDA Premium App
Thanks. This is so cool and I gotta try it at home later (Tried 2 different keyboards at home before but didn't work). Hopefully you could find a way to use PS3 joystick as well.
Maybe we collect a list of device code and update it a single file. Then rom developer can incorporate it into their roms.
Don't worry about post counts. The is definitively a very good finding and development progress for S2.
alx5962 said:
As I'm trying to add joystick support on SGSII, I tried to add an xbox 360 controller and my device was not recognized. I tried this method and added "045E" as vendor but no luck, still not recognized... Any idea ?
Thanks
Click to expand...
Click to collapse
We might have more luck with generic USB gamepads. I think all we need is someone who has the required knowledge to compile joydev.ko for our kernel.
testando said:
Also interested in this... Sadly I dont have the skills to compile a driver myself...
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
My skill is quite limited too but with some reading it's not that hard (and I can give some help too).
I am looking for support for my Plantronics USB Headset. I am able to control volume through the headset when connected to OTG, but can't route audio through them.
I believe we do need generic drivers for USB Headsets. Hope one of the elite developers can help us. I will be happy to donate 5 euros for the same
Also, my Microsoft Wireless combo (Desktop 6000 v3) do not work while my wireless mouse 1000 do work absolutely fine on the Phone.
I am also looking for NTFS Mass Storage support which seems to be currently limited to FAT32 (and possibly FAT16) only.
Prankey said:
I am looking for support for my Plantronics USB Headset. I am able to control volume through the headset when connected to OTG, but can't route audio through them.
I believe we do need generic drivers for USB Headsets. Hope one of the elite developers can help us. I will be happy to donate 5 euros for the same
Also, my Microsoft Wireless combo (Desktop 6000 v3) do not work while my wireless mouse 1000 do work absolutely fine on the Phone.
I am also looking for NTFS Mass Storage support which seems to be currently limited to FAT32 (and possibly FAT16) only.
Click to expand...
Click to collapse
There is a solution for that already. Search ntfs-3g or posts started by me.
Just tried my logitech wireless keyboard but doesn't work. May need to dig out some old wired keyboard to try later.
somebody can get the USB ID of EuroCase? i can't get it from the internet
takato23 said:
somebody can get the USB ID of EuroCase? i can't get it from the internet
Click to expand...
Click to collapse
Actually, you may found the id by S2 itself. Just install a terminal emulator and do the same lsusb command.
jackleung said:
Actually, you may found the id by S2 itself. Just install a terminal emulator and do the same lsusb command.
Click to expand...
Click to collapse
Okay i could get the usb id from eurocase (i've a keyboard+mouse 2.4ghz pack) It's 1D57. Now when i connect the recivier, says "connected a usb device". But when i try to use mouse or keyboard it get stuck on one letter. I've try with a genius keyboard also (ID 0566) and it does the same... the only device that it works is a Razer mouse (without doing a thing)
My Microsoft Wireless Mouse 1000 works perfectly fine. However my other Microsoft Wireless Desktop combo (6000 v3) doesn't.
Also, I am looking for a way to use my USB headsets. I am able to control volume through it, but can't route audio through it.
Hope one of the devs here would be generous enough to help us get our devices working
Writing a driver and firmware from scrarch is quite a bit more arguous than finding one that works with linux. Look for one.
Once I get this porting business figured out ill post a tut on porting. Maybe even a small vm of the ubuntu box, to avoid rebuilding the setup
Sent from my GT-I9100 using XDA App

keyboard n/w

Hello, i just bought an external kb tor my archos 80. But it do s not seem TO work. I believethe problem is that the USB port do es note give enough energy at the kb. Any suggestions?
[edit] solved.
i have a mini mouse, too, which has its own usb hub. I just put the kb and the mouse in the hub, then i plugged the hub in the usb port, and it just worked fine. No idea why, but seems that the hub just let those work.
If the keyboard needs drivers when connected to a PC then it wont work ; however , if it is just a simple USB wire connection it should work.
If its wireless then there's your problem.
Wait nevermind. He solved it.
still n/w without hub, but hey, if it aint broke, dont fix it.
vicesig said:
still n/w without hub, but hey, if it aint broke, dont fix it.
Click to expand...
Click to collapse
Strange problem, hasn't happened to me... must be that specific keyboard
what kind of keyboard ?
i use many keyboards with no prob
cajl said:
what kind of keyboard ?
i use many keyboards with no prob
Click to expand...
Click to collapse
Same here... is it plug&play?
idk what kb it is... Cause its a leather case w/ kb included (for taking notes at the university ), and they just sent me that wrapped in the paper... Probably its just a chinese kb.
It is p&p, but only on the pc. I gotta restart the tab if i wanna use that. same for the mouse, btw.
edit: mouse and hub are produced by bazoo. cheap stuff.
Edit #2: found this:
dburckh said:
I've been playing with USB support for a while as well. I've managed to get almost every device I own to work. To get the back to work, I need to turn on the 3G (to get power).
Rosewill SD Reader (Both - Some times requires mutliple insertions)
Logitech Keyboard and Mouse (Both - Unify)
El-cheapo game control (back only and required a USB hub)
USB3 external NTFS 640GB (back - read only)
Fail: i-Rocks MultiReader
One of the tricks I've seen is to insert a USB hub between the devices. I have no idea why, but sometimes this helps (although it sucks power). Sometimes I have to reboot to make it work. Another trick is turning the 3G Stick on and off.
Click to expand...
Click to collapse
Looks like that i'm not the only one that found the usb hub trick.

Will any Bluetooth Mouse work?

I have a bluetooth keyboard from logitech, and it makes the tablet much easier to use, more of a laptop experience. Now I wanted to use the tablet connected to my TV, but find it a hassle to have to use the screen to select things. ect.
My question is, will any bluetooth mouse work? Logitech has a special android mouse, but its $50! I see other bluetooth mice out there for about $10-20.
Will any bluetooth mouse work? Or do I need a "special" android tablet mouse?
Thanks!
No. You need to be sure that the mouse pairs with the tablet via a 4 digit code (usually 1234 or 0000). The Targus bluetooth laser mouse (AMB03US) supposedly doesn't need a code, but I couldn't get the tablet to pair without it. I switched to a different mouse (Targus Bluetooth Comfort Mouse #BH3874)which used a code and it worked flawlessly.
yes ı use atech bt630 is work
YEAP!!
Yes!! With current Technology, many Bluetooth Mouse are possible to be paired with tablets. Some of them is specially built for pairing purposes too You may ask Acer/Tablet Specialists near your area, for ensuring your Tablet A1000 is confirmed compatible to your plan-to-buy Bluetooth mouse
If this helps and convinces you, pls kindly hit ''thanks'' button
Sincerely,
whitefang
If you find one for cheap let us know, also what keyboard are you using?
Sent from my A100 using XDA
rlaw97 said:
If you find one for cheap let us know, also what keyboard are you using?
Sent from my A100 using XDA
Click to expand...
Click to collapse
I took the risk and bought a cheap "slim black bluetooth mouse" from ebay ($10) and it works! Im currently using the logitech android keyboard. I know any bluetooth keyboard will work, but the Android specific funtions really make things easier.
Hello. I have a bluetooth keyboard and mouse that pairs and connects succesfully but after entering in idle state for a few seconds they both stop working until i press on the keyboard or mouse. Is that normal? Is there a way to avoid this idle state and loss of connection?
yanksrock1000 said:
I took the risk and bought a cheap "slim black bluetooth mouse" from ebay ($10) and it works! Im currently using the logitech android keyboard. I know any bluetooth keyboard will work, but the Android specific funtions really make things easier.
Click to expand...
Click to collapse
Can you give me a link please, or something, with the mouse? I'm interested in a cheap one for my galaxy tab 2. Thanks
i have a bluetooth mouse that works on my Asus Transformer tf300 and my Acer A100
it's a cheap one and ive had it 5 or 6 months, still working good
i use rechargeable batteries for everything, so battery life isnt an issue
Connectland CL-MOU23014 Bluetooth Wireless Optical Mouse http://www.amazon.com/dp/B003AVN6C0
Smartphone as mouse?
Anyone know of a way to use an android phone as a bluetooth mouse for it?
jtguldner said:
Anyone know of a way to use an android phone as a bluetooth mouse for it?
Click to expand...
Click to collapse
BT Remote PC apps for that. Free
Whitefang
Sent from my GT-P7500 using xda app-developers app
jtguldner said:
Anyone know of a way to use an android phone as a bluetooth mouse for it?
Click to expand...
Click to collapse
BlueputDroid does not need any software installed:
https://play.google.com/store/apps/details?id=berserker.android.apps.blueputdroid&hl=en
Does not shows mouse pointer on N7 screen
Argh! i've been trying more than 1 week figuring how to let my nexus 7(2013) shows the mouse pointer. I was able to use my bt mouse at the 1st time connected to N7 but after disconnect and reconnect it again, it does not works anymore. i have try to unpair and pair it again several times, restart my device, it did paired with N7 but it doesn't shows the pointer on the screen. i am sure my bt mouse works well, i am able to use it on my pc and SGS 3 but not my N7 after disconnect it. Anyone having this issue too?
jtguldner said:
Anyone know of a way to use an android phone as a bluetooth mouse for it?
Click to expand...
Click to collapse
check out Tablet Remote, it might be what you are looking for
here's a video of it in action: http://www.youtube.com/watch?v=bst0GvXb9Ug
Bluetooth working mouse with Android devices
Hi
Last month I bought Modecom BT keyboard with case and mouse (set) for Sony Xperia Z2 tablet.
Keyboard - model Modecom MC-TKC10BT and mouse model - Modecom MC-BM6
Keybaord has worked well since beginig, but I have had problems with mouse - flickering, many stops,
completely unusefull.
I have paired both devices with Samsung Galaxy Note 3 SM-N9005 (rooted - X-Note ROM version - 16.0 by Soloilmeglio - Xentrix
Android based 4.4.2) and there was the same problem (only with mouse).
I have thought there is Android problem, but I have bought new - cheap mouse Esperanza Model EM123K and it works well and smoothly.
There is not any stops and disruptions.
It seems that is not an Android problem (As I wrote on some internet sites and forums), but hardware problem with some bluetooth devices.
Best regards
Marek

Six axis controller help.

Argh so I'm following these guides to the letter and I still can't get this to work.
I've got everything installed correctly , I change the Master address for the controller on my PC, everything goes fine up until I unplug the controller from the PC and hit the Power button on the controller for it to pair with my phone. all 4 lights just flash on the controller and eventually go off and do nothing. Now while that happens, the phone says "Client connected:1" like its suppose to. But the controller is not connected and will not do anything at all.
I than plug it back into the computer and it seems whenever I unplug it, the master change doesn't save and it goes back to its default BT address.
I'm assuming the problem is because the master won't stick OR that's just because the controller isn't connecting to the device so it resets itself to its last known use? Thing is, the controller is brand new and has never been used on a PS3 since I don't own one.
Anyone have any insight on this? Spent $35 for the controller and another $2 for the app and can't use it at the moment :/
NOTE: My phone is the sprint GSIII despite what my sig says due to build.prop changes
EDIT: the compatibility checker indicated its compatible.
Do I need a USB OTG cord to connect it for the controllers first time being synced to a device maybe? Don't have a ps3 to connect it to unfortunately.
little bump, i have no useful information other than i read there was a way to pair the 2 using only the phone, not sure where i saw it tho, maybe on a youtube video on setting up sixaxis?
Im very interested to see if this works, as i want very badly to play n64 and other games on my projector with the mhl adapter, instead of having to use the usb for the controller, i would try it but don't own a sixaxis controller atm.
I did it with the otg cable with out a pc took me a minute to get but it worked. so I unplugged it. It is now wireless so I tried to Play dead trigger and a couple of other games and the controls wouldn't work right I was able to control the phone from the ps3 controller but no games and with the controller plugged in via otg cable games worked great
Sent from my SGH-T999 using xda premium
I have the AT&T version but I am sure they both work the same way.
Make sure you grab the correct bluetooth address from your phone, says it at the bottom of the phone in the app.
Then download the drivers and sixaxis pair tool application on the PC, make sure they are installed! Grab your PS3 dualshock controller and connect it to your PC. It should go through installing the drivers/making sure you have them installed, once its complete your current controllers master will be shown at the top. You need to change it so that it reads the same as your mobile phones address.
Once that is complete go back to your phone, open up the program and start the driver, now hold the ps button until you see it sync, if it isn't syncing then you have a problem with the address of either your phone or controller.
Or...
You can actually make a cheap OTG cable yourself with stuff you probably have laying around the house. All you need is an USB extender cable and a micro USB cable, along with some wire and a soldering kit.
http://forum.xda-developers.com/showthread.php?t=1076767
When I used the app with my nexus s I had to use the computer tool, now with the galaxy all I had to do was plug it in with an otg cable, pair, and make sure you change the input method. Now I just start the app, press start on the app turn the controller on and it pairs instantly.
mastarifla said:
I have the AT&T version but I am sure they both work the same way.
Make sure you grab the correct bluetooth address from your phone, says it at the bottom of the phone in the app.
Then download the drivers and sixaxis pair tool application on the PC, make sure they are installed! Grab your PS3 dualshock controller and connect it to your PC. It should go through installing the drivers/making sure you have them installed, once its complete your current controllers master will be shown at the top. You need to change it so that it reads the same as your mobile phones address.
Once that is complete go back to your phone, open up the program and start the driver, now hold the ps button until you see it sync, if it isn't syncing then you have a problem with the address of either your phone or controller.
Or...
You can actually make a cheap OTG cable yourself with stuff you probably have laying around the house. All you need is an USB extender cable and a micro USB cable, along with some wire and a soldering kit.
http://forum.xda-developers.com/showthread.php?t=1076767
Click to expand...
Click to collapse
Yeah I got everything down but for some reason the controller isn't saving the master change. As soon as I unplug it from the PC after changing it, it goes right back to its default master. I continue to press the button on it anyway to pair with my phone and my phone said Client connected: 1 like its suppose to, but the controller lights just keep flashing another 5 seconds and it shuts off.
Assuming the master change isn't working. Tried both the new and old .exe's on the dev's site for the PC pair tool. :/
So if I get an OTG cord, I can do the initial pair with that and than it will pair wirelessly from there on out or I have to always use it with the cord that way?
Thanks guys.
Sent from my GT-I9000 using xda app-developers app
enjoy, skip to 3min mark, he also explains how to get the controller to work with games that don't have controller support
nonmindo said:
enjoy, skip to 3min mark, he also explains how to get the controller to work with games that don't have controller support
Click to expand...
Click to collapse
Isn't a valid link
EDIT: got the link to work after all, and god its so easy with a OTG cable... hahah. Guess that's my best bet since this thing keeps being so stubborn about saving the master change when I do it on the PC. -.-
Sent from my GT-I9000 using xda app-developers app
Ironically I tried the to pair the ps3 tool yesterday too.While the compatibility tester says it works yet I can't pair.I changed the Bluetooth address and installed the driver it just doesn't work.
Ironically I tried the to pair the ps3 tool yesterday too.While the compatibility tester says it works yet I can't pair.I changed the Bluetooth address and installed the driver it just doesn't work.
Click to expand...
Click to collapse
Ah sorry to hear that, glad I'm not alone though.. Overnighted a otg cable since I don't have the parts needed to make my own haha
Sent from my GT-I9000 using xda app-developers app
SemiGamer said:
Yeah I got everything down but for some reason the controller isn't saving the master change. As soon as I unplug it from the PC after changing it, it goes right back to its default master. I continue to press the button on it anyway to pair with my phone and my phone said Client connected: 1 like its suppose to, but the controller lights just keep flashing another 5 seconds and it shuts off.
Assuming the master change isn't working. Tried both the new and old .exe's on the dev's site for the PC pair tool. :/
So if I get an OTG cord, I can do the initial pair with that and than it will pair wirelessly from there on out or I have to always use it with the cord that way?
Thanks guys.
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Have you tried using another PC program like MotionJoy? Downloading their drivers to see if you can change the master address with it instead? That would be my next suggestion if you are having issues with the master not sticking, obviously the best option would be to connect it to a PS3 first to make sure you at least have a default master.
If this doesn't work let me now, I'll try to think up some other ways before you have to purchase a cable to make it work.
mastarifla said:
Have you tried using another PC program like MotionJoy? Downloading their drivers to see if you can change the master address with it instead? That would be my next suggestion if you are having issues with the master not sticking, obviously the best option would be to connect it to a PS3 first to make sure you at least have a default master.
If this doesn't work let me now, I'll try to think up some other ways before you have to purchase a cable to make it work.
Click to expand...
Click to collapse
Yeah I tried motion joy and the controller works great wired to the computer (Works on the PC I mean) but I don't have a Bluetooth adapter for my PC to pair it with unfortunately.
Note that whenever I sync the controller to MotionJoy, I'm unable to use that USB port with SixaxisPairTool because MotionJoy drivers were installed with that port and motionjoy instantly picks it up and makes it unrecognizable to the sixaxistool program (Uninstalling motionjoy solves this) but just thought I'd throw it out there.
I clicked BluetoothPair in motionjoy and the BT address shows different than the one Sixaxistool shows, when I choose Custom Master or whatever it says and type in my phones, it "changes" it on the screen and says it changed, I than unplug it from the PC and start the app on the phone, Press the PS button on the controller and the 4 lights blink, the phone says Client connected:1, but the lights all keep blinking and than shut off. If pressed again the blink than turn off. I than connect it back to the PC and the BT address is shown as the default one from before I choose custom.
Pretty much the Change Master only stays while its connected to the PC, soon as I unplug it the master resets. I verified that by changing it, closing the programs (Both motionjoy and sixaxistool, at separate times of course during their own individual attempts) and than reopen either program and it shows what I changed it to still. But like I said as soon as the cord comes out it resets.
Sorry for the wall of text, just trying to provide as much info as I can. I ordered a cable but that can always come in handy anyway and I'd like to see if we could still solve this without one maybe to save some cash for anyone that has this problem in the future ya know!
Sent from my GT-I9000 using xda app-developers app
I know there was an issue with MotionJoy with having to put the address in "backwards" before it paired, I don't know if that was fixed or if that is still an issue. It's odd that it works fine when you plug it in to the PC but once you try wireless, it resets... I guess it's because you have yet to use the controller AS a bluetooth device, it has always been a wired connection. So you either have to pair it with a ps3, or with another bluetooth device.
Maybe you should just wait on the cable haha
mastarifla said:
I know there was an issue with MotionJoy with having to put the address in "backwards" before it paired, I don't know if that was fixed or if that is still an issue. It's odd that it works fine when you plug it in to the PC but once you try wireless, it resets... I guess it's because you have yet to use the controller AS a bluetooth device, it has always been a wired connection. So you either have to pair it with a ps3, or with another bluetooth device.
Maybe you should just wait on the cable haha
Click to expand...
Click to collapse
Hahah yeah I pulled enough of my hair out and gave in on the cord thanks for trying though! I agree its probably related to being a new unused controller.
Sent from my GT-I9000 using xda app-developers app
Argh okay got the cord. Controller works fine as a game pad. Works flawlessly on ShadowGun and Dead trigger which both have game pad function built in.
Can not get it to connect via Bluetooth still..
Tried exactly what the video showed and such.
Only thing I can think of is the controller could possibly be dead? Which I doubt because all the trouble shooting I've been doing (Connected to PC for an hour trying to get motion joy to go, connected to my phone the past 15min, I even plugged the USB into my wall adapter for my phone to see if it charged. Lights just blink than go off after like 5minutes. That mean its charged or what? Don't have a ps3, does it need one to charge? :/
Sent from my GT-I9000 using xda app-developers app
SemiGamer said:
Argh okay got the cord. Controller works fine as a game pad. Works flawlessly on ShadowGun and Dead trigger which both have game pad function built in.
Can not get it to connect via Bluetooth still..
Tried exactly what the video showed and such.
Only thing I can think of is the controller could possibly be dead? Which I doubt because all the trouble shooting I've been doing (Connected to PC for an hour trying to get motion joy to go, connected to my phone the past 15min, I even plugged the USB into my wall adapter for my phone to see if it charged. Lights just blink than go off after like 5minutes. That mean its charged or what? Don't have a ps3, does it need one to charge? :/
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Is this an OEM Sony Controller? Chinese fakes aren't going to work. Same thing with Wii remote clones.
kronium said:
Is this an OEM Sony Controller? Chinese fakes aren't going to work. Same thing with Wii remote clones.
Click to expand...
Click to collapse
I think its OEM? How would I go about checking?
It was this one:
www.amazon.com/gp/aw/d/B0015AARJI/ref=mp_s_a_1?qid=1341986008&sr=8-1
But it wasn't the Amazon seller by default when I got it, it was a seller named Wireovia, they've got 4.8 stars with 3559 ratings so I didn't really think much of them being fakes? Price was $39 though I don't see them in the list of sellers now, but they were default before.
Also the controller didn't come with a cord, is that a sign of a fake or is that the same with Sony's official?
Sent from my GT-I9000 using xda app-developers app
EDIT: Well crap. I was looking at "How to spot a fake" guides and they mention two definite ways of telling, one being the battery inside is different and another being there is no screw under the sticker on the back on the official, whereas the fakes have a screw under there.
Now mine has what looks to be a screw without a screwable head on it under the sticker. Maybe the new fakes have the head of the screws taken off because they knew it gave it away? Idk. Going to take it apart tomorrow and see the battery.
Anyone know if its possible to return an opened item? Purchased June 29th received it on July 3rd. It came with an amazon lable saying "Returning is easy, go to our website blah blah blah" but mentioned it being unopened. Hmm..
Call Amazon's 800 number and tell them this isn't a genuine controller, and is giving you pairing difficulties. You don't have to say what kind. Ha ha. You should get your money back no problem.
Can others on the Canadian gsiii variants download the Sixaxis app from the market? Play thinks it's not compatible with my device (d2can / rogers).
I remember from before this app had issues working on devices running sense or touchwiz ui and I had problems with it on my stock vibrant and sgs2 but it runs well on aosp based roms.so today I flashes aokp r3 and low and behold it works now! Played
Dead trigger flawlessly earlier.T-Mobile sgs3 btw.

Categories

Resources