For Q roms, try Derpfest, Havoc OS, Superior OS or Revenge OS. Find the non-Gapps ones between them.Which one would you recommend being as close as possible to LOS?
Other Pie roms are already dead earlier than LOS 16, so no hope.
For Q roms, try Derpfest, Havoc OS, Superior OS or Revenge OS. Find the non-Gapps ones between them.Which one would you recommend being as close as possible to LOS?
thanks for all your contribution in android custom roms development and thanks for making this device base strong as everSorry for the silence.
As you may have seen yesterday, I dropped official lineageos support for tissot entirely. Not to say it was already EOL since my device died, but at that point it's too outdated and didn't have any kernel updates for more than 6 months.
Since that was my last hobby Android project I passively kept supporting, now I can say that my work on custom ROMs is over. Android is my job now, I got a lot of different things going on in my life so I simply can't keep up with everything while spending lots of my time on ROM hacking things. So, I feel like it's time for me to move on.
I want to thank tissot community for all those things we did together and I hope y'all will be ok.
Lastly... It's not a retirement, it's an indefinite leave.
Adios bbSorry for the silence.
As you may have seen yesterday, I dropped official lineageos support for tissot entirely. Not to say it was already EOL since my device died, but at that point it's too outdated and didn't have any kernel updates for more than 6 months.
Since that was my last hobby Android project I passively kept supporting, now I can say that my work on custom ROMs is over. Android is my job now, I got a lot of different things going on in my life so I simply can't keep up with everything while spending lots of my time on ROM hacking things. So, I feel like it's time for me to move on.
I want to thank tissot community for all those things we did together and I hope y'all will be ok.
Lastly... It's not a retirement, it's an indefinite leave.
Forget that. Any device can be dropped at any time. Like our was. Try to go to aex android 10 or go back to stockHi,
since our beloved device is no longer maintained and because I like my mobile to be well patched. I'm currently looking for a replacement. I want to ask if someone can recommend a web page where all phones that are running lineageOS are listed and can be compared regarding their technical specifications. My expectations are rather low it must be affordable, well maintained now and for the near future and has enough power to run a navigation app (GPS is needed).
I'd appreciate any suggestions.
Gesendet von meinem Mi A1 mit Tapatalk
Hi,
since our beloved device is no longer maintained and because I like my mobile to be well patched. I'm currently looking for a replacement. I want to ask if someone can recommend a web page where all phones that are running lineageOS are listed and can be compared regarding their technical specifications. My expectations are rather low it must be affordable, well maintained now and for the near future and has enough power to run a navigation app (GPS is needed).
I'd appreciate any suggestions.
Gesendet von meinem Mi A1 mit Tapatalk
Thank you for working all these years on android.Sorry for the silence.
As you may have seen yesterday, I dropped official lineageos support for tissot entirely. Not to say it was already EOL since my device died, but at that point it's too outdated and didn't have any kernel updates for more than 6 months.
Since that was my last hobby Android project I passively kept supporting, now I can say that my work on custom ROMs is over. Android is my job now, I got a lot of different things going on in my life so I simply can't keep up with everything while spending lots of my time on ROM hacking things. So, I feel like it's time for me to move on.
I want to thank tissot community for all those things we did together and I hope y'all will be ok.
Lastly... It's not a retirement, it's an indefinite leave.
Sorry for the silence.
As you may have seen yesterday, I dropped official lineageos support for tissot entirely. Not to say it was already EOL since my device died, but at that point it's too outdated and didn't have any kernel updates for more than 6 months.
Since that was my last hobby Android project I passively kept supporting, now I can say that my work on custom ROMs is over. Android is my job now, I got a lot of different things going on in my life so I simply can't keep up with everything while spending lots of my time on ROM hacking things. So, I feel like it's time for me to move on.
I want to thank tissot community for all those things we did together and I hope y'all will be ok.
Lastly... It's not a retirement, it's an indefinite leave.
Can the rom still be constructed based on the MiA1 lineage OS wiki and with the device-specific code?
USB tethering doesn't work with lineage-16.0-20200407-nightly. Anyone has an idea what the problem might be?
USB tethering doesn't work with lineage-16.0-20200407-nightly. Anyone has an idea what the problem might be?
Not sure what the problem with the rom is, but I had the same.
I used the two attached scripts to bring tethering up and down from a terminal (XDA doesn't allow you to upload scripts, so save them as .sh files somewhere on your device and use a terminal emulator to run them - you'll need to do this from a root shell, if you aren't rooted, no dice).
Since I did that once it seems to have fixed it, and I can just select tethering as normal when I plug in a cable.
Your best recourse is to build yourself (that, thankfully, still works, and will probably continue to work until some "developer" makes another drive-by change that'll break it. Not terribly likely, but who knows) and fix the tethering problem while at it, it's a matter of deleting 3 lines from a makefile.
ifeq ($(TARGET_KERNEL_VERSION),4.9)
PRODUCT_PACKAGES += \
init.msm.usb.configfs.rc
endif
Thanks for answering. So I would have to get rid of these lines?
Code:ifeq ($(TARGET_KERNEL_VERSION),4.9) PRODUCT_PACKAGES += \ init.msm.usb.configfs.rc endif
I think that building a ROM is above my paygrade, but I've seen a tutorial and I'll try to do it with a bit of patience.
Hi everyone, I do not want tissot on LineageOS 16.0 to die, therefore I am providing unofficial builds here: https://forum.xda-developers.com/mi-a1/development/rom-lineageos-16-0-xiaomi-mi-a1-lights-t4092489
The "breakfast" part may give you some trouble (specifically when acquiring binary blobs from the phone, iirc), but you should be able to make it work with some well-placed kicks. Otherwise the process is pretty straightforward and mostly well-documented (skip all those video tutorials and go straight for the instructions on LineageOS' site, they are good). Do note that if you decide to flash a self-built LineageOS, due to changing build keys you'll either have to wipe or do this.
Hi everyone, I do not want tissot on LineageOS 16.0 to die, therefore I am providing unofficial builds here: https://forum.xda-developers.com/mi-a1/development/rom-lineageos-16-0-xiaomi-mi-a1-lights-t4092489
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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.
*
*/