Hello! so there’s this small problem: the e os logo shows up upto the point where it shows ‘my data is MY data’ and then e os boot animation again does the same thing and then bootloops to do the same problem. can you fix this?
(my device is gt58ltebmc, SM T355Y, )
sorry I may not know this, but I know how to get logcat only when it is powered on and the rom is working. do you know how to get them when my tablet is booting up?
I think you can just start it in the terminal of your PC while connected to your device and boot your device… adb debug should be enabled of course (but you can do this on the working R version when not done already)
Please see these log files, i got via cmd:
here the problems_a11.txt and logcat_a11.txt are generated when I restarted my tablet while laptop was connected. new_a11.txt was when I powered off my tablet while laptop was connected.
This link has these text files, Download - UploadNow.io
Just to ensure, did you follow this steps:
Q11. Do I need to erase everything and format my data?
A11. Yes, you MUST erase all the partitions (system, data, dalvik/art cache, cache) using TWRP and MUST format your data before installing 19.1 when you are coming from stock or an earlier version of LineageOS or from another custom rom. If you get stuck at the boot animation for more than 5 minutes, it’s likely because you didn’t follow the instructions I just wrote. Dirty flashes from stock, other custom roms or older LineageOS versions are not supported and not likely to work.
ok, thanks that we sorted that out. Can you do a logcat again please
To get a logcat, open up a terminal window.
Code:
# clear the logcat first
adb logcat -c
# start logcat trace
adb logcat > problem.txt
# reproduce problem
# wait until problem has occured, then stop trace by hitting ctrl-c
# attach the problem.txt ZIPPED as text files don't seem to get attached properly
ah sorry, I would need that logcat for A12 /e/OS-S of course. But adb debugging needs to be enabled for this. I think you could do the following:
Install LOS19 version and enable adb debbugging
Install via adb sideload the /e/OS-S version (dirty update)
start logcat
i already installed eos a12 from twrp by the usual process mentioned in your post 12. now as I have eos a12 installed I open twrp > advanced > adb sideload > install e os file via adb from pc? is that correct?