buddhi-deep
buddhi-deep
Oh we(actually there's only me in org) have a change in os-release so we create a new commit in this...
Yes.Due to the newest version in OpenGapps x86_64 folder has nothing in it so you have to change the source manually to the https://sourceforge.net/projects/opengapps/files/x86_64/20210701/ then it can be installed
modify this ``` OPENGAPPS_RELEASEDATE="$($CURL -s https://api.github.com/repos/opengapps/x86_64/releases/latest | grep tag_name | grep -o "\"[0-9][0-9]*\"" | grep -o "[0-9]*")" ``` to ``` OPENGAPPS_RELEASEDATE="20210701" ```
However this is not a long-time solution,maybe the package in latest Opengapps release will back,idk.
Because you have to add a sub-command to enable overlay when launch the container manager (systemd , to me)
me too!Do you find the way to solve it?
Guys there's a solution:Use notify for miband then everything works perfect
> I can confirm this. It lags a lot when opening the app. So QR codes on TV etc disappear when it finally loads the camera. > > Android 10,...
> MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。 我发现了最棒的解决方案 用容器
> > > MongoDB在Ubuntu 22.04LTS(Jammy)下也无法安装。 > > > > > > 我发现了最棒的解决方案 用容器 > > 我认为容器只能作为临时解决方案,因为容器有Overhead, 虽然微乎其微, 但是这是一个更注重于轻量化的项目。其次, 我认为MongoDB的配置相较于SQLite和MySQL会麻烦很多, 所以最好能加入对MySQL/SQLite的支持。 我的意思是可以先将就用一下 现在还没加这个 那就等等daidr看看有时间能不能加一下