[android-developers] Re: \n Does NOT work ?

2011-11-01 Thread melis
? Steven Studio LFPhttp://www.studio-lfp.com On Friday, October 28, 2011 4:43:17 PM UTC-5, melis wrote: Hello, i'm using \n but it does not create a new line? Is there anyone knows why? mCurrentFile.write(z: +String.valueOf(value[a * 4 + 3])+ \n); -- You received this message

[android-developers] Re: \n Does NOT work ?

2011-11-01 Thread melis
on a Windows system? Steven Studio LFPhttp://www.studio-lfp.com On Friday, October 28, 2011 4:43:17 PM UTC-5, melis wrote: Hello, i'm using \n but it does not create a new line? Is there anyone knows why? mCurrentFile.write(z: +String.valueOf(value[a * 4 + 3])+ \n); -- You received

[android-developers] Re: \n Does NOT work ?

2011-11-01 Thread melis
Hello, i tried your advise but i get this (z: 8.121132brtime: 2.862953E12) output. On Oct 30, 2:57 am, adithya holla adithyaho...@gmail.com wrote: try br -- 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] \n Does NOT work ?

2011-10-28 Thread melis
Hello, i'm using \n but it does not create a new line? Is there anyone knows why? mCurrentFile.write(z: +String.valueOf(value[a * 4 + 3])+ \n); -- 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] Re: Impossible to Create Write to or Read From Files in the SD Card

2011-10-24 Thread melis
Thanks for all replies! Before reading the commands i went for a walk for 5 minutes. When i turned back tried this code snippet,it worked. I wanted to share for who will have the same problem with me. But i realized createNewFile() function is useless. It creates the file even if i use or not. Is

[android-developers] Impossible to Create Write to or Read From Files in the SD Card

2011-10-23 Thread melis
Hi all, i really tried hard but couldn't achieve to create or any other file operations in Android. First thing i did was tp check the availabilty of the SD card media, with the sample code here: http://developer.android.com/guide/topics/data/data-storage.html#filesExternal. I have the media and

[android-developers] Accelerometer: how to change the sample rate?

2011-10-14 Thread melis
Hello all, is it possible to change the accelerometer sample rate in some way? -- 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

[android-developers] Error in the sample code files

2011-09-19 Thread melis
Hello, when i try to create a new android project from the existing source (C: \android-sdk_r12-windows\android-sdk-windows\platforms\android-10), i'm getting an error like this: Unknown format name 'fraction' in attr name=verticalGap, file 'C: