Hi,
Firstly, thanks for keeping the project alive!
I ve been trying code from the 'HelloAndroidActivity.java' on adnroid but it keeps hanging after this command:
NetLayer netLayer = NetFactory.getInstance().getNetLayerById(NetLayerIDs.TOR);
So the: netLayer.waitUntilReady(); is waiting forever.
Ferthermore, this System.out.println(netLayer.getStatus().toString()) says that its at 60% (it keeps printing this every 5 secs forever). I m also using the 0.0.5 version from maven (http://mvnrepository.com/artifact/org.silvertunnel-ng/netlib/0.0.5) if this is any helpfull..
My plan is to create a hidden service with a project on netbeans (this is working fine) and connect to it with an android device.
So i have a .onion address witch i want to connect to.
There are no errors or messages to point something is wrong. Could my libs be a problem?
Any thoughts or a heading to the right direction would be really helpfull!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Firstly, thanks for keeping the project alive!
I ve been trying code from the 'HelloAndroidActivity.java' on adnroid but it keeps hanging after this command:
NetLayer netLayer = NetFactory.getInstance().getNetLayerById(NetLayerIDs.TOR);
So the: netLayer.waitUntilReady(); is waiting forever.
Ferthermore, this System.out.println(netLayer.getStatus().toString()) says that its at 60% (it keeps printing this every 5 secs forever). I m also using the 0.0.5 version from maven (http://mvnrepository.com/artifact/org.silvertunnel-ng/netlib/0.0.5) if this is any helpfull..
My plan is to create a hidden service with a project on netbeans (this is working fine) and connect to it with an android device.
So i have a .onion address witch i want to connect to.
There are no errors or messages to point something is wrong. Could my libs be a problem?
Any thoughts or a heading to the right direction would be really helpfull!
Hi Alex, did you ever solve the issue? Having same problem. Mine hangs at 30%.