the problem is that i try to send a message in the following format: servo_name:degree_to_move (f.e s1:52 means rotate servo1 52degre).
the android application send the following messages:
pp14:
pp13:
pp21:
j336:
328:
but the serial monitor using Serial.println() shows the following messages:

and then the HC-05 disconnecting from the android phone.
i hope someone can help me asap.
thanks in advance.
What You tell makes no sense. Read and follow this link: How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum
"asap" gives You everything but favours. All replies are given "asap" already.....
my project is to send a message from an android application to the arduino to move a specific servo motors with a given degree.
i send a message in the following form servo_name:degree.
the arduino reveived the message and shows it correctly but sometimes it doesn't ,it shows some random symbols.