[android-developers] Re: Multicast receive broken in Android 1.5?

2009-07-23 Thread Droid123
Same issue here. Any updates? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send em

[android-developers] wide character problem

2009-07-10 Thread Droid123
i have a problem with wide characters in android. wprintf(L"hello world\n"); OUTPUT: h i'm compiling my code using ndk, pushing the executable on G1 phone and running from shell. is there something else that needs to be done to use wide characters? i even tried calling fwide(stdout, 1) before p