[WIP] postmarketOS - Nexus 7 General

postmarketOS is Linux operating system. This system is able to turn your phone or tablet into desktop like device with touchscreen controls. You can use GNOME application from your desktop if they're adapted to smaller screen or in some cases it just work without adaptation. You can also use any terminal and GUI application from GNU/Linux if it fits your screen
Prerequisites:
- Linux system with ADB and USB cable
- latest (official) TWRP installed
- grouper (both HW rev. PM269 & E1565) or tilapia
Source to build from:
- https://gitlab.com/postmarketOS/pmbootstrap/
Instalation procedure:
- https://wiki.postmarketos.org/wiki/Google_Nexus_7_2012_(asus-grouper)
Note: from environment I recommend Phosh, but due to unfinished 3D acceleration, use rather Xfce4 or something X11 based (older, but works with basic acceleration).
What works:
- flashing
- USB (including OTG)
- WiFi
- Bluetooth
- LCD + Touchscreen (with rotation)
- light sensor
- NFC (should work, driver loads, initialize, no NFC device to test)
What doesn't work (yet):
- camera
- 3D support (only GL 1.4 supported -which is useless, contributors welcome), so UI is slow..
Dev docs:
- https://wiki.postmarketos.org/wiki/The_Mainline_Kernel
Kernel sources:
- used kernel https://github.com/grate-driver/linux/
Picture(s):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
XDA:DevDB Information
postmarketOS, ROM for the Nexus 7
Contributors
okias, okias
Source Code: https://gitlab.com/postmarketOS/pmbootstrap/
ROM OS Version: Linux
ROM Firmware Required: shipped with ROM
Based On: Linux 5.14-rc3-next-grate
Version Information
Status: Testing
Created 2019-12-25
Last Updated 2021-08-15

Would love to try but afraid battery need to charge on my grouper . Hopefully other here can

Hi man,Good to see this thread on here, I succefully installed and booted pmOS on mainline kernel + Phosh (just followed the guide on the wiki), but i'm struggling to get wifi work! device is not being loaded, i tried to copy driver on /systsem/vendor/firmware/fw_bcm4330_bg.bin and /system/etc/nvram.txt and rebooted as a little googling seems to suggest but still not working. have you managed to make it work?

Is this project still being worked on? @okias

dookie23 said:
Is this project still being worked on? @okias
Click to expand...
Click to collapse
user-space still evolving and it's being worked on, kernel side is also worked on, but not updated yet in official packages. For more information feel free to join #postmarketOS:matrix.org channel on Matrix

I follow okias' guide and install success on nexus 7 1st gen 32Gb wifi. My scripts is here:
tinhte.vn/thread/cai-postmarketos-len-nexus-7-2012-wifi-3g-dung-luong-8gb-16gb-32gb.3179205/

pmOS looks really cool! I'd like to install it on my grouper, and was wondering if anyone could provide me with a pmos recovery zip. The reason for this is that I unfortunately don't have a Linux machine. I can of course download an image for free and install it, but I don't have the time (too much work ?). I was reading the wiki and it looks like pmbootstrap performs poorly on WSL, so that isn't an option. I'd greatly appreciate it if anyone could provide me with a recovery installer zip for grouper (@okias do you have it by any chance?). Thanks in advance!

gamersekofy said:
pmOS looks really cool! I'd like to install it on my grouper, and was wondering if anyone could provide me with a pmos recovery zip. The reason for this is that I unfortunately don't have a Linux machine. I can of course download an image for free and install it, but I don't have the time (too much work ?). I was reading the wiki and it looks like pmbootstrap performs poorly on WSL, so that isn't an option. I'd greatly appreciate it if anyone could provide me with a recovery installer zip for grouper (@okias do you have it by any chance?). Thanks in advance!
Click to expand...
Click to collapse
DIY in virtualbox, Alpine/pmbootstrap. It's so easy than WSL

Related

[ROM compilation tool] Cyanogenmod Compiler (CMC)

Just stumbled across THIS.
Sounds fun
lithid-cm said:
Cyanogenmod Compiler (CMC)
Build cyanogenmod with a cli interface.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you are wondering how you can use this software its easy. You can clone my repo for now. and run the CMCompiler script:
Code:
git clone https://github.com/lithid/CMC.git
cd CMC
./CMCompiler
Features:
- Check for repo installation on startup / or create a repo
- Add and remove devices quickly and easily.
- Remove all non english languages.
- Remove live wallpapers
- Remove cm wallpapers
- Check if adb is running or not.
- Update the repo
- Compile cyanogenmod
- Built in color themes. > http://goo.gl/cED8t
- Plugin support. (More information on this to come)
- local config file for saving settings or manually editing them.
- Odex plugin built into the package. This will take your connected cyanogemod installed phone and odex the rom on the phone.
Known Issues:
- There is nothing under the menu option 99. This is a placeholder for information about me and the compiler. If you select it it will just exit you out of the script.
- There is no checking for installed software. You will need to install the needed packages on your own to compile. Check post 2 for needed software.
- I have only tested this with ubuntu 11.04.
- Removing the CM wallpapers from the build only works with gingerbread for now. Everything else is working as expected for me.
- I don't check for open ports on your network, so there might be issues connecting to the repos and syncing. I have not built error checking for that.
Features to come:
- Check for installed tools and tell you which are still needed
- Installer/Remover
- Updated information about CMC and plugin support.
- Pure AOSP via plugin
- Adb installer
- Better error checking support.
- Check for errors during compile and point to places to fix.
- Edit the name of your kanged rom!
- I will also take requests!
Please any issue that should arise, I apologize in advanced. Please let me know with as much detail as possible to replicate the issue and I will resolve it.
You can follow me on google+ I tend to talk about it a bit on there as well.
Click to expand...
Click to collapse
ok, i'm not sure...
-it has to be installed on your pc
-it connects to your repo
-it lets you choose which is your device
-it lets you choose which feature to compile
-it downloads the compiled package
-it pushes to your device which is connected via usb
am i right?
bye
alessandro_xda said:
ok, i'm not sure...
-it has to be installed on your pc
-it connects to your repo
-it lets you choose which is your device
-it lets you choose which feature to compile
-it downloads the compiled package
-it pushes to your device which is connected via usb
am i right?
bye
Click to expand...
Click to collapse
From the screenshot it looks like a script being run in Ubuntu. I think the OP means that his script and whatever resources will be cloned from his repo with the given command, but then it will pull the cyanogenmod sources required for your device from their servers. It then compiles on YOUR machine.
Well I could try finishing it. Not sure. I am learning bash scripting at school so
sorry for dumb question but: is there a way to have something like that on Windows?
provolinoo said:
sorry for dumb question but: is there a way to have something like that on Windows?
Click to expand...
Click to collapse
nope probably will never happen. the work needed to even attempt would be retarded
you can use an emulator to VM a linux box. as long as your pc is fast enough.
Thats what im doing anyways
nice tool, im gonna clone the repo after and take a whack at the tool - thanks !
This looks interesting. Will give it a try, but hoping to see a beta/release candidate soon
is there any version for windows???
Read two post up

[ROM][5.0.2][SIRIUS] AOSPA 5.0-ALPHA1 (UNOFFICIAL)

This is an unofficial build of Paranoid Android 5.0 (currently in ALPHA)
BUILD 2015-03-03 IS LATEST
FEATURES:
- PA Features
What works
Since build 2015-01-27 camera is definitely working; CM12 Theme engine is also present and working.
Please report stuff that still doesn't work.
What definitely doesn't work
Recovery in FOTA partition (?)
DOWNLOAD
Just flash the ZIP in recovery, make sure you full-wipe the device beforehand!!!
NEITHER I NOR THE PARANOID ANDROID TEAM TAKE ANY RESPONSIBILITY WHATSOEVER FOR ANY DAMAGE INCURRED TO YOUR DEVICES WHEN USING THESE BUILDS IN ANY WAY, SHAPE OR FORM!!!
They do, however, take great pride in making a cool ROM.
I am but a humble servant.
BIG THANKS TO @Kevinjoa for providing a build server. You rock.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XDA:DevDB Information
UNOFFICIAL PA 5.0, ROM for the Sony Xperia Z2
Contributors
cheep5k8
Source Code: https://github.com/AOSPA-legacy
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: AOSPA
Version Information
Status: Testing
Created 2014-12-04
Last Updated 2015-03-03
First!!
Guys, the Dialer is broken. It crashes right after dialing.
Until I release a new build, there is an updated Dialer.apk in my MEGA folder.
Just copy it into /system/priv-app/Dialer/ and reboot.
Tried to install on my Z2 but when i'm running the zip it says "This package is for: D6502, D6503, D6506, D6543, Sirius; This device is Yuga"
you're gonna have to change your kernel as whatever kernel you're on was probable based on one for the z
Never thought you'll open a new thread. You can keep on with your own build until the team rolls out official build.
I'll keep the device tree updated.
OK, thanks. I've basically made this build for myself but I thought I might share it... I'm sorry if this is against good practice. I'm fine with closing the thread if you guys want to.
Aside from that it works really great! Thanks to the PA team again and again!
Got the double-tap-to-wake working. Thanks to this commit: http://review.cyanogenmod.org/#/c/80439/
Somehow i didn't manage to enable it from the settings, I got to edit the dt2w file manually.
UPDATE: It's merged to the main kernel source, next builds including CM should have this working. (at least the code btw)
UPDATE-2: Setting SELinux to permissive fixed it.
My main build machine is actually at work, so there won't be a new full build by me until Monday, but I'll see if I can make a new kernel image and upload it. Thanks!
EDIT: Any estimate on the battery life impact? (Should be minimal on the Z2 anyway)
@TheMrcool212:
Great, it works! Though not sure yet if current boot.img is suitable for everything, I'm still testing.
audio_policy.conf is missing the output-flag-fast flag for a2dp ("flags AUDIO_OUTPUT_FLAG_FAST"). Once it's there, bt audio works very well.
cheep5k8 said:
audio_policy.conf is missing the output-flag-fast flag for a2dp ("flags AUDIO_OUTPUT_FLAG_FAST"). Once it's there, bt audio works very well.
Click to expand...
Click to collapse
Here? https://github.com/AOSPA-legacy/and...us/blob/lollipop/audio/audio_policy.conf#L103
TheMrcool212 said:
Here? https://github.com/AOSPA-legacy/and...us/blob/lollipop/audio/audio_policy.conf#L103
Click to expand...
Click to collapse
Hey,
Nope, here, at outputs:
https://github.com/AOSPA-legacy/android_device_sony_sirius/blob/lollipop/audio/audio_policy.conf#L95
The flag should *also* be present in the compress-offload policy, here:
https://github.com/AOSPA-legacy/android_device_sony_sirius/blob/lollipop/audio/audio_policy.conf#L51
HTH
Just for clarity I've uploaded the working audio_policy.conf:
https://gist.github.com/md5555/f61bb1dfb842519c6c25
Since we're speaking of audio, I've also somewhat modified the mixer path conf; among other fixes it eliminates the mic audio playing back into the headphones when making a voice call on headset. It's in our AOSP repo: https://github.com/xperia-aosp-proj...blob/lp5.0/rootdir/system/etc/mixer_paths.xml
Send me a pull request, I'm leaving home until tomorrow.
I'm not really home either so I guess not before tomorrow.
Sensors are partially broken in the dt2w kernel, so I'm keeping this one for me (check with e. g. CPU-Z)
Uploaded new build 20141209.
Build 20141209-2 contains BT fixes from CM gerrit which fix no audio on bluetooth/problems restarting BT under some circumstances until reboot.

[UB]Tipsy Marshmallow[6.0.1]

*Welcome to Tipsy*​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a slim based rom with lot of goodies added and awesomeness of RRO Layers. This rom is for people who want to stick to stability+performance accompanied with a slim base. This rom is well tested before release so expect a major stability
Code:
[COLOR="Red"][SIZE="4"]Requirement & Instructions[/SIZE][/COLOR]
A device with boot loader unlocked is required
TWRP Recovery Highly Recommended
Copy the Rom.zip to SD card,
Boot to TWRP. Wipe cache, dalvik cache, system, data for bug free experience
Flash rom zip
Flash any 6.0 Gapps ([URL="opengapps.org"]Open Gapps[/URL] recommended)
Boot to system.
Reboot.... and Done
Let the bar Open :P
DOWNLOAD ROM
STAY TIPSY
Sources
Kernel
Give me logs if anything not working --> adb logcat
XDA:DevDB Information
Tipsy, ROM for the Sony Xperia ZR
Contributors
Daedroza, airlessproject
Source Code: https://github.com/TipsyOs
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader
Based On: AOSP/Slim
Version Information
Status: Alpha
SCREENSHOTS : http://forum.xda-developers.com/devdb/project/?id=14933#screenshots
NOTICE :
SWITCH OFF double tap to wake in settings ( else it will causerandom freeze )
Created 2016-04-20
Last Updated 2016-04-20
Wow,,,new rom again,,good job @Daedroza,,thanks,,
Is there any screen shoot??
Hello... This ROM is Official?
4
any screen shoot???
Please insert screen shot
Sent from my Xperia ZR using Tapatalk
i have tried this rom. but it didnt booted up for me,
optimization of apps got finished and the screen stays in there forever.
Great job man this rom is stable?
Please insert SCERREN
Ptamigi said:
Great job man this rom is stable?
Please insert SCERREN
Click to expand...
Click to collapse
rahulvr said:
i have tried this rom. but it didnt booted up for me,
optimization of apps got finished and the screen stays in there forever.
Click to expand...
Click to collapse
ahmedsamimorsy said:
any screen shoot???
Click to expand...
Click to collapse
ostadmaster said:
Please insert screen shot
Sent from my Xperia ZR using Tapatalk
Click to expand...
Click to collapse
Uploaded screenshots at Screen Shot sections.
New build is up
[+]Toolchain optimizations
[-]Camera FC <--- Not working so camera won't show up in menu ( working hard on it, should be fixed by next week )
[+]updates sources, see changelog w/ 3.4.111 linux kernel ( more memory optimizations and better management )
People, I will maintain this ROM, I am learning a lot of stuff about rom building. I'm sure I will give you fixes but give me logs!
[+]Camera Fixed.
[+]Proper Partition tables.
[+]Toolchain optimisation.
https://drive.google.com/open?id=0B9yrk5QZnasiSThDWjg0TkoyRjg
can anyone provide a google drive link please the links are dead -_-
Daedroza said:
Uploaded screenshots at Screen Shot sections.
New build is up
[+]Toolchain optimizations
[-]Camera FC <--- Not working so camera won't show up in menu ( working hard on it, should be fixed by next week )
[+]updates sources, see changelog w/ 3.4.111 linux kernel ( more memory optimizations and better management )
People, I will maintain this ROM, I am learning a lot of stuff about rom building. I'm sure I will give you fixes but give me logs!
Click to expand...
Click to collapse
Boss? where's the screenshots? i cant find it.. no images were posted in the link you have given

[RECOVERY] [DISCONTINUED] TWRP for Samsung Galaxy Tab 3 Lite 7.0 (goya)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Win Recovery Project
Discontinued
For the Samsung Galaxy Tab 3 Lite 7.0 (goya)
I will no longer support these builds since I no longer have a working SM-T110. I can't test anything, and I'm no longer interested in reviving this budget tablet from 2014.​
ISSUES
Temperature is not available because the kernel does not support it
DOWNLOADS
All nightly releases are on our build repository. DOWNLOAD
All standard releases are on the TWRP website. DOWNLOAD
LINKS
Source Code
Discord Server
I CANNOT TEST THESE BUILDS!
My tablet is currently hard-bricked and I have no way of testing the builds myself. Flash at your own risk.​
does this version also work on SM-T113 ?
and what are the benefits compared to 3.0.2-0
cybero2912 said:
does this version also work on SM-T113 ?
and what are the benefits compared to 3.0.2-0
Click to expand...
Click to collapse
It does not work on SM-T113. And what TWRP release are you talking about? Please provide a link. Thanks.
I am talking about version 3.0.2-0
Linked in this thread
with your version the tablet does not boot into recovery (stuck on boot screen)
installed old version using download mode and odin
cybero2912 said:
with your version the tablet does not boot into recovery (stuck on boot screen)
installed old version using download mode and odin
Click to expand...
Click to collapse
SM-T113 and the SM-T110 are different devices
The SM-T113 has a different chipset
The TWRP version you linked is not compatible because it's for another device
I did not read you previous post carefully when you wrote It does not work on SM-T113 I read I does work
but maybe better if you edit you first post from "Port for SM-T11x" to anything else
cybero2912 said:
I did not read you previous post carefully when you wrote It does not work on SM-T113 I read I does work
but maybe better if you edit you first post from "Port for SM-T11x" to anything else
Click to expand...
Click to collapse
OK, sure, thanks
It works perfect in T110
The only problem is the lack of new roms... Good job
Problem... this everyone booting to twrp. T-111
Sorry, but can you make new stockles rom? For t-111. Wich updated zones, apps t.e...
Senk! Or aosp rom which working wifi and gsm...
Postmarket os working good? Can use this for every day?
pmOS doesn't work good for me at all
wifi not connecting, no audio, hardware acceleration and the list goes on
T-111 said:
Problem... this everyone booting to twrp. T-111
Click to expand...
Click to collapse
This is a known issue with the kernel, and I can't really do anything about it. Run busybox reboot in TWRP terminal and you'll reboot to system.
"Bysybox reboot" in twrp 3.6.1 - twrp reboot me to os?
What rom you use? Pls, can you give me your backup or good rom name?
Nice work. It boots fast.
Maybe you could add a reboot button or replace the current one with one that runs busybox reboot.
adryyy said:
Nice work. It boots fast.
Maybe you could add a reboot button or replace the current one with one that runs busybox reboot.
Click to expand...
Click to collapse
Was working on that until I managed to hardbrick my T110. Maybe I'll get back to development someday, but currently not my priority.

Sailfish OS for Xiaomi Mi Note 10 (4.4.0.72)

Sailfish OS 4.4.0.72 (Vanha Rauma) for Xiaomi Mi Note 10
(This is NOT an Android ROM, it's a port of https://en.wikipedia.org/wiki/Sailfish_OS )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is the first public release of this SFOS port.
What works:
Wifi
Cellular data
GSM calls (no VoLTE)
Bluetooth, in calls too.
Sound
Camera pics, video
Multiple camera support in Jolla Camera [1] and Advanced Cam
GPS
sensors (except proximity)
infrared
FOD [2]
Need more work:
Virtual Proximity Sensor.
NFC
FM Radio
[1] currently through a patch + # dconf update
[2] You need to install this patch and use sailfish-fpd-community for enrolling
Download flashable zip: https://github.com/sailfishos-on-tucana/Readme/releases/tag/4.4.0.72-prerelease
(You need to flash vendor partition from Android 10 too)
Installation instructions and repository for bugs: https://github.com/sailfishos-on-tucana/Readme
Kernel source: https://github.com/b100dian/Xiaomi_Kernel_OpenSource/tree/tucana-hybris-17.1
L.E. Forgot to give credit where due: This port was made possible when @alibei made his initial Lineage 17.1 work available, this being a prerequisite to start porting Sailfish OS at that time (now Lineage 18.1 would work as a porting base too). Thanks!
@b100dian Please check your PM inbox. Thank you.
-Regards: Badger50
How long does the battery last? Is it better than Android? Does the apk emulation work? Do you have to buy an extra license?
Hi @lizzmo ,
The usual battery life I get is around 48 hours. I don't remember how battery life was under android, but you probably know. I am trying a service that shuts down cores whenthe screen is off but so far I get adsp kernel oopsies fron time to time if I turn off the big cores..
This is the free SFOS, no licence needed but no Exchange and Alien Dalvik either.
You can however install Waydroid. But location support and camera are spotty. I use it for banking apps only.
Thanks for your fast reply. I find your project very exciting. Is there any chance that it gets somehow "official" and will support native starting of APKs over license?
Unfortunately I don't see any development in this area. Licenses for ports are being discussed (e.g https://forum.sailfishos.org/t/licenses-without-support-for-unofficially-ported-devices-xz2c/7076) but I think I saw a community meeting mentioning that it is not feasable (sorry, cannot find the exact discussion).
Alien Dalvik must use some of the same LXC container technology that waydroid uses, so it should be feasable to have it installed, I don't have a 64-bit license to try it out and cannot help here.
<rant>
Think of it like this: going to another OS that is not Android means that you need some lifestyle changes. Although I could have managed to check an entirely android-only messaging app by starting Waydroid, I chose to stop using it. Messaging apps that have clients for SailfishOS are Telegram and Signal.
In general, using a non-android OS is a deeper de-google: you will find which services have APIs that people can build apps for in any other OS, and which you should not touch. I wish I could say that the same goes for banks, but they live in their own bubble.. well, at least I do have one banking account accesible through browser + SMS 2FA and that's cool.
</rant>
@b100dian Hi, I tried 3 times but still bootloop... Android 10 vendor part - lineage 17.1 build - and the sailfish 4.4.0.72 image you provided... I wonder what am I doing wrong? I use orangefox instead of twrp. Could you please write the detailed installation order?
Hi @lokenk, thanks for trying this.
Let's see what could go wrong.
You can try the exact version of Android 10 *vendor* I'm using, if you haven't already, see the [Readme](https://github.com/sailfishos-on-tucana/Readme)
You could have booted a encrypted fs OS that mangled /data content - maybe try erasing data and re-flash the sailfishos zip
You could try from `adb shell` in orangefox to see what are the contents of the file `/sys/fs/pstore/console-ramoops` after the first boot failure (keep the vol-up pressed while you know it is going through reboot so that the first failed boot is followed by the orangefox boot which should have that file. Paste that file on a paste service and let's look together.
4.5.0.19 release Release 4.5.0.19 Release · sailfishos-on-tucana/Readme · GitHub 3
Sorry forgot to update here on XDA too - you can also get news about this on SFOS forums.
Changes:
Updated hybris to be able to run Qt 5.15 apps.
Removed gmp-droid (using gecko-camera in the browser with GECKO_CAMERA_DROID_NO_MEDIA_BUFFER=1)
To update if you're not installing this version directly:
in Terminal or over ssh:
Code:
$ devel-su
# ssu re 4.5.0.19
# version --dup
and reboot.

Categories

Resources