Search found 6 matches

by carloz
Tue Dec 27, 2011 6:03 pm
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Re: Read from process !!

oops... my bad.. :(

thnx klaus .. any way to do intents ?\


regards
carloz
by carloz
Tue Dec 27, 2011 5:43 pm
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Re: Read from process !!

hey klaus,

so using livecode , how does one open process and read from it? for any OS .. android,IOS etc


regards
carloz
by carloz
Tue Dec 27, 2011 3:57 pm
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Re: Read from process !!

thnx mate... am doing the same. il post here too if i find a solution..
hope one of the moderators see this and have a way out

regards
carloz
by carloz
Tue Dec 27, 2011 6:01 am
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Re: Read from process !!

hi,

am using the camera phone for the scanning. have a look at the zxing scanner on android market. also look at lowprice on android market. what lowprice does is it launches zxing scanner and uses the value returned by it to search for books.

am trying to achive the same.

regards
carloz
by carloz
Tue Dec 27, 2011 2:53 am
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Re: Read from process !!

hi ,

thnx for replying. what i am trying to do is to execute a barcode scanner app on my phone from livecode and get the result.
if you say this might not be allowed, how else can we do it?

regards
carloz
by carloz
Mon Dec 26, 2011 4:51 am
Forum: Android Deployment
Topic: Read from process !!
Replies: 17
Views: 14289

Read from process !!

hi all, Have been trying to open a process, and read a line from it.. the code/function worked fine on my windows laptop , but the same dosent work on android heres what i am doing. on mouseUp put specialFolderPath("engine") into tSndPath put tSndPath into myDirPath split myDirPath using "/" put the...