LibrePilot Forum

Development => GCS General => Topic started by: [email protected] on May 01, 2016, 08:57:27 pm

Title: Next branch and l2go
Post by: [email protected] on May 01, 2016, 08:57:27 pm
I've a problem with nex branch firmware and ansroid app L2GO alpha the is the uav used is not compatible with fc uav.
Thank you for helping
Title: Re: Next branch and l2go
Post by: @marc on May 01, 2016, 10:15:22 pm
Hi!

You can either zip the xml files in the folder shared/uavobjectdefinition or download a zipfile at https://github.com/MarcProe/lp2go-uavo/tree/master/zip .

To create a zip yourself use this command in your build environment:
Code: [Select]
cd shared/uavobjectdefinition && ../../tools/bin/7za a -tzip ../../next.zip *.xml && cd ../..


To find out which is the correct file for you, read https://github.com/MarcProe/lp2go-uavo/blob/master/README.md .

Current next has the UAVO Hash dd284480 (you can check this in GCS: Help => About Librepilot), so https://github.com/MarcProe/lp2go-uavo/blob/master/zip/next-dd284480.zip?raw=true should be the correct file to use.

Once you have the correct file, copy it to your android device and load it in the settings dialog, via the "LOAD UAVO FILE" button. Then select it in the UAVO Source dropdown.
Title: Re: Next branch and l2go
Post by: [email protected] on May 02, 2016, 10:08:04 pm
Thank you all done and configurated...solved
Title: Re: Next branch and l2go
Post by: [email protected] on May 03, 2016, 11:40:20 pm
Thank you friends
Title: Re: Next branch and l2go
Post by: nuggetz on May 13, 2016, 11:19:34 pm
Anyone else experiencing crashes when using usb otg cable?

Sent from my SM-T237P using Tapatalk

Title: Re: Next branch and l2go
Post by: @marc on May 13, 2016, 11:47:33 pm
Please send a crash report if that happens. I can then have a look at it.
Title: Re: Next branch and l2go
Post by: @marc on May 14, 2016, 08:10:51 am
I can see the crash now. It is a confirmed bug in Android itself with some Samsung tablets.
Several app developers have the same problem.
I'll have a look into it, but don't expect anything before next week (rather busy weekend).
(thanks for reporting!)
Title: Re: Next branch and l2go
Post by: @marc on May 14, 2016, 09:51:49 am
Tried a quick fix in 0.2.6.14, just pushed to the store (might take some hours).