GitHub project for Termux & Remix OS - Remix OS for PC

Hey Remix developer users.
We've reached out to the team at Termux (https://termux.com/) and we're excited to announce that we have their blessing to launch projects with them on their GitHub repository: https://github.com/termux/termux-app
We've identified the following features that would improve the Termux experience on Remix OS. They are:
1) multiple instances of Termux
2) better support on mouse: mouse select, copy, paste
3) configure bash correctly with a default .bashrc file
Naturally, since Termux is an open source project, when your commits are integrated into the Termux project after they pass testing, you'll improve the overall Termux experience for everyone.
At the end of the day, we know that developers who use Remix OS for PC have been asking for ways to contribute to the project. This is a great way for you to get involved with us, and to help improve Termux overall.
Win-win-win!
You can also help improve the Remix OS kernel, Windows & USB installer via our GitHub page (JideTechnology https://github.com/JideTechnology).

It's beautiful. You made a straordinary job, and you reinvented the use of a PC. Releasing sources will improve your and other's work. Everybody won today.

Thanks for your job !!!
/clap

Related

[LineageOS][Docker][CICD] LineageOS Build system served via Docker with OTA support

Lineage CICD Project
This is my personal effort given to you, the community, which spends a lot of hours to craft a fully-functional and perfectly tuned ROM for our beloved Smartphones!​
What is it?
This project aims to provide a Build system for Android Developers which will be able to build an Android ROM for a different set of Codenames given, automatically for you, ( by default ) every night. Not only built stock sources that are already available on LineageOS Github account, but feel free to build even your custom code thanks to the support of local_manifests/*.xml fully supported by this Docker.
Where can I find it
CICD
- Github: https://github.com/julianxhokaxhiu/docker-lineage-cicd
- Docker Hub: https://hub.docker.com/r/julianxhokaxhiu/docker-lineage-cicd/
OTA
- GIthub: https://github.com/julianxhokaxhiu/LineageOTA
- Docker Hub: https://hub.docker.com/r/julianxhokaxhiu/lineageota/
- XDA: https://forum.xda-developers.com/showthread.php?t=2636334
Why?
As you all remember the transition from CyanogenMod to LineageOS was not smooth. Even today we are not granted with Nightly Builds, but with Weekly, because of capacity issues on providing such an amazing plethora of supported Devices ROM ZIPs ready to be flashed.
Therefore this projects aims on providing an easy-to-use build system which may help you on providing a Ready-To-Flash ZIP at the end of each Build round.
How does it work?
This is a pre-packaged Docker system based on Debian, with all the dependencies in place to correctly build ( even in an optimized way ) any LineageOS codename ROM. A cronjob will take care to start the build script on the configured time ( by default 10:00 UTC ~= 02:00 PDT ), which then will take care to build every codename given with an environment variable to the Docker.
All you need from now on is just the Docker Engine installed on your favourite Linux distribution.
Bonus!
Of course the ZIP that will be produced needs to be transferred to the device in order to flash it. Such a boring task...what if we can automate it through OTA?
As you all know, my first big project I've ever started for XDA was the OTA Server which perfectly emulates all the required calls to make it working with ( old and deprecated now ) CyanogenMod ROMS, as well as with ( long life to ) LineageOS, right now, today!
All you need to do is to configure an Environment variable in the Docker to say where your OTA Server is located. The URL will the be added automatically for you inside the build.prop file as cm.updater.uri=$OTA_URL.
...but wait, there is more!
Since the OTA Server is written in PHP, you all know that is a headache to prepare the system to make it working. A lot of user complained in the original Thread that was difficult for them to understand how to setup it correctly, therefore a fully working autonomous Docker is there for you, ready to serve the OTA Layer for you built ROMs!
I want to use it right now!
I am pretty sure you want! The Docker has now been tested for a nearly a Month and I'm successfully installing my own builds for a couple of weeks on my devices ( really a great satisfaction! ).
If you want to run it as well, I suggest you to take a look at this Bash script that will run for you the Dockers, already talking to each other. Since the script has been studied to work on top of the "VPS Powered By Docker" project, I suggest you to take a look at it. Although nothing is preventing you to use it in your favourite way.
Requirements
See the detailed list on the project README.
What about License
All my projects are always developed with MIT license, which means feel free to do what you want with it. I don't really care if you do business with it, it was a great challenge for me reaching this autonomous entity to run, therefore I don't mind of possible outcomes of it. Although Issues are always welcome for improvements, if any found, of suggestion for a possible feature enhancements.
Future plans?
At the moment I have some ideas, which I may, or may not, be able to implement as I am not a professional Android Developer. Although some nice to have points are:
- Possibility to build ANY Android distro ( from AOSP to any fork of it )
- Possibility to have changelogs of every nightly build ( attached as *.txt and *.html format, next to the built ROM )
- Maybe a logo?
Thanks for Awesome Work
Thanks for awesome work.

[TWRP][Docker][CICD] Docker microservice for TWRP CICD

TWRP CICD Project
This is my personal effort given to you, the community, which spends a lot of hours to craft a fully-functional and perfectly tuned ROM for our beloved Smartphones!​
What is it?
This project aims to provide a Build system for Android Developers which will be able to build a TWRP recovery image for a different set of Codenames given, automatically for you, ( by default ) every night. Not only built stock sources that are already available on TWRP Github account, but feel free to build even your custom code thanks to the support of local_manifests/*.xml fully supported by this Docker.
Where can I find it
CICD
- Github: https://github.com/julianxhokaxhiu/docker-twrp-cicd
- Docker Hub: https://hub.docker.com/r/julianxhokaxhiu/docker-twrp-cicd
Why?
At the current status I find very time consuming the task to always setup the environment the right way to build a sporadic recovery for any kind of device, depending on the tree.
Therefore this projects aims on providing an easy-to-use build system which may help you on providing a Ready-To-Flash IMG at the end of each Build round. The same you would download from twrp.me website.
How does it work?
This is a pre-packaged Docker system based on Debian, with all the dependencies in place to correctly build ( even in an optimized way ) any TWRP codename image. A cronjob will take care to start the build script on the configured time ( by default 10:00 UTC ~= 02:00 PDT ), which then will take care to build every codename given with an environment variable to the Docker.
All you need from now on is just the Docker Engine installed on your favourite Linux distribution.
I want to use it right now!
I am pretty sure you want! The Docker has now been tested for a nearly a Month and I'm successfully installing my own builds for a couple of weeks on different devices ( really a great satisfaction! ).
If you want to run it as well, I suggest you to take a look at this Bash script that will run for you the Docker. Since the script has been studied to work on top of the "VPS Powered By Docker" project, I suggest you to take a look at it. Although nothing is preventing you to use it in your favourite way.
Requirements
See the detailed list on the project README.
What about License
All my projects are always developed with MIT license, which means feel free to do what you want with it. I don't really care if you do business with it, it was a great challenge for me reaching this autonomous entity to run, therefore I don't mind of possible outcomes of it. Although Issues are always welcome for improvements, if any found, of suggestion for a possible feature enhancements.
Enjoy!

[Sony] Xperia Open Devices Project

Sony Mobile is committed to supporting the open developer community, and one way to show this is by publishing parts of our code as well as selected tools developed by our internal developers.
For some of the Xperia™ devices, we provide Android™ Open Source Project (AOSP) device configurations on GitHub. This means that the software will be open for you as a developer to use and contribute to. This is a way for us to support the open Android community, and it is also a tool for us to facilitate and verify contributions to AOSP.
If you want to build AOSP for your unlocked Xperia device, you find all the resources you need in the sections below.
https://developer.sony.com/develop/open-devices/
Unified 4.4 kernel sources
https://github.com/sonyxperiadev/kernel
Project git
https://github.com/sonyxperiadev/
Bug tracker
https://github.com/sonyxperiadev/bug_tracker/issues
Now you can build the latest Android with the latest 4.4 kernel
Vendor v11 is out
https://developer.sony.com/develop/open-devices/latest-updates
For user security dm-verity and File Based Encryption are enabled by default
Please keep them enabled for all user builds
Regards
J
I wish someone is working on android 9 for the xzs
Hello! Is there anybody out there?? I installed Ubuntu and followed the guide but every time it fails with some Ninja error!!
I know one of you @jerpelea can make it.
Desperately waiting for it.
All build guides are updated with the Security updates
https://developer.sony.com/develop/open-devices/guides/aosp-build-instructions/
Here is the list of all known bugs. If you find bugs you can always open a ticket in the bug tracker and we will check it ASAP.
https://github.com/sonyxperiadev/bug_tracker/issues
what's with XZs? why aren't there developers for this cellphone? I am jealous of the ever-expanding XZ and XZ premium

[ROM][10][UNOFFICIAL][GAUGUIN]MoKee Open Source Android Project

MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
What's working:
Almost everything
Known issues:
SELinux is permissive
You tell me
Instructions:
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Wipe Data/Cache
4. Flash the ROM
5. Flash TWRP installer ZIP
6. Reboot to Recovery
7. Flash GApps
8. Flash Magisk (Optional)
9. Reboot to System
Downloads:
Google Drive
MEGA
Source:
Kernel Source code: None, prebuilt kernel
Device Source code : mkq-mr1
ROM Source code: Mokee Source Code
Credits:
DtHnAme
Mokee Development Team
LineageOS
Big Thanks:grewal
Version Information:
Android Version: 10
Status: Unofficial
Last updated: 2021-03-10
DtHnAme said:
MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
What's working:
Almost everything
Known issues:
SELinux is permissive
You tell me
Instructions:
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Wipe Data/Cache
4. Flash the ROM
5. Flash TWRP installer ZIP
6. Reboot to Recovery
7. Flash GApps
8. Flash Magisk (Optional)
9. Reboot to System
Downloads:
Google Drive
MEGA
Source:
Kernel Source code: None, prebuilt kernel
Device Source code : mkq-mr1
ROM Source code: Mokee Source Code
Credits:
DtHnAme
Mokee Development Team
LineageOS
Big Thanks:grewal
Version Information:
Android Version: 10
Status: Unofficial
Last updated: 2021-03-10
Click to expand...
Click to collapse
Hey, any screenshots?
Why it is so hard for all to put some screenshots. Credits, Instructions, bla bla... but never screenshots
zlatko63 said:
Why it is so hard for all to put some screenshots. Credits, Instructions, bla bla... but never screenshots
Click to expand...
Click to collapse
Because maybe ia this project dead
DtHnAme said:
MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
What's working:
Almost everything
Known issues:
SELinux is permissive
You tell me
Instructions:
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Wipe Data/Cache
4. Flash the ROM
5. Flash TWRP installer ZIP
6. Reboot to Recovery
7. Flash GApps
8. Flash Magisk (Optional)
9. Reboot to System
Downloads:
Google Drive
MEGA
Source:
Kernel Source code: None, prebuilt kernel
Device Source code : mkq-mr1
ROM Source code: Mokee Source Code
Credits:
DtHnAme
Mokee Development Team
LineageOS
Big Thanks:grewal
Version Information:
Android Version: 10
Status: Unofficial
Last updated: 2021-03-10
Click to expand...
Click to collapse
Will it be this ROM with Android 11 , i found it as GSI but don't know how to install it
DtHnAme said:
MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
What's working:
Almost everything
Known issues:
SELinux is permissive
You tell me
Instructions:
1. Download the proper flashable ZIP for your device
2. Reboot to Recovery
3. Wipe Data/Cache
4. Flash the ROM
5. Flash TWRP installer ZIP
6. Reboot to Recovery
7. Flash GApps
8. Flash Magisk (Optional)
9. Reboot to System
Downloads:
Google Drive
MEGA
Source:
Kernel Source code: None, prebuilt kernel
Device Source code : mkq-mr1
ROM Source code: Mokee Source Code
Credits:
DtHnAme
Mokee Development Team
LineageOS
Big Thanks:grewal
Version Information:
Android Version: 10
Status: Unofficial
Last updated: 2021-03-10
Click to expand...
Click to collapse
Will we get Android 10?

Slash TV Android OS(Retro Gaming/Media) Odroid N2+ and N2

The title pretty much says it all, today I am sharing my Android OS for the Odroid N2+/N2.
This has working Kodi, root access, Viper FX, working Dolphin with Vulkan, Yabasanshiro, Retroarch, Playstore access, and much more. It is set up to be in an Android TV style and work with a controller only, or with a mouse and keyboard.
Please note, there are no roms, bios or other copyrighted materials included.
Download Link:
https://drive.google.com/file/d/1audVZw8W8lTKXiq6c0kxZCDv-ecBM9rQ/view?usp=sharing
Kernel and sources:
GitHub - hardkernel/linux: Linux kernel source tree
Linux kernel source tree. Contribute to hardkernel/linux development by creating an account on GitHub.
github.com
More information and resources:
odroid-n2:software:building_kernel [ODROID Wiki]
wiki.odroid.com
Nice!
thanks
Dusted off the Odroid to give this a shot.
It's a great image, thank you. Everything works. Magisk, updates, etc.
Thanks!

Categories

Resources