• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

Building Slim7 for MSM8917 (LG K20 Plus) - build error involving ALSA?

mocklee

Member
Jan 23, 2011
38
15
0
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:

Code:
ninja: Entering directory `.'
ninja: error: '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/KERNEL_OBJ/usr', needed by '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/SHARED_LIBRARIES/libtinyalsa_intermediates/mixer.o', missing and no known rule to make it
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
I've checked the directory, and the "obj" folder doesn't even exist in the out folder, so this error seems impossible to me... help me out? What files do I need to look at?

XDA:DevDB Information
Slim7 // LG K20 Plus, ROM for all devices (see above for details)

Contributors
mocklee
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: LG Source

Version Information
Status: Testing

Created 2017-07-24
Last Updated 2017-07-23
 
Last edited:

ninjasinabag

Senior Member
May 28, 2013
785
294
0
Philadelphia
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:

Code:
ninja: Entering directory `.'
ninja: error: '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/KERNEL_OBJ/usr', needed by '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/SHARED_LIBRARIES/libtinyalsa_intermediates/mixer.o', missing and no known rule to make it
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
I've checked the directory, and the "obj" folder doesn't even exist in the out folder, so this error seems impossible to me... help me out? What files do I need to look at?

XDA:DevDB Information
Slim7 // LG K20 Plus, ROM for all devices (see above for details)

Contributors
mocklee
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: LG Source

Version Information
Status: Testing

Created 2017-07-24
Last Updated 2017-07-23
Sorry I can't help, bro. I'm interested in seeing you work this out though.
 

D-FUSE

Elite Member
Oct 11, 2010
4,558
3,624
0
Panama City(Got to love the beach)
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:

Code:
ninja: Entering directory `.'
ninja: error: '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/KERNEL_OBJ/usr', needed by '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/SHARED_LIBRARIES/libtinyalsa_intermediates/mixer.o', missing and no known rule to make it
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
I've checked the directory, and the "obj" folder doesn't even exist in the out folder, so this error seems impossible to me... help me out? What files do I need to look at?

XDA:DevDB Information
Slim7 // LG K20 Plus, ROM for all devices (see above for details)

Contributors
mocklee
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: LG Source

Version Information
Status: Testing

Created 2017-07-24
Last Updated 2017-07-23
Where is the device tree? I can fix this! [emoji38]

Sent from my LGMP260 using Tapatalk
 
May 10, 2017
41
5
0
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:

Where is the device tree? I can fix this! [emoji38]
I can't help , but I hope a developer sees thread this and helps u out. The K20 plus is a worthy mid priced phone , and we desperately need a custom Rom for it.
 

D-FUSE

Elite Member
Oct 11, 2010
4,558
3,624
0
Panama City(Got to love the beach)
I can't help , but I hope a developer sees thread this and helps u out. The K20 plus is a worthy mid priced phone , and we desperately need a custom Rom for it.
There is my GitHub , I'm going to get something going soon , hopefully. I know a little bit of what I am doing. Hell , I got the zte zmax on 7.1.2

https://github.com/dfuse06?tab=repositories

Sent from my LGMP260 using Tapatalk
 
  • Like
Reactions: michy21

messi2050

Elite Member
Nov 1, 2012
2,299
3,270
113
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:

Code:
ninja: Entering directory `.'
ninja: error: '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/KERNEL_OBJ/usr', needed by '/home/android/Desktop/cheap_android_love/out/target/product/generic_arm64/obj/SHARED_LIBRARIES/libtinyalsa_intermediates/mixer.o', missing and no known rule to make it
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
I've checked the directory, and the "obj" folder doesn't even exist in the out folder, so this error seems impossible to me... help me out? What files do I need to look at?

XDA:DevDB Information
Slim7 // LG K20 Plus, ROM for all devices (see above for details)

Contributors
mocklee
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
Based On: LG Source

Version Information
Status: Testing

Created 2017-07-24
Last Updated 2017-07-23
Why you are building 64 bit kernel :confused:

---------- Post added at 07:50 PM ---------- Previous post was at 07:48 PM ----------

Omg you merged lg source into slim...
 
May 10, 2017
41
5
0
Totally new to ROM building, but I want LG's crap rom off my phone, so I'm trying to install Slim7 on it... yea, it's not easy, since there's next to no developer support for this device.

I've downloaded LG's source and have tried to assimilate it into Slim's source (basically merging everything but the frameworks folder) and am now trying to build.

But this is the Ninja error I get:



Why you are building 64 bit kernel :confused:

---------- Post added at 07:50 PM ---------- Previous post was at 07:48 PM ----------

Omg you merged lg source into slim...
Thanks messi2050 for all your help in getting root for these mid range LG devices , it has helped me and my family a lot .... I have a K20 , my 11 and 12 year old have a K6 and an Aristo , all rooted and debloated , lower and mid range phones , working better than some people's flagship phones. I sure hope that u can get some assistance from some super experienced developers , on this. Seems like it would not be too much of a stretch to get it for the other LG handsets , that u have provided root for.... PS my wife has a LG ls775 , the Boost Stylo2 , I am still trying to get it into fastboot mode , no one has been able to do it once the Zv4 upgrade is taken (which happens by itself).
 

ninjasinabag

Senior Member
May 28, 2013
785
294
0
Philadelphia
Broken is pretty much dead , but I'm with GZR now. I wanted to look at dudes tree , but it looks like I'll have to start from scratch. From the error doesn't look like dude even got it to take off

Sent from my LGMP260 using Tapatalk
Not dead yet it seems. My LG connect 4g is still riding out, even if the battery isn't.
 

thomasbell

Member
Sep 4, 2014
17
1
0
Dfuse is an excellent incredible developer. Have not seen a post from you in over 2 years.. But thats because ive been away. I think if anyone can produce a rom for this device it would be dfuse. This phone seems a lil more proprietary tho. Things like the shutdown menu.. I did a search and found someone with these sources... If it helps at all. Thanks https://github.com/mocklee/lge_lv517
 
  • Like
Reactions: D-FUSE

D-FUSE

Elite Member
Oct 11, 2010
4,558
3,624
0
Panama City(Got to love the beach)
Dfuse is an excellent incredible developer. Have not seen a post from you in over 2 years.. But thats because ive been away. I think if anyone can produce a rom for this device it would be dfuse. This phone seems a lil more proprietary tho. Things like the shutdown menu.. I did a search and found someone with these sources... If it helps at all. Thanks https://github.com/mocklee/lge_lv517
I'm going to get to it soon , but unfortunately I'm dealing with the aftermath of hurricane Irma right now down in Florida.

Sent from my LGMP260 using Tapatalk
 
May 10, 2017
41
5
0
I'm going to get to it soon , but unfortunately I'm dealing with the aftermath of hurricane Irma right now down in Florida.
Me too , I'm in West Palm .... The whole State took it pretty hard. It would be incredible if you developed a ROM , for the K20 plus. It is a worthy mid range phone. Seems like the flagship models get all the attention. Good luck with cleanup , and ROM building.
 
  • Like
Reactions: D-FUSE

D-FUSE

Elite Member
Oct 11, 2010
4,558
3,624
0
Panama City(Got to love the beach)
Yes Plz D-fuze , I love my K20 plus , it is nice and snappy since I rooted it. It would be awesome to have a custom ROM for it.
I got a building kernel , I am just working on a device tree , just chill this phone is a UM device (Universal msm). This is gonna be pretty easy , but I just need some time with work and a child. The kernel was a pain in the ass to figure out. LG source had 3.4.0 and msm 3.18 , but I figured it out.


Sent from my LGMP260 using Tapatalk