Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.82 KB

Flowpilot stand alone

This is a fork of Flowpilot without the need of rooting or a Termux environment. Install the apk and you're done. Requires a Snapdragon based Android phone.

Main features of this fork:

  • Standalone apk without additional software requirements
  • Android device rooting is not required
  • Improved UI resolution

Huge shout out to the original Flowpilot and Phr00t's fork.

Building notes

Clone:

  • git clone --single-branch --depth 1 https://github.com/jagheterfredrik/flowpilot.git
  • cd flowpilot
  • git submodule update --init --recursive

Setup the environment once:

Then build using

  • ./build.sh full

One can also build only subcomponents:

  • To package the Python code:
    • ./build.sh flowy
  • To build only binary requirements:
    • ./build.sh scons
  • To package the Android app:
    • ./build.sh app

Community

Flowpilot's core community lives on the official flowdrive discord server. Check the pinned messages or search history through messages to see if your issues or question has been discussed earlier. You may also join more awesome openpilot discord communities.

We also push frequent updates on our twitter handle.

Disclaimer

THIS IS ALPHA QUALITY SOFTWARE FOR RESEARCH PURPOSES ONLY. THIS IS NOT A PRODUCT. YOU ARE RESPONSIBLE FOR COMPLYING WITH LOCAL LAWS AND REGULATIONS. NO WARRANTY EXPRESSED OR IMPLIED.