MoKee/android_packages_apps_WarpShare

try to compile the project by gradle separately

JayFang1993 opened this issue · 4 comments

get the problem,don't know how to deal

can't get the class com.mokee.warpshare.CertificateManager,maybe the class in Mokee rom?

I just remove this in client

OkHttpClient.Builder().sslSocketFactory()

and change

AsyncHttpServer.listenSecure()

to

AsyncHttpServer.listen()

in server,and the app is not work.

If I want available on other rom,it means i would rewrite the certificate check module?or no possiable?
How are the two pem files generated?What's the work?
@martincz

You need rewrite CertificateManager, sorry, I can't provide you more details.