Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agentfabulous/potatocenter
- Owner: AgentFabulous
- Created: 2019-02-28T17:57:32.000Z (almost 6 years ago)
- Default Branch: croquette-release
- Last Pushed: 2020-03-27T18:18:24.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T02:19:21.958Z (8 months ago)
- Topics: android, app, flutter, openrecoveryscript, ors, posp, updateengine, updater
- Language: Dart
- Homepage:
- Size: 232 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.