vknecht | hello... would it be ok to add another sparse copying level by adding "copy_files_from %{dcd_path}/%{rpm_device}/sparse" after this line ? | 07:03 |
---|---|---|
vknecht | https://github.com/mer-hybris/droid-hal-configs/blob/12b655e23bd55e603c6e8ad4a2c917b576250931/droid-configs.inc#L346 | 07:03 |
vknecht | that way, it might be possible to support devices with different eg. device-info files in same repo | 07:03 |
vknecht | or is it possible to handle that already, maybe from the spec files ? | 07:04 |
r0kk3rz | you can already | 08:22 |
r0kk3rz | check some of the sony repos for examples | 08:23 |
deathmist | oh hey r0kk3rz, just wondering whether packages from openrepos are allowed on community port images e.g. Pure Maps, Storeman, keyboard layouts with presage input predictor etc | 08:35 |
r0kk3rz | generally you shouldnt do things like that | 08:41 |
kimmoli | avoid bloating, but anything that is built on obs should be ok. ofc depends also where you publish your image | 08:41 |
r0kk3rz | but theres no official rule against it | 08:42 |
deathmist | alright, just wanted to make sure :) I'm mainly thinking about the presage input predictor stuff since there's a bunch of wasted space without anything on the keyboard predictor row by default | 08:44 |
r0kk3rz | yeah thats ok | 08:45 |
r0kk3rz | its a shame the proper one is proprietary | 08:46 |
deathmist | yeah :/ I'm attempting to make Anbox work now and I'm not expecting that much even if I manage it. could you pay Jolla for a strictly personal license to the oreo based aliendalvik? I'd love to have it for personal use | 08:54 |
Danct12_ | i would also love to pay up for aliendalvik. | 08:56 |
r0kk3rz | thats mostly what 'sailfish x' is | 09:00 |
r0kk3rz | but no, i dont think thats an option yet | 09:01 |
Mister_Magister | deathmist: that is not possible | 09:03 |
deathmist | rip, they really should consider that in the future, I'm sure a lot of people using community ported devices would love to pay for that ^^ | 09:05 |
Mister_Magister | deathmist: that is not possible. | 09:05 |
Mister_Magister | it's not about considering | 09:05 |
Mister_Magister | it's not possible. | 09:05 |
Mister_Magister | they don't own it and they don't license it | 09:06 |
Mister_Magister | you can go write to myriadgroup to sell it to you | 09:06 |
deathmist | okay, thanks for pointing me to the right direction! have you attempted to make anbox work on sfos Mister_Magister? | 09:27 |
r0kk3rz | i got it to *work* once | 09:30 |
deathmist | xD yeeaaah it really doesn't seem to be in a good state, I get this far https://pastebin.com/h3k6HbDn after installing everything using the vince steps https://pastebin.com/L0VcU6j4 | 09:34 |
Mister_Magister | r0kk3rz: i got sfdroid to *work* once | 09:44 |
Mister_Magister | some people are thinkning about ressurecting sfdroid | 09:44 |
Mister_Magister | i'm not saying it's solution but it ain't bad idea either | 09:44 |
r0kk3rz | same thing really | 09:50 |
Mister_Magister | yee | 09:52 |
Mister_Magister | ad is same thing aswell | 09:52 |
Mister_Magister | just starting android crap :P | 09:52 |
vknecht | r0kk3rz, I'm using nile style repo structure already and while the delete_file_%{rpm_device].list allows selecting distinct files depending on devices afaiu there's no mechanism for the case where a file has to have a fixed name | 09:53 |
*** Acou_Bass is now known as Acou_Bass_AFK | 10:06 | |
mal | vknecht: are the devices you try to support really so different that they have different partition layout? or is it just the CPUCHECK_STRING that needs to be different? how different? | 10:32 |
vknecht | well, I'm a bit surprised too, that's for f5321 which apparently doesn't use same partition numbers as f5121 | 10:33 |
mal | vknecht: a hint https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/rpm/droid-config-fp2-sibon.spec#L29 | 10:33 |
mal | in your case either some symlink or rename would work, also probably in %post | 10:34 |
mal | symlink might be cleaner way | 10:35 |
vknecht | hmmm | 10:36 |
rinigus | r0kk3rz, re presage: I would argue that presage-based predictor is the proper one. and it is available via OBS as well | 11:11 |
vknecht | tried that https://pastebin.com/JMGZ7sTk but then get complain about second %post, would have to use %{additional_post_scripts} it seems | 11:28 |
mal | vknecht: other option is to override the default https://github.com/mer-hybris/droid-hal-configs/blob/master/sparse/usr/sbin/flash-partition from submodule in your sparse and adapt it to somehow use correct info | 11:30 |
* vknecht re-hmms :-) | 11:31 | |
vknecht | making it check ID or MER_HA_DEVICE in /etc/hw-release to use eg. device-info.f5121 ? Hopefuly device-info is not used anywhere else ? | 11:37 |
vknecht | I suppose it's risky to just source hw-release since it defines ID, so something like that ? | 12:06 |
vknecht | mer_device=$(grep MER_HA_DEVICE /etc/hw-release | awk -F"=" '{ print $2 }') | 12:06 |
vknecht | DEVICE_INFO_FILE=/var/lib/flash-partition/device-info.$mer_device | 12:06 |
vknecht | hmm, maybe can skip grep, using only awk... | 12:07 |
vknecht | awk -F"=" '/MER_HA_DEVICE/ { print $2 }' /etc/hw-release | 12:11 |
T42 | <adampigg> Mal, has latest been updated yet? | 14:10 |
mal | @adampigg no target yet on OBS | 14:16 |
T42 | <adampigg> k | 14:17 |
piggz | mal: i resported to patternising t5 myself, fairly straightforward, we should just get ppl to do that themselves | 16:05 |
piggz | s/resorted | 16:08 |
electro5751 | hi all | 16:15 |
electro5751 | @elros34 : good afternoon, how are you ? | 16:17 |
electro5751 | mal, Do you know an issue to fix GUI problem ? | 16:23 |
T42 | <adampigg> vendor/qcom/opensource/recovery-ext/oem-recovery/gpt-utils.cpp | 16:39 |
T42 | <adampigg> line 1099 | 16:39 |
T42 | <adampigg> change to https://pastebin.com/PRrH9pMu | 16:40 |
T42 | <adampigg> @NotKit ^^ | 16:40 |
electro5751 | You say it for ? NotKit ? | 16:42 |
piggz | yes, wrongly pasted into this channel, tho, still related to porting thankfully! | 16:43 |
T42 | <NotKit> @adampigg thanks | 16:48 |
electro5751 | vknecht, how are you ? | 17:18 |
electro5751 | somebody can help me to debug the last things before a startup GUI ? | 17:38 |
T42 | <elros34> electro575: you could at least confirm that mali quirks are enabled. I think this command should confirm it: EGL_PLATFORM=hwcomposer HYBRIS_TRACE=1 HYBRIS_LOGGING_LEVEL=debug test_hwcomposer | 17:48 |
electro5751 | okey | 17:48 |
electro5751 | @elros34 : https://dpaste.de/ieu2 | 17:58 |
electro5751 | no trace of mali | 18:00 |
electro5751 | and quirks | 18:00 |
electro5751 | etc/systemd/system/user@100000.service -> /dev/null | 18:01 |
electro5751 | etc/systemd/system/usb-moded.service -> /dev/null | 18:02 |
T42 | <elros34> if I am right it crash somewhere here https://github.com/LineageOS/android_hardware_samsung/blob/cm-14.1/exynos4/hal/libhwcomposer/SecHWC.cpp#L1168 | 18:19 |
electro5751 | arf | 18:20 |
electro5751 | do you know how to fix it ? | 18:21 |
T42 | <elros34> that is beyond my knowledge | 18:22 |
electro5751 | okey, so i will post it on jolla maybe | 18:23 |
electro5751 | or xda developers | 18:24 |
mal | electro5751: what android base was that device using? | 18:37 |
electro5751 | cm 14.1 | 18:38 |
T42 | <elros34> just to be sure, have you pressed power button during surfaceflinger execution? You know screen could be just turn off :P | 18:47 |
electro5751 | humm, no | 18:47 |
mal | I still think mali quirks might not be properly enabled | 18:49 |
electro5751 | no display with surfaceflinger | 18:50 |
electro5751 | how can i check mali quirks | 18:50 |
mal | @elros34 how did you determine the crash would be in that location? | 18:51 |
T42 | <elros34> mal: but based on latest log _hybris_hook_prctl nor _hybris_hook_pthread_setname_np is even called: https://github.com/libhybris/libhybris/blob/8ddb15b53d6a63b1545bbf97d00ea93827bd68eb/hybris/common/hooks.c#L2233 | 18:51 |
T42 | <elros34> it is not* | 18:52 |
mal | @elros34 true | 18:53 |
mal | wondering what could then be the reason for that crash | 18:53 |
T42 | <elros34> mal: I am not sure this is the place where it crash but based on strace at least (createFimc(&dev->fimc) is executed | 18:54 |
mal | then it would be the first phtread_create as there is only one of those in that debug output | 18:56 |
mal | ah, those have different #ifdef | 18:56 |
T42 | <elros34> assuming this is the right module | 18:58 |
mal | good question | 18:59 |
T42 | <elros34> electro5751: you could make hwcomposer.* to confirm this is the reight source code: https://github.com/LineageOS/android_hardware_samsung/tree/cm-14.1/exynos4/hal/libhwcomposer | 18:59 |
electro5751 | okey | 18:59 |
T42 | <elros34> so make modules | grep hwcomposer and this hould print correct module to build | 19:00 |
electro5751 | ok | 19:00 |
electro5751 | https://dpaste.de/6mpU | 19:03 |
krnlyng | electro5751, what are the permissions of this https://github.com/LineageOS/android_hardware_samsung/blob/1ecbe8674bfc504415ae54dfd51e8a43723aba7b/exynos4/hal/libhwcomposer/SecHWC.cpp#L955 file? | 19:05 |
electro5751 | i see | 19:05 |
electro5751 | on the device or on my computer ? | 19:05 |
krnlyng | on the device | 19:05 |
electro5751 | ok | 19:05 |
electro5751 | no file | 19:06 |
electro5751 | SecHWC | 19:07 |
electro5751 | https://dpaste.de/uU6L | 19:08 |
krnlyng | electro5751, i meant /sys/devices/platform/samsung-pd.2/s3cfb.0/vsync_time | 19:09 |
electro5751 | https://dpaste.de/6RJW | 19:09 |
krnlyng | hm ok | 19:10 |
electro5751 | it's right ? | 19:10 |
krnlyng | looks ok | 19:11 |
electro5751 | i'm nearly display GUI and not , lol :/ | 19:11 |
electro5751 | @elros34 : what do you think about my paste ? | 19:12 |
electro5751 | nobody respons on #android and #android-root channel | 19:14 |
krnlyng | electro5751, what does gdb show? | 19:15 |
krnlyng | gdb backtrace | 19:15 |
electro5751 | gdb is a directory | 19:16 |
electro5751 | if someone have an idea before i paste this to xda developers | 19:18 |
krnlyng | electro5751, gdb is a debugger | 19:19 |
krnlyng | electro5751, you can install it with zypper or pkcon | 19:19 |
electro5751 | on ? my device | 19:20 |
krnlyng | yes | 19:20 |
electro5751 | O, okey | 19:20 |
electro5751 | sorry | 19:20 |
electro5751 | zypper install gdb ? | 19:21 |
krnlyng | yes | 19:21 |
electro5751 | it's a little bit long | 19:21 |
electro5751 | https://dpaste.de/8RBg | 19:22 |
electro5751 | i have no sim card on this device | 19:22 |
electro5751 | maybe it's this no ? the cause | 19:22 |
krnlyng | electro5751, you can connect via reverse tethering | 19:22 |
krnlyng | electro5751, 9.3.3 Get connected in hadk | 19:23 |
electro5751 | humm, i disable usb-moded.service | 19:23 |
electro5751 | i see that | 19:23 |
T42 | brute4s99 was added by: brute4s99 | 19:25 |
T42 | <brute4s99> Hi team! I need help with setting up OnePlus 3T with SFOS | 19:26 |
electro5751 | hi | 19:26 |
T42 | <brute4s99> I want to know if I could use OnePlus 3T as my daily driver with SFOS? | 19:27 |
T42 | <brute4s99> AFAIK the calls system works, atleast | 19:27 |
electro5751 | see here : https://wiki.merproject.org/wiki/Adaptations/libhybris | 19:27 |
electro5751 | krnlyng : https://dpaste.de/x708 | 19:28 |
T42 | <brute4s99> thanks electro5751! I'll try it out and share my experience on the forum and inform the team of any bugs I spot | 19:28 |
electro5751 | okey | 19:29 |
electro5751 | see you later | 19:29 |
krnlyng | electro5751, ok? | 19:29 |
electro5751 | seems not | 19:29 |
electro5751 | https://dpaste.de/E7ii | 19:30 |
electro5751 | https://dpaste.de/x708 | 19:30 |
electro5751 | krnlyng : 'gdb' not found in package names. Trying capabilities. | 19:31 |
krnlyng | electro5751, i think you don't have a connection yet | 19:31 |
krnlyng | try ping | 19:32 |
electro5751 | i reconnect | 19:32 |
electro5751 | one minute | 19:32 |
mal | probably would be easier to install it to the image | 19:33 |
krnlyng | probably | 19:33 |
electro5752 | re | 19:36 |
electro5752 | krnlyng : https://dpaste.de/TkLj | 19:37 |
electro5752 | grrrr | 19:37 |
electro5752 | i don't arrived to do reverse telnet, mal do you know how it's possible ? | 19:38 |
mal | probably easier if you rebuild a new image with gdb already installed | 19:39 |
electro5752 | rebuild all ? | 19:40 |
electro5752 | just -c so ? | 19:40 |
mal | no | 19:40 |
electro5752 | how do you arrived to have internet on your device | 19:41 |
mal | you only add a line to the .ks before you build a new image to get gdb installed | 19:41 |
electro5752 | sudo lsusb -v | grep iSerial ? | 19:41 |
electro5752 | okey | 19:41 |
mal | stop | 19:42 |
electro5752 | yes ? | 19:42 |
mal | I'm not going to spend huge amounts of time trying to make you fix usb networking so find the line %packages in the only file with ending .ks in your $ANDROID_ROOT, then add a new line under it with only text gdb | 19:44 |
mal | then build a new zip and install it, DO NOT do anything in chapter 8.3 anymore | 19:45 |
electro5752 | ok | 19:46 |
T42 | <brute4s99> what's the irc channel name? | 19:53 |
electro5752 | sailfishos-porters | 19:53 |
T42 | <brute4s99> thanks. be right there. | 19:53 |
brute4s99 | electro5752: o/ | 19:54 |
brute4s99 | electro5752: the XDA page for OnePlus 3T states Bluetooth isn't working, along with a bunch of other stuff. Is the link you gave me earlier latest, or the forum page? | 19:55 |
electro5752 | try to find the date maybe | 19:56 |
electro5752 | but the better thing is to test this, but not beginning this hack pdf to think it will be done quickly | 19:57 |
electro5752 | it depend on devices, i have made 1 week to fix bugs | 19:57 |
electro5752 | before try to have my GUI | 19:57 |
krnlyng | electro5752, can you see which hwcomposer version your device has? | 19:57 |
brute4s99 | ok | 19:57 |
electro5752 | do it only if you have time to follow the hack pdf | 19:58 |
electro5752 | i don't know, i'm building my new .img | 19:58 |
brute4s99 | no worries. I have 4 hours ahead of me. Should be enough. | 19:58 |
electro5752 | okey, try it so | 19:58 |
electro5752 | how can i find the hwcomposer version i have ? | 19:59 |
brute4s99 | A friend earlier tested SFOS on Nexus 5X, worked nicely, but proximity sensor had issues. maybe H/W problem | 19:59 |
electro5752 | krnlyng | 19:59 |
electro5752 | yes, okey good :) | 19:59 |
krnlyng | electro5752, can you try running lipstick ? (from user nemo not root!) | 20:01 |
electro5752 | it's possible | 20:01 |
krnlyng | electro5752, like this: su nemo; EGL_PLATFORM=hwcomposer lipstick -platform hwcomposer | 20:02 |
electro5752 | i okey | 20:02 |
electro5752 | krnlyng : i remove mask from etc/systemd/system/user@100000.service ? | 20:03 |
electro5752 | before launch this command | 20:03 |
electro5752 | krnlyng : NOTICE: There is no systemd user session running | 20:05 |
electro5752 | krnlyng : https://dpaste.de/mrXx | 20:07 |
electro5752 | https://dpaste.de/sLwf | 20:08 |
krnlyng | electro5752, just a quick question, which android version? | 20:10 |
electro5752 | cm 14.1 | 20:10 |
krnlyng | hmm | 20:13 |
electro5752 | krnlyng, be appear, one thing is doing | 20:13 |
krnlyng | ? | 20:13 |
electro5752 | humm, no | 20:13 |
electro5752 | nothing | 20:13 |
electro5752 | but the device react at your command | 20:14 |
electro5752 | what can i do now | 20:14 |
electro5752 | remove mask from etc/systemd/system/user@100000.service ? | 20:14 |
electro5752 | mal, maybe have you an idea with my log ? | 20:15 |
electro5752 | https://dpaste.de/mrXx | 20:16 |
electro5752 | so, i flash the zip file ? | 20:16 |
krnlyng | what happens if you run EGL_PLATFORM=fbdev lipstick -platform hwcomposer | 20:17 |
electro5752 | with what user ? | 20:17 |
electro5752 | nemo | 20:17 |
krnlyng | yes | 20:17 |
krnlyng | wait | 20:17 |
krnlyng | try unmasking user@100000.service and put EGL_PLATFORM=fbdev into droid-hal-device.conf | 20:18 |
electro5752 | ok | 20:18 |
krnlyng | then reboot | 20:18 |
brute4s99 | electro5752: I'm a bit confused with the OP3T instructions, what does chapter 7 mean? | 20:18 |
electro5752 | krnlyng : i have already this -> EGL_PLATFORM=hwcomposer | 20:20 |
deathmist | electro5752: what's why you need to change it | 20:20 |
krnlyng | electro5752, remove it | 20:20 |
krnlyng | (on device of course) | 20:21 |
electro5752 | brute4s99 : humm, i don't know what say to you | 20:21 |
electro5752 | hybris/droid-configs, hybris-droid-hal-version-$DEVICE | 20:21 |
electro5752 | ok | 20:21 |
brute4s99 | lol ok, nvm I'll see if the current combination of files work or not | 20:21 |
electro5752 | deathmist -> because my surfaceflinger not work | 20:22 |
electro5752 | the GUI not work | 20:22 |
electro5752 | ok | 20:22 |
electro5752 | libEGL : loaded /system/lib/egl/libGLESv2_mali.so | 20:23 |
electro5752 | mali is okey | 20:23 |
electro5752 | it work ! krnlyng | 20:24 |
electro5752 | GUI is okey | 20:24 |
electro5752 | i suppose with unmask user@1000000 | 20:24 |
electro5752 | thanks all for your help | 20:28 |
krnlyng | electro5752, EGL_PLATFORM=fbdev probably did the trick | 20:31 |
electro5752 | yes ! it was hwcomposer | 20:32 |
electro5752 | but, it's a really issue ? | 20:32 |
krnlyng | electro5752, for your device it seems so yes | 20:32 |
krnlyng | electro5752, it's device specific | 20:32 |
electro5752 | okey | 20:32 |
electro5752 | and it's possible to change this before build the image ? | 20:33 |
krnlyng | yes | 20:33 |
electro5752 | okey, thanks | 20:33 |
krnlyng | in hybris/droid-configs | 20:33 |
brute4s99 | I'm having a prob with flashing sfos | 21:14 |
brute4s99 | it says "failed to mount /dev/block/bootdevice/by-name/userdata at /data: Device or resource busy" | 21:15 |
brute4s99 | it also says "Failed to extract filesystem" | 21:16 |
*** Acou_Bass_AFK is now known as Acou_Bass | 21:43 | |
mal | brute4s99: can you show what you added to fixup-mountpoint for your device? | 22:06 |
mal | there are some things that can cause installation issues, either you have incorrect changes in fixup-mountpoint or twrp recovery is misbehaving and preventing complete installation | 22:08 |
brute4s99 | sorry for the late msg, mal. I installed a previous version of TWRP and it worked! | 22:21 |
brute4s99 | I'm enjoying SFOS now :D | 22:21 |
mal | ok, good | 22:26 |
mal | that was the most likely issue, good that it worked | 22:27 |
brute4s99 | I hope the SFOS lives even after `version --dup` on OP3T | 22:32 |
brute4s99 | it didn't survive the upgrading on Nexus 5X | 22:32 |
mal | brute4s99: which version do you have on it now? | 22:32 |
brute4s99 | the latest one, according to OTA. Let me check what I flashed | 22:33 |
mal | updating depends on whether the packages have been correctly built on OBS, and sometimes also some small changes to repos | 22:33 |
brute4s99 | mal: SFOS ver. 2.1.4.14 | 22:34 |
mal | ok, then updating to latest probably won't work without some changes | 22:35 |
mal | unless you are lucky | 22:35 |
brute4s99 | the device survived the command. still the same version of SFOS though | 22:36 |
brute4s99 | is there a v3 out there as well? | 22:36 |
brute4s99 | huh, well the camera's not working here, so that's a bummer | 22:36 |
mal | version --dup itself doesn't really update, you need to specify the version, but not sure if the image have proper adaptation repos | 22:37 |
mal | what is the codename of that device? | 22:38 |
mal | is it just oneplus3? | 22:39 |
mal | you probably should show output of "ssu lr" from the device | 22:40 |
brute4s99 | just a sec | 22:42 |
mal | brute4s99: xda forums seem to have a | 22:42 |
mal | brute4s99: xda forums seem to have a way to update to newer version | 22:42 |
mal | https://forum.xda-developers.com/oneplus-3t/development/sailfish-os-oneplus-3-3t-t3724264/page28 | 22:43 |
T42 | <vince1171> Note for future porters | 22:43 |
T42 | <vince1171> if you have a KBUILD_MODNAME while enable configfs rndis | 22:43 |
T42 | <vince1171> Note for future porters | 22:46 |
T42 | <vince1171> if you have a KBUILD_MODNAME while enable configfs rndis, | 22:46 |
T42 | <vince1171> disable CONFIG_USB_CONFIGFS_F_GSI and CONFIG_USB_F_GSI, it will fix the compilation | 22:46 |
T42 | <vince1171> https://github.com/Vince1171/android_kernel_oneplus_msm8998/commit/901eda760b9b6205e37c0f9284dbfdc92471934f | 22:46 |
mal | interesting | 22:46 |
T42 | <elros34> wouldn't be better to just enable gsi.rndis in init-script, it should be a matter of adding 2 lines | 22:48 |
T42 | <vince1171> it could be a solution | 22:54 |
T42 | <vince1171> I just post it if someone in the future face this problem | 22:54 |
T42 | <vince1171> to be honnest, I'm not a Sailfish porter but an Halium one (Ubuntu Touch, etc...) | 22:54 |
T42 | <vince1171> as we run Android in a container, this is the only solution to have telnet/ssh | 22:54 |
brute4s99 | mal: https://paste.ubuntu.com/p/XyHcjdy8jt/ | 22:55 |
T42 | <brute4s99> @vince1171 "2 - v2.2.0.29 - OBS upgrade" what is OBS exactly? | 22:56 |
T42 | <vince1171> and as I saw someone face this issue in this channel (MDTech-us_MAN and Mister_Magister), I thought it could be usefull | 22:56 |
T42 | <elros34> sure, I remember there wer at least 2 porters with KBUILD_MODNAME issue | 22:56 |
T42 | <vince1171> @brute4s99 I don't know what you're talking about | 22:58 |
T42 | <brute4s99> @mal [https://forum.xda-developers.com/oneplus-3t/de …], I went to this link to check the upgrade procedure | 22:58 |
T42 | <brute4s99> do I just need to type in "ssu re 2.2.0.29" then the same for "3.0.0.8" and then "latest" ? | 22:59 |
T42 | <vince1171> no Idea, as I said earlier, I'm not a Sailfish porter | 23:00 |
T42 | <brute4s99> ah, so sorry. I should've tagged mal instead | 23:00 |
brute4s99 | mal: could you verify this for me please? | 23:01 |
brute4s99 | for upgrading, do I just need to type in "ssu re 2.2.0.29" then the same for "3.0.0.8" and then "latest" ? | 23:01 |
brute4s99 | also, what are OBS upgrades? | 23:01 |
mccreary | brute4s99: https://sailfishos.org/wiki/Open_Build_Service | 23:03 |
mccreary | piggz: There is an unfinished TWRP for t5 at https://drive.google.com/file/d/1DPNqTXjbBySf0d3VmEs5T6uHjIJxAmLA | 23:07 |
mccreary | This must be written to one of the boot partitions with 'fastboot flash boot twrp-3.3.1-20190720-t5.img' | 23:08 |
brute4s99 | thanks mccreary! that's one problem solved :D | 23:09 |
mccreary | Note that you can switch to the other slot while in twrp, but the bootctl binary in the ramdisk can't | 23:09 |
mccreary | Tell me about any bugs you find, and I'll fix them | 23:10 |
mccreary | FWIW, that image contains a static bzip2 executable, so it ought to be able to extract a std. SFOS installer ZIP | 23:11 |
brute4s99 | ok, I got some knowledge from https://jolla.zendesk.com/hc/en-us/articles/201836347#4 | 23:16 |
T42 | <brute4s99> ok, first upgrade jump no prob. trying 3.0.0.8 now... | 23:31 |
mal | brute4s99: ssu re some_version and then version --dup, then same again with next version | 23:37 |
mal | ah, you figured it out already | 23:39 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!