Edward McInnish
Well-known member
- Dec 2, 2012
- 69
- 0
- 0
thats greta progress! i think understand what you meant. i understand the process now (eerily similar to how i can build a wii homebrew application from source code), just dont understand why your getting the errors your getting. if i had the source code, i might be able to take a look at it in conjunction with a build log, possibly fixing the issue on code level (especially since you believe it may be cpp). i cannot guarentee anything however even if you did provide me with the source and log. since i cannot git, i cannot pull the source.
fortunately for me, i understand why you have to pretty much build the rom from source as from experimenting with the compiled system has shown me to an extent that the device relies on links to files in code, thus simply replacing some files will break things as i have proven lol. linux itself is quite different from windows, as if you have the right file names, and the right file structure, it doesnt take much modification to alter the way the system functions.
and from diving into this log, if you can, please deodex the rom from the begining. it will cause quite a bit less of a headache later, and could help in simplifying the process of figuring out the things that are truly broken.
quote: DexOpt: VM build version mismatch (28 vs 27)
was this really necessary? maybe you forgot to fix something here? or am i just overlooking something?
and here is the killer right here:
Could not stat dex cache directory '/cache/dalvik-cache': No such file or directory
many many files are erroring simply due to this. I would resolve this issue.
Last edited: