Development [DISCONTINUED] [RECOVERY][UNOFFICIAL] OrangeFox R11.1 [Beta] for Galaxy A02s / M02s (Snapdragon) - Android 10 & 11 - Samsung Galaxy A02s

Using @afaneh92 twrp device tree as a base.
I now have a very usable but still unofficial version of the latest orange fox recovery - R11.1
As the days go on, I'm getting closer to it becoming official just a few annoyances to resolve.
Just like that version of twrp. Encryption/DeCryption is currently not working.
The ofox android app is working to send detailed scripts, and the usual ofox additions, such as a magisk manager, fully customisable.
Please install via TWRP following closely the instructions on the thread and then flash the ofox zip from there.
I am updating the versions daily but please do post any issues found.
Ofox device tree : https://gitlab.com/ForForkSake/a02s
Telegram: https://t.me/galaxy_a02s

Update uploaded - 28082021
Corrected Dimensions and status bar
reverted back to previous recovery and twrp fstab - resolving _image mount errors.
flashlight update - in stock android 11 running the following command as su, turns on the rear flashlight
Code:
echo 255 > /sys/class/leds/led:switch_1/brightness
updated variable as such but still not turning on in recovery. TBC​
Update uploaded - 27082021
merged @afaneh92 latest device tree updates
fixed nano,
Various cosmetic adjustments
Added Application Manager (work on Android 10 only)

CFKod said:
Update uploaded - 28082021
Corrected Dimensions and status bar
reverted back to previous recovery and twrp fstab - resolving _image mount errors.
flashlight update - in stock android 11 running the following command as su, turns on the rear flashlight
Code:
echo 255 > /sys/class/leds/led:switch_1/brightness
updated variable as such but still not turning on in recovery. TBC​
Update uploaded - 27082021
merged @afaneh92 latest device tree updates
fixed nano,
Various cosmetic adjustments
Added Application Manager (work on Android 10 only)
Click to expand...
Click to collapse
Nice! When there will be a new update?

Doesn't work. Recovery bootloops. Please fix it.

Sorry I no longer have this Device... Stick with TWRP

Thread closed at author's request as this project has been discontinued and is no longer supported.

Related

[RECOVERY][UNOFFICIAL][UGGLITE][V3.2.1-027] Red Wolf Recovery Project

{
"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"
}
Code:
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Red Wolf Recovery is custom recovery based on TWRP source code however some things are working here slightly different then you might expected. The main objective of this project is to provide stable recovery with features which you have never seen before in a recovery and which have not been accepted for adding to the official source code of TWRP. This recovery is also first recovery on the world with password protection.​
Based on TWRP version: 3.2.1
For devices: Ugglite
Authors build: yshalsager
Developers: @ATG Droid & @dadi11
Thanks: z31s1g (for the base of his theme), Ray Li (For his useful advice in the beginnings), osm0sis (for his image scripts), etc.
Features:
Code:
[B]Translated to EN & CZ [/B]
- Password protection
- Flashlight
- MIUI Incremental OTA Support
- Built-in latest Magisk, SuperSU & AromaFM
- Support two screenshot GUI actions - Power+VolDown to save screenshot in to the internal storage &
Power+VolUp to save screenshot in to the external storage (Will be automatically saved in to the internal in case
that external storage doesn't exist).
- Support automatic reboot after the restore process
- Recovery can automatically modify some props in the ROM directly during the installation
- Some built-in scripts from community
- Tap to wake support
- Advanced deactivation of the stock recovery
- Automatic deactivation of the dm-verity & forced encryption directly during the installation of the ROM
- Recovery can notify you about the completed backup/restore/installation using the notification diode & vibration.
- Support "set on boot" settings.
[B]* Changes for security reasons *[/B]
- ADB isn't starting automatically at the start of the recovery. You have to activate it in recovery
- MTP isn't starting until user enter correct password
- Deactivated TWRP theme engine
[/URL]
Some differences to the official version:
Code:
[COLOR="red"]- get out of here if you are pirating apps. this recovery is not for you[/COLOR]
- always up-to-date with the latest TWRP changes
- compiled on omnirom-7.1 source
- kernel compiled inline with the recovery
- There isn't bug with reboot from recovery to recovery
- more languages
- other improvements from Features and Changelog lists
Changelog:
Code:
RedWolf-V3.2_027
- If screen is turned off then automatically detect AROMA Installer package and unblank screen before starting the update binary which is going to call AROMA GUI, so we won't be stuck at the black screen since AROMA engine require screen to be turned on.
- Added ability to change OTA Survival driver properties from the recovery GUI, allowing recovery to support "out of the box" almost all incremental OTA updates from different OEMs/custom ROMs out there (as long as they have correctly formatted metadata).
- Notify user about the current activity of the deactivation process - that's handled under the console
- Improved dumwolf driver
- Removed the vibration feedback from all GUI elements
- Automatically resize bootable partitions during nandroid backups
- Changed theme to black/white/red style based on @TBO material theme
- Data files aren't anymore saved on the storage partitions, which means that we're now able to survive even encrypted device.
- Some bug fixes and improvements...
RedWolf-V3.2_026
- This is just a quick bug fix release for MIUI users. So is highly recommend to update to this build if you are using MIUI.
RedWolf-V3.2_025
- Fixed crash of the recovery while running OTA_RES.. (So MIUI OTA is now working again)
- General bug fixes and improvements
- Fixed bug with MIUI Updater app showing error that installation failed after installation of full ROM
- Deactivation process is now called only when it's really needed
- Updated kernel
RedWolf-V3.2_024
- Fixed GUI color glitch while starting Aroma Installer update-binary
- Optimized pigz runtime process
- Updated recovery base to the AOSP 8.1.0 & TWRP 3.2.1
- Highly improved signature verification for Incremental packages so now we can be really sure if the package is compatible with the ROM.
- Introduced a file based backup/restore engine. Expect it to be improved with the next builds...
- Improved security related to the password protection
- Fixed loading of the AromaFM config file
- System survival process for Incremental packages is now set by default
- Code optimizations
- Removed the dumwolf process
- Added signature check for incremental OTA survival so we won't be unnecessarily creating a new one if it's signed under the same access key
- Magisk updated to the version 15.1
- Added Indonesian language
- Fixed issues with Chinese characters...
- Governor which is changed by the action in the recovery GUI is now automatically set for all cores instead of only four.
RedWolf-V3.2_023
- Updated recovery base to the TWRP version 3.2.0
- Fixed issue with recovery sometimes showing "NO-OS" page even when OS is installed
- Merged: Fstab V2, minui updates, Keymaster 3.0 support, ADB updates, fixes related to the compiling errors...
- Added patch against the pirating applications
RedWolf-V3.1_022
- Small improvements in the installation process
- Recovery will now automatically warn the user in case that user selected to install the zip which contain a bootloader
- You can now wipe installed substratum overlays directly from the "advanced wipe" section
RedWolf-V3.1_021
- Automatically return install error if there is any issue with Incremental OTA Survival
- Added option to also backup system partition for Incremental OTA Survival (It's not always needed, but just in case it's better to backup it.)
- Added support for the compatibility verification of the Incremental Package
- Rebuilded & improved installation process
- Fixed starting process not being disabled correctly in case that we are running ORS
- Translation update
- Added support for devices with 2GB RAM or less... (Check installation process of this build for more info)
- Added checkbox for activation/deactivation of the boot check (Disable only if you really need to).
- Fixed booting problems on some custom ROMs which don't have gzip compressed ramdisk
- Removed bookmark feature
- Added ability to unzip files using the stock filemanager.
- Added search selection for the stock filemanager.
- Fixed 'No OS' on system image restore after wipe
- Merged some latest commits from TWRP gerrit
RedWolf-V3.1_020
- Fixed flashing of the images in the previous 018 build
- Added back support for unpacking of the LZ4 compressed ramdisk
- Fixed bookmark feature
RedWolf-V3.1_019
- Disable TWRP installation directly during the first boot
- Default time zone was set to CEST
- Use military time as default time.
- Support of the custom themes was completely removed from the installation process
- Few fixes & improvements in the strings.
- Default value of the RedWolf specific vibrations was slightly increased
- Improved saving/loading of the AromaFM config file.
- User can now select if recovery should disable stock recovery when system is mounted as read-only.
- Default color of the recovery was set to red.
- Fixed automatic reboot if the installation process was unsuccessful
- Center time in the statusbar as default
- Show CPU temp in statusbar as default
- Added "Red Wolf No-OS search engine". Enable this if you are sometimes getting No-OS installed error even when OS is installed.
- Added back support for extra languages
- Added support for Talian language
- Updated Chinese (simplified) translation of the AromaFM by LiuNian and Pzqqt
- Fixed displaying of the extra languages
- Improved mounting of the partitions during the applying of set on boot values
- Fixes with "stuck at unmounting"
- Highly improved speed of the recovery while setting up a new password, changing accent color or setting a new splash screen
- Magisk updated to the V14.3
- Recovery now won't allow the user to enter special characters while entering the password (Causing issues...)
- Few improvements with the Android Oreo installation
- Updated kernel
- Added ability to select if recovery should automatically disable forced encryption in the ROM
- Recovery will now automatically rename scripts in the system if the "Aggresive stock recovery deactivation" is enabled
- Added ability to select if recovery should automatically enable/disable USB Debugging in the ROM
- Removed some useless files to save the space
- Added support for saving the set on boot values also during the automatic reboot
- Redesigned flashlight icon
- Recovery now won't allow the user to enter the space in to the backup name
- Improved support of the last status checking of the MIUI ROM
- Recovery now won't show any button after the cancelled reboot action untill the sleep action won't be running anymore
- You can now select if recovery should also automaticaly reboot after the successfuly finished restore process
- Recovery will now hide the automatic backup feature if the system partition is mounted as read-only
- Updated recovery base to the AOSP 8.0.0
- Updated image drivers
- Added ability to select if recovery should automatically enable/disable "ro.adb.secure" property in the ROM
- Recovery will now automatically disable starting of the flash_recovery service if the "Aggresive stock recovery deactivation" is enabled (this process is also compatible with the backup of the init.rc by Magisk or SuperSU).
- Added new section called "Special Actions" in to the advanced menu
- Updated & optimized flashlight drivers
- Added ability to select if recovery should automatically enable/disable "ro.secure" property in the ROM
- Added ability to select if recovery should automatically enable/disable "ro.allow.mock.location" property in the ROM
- Highly improved support of the Incremental Package installation, detection etc.
- Updated Chinese (simplified) translation of the recovery by LiuNian and Pzqqt
- Added support for the complete deactivation of the secure boot in the MIUI based ROMs
- ADB is now automatically starting as root
- Added support for the RedWolf update package
- Default theme of the AromaFM was changed to holo black with the sense icons and automount turned on
- SuperSU Updated to the 2.82 SR5
- Updated ramdisk cleaner & added support for more kernels (thanks to @MOVZX's kernel installation scripts...)
- Small fixes with the /WOLF folder in the PartitionManager
- Highly improved speed of the reboot
- 'Deactivation process' is now automatically called during the installation instead of the reboot
- Imroved deactivation of the leds after the installation / backup / restore process.
- Fixed bug with recovery showing on the governor page that the active governor is "Interactive" even when user selected performance/powersave mode.
- Removed some GUI messages while we are installing built-in zips.
- And many other things which i don't remember anymore...
RedWolf-V3.1_018
- Fixed bugs with MIUI OTA Support to make sure that it will work even with newest beta builds of the MIUI
- Updated Polish translation by Daviteusz
- Fixed bugs in the Polish strings & edited the scale of the Russian strings
- Recovery will be now more aggressive if the process of the stock recovery doesn't want to be disconnected (Sometimes happen on some MIUI ROMs).
- Added detection of the installed ROM
RedWolf-V3.1_017
- Magisk updated to the V13.6
- SuperSU updated to the 2.82 SR3
- Added ability to automatically flash SuperSU config before the SuperSU - https://forum.xda-developers.com/apps/supersu/2017-08-13-supersu-config-t3655754
- Deactivated hw keys
- Added some missing back buttons
- Attempted to fix encryption
- Attempted to fix MIUI OTA installation - needs testing
- Removed extra languages (were not displayed properly)
- Small update which fixed deactivation of the dm-verity & forced encryption. Now you really don't have to flash the lazyflasher everytime when you are installing the MIUI ROM.
RedWolf-V3.1_016
- Fixed feature "Backup wifi, bluetooth & hosts" not to work if the user wiped the data partition using the "factory reset".
- TWRP source code was updated to the Aug 15, 2017
- Fixed recovery remembering the wipe list after setting a new gui page.
- Improvements with the mounting of the partitions during the boot
- Fixed led drivers on mido
- Fixed ability to set custom backup folder name & ADB ID
RedWolf-V3.1_015
- Updated with the latest TWRP changes
- Added flashlight switch on mido
RedWolf-V3.1_014
- Fixed recovery not deactivating the dm-verity, forced encryption, & stock recovery if the OS was detected as not installed. This issue was often happening on some MIUI ROMs.
- Improvements with the OTA update system of the MIUI.
- Fixed wrong reboot for some users.
- Added support for automatic deactivation of the dm-verity, forced encryption & stock recovery after finishing the OpenRecoveryScript process.
- Fixed recovery not deactivating the dm-verity & forced encryption during the automatic reboot after the finished installation.
- Better explain the current situation if the OS was detected as not installed.
- osm0sis's scripts "unpackbootimg" & "mkbootimg" can now be easily called from the script or terminal
- Improved the speed of the reboot
- Updated the community script "Fingerprint scanner fix" by Magua. It's now working again!
- Added NTFS & exFAT support
- Added more languages and updated Polish RedWolf translation by @Daviteusz
- Added FGO patch - https://goo.gl/GBkhMN
RedWolf-V3.1_013
- Slightly improved deactivation of the stock recovery during reboot after the zip installation
- Added ability to flash boot logo in the recovery
- Fixed firmware restoring issues
RedWolf-V3.1_012
- added F2FS support for mido
- added Night Mode (kcal) support for mido
RedWolf-V3.1_011
- Updated Polish translation by @Daviteusz
- Added few missing strings from the latest TWRP source
[Red Wolf] Install TWRP and root your device without breaking incremental OTA's!
Known Bugs:
- Flashlight is not working.
Downloads:
Latest build for Xiaomi Redmi Note 5A/Y1 (ugglite)
RedWolf-027-Unofficial-ugglite.img
Warning:
Please remember that recovery with password protection isn't still a full protection for your phone. Red Wolf can only prevent unauthorized access to your device from recovery. But your device can be still reinstalled using fastboot or Miflash.
XDA:DevDB Information
[RECOVERY][UNOFFICIAL][UGGLITE][V3.2.1-027] Red Wolf Recovery Project, Tool/Utility for the Xiaomi Redmi Note 5A/Prime/Y1
Contributors
yshalsager, ATG Droid, Dadi11
Source Code: https://github.com/RedWolfRecovery
Version Information
Status: Testing
Created 2018-02-21
Last Updated 2018-05-07
Sources:
Recovery: https://github.com/RedWolfRecovery/rw_recovery
Device trees:
https://github.com/RedWolfRecovery-Xiaomi-Devices/android_device_xiaomi_ugg
https://github.com/RedWolfRecovery-Xiaomi-Devices/android_device_xiaomi_ugglite
Screenshots: Here
In ugglite not working. Phone don't go to recovery, reboot and boot normally.
ugglite no work please see : https://forum.xda-developers.com/android/development/recovery-red-wolf-recovery-project-t3762730
Costum rom
Thanks before,and let me hope another dev make costumrom for RN5A UGG,I try 1 mounth searching costumrom yet beside MIUI Pro,or XIAOMI EU,I dont get it why so quiet support?
Reza740 said:
Thanks before,and let me hope another dev make costumrom for RN5A UGG,I try 1 mounth searching costumrom yet beside MIUI Pro,or XIAOMI EU,I dont get it why so quiet support?
Click to expand...
Click to collapse
ugglite
Try to find ugg there
As stated previously, this recovery doesn't work. Try the one on post number 4.
yshalsager said:
ugglite
Try to find ugg there
Click to expand...
Click to collapse
Sorry one question please,I dont understand how to find there,in there all speaking russian no english,maybe next future and thanks again for suggest to me,cheers
Sent from my ugg using XDA Labs
thanks a lot.:laugh:
Updated!
Red Wolf V3.2.1-027
Finally, It's working
Tested on ugglite only.
I will update ugg soon
If any ugg user interesting in testing, ping me on telegram
would that be also for the 2/16 version?
Gesendet von meinem S3 mit Tapatalk
TommeleTBone said:
would that be also for the 2/16 version?
Gesendet von meinem S3 mit Tapatalk
Click to expand...
Click to collapse
It's already for it.
2/16 is ugglite
ah cool, because there was a recent '2gb'-version besides the ugg and ugglite, that made me wonder...
Gesendet von meinem S3 mit Tapatalk
yshalsager said:
Updated!
Red Wolf V3.2.1-027
Finally, It's working
Tested on ugglite only.
I will update ugg soon
If any ugg user interesting in testing, ping me on telegram
Click to expand...
Click to collapse
Thanks a lot!
yshalsager said:
Updated!
Red Wolf V3.2.1-027
Finally, It's working
Tested on ugglite only.
I will update ugg soon
If any ugg user interesting in testing, ping me on telegram
Click to expand...
Click to collapse
hey. have you finished testing the one for ugg?
gingerboy92 said:
hey. have you finished testing the one for ugg?
Click to expand...
Click to collapse
After exams.
@gingerboy92 ugg build, Can you test?
https://www.androidfilehost.com/?fid=746163614322266065
yshalsager said:
@gingerboy92 ugg build, Can you test?
https://www.androidfilehost.com/?fid=746163614322266065
Click to expand...
Click to collapse
Something is wrong. Partition mount error.
gingerboy92 said:
Something is wrong. Partition mount error.
Click to expand...
Click to collapse
Okay, thanks for testing
yshalsager said:
Okay, thanks for testing
Click to expand...
Click to collapse
alright. for now i just unpacked the ugglite build, replaced the ugglite props and *variant*.rc to ugg. working fine. not sure if it'll go wrong but i only use the recovery to flash new rom so i guess it'll be ok, i hope it'll be ok rofl

[RECOVERY][UNOFFICIAL][ido][V3.2.1-027] Red Wolf Recovery Project [13-04-2018]

{
"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"
}
Code:
/*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this RECOVERY
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Red Wolf Recovery is custom recovery based on TWRP source code, however some things are working here slightly different then you might expected. The main objective of this project is to provide stable recovery with features which you have never seen before in a recovery and which have not been accepted for adding to the official source code of TWRP. This recovery is also first recovery on the world with password protection.​
Based on TWRP version: 3.2.1
For devices: ido
Authors build: krasCGQ
Kernel: KudProject/kernel_xiaomi_msm8916
Developers: ATG Droid, dadi11 & Devil7DK
Thanks: z31s1g (for the base of his theme), Ray Li (For his useful advice in the beginnings), osm0sis (for his image scripts), dadi11 (for his awesome kernel & mido builds) etc.
Features:
Code:
[B]Translated to EN, PL, zh_cn, & CZ [/B]
- Password protection
- Flashlight
- MIUI Incremental OTA Support
- Built-in latest Magisk, SuperSU & AromaFM
- Support two screenshot GUI actions - Power+VolDown to save screenshot in to the internal storage &
Power+VolUp to save screenshot in to the external storage (Will be automatically saved in to the internal in case
that external storage doesn't exist).
- Support automatic reboot after the restore process
- Recovery can automatically modify some props in the ROM directly during the installation
- Some built-in scripts from community
- Tap to wake support
- Advanced deactivation of the stock recovery
- Automatic deactivation of the dm-verity & forced encryption directly during the installation of the ROM
- Recovery can notify you about the completed backup/restore/installation using the notification diode & vibration.
- Support "set on boot" settings.
*[B] Changes for security reasons [/B]*
- ADB isn't starting automatically at the start of the recovery. You have to activate it in recovery
- MTP isn't starting until user enter correct password
- Deactivated support of the custom themes
Some differences to the official version:
Code:
[B][COLOR="red"]- get out of here if you are pirating apps. this recovery is not for you[/COLOR][/B]
- always up-to-date with the latest TWRP changes
- compiled on omnirom-7.1 source
- kernel compiled inline with the recovery
- fixed backup/restore of Firmware
- added F2FS support
- added NTFS support
- added exFAT support
- more languages
- other improvements from Features and Changelog lists
Changelog:
Code:
[B][U]RedWolf-V3.2_027[/U][/B]
- If screen is turned off then automatically detect AROMA Installer package and unblank screen before starting the update binary which is going to call AROMA GUI, so we won't be stuck at the black screen since AROMA engine require screen to be turned on.
- Added ability to change OTA Survival driver properties from the recovery GUI, allowing recovery to support "out of the box" almost all incremental OTA updates from different OEMs/custom ROMs out there (as long as they have correctly formatted metadata).
- Notify user about the current activity of the deactivation process - that's handled under the console
- Improved dumwolf driver
- Removed the vibration feedback from all GUI elements
- Automatically resize bootable partitions during nandroid backups
- Changed theme to black/white/red style based on @TBO material theme
- Data files aren't anymore saved on the storage partitions, which means that we're now able to survive even encrypted device.
- Some bug fixes and improvements...
[CODE][B][U]RedWolf-V3.2_026[/U][/B]
- This is just a quick bug fix release for MIUI users. So is highly recommend to update to this build if you are using MIUI.
[B][U]RedWolf-V3.2_025[/U][/B]
- Fixed crash of the recovery while running OTA_RES.. (So MIUI OTA is now working again)
- General bug fixes and improvements
- Fixed bug with MIUI Updater app showing error that installation failed after installation of full ROM
- Deactivation process is now called only when it's really needed
- Updated kernel
[B][U]RedWolf-V3.2_024[/U][/B]
- Fixed GUI color glitch while starting Aroma Installer update-binary
- Optimized pigz runtime process
- Updated recovery base to the AOSP 8.1.0 & TWRP 3.2.1
- Highly improved signature verification for Incremental packages so now we can be really sure if the package is compatible with the ROM.
- Introduced a file based backup/restore engine. Expect it to be improved with the next builds...
- Improved security related to the password protection
- Fixed loading of the AromaFM config file
- System survival process for Incremental packages is now set by default
- Code optimizations
- Removed the dumwolf process
- Added signature check for incremental OTA survival so we won't be unnecessarily creating a new one if it's signed under the same access key
- Magisk updated to the version 15.1
- Added Indonesian language
- Fixed issues with Chinese characters...
- Governor which is changed by the action in the recovery GUI is now automatically set for all cores instead of only four.
[B][U]RedWolf-V3.2_023[/U][/B]
- Updated recovery base to the TWRP version 3.2.0
- Fixed issue with recovery sometimes showing "NO-OS" page even when OS is installed
- Merged: Fstab V2, minui updates, Keymaster 3.0 support, ADB updates, fixes related to the compiling errors...
- Added patch against the pirating applications
[B][U]RedWolf-V3.1_022[/U][/B]
- Small improvements in the installation process
- Recovery will now automatically warn the user in case that user selected to install the zip which contain a bootloader
- You can now wipe installed substratum overlays directly from the "advanced wipe" section
[B][U]RedWolf-V3.1_021[/U][/B]
- Automatically return install error if there is any issue with Incremental OTA Survival
- Added option to also backup system partition for Incremental OTA Survival (It's not always needed, but just in case it's better to backup it.)
- Added support for the compatibility verification of the Incremental Package
- Rebuilded & improved installation process
- Fixed starting process not being disabled correctly in case that we are running ORS
- Translation update
- Added support for devices with 2GB RAM or less... (Check installation process of this build for more info)
- Added checkbox for activation/deactivation of the boot check (Disable only if you really need to).
- Fixed booting problems on some custom ROMs which don't have gzip compressed ramdisk
- Removed bookmark feature
- Added ability to unzip files using the stock filemanager.
- Added search selection for the stock filemanager.
- Fixed 'No OS' on system image restore after wipe
- Merged some latest commits from TWRP gerrit
[B][U]RedWolf-V3.1_020[/U][/B]
- Fixed flashing of the images in the previous 018 build
- Added back support for unpacking of the LZ4 compressed ramdisk
- Fixed bookmark feature
[B][U]RedWolf-V3.1_019[/U][/B]
- Disable TWRP installation directly during the first boot
- Default time zone was set to CEST
- Use military time as default time.
- Support of the custom themes was completely removed from the installation process
- Few fixes & improvements in the strings.
- Default value of the RedWolf specific vibrations was slightly increased
- Improved saving/loading of the AromaFM config file.
- User can now select if recovery should disable stock recovery when system is mounted as read-only.
- Default color of the recovery was set to red.
- Fixed automatic reboot if the installation process was unsuccessful
- Center time in the statusbar as default
- Show CPU temp in statusbar as default
- Added "Red Wolf No-OS search engine". Enable this if you are sometimes getting No-OS installed error even when OS is installed.
- Added back support for extra languages
- Added support for Talian language
- Updated Chinese (simplified) translation of the AromaFM by LiuNian and Pzqqt
- Fixed displaying of the extra languages
- Improved mounting of the partitions during the applying of set on boot values
- Fixes with "stuck at unmounting"
- Highly improved speed of the recovery while setting up a new password, changing accent color or setting a new splash screen
- Magisk updated to the V14.3
- Recovery now won't allow the user to enter special characters while entering the password (Causing issues...)
- Few improvements with the Android Oreo installation
- Updated kernel
- Added ability to select if recovery should automatically disable forced encryption in the ROM
- Recovery will now automatically rename scripts in the system if the "Aggresive stock recovery deactivation" is enabled
- Added ability to select if recovery should automatically enable/disable USB Debugging in the ROM
- Removed some useless files to save the space
- Added support for saving the set on boot values also during the automatic reboot
- Redesigned flashlight icon
- Recovery now won't allow the user to enter the space in to the backup name
- Improved support of the last status checking of the MIUI ROM
- Recovery now won't show any button after the cancelled reboot action untill the sleep action won't be running anymore
- You can now select if recovery should also automaticaly reboot after the successfuly finished restore process
- Recovery will now hide the automatic backup feature if the system partition is mounted as read-only
- Updated recovery base to the AOSP 8.0.0
- Updated image drivers
- Added ability to select if recovery should automatically enable/disable "ro.adb.secure" property in the ROM
- Recovery will now automatically disable starting of the flash_recovery service if the "Aggresive stock recovery deactivation" is enabled (this process is also compatible with the backup of the init.rc by Magisk or SuperSU).
- Added new section called "Special Actions" in to the advanced menu
- Updated & optimized flashlight drivers
- Added ability to select if recovery should automatically enable/disable "ro.secure" property in the ROM
- Added ability to select if recovery should automatically enable/disable "ro.allow.mock.location" property in the ROM
- Highly improved support of the Incremental Package installation, detection etc.
- Updated Chinese (simplified) translation of the recovery by LiuNian and Pzqqt
- Added support for the complete deactivation of the secure boot in the MIUI based ROMs
- ADB is now automatically starting as root
- Added support for the RedWolf update package
- Default theme of the AromaFM was changed to holo black with the sense icons and automount turned on
- SuperSU Updated to the 2.82 SR5
- Updated ramdisk cleaner & added support for more kernels (thanks to @MOVZX's kernel installation scripts...)
- Small fixes with the /WOLF folder in the PartitionManager
- Highly improved speed of the reboot
- 'Deactivation process' is now automatically called during the installation instead of the reboot
- Imroved deactivation of the leds after the installation / backup / restore process.
- Fixed bug with recovery showing on the governor page that the active governor is "Interactive" even when user selected performance/powersave mode.
- Removed some GUI messages while we are installing built-in zips.
- And many other things which i don't remember anymore...
[B][U]RedWolf-V3.1_018[/U][/B]
- Fixed bugs with MIUI OTA Support to make sure that it will work even with newest beta builds of the MIUI
- Updated Polish translation by Daviteusz
- Fixed bugs in the Polish strings & edited the scale of the Russian strings
- Recovery will be now more aggressive if the process of the stock recovery doesn't want to be disconnected (Sometimes happen on some MIUI ROMs).
- Added detection ofthe installed ROM
[B][U]RedWolf-V3.1_017[/U][/B]
- Magisk updated to the V13.6
- SuperSU updated to the 2.82 SR3
- Added ability to automatically flash SuperSU config before the SuperSU - https://forum.xda-developers.com/apps/supersu/2017-08-13-supersu-config-t3655754
- Deactivated hw keys
- Added some missing back buttons
- Attempted to fix encryption
- Attempted to fix MIUI OTA installation - needs testing
- Removed extra languages (were not displayed properly)
- Small update which fixed deactivation of the dm-verity & forced encryption. Now you really don't have to flash the lazyflasher everytime when you are installing the MIUI ROM.
[B][U]RedWolf-V3.1_016[/U][/B]
- Fixed feature "Backup wifi, bluetooth & hosts" not to work if the user wiped the data partition using the "factory reset".
- TWRP source code was updated to the Aug 15, 2017
- Fixed recovery remembering the wipe list after setting a new gui page.
- Improvements with the mounting of the partitions during the boot
- Fixed led drivers on mido
- Fixed ability to set custom backup folder name & ADB ID
[B][U]RedWolf-V3.1_015[/U][/B]
- Updated with the latest TWRP changes
- Added flashlight switch on mido
[B][U]RedWolf-V3.1_014[/U][/B]
- Fixed recovery not deactivating the dm-verity, forced encryption, & stock recovery if the OS was detected as not installed. This issue was often happening on some MIUI ROMs.
- Improvements with the OTA update system of the MIUI.
- Fixed wrong reboot for some users.
- Added support for automatic deactivation of the dm-verity, forced encryption & stock recovery after finishing the OpenRecoveryScript process.
- Fixed recovery not deactivating the dm-verity & forced encryption during the automatic reboot after the finished installation.
- Better explain the current situation if the OS was detected as not installed.
- osm0sis's scripts "unpackbootimg" & "mkbootimg" can now be easily called from the script or terminal
- Improved the speed of the reboot
- Updated the community script "Fingerprint scanner fix" by Magua. It's now working again!
- Added NTFS & exFAT support
- Added more languages and updated Polish RedWolf translation by @Daviteusz
- Added FGO patch - https://goo.gl/GBkhMN
[B][U]RedWolf-V3.1_013[/U][/B]
- Slightly improved deactivation of the stock recovery during reboot after the zip installation
- Added ability to flash boot logo in the recovery
- Fixed firmware restoring issues
[B][U]RedWolf-V3.1_012[/U][/B]
- added F2FS support for mido
- added Night Mode (kcal) support for mido
[B][U]RedWolf-V3.1_011[/U][/B]
- Updated Polish translation by @Daviteusz
- Added few missing strings from the latest TWRP source
[Red Wolf] Install TWRP and root your device without breaking incremental OTA's!
Downloads:
Latest build for Xiaomi Redmi 3/3 Pro (ido)
RedWolf-027-Unofficial-ido.img
Warning:
Please remember that recovery with password protection isn't still a full protection for your phone. Red Wolf can only prevent unauthorized access to your device from recovery. But your device can be still reinstalled using fastboot or MiFlash.
XDA:DevDB Information
Red Wolf Recovery Project (ido) (Unofficial), Tool/Utility for the Xiaomi Redmi 3
Contributors
krasCGQ, ATG Droid, dadi11, Devil7DK
Source Code: https://github.com/RedWolfRecovery
Version Information
Status: Testing
Created 2018-03-28
Last Updated 2018-05-05
Screenshots:
Known issues:
Flashlight doesn't work.
What I'm not gonna expect from you on this thread:
Rants about why recovery blocks xyz pirating apps...
Read XDA Rule #6, repeat.
Not too nize - the display is all red and aggressively flickering.
Screen's flickering, there's a red tint all over it and font on top is unaligned. Booted after 4th attempt - before it only used to bootloop.
I've no idea why some of you get "screen flickering". I build the recovery from source using TWRP device tree.
For the red madness, you can change the color in recovery's settings.
Sent from my Redmi Note 4 using XDA Labs
Nice tool!
but turning adb on doesn't work for me.
dasssnj said:
but turning adb on doesn't work for me.
Click to expand...
Click to collapse
Known issue due to MTP that doesn't work at all.
Sent from my Redmi Note 4 using XDA Labs
Is there ADB sideload? I cant find it on screenshots
A lot of flickering and unaligned.
krasCGQ said:
Downloads:
Latest build for Xiaomi Redmi 3/3 Pro (ido)
RedWolf-026-Unofficial-ido.img
RedWolf-026-Unofficial-ido-2GB_RAM.zip
Click to expand...
Click to collapse
AWESOME! thanx a zillion @krasCGQ. Install the latest build for prime on miui 9 developer rom, bootloop, seems the dm-verity and secure boot script doesn't work.
Install miui 9 china stable OTA through this twrp.. bootloop. Said something about "unable to flash the repack package".. something about it.. forgot
MTP not working, changing colours not working, keeps on red colour
rah_asia said:
Install the latest build for prime on miui 9 developer rom, bootloop, seems the dm-verity and secure boot script doesn't work.
Install miui 9 china stable OTA through this twrp.. bootloop. Said something about "unable to flash the repack package".. something about it.. forgot
MTP not working, changing colours not working, keeps on red colour
Click to expand...
Click to collapse
1. You're not supposed to install recovery after firmware flash.
2. Confirmed. Seems that it fails to create system_image backup; it shows zero bytes.
3. Already said so in previous post of me.
4. It said that the color has been changed, but it doesn't.
PS: Screen flickering is confirmed too with AromaFM.
PPS: Seems like I get the culprit.
Sent from my Redmi Note 4 using XDA Labs
krasCGQ said:
1. You're not supposed to install recovery after firmware flash.
2. Confirmed. Seems that it fails to create system_image backup; it shows zero bytes.
Click to expand...
Click to collapse
1. Then how do i supposed to install it? Clearing system, data, cache, dalvik then install recovery IMG, or via mi flash with changed recovery img?
2. Yes, that's it.. it's about backup thing.
i 1000% have faith that you can fix this @krasCGQ. Keep up your passion bro.
PS: i install the recovery via fastboot on top of miui 9 dev, then before i install miui 9 China stable OTA, i format (not using -rm) system, data, cache, and dalvik partition,, still bootloop, so do I have to flash this recovery via miflash by changing the stock recovery img?
rah_asia said:
1. Then how do i supposed to install it? Clearing system, data, cache, dalvik then install recovery IMG, or via mi flash with changed recovery img?
2. Yes, that's it.. it's about backup thing.
i 1000% have faith that you can fix this @krasCGQ. Keep up your passion bro.
PS: i install the recovery via fastboot on top of miui 9 dev, then before i install miui 9 China stable OTA, i format (not using -rm) system, data, cache, and dalvik partition,, still bootloop, so do I have to flash this recovery via miflash by changing the stock recovery img?
Click to expand...
Click to collapse
What I think of what do you mean by 1) above that you're expecting recovery to automatically disable verity etc just by flashing recovery and do nothing? No.
Sent from my Redmi Note 4 using XDA Labs
krasCGQ said:
What I think of what do you mean by 1) above that you're expecting recovery to automatically disable verity etc just by flashing recovery and do nothing? No.
Click to expand...
Click to collapse
So how to disable verity? Should i install supersu so it patch stock boot img with disable verity?
rah_asia said:
So how to disable verity? Should i install supersu so it patch stock boot img with disable verity?
Click to expand...
Click to collapse
Use lazyflasher.
Sent from my Redmi Note 4 using XDA Labs
krasCGQ said:
I've no idea why some of you get "screen flickering". I build the recovery from source using TWRP device tree.
For the red madness, you can change the color in recovery's settings.
Sent from my Redmi Note 4 using XDA Labs
Click to expand...
Click to collapse
Perhaps we're suposed to flash it in some diffrent way than fastboot flash recovery ?
Should I record for you what the flickering and broken UI looks like ?
KonikoO said:
Perhaps we're suposed to flash it in some diffrent way than fastboot flash recovery ?
Should I record for you what the flickering and broken UI looks like ?
Click to expand...
Click to collapse
1. Ways: fastboot, TWRP flash image, dd.
2. I've seen it myself in AromaFM.
Sent from my Redmi Note 4 using XDA Labs
V3.2.1-027 unofficial build has been pushed.
Yep, this is built on April 13, so it doesn't include encryption fix applied on later day.
I was about to rebuild the recovery after the fix implemented but things was going out of what I had predicted before.
OTA survival works, but you may need to remove WOLF folder, reflash recovery, and keep it read-only for a successful OTA update.
WolfS**t has been removed from the image, so no need for 2GB zip anymore.
To note, as final stuff: Flashlight doesn't work.
From what I noticed, the screen flickers but it is better than last, the colors are ok and the status bar is cropped.

[AOSP][Treble][N950F/FD] hadesTreble [03.09.2019]

Disclaimer
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Some personal thoughts:
- you should read everything from top to bottom of this first page at least - i won't offer support for any issues that were already mentioned;
- press 'Thanks' button instead of saying it - it will keep the thread clean and keep me motivated to do more;
- feel free to send me some coffee (which btw, runs out pretty quick), via paypal, if you want to support my work;
- if you take any of my work without my permission i'll report you, and you'll probably get banned.
Initial notes:
ONLY G950F / G950FD / G955F / G955FD / N950F / N950FD VARIANTS ARE SUPPORTED.
1. Don't forget to check bugs before any kind of questions
2. Since most of the GSIs are AOSP, forget about VoLTE, Knox features, Samsung apps, spen features, Camera mods or features, Iris or other Samsung related features.
3. The GCam we use in OneUI also doesn't work, i know, don't spam with "fix pls".
4. On Note 8 only one camera works, i want and i would like to fix that too, but i can't promise anything.
5. You can use any non-treble rom even if you have treble vendor installed, as long as you flash a non-treble kernel. The rom will ignore your vendor and everything will be as non treble.
* To go back to treble just flash vendor/treble kernel and the desired GSI.
* For the cases when you flashed back official twrp or reverted to normal - follow again all the "how to" steps, from below.
6. Not many kernels support treble now, don't try to flash/boot with others unless they specifically mention the kernel supports treble or you will drastically fail.
If any kernel dev wants to support this project feel free to reach me to provide some critical (ramdisk) patches.
General features:
- based on G965FXXU5CSGD August release
- Note8 files from N950FXXS7DSH1 - August release
- S8(+) files from G95*FXXS5DSH5 - August release
- Aroma vendor zip with selection of some things
- latest hadesKernel included with most of the features of OneUI kernel + other patches
- misc things enabled in framework overlay for better experience
- will update when i will remember
What works:
- everything else that's not listed under the bugs
General bugs:
- no signal bars shown (signal is fine tho) starting with mid-august builds signal bars are working
- fingerprint gestures
- touchscreen dies after a while with AOD/Ambient display always on (fixable with spamming power button 2-3 times)
How to convert to treble layout:
! make sure you are on latest official TWRP for your device (links in #2 post)
1) Download a PIE GSI from here, use ARM64, A only
2) Put GSI in internal storage
3) Reboot to recovery
4) Flash treble-convert zip
5) Reboot recovery
6) Flash downloaded GSI as image-system image
7) Reboot recovery
8) Flash treble-pie-vendor zip
9) Optional flash Magisk > 19.3
How to revert treble layout:
1) Reboot to recovery
2) Flash treble-revert zip
3) Reboot recovery
4) Wipe CACHE in twrp wipe menu
5) Flash any non treble rom or restore your previous twrp backup
Credits
@ananjaser1211
@prashantp01
@Noxxxious
@SuperR.
@jesec
@dron985
@phhusson
@ivanmeler
testers & donors
*please pm me if i forgot someone
XDA:DevDB Information
Project hadesTreble, Tool/Utility for the Samsung Galaxy Note 8 (2017 Phone)
Contributors
corsicanu
Source Code: https://github.com/corsicanu/android_kernel_samsung_universal8895/tree/treble
Version Information
Status: Beta
Current Beta Version: v0.4
Beta Release Date: 2019-09-03
Created 2019-07-31
Last Updated 2019-09-19
Reserved
Download links:
v0.4-treble-pie-vendor
v0.3-treble-pie-vendor
v0.2-treble-pie-vendor
v0.1-treble-pie-vendor
MEGA folder
Misc links
Telegram Support Group
Official TWRP for Note8
Official TWRP for S8/S8+
Latest Magisk stable or test/beta
O/P Bootloaders and modems
Reserved
You can find GSIs here , use ARM64, A only
Working GSIs and their bugs:
- phh AOSP - bootable, only general bugs
- phh Resurrection Remix - bootable, only general bugs
- EnesSastim AospExtended - bootable, only general bugs
- EnesSastim Pixel Experience Plus - bootable, only general bugs
- EnesSastim HavocOS - bootable, only general bugs
- peaktogoo Evolution X - bootable, only general bugs
- parags Evolution X - bootable, only general bugs
- ExpressLuke Evolution X - bootable, only general bugs (ril and brightness fixed)
- ExpressLuke HavocOS - bootable, only general bugs
- Vince31fr HavocOS 11.08.2019 - bootable, gapps needed, only general bugs
- ErfanGSI DirtyUnicorns - bootable, general bugs + advanced settings FC, stock cam crash, no account can be added
- Yey59 nitrOS - bootable, general bugs + stock camera crashing
- NFound DotOS (2019-04-09) - bootable, only general bugs
- Technical Bootleggers (2019-06-07) - bootable, only general bugs
- ErfanGSI MIUI Pie (2019-05-29) - bootable, brightness + general bugs + #miuifix
- king1990 Bliss (2019-04-05) - bootable, brightness + general bugs
- sixohtew OmniROM (2019-07-15) - bootable + general bugs
- Dil3mm4 Descendant (2019-07-10) - bootable + general bugs
- ErfanGSI Pixel Q beta 5 - bootable, general bugs + wifi (setup fails too because of this), fingerprint, storage, brightness slider, sdcard, low sound, bluetooth calls
- OxygenOS-Aonly-9-20190826-ErfanGSI - bootable after deleting "overlay" folder from /vendor, gms update needed, ril works, bugs: brightness, bt audio, face unlock, smart lock
- MIUI-9-20190831, bootable, general bugs + PlayStore and GMS update needed, BT don't pair, MI account, possible 2-3 reboots,
Not working GSIs and their bugs:
- ErfanGSI FlymeOs (2019-07-02) - not booting, black screen after bootsplash
- ErfanGSI ColorOS (2019-06-05) - not booting, infinity reboots at bootsplash
- ErfanGSI OxygenOS (2019-07-01) - not booting, infinity reboots at bootsplash
- ErfanGSI OxygenOS (2019-06-02/06) - not booting, stays at bootanimation
- ErfanGSI POSP (2019-05-30) - not booting, infinity reboots at bootsplash
- ErfanGSI Nubia (2019-06-05) - not booting, stays on bootanimation
- OnePlus7Pro5G (2019-07-06) - not booting, stays on bootanimation
- MacTavish ColorOS (2019-03-23) - not booting, stays on bootanimation
- ErfanGSI ZUI (2019-06-17) - bootable(?), black screen
- ErfanGSI OxygenOS Q (2019-07-29) - bootable(?), SystemUI crashes
- MIMAX3Global (20190802) Pie - booting, reboots every 3sec
- OnePlus7Hydrogen (20190725) - booting, SysUi crashing every 3sec
- OnePlus6THydrogen (20190807) - not booting
- OxygenOS 10 (20190808) Erfan - booting, black screen
Others might work too, test and report and i will update the list.
I strongly recommend using PIE built from source gsis, oem ported images might not boot at all or be filled with other bugs, i won't care of those, remember you are on Samsung, Exynos, on a ported vendor, if you want real/better treble, move to any other device/soc.
As for Q, ErfanGSI Pixel Q beta 5, but it has tons of unfixable bugs right now, flash at your own risk or wait for Q source to drop in order to become patch'able.
Special thanks for testing and contributing on updating the list to @ZcoderDEV, @AndrzejDwo, Pócs Márk, Shayan, @snikerfreak @Soydere and many other users, this place is too small to mention everyone.
FAQ (for later)
Great work as always corsi. this is big
Good job Mate
That is very big step. Thank you for your works.
Amazing alpha port
Thank you @corsicanu for your amazing work You're the best dev for the 8895 family :victory:
Now it's time to break the ice :
- Following your instructions, I was able to boot GSI in about five minutes.
- I chose to install Evolution X GSI (download link : https://sourceforge.net/projects/evolution-x/files/GSI), don't forget to choose A ONLY !
- When you reboot to boot for the first time, it's possible that your Note will reboot itself several times (for me it was 3 times, and it isn't a bootloop if you follow the OP installation).
- Every reboot you will be getting prompt saying you're having an internal problem with your device, don't worry it isn't the case.
- I experienced all the bugs you've mentionned. And don't let the battery discharge completly because you won't be able to charge it again in "offline mode" (thus I wonder if wireless charging will work in this mod but i don't have one to test unfortunately).
- Bluetooth isn't working, only the switcher in settings is. And in QP if you turn it on it will turn off 10 sec later. In settings there is a mention that your device isn't able to detect anthing around.
- NFC isn't working either. Everything seems to be fine (won't switch off by itself) but can't share something via Android Beam (Galaxy Note 3).
- Dual Boot Patcher isn't working, will end up in bootloop.
If you need help for testing just tell me
Once again, amazing job and well done :highfive:
Alek7 said:
Thank you @corsicanu for your amazing work You're the best dev for the 8895 family :victory:
Now it's time to break the ice :
- Following your instructions, I was able to boot GSI in about five minutes.
- I chose to install Evolution X GSI (download link : https://sourceforge.net/projects/evolution-x/files/GSI), don't forget to choose A ONLY !
- When you reboot to boot for the first time, it's possible that your Note will reboot itself several times (for me it was 3 times, and it isn't a bootloop if you follow the OP installation).
- Every reboot you will be getting prompt saying you're having an internal problem with your device, don't worry it isn't the case.
- I experienced all the bugs you've mentionned. And don't let the battery discharge completly because you won't be able to charge it again in "offline mode" (thus I wonder if wireless charging will work in this mod but i don't have one to test unfortunately).
- Bluetooth isn't working, only the switcher in settings is. And in QP if you turn it on it will turn off 10 sec later. In settings there is a mention that your device isn't able to detect anthing around.
- NFC isn't working either. Everything seems to be fine (won't switch off by itself) but can't share something via Android Beam (Galaxy Note 3).
- Dual Boot Patcher isn't working, will end up in bootloop.
If you need help for testing just tell me
Once again, amazing job and well done :highfive:
Click to expand...
Click to collapse
Nice and complete feedback, thanks for it.
However, try to reflash vendor, i used bluetooth on Evo X with car bluetooth for media and for calls so i can confirm it works. As for nfc, it worked for me as i use my phone to pay for things.
Sent from my SM-N950F using Tapatalk
v0.2 is up
Changelog:
fixed autobrightness thanks to @dron985
added gpu driver apps
How to install:
if you are already on a GSI and have v0.1 flashed, flash only vendor as a normal zip, (optional - flash Magisk > 19.3)
coming from any other setup - check first post install instructions.
Download:
Mega
Misc links
Telegram Support Group
Official TWRP for Note8
Official TWRP for S8/S8+
O/P Bootloaders and modems
Personal notes:
If you are new here, make sure you read everything from first page before messing with your phone.
Make sure you backup everything before flashing, things might not work as expected.
Regards!
ananjaser1211 said:
Great work as always corsi. this is big
Click to expand...
Click to collapse
You know you've done an good job when Anan himself drops by! This is big indeed! Thanks Corsi
Reflashed my Note with Odin and installed everything again with vendor v0.2, now Bluetooth and NFC are working properly
When installing or flashing the GSI as zip, an error message comes or do I need to unpack the file beforehand?
Shogunes said:
When installing or flashing the GSI as zip, an error message comes or do I need to unpack the file beforehand?
Click to expand...
Click to collapse
Unpack and flash image as system image.
Sent from my SM-N950F using Tapatalk
Following all the steps I installed RR image, the first time it stayed in the boot, then try again doing a format data and voila! Excellent Bluetooth connection with the car, camera OK and I almost feel no bugs. I do not know if it will be basic but just in case, the image is installed in System and do not forget to download Gapps ... Thank you very much.
Installed pixel experience gsi, works great, haven't experienced any new bugs yet.
Camera is ok.
GOD OF HADES!!! TRUE AND THE ONLY!!!
How many sleepless nights it had costed since first attempt 10 months ago, probably only Your Wife knows ? But as many @Eliteteam members' projects, which we know from the past (big KISS to @ananjaser1211 ?), also this one - EFFECTS ARE THE MOST IMPORTANT, time is not even a minor thing.
Big CONGRATS to You, smaller for the testers ? (but truly deserved) and the biggest THERE U GO for All that didn't have enough patience and FAITH.
Keep Exy8895 alive as long as possible (tho Ur new toy is already on the desk)!
Pls delete
I had already tried rr,nitrOs,nitrogen os,Havoc os,,octopus,dot os ,only rr, nitr n havoc can boot n just some bags.
Is there a way to install the beta of the Pixel with Android Q?

[11.0] LineageOS 18.0 For OnePlus 7 [UNOFFICIAL]

LineageOS is a free, community built, aftermarket firmware distribution of Android 10, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Installation
Download Provided LOS Recovery
Reboot to fastboot
Code:
fastboot flash boot boot.img
Once in fastboot, apply update from ADB
Then
Code:
adb sideload lineage.zip
Finally, once its done, click format data and confirm
Reboot and boom, you should be in the ROM!
Donations
You dont have to, but it will be very helpful if you do
PayPal
[email protected] (UPI)
XDA:DevDB Information
LineageOS 18.0 For OnePlus 7 [UNOFFICIAL], ROM for the OnePlus 7
Contributors
baalajimaestro
Source Code: http://github.com/PixelExperience-Devices/kernel_oneplus_sm8150/
ROM OS Version: Android 11.0
ROM Kernel: Linux 4.x
ROM Firmware Required: Oxygen OS 10.3.4
Based On: LineageOS
Version Information
Status: Beta
Current Beta Version: 18.0
Beta Release Date: 2020-11-19
Created 2020-11-18
Last Updated 2020-11-18
First Build - 19/11/2020
Changelog/Notes:
- Initial Build.
- Signed with Private Keys.
- MicroG support outta the box.
- Highly recommend installing MicroG variant of NanoDroid if you are interested in trying out MicroG.
- Switch Accent color to Pixel Blue.
- Prebuilt standalone Pixel Launcher (For those of you who might be installing Gapps package).
- Google Bar wouldnt work unless you install Google App (Possible with MicroG too)
- An Enhanced Permissions Controller
- Can manage Network, sensors as a permission
- Permissive for now.
- Weeb Kernel Latest (4.14.206) by idkwhoiam322.
Kernel Sources: https://github.com/PixelExperience-Devices/kernel_oneplus_sm8150/
- If you had used Dolby on my PE, its nuked, rest of OnePlus Settings remain.
- LOS 18.0 is still WIP and not fully ready, though I tested it for an entire day before shipping it to you.
- If you do encounter glitches, please lemme know.
WARNING:
- This build WILL NOT BOOT on a device with ext4 userdata.
- Please use provided recovery (LOS recovery) only to flash.
- It will bail out and not flash if you use another recovery, since its a signed build.
- Please use format data from the same recovery (formats you to f2fs).
Links:
{Mod edit: Link removed!}
Reserved
baalajimaestro said:
{Mod edit: Quoted OP shortened for better reading & scrolling experience!}
Click to expand...
Click to collapse
You've written rom os version as android 10...you may want to change that
ajsat3801 said:
You've written rom os version as android 10...you may want to change that
Click to expand...
Click to collapse
Pretty much xda doesnt let me set Android 11 yet.
baalajimaestro said:
Pretty much xda doesnt let me set Android 11 yet.
Click to expand...
Click to collapse
Sir, it's possible with a little trick but you must use XDA Style 2015! Do not use the button "Edit project" instead edit just your first post, the OP. Please refer to attached screenshots or advise if you want me to do it.
Oswald Boelcke said:
Sir, it's possible with a little trick but you must use XDA Style 2015! Do not use the button "Edit project" instead edit just your first post, the OP. Please refer to attached screenshots or advise if you want me to do it.
Click to expand...
Click to collapse
Thanks a lot! I am pretty new to xda
New Update, Gapps build: 24/11/2020
This build is pretty different from the previous build
I will try to issue a MicroG-exclusive variant in the next few days.
Notes/Changelogs:
- Built some QS Tile Icon Overlays
- Gapps prebuilt
- Switched to CarrierSettings, Google's alternative to CarrierConfig.
- Removed most of LineageOS Prebuilt apps, replacing them with Google alternatives
- Switched default font to Inter
- Also Ubuntu Font is available under styles
- Added Smartspace (aka Lockscreen weather by google)
- Added FOSSConfig, reduces weird behavior on automatic brightness.
- Tweaked some SF Props (lemme know if you do face some issues on this)
- Flipendo (Google's Extreme Battery Saver) is added, it will give you a notification when you turn on the battery saver
- Switched kernel to LOS, considering stability
- Sig spoofing is still supported, but this build highly advises you to stay with gapps.
- CarrierSettings might depend on GMS for working.
- Build was tested over 3hrs before publishing.
As earlier, my builds are signed with my own private key, so to flash them, use the recovery provided!
{Mod edit: Link removed!}
Donate
Donate(UPI): [email protected]
New Update, Gapps build: 26/11/2020
Notes/Changelogs:
- Selinux Enforced and User Build!
- If you face an issue where camera is not working, head to a root terminal and type
Code:
chcon -R u:object_r:persist_camera_file:s0 /mnt/vendor/persist/dual_camera_calibration/
- Everything was tested to be working normally
- If you do face issues, please log them properly and also provide me a way to replicate it.
- The recovery of user build apparently doesnt allow flashing anything thats mismatching signature. Hence Magisk/other mods might fail to install
- On such an eventful case,
Code:
fastboot boot twrp.img
and need not decrypt, just head to advanced, enable adb sideload, and sideload Magisk from your PC.
- I have tested Magisk 21.1 to boot pretty fine on this rom, but should you face any issues, I would recommend trying Magisk 21.0
{Mod edit: Link removed!}
Donate
Paypal
UPI: [email protected]
baalajimaestro said:
Spoiler
New Update, Gapps build: 24/11/2020
Spoiler
This build is pretty different from the previous build
I will try to issue a MicroG-exclusive variant in the next few days.
Notes/Changelogs:
- Built some QS Tile Icon Overlays
- Gapps prebuilt
- Switched to CarrierSettings, Google's alternative to CarrierConfig.
- Removed most of LineageOS Prebuilt apps, replacing them with Google alternatives
- Switched default font to Inter
- Also Ubuntu Font is available under styles
- Added Smartspace (aka Lockscreen weather by google)
- Added FOSSConfig, reduces weird behavior on automatic brightness.
- Tweaked some SF Props (lemme know if you do face some issues on this)
- Flipendo (Google's Extreme Battery Saver) is added, it will give you a notification when you turn on the battery saver
- Switched kernel to LOS, considering stability
- Sig spoofing is still supported, but this build highly advises you to stay with gapps.
- CarrierSettings might depend on GMS for working.
- Build was tested over 3hrs before publishing.
As earlier, my builds are signed with my own private key, so to flash them, use the recovery provided!
{Mod edit: Link removed!}
Donate
Donate(UPI): [email protected]
Click to expand...
Click to collapse
@baalajimaestro THREAD CLOSED as not compliant with GPLv2; download links removed!
Please advise the moderators team to re-open the thread when ready to provide a link to your actual kernel source,

[ROM][UNOFFICIAL][13] LineageOS 20.0 64-bit for Galaxy Tab A 10.5 (2018) WiFi [SM-T590]

LineageOS 20.0 64-bit for Samsung Galaxy Tab A 10.5 (2018) WiFi
​
Your warranty is now void. I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.​
Click to expand...
Click to collapse
By using this ROM, you acknowledge that you understand what running work-in-progress software means. You might lose all your data stored on the device due to a bug, the device might freeze / crash at any time, nothing is guaranteed; you are basically a beta tester. Also, this is my personal project which I decided to share here, I'm not a developer but an average user like you. Most likely I can't and will not solve your issues with VoLTE not working, Angry Birds crashing, etc.
Installation:
-----
Notes for SM-T595 users
The ROM has been modified to work on the LTE variant too, with the same level of functionality as the WiFi-only variant. This means that the LTE modem will not be usable in this ROM, and the device will appear as SM-T590 everywhere.
Also, SM-T595 has lots of hardware versions with different partition sizes, so there is a possibility that the installer will fail with one of the following error messages: E1001: Failed to update system image / E2001: Failed to update vendor image.
In case it fails, I will need the output of the following commands to make the installer compatible with that specific version too:
adb shell blockdev --getsize64 /dev/block/by-name/system
adb shell blockdev --getsize64 /dev/block/by-name/vendor
-----​
- Reboot the tablet in download mode
- Flash TWRP in the AP slot using Odin
- Right after Odin finished flashing, hold Volume Up while the tablet is rebooting to get into TWRP
- Skip the warning by swiping to allow modifications
- Wipe -> Format Data -> type yes and confirm
- Reboot -> Recovery
- Skip the warning again
- On your PC, open a command prompt and copy LineageOS to the device using adb push lineage-20.0-20230514-UNOFFICIAL-gta2xlwifi.zip /sdcard/
- Alternatively, you can use a Micro SD card or USB OTG, MTP isn't recommended​- In TWRP, select Install -> lineage-20.0-20230514-UNOFFICIAL-gta2xlwifi.zip and swipe to confirm
- Optionally, you can install Magisk now, make sure to use the latest version from GitHub
- Optionally, you can install GApps now but Aurora Store with MicroG is a better alternative, they use way less RAM than Play Services
Downloads:
LineageOS 20.0:
https://github.com/UDPSendToFailed/OTA/releases
TWRP 3.7.0:
https://github.com/UDPSendToFailed/twrp_device_samsung_gta2xlwifi/releases
Changelog:
2023. 05. 14.
Edit: Not recommended to download. This build has issues with WiFi after reboot because of the in-kernel WLAN driver change which I did as an attempt to fix the randomly occurring kernel panics. As it turned out, the WLAN kernel driver has nothing to do with the random reboots, so I will revert to the previous configuration in the next build.
- Switched to in-kernel WLAN driver
- Synced with the latest LineageOS sources (https://review.lineageos.org/q/branch:lineage-20.0+status:merged+after:2023-04-17+before:2023-05-14)
- May security patch
Spoiler: More changelogs...
2023. 04. 17.
- Synced with the latest LineageOS sources (https://review.lineageos.org/q/branch:lineage-20.0+status:merged+after:2023-04-05+before:2023-04-17)
- April security patch
2023. 04. 05.
- Synced with the latest LineageOS sources (https://review.lineageos.org/q/branch:lineage-20.0+status:merged+after:2023-02-27+before:2023-04-05)
- Switched to LineageOS-UL for frameworks_av and frameworks_base
- March security patch
2023. 02. 27.
- Synced with the latest LineageOS sources (https://review.lineageos.org/q/branch:lineage-20.0+status:merged+after:2023-01-24+before:2023-02-27)
- February security patch
2023. 01. 24.
- Synced with the latest LineageOS sources (https://review.lineageos.org/q/branch:lineage-20.0+status:merged+after:2022-12-28+before:2023-01-24)
- January security patch
2022. 12. 29.
- Synced with the latest LineageOS sources
- December security patch
2022. 11. 15.
- Synced with the latest LineageOS sources
- November security patch
2022. 10. 05.
-----
!TWRP update and data wipe is required to enable FBE!
Steps to update from previous versions:
- Download TWRP 3.7.0
- Update TWRP using Odin
- Boot into TWRP -> Wipe -> Format Data -> type yes and confirm
- Reboot -> Recovery
- Flash the latest ROM zip (20221005)
-----
- Enabled FBE (File-Based Encryption)
- Fixed some Bluetooth-related issues
- New camera app with video recording support
- Synced with the latest LineageOS sources, most of the features from 19.1 have been merged
- October security patch
- TWRP: Updated to the latest 12.1 branch
- TWRP: FBE decryption support
2022. 09. 30.
-----
LineageOS 19.1 (Android 12L) builds are now discontinued as it would be complicated to keep testing an older version, and I don't have a build server to store and update the source code either. Personal builds can still be done by anyone who wants to keep using 19.1, all the required sources are available on my GitHub.
-----
- Added Signature Spoofing support, LSPosed and FakeGApps aren't required anymore for MicroG
- Added Natural and Boosted display color profiles
- Extended Night Light color temperature range
- UI and color flickering has been fixed
- The Restrict USB option under Settings -> Privacy -> Trust is now working properly
2022. 09. 16.
- Significantly improved multitasking performance with proper ZRAM setup
(Random reboots might still happen, please report them with a description of what caused the crash and /proc/last_kmsg & logcat output attached)
- Added KTweak script (more info here and here)
- Added Dolby Settings
- Added Memory Usage stats to App Info in Settings
- Added audioloader
(Experimental quad speaker mode, can be enabled with running audioloader in Terminal Emulator or adb shell. To revert the temporarily set parameter, restart the tablet. Ideas on how to fix the sound quality are welcome)
- Fixed Network Speed indicator and Data Usage stats
- Disabled ALAC codec support as it had a critical CVE vulnerability
- Reverted to SkiaGL renderer as SkiaVK had issues with WebView v104+
- Removed some LTE-only features
- September security patch
2022. 08. 14.
- Added System Navigation options under Settings -> System -> Gestures
- Added theme color customization under Settings -> Wallpaper & Style
- Merged changes from various msm8953-based device trees
- August security patch
2022. 07. 12.
- Added CRT screen off animation
- Added tinymix (in case anyone wants to experiment with fixing the quad speakers)
- Added hidden and protected apps feature to the launcher
- Added pure black theme option
- Light theme changes
- Removed Audible app (Samsung bloatware from the odm partition)
- July security patch
2022. 06. 12.
- Headphone jack fixed
- Microphones fixed
- Double Tap to Wake should work reliably now
- Switched to Vulkan renderer to improve the smoothness of the UI
- June security patch
2022. 05. 29.
- MTP fixed
- Widevine DRM fixed
- Removed the "internal problem" warning on boot
- TWRP updated to 3.6.2
2022. 05. 25.
After a long time without updates, a new, non-GSI version is here!
- Freezes and crashes have been eliminated
- Keystore is fixed so you can use a screen lock
- This update will give your device an extra 106MB of RAM (by freeing up the memory that was allocated for the non-existent modem)
- MSM hotplug is enabled by default to improve the battery life by dynamically powering down cores based on CPU load
- May security patch
2022. 04. 08.
- Device type changed to tablet
- April security patch
Known issues:
- WiFi hotspot crashes
- Bluetooth audio
- 2 of 4 speakers are working
- GPS
- Freezes / crashes with some SD cards, in case the ROM installation fails with black screen or the setup process keeps freezing, try removing the SD card
- SELinux permissive
32-bit vs 64-bit mode performance comparison:
https://browser.geekbench.com/v5/cpu/compare/15116230?baseline=14600296
Thanks to:
lsswizard for the 64-bit kernel, this all wouldn't be possible without his work
lsswizard for the TWRP tree
@quent1du58 for the commits to the device tree
LineageOS team for the base ROM
LineageOS-UL team for keeping the camera HALv1 patches alive
Sources:
Kernel: 3.18.140
64-bit vendor libraries from Galaxy A20s firmware (A207FXXU2BUD4)
https://github.com/UDPSendToFailed/
https://github.com/LineageOS
https://github.com/LineageOS-UL
https://github.com/TeamWin/android_bootable_recovery​
looking forward to see flashable zip for deleting keystore.mdfpp.so and keystore.msm8953.so from /vendor/lib/hw
aIecxs said:
looking forward to see flashable zip for deleting keystore.mdfpp.so and keystore.msm8953.so from /vendor/lib/hw
Click to expand...
Click to collapse
They are already removed from the provided vendor.img but sadly that didn't fix the problem, I will look for a solution.
{
"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"
}
Many thanks for all your work. My SM-T590 is running on it for almost a day now (with MicroG and Magisk). Installation was not straightforward (I've had to factory reset after flashing LineageOS since the setup process kept freezing), but definitely easier than with the other GSI images. Not really sure if it is also related to the 32 vs 64 bits kernel, but the tablet definitely feels snappier than with BloatUI OneUI.
I've found only three problems so far:
The tablet does indeed randomly freeze from time to time. It does seems related to Magisk, but definitely not a huge deal since it rarely happens. I'll try to pinpoint the problem with a logcat if I have some time.
Only half of the speakers are working (but still not a deal breaker).
My book cover does not wakes up or put the tablet into sleep. It seems that one of the sensors is not working properly.
quent1du58 said:
Many thanks for all your work. My SM-T590 is running on it for almost a day now (with MicroG and Magisk). Installation was not straightforward (I've had to factory reset after flashing LineageOS since the setup process kept freezing), but definitely easier than with the other GSI images. Not really sure if it is also related to the 32 vs 64 bits kernel, but the tablet definitely feels snappier than with BloatUI OneUI.
I've found only three problems so far:
The tablet does indeed randomly freeze from time to time. It does seems related to Magisk, but definitely not a huge deal since it rarely happens. I'll try to pinpoint the problem with a logcat if I have some time.
Only half of the speakers are working (but still not a deal breaker).
My book cover does not wakes up or put the tablet into sleep. It seems that one of the sensors is not working properly.
Click to expand...
Click to collapse
Thanks for the feedback!
I'm working on a non-GSI variant since I couldn't fix the keystore errors and other issues on GSI.
However I have no previous experience on Android builds, and our device has no custom ROMs or device trees to begin with, so it might take a long time to fix everything. Also the 3.18 kernel is really old for Android 12.
Currently basic functionality like WiFi, Bluetooth, OpenGL, sensors, and lock screen are working, but there is still a lot more left like DRM, cameras, audio, GPS, etc.
As for your 3rd issue, I would suggest enabling double tap to wake in Phh Treble Settings.
That's some great news. I've also tried to port LineageOS to this device (mostly as a way to learn new things, since Android/LineageOS/kernel aren't really my areas of expertise) using both Rupansh and heavily customised Xiaomi Redmi 5 (Rosy) sources trees without any success.
Have you managed to boot a non GSI build? I've tried to compile LineageOS 19 Using your device and kernel trees, plus Rupansh vendor tree. Build went fine, I've even managed to flash and to boot into recovery (which needs fstab fixes), but no way to boot a freshly flashed zip for now. I'm going to continue my research and will share any progress.
quent1du58 said:
Have you managed to boot a non GSI build? I've tried to compile LineageOS 19 Using your device and kernel trees, plus Rupansh vendor tree.
Click to expand...
Click to collapse
Yes, currently my tablet runs a build based on my device tree on GitHub but it's highly experimental. Basically I use GitHub only to have some revisions of the device tree for backup and testing purposes, that's why all the commits are named asd.
I guess your issue will be that you use vendor files from Rupansh (since that's missing 64-bit stuff from Galaxy A20s vendor), here I have uploaded the ones I'm using: https://mega.nz/folder/zXZzVZaL#95t8V7DSr0rX7W0lTZmhHQ
Copy them to a folder named ~/system_dump for example, create a subfolder named system and another subfolder named vendor under the previously created system folder. Then you can use the commands below to extract the required proprietary files from system.img and vendor.img. Assuming you have everything in ~/system_dump folder:
sudo mount -o loop,rw system.img system
sudo mount -o loop,rw vendor.img system/vendor
Then go to your downloaded LineageOS source/devices/samsung/gta2xlwifi and run:
chmod +x extract-files.sh
chmod +x setup-makefiles.sh
bash extract-files.sh ~/system_dump/
Also you will need to apply some patches to the LineageOS 19.1 source to bypass eBPF requirement which is not available on our 3.18 kernel. Download Treble patches from here: https://github.com/phhusson/treble_...ases/download/v413/patches-for-developers.zip
Apply patches/platform_system_bpf/0001-Support-no-bpf-usecase.patch to system/bpf and patches/platform_system_netd/0001-Support-no-bpf-usecase.patch to system/netd in the source using git apply /path/to/.patch. You can also apply the Camera2 API patches mentioned in the first post but the camera doesn't work anyway currently.
The resulting build is barely usable, working stuff are mentioned in my previous comment. Feel free to try different versions in device.mk and add / remove stuff in proprietary-files.txt, I guess I messed up lots of things since I never built a device tree before.
Thank you for all those details, I've managed to build a working image. I still experience the same problems so far:
UI crashes a lot shortly after rebooting
Inserting a SD card freezes the system
But since I now have a way to build my own releases, I'll try to fix things. Since I've forked your repositories on Github, I'll send you pull requests when needed.
Glad you managed to get it work!
Yep, the UI hangs and crashes are happening here too, haven't found the cause yet. Logcat shows a blocked state and dumps tons of lines from the kernel. The interesting part is that sometimes, like in 2 of 10 reboots it starts up correctly without any freezes.
If I have some time I will continue fixing the tree as there are lots of randomly added and unfinished stuff which I did for testing purposes.
I tried to flash twrp in the download mode but it showed "only official binaries are allowed to be flashed". What's wrong?
seeiu said:
I tried to flash twrp in the download mode but it showed "only official binaries are allowed to be flashed". What's wrong?
Click to expand...
Click to collapse
You need to flash TWRP using a patched version of odin.
Thanks for the great tutorial. The Rom runs so far quite well.
But when I want to flash microG_Installer_Revived with TWRP I get a 235 error.
When I connect the tab to the PC, the internal memory and SD card is not shown to me on the PC.
Although, the tab is recognized by the PC.
Is there a trick or do I have to live with it.
DerSammler said:
But when I want to flash microG_Installer_Revived with TWRP I get a 235 error.
Click to expand...
Click to collapse
I just updated the first post with some instructions about MicroG. Basically you will have to flash it as a Magisk module, also use FakeGApps to have Signature Spoofing support.
DerSammler said:
When I connect the tab to the PC, the internal memory and SD card is not shown to me on the PC.
Click to expand...
Click to collapse
Yea, that's a known issue with both GSI and non-GSI variants, it'll be fixed as I find the cause. Alternatively you can use adb or some wireless file transfer app like AirDroid.
What do I do if I want to go back to stock Rom?
Can I simply flash with Odin original Android 10? Or is there anything else I need to consider.
Thank you very much.
DerSammler said:
Can I simply flash with Odin original Android 10?
Click to expand...
Click to collapse
Exactly, it's enough to flash the latest stock ROM with Odin to revert the changes.
I have installed lineage-19.1-20220525-UNOFFICIAL-gta2xlwifi according to the new instructions
unfortunately, when I start the tab, I get a red message—kernel is not seandroid enforcing -.
Afterwards, when the tab is started, I also get the following message on the home screen
Android System
There is an internal problem with your device. Please contact the manufacturer regarding this.
Are these two messages normal? Or am I doing something wrong. I have now installed LOS_19.1_64 again. Thank you very much.
DerSammler said:
Are these two messages normal?
Click to expand...
Click to collapse
Yes, these messages are completely normal in the ROM's current state and can be ignored, they won't cause any further issues.
The kernel message is related to the SELinux permissive state which is listed under known issues, the other one shows up simply because I haven't patched the LineageOS source code to hide it.
Disable AVB check · phhusson/[email protected]
This avoids the message "There's an internal problem with your device. Contact your manufacturer for details." on some AVB 1.0 devices. Change-Id: Ia54b857a3e98e2639d6bcc0ba713809704...
github.com
Thanks a lot for your help.
I find the Rom really great, super work you do. The system is really faster.
To transfer data I have MyPhoneExplorer and that works very well with it.
I'm curious what there will be updates for this Rom.
Wish you a quiet Sunday.
Greetings: Dirk
DerSammler said:
I find the Rom really great, super work you do. The system is really faster.
Click to expand...
Click to collapse
Thanks for the feedback!
DerSammler said:
I'm curious what there will be updates for this Rom.
Click to expand...
Click to collapse
Yea, I'll try to improve things but as I stated in my previous posts, I'm just an average user with no Android porting experience, so it might take a while. I'll post new releases with monthly security updates from Google and maybe some fixes.
Also please note that the ROM isn't secure yet, the lock screen can be easily bypassed with TWRP since encryption isn't enforced, and adb with root access is enabled by default for debugging purposes.
I have a question about the GSI Roms?
Which roms can I flash on the Galaxy Tab A (T-590).
The roms must be Binder compatible, I know that.
Can I only flash Binder a64, or can I also use the Binder arm 64 Rom?
Thank you very much.

Categories

Resources