Mister_Magister | mal: my friend, how busy are you | 13:16 |
---|---|---|
Mister_Magister | i need help with minimedia | 13:16 |
Mister_Magister | the sensormanager thing | 13:16 |
Mister_Magister | its eating my battery like crazy | 13:16 |
Mister_Magister | apparently it might be connected to linkerconfig | 13:32 |
mal | hmm | 13:33 |
mal | anything in logcat? | 13:33 |
Mister_Magister | a lot actually | 13:36 |
Mister_Magister | https://paste.opensuse.org/pastes/11b8e0512288 | 13:36 |
Mister_Magister | this is the relevant part | 13:36 |
Mister_Magister | this looping eats my battery | 13:37 |
Mister_Magister | otherwise minimedia seems to be working fine i can play videos, can't record them yet | 13:37 |
Mister_Magister | if i grep binder-list i get | 13:39 |
Mister_Magister | android.frameworks.sensorservice@1.0::ISensorManager/default | 13:40 |
Mister_Magister | which isn't quite aidl/android.frameworks.sensorservice.ISensorManager/default but i'm not sure it matters | 13:40 |
Mister_Magister | idk what to attack with the debugging so just any direction suggestion would be neat | 13:41 |
mal | and the process doing that is really minimedia? | 13:41 |
Mister_Magister | doing what exactly | 13:41 |
mal | that sensorservice message stuff, check the pid | 13:42 |
mal | video recording is known to be broken in a14 | 13:42 |
Mister_Magister | its servicemanager, i'm not sure what you mean | 13:43 |
Mister_Magister | "servicemanager: Since 'android.frameworks.sensorservice.ISensorManager/default' could not be found (requested by debug pid 3263)," this is requested by xiaomi-keyboard service | 13:44 |
Mister_Magister | ohno | 13:45 |
Mister_Magister | i have to disable it don't i | 13:45 |
mal | you have two pids related to those sensor messages? | 13:46 |
Mister_Magister | Control message: Could not find 'aidl/android.frameworks.sensorservice.ISensorManager/default' for ctl.interface_start from pid: 2159 (/system/bin/servicemanager this is service manager | 13:46 |
Mister_Magister | the one above is xiaomi-keyboard | 13:46 |
mal | what does binder-list show? | 13:46 |
mal | for hwbinder and binder, anything sensor related there? | 13:47 |
Mister_Magister | [14:39] <Mister_Magister> if i grep binder-list i get | 13:47 |
Mister_Magister | [14:40] <Mister_Magister> android.frameworks.sensorservice@1.0::ISensorManager/default | 13:47 |
Mister_Magister | the android.frameworks.sensorservice@1.0::ISensorManager/default is only in hwbinder not in binder | 13:48 |
Mister_Magister | does it expect it in binder and not hwbinder or something? | 13:51 |
T42 | <Mister_Magister> @b100dian how's camera 2 api? | 13:54 |
mal | still images work quite ok on camera2, video recording currently is not yet working | 13:56 |
Mister_Magister | ah so no change thanks | 13:57 |
Mister_Magister | kay so i think, this tablet has keyboard accessory and three pins on the back so i think that service was getting info from sensors about the hall magnetic close to know when to activate keyboard and acted like a keyboard and I doubt it will work with sfos especially since we're faking sensor manager anyway | 13:58 |
Mister_Magister | i'll probably have to write some software that talks to MCE about that | 13:58 |
mal | need to figure out what is wrong in my latest changes, video recording fails differently than before, different android base of course | 13:58 |
Mister_Magister | is my blabbing reasonable? xd | 13:58 |
Mister_Magister | i'll disable the service meanwhile and boom problem fixed | 13:59 |
mal | Mister_Magister: it's also possible we might need aidl fake sensor thing in minimedia | 13:59 |
Mister_Magister | i don't even know whats aidl | 13:59 |
Mister_Magister | but i'm quite sure this service would need real and not fake sensor thing | 13:59 |
Mister_Magister | thanks for help | 14:00 |
Mister_Magister | i'll now try to put all changes from device into repo and build new zip | 14:00 |
Mister_Magister | and maybe fix zip install | 14:00 |
mal | aidl is the other binder thingy, hidl is the other | 14:02 |
Mister_Magister | i don't even know what is hidl | 14:05 |
Mister_Magister | well anyway like i said i'll probably have to rewrite that service to be sfos friendly anyway | 14:09 |
mal | I have some plans for improving droidmedia, it does some things in a stupid way | 14:10 |
Mister_Magister | i wish we could get rid of gst-droid | 14:10 |
mal | what would replace it? | 14:10 |
Mister_Magister | because its incompatible with anything | 14:10 |
mal | like what? | 14:11 |
Mister_Magister | no standard linux software gets hardware video encoding/decoding | 14:11 |
Mister_Magister | you have to write specifig gstreamer code to get hardware video encoding/decoding | 14:11 |
Mister_Magister | sailfish specific | 14:11 |
Mister_Magister | if you bring any standard linux software it won't be able to use gstdroid | 14:11 |
mal | hmm, I thought gst decoding or encoding is quite standard? | 14:11 |
Mister_Magister | if it would just covert the output to be standard gst format instead of gstdroid format then that would be great leap forward | 14:12 |
mal | camera not so much | 14:12 |
Mister_Magister | nope | 14:12 |
Mister_Magister | output of gstdroid decoding is gstdroid only | 14:12 |
Mister_Magister | i had to write entire player just to be able to display it | 14:12 |
Mister_Magister | literally me and jolla are the only two parties that currently are able to use gstdroid and if you use any software that's not sailfishos specific it won't be able to use gstdroid, thats why the flatpak apps get no hardware acceleration nor any other compiled software like flutter | 14:15 |
T42 | <TheVancedGamer> you're more than welcome to write a vaapi/vdpau driver :D | 14:15 |
Mister_Magister | I'm tempted, but first i would see if i can jsut use droidmedia to convert output of the gstdroid to normal format | 14:15 |
Mister_Magister | then it would work fine just fine | 14:15 |
mal | @TheVancedGamer I did consider that at some point, so a vaapi wrapper from droidmedia | 14:16 |
mal | *for droidmedia | 14:16 |
Mister_Magister | if you put anything in pipeline after gstdroid that's not gst-droid specific the pipeline won't be able to use gstdroid so it will fall back to hardware decoder | 14:16 |
T42 | <TheVancedGamer> I will try after my exams end next week | 14:16 |
T42 | <TheVancedGamer> because frankly I want hwdecoding in ffmpe | 14:16 |
T42 | <TheVancedGamer> ffmpeg* | 14:16 |
mal | yeah, that was the reason I was thinking about it also | 14:17 |
Mister_Magister | frankly not gstdroid wrapper but droidmedia wrapper | 14:17 |
Mister_Magister | mal: now you know there might be more reason xd | 14:17 |
Mister_Magister | and then the sfos stock browser wouldn't have to talk to droidmedia in weird way | 14:17 |
Mister_Magister | aw man i got so many issues with sfos | 14:18 |
Mister_Magister | i wanna modify the screen recorder to pipe the output through gstdroid and encode it on hardware making normal screen recording possible cause beside jolla i'm currently the only one able to do that xd | 14:19 |
Mister_Magister | i just don't have time | 14:19 |
Mister_Magister | i have 6 ports and 9 apps | 14:19 |
Mister_Magister | great autosleep now doesn't work despite me not changing absolutely anything. Previously it just worked now it just doesn't | 14:45 |
mal | hopefully not the same bug as on one sony, usb needs to be plugged in/out once to make it suspend | 14:47 |
mal | I mean once after reboot | 14:48 |
Mister_Magister | xdddddddddddd | 14:49 |
T42 | <b100dian> Mister_Magister: camera on sake is garbage without disabled noise reduction and edge enhancing w/ camera2, if you remember, so I just use it without video | 14:51 |
Mister_Magister | mal: i think it is xddddddddd | 14:54 |
Mister_Magister | android will never cease to amaze me | 14:55 |
Mister_Magister | since i read "hopefully not" i assume you don't have fix for that | 14:56 |
mal | yeah, there must be some generic issue, not sure what yet | 14:56 |
Mister_Magister | gotcha | 14:56 |
Mister_Magister | no worries | 14:57 |
Mister_Magister | and the video recording is also generic issue? | 14:57 |
mal | fp5 also has fun bug, only certain type usb ports work correctly, the ones with faster charging not the old ones | 14:57 |
mal | yes, video recording probably will need camera2 | 14:57 |
Mister_Magister | gotcha | 14:57 |
Mister_Magister | thanks for all the help mal | 14:57 |
mal | android dropped the ancient stuff we use for it | 14:58 |
Mister_Magister | i hope i wasn't too much pain in the ass | 14:58 |
Mister_Magister | (meanwhile mal be like "don't ever text me again") | 15:00 |
T42 | <TheVancedGamer> figured it out though, it's dwc3 sensing low power as floating D+/D- (re @SailfishFreenodeIRCBridgeBot: <mal>fp5 also has fu...) | 15:02 |
T42 | <TheVancedGamer> I have some patches lined up that should fix it | 15:02 |
mal | oh | 15:03 |
mal | nice if that gets fixed | 15:05 |
mal | I have quite many big things in progress at work, hopefully I get some of those finished | 15:05 |
Mister_Magister | nice dodge xd | 15:05 |
mal | ? | 15:06 |
T42 | <Mister_Magister> @b100dian mal is it hard to switch to camera2 api currently? | 15:17 |
mal | you mean for testing? | 15:18 |
Mister_Magister | or deployment | 15:21 |
Mister_Magister | since video record is not gonna work anyway i can just switch to camera2 now | 15:21 |
mal | well it might have issues | 15:26 |
Mister_Magister | its a tablet, i won't cry over it | 15:27 |
Mister_Magister | i'm not the aunt that records videos on ipad xd | 15:27 |
Mister_Magister | and like i don't have the iso etc settings anyway | 15:27 |
mal | you probably will need https://github.com/sailfishos/droidmedia/pull/122 on top of the camera2 branch | 15:31 |
Mister_Magister | mal: stupid question but since this is tablet, can i remove dialer app? | 15:31 |
Mister_Magister | just from the app grid | 15:32 |
mal | you mean like removing this https://github.com/mer-hybris/droid-hal-configs/blob/master/patterns/templates/patterns-sailfish-device-configuration-%40DEVICE%40.inc#L7 ? | 15:32 |
Mister_Magister | you are a genius | 15:32 |
Mister_Magister | thank you | 15:32 |
Mister_Magister | i hope the dialer stays cause i'm using for yottagram calls though | 15:32 |
Mister_Magister | mal: i think sfos animations could be at 2x speed because of the screen being 120/144Hz | 16:13 |
Mister_Magister | but its hard to tell | 16:13 |
Mister_Magister | yeah they totally are | 16:14 |
Mister_Magister | wait i'll use the bugtracker thingy | 16:15 |
Mister_Magister | mal: do I have your permission to spam in the issue tracker? xd | 16:16 |
mal | what kind of issues are you going to report? | 16:18 |
Mister_Magister | related to 120Hz | 16:18 |
Mister_Magister | like faster animation and fps count | 16:18 |
Mister_Magister | I opened one so far | 16:19 |
mal | ok | 16:19 |
mal | I forgot to check that fps reporting thing | 16:19 |
Mister_Magister | https://github.com/sailfishos/issue-tracker/issues/9 https://github.com/sailfishos/issue-tracker/issues/10 | 16:20 |
Mister_Magister | thats why this port felt so snappy | 16:20 |
Mister_Magister | mal: so I can yeet dummy_netd? its under #Telephony | 17:09 |
Mister_Magister | as well as ofono-binder-plugin | 17:09 |
Mister_Magister | mal: oh, could you also create xiaomi:pipa for me on obs? | 17:11 |
mal | what is the name of the device? | 17:18 |
Mister_Magister | Xiaomi Pad 6 | 17:18 |
Mister_Magister | oh and i gotta ask for the store | 17:18 |
Mister_Magister | whom do I ask about that again? | 17:19 |
mal | https://build.sailfishos.org/project/show/nemo:devel:hw:xiaomi:pipa and https://build.sailfishos.org/project/show/nemo:testing:hw:xiaomi:pipa | 17:20 |
Mister_Magister | thank you very much | 17:21 |
Mister_Magister | Keto: Hello, long time no talk, i got yet ANOTHER device for you to add to the store if you could do that for me | 17:21 |
Mister_Magister | mal: and steal packages from fp5 i pressume? xd | 17:22 |
mal | fp5 has some extra ones, fp4 is closer to normal | 17:23 |
mal | I need patched ngfd for fp5 | 17:23 |
Mister_Magister | okidoki | 17:24 |
Mister_Magister | thankies again | 17:24 |
T42 | <Mister_Magister> @b100dian hi you modified the installer to use gzip instead of bz2 do you have some instruction how to do that? | 17:25 |
Mister_Magister | i still have to figure out how to push vendor_bood and dtbo to the zip too | 17:25 |
mal | out-of-image-files.files ? | 17:27 |
mal | to config repo | 17:28 |
Mister_Magister | hmm | 17:28 |
Mister_Magister | ill see about that | 17:28 |
T42 | <b100dian> Mister_Magister: there were at least two changes: one in hybris-boot and one in create-mic.sh The tucana and sake repos should have repos for both (the second one is in either Release or Readme repo) | 17:37 |
Mister_Magister | thankies | 17:37 |
Keto | Mister_Magister: sure, would need the model line from ssu s, and arch | 17:57 |
Mister_Magister | Device model: Pad 6 (pipa / pipa) | 17:57 |
Mister_Magister | aarch64 | 17:57 |
Keto | and that's Xiaomi Pad 6? | 17:58 |
Mister_Magister | yeap | 18:01 |
Keto | oh, is that a first aarch64 tablet we have... | 18:01 |
Mister_Magister | I wouldn't be surprised lol | 18:01 |
Keto | added | 18:06 |
Mister_Magister | thank you very much | 18:07 |
Mister_Magister | can confirm it works | 18:11 |
Mister_Magister | mal: the xiaomi-keyboard service that was failling due to minimedia seems to be opensource https://github.com/ai94iq/android_device_xiaomi_pipa/blob/axv-qpr2/peripheralmanager/xiaomi-keyboard.cpp#L195 | 18:58 |
Mister_Magister | so thats nice | 18:58 |
Mister_Magister | i can easily adapt it | 18:59 |
mal | ok | 19:00 |
Mister_Magister | i have no clue what it does but it doesn't seem to be doing much | 19:00 |
Mister_Magister | nor do i have any idea why accelerometer controls keyboard | 19:00 |
Mister_Magister | xiaomi things | 19:00 |
Mister_Magister | I've just disabled the service for now as i don't have keyboard to test anyway | 19:01 |
T42 | <Mister_Magister> where's create-mic? (re @b100dian: Mister_Magister: the...) | 20:18 |
T42 | <b100dian> Readme or Release repo | 20:19 |
T42 | <Mister_Magister> ahh manually you mean | 20:19 |
T42 | <Mister_Magister> gotcha | 20:19 |
T42 | <Mister_Magister> btw how do you use this | 20:19 |
T42 | <Mister_Magister> https://github.com/sailfishos-on-tucana/yamuisplash | 20:19 |
T42 | <Mister_Magister> do you just build it on obs and thats it? | 20:21 |
Mister_Magister | mal: lol your fp4 project cannot be osc'd | 20:23 |
Mister_Magister | fp5* | 20:23 |
Mister_Magister | mal: also, i tried building it by copying packages from you but mce-plugin-libhybris seems to be missing? https://build.sailfishos.org/project/monitor/nemo:testing:hw:xiaomi:pipa | 20:40 |
Mister_Magister | also out-of-image-files don't have the vendor_boot and stuff, and i technically want them to be in the image because i need to flash them via zip | 20:41 |
mal | some devices don't have led so mce-plugin-libhybris is not needed on those | 20:45 |
Mister_Magister | ah, this one doesn't, so i'll remove it | 20:45 |
Mister_Magister | and i got the idea for the zip, i'll add droid-hal-pipa-kernel-dtbo and droid-hal-pipa-vendor_boot to the patterns cause they extract to /boot/ after that my kickstart thing should include it in zip | 20:46 |
Mister_Magister | although i broke something cause scripts are missing from the zip | 20:46 |
Mister_Magister | https://github.com/sailfishos-sony-nagara/droid-config-sony-nagara/blob/main/patterns/patterns-sailfish-device-adaptation.inc#L6 yeap thats what I was missing | 20:47 |
Mister_Magister | and should i remove ofono-binder-plugin and dummy_netd? | 20:47 |
Mister_Magister | I don't have any sim so | 20:48 |
T42 | <b100dian> yamui splash from tucana is an old fork, I think I updated the bitmap. And today it should just work, try installing it from the common repo. I dropped its usage when I was debugging startup races and never enabled it back, but it is a nice addition | 20:51 |
Mister_Magister | but… but i wanna my own logo in there | 20:53 |
Mister_Magister | but thanks i'll try | 20:53 |
Mister_Magister | ah i didn't add the script files to kickstart attachment no wonder they're missing | 20:54 |
mal | I was wondering if that is correct place for .img files also | 20:55 |
mal | https://github.com/mlehtima/droid-config-fp5/blob/master/kickstart/attachment/fp5 | 20:55 |
mal | although my builds are official style so a bit different | 20:55 |
Mister_Magister | @b100dian yeah the splash is messed up beyond any recognition | 20:55 |
Mister_Magister | yeah i have the same | 20:56 |
mal | @b100dian there have been improvements to boot splash handling, it's not perfect but a bit better | 20:56 |
Mister_Magister | @b100dian now i have no display, fix it >:( | 20:56 |
Mister_Magister | i don't even have ssh to it over usb | 20:59 |
Mister_Magister | oh ssh worked phew | 20:59 |
T42 | <b100dian> Not enough hwcomposer restarts | 20:59 |
Mister_Magister | what do you mean | 20:59 |
Mister_Magister | I have to also modify the flashing script to flash the dtbo and vendor_boot, i don't think its done automatically is it | 21:00 |
T42 | <Mister_Magister> oh, i wonder if the audio lib will be packaged | 21:02 |
T42 | <Mister_Magister> or if i have to copy it | 21:02 |
Mister_Magister | oh its copied perfect | 21:04 |
T42 | <b100dian> Re hwcomposer: I remember I had to do this for splash https://github.com/sailfishos-on-tucana/droid-config-tucana/commit/4f54e8fb97f2587f84b2405302050d50b1a77891 | 21:05 |
mal | I have an idea to at some point replace the hwc dependent boot splash with minui based way | 21:06 |
mal | @b100dian hwc restarts are now handled by mce | 21:07 |
mal | Mister_Magister: if you mean halium audio lib then it will be packaged if you rebuild droid-hal rpms | 21:07 |
Mister_Magister | yea and i can confirm it was packagesd | 21:08 |
T42 | <b100dian> mal: is this 5.0 mce? I think along those lines I had restarts added for community encryption too in 4.6 | 21:08 |
mal | @b00dian I think it probably needs that https://github.com/mer-hybris/droid-hal-configs/commit/336c1b14cc20187a7e9ba368f20161030e326ec9 | 21:11 |
mal | similar file as those | 21:11 |
mal | but the point is that the restart details are handled by mce | 21:12 |
mal | like which service to restart, compared to old way where all services had the restart handling copied | 21:13 |
T42 | <b100dian> Good idea, thanks for explaining | 21:18 |
Mister_Magister | hmm how can i package binary from android into droid-hal? | 21:34 |
mal | what binary? | 21:34 |
Mister_Magister | xiaomi-keyboard | 21:34 |
mal | if you just build it then it would go into libexec into the usual place | 21:34 |
Mister_Magister | but it didn't | 21:35 |
mal | unless it is installed to vendor or elsewhere then you could edit the Android.mk/.bp to force it to system | 21:36 |
Mister_Magister | ah thanks | 21:36 |
Mister_Magister | it does in fact go into vendor | 21:36 |
mal | there is some simple way to do it those files | 21:36 |
Mister_Magister | remove vendor: true, i presume | 21:36 |
mal | yes | 21:36 |
Mister_Magister | I've had it modified so that it doesn't require sensormanager and just always turns on the keyboard and i'll package it to droid-hal and override the android service with my binary | 21:37 |
Mister_Magister | epic plan | 21:37 |
Mister_Magister | mal: I can't help but notice the flash-bootimg.sh thingy only flashes boot partition and not dtbo and vendor | 21:46 |
mal | https://github.com/mer-hybris/droid-hal-device/blob/master/droid-hal-device.inc#L33C3-L33C21 and the one after that | 21:47 |
Mister_Magister | my man has link for everything | 21:47 |
Mister_Magister | but how does it know which partition is it | 21:48 |
Mister_Magister | i already have them to 1 too | 21:48 |
mal | https://github.com/mlehtima/droid-config-fp5/blob/master/sparse/var/lib/flash-partition/device-info and https://github.com/mlehtima/droid-config-fp5/tree/master/sparse/var/lib/platform-updates | 21:48 |
Mister_Magister | alrighty | 21:49 |
Mister_Magister | are the numbers randomly picked or do they mean something | 21:49 |
mal | remember to set executable bit for the .sh files | 21:49 |
mal | those are the partition numbers | 21:50 |
Mister_Magister | i did | 21:50 |
Mister_Magister | except the boot partition | 21:50 |
Mister_Magister | PART_REAL_1="sde11" | 21:50 |
mal | except 1 which is boot_a or boot always | 21:50 |
Mister_Magister | oki | 21:50 |
Mister_Magister | the number probably doesn't matter anyway | 21:50 |
mal | should be easy the see from that device-info | 21:50 |
mal | that the 1 does not match partition number but others do match | 21:51 |
Mister_Magister | ye ye | 21:51 |
Mister_Magister | thats what i was talking abuot | 21:51 |
mal | that 1 is probably because of some ancient magic somewhere | 21:51 |
Mister_Magister | yeah i meant the numbers beside 1 don't matter | 21:51 |
mal | btw, remember to fix CPUCHECK_STRING, there are two possible places it reads now | 21:52 |
Mister_Magister | oh? | 21:52 |
Mister_Magister | i just pasted Qualcomm Technologies, Inc SM8250 | 21:52 |
mal | that is used to check that platform matches | 21:52 |
mal | it has to match what is read from device https://github.com/mer-hybris/droid-hal-configs/blob/master/sparse/usr/sbin/flash-partition#L80 | 21:53 |
mal | that shows the two places it checks | 21:53 |
Mister_Magister | but only if first fails no? | 21:53 |
mal | newer devices use the latter one, older ones use /proc/cpuinfo | 21:54 |
Mister_Magister | well here cpuinfo matches so i used that | 21:54 |
Mister_Magister | i can use the other one if you want | 21:54 |
mal | ok, some devices don't have anything useful in /proc/cpuinfo | 21:54 |
Mister_Magister | mine didn't couple years back | 21:54 |
mal | I added that other option at some point to fix some device | 21:55 |
Mister_Magister | maybe it was my device xd | 21:55 |
mal | or some fairphone | 21:55 |
Mister_Magister | https://github.com/VerdandiTeam/droid-config-pipa/commit/8aa857f0e1b264f01b09f1e62849283e76f074df | 21:58 |
Mister_Magister | I did good | 21:58 |
mal | forgot the .sh files? | 22:03 |
mal | https://github.com/VerdandiTeam/droid-config-pipa/tree/master/sparse/var/lib/platform-updates | 22:03 |
Mister_Magister | ohhhh | 22:04 |
Mister_Magister | thankies | 22:04 |
T42 | <b100dian> Sake didn't have sane cpuinfo. Glad there's another file in use now | 22:04 |
Mister_Magister | i'm very dumb, low iq | 22:04 |
Mister_Magister | @b100dian i thought i recognized that issue | 22:04 |
T42 | <b100dian> Yeah, you debugged it:) | 22:05 |
Mister_Magister | donezo fixed https://github.com/VerdandiTeam/droid-config-pipa/tree/master/sparse/var/lib/platform-updates | 22:06 |
Mister_Magister | @b100dian oh did? | 22:06 |
Mister_Magister | I thought i recoginzed tit | 22:06 |
Mister_Magister | hmmm where can i find parse-android-dynparts? | 22:08 |
Mister_Magister | is it in community repo? | 22:08 |
T42 | <b100dian> no, you have to host it and build it in obs | 22:09 |
Mister_Magister | which repo do people use? | 22:09 |
Mister_Magister | fp5 does't have it | 22:10 |
mal | does this still work https://github.com/mlehtima/parse-android-dynparts | 22:10 |
mal | fp5 uses packaged /system, /vendor etc | 22:10 |
Mister_Magister | idk i was using https://github.com/sailfish-on-nabu/parse-android-dynparts | 22:11 |
mal | ok, use what ever works | 22:11 |
Mister_Magister | oki | 22:12 |
Mister_Magister | building local zip lets see of it packages everything correctly | 22:13 |
Mister_Magister | how the heck is storeman built against 5.1 already is beyond me lmao | 22:13 |
Mister_Magister | but yeah hmm, idk how to input version now since they use 5.0 and not full 5.0.0.62 | 22:14 |
Mister_Magister | hardcoding version it is then | 22:14 |
Mister_Magister | ah shiet the nabu one won't build on obs | 22:16 |
mal | some repos are moving to two digit versions | 22:16 |
mal | to reduce useless builds on obs | 22:16 |
Mister_Magister | but how do i specify the two digit version in ssu? | 22:16 |
Mister_Magister | is there variable? | 22:16 |
mal | yes | 22:17 |
Mister_Magister | oh | 22:17 |
Mister_Magister | %(release) reports full version | 22:17 |
mal | %(releaseMajorMinor} | 22:17 |
Mister_Magister | oh thanks | 22:17 |
Mister_Magister | Error <creator>[03/17 22:19:22] : URLGrabber error: https://repo.sailfishos.org/obs/home:/olf:/harbour-storeman/%(releaseMajorMinor}_aarch64/repodata/repomd.xml that didn't work | 22:21 |
Mister_Magister | or mic can't handle it | 22:21 |
Mister_Magister | or its because my mic is from 4.4 | 22:21 |
mal | you haven't updated sdk side? | 22:21 |
Mister_Magister | in a long while yes | 22:22 |
mal | time to update then | 22:22 |
Mister_Magister | yeah | 22:22 |
mal | easy to do that | 22:22 |
mal | I always do all at once with sdk-foreach-su -ly | 22:23 |
mal | that runs the command you add to the end for sdk and all toolings and targets | 22:23 |
mal | without -l it only runs for toolings and targets | 22:23 |
mal | on my work laptop I have 4 toolings and 10 targets :) so that makes updating easier | 22:24 |
Mister_Magister | huh | 22:24 |
Mister_Magister | i just did ssu zypper ref and zypper dup | 22:25 |
Mister_Magister | i'm getting close to port done | 22:38 |
Mister_Magister | and then i gotta remake op6 port | 22:38 |
* Mister_Magister mal gotta have enough of me by now xd | 22:55 | |
Mister_Magister | oh man, i think i messed up the sd | 23:14 |
Mister_Magister | sdk* | 23:14 |
Mister_Magister | WARNING: Deprecated ~/.mersdk.profile found! ah its just warning, ignored | 23:14 |
Mister_Magister | mal: even with mic 1.0.14 i still have same error | 23:16 |
Mister_Magister | it doesn't replace releaseMajorMinor | 23:16 |
Mister_Magister | altho it might be late so i'll just hardcode it for now | 23:16 |
mal | hmm | 23:18 |
mal | wondering if mic is missing something related to that | 23:19 |
mal | need to check | 23:19 |
T42 | <Mister_Magister> no worries | 23:20 |
T42 | <Mister_Magister> 5.0 is not gonna change soon | 23:20 |
Mister_Magister | okay got the dtbo and vendor_boot in output but not in zip hm | 23:39 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!