Author Topic: MINI GUIDE - Compile s192 source  (Read 14464 times)

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #60 on: June 27, 2016, 06:51:45 pm »
Still, releasing three versions of the same device -one that costs 300 bucks- whithin 9 months is just crazy.

None of the models is going to have any lasting support (probably not even community support).
Jxd Support has never been good in terms of updates. But i agree, i don't understand jxd to be honest.
Retired

LordDavon

  • Posts: 807
Re: MINI GUIDE - Compile s192 source
« Reply #61 on: June 28, 2016, 02:47:25 am »
@skelton - Can you help me with a MacOS error I am having.  Basically, I am getting an error and it is frustrating me:

preparing StaticLib: libc_common [including  out/target/product/ardbeg/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/libc_tzcode.a]
  HOSTCC  scripts/selinux/genheaders/genheaders
  HOSTCC  scripts/mod/mk_elfconfig
/Volumes/android/k1/kernel/scripts/selinux/genheaders/genheaders.c:13:10: fatal error: 'classmap.h' file not found
#include "classmap.h"

Makefile for genheaders has:
hostprogs-y     := genheaders
HOST_EXTRACFLAGS += -Isecurity/selinux/include

always          := $(hostprogs-y)
clean-files     := $(hostprogs-y)

This is ticking me off, because the file is there: kernel/security/selinux/include/classmap.h
« Last Edit: June 28, 2016, 02:55:02 am by LordDavon »

Re: MINI GUIDE - Compile s192 source
« Reply #62 on: June 28, 2016, 06:48:17 am »
Hey I'd for sure buy a rk3399 4gb ram 64gbs of storage Jxd S192k Singularity!
Alienware 18 Sli Gtx 880m 8tb external 1tb enternal 80gb SSD 256gb SSD
Nvidia Shield Portable Tegra 4 64gb Micro SD
Jxd S192 Tegra K1 200gb Mirco SD
PlayStation 3 320gb

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #63 on: June 28, 2016, 09:14:43 am »
@skelton - Can you help me with a MacOS error I am having.  Basically, I am getting an error and it is frustrating me:

preparing StaticLib: libc_common [including  out/target/product/ardbeg/obj/STATIC_LIBRARIES/libc_tzcode_intermediates/libc_tzcode.a]
  HOSTCC  scripts/selinux/genheaders/genheaders
  HOSTCC  scripts/mod/mk_elfconfig
/Volumes/android/k1/kernel/scripts/selinux/genheaders/genheaders.c:13:10: fatal error: 'classmap.h' file not found
#include "classmap.h"

Makefile for genheaders has:
hostprogs-y     := genheaders
HOST_EXTRACFLAGS += -Isecurity/selinux/include

always          := $(hostprogs-y)
clean-files     := $(hostprogs-y)

This is ticking me off, because the file is there: kernel/security/selinux/include/classmap.h

Mm. Difficult to know why the error is. I never compiled on mac, only under linux. Probably something in the environment is not ok. Or file is corrupted when you extracted the source.
Retired

LordDavon

  • Posts: 807
Re: MINI GUIDE - Compile s192 source
« Reply #64 on: June 28, 2016, 11:05:29 pm »
Oh, that makes sense.  I pulled the sources off of the VM, and they weren't compiling correctly there.  Let me see if that works.  Otherwise, I am putting a VM on the Macbook Pro and just compiling it there.  I think I have Parallels on the Mac.

LordDavon

  • Posts: 807
Re: MINI GUIDE - Compile s192 source
« Reply #65 on: June 29, 2016, 01:00:32 am »
I've officially given up, and installed Parallels on my Macbook Pro.  Installing Ubuntu now.  At least I know I can get everything going in Ubuntu, and now that it is on my laptop, I can happily play Doom or Total War:WARHAMMER while things compile.

UPDATE: Parallels wins!  I'm compiling completely again.  Time to get this first build together.
« Last Edit: June 29, 2016, 05:07:37 am by LordDavon »

adamantibus

  • Posts: 89
Re: MINI GUIDE - Compile s192 source
« Reply #66 on: June 29, 2016, 05:49:50 am »
Did you manage to include the battery fix?

LordDavon

  • Posts: 807
Re: MINI GUIDE - Compile s192 source
« Reply #67 on: June 29, 2016, 05:58:40 am »
Did you manage to include the battery fix?

I have asked JXD for it.  If I don't hear from them by morning, I am just going to pull apart the patch.

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #68 on: July 01, 2016, 09:50:33 am »
@LordDavon , my compiled source is test-keys too.
Retired

LordDavon

  • Posts: 807
Re: MINI GUIDE - Compile s192 source
« Reply #69 on: July 16, 2016, 12:19:11 am »
@skelton can you look at your instructions for the GameMap and KeyMaster apks?  Both files copy over without the .apk extension, and the lib file is never copied over.  I just copied and pasted your text into my Android.mk files.

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #70 on: July 16, 2016, 09:41:49 am »
@skelton can you look at your instructions for the GameMap and KeyMaster apks?  Both files copy over without the .apk extension, and the lib file is never copied over.  I just copied and pasted your text into my Android.mk files.

In my compilation seems they are fine with the apk extension and all,, so i think it's ok.

You can try changing this:
LOCAL_MODULE := GameMap.apk
and
LOCAL_CERTIFICATE := PRESIGNED



and the same for keymaster apk but it shouldn't be needed.
« Last Edit: July 16, 2016, 10:54:23 am by skelton »
Retired

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #71 on: July 16, 2016, 10:25:47 am »
If still doesn't work perhaps you can just add them manually after compiling your system.img, but it's srange it doesn't work.
Retired

skelton (OP)

  • Posts: 6894
Re: MINI GUIDE - Compile s192 source
« Reply #72 on: July 16, 2016, 10:31:24 am »
Another thing you can try is just use the ones from thr RK model (the apps seem just the same) replace everything including the mk files.


https://mega.nz/#!YwJGRQoZ!v_KG3jDofVmBe-jM8mxB7XmkCi7ybS31DYJLS6Tt6s4

I still doesn't work for you, i will try a different approach (maybe copying lib maually during compiling and just setting those apps in a different way) I cannot trying compiling at the moment because I am compiling Lollipop that needs different linux environment,
« Last Edit: July 16, 2016, 10:57:38 am by skelton »
Retired

 

Post a new topic