Problem running ODK Clinic from source

Hi all

Wondering if any of you is using ODK Clinic v1.0 from the repo. I was trying to build and test the application but I got the following error (tested in both, emulator and tablet):

02-07 18:00:13.581: E/AndroidRuntime(296): FATAL EXCEPTION: main
02-07 18:00:13.581: E/AndroidRuntime(296): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=org.odk.collect.android.action.FormEntry (has extras) }

Can you give me an idea where to start debugging this?

Best,

William

My guess is that you are using ODK Collect v1.1.7 which doesn't have
the same intent support that Collect v1.1.5 had. I've sent you some
files that I got from Sam Mbugua that should solve this problem.

··· On Tue, Feb 7, 2012 at 16:04, William Aviles Monterrey wrote: > Hi all > > Wondering if any of you is using ODK Clinic v1.0 from the repo. I was trying > to build and test the application but I got the following error (tested in > both, emulator and tablet): > > 02-07 18:00:13.581: E/AndroidRuntime(296): FATAL EXCEPTION: main > 02-07 18:00:13.581: E/AndroidRuntime(296): > android.content.ActivityNotFoundException: No Activity found to handle > Intent { act=org.odk.collect.android.action.FormEntry (has extras) } > Can you give me an idea where to start debugging this? > > Best, > > William > > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Thank you very much Yaw

It's working fine now

Best

William

··· -------------------------------------------------- From: "Yaw Anokwa" Sent: Tuesday, February 07, 2012 9:26 PM To: Subject: Re: [ODK Community] Problem running ODK Clinic from source

My guess is that you are using ODK Collect v1.1.7 which doesn't have
the same intent support that Collect v1.1.5 had. I've sent you some
files that I got from Sam Mbugua that should solve this problem.

On Tue, Feb 7, 2012 at 16:04, William Aviles Monterrey wravmon@yahoo.com wrote:

Hi all

Wondering if any of you is using ODK Clinic v1.0 from the repo. I was
trying
to build and test the application but I got the following error (tested
in
both, emulator and tablet):

02-07 18:00:13.581: E/AndroidRuntime(296): FATAL EXCEPTION: main
02-07 18:00:13.581: E/AndroidRuntime(296):
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=org.odk.collect.android.action.FormEntry (has extras) }
Can you give me an idea where to start debugging this?

Best,

William

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

My guess is that you are using ODK Collect v1.1.7 which doesn't have
the same intent support that Collect v1.1.5 had. I've sent you some
files that I got from Sam Mbugua that should solve this problem.

I am also getting the same following issue, let me know how to resolve this

o Activity found to handle

Intent { act=org.odk.collect.android.action.FormEntry (has extras) }
Can you give me an idea where to start debugging this?

I really want to use ODK collect platform with Open MRS but seems like they are going in their own direction. Can you please guide me the best way to get the benefits of bot the platforms

··· On Wednesday, February 8, 2012 8:56:32 AM UTC+5:30, Yaw Anokwa wrote:

The best approach will be to write a module in OpenMRS that implements
the OpenROSA API
(https://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI) and use
ODK Collect to talk to that module. Then to get OpenMRS data on the
device, create a standalone Android app that talks to OpenMRS' APIs
(e.g., to sync patient data). Then use Intents to connect OpenMRS data
with form filling in ODK Collect. There is nothing turnkey that does
what I've described so you'll have to write a fair bit of code.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Wed, Sep 24, 2014 at 3:05 AM, nidhi95131@gmail.com wrote:

On Wednesday, February 8, 2012 8:56:32 AM UTC+5:30, Yaw Anokwa wrote:

My guess is that you are using ODK Collect v1.1.7 which doesn't have
the same intent support that Collect v1.1.5 had. I've sent you some
files that I got from Sam Mbugua that should solve this problem.

I am also getting the same following issue, let me know how to resolve this

o Activity found to handle

Intent { act=org.odk.collect.android.action.FormEntry (has extras) }
Can you give me an idea where to start debugging this?

I really want to use ODK collect platform with Open MRS but seems like they are going in their own direction. Can you please guide me the best way to get the benefits of bot the platforms

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Yaw,

Thanks for the response, but xforms module is already written in OpenMRS,
can that be reused with little bit of modifications.
or As you mentioned that you provide support and services for ODK, is your
company willing to take this kind of work as well openmrs and odkclinic
support.

Regards
Nidhi

··· On Wed, Sep 24, 2014 at 7:54 PM, Yaw Anokwa wrote:

The best approach will be to write a module in OpenMRS that implements
the OpenROSA API
(https://bitbucket.org/javarosa/javarosa/wiki/OpenRosaAPI) and use
ODK Collect to talk to that module. Then to get OpenMRS data on the
device, create a standalone Android app that talks to OpenMRS' APIs
(e.g., to sync patient data). Then use Intents to connect OpenMRS data
with form filling in ODK Collect. There is nothing turnkey that does
what I've described so you'll have to write a fair bit of code.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Wed, Sep 24, 2014 at 3:05 AM, nidhi95131@gmail.com wrote:

On Wednesday, February 8, 2012 8:56:32 AM UTC+5:30, Yaw Anokwa wrote:

My guess is that you are using ODK Collect v1.1.7 which doesn't have
the same intent support that Collect v1.1.5 had. I've sent you some
files that I got from Sam Mbugua that should solve this problem.

I am also getting the same following issue, let me know how to resolve
this

o Activity found to handle

Intent { act=org.odk.collect.android.action.FormEntry (has extras) }
Can you give me an idea where to start debugging this?

I really want to use ODK collect platform with Open MRS but seems like
they are going in their own direction. Can you please guide me the best way
to get the benefits of bot the platforms

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/TgLZxSJxHPs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.