Boot Animation Sound (2.1)
by Andrew Whalen » Thu, 14 Oct 2010 01:38:14 GMT
Sponsored Links
I have figured out how to modify the bootanimation by placing
bootanimation.zip in data/local/ but I was wondering if there is any
way of including sound with this animation. Thanks.
--
Other Threads
1. How to Use ISurface
Hi All,
How to use ISurface in my native code. I want to draw a line using
ISurface.I have seen the code android_surface_output.cpp.I am not able
to understand it.Please send a sample application.
--~--~---------~--~----~------------~-------~--~----~
2. Socket client does not work with emulator
Hi,
I am trying to create a connection between a server socket program
written in C and an android client socket program. Now when I write a
regular java client program such as:
try
{
Socket socket = new Socket("localhost", 5554);
PrintWriter out = new PrintWriter(echoSocket.getOutputStream
(), true);
}
catch(Exception e)
{
//................
}
out.println("Hello World");
This program works perfectly and my server.c file receives the
message.
However, when I try the same program with the Android Emulator, I get
an "Error:java.net.ConnectException: localhost/127.0.0.1:5554 -
Connection refused" I have tried different ports as well (8888, 3490).
This works perfectly with the regular Java project, but the moment I
write the same code in an Android project I get that error. I have
been stuck on this all day and am really getting frustrated :( Would
appreciate any help!
--~--~---------~--~----~------------~-------~--~----~
3. USB On-The-Go
4. How to use the Network Manager?
5. How does FW upgrade work without erasing user data?
6. Importante sobre XML en Android!
7. Resolving remote hostname .. !