[android-developers] active notifications

2010-08-10 Thread Engin Arslan
hi, I am currently working on project in which users downloads sth and program shows download progress as notification. I am trying not to download file that is already downloading. Download operatİons are operated by threads so controllİng and checkİng actİve threads seems harder: ınstead,

[android-developers] Re: locale change does not affect menu

2010-07-28 Thread Engin Arslan
to do is never going to work quite right because you will be fighting with the platform over what configuration is being used in the resources. See your previous thread:http://groups.google.com/group/android-developers/browse_thread/threa... On Jul 27, 1:42 pm, Engin Arslan enginarsla

[android-developers] Re: locale change does not affect menu

2010-07-28 Thread Engin Arslan
the whole system? On Jul 28, 12:41 pm, Engin Arslan enginarsla...@gmail.com wrote: Hi, i am not trying to fight with system. i am just trying to publish application having multilanguage capability. so this should not be fighting.  Whatever,   http://adrianvintu.com/blogengine

[android-developers] Re: locale change does not affect menu

2010-07-27 Thread Engin Arslan
any ideas? On Jul 23, 3:17 pm, Engin Arslan enginarsla...@gmail.com wrote: Specifically,menulanguage changes to English (which is default language) when I try to changelocale. And then it does not change any other language On Jul 23, 2:18 pm, Engin Arslan enginarsla...@gmail.com wrote

[android-developers] Re: Resolution Problem in Nexus One

2010-07-23 Thread Engin Arslan
because you will be fighting with the platform over what configuration is being used in the resources. On Thu, Jul 22, 2010 at 10:57 PM, Engin Arslan enginarsla...@gmail.comwrote: Webnet, As I said in my question I tried following in my androidmanfest.xml but it did not work

[android-developers] locale change does not affect menu

2010-07-23 Thread Engin Arslan
Hi all, I am developing application in which user can choose application language. To achieve this, I am changing Locale as follows: Locale locale = new Locale(language code here); Locale.setDefault(locale); Configuration config = new

[android-developers] Re: locale change does not affect menu

2010-07-23 Thread Engin Arslan
Specifically, menu language changes to English (which is default language) when I try to change locale. And then it does not change any other language On Jul 23, 2:18 pm, Engin Arslan enginarsla...@gmail.com wrote: Hi all, I am developing application in which user can choose application

[android-developers] Re: Resolution Problem in Nexus One

2010-07-22 Thread Engin Arslan
not alternative way of specifiying application language Can anyone suggest me better way? On Jul 21, 2:46 pm, Webnet Android webnet.andr...@gmail.com wrote: On 21 July 2010 13:24, Engin Arslan enginarsla...@gmail.com wrote: any suggestions?? http://adrianvintu.com/blogengine/post/Force-Locale

[android-developers] Re: Resolution Problem in Nexus One

2010-07-21 Thread Engin Arslan
any suggestions?? thanks On Jun 29, 2:22 pm, Engin Arslan enginarsla...@gmail.com wrote: Hi all, In may application I support multi-language. For this purpose, I set locale as user choice as follows:                         languageToLoad  = language code here

[android-developers] Re: Resolution Problem in Nexus One

2010-07-21 Thread Engin Arslan
to be fighting with the platform over this and we can't guarantee that you will continue to use the language you set for any time after setting it. On Wed, Jul 21, 2010 at 4:24 AM, Engin Arslan enginarsla...@gmail.comwrote: any suggestions?? thanks On Jun 29, 2:22 pm, Engin Arslan

[android-developers] Resolution Problem

2010-06-29 Thread Engin Arslan
Hi all, In may application I support multi-language. For this purpose, I set locale as user choice as follows: languageToLoad = language code here; Locale locale = new Locale(languageToLoad); Locale.setDefault(locale);

[android-developers] Resolution Problem in Nexus One

2010-06-29 Thread Engin Arslan
Hi all, In may application I support multi-language. For this purpose, I set locale as user choice as follows: languageToLoad = language code here; Locale locale = new Locale(languageToLoad); Locale.setDefault(locale);

[android-developers] database exception when update applicarion

2010-06-25 Thread Engin Arslan
Hi everyone, In my applicattion, I have 3 databases. Even When I do some changes not related to database, application throws exception as follows 01-01 02:03:04.264: ERROR/CursorWindow(1463): Bad request for field slot 0,3. numRows = 1, numColumns = 3 When I uninstall and install application

[android-developers] Re: Downloading a file from a URL extremely slow, optimization advice needed.

2010-04-12 Thread Engin Arslan
is there any suggestion on this issue? On Mar 21, 2:38 am, Stormtap Studios r...@stormtapstudios.com wrote: Hello folks, I have the following code todownloada binaryfilefrom a URL: private static final int BUFFER_SIZE = 1024 * 1024; BufferedInputStream stream = new BufferedInputStream(new

[android-developers] Re: real ip address

2010-04-09 Thread Engin Arslan
Thanks mscwd01 for answer, can you give example , code? thanks On Mar 30, 3:52 pm, mscwd01 mscw...@gmail.com wrote: The only way I found to do this was by opening a socket connection and reading the IP that way. I couldn't find a nice getIP() method. On Mar 30, 11:32 am,EnginArslan

[android-developers] real ip address

2010-03-30 Thread Engin Arslan
Hi All, Can we get real ip address of android phone? -- 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 email to

[android-developers] real ip address

2010-03-30 Thread Engin Arslan
Hi All , Can I get real ip address of android phone Thanks -- 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 email to

[android-developers] listview borders

2010-01-05 Thread Engin Arslan
Hi, how can i remove borders in listview. i want a flat listview there wont be any divider between two listview items. any suggestion?? Best Regards -- 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: Sometimes the running emulator is not found from within Eclipse?!

2009-10-11 Thread Engin Arslan
ı have also same problem. Is there any suggestions??? On Oct 10, 9:36 pm, Mariano Kamp mariano.k...@gmail.com wrote: Regarding the internet connectivity thing: same here. On Sat, Oct 10, 2009 at 4:10 PM, Guru gurudut...@gmail.com wrote: +1 i have also ecountered this umpteen times on

[android-developers] ListView progres

2009-09-13 Thread Engin Arslan
Hi, I use listview in my application. I get listview values from server so it is a little slow. So I want to optimize it such a way. I will load 10 content of listview and load anotjer 10 content when user pull down listview. Method is similar to google market method. My question is that how can

[android-developers] Re: Video quality

2009-09-10 Thread Engin Arslan
Any Suggestions?? On Sep 10, 2:05 am, Engin Arslan enginarsla...@gmail.com wrote: To be more specific, When I captured video, it only capture left top of screen with lowqualityas if it zooms top left of screen. What can be problem? On Sep 9, 10:07 pm, Engin Arslan enginarsla...@gmail.com

[android-developers] Video quality

2009-09-09 Thread Engin Arslan
Hi, i am capturing video with the code below. But there is problem on video quality, that is, when I capture video with applicaiton I wrote its quality is not as well as video quality of telepohnes' which is recorded by Camcorder. public CamcorderPreview(Context context, AttributeSet attrs) {

[android-developers] Re: Video quality

2009-09-09 Thread Engin Arslan
To be more specific, When I captured video, it only capture left top of screen with low quality as if it zooms top left of screen. What can be problem? On Sep 9, 10:07 pm, Engin Arslan enginarsla...@gmail.com wrote: Hi, i am capturing video with the code below. But there is problem

[android-developers] Re: URL url

2009-08-25 Thread engin
I am also get this error. Did you find solution? On Jul 29, 8:57 pm, Dato bera ber...@gmail.com wrote: ok but when i write like this Exeption trows that Unable to connect server, can you help me to make connection to ftp server? 2009/7/29 Mark Murphy mmur...@commonsware.com dario

[android-developers] Re: URL url

2009-08-25 Thread engin
I did not understand what you mean? On Aug 25, 5:03 pm, SIDIBE ALI BROMA jahbr...@gmail.com wrote: URL have Exception ! you must catch() it before! 2009/8/25 engin enginarsla...@gmail.com I am also get this error. Did you find solution? On Jul 29, 8:57 pm, Dato bera ber

[android-developers] Download file from server

2009-08-25 Thread engin
Hi I am tryin to connect server and download file from server. Here is my code Ftp ftp = new Ftp(hostname,user,password); try { ftp.connect(); ftp.setLocalDir(new File(/sdcard)); ftp.setDir(test);

[android-developers] Re: Download file from server

2009-08-25 Thread engin
Anyone who used ftp client before can understand my problem or can give some suggestion. My problem is this this code piece work in java project succesfully but when I try it in android error gives. I think thhere are some limitations and I want to learn what are possible problems. On Aug 26,

[android-developers] Re: Download file from server

2009-08-25 Thread engin
here is log file: 08-26 01:06:55.988: WARN/dalvikvm(1362): VFY: register1 v2 type 12, wanted 11 08-26 01:06:55.988: WARN/dalvikvm(1362): VFY: rejecting opcode 0x71 at 0x0204 08-26 01:06:55.998: WARN/dalvikvm(1362): Exception Ljava/lang/ VerifyError; thrown during

[android-developers] Re: Download file from server

2009-08-25 Thread engin
I have still get error even if I used method that you suggest. I have internet permission. My code piece that causes error is following: String url = ftp://username:passw...@ftp.something.net/test/ Button.apk; is = new URL (url).openStream (); Log is as follows: 08-26

[android-developers] Re: Download file from server

2009-08-25 Thread engin
Yes I can. On Aug 26, 1:57 am, Jason Proctor jason.android.li...@gmail.com wrote: can you connect to that server using the command line? I have still get error even if I used method that you suggest. I have internet permission. My code piece that causes error is following:          

[android-developers] Re: Download file

2009-08-24 Thread engin
Hi I am trying to download something from server.I am downloading using ftpclient but problem is this can ı use download manager of telephone. The reason that ı want to use is to get notifications. On Aug 23, 4:25 pm, engin enginarsla...@gmail.com wrote: Hi, how can we download a file from

[android-developers] Re: Download file

2009-08-24 Thread engin
Hi I am trying to download something from server.I am downloading using ftpclient but problem is this can ı use download manager of telephone. The reason that ı want to use is to get notifications. On Aug 23, 4:25 pm, engin enginarsla...@gmail.com wrote: Hi, how can we download a file from

[android-developers] Download file

2009-08-23 Thread engin
Hi, how can we download a file from server using ftp? How can we use android's download manager manually to download ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] sql connection

2009-08-22 Thread engin
Hi I wrote java code that connects remote sql server. But code does not work in android. Code is as follows: try { DriverManager.registerDriver(new com.microsoft.sqlserver.jdbc.SQLServerDriver()); String url=jdbc:sqlserver://hostname; Connection

[android-developers] Security of application

2009-08-21 Thread engin
Hi, I want to learn that how google android market provides security of application.That is, I realize that, when user downloads application, market downloads and install application atomically to phone. I am designing market and security is important issue so I wonder that how google achieve

[android-developers] Re: Security of application

2009-08-21 Thread engin
proceeding with the install. On Fri, Aug 21, 2009 at 7:44 AM, engin enginarsla...@gmail.com wrote: Hi, I want to learn that how google android market provides security of application.That is, I realize that, when user downloads application, market downloads and install application

[android-developers] SQL Server Connection

2009-08-16 Thread engin
Hi, I am tryıing to connect remote ms sql server 2005 and tried something but I could'nt. Does any of you know to connect sql server? I searched and I realize that Driver must be loaded. Do you know how can we do this? Thanks --~--~-~--~~~---~--~~ You received

[android-developers] get version from apk

2009-08-16 Thread engin
Hi, can I get version from .apk file. I tried to open androidmanifest.xml but I realized that xml files are destructed when apk created. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: SQL Server Connection

2009-08-16 Thread engin
I did not understan what you mean :( Can you give a detail and code if possible On Aug 16, 5:38 pm, Mark Murphy mmur...@commonsware.com wrote: engin wrote: Hi, I am tryıing to connect remote ms sql server 2005  and tried something but I could'nt. Does any of you know to connect sql server

[android-developers] Re: why camera is rotated

2009-08-11 Thread engin
/testing on. On Aug 5, 6:31 pm, engin enginarsla...@gmail.com wrote: Hi, I am trying to useCamerato take picture and to video recording but it always runs in portrait mode. Even if I tried to sreenOrientatiton=landscape it solved screen appearance but when I take photo andcapturevideo

[android-developers] rotation of phone

2009-08-11 Thread engin
Hi, do you know that can we control phone rotation. I mean that when i rotate phone from horizantal position to vertical position, can i call another activity or do sth else. for summary I want to call to activity with respect to telephone position which are horizantal or vertical. Thanks for

[android-developers] Re: why camera is rotated

2009-08-11 Thread engin
wrote: Setting screenorientation does it for G1. On Aug 10, 11:43 pm, engin enginarsla...@gmail.com wrote: Hi, I use google htc innovation and i am developing and apllication which uses camera to take picture and capture video. in both cases  i get rotated picture\video. On Aug 10, 9

[android-developers] why camera is rotated

2009-08-06 Thread engin
Hi, I am trying to use Camera to take picture and to video recording but it always runs in portrait mode. Even if I tried to sreenOrientatiton=landscape it solved screen appearance but when I take photo and capture video they are still saved rotated 90 degrees. I searched it but ı could not find

[android-developers] Screen rotation

2009-08-06 Thread engin
Hi, Can we check whether or not user rotated phone while he is capturing video or taking photo? I mean that can we realize that user rotated phone from verticak to horizantal or vice versa? --~--~-~--~~~---~--~~ You received this message because you are subscribed