Rubin Simons

Results 117 comments of Rubin Simons

Alright, I've added a generic method element to my rd.xml which looks like the following: ``` ``` After compilation, I now get: ``` [rubin@KURO dot-hello (master)]$ bin/debug/netcoreapp2.1/osx-x64/publish/hello Let's do some...

git diff hello.csproj: ``` ... - + ``` rm -rf obj/ bin/ && dotnet publish -r osx-x64 -c debug && bin/debug/netcoreapp2.1/osx-x64/publish/hello: ``` Let's do some SQlite! GVM method pointer lookup...

I retried a build and I can pass the GVM lookup failure now. After another few missed types and generic methods, I end up with something new (for me, at...

I've stubbornly soldiered on to add whichever type the runtime comes up with (see latest commit here: https://github.com/rubin55/dot-hello)`. I get a by-now-familiar backtrace: ``` [rubin@KURO dot-hello (master)]$ bin/debug/netcoreapp2.1/osx-x64/publish/hello Let's do...

Hi Michal, So I marched on and am now stumped by the following Generic Method related exception: ``` 'Microsoft.EntityFrameworkCore.Metadata.Internal.ClrAccessorFactory.CreateGeneric(System.Reflection.PropertyInfo,Microsoft.EntityFrameworkCore.Metadata.IPropertyBase)' ``` I've commited the latest rd.xml to my dot-hello repository. If...

Hey Michal, I reached the end! :-). I ran into a total of 99 MissingMetadataExceptions and added 103 Type entries to rd.xml. To run, git clone my [dot-hello repository](https://github.com/rubin55/dot-hello), and:...

I see that the battery id is identical to that mentioned in #315 (f95c9218acd12697af946874bfe4239587209232). Following the steps: 1. Download [mentioned](https://github.com/fwupd/firmware-lenovo/issues/315#issuecomment-1425377179) battery [firmware](https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN34BL_00060109.firmware) 2. Unpack cab using `7z x` 3. Running...

Running `fwupdtool install-blob firmware.bin` gives me: ``` [root@THINK ~]# fwupdtool install-blob firmware.bin Loading… [ ]X11 connection rejected because of wrong authentication. Writing… [************ ] 0. Cancel 1. f95c9218acd12697af946874bfe4239587209232 (Battery) 2....

I managed to recover and have a working battery again + running system firmware 1.24 using manual install. After the previous steps trying to install the firmware manually, I retried...

> What does `sudo fwupdtool get-devices --plugins uefi_capsule` say? [out.txt](https://github.com/fwupd/firmware-lenovo/files/11722886/out.txt)