Just got done doing the same thing, booted into TWRP, mounted system and in the file manager you can locate it at: system_root/system/system_ext/priv-app/Alexa, erasing the directory got rid of it.This is great, thanks!
Works like a charm on my tb-x606fthough I'll try to remove the Alexa stuff.
Can we enable auto-rotate on lock-screen by default? It was kinda awkward flipping the tablet+stand with keyboard on its side for initial setup and first couple uses.
yeah, same. Need RW for data /data so i can delete bloatware in stock. I came here to see if lineage was different but after seeing your post looks like same.Were you able to find anything about that? Reason I ask is because direct installation of magisk fails due to system being read only, attached is a picture of what error is thrown by magisk installer, I mean now the whole process is easier because we got magisk to work for this ROM and we can always upgrade through there but it's still pretty inconvenient, you think we can do something to get the system to mount as RW?
Yeah, unfortunately there's no custom kernel that I know about, if there was we could use OverlayFS module on magisk to make system partitions RW and it could also permit writing to emmc at runtime. I hope someone can make a custom kernel that can support those featuresyeah, same. Need RW for data /data so i can delete bloatware in stock. I came here to see if lineage was different but after seeing your post looks like same.
at to moment root is not a full root.
found this on github
blockdev: /dev/block/mmcblk0p28: Permission denied
! /dev/block/mmcblk0p28 is read only
MTK kernel prevents writing to emmc at runtime.
does this lineage have stock kernal?
Through TWRP you can backup the boot.img, use the backed up boot.emmc.win to patch a boot.img in magisk, then be able to flash it in fastboot/twrp. It will finish the magisk install and give proper root.Yeah, unfortunately there's no custom kernel that I know about, if there was we could use OverlayFS module on magisk to make system partitions RW and it could also permit writing to emmc at runtime. I hope someone can make a custom kernel that can support those features
I am facing the same issue, I'd like to try any and all software workarounds/hacks before resorting to modifying the hardware in the docknice Rom. I have the TB-X606F and it works like a charm.
But i have a problem with the dock.
I purchased the dock seperately (i thought, it will work with all Tab M10 FHDs) but i can't set up the bluetooth connection. I've reseted the dock, but i can't connect to the alexa setup.
I've tried the stock-rom of the TB-X606FA by flashing it over the rescuetool, but it did not work either.
Is there a difference in the hardware between the X606F and X606FA?
Dunno about dock, but Rom works fine with X. Even sees it supports SIM card. However didnt try how network works, got mine yesterday.I wonder if this GSI image expected to work on TB-X606X too? (unlike TB-X606F X version have LTE modem)
According to this document Lenovo HA-200 Alexa-enabled dock is supposed to be compatible with TB-X606 series tablets (and TB-X306 series too) but is it compatible with this GSI image? le_zlash and vantt1 couldn't get some dock (I assume HA-200?) work with this GSI image.
What You wrote made me realize how stupid was my questions about GApps when there is version with them xDwill LOS20 be updated again? (current version: february 2023)
which version is without gapps?
does LOS20 have the lineage recovery integrated or must twrp be used?
Even sees it supports SIM card. However didnt try how network works, got mine yesterday.
/*
* 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.
*/
You'll need to resize the /system partition after installing the GSI in TWRP.I am answering myself. Yesterday I was testing and yes, with the light version, the "Android Go Edition" problem disappears.
I have the problem when installing from TWRP any version of gapps. All of them tell me that I don't have enough space, which is not true. I have the version described here [ https://forum.xda-developers.com/t/...r-lenovo-tab-m10-fhd-plus-14-02-2023.4541525/ ]. I've tried to install your rom and immediately (without booting the system) install gapps for Android 13 [nikgapps.com], and always the same, no space.
I've tried with this version of Android [https://forum.xda-developers.com/t/lenovo-x606f-lineageos-19-0-gsi-upgrade.4417791/] and the TWRP space problem doesn't appear.
Maybe I need to resize the system partition in your rom?
df -H
and blockdev
commands in that post to convince yourself that this is the problem. You can also follow the steps in that post to resize the partition.you tried already?