cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to On-board SMP 3.0 SP07(Android)

vishnucta
Active Participant
0 Kudos

Hi Experts,

i have followed the document and in the Logon step i am not able to go to the next step due to some error.Kindly guide me for a suitable solution.

Regards,

Vishnu

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

At the end of the login screen, have to selected 'Unsecured connection' as you are using port '8080' ? What error do you see in Logcat/console ?

Regards,

JK

vishnucta
Active Participant
0 Kudos

Console shows "host is unreachable" but i tried pinging it .... as i showed in the screenshots and it was successful.

Regards,

Vishnu

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

can you check if you can access below url in Emulator's browser to ensure that SMP server is accessible from it?

http://serverip:8080

vishnucta
Active Participant
0 Kudos

yes its accessible.

Regards,

Vishnu

vishnucta
Active Participant
0 Kudos

It was a small mistake that i made.Added the below code in AndroidManifest.xml all everything went well.

Thanks for ur valuable inputs.

<!-- allow connections to Internet Services. -->
<uses-permission android:name="android.permission.INTERNET" />

Regards,

Vishnu

Answers (0)