Hi ,first of all thank you for the amazing effort you guys put into this
I have a question ,why I can't get root access ? I tried the su add-on and the superSU official zip but no luck ,can any one point me to where I should look thank you
Services.jar is needed may be it's the one making the problem with the booting thing, please try again and send me a log file so I can check closely
Sent from my m2 note using Tapatalk
if there is no odex files the rom is already odexed ,but may be the odex files in your rom are with some new extension or new compression ,send me the full logs and if possible a zip file of your system files so i can check closely
all those are just informations and warnings no thing fatal is logged here ,please provide the full logs and describe a little more so I can help you ,the vendor libs are not required but I have to pull the system folder from device recursively because it's safer than pulling files one by one...
the error reading input stream is a normal thing it happens when the tool is trying to read data from a closed stream (stream closed by native OS and not by JAVA) and the error is catched and handled it doesn't affect the deodexing process
the services.jar didn't deodex because of the heapsize ,please go to settings > performance and change the heapsize to something higher than 512 like 1024 or even 2048 you have plenty of ram ;)
[15:43:56][stdError] Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit...
Sorry I thought I answered that
Those 3 apks have encrypted or some new kind of odex files and they can't be deodexed with smali baksmali or oat2dex there is no thing I can do for you sorry
Sent from my m2 note using Tapatalk
any deodexing will break signature ,I have to put the dex file back in the apk so signature will be broken
and for the trouble you are having can you send full log and the rom log ? I can't help you otherwise