| The Following User Says Thank You to nickh For This Useful Post: | ||
|
|
2019-11-22
, 20:43
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#942
|

| The Following User Says Thank You to edp17 For This Useful Post: | ||
|
|
2019-11-22
, 20:50
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#943
|
| The Following User Says Thank You to edp17 For This Useful Post: | ||
|
|
2019-11-22
, 22:04
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#944
|
Deleting the kernel files and do a repo sync should be enough, give it a try, it would only download about 300megs or so if this works.
And please create a Gihub account and push your work there, it would make everythin much easier. And please use patches with git and do not modify all the files by hand.

| The Following User Says Thank You to edp17 For This Useful Post: | ||
|
|
2019-11-22
, 22:08
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#945
|
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:200:18: error: redefinition of parameter 'type'
unsigned int type, unsigned int code, int value)
^
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:199:65: note: previous definition of 'type' was here
static int hidp_input_event(struct input_dev *dev, unsigned int type,
^
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c: In function 'hidp_setup_input':
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:712:15: warning: assignment from incompatible pointer type [enabled by default]
error, forbidden warning: core.c:712
AS arch/arm/lib/memset.o
make[5]: *** [net/bluetooth/hidp/core.o] Error 1
make[4]: *** [net/bluetooth/hidp] Error 2
make[3]: *** [net/bluetooth] Error 2
make[2]: *** [net] Error 2
|
|
2019-11-22
, 22:11
|
|
Posts: 7 |
Thanked: 4 times |
Joined on Nov 2019
|
#946
|
|
|
2019-11-22
, 22:15
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#947
|
|
|
2019-11-22
, 22:22
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#948
|
For kernel I have tried Franco, kexec, and ElementalX.
Not sure about a modified MultiRom manager but the one I have says: Multirom v33a, recovery 2016-02-10 (I have tried both), kernel has kexec.
|
|
2019-11-22
, 22:34
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#949
|
Nevermind, I have found it.
Multiple commits amended the same file 'net/bluetooth/hidp/core.c'
and that ha caused this.
../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c: In function 'hidp_hidinput_event': ../../../../../../kernel/lge/hammerhead/net/bluetooth/hidp/core.c:195:5: warning: 'hdr' may be used uninitialized in this function [-Wmaybe-uninitialized] error, forbidden warning: core.c:195 make[5]: *** [net/bluetooth/hidp/core.o] Error 1 make[4]: *** [net/bluetooth/hidp] Error 2
|
|
2019-11-22
, 22:44
|
|
|
Posts: 592 |
Thanked: 706 times |
Joined on Jul 2019
@ UK
|
#950
|
![]() |
| Tags |
| hammerhead, nexus5, sailfishos, sfdroid |
|
My current path is:
base rom: https://forum.xda-developers.com/goo...e-zip-t3157299 with franco kernel
Recovery: 2.8.7 multirom
cm zip: cm-12.1-20160704-UNOFFICIAL-hammerhead-nocheck.zip
SFOS rootfs: sailfishos-hammerhead-release-3.2.0.12-cm12.1-wip0.13.zip
I am thinking of recording a video of my steps if anyone things that might be best.
Thanks in advance for the help, you all have been very helpful with everything!