need somone with android hardware and a little bit time for testing ....

Previous topic - Next topic

Marmor

hi all ,

if anyone will help with testing some software for android and glb sign in here .
i need someone who have an adroid device and a little bit of time for chat...

Hatonastick

I have a Toshiba Thrive Tablet (Android 3.2), ZTE Tablet (2.2) and Samsung Galaxy Mini (2.3.4).  I may even have time for a chat if you need it. :)
Mat. 5: 14 - 16

Android: Toshiba Thrive Tablet (3.2), Samsung Galaxy Tab 2 (4.1.2).
Netbook: Samsung N150+ Netbook (Win 7 32-bit + Ubuntu 11.10).
Desktop: Intel i5 Desktop with NVIDIA GeForce GTX 460 (Win 8.1 64-bit).

Marmor


Hatonastick

There's a rather large time difference between Marmor and myself which means that 7pm his time is roughly 3am my time (I'm GMT +9:30 Adelaide, South Australia), and as I'm only really available possibly Friday nights and weekends, can someone else please help?  I'm withdrawing my offer.  Sorry...
Mat. 5: 14 - 16

Android: Toshiba Thrive Tablet (3.2), Samsung Galaxy Tab 2 (4.1.2).
Netbook: Samsung N150+ Netbook (Win 7 32-bit + Ubuntu 11.10).
Desktop: Intel i5 Desktop with NVIDIA GeForce GTX 460 (Win 8.1 64-bit).

Marmor

really no other ??
another free android lib for glb user isnt cool enough maybe ..
sad...

Hemlos

When you see me in chat, remind me, i know someone that can help.
Bing ChatGpt is pretty smart :O

matchy

Friday to early Monday is usually the best time to jump irc. I'd be happy to help!

Hatonastick

I would have been too, I just forgot about the fact that I'm off in the long lost land of Oz while most other developers on here are in Europe -- and 3am is just a bit hard for me to handle these days. :)
Mat. 5: 14 - 16

Android: Toshiba Thrive Tablet (3.2), Samsung Galaxy Tab 2 (4.1.2).
Netbook: Samsung N150+ Netbook (Win 7 32-bit + Ubuntu 11.10).
Desktop: Intel i5 Desktop with NVIDIA GeForce GTX 460 (Win 8.1 64-bit).

bigsofty

My Android tablet arrived back today, it was broken, I can give it a go if need be. Android 4.0.3, 1024x768, 1GB/32GB
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Marmor

yes fine !
here is the plan .


before i  rewrite my programm to make it smarter and cleaner i think i need some tests with other devices to solve some problems .

lets start with a normal androidapp with  an inbuild server .
the app shows at start the device ip.
u need this to connect the device with normal socket glb commands .
after this the glb programm sends following

startgps        -    init gps on android device
getcount       -    shows the counter of   gps measurements
getgps          -    get lat and lon
getsat           -    get the list of used satelites
stopgps        -     stops the gps service .

if this will work on all devices i will continue with following commands

.readsms       -  read all sms
.sendsms       - send an sms
.readmails      - read your mails
.sendmail       - is fully supported in glb ;)
.getpicture     - get a picture from the camera
.readcontact  - read your contacts on the device

maybe i can call the originalkeyboard ! but dunno yet

much much moore .......

after all i create a background service app for android. this  service run invisible on the device .
now your glb programm have all the provided features from the service app.
some socketcommands ,localhost and maybe 2222 as port is all you need !!!
after getting all data you can kill the service with glb also .

what doyou think about .....

a  i forget its free ...

Hemlos

Bing ChatGpt is pretty smart :O

Marmor

apk link http://www.blitzforum.de/upload/file.php?id=11791

set unknown sources on

glb code
Code (glbasic) Select

SOCK_INIT()


sock_cv = SOCK_TCPCONNECT("192.168.2.130", 2222)


msg$ = "INITGPS"

rv% = SOCK_TCPSEND(sock_cv, msg$)

SLEEP 15000   // set higher to get lat and lon on your device

msg$ = "stopGPS"

rv% = SOCK_TCPSEND(sock_cv, msg$)


bigsofty

Sounds great but I think I have to send this one back too, all day and it won't hold a charge(Storage Options tablets suck! :rant:), so I'm out till this one gets replaced too.
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

okee

It shows my ip on both phones but no stats for gps
Samsung Galaxy S2 and ZTE Blade

[attachment deleted by admin]
Android: Samsung Galaxy S2 -  ZTE Blade (Orange San Francisco) - Ainol Novo 7 Aurora 2
IOS: 2 x Ipod Touch (1G)

Marmor

okee please run the glb code

you need wlan connect for this u know

u see the device ip at app start


thx a lot