Have a look in ./clients/android , all the (java) source is in there.

Looking in the Makefile, you'll see there are two ways to build it:

1) the old way (all, or install), which requires you to setup the
usual android env (the various sdks, ant, etc), which I of course
don't know by heart. You'll need a camput built for arm (make.go can
do it, given the right flags) in assets. But I think the Makefile rule
does it for you too (maybe?).
2) the docker way (the other targets), which requires you to fetch a
big-ass docker image but no android knowledge so, pick your punishment
;)


On 8 October 2016 at 20:42, Dan Kortschak <[email protected]> wrote:
> Thanks Mathieu. Having never built something for Android, some guide to how
> to go about that would be useful. Can you point me to the uploader source
> and some docs for how is go about that?
>
> Thanks.
> Dan
>
> From: Mathieu Lonjaret
> Sent: Sunday, 9 October, 01:15
> Subject: Re: https ui connection problem and problem with camlistore
> uploader
> To: [email protected]
>
> The usual log thing on android, adb logcat, should help you debug whatever
> the app is doing. And given that it's just camput behind the scenes, if need
> be you can just add more log.Print* statements to wherever needed
> (pkg/client, cm/camput), rebuild the app, and retry. rinse and repeat. Just
> in case that wasn't clear, you run adb logcat from your computer, with your
> phone usb plugged on it. you probably need usb dev debugging enabled on the
> phone, or whatever it's called. On 8 October 2016 at 08:33, Dan Kortschak
> wrote: > The first half of this is now resolved - I had not set up the https
>> configuration. That done it works. > > On Sat, 2016-10-08 at 16:01 +1030,
> Dan Kortschak wrote: >> I have just set up a camlistored instance on my home
> NAS and I'm >> having >> a couple of problem I was hoping for some help
> with. >> >> When I try to connect to the ui over https, I get >>
> SSL_ERROR_RX_RECORD_TOO_LONG. I'm not particularly fussed about using >>
> https since the network is isolated from the world, but it would be >> nice
> to know what is going on with this and how to fix it. >> >> The second issue
> is using the android camlistore uploader app. I do >> not >> appear to be
> able to get any upload to work - is there some way I can >> see what the app
> is doing to debug this? There are no lines in the >> camlistored log to
> indicate that the camput is reaching the server. >> camput from my laptop
> works fine. >> >> thanks >> Dan >> > > -- > You received this message
> because you are subscribed to the Google Groups "Camlistore" group. > To
> unsubscribe from this group and stop receiving emails from it, send an email
> to [email protected]. > For more options, visit
> https://groups.google.com/d/optout. -- You received this message because you
> are subscribed to the Google Groups "Camlistore" group. To unsubscribe from
> this group and stop receiving emails from it, send an email to
> [email protected]. For more options, visit
> https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Camlistore" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Camlistore" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to