Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agentfabulous/potatocenter

App that makes use of https://github.com/AgentFabulous/android_flutter_updater to provide a fresh OTA experience
https://github.com/agentfabulous/potatocenter

android app flutter openrecoveryscript ors posp updateengine updater

Last synced: 2 months ago
JSON representation

App that makes use of https://github.com/AgentFabulous/android_flutter_updater to provide a fresh OTA experience

Awesome Lists containing this project

README

        

# PotatoCenter

A brand new OTA app written in Flutter for updating Android. Written with [
POSP](https://potatoproject.co/) in mind, it works with the [android_flutter_updater](https://github.com/AgentFabulous/android_flutter_updater) plugin to interact with native components of Android such as [UpdateEngine](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/UpdateEngine.java) to serve a hassle free update experience.

## Deprecated
The project has moved to the [PotatoProject](https://github.com/PotatoProject) organization. You can find the maintained repository [here](https://github.com/PotatoProject/PotatoCenter).

## Setting up
- Open the project in Android Studio.
- Add your project's framework.jar to android/libs
- Run flutter packages get
- Run main.dart

## Contributing
- This app is mostly a minimal frontend for the [plugin](https://github.com/AgentFabulous/android_flutter_updater).
- When submitting changes, be sure to [reformat your sources](https://flutter.dev/docs/development/tools/formatting) in Android Studio.