Related
What is OpenGAPPS?
The Open GApps Project is an open-source effort to script the automatic generation of up-to-date Google Apps packages.
On OpenGApps.org you can find more information about the project effort and also pre-built Google Apps packages generated by the OpenGApps.org buildbot.
Click to expand...
Click to collapse
According to http://opengapps.org/#aboutsection.
This is the ARM-Android Kitkat 4.4-Nano Variant
All that is included in variant
Device Health Services
Google Package Installer (replaces stock/AOSP Package Installer)
Google Play services
Google Search
Download Link: http://www.mediafire.com/file/yq6cvww7lqp4120/open_gapps-arm-4.4-nano-20180309.zip
Note: I own none of these files, all the files you downloaded were obtained from http://opengapps.org/#downloadsection. These files were uploaded to MediaFire for ease of access. I own nothing
Installation Instructions
Download and Install the latest version of TWRP
Boot into your recovery
Press Install and select the file from the location you downloaded the file to
Follow the instructions on the screen.
Any questions refer to https://github.com/opengapps/opengapps/wiki/FAQ or feel free to ask me!
Please give me a thanks if you found this helpful
LineageOS is a free, community built, aftermarket firmware distribution of Android, 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.
INSTRUCTIONS :
******* FULL WIPE IS REQUIRED, if you are coming from stock or Lineage 14.1 *****
******* You have to use adb commands in recovery (ex. adb push / adb shell twrp install) ******
Download the latest build and gapps
Boot to twrp ("fastboot boot recovery.img" - you can't flash twrp yet image is to big for partition)
Flash the latest build
To flash opengapps you need to put this txt file (https://androidfilehost.com/?fid=6006931924117891960) in the same directory (or you will get an error related to partition size)
this discard some apps from installation, but you can always install later from play store.... (Fixed with custom tvmini gapps)
Reboot
* If you are coming from stock rom you need to unlock your bootloader before flash twrp
** In Lineage Setup Wizard you can pair you Razer Serval or any other remote/gamepad device putting in discovery mode (autopair) or you can use an HDMI-CEC enabled TV.
BUGS:
- Secure L1 playback is broken (No Netflix, etc...)
- Remote App Voice search is broken (Fixed on 6/10 build + custom gapps)
- Some times the screen goes off and won't wake up with CEC, you can turn on the screen with your BT device or the ATV app.
- You tell me
TWRP: https://androidfilehost.com/?fid=6006931924117891945
Latest Build (October 6): https://androidfilehost.com/?w=files&flid=178900
Google Apps : https://androidfilehost.com/?w=files&flid=300260
XDA:DevDB Information
[ROM] [UNOFFICIAL] LineageOS 16.0 for Razer Forge TV (pearlyn), ROM for the Android Stick & Console Computers
Contributors
gabrielgagz, fgl27
Source Code: https://github.com/gabrielgagz/
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Version Information
Status: Nightly
Created 2019-06-10
Last Updated 2019-06-11
Hi, thanks, all works great, only volume control not working, if you fix it, thats would be awesome.
Does Google Play Movies and TV work?
In the step "Boot to twrp ("fastboot boot recovery.img" - you can't flash twrp yet image is to big for partition)", my device stuck in boot screen or it'll boot into normal mode.
Could you give me more detailed instruction?
Thank you!
ClemmerC said:
Does Google Play Movies and TV work?
Click to expand...
Click to collapse
Yes, it's working
DHD said:
In the step "Boot to twrp ("fastboot boot recovery.img" - you can't flash twrp yet image is to big for partition)", my device stuck in boot screen or it'll boot into normal mode.
Could you give me more detailed instruction?
Thank you!
Click to expand...
Click to collapse
First of all you need to boot into fastboot mode (adb reboot fastbot), downoad the recovery file provided here: https://androidfilehost.com/?fid=6006931924117891945
While on fastboot, you have to execute the command "fastboot boot /path/to/recovery.img"
New build is up, remote voice search is fixed, please re install gapps with the custom provided in Google Apps link.
gabrielgagz said:
New build is up, remote voice search is fixed, please re install gapps with the custom provided in Google Apps link.
Click to expand...
Click to collapse
Would Netflix work through Chrome or a browser? Thinking I could turn my Forge into a little desktop running android.
skurtov said:
Would Netflix work through Chrome or a browser? Thinking I could turn my Forge into a little desktop running android.
Click to expand...
Click to collapse
No, You can't load Netflix trough Android Webview or browsers. User Agent and DRM stuff...
Enviado desde mi Mi A2 mediante Tapatalk
Hi gabrielgagz, thanks for the great work.
I try to compile it but get errors.
Code:
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2275:32: error: unused parameter 'ctx' [-Werror,-Wunused-parameter]
void setGPUHint(hwc_context_t* ctx, hwc_display_contents_1_t* list) {
^
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2275:63: error: unused parameter 'list' [-Werror,-Wunused-parameter]
void setGPUHint(hwc_context_t* ctx, hwc_display_contents_1_t* list) {
^
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2591:32: error: unused parameter 'ctx' [-Werror,-Wunused-parameter]
bool loadEglLib(hwc_context_t* ctx) {
^
What am I doing wrong ?
Think my forge is a brick now
I just installed the rom and it seemed to have skipped the initial setup so i couldn't sync my serval remote, but whatever i can use a usb mouse right? nope i cant use the android tv remote app either cant seem to adb into it but it seems to be in "device" mode my pc picks it up as android adb device but cant do anything any suggestions? i dont even have gapps installed yet.
stuck on boot logo
I followed the instructions use wipe in twrp first then install lineage zip and gapps zip both successfully in twrp. Cleared cache/dvlac. rebooted but stuck on boot logo, unplugged box several times and also let it run for over 60 minutes. I redownloaded and tried 2 times more. what could I have missed that would prevent Lineage from loading? do i have to do anything additional to the bootloader after reboot? Im using the 20191009 version any tips would be super swell
razorNoob said:
Hi gabrielgagz, thanks for the great work.
I try to compile it but get errors.
Code:
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2275:32: error: unused parameter 'ctx' [-Werror,-Wunused-parameter]
void setGPUHint(hwc_context_t* ctx, hwc_display_contents_1_t* list) {
^
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2275:63: error: unused parameter 'list' [-Werror,-Wunused-parameter]
void setGPUHint(hwc_context_t* ctx, hwc_display_contents_1_t* list) {
^
hardware/qcom/display-caf/apq8084/libhwcomposer/hwc_utils.cpp:2591:32: error: unused parameter 'ctx' [-Werror,-Wunused-parameter]
bool loadEglLib(hwc_context_t* ctx) {
^
What am I doing wrong ?
Click to expand...
Click to collapse
This come from Lineage sources, not from device/vendor tree. Are you trying to compile 16.0?
LOGICH4CK said:
I just installed the rom and it seemed to have skipped the initial setup so i couldn't sync my serval remote, but whatever i can use a usb mouse right? nope i cant use the android tv remote app either cant seem to adb into it but it seems to be in "device" mode my pc picks it up as android adb device but cant do anything any suggestions? i dont even have gapps installed yet.
Click to expand...
Click to collapse
Maybe a soft brick. Please provide a logcat "adb shell logcat"
finebf20 said:
I followed the instructions use wipe in twrp first then install lineage zip and gapps zip both successfully in twrp. Cleared cache/dvlac. rebooted but stuck on boot logo, unplugged box several times and also let it run for over 60 minutes. I redownloaded and tried 2 times more. what could I have missed that would prevent Lineage from loading? do i have to do anything additional to the bootloader after reboot? Im using the 20191009 version any tips would be super swell
Click to expand...
Click to collapse
Is your bootloader unlocked? If so, please provide a "adb shell logcat"
Success
Thanks for your response. Sorry for delay i was on vacation. I figured it out. The zip got corrupted durning download. Redownloaded and flashed, rebooted and loaded into Lineage. So far im very impressed with your build! I will post general steps i dit to get working since i got bits from several sites and pieced together what worked for me.
gabrielgagz said:
This come from Lineage sources, not from device/vendor tree. Are you trying to compile 16.0?
Click to expand...
Click to collapse
Yes LOS 16.0 source.
razorNoob said:
Yes LOS 16.0 source.
Click to expand...
Click to collapse
It's been a while since i don't sync or compile 16.0 (i'm mostly working on Android 10). Stupid question, are you using the correct branch for kernel (lineage-16.0)?
Thanks for the reply
gabrielgagz said:
Is your bootloader unlocked? If so, please provide a "adb shell logcat"
Click to expand...
Click to collapse
Hi sorry been busy I've tried the command but all it says in the terminal is no adb devices, my bootloader is unlocked. I've tried a different USB device in hopes of some control but so far nothing
Edit:
it seems I can use internet Via Ethernet
LOGICH4CK said:
Hi sorry been busy I've tried the command but all it says in the terminal is no adb devices, my bootloader is unlocked. I've tried a different USB device in hopes of some control but so far nothing
Edit:
it seems I can use internet Via Ethernet
Click to expand...
Click to collapse
You can always wipe your data/cache. Plug your Forge into fastboot mode (no hdmi cable, and usb cable connected to your pc) type "fastboot boot recovery.img" boot into twrp and do the wipe:
adb shell twrp wipe data/cache
Try to boot again, if that doesn't work, re-flash rom and opengapps
I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!
If you want to check firmware - please make backup. Better to store all partitions, at least efs and may be modem.
I'm using nano/pico gapps.
Instructions
1. Install custom recovery
2. Download the zip(s) - firmware and Google Apps additional package (optional)
3. Backup all partitions (it least efs) and store somewhere - it need to do - because you can loose imei
4. Full wipe all
5. Flash firmware and gapps
Work
Almost all
Known Issues
- video record
Links
5. 20210419: april security patch: https://drive.google.com/file/d/1aXGrtLrmqAQEYMxcvzck9hJOd-f4OVke/view?usp=sharing
4. 20201220: december security patch: https://drive.google.com/file/d/1KMqFHfDORMCsNXGSrpWkh5IIZp1ZN5oJ/view?usp=sharing
3. 20200815: august security patch: https://drive.google.com/file/d/1oVmXeSfa7p9d4L2nSmiigCjNCo60So7n/view?usp=sharing
2. 20200724: july security patch: https://drive.google.com/file/d/15_4QTR5vKMRvIwXevu1QYb3WHMZsCW72/view?usp=sharing
1. 20200616: initial build, june security patch: https://drive.google.com/file/d/1is2tRwqsd7Nm9dhpkPrGbpgg7AjnOkZh/view?usp=sharing
Gapps
https://opengapps.org
Platform: ARM
Android: 10.0
Recovery
this is my build, the error with the screen off is still present, but I added an option for twrp with unlimited screen timeout, as a result, the screen does not automatically turn off.
for recovery: https://drive.google.com/file/d/1UeC4LwVEA6d46y0UPpuuipHbcjAtAo0Q/view?usp=sharing
for odin: https://drive.google.com/file/d/1WmAzhWkq9l_3d4m3Ft1xmihZaYfccUym/view?usp=sharing
Sources
Sources: https://github.com/Lineageos
Device: https://github.com/Valera1978/android_device_samsung_picassolte
Kernel: https://github.com/Valera1978/android_kernel_samsung_msm8974
Vendor: https://github.com/Valera1978/android_vendor_samsung_picassolte
Thank you for this build.
Does anybody else have the problem that picture-in-picture mode is not working?
I'm watching a video with the German sky go app. Pressing the home button takes me to home screen and does not show the video in the small window.
This was working with the Android 9 build.
The permissions are set for the app.
Thank you for this version.
Warning: I initially tried with GApps Stock (like I did with 16.0) and it totally messed up the system (Pixel Launcher crashed constantly, attempting to log in to Google account resulted in a black screen). Now, with Pico, it seems to work alright.
deleted
Can i use a t525 rom to my t520 tablet? I mean, its the same tablet but without lte? If not, pls make a android 10 rom for the t520 tablet
Tabletbungie said:
Can i use a t525 rom to my t520 tablet? I mean, its the same tablet but without lte? If not, pls make a android 10 rom for the t520 tablet
Click to expand...
Click to collapse
T520 is not just T525 without LTE. T320, T325 and T525 have Qualcomm Snapdragon SoC's inside, so most of the codebase can be shared between them. T520 has Exynos which is quite different.
help
i had an error
it says
unknown command [retry_update]
Updater process ended with ERROR: 7
What i should do?
please help me
Just updated to 20200724 with GApps Pico, Magisk and Viper4Android. Nothing out-of-the-ordinary stands out, so in all regards this appears to be a safe upgrade.
в прошивке - LineageOS 17.1 | Android 10.0 Q 202007 24 (Samsung Galaxy Tab Pro 10.1)
не работает (функция не доступна) - поверх других приложений
Valera1978 - обратите внимание на проблему! исправьте пожалуйста!
....
in the firmware - the Lineages of 17.1 | Android 10.0 Q 2007 24 (Samsung Galaxy Tab Pro 10.1)
does not work (function is not available) - on top of other apps
Valera1978-pay attention to the problem! please fix it!
I tried to flash lineageOS 17.1 & 16 but got this error in attachment
What's wrong
Witzker said:
I tried to flash lineageOS 17.1 & 16 but got this error in attachment
Click to expand...
Click to collapse
Maybe try this?
M0lle said:
Maybe try this?
Click to expand...
Click to collapse
THX for taking care but it was my fault
I have not red carefully the instruction for recovery
I had an old version
Now installed the recommended one
for recovery: https://drive.google.com/file/d/1UeC...ew?usp=sharing
Here I have another question
when I go to TWRP -Install Choose the TWRP zip I only installed image not the Option Boot.
Was This OK?
TWRP is starting correctly and I have successfully flashed the image of June (1) & PICO.
BUT I have NO sound!!
How do I install the updates?
Links
3. 20200815: august security patch: https://drive.google.com/file/d/1oVm...ew?usp=sharing
2. 20200724: july security patch: https://drive.google.com/file/d/15_4...ew?usp=sharing
1. 20200616: initial build, june security patch: https://drive.google.com/file/d/1is2...ew?usp=sharing
Just flashing the latest (3) over the old
or flashing the next update (2) then the latest (3)
OR wipe and flash the Latest (3) ?
PLS Help again
THX
Witzker said:
How do I install the updates?
Click to expand...
Click to collapse
Wipe Art/Dalvik Cache, Cache and System
Flash the ROM image (the latest one only)
Flash the GApps
(Flash Magisk if you want root)
Reboot to System
Wait...
M0lle said:
Wipe Art/Dalvik Cache, Cache and System
Flash the ROM image (the latest one only)
Flash the GApps
(Flash Magisk if you want root)
Reboot to System
Wait...
Click to expand...
Click to collapse
SO I will lose all my settings?
Witzker said:
SO I will lose all my settings?
Click to expand...
Click to collapse
No, you won't. Data and Internal Storage will stay intact. This is the procedure I follow when I update from one version of e.g. 17.1 to newer one. Only when upgrading to a new major version do I fully wipe the device.
If you're unsure, backup your stuff with "ROM Settings Backup" and "Titanium Backup" before wiping anything.
THX Great worked ok.
BUT still no sound!
How to check if there is maybe a hardware problem?
I'm going to install this Rom (thanks to developer) , is the sound problem real?
alonzimanuel said:
is the sound problem real?
Click to expand...
Click to collapse
I haven't had any sound problems with either 16.0 or 17.1.
Witzker said:
THX Great worked ok.
BUT still no sound!
How to check if there is maybe a hardware problem?
Click to expand...
Click to collapse
My tab also freezes during browsing websites or open other apps!
What can be the reason ?
Are there some settings to change??
PS: I use Microsoft launcher
Witzker said:
My tab also freezes during browsing websites or open other apps!
What can be the reason ?
Are there some settings to change??
PS: I use Microsoft launcher
Click to expand...
Click to collapse
Don't know that launcher (mine Nova Prime) but did you test turning of animations in dev settings?
{
"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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 11, 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.
Instructions :
https://wiki.lineageos.org/devices/kirin
Downloads :
https://download.lineageos.org/kirin
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.
Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
Thanks for the ROM!
Just installed the 20201003 build and it flawlessly so far.
Just a quick question, I can't seem to delete the search widget in the default launcher (quickstep), are there any way to delete it?
Also there are no "Advanced restart" option anymore, is there a way to have a reboot to recovery/bootloader entry in the new Android 11 power menu?
diyod said:
Thanks for the ROM!
Just installed the 20201003 build and it flawlessly so far.
Just a quick question, I can't seem to delete the search widget in the default launcher (quickstep), are there any way to delete it?
Also there are no "Advanced restart" option anymore, is there a way to have a reboot to recovery/bootloader entry in the new Android 11 power menu?
Click to expand...
Click to collapse
>Just a quick question, I can't seem to delete the search widget in the default launcher (quickstep), are there any way to delete it?
Launcher customizations aren't brought up yet thus search bar is stuck there for time being.
>Also there are no "Advanced restart" option anymore, is there a way to have a reboot to recovery/bootloader entry in the new Android 11 power menu?
Power menu additions aren't brought up either.
LuK1337 said:
LineageOS is a free, community built, aftermarket firmware distribution of Android 11, 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.
What's not working :
WFD
Instructions :
Download the latest build and gapps
Reboot to recovery
Flash the latest build and gapps
Reboot
Downloads :
Builds :
https://www.androidfilehost.com/?w=files&flid=318024
http://downloads.codefi.re/jdcteam/luk/lineage-18_0/kirin
https://sourceforge.net/projects/luk-lineageos/files/kirin/lineage-18.0
Reporting Bugs
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /sys/fs/pstore/console-ramoops and /sys/fs/pstore/dmesg-ramoops-0. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. Any bug not reported in the bug report format below may be ignored.
Code:
What is your--
LineageOS version:
LineageOS Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
XDA:DevDB Information
[ROM][UNOFFICIAL][kirin][11] LineageOS 18.0, ROM for the Sony Xperia 10
Contributors
LuK1337
Source Code: https://github.com/LineageOS
ROM OS Version: Windows 8 Mobile
Based On: LineageOS
Version Information
Status: Testing
Created 2020-09-28
Last Updated 2020-09-28
Click to expand...
Click to collapse
Hello. Does the rom have signiture spoofing?
Gapps Not working
LineageOS version: 18.0
LineageOS Download url: First one I can`t submit the post with the link, this is the version: lineage-18.0-20201016_012612-UNOFFICIAL-kirin.zip
Gapps version: Here is where the issue occurs. None of the Gapps found here, and in first pages in Google by searching "Lineage OS 18 gapps" or either "Android 11 gapps" ever worked on Lineage OS 18.
I flashed with TWRP (I tried also with the Lineage OS recovery but I know that Gapps are not signed and return error from there) Immediately after a clean installation of Lineage OS 18 and wipe, All Open Gapps versions found, BitApps, NikApps and others came with error code 20, error code 70 (I tried with resizing the partition, switching slots, did not work) or fatal error. I managed to flash some of them successfully but they never showed up after turning on the phone.
Everything else except Gapps working as expected until now.
The same kernel is used as for Lineage OS 17.1 that was previously used with a working OpenGapps flash.
The phone version is Xperia 10 I4113, no modifications were made, just Unlocked bootloader, TWRP recovery, Flashed Lineage OS 18 and Flashed all versions of Gapps with no success.
In case you`ve tested and got Gapps successfully after installing the rom share this version with us so we can flash it and use the ROM for daily routines by continue testing.
Thanks in advance.
Regards.
dian1994 said:
LineageOS version: 18.0
LineageOS Download url: First one I can`t submit the post with the link, this is the version: lineage-18.0-20201016_012612-UNOFFICIAL-kirin.zip
Gapps version: Here is where the issue occurs. None of the Gapps found here, and in first pages in Google by searching "Lineage OS 18 gapps" or either "Android 11 gapps" ever worked on Lineage OS 18.
I flashed with TWRP (I tried also with the Lineage OS recovery but I know that Gapps are not signed and return error from there) Immediately after a clean installation of Lineage OS 18 and wipe, All Open Gapps versions found, BitApps, NikApps and others came with error code 20, error code 70 (I tried with resizing the partition, switching slots, did not work) or fatal error. I managed to flash some of them successfully but they never showed up after turning on the phone.
Everything else except Gapps working as expected until now.
The same kernel is used as for Lineage OS 17.1 that was previously used with a working OpenGapps flash.
The phone version is Xperia 10 I4113, no modifications were made, just Unlocked bootloader, TWRP recovery, Flashed Lineage OS 18 and Flashed all versions of Gapps with no success.
In case you`ve tested and got Gapps successfully after installing the rom share this version with us so we can flash it and use the ROM for daily routines by continue testing.
Thanks in advance.
Regards.
Click to expand...
Click to collapse
Did you actually reboot recovery between installing rom and gapps?
LuK1337 said:
Did you actually reboot recovery between installing rom and gapps?
Click to expand...
Click to collapse
Yes, I did that multiple times during all night long with many different Gapps versions and reboots of the recovery between ROM flashing and Gapps.
If it is possible to provide a Download URL with Gapps version that has been tested on your end by this way after ROM flashes and it works that will be highly appreciated.
I`ve switched back in 17.1 twice by installing Gapps without issues.
I am currently using the ROM without Gapps so I can wipe and trigger a new flash of Gapps from the recovery, but none of the versions I already tried ever showing up or complete installation.
Thank you for your time and support.
dian1994 said:
Yes, I did that multiple times during all night long with many different Gapps versions and reboots of the recovery between ROM flashing and Gapps.
If it is possible to provide a Download URL with Gapps version that has been tested on your end by this way after ROM flashes and it works that will be highly appreciated.
I`ve switched back in 17.1 twice by installing Gapps without issues.
I am currently using the ROM without Gapps so I can wipe and trigger a new flash of Gapps from the recovery, but none of the versions I already tried ever showing up or complete installation.
Thank you for your time and support.
Click to expand...
Click to collapse
You tried fastboot booting twrp and installing gapps there?
LuK1337 said:
You tried fastboot booting twrp and installing gapps there?
Click to expand...
Click to collapse
Yes, exactly I am using adb to flash the ROM first, then flash TWRP recovery via fastboot and then flashing gapps via adb from TWRP recovery again by repeating this order in every gapps version which does not take effect or return error 20 or error 70 (open gapps) and fatal error for NikApps.
If it is important I am using MacOS, but we tried from Windows ADB once without much of success.
dian1994 said:
Yes, exactly I am using adb to flash the ROM first, then flash TWRP recovery via fastboot and then flashing gapps via adb from TWRP recovery again by repeating this order in every gapps version which does not take effect or return error 20 or error 70 (open gapps) and fatal error for NikApps.
If it is important I am using MacOS, but we tried from Windows ADB once without much of success.
Click to expand...
Click to collapse
What fatal error are you getting on nikgapps?
LuK1337 said:
What fatal error are you getting on nikgapps?
Click to expand...
Click to collapse
Currently I can not remember if BitApps version or NikApps returned the error, but the error said that this version is not compatible and the flash just stopped with general error in TWRP recovery log. One of them returned the error, the other one has completed but nothing has showed up after booting to the OS.
I am in the office right now and did not get the cable but if you have suggestions on specific versions of gapps that you think are working, I will try to flash each one by following your instructions tomorrow night after work and provide you with feedback of screenshot of TWRP recovery log for every single gapps package.
If there is a version which you know that can go thru the security signing check from Lineage recovery I can try to flash it from the sdcard right away.
dian1994 said:
Currently I can not remember if BitApps version or NikApps returned the error, but the error said that this version is not compatible and the flash just stopped with general error in TWRP recovery log. One of them returned the error, the other one has completed but nothing has showed up after booting to the OS.
I am in the office right now and did not get the cable but if you have suggestions on specific versions of gapps that you think are working, I will try to flash each one by following your instructions tomorrow night after work and provide you with feedback of screenshot of TWRP recovery log for every single gapps package.
If there is a version which you know that can go thru the security signing check from Lineage recovery I can try to flash it from the sdcard right away.
Click to expand...
Click to collapse
NikGapps-omni-arm64-11-20201010-signed.zip seems to install properly here.
>If there is a version which you know that can go thru the security signing check from Lineage recovery I can try to flash it from the sdcard right away
Not yet, I just ported the patch that allows for that btw.
LuK1337 said:
NikGapps-omni-arm64-11-20201010-signed.zip seems to install properly here.
>If there is a version which you know that can go thru the security signing check from Lineage recovery I can try to flash it from the sdcard right away
Not yet, I just ported the patch that allows for that btw.
Click to expand...
Click to collapse
Thanks I will give a try and let you know about the result.
LuK1337 said:
NikGapps-omni-arm64-11-20201010-signed.zip seems to install properly here.
>If there is a version which you know that can go thru the security signing check from Lineage recovery I can try to flash it from the sdcard right away
Not yet, I just ported the patch that allows for that btw.
Click to expand...
Click to collapse
I just want to let you know that this version worked as expected. I have no explanation but probably I did something wrong with the slots. Thanks. I will keep you posted in case of a bug found. However Gapps required TWRP, Lineage recovery does not install gapps due Signing request error.
Bugs Report
I would like to come up with a short report of what did not work with the rom for a few weeks of using.
Actually almost everything works except two main functions.
1. Wi - Fi HotSpot do not work. It shows up but when you connect from another device there is no internet connection. 4G has been established on LineageOS but do not reach the external device via Wi - Fi hot spot.
2. Google accuracy location service does not work, GPS works only when you stay outside. I do not know if it is related to GApps or Rom backend. If you run an app that requires location services will run only outside which is a quite too bad.
That's it for now. Hope it helps.
dian1994 said:
I would like to come up with a short report of what did not work with the rom for a few weeks of using.
Actually almost everything works except two main functions.
1. Wi - Fi HotSpot do not work. It shows up but when you connect from another device there is no internet connection. 4G has been established on LineageOS but do not reach the external device via Wi - Fi hot spot.
2. Google accuracy location service does not work, GPS works only when you stay outside. I do not know if it is related to GApps or Rom backend. If you run an app that requires location services will run only outside which is a quite too bad.
That's it for now. Hope it helps.
Click to expand...
Click to collapse
1. Consider not being over 5 builds behind.
LuK1337 said:
1. Consider not being over 5 builds behind.
Click to expand...
Click to collapse
You mean that Wi-Fi hot spot issue has been fixed already in a recent build?
dian1994 said:
You mean that Wi-Fi hot spot issue has been fixed already in a recent build?
Click to expand...
Click to collapse
Go ahead and try.
LuK1337 said:
Go ahead and try.
Click to expand...
Click to collapse
Gotcha. Thanks.
has anyone had any luck getting magisk 21.1 to work with this rom and twrp yet?
im going round in circles trying to root after updating. i can install magisk from twrp, but i end up in a bootloop, then installing the bootloop fix from twrp wipes magisk and breaks root.
i know 21.1 is a beta and likely doesnt support sony phones yet, but someone might have a fix.
EDIT: I have root working now. Anyone having trouble, DONT install twrp to ramdisk. just leave the lineageOS recovery in place and use fastboot on a pc to boot twrp when you need it.
I did the following:
1. fresh stock firmware via newflash
2.flash sony software binaries for a11
3. fastboot boot twrp.img
4.swap to partition b
5. power off
6. fastboot boot twrp.img (check you are booted to partition b)
7. flash lineageos 18
8.reboot select partition a and POWER OFF
9. fastboot boot twrp.img
10. check partition is a
11. flash copy partition.zip
12. flash magisk 21.1.zip
13. flash nikGapps basic for a11
14. reboot system
15. install magiskmanager 8.0.3.apk
16. reboot
17. update your apps on playstore.
18. PROFIT.
lineage os18 rooted on my xperia 10.
born2bkilled said:
I did the following:
1. fresh stock firmware via newflash
2.flash sony software binaries for a11
3. fastboot boot twrp.img
4.swap to partition b
5. power off
6. fastboot boot twrp.img (check you are booted to partition b)
7. flash lineageos 18
8.reboot select partition a and POWER OFF
9. fastboot boot twrp.img
10. check partition is a
11. flash copy partition.zip
12. flash magisk 21.1.zip
13. flash nikGapps basic for a11
14. reboot system
15. install magiskmanager 8.0.3.apk
16. reboot
17. update your apps on playstore.
18. PROFIT.
lineage os18 rooted on my xperia 10.
Click to expand...
Click to collapse
Which package is it you use?
If I flash the Gapps, Lineage can't boot into system and asks for a factory reset.
I'm following the steps exactly as they're described.
Am I missing something?
Just installed it. Was some effort, coming from SailfishX.
Had to install Sony binaries first, then get the latest TWRP (old one gave me errors, the provided one in this post as well). After that installed NikGapps (Gapps or open Gapps do not work I think). Was up till 3am
Got some problems though:
Cannot enable wifi.
Does not detect cellular network at all?
GUI stopped working error at every boot (works after clicking at away).
Settings stopped responding when I click network.
Fingerprint does not seem to be working? Do I need a specifiek Gapps version for that?
Can you tell me what the camera mod does? I do not see any difference?
Thanks for the effort this far!
Edit: I seem to be missing the firmware alltogether. Any ideas how to fix this?
Hello,
I did this guide to install lineage OS:
https://www.getdroidtips.com/lineage-os-galaxy-a5-2016/
and this guide to unlock my phone:
The process ran smoothly until I tried to install gapps...
Setup:
Samsung A5 2015
I'm using:
TWRP:
twrp-3.6.0_9-0-a5xelte
Lineage for Samsung A5 (latest)
40.74 GB folder on MEGA
88 files and 6 subfolders
mega.nz
Gapps:
Codefire - Downloading /jdcteam/javelinanddart/gapps/MindTheGapps-12.0.0-arm64-20220217_095343.zip
Lineage installs ok but it fails when trying to install Gapps.. The Error says:
"
Could not mount /mnt/system! Aborting
Updater process ended with ERROR: 1
Error installing zip file... "
I have tried:
1 - After installing LineageOS to clear cache before install gapps, same error
2 - After installing LineageOS reboot into recovery again and tried to install it
3 - Try to Install the Gapps from TWRP ADB SideLoad
4 - Tried other Gapps packages as well same thing.
5 - Did the wipe that this guy mentions here as well but he seemed to have changed a script.. which I don't know if it's necessary
All these failed, I can start lineage there aren't any gapps.. so no play store, etc..
Would appreciate any guide or help
This is my first custom rom..
Best Regards,
LogicalApe
Tried with LineageOS 17.1 with gapps for android 10 same issue.
can't mount..
LineageOS:
LineageOS Downloads
download.lineageos.org
Managed to find the issue..
I was looking at the phone specifications of the Samsung A5 2016 A510F and it said it supported Arm64 but what seems to be implemented is Arm so before I was downloading the Arm64 Gapps.
After downloading the Arm package I managed to install correctly, I also recommend using the OpenGapps since it has better logs:
The Open GApps Project
OpenGApps.org offers information and pre-built packages of The Open GApps Project. The Open GApps Project is an open-source effort to script the automatic generation of up-to-date Google Apps packages. All Android versions and platforms supported.
opengapps.org
LogicalApe said:
Hello,
I did this guide to install lineage OS:
https://www.getdroidtips.com/lineage-os-galaxy-a5-2016/
and this guide to unlock my phone:
The process ran smoothly until I tried to install gapps...
Setup:
Samsung A5 2015
I'm using:
TWRP:
twrp-3.6.0_9-0-a5xelte
Lineage for Samsung A5 (latest)
40.74 GB folder on MEGA
88 files and 6 subfolders
mega.nz
Gapps:
Codefire - Downloading /jdcteam/javelinanddart/gapps/MindTheGapps-12.0.0-arm64-20220217_095343.zip
Lineage installs ok but it fails when trying to install Gapps.. The Error says:
"
Could not mount /mnt/system! Aborting
Updater process ended with ERROR: 1
Error installing zip file... "
I have tried:
1 - After installing LineageOS to clear cache before install gapps, same error
2 - After installing LineageOS reboot into recovery again and tried to install it
3 - Try to Install the Gapps from TWRP ADB SideLoad
4 - Tried other Gapps packages as well same thing.
5 - Did the wipe that this guy mentions here as well but he seemed to have changed a script.. which I don't know if it's necessary
All these failed, I can start lineage there aren't any gapps.. so no play store, etc..
Would appreciate any guide or help
This is my first custom rom..
Best Regards,
LogicalApe
Click to expand...
Click to collapse
Sorry sir i want to ask do you have rom 64bit for samsung a5 2015 A500F?