Robin

Results 36 comments of Robin

> @schytian next update will have it. Hemlo there

> My device is listed here mi note 5 plus (vince) i am using pixel experience rom with nethunter kernel but this method doesn't work for me please help Ur...

@sumitdadhich your wallet.dat is encrypted and you can see in this line`'encrypted_private_key'` so, that's explain everything

@Mojtaba81425 you have the solution, actually you can see what compiler tell you like here ` set_fs’; did you mean ‘sget_fc’? ` also `‘get_ds’; did you mean ‘get_da’?`

> > @Mojtaba81425 you have the solution, actually you can see what compiler tell you > > like here `set_fs’; did you mean ‘sget_fc’?` also `‘get_ds’; did you mean ‘get_da’?`...

> What do I need to put? get_ds() is being called. I have no Idea what to write there? I just want to compile this driver just edit `set_fs(get_ds());` to...

> > What do I need to put? get_ds() is being called. I have no Idea what to write there? I just want to compile this driver > > just...

from where you got that driver?

> /home/ubuntu/rtl8822bu/os_dep/osdep_service.c:2050:4: error: too few arguments to function ‘sget_fc’ 2050 | sget_fc(get_ds()); | ^~~~~~~ In file included from ./include/linux/compat.h:17, from ./include/linux/ethtool.h:17, from ./include/linux/netdevice.h:37, from /home/ubuntu/rtl8822bu/include/osdep_service_linux.h:35, from /home/ubuntu/rtl8822bu/include/osdep_service.h:41, from /home/ubuntu/rtl8822bu/include/drv_types.h:32, from...

> /home/ubuntu/rtl8822bu/os_dep/osdep_service.c: In function ‘isFileReadable’: /home/ubuntu/rtl8822bu/os_dep/osdep_service.c:2020:10: error: implicit declaration of function ‘get_ds’; did you mean ‘get_da’? [-Werror=implicit-function-declaration] 2020 | set_fs(get_ds()); | ^~~~~~ | get_da > > back to square one....