Yeaah, I guess that would be a nuisance sending every key.
And what's git?
[QUOTE=highvoltage;33908300]Yeaah, I guess that would be a nuisance sending every key.
And what's git?[/QUOTE]
It serves the same goal as Svn, but in a different way.
Still getting the same error that I posted a few moments ago.
Any fix?
[QUOTE=Juan :D;33910248]Still getting the same error that I posted a few moments ago.
Any fix?[/QUOTE]
No, I've got no idea what's going on. You seem to be the only one having the problem.
And we're on git!
[url]https://github.com/FPtje/AndroidGmod[/url]
Latest download can be found [url=https://github.com/FPtje/AndroidGmod/zipball/master]here[/url]. This is the version that sends text as well!
OP is updated with latest download.
Edit:
I just noticed a bug. It doesn't like sending text longer than, say 25 characters. I'm working on a fix.
Fixed
Would it be possible to communicate to the android device? Like to be able to change the text and colour on buttons and the little header?
[editline]2nd January 2012[/editline]
And can you allow the keyboard to go sideways when you tilt the Android on its side? The keyboard is really tiny on mine when its not on its side.
[QUOTE=highvoltage;34017740]Would it be possible to communicate to the android device? Like to be able to change the text and colour on buttons and the little header?
[editline]2nd January 2012[/editline]
And can you allow the keyboard to go sideways when you tilt the Android on its side? The keyboard is really tiny on mine when its not on its side.[/QUOTE]
Communicating to the android device would be the next step (if I ever get to it).
I can't make the keyboard tilt because tilting the device fucks up the orientation sensor. That's why it's fixed on portrait mode. And I don't think I can tilt the keyboard while not tilting the screen.
[QUOTE=FPtje;34018090]Communicating to the android device would be the next step (if I ever get to it).
I can't make the keyboard tilt because tilting the device fucks up the orientation sensor. That's why it's fixed on portrait mode. And I don't think I can tilt the keyboard while not tilting the screen.[/QUOTE]
Ah, I understand.
Do you think it would be possible to draw basic things anywhere on the device's screen like lines or text? Like being able to draw a line from one corner of the screen to another or putting text across the whole screen?
Related yet unrelated. Can you make a menu system for Android so I can choose tools with my phone? It would actually be useful.
[QUOTE=zild1221;34143624]Related yet unrelated. Can you make a menu system for Android so I can choose tools with my phone? It would actually be useful.[/QUOTE]
That goes a bit far beyond the scope. I haven't even made it so GMod can talk back to the phone yet.
Acceleration doesnt work on my Samsung Galaxy S Plus, sadly :(
[@lua\autorun\androidframework.lua:130] AndroidFramework: Could not create server socket! (3)
"Garrysmod could not be reached."
Happens when you open a server socket for a second time, or when you try to open a server socket while a client socket is open.
[B]FPtje[/B]
May you make a server console support?
[b]mr_Spy[/b]
No.
[QUOTE=FPtje;35173332]No.[/QUOTE]
If not the server console, then maybe client console? Why not?
I make script for clientside console:
[CODE]hook.Add( "AndroidText", "ConComm", function( text )
LocalPlayer():ConCommand( text )
end)[/CODE]
Do you did not try to make full control over the player? It would be interesting.
The idea is that you make these scripts yourself. the ones in the examples folder are just that: examples.
I wanna try make full control of the player. If I can do it, I'll post the script here.
I made it, [URL="http://facepunch.com/threads/1172921"]link[/URL].
will this make my penis erect
[editline]26th March 2012[/editline]
wait I can't even connect :v:
[editline]26th March 2012[/editline]
nevermind got it :v:
[QUOTE=J!NX;35306373]wait I can't even connect :v:[/QUOTE]
Why?
[QUOTE=mr_Spy;35309275]Why?[/QUOTE]
did it wrong
Do you use my version? Or Falco's version?
I am getting the @lua\autorun\androidframework.lua:130] AndroidFramework: Could not create server socket! (3) error
how to fix it? Have I done something wrong? Im sorry but those instructions arent exactly noob friendly, and if you could post the example of the gravity shifting which is on the video pls... :P
OK I got it running but, it completely ignores any kind of acceleration or angle or anything with movement of my phone... just text and buttons, anyway to fix it? i think its problem of the android app, coz a lot of games have trouble with this kind of things on my phone
[code]] Android_srvCreateServer
]
Couldn't include file 'includes\modules\glsock2.lua' (File not found) (@addons/androidgmod-master/lua/autorun/androidframework.lua (line 149))
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:149: Module not found!
1. require - [C]:-1
2. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:149
3. unknown - lua/includes/modules/concommand.lua:69
] Android_srvCloseServer
]
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:156: attempt to index upvalue 'ListenSocket' (a nil value)
1. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:156
2. unknown - lua/includes/modules/concommand.lua:69
] Android_clCreateServer
]
Couldn't include file 'includes\modules\glsock2.lua' (File not found) (@addons/androidgmod-master/lua/autorun/androidframework.lua (line 149))
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:149: Module not found!
1. require - [C]:-1
2. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:149
3. unknown - lua/includes/modules/concommand.lua:69
] Android_clCloseServer
]
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:159: attempt to index upvalue 'ListenSocket' (a nil value)
1. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:159
2. unknown - lua/includes/modules/concommand.lua:69
[/code]
is this broken or am i doing something wrong
[QUOTE=gooooooooooogle;40430916][code]] Android_srvCreateServer
]
Couldn't include file 'includes\modules\glsock2.lua' (File not found) (@addons/androidgmod-master/lua/autorun/androidframework.lua (line 149))
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:149: Module not found!
1. require - [C]:-1
2. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:149
3. unknown - lua/includes/modules/concommand.lua:69
] Android_srvCloseServer
]
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:156: attempt to index upvalue 'ListenSocket' (a nil value)
1. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:156
2. unknown - lua/includes/modules/concommand.lua:69
] Android_clCreateServer
]
Couldn't include file 'includes\modules\glsock2.lua' (File not found) (@addons/androidgmod-master/lua/autorun/androidframework.lua (line 149))
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:149: Module not found!
1. require - [C]:-1
2. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:149
3. unknown - lua/includes/modules/concommand.lua:69
] Android_clCloseServer
]
[ERROR] addons/androidgmod-master/lua/autorun/androidframework.lua:159: attempt to index upvalue 'ListenSocket' (a nil value)
1. unknown - addons/androidgmod-master/lua/autorun/androidframework.lua:159
2. unknown - lua/includes/modules/concommand.lua:69
[/code]
is this broken or am i doing something wrong[/QUOTE]
Look at how old the post is and ask yourself if it's broken or are you doing something wrong
-snip-
2012. Hmmm...
the github thing was updated 2 months ago
Yeah I updated it for gmod 13.it should work.
the error the guy above has is because he hasn't got gl_sock installed
Sorry, you need to Log In to post a reply to this thread.