[android-porting] Re: Port single module from AOSP to Samsung tablet

2018-07-17 Thread Glenn Kasten
Unfortunately, that approach rarely works. You almost always need to re-build from the original source code tree, modified with specific changes to your particular library. Sorry! On Monday, July 16, 2018 at 7:51:28 AM UTC-7, jake.s...@gmail.com wrote: > > Hey, > How can I port single module

Re: [android-porting] Re: user build not working

2018-07-17 Thread shahul hameed
Hi Glenn I attached video of Android booting. Regards Skshahul On Tue 10 Jul, 2018, 8:06 PM Glenn Kasten, wrote: > There is not much information here to work with. Can you share more about > how far the boot-up reached, from logcat or kernel console log? > If it is long, please post a link

Re: [android-porting] Port single module from AOSP to Samsung tablet

2018-07-17 Thread Satish Patel
Hi, On Mon, Jul 16, 2018 at 12:03 PM, wrote: > Hey, > How can I port single module (assume libnfc-nci) to a spesific device? > > I don't want to compile and port the whole AOSP for my device and there > isn't unofficial ROM for my device that i can compile and take from him > the .so's that I

Re: [android-porting] su /system/bin/sh: su: can't execute: permission denied

2018-07-17 Thread Satish Patel
On Mon, Jul 16, 2018 at 8:14 PM, Akshay Mhaske wrote: > I am building AOSP N source code for x86 based system. for superuser > permision I added koush and cyanogenmod source code from x86 to AOSP. > but I am getting following error :- > su /system/bin/sh: su: can't execute: permission denied. >