[android-developers] Re: Install on SD card using adb.exe - doesn't work?

2011-02-07 Thread Evgeny V
Anybody? On Fri, Feb 4, 2011 at 12:50 AM, EvgenyV evgen...@gmail.com wrote: Hi all! Trying to run following command: C:\Users\evgenyD:\Android\android-sdk_r07-windows\tools\adb.exe -d install -s D:\MyTest.apk and getting Error: Unknown option: -s However the adb -help is showing adb

Re: [android-developers] Market related application functionality - feature?

2010-12-30 Thread Evgeny V
Actualy I have the same! Thanks! Will change it. On Dec 30, 2010 2:25 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 30, 2010 at 2:33 AM, EvgenyV evgen...@gmail.com wrote: Need I change something in ... There's nothing you can do, manifest wise, to change this, AFAIK. One thing to try is

Re: [android-developers] Re: droid 2 drivers

2010-11-27 Thread Evgeny V
I have xt701 and using downloaded drivers from Motorola site: Motorola_Mobile_Drivers_4.7.1_MotoConnect_1.1.31.exe Works fine for me. 2010/11/27 Kostya Vasilyev kmans...@gmail.com Have you looked here: http://developer.Motorola.com ? -- Kostya Vasilyev -- http://kmansoft.wordpress.com

Re: [android-developers] Download count static for free app

2010-11-24 Thread Evgeny V
I've opened support call for this issue. I think they have some problem with particular accounts. On Wed, Nov 24, 2010 at 1:52 PM, Alex maroeb...@gmail.com wrote: The download count for my free app has remained static for several days, yet I know that plenty of people have downloaded it. Is

Re: [android-developers] Download count static for free app

2010-11-24 Thread Evgeny V
Just checked now. The free application got update. The paid one is still no updates. On Wed, Nov 24, 2010 at 2:22 PM, Evgeny V evgen...@gmail.com wrote: I've opened support call for this issue. I think they have some problem with particular accounts. On Wed, Nov 24, 2010 at 1:52 PM, Alex

Re: [android-developers] Re: Market statistics stall

2010-11-23 Thread Evgeny V
Guys, Any progress with this issue? My Market data is still frozen :( Thanks, Evgeny On Mon, Nov 22, 2010 at 10:37 PM, Kumar Bibek coomar@gmail.com wrote: Aah, Patience :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Nov 23, 2010 at 2:06 AM, David

Re: [android-developers] Re: Market statistics stall

2010-11-23 Thread Evgeny V
There is no pattern. I have both: young paid and old free apps - both no download updates. On Wed, Nov 24, 2010 at 12:22 AM, JonFHancock jonfhanc...@gmail.com wrote: Still seeing stalled stats on my free app, though they seem to be updating for my paid app, which has been on the market a lot

Re: [android-developers] Android market free app unchanged for the last 4 days

2010-11-22 Thread Evgeny V
The same for both paid and free applications. No updates about 4 days. Thanks, Evgeny On Mon, Nov 22, 2010 at 7:15 AM, narasimha rao knarasimha@gmail.comwrote: in android market i am publish app 4 days back , just the download numbers for my (free) app have been unchanged for the last 4

[android-developers] Re: Please help to test my app on HTC wildfire.

2010-11-04 Thread Evgeny V
Guys, please help! Can you please play with my app and send me LogCat report ? I've been reported again about HTC wildfire permanent crashes. Thanks in advance, Evgeny On Mon, Oct 18, 2010 at 12:03 PM, EvgenyV evgen...@gmail.com wrote: Hi all, I've just reported that my app doesn't work on

[android-developers] Re: Create TableRow programmatically - what is wrong?

2010-11-01 Thread Evgeny V
Found the problem: Change TableLayout.LayoutParams to TableRow.LayoutParams On Mon, Nov 1, 2010 at 11:32 PM, EvgenyV evgen...@gmail.com wrote: Hi all, I'm trying to create table row and place 3 elements: EditText - EditText - ImageButton as following:

Re: [android-developers] How to write String to database

2010-10-18 Thread Evgeny V
insert into my_table_name (string_type_column_name1, integer_type_column_name2) values('string_value1', 777) On Mon, Oct 18, 2010 at 11:46 AM, pramod.deore deore.pramo...@gmail.comwrote: Hi, I had created a database and I am writing some values ino that database as. sampleDB.execSQL(INSERT

Re: [android-developers] Floating point sign. Comma , or . for France onscreen keyboard - question.

2010-10-17 Thread Evgeny V
Thanks for the quick answer but it's not exactly what I need. The example is about how to manipulate with strings presents the numbers for different locales. My question is about UI. If the current locale is french why Input keyboard displays .? I would expect , instead. Thanks, Evgeny On Sun,

Re: [android-developers] Floating point sign. Comma , or . for France onscreen keyboard - question.

2010-10-17 Thread Evgeny V
Yes. Looks like this. 2010/10/17 Kostya Vasilyev kmans...@gmail.com Oh, I see, sorry about misunderstanding... Possible bug / lack of thought in the soft keyboard??? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 18.10.2010 0:04 пользователь Evgeny V evgen...@gmail.com написал

Re: [android-developers] Re: New countries !!!!

2010-10-01 Thread Evgeny V
Great news! But for some reason citizens of couple of countries will have to create Google AdSense account to make payments available. Somebody can explain why? On Fri, Oct 1, 2010 at 10:04 AM, Filip Havlicek havlicek.fi...@gmail.comwrote: I'm not an AdSense user, although from what I just

[android-developers] Re: Some problem/question about resolutions

2010-08-20 Thread Evgeny V
Please see attached file On Fri, Aug 20, 2010 at 6:40 PM, EvgenyV evgen...@gmail.com wrote: Hi all, I'm loading the same png file 32X32 into the ImageView. When loading from the URL stream, from drawable folder and from drawable-hdpi folder getting 3 different displayed sizes of image. From

Re: [android-developers] Re: Android Updater SDK (Manager) problem trought proxy

2010-08-10 Thread Evgeny V
Pleas try to use http instead https On Aug 10, 2010 10:00 AM, Daniele Donnarumma daniele.donnaru...@gmail.com wrote: UP Please!!! On Aug 4, 3:05 pm, Daniele Donnarumma daniele.donnaru...@gmail.com wrote: Hi. I'm an android newbie. I have downloaded the SDK revision 6. I'm at office.

Re: [android-developers]

2010-08-10 Thread Evgeny V
Check the examples of Mc'Murphy books On Aug 10, 2010 1:44 PM, vineeshkc kcvine...@gmail.com wrote: pls show me how -- You received this message because you are subscribed to the Google Groups Android Developers... -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Seems Android Market statistics go wrong again

2010-07-17 Thread Evgeny V
Yes. It dropped again about 15%! On Sat, Jul 17, 2010 at 9:59 AM, Neilz neilhorn...@gmail.com wrote: How annoying. Mine have dropped around 15%. And I'd just been boasting to my friends about a certain figure I'd reached - I'll have to do it all again in a month or so now :-) -- You

Re: [android-developers] Re: Market problems again

2010-06-12 Thread Evgeny V
Same for me. On Sat, Jun 12, 2010 at 10:02 AM, $§Kalle§$ __kalle...@hphone.eu wrote: Same for me. Seems to be a general problems. By the way, it did not affect the ratings. The number of ratings still increased since yesterday On 12 Jun., 08:08, Zsolt Vasvari zvasv...@gmail.com wrote:

Re: [android-developers] Re: G1 phone and update firmware 2.0-2.2 - question

2010-05-21 Thread Evgeny V
Found some article posted time ago. http://www.maximumpc.com/article/news/every_android_smartphone_will_receive_android_21_update_caveat 2010/5/21 Tomáš Hubálek tom.huba...@gmail.com Regarding first question: I'm also interested in. Regarding the second question I created similar thread but

Re: [android-developers] Re: SQLite concurrent access best practices

2010-05-09 Thread Evgeny V
I believe you can provide the safe concurrency managment by using DB transactions. Since you don't care about sequence between separate activities you can run following snippet: try db.BeginTransaction db.RunCommand(insert or update etc.) db.CommitTransaction catch db.RollbackTransaction Evgeny

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-02 Thread Evgeny V
Yes. I have res/values. 2010/5/2 Konstantin Vasilyev kmans...@gmail.com We know it works, e.g. http://www.cyrket.com/p/android/org.kman.WifiManager/ (and countless others) Do you have a res/values, too (non-localized)? If not, can you try creating it? -- Kostya Evgeny V evgen

[android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
Hi all, Any updates for this issue? When I've published my update it's not appeared as Just in in Market. May the unknown localization cause such problem? Thanks, Evgeny On Sat, Apr 24, 2010 at 11:41 PM, EvgenyV evgen...@gmail.com wrote: Hi all! I've just uploaded my application supports

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
I thought that it can be a problem but stil din't try. Thanks a lot! 2010/5/1 Konstantin Vasilyev kmans...@gmail.com Hi, Have you tried using two-letter locale codes? res/values-fr res/values-es res/values-ru -- Kostya Evgeny V evgen...@gmail.com писал(а) в своём письме Sat, 01 May

Re: [android-developers] Re: Market shows: Localized to: unknown - issue 5930 is still not fixed?

2010-05-01 Thread Evgeny V
Unfortunately the suggested solution doesn't solving the problem:( 2010/5/1 Evgeny V evgen...@gmail.com I thought that it can be a problem but stil din't try. Thanks a lot! 2010/5/1 Konstantin Vasilyev kmans...@gmail.com Hi, Have you tried using two-letter locale codes? res/values-fr

Re: [android-developers] Re: Progress dialog question/problem (API Demos example)

2010-04-04 Thread Evgeny V
Thanks! Please check the attached file from android-2.1\samples\ApiDemos\src\com\example\android\apis\app folder /* Display a custom progress bar */ Button progressButton = (Button) findViewById(R.id.progress_button); progressButton.setOnClickListener(new OnClickListener()

Re: [android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread Evgeny V
Thank you very much for response. BTW if you've read the documentation the normal HVGA resolution mentioned there. It's not a my concept. 1. The question is if Market engine can detect supported resolution and decline it per device. 2. Why app is avaialble from Tatoo devices running small

Re: [android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread Evgeny V
Thanks, It's not mine. On Mon, Mar 29, 2010 at 6:33 PM, sbw.android sbw.andr...@gmail.com wrote: On 29 mar, 13:29, EvgenyV evgen...@gmail.com wrote: My app is universal unit converter ConvertMe(Beta) free. on a nexus one, I can see the ConvertMe application (no beta in the name) from

Re: [android-developers] How to customize onscreen keyboard? Please help!

2010-02-26 Thread Evgeny V
I got it. Thank you very much! On Fri, Feb 26, 2010 at 2:43 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Hi All! I need to hide all keys except numbers, point and dash and change the dash behaviour. You can't. You can create your own soft keyboard, and convince users

Re: [android-developers] Re: Android SDK for Windows 7

2010-02-24 Thread Evgeny V
Both are working fine on Windows 7 32bit On Wed, Feb 24, 2010 at 9:07 PM, DKIT Android dag.kod...@gmail.com wrote: Don't know about Eclipse, but I use IntelliJ IDEA and it works like a charm... On 24 Feb, 16:15, Julian julianvillalt...@gmail.com wrote: I have recently began developing for

Re: [android-developers] Re: Force locale for an application, bug in 2.0?

2009-12-27 Thread Evgeny V
Yes. I added to each activity too after more tests! On Sun, Dec 27, 2009 at 9:47 PM, shomari nyuster...@gmail.com wrote: I've been looking for a long time at a solution to this problem (ever since 2.0 was released). I can confirm that by adding locale to configChanges fixes the problem. My

Re: [android-developers] Different behaviour between SDK 1.6 and SDK 2.0 - bug? Please help.

2009-12-15 Thread Evgeny V
Somebody? Any updates? On Tue, Dec 1, 2009 at 9:01 AM, EvgenyV evgen...@gmail.com wrote: Hi! I got infinit loop when trying to run tab activity which creating dialog. Before I'm pressing the dialog button OK or Cancel button the system is starting my tab main activity again. It worked

[android-developers] SDK 2.0: wrong behaviour after convertion from SDK1.6 - please help!

2009-11-28 Thread Evgeny V
Hi! I got infinit loop when trying to run activity which creating dialog. Before I'm pressing the dialog button OK or Cancel button the system is startong my tab main activity again. It worked fine in all previouse versions. The log report: *11-28 16:59:38.607: WARN/UsageStats(59): Something

[android-developers] Re: Google wave invitations...?

2009-10-16 Thread Evgeny V
Yes, please. Thanks, Evgeny On Fri, Oct 16, 2009 at 5:41 AM, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: SDK 1.6 and emulator sdcard problem

2009-10-10 Thread Evgeny V
Hi ! Since i've added the permissin entry in manifest the problem was solved. Thanks, Evgeny On Sat, Oct 10, 2009 at 9:27 AM, preetam_pict preetam.pa...@gmail.comwrote: hi EvgenyV / all even i am facing the same problem in my case also file.mkdirs( ) is always returning false ! its

[android-developers] Re: Application using service in different project

2009-09-29 Thread Evgeny V
Thanks you very much! Evgeny On Mon, Sep 28, 2009 at 11:30 PM, Mark Murphy mmur...@commonsware.comwrote: Evgeny V wrote: Hi! I have some similar question. APK1 (not service) has public class A. How should I write class A or APK container to make it visble and importable from

[android-developers] Re: Application using service in different project

2009-09-28 Thread Evgeny V
Hi! I have some similar question. APK1 (not service) has public class A. How should I write class A or APK container to make it visble and importable from some other APK? In other words I need to use my first APK as library. Please advise. Thanks in advance, Evgeny On Tue, Sep 1, 2009 at 4:02

[android-developers] Re: API demos and SDK 1.5: is available?

2009-05-02 Thread Evgeny V
Found it in \platforms\android-1.5 On Sat, May 2, 2009 at 3:12 PM, EvgenyV evgen...@gmail.com wrote: Hi! As far I see the API demos sources are not a part of latest 1.5 SDK. Can I download it somewhere? Thanks, Evgeny --~--~-~--~~~---~--~~ You received

[android-developers] Re: Plugin 0.9 ADT with Eclipse (G4.3.2) on WIN XP SP3 problem

2009-04-28 Thread Evgeny V
On Tue, Apr 28, 2009 at 4:28 PM, heyunh...@gmail.com heyunh...@gmail.comwrote: 1.download SDK1.5 and 0.9ADT plugin 2.updata ADT to V0.9(it need not removed 0.8ADT) 3.Install SDK(windows-Preferences OPT) 4.Select SDK Target (Android 1.5) 5.set run configurations - Target (Select Automatic

[android-developers] Re: Plugin 0.9 ADT with Eclipse (G4.3.2) on WIN XP SP3 problem

2009-04-28 Thread Evgeny V
Thanks, FInally I got it works now after Eclipse reinstall only. On Tue, Apr 28, 2009 at 4:45 PM, Evgeny V evgen...@gmail.com wrote: On Tue, Apr 28, 2009 at 4:28 PM, heyunh...@gmail.com heyunh...@gmail.comwrote: 1.download SDK1.5 and 0.9ADT plugin 2.updata ADT to V0.9(it need

[android-developers] Re: changing language on demand?

2009-04-23 Thread Evgeny V
Hi! Try this. I have res\values and res\values-ja-rJP folders. Using following code: String languageToLoad = jp; Locale locale = new Locale(languageToLoad); Locale.setDefault(locale); Configuration config = new Configuration(); config.locale = locale;

[android-developers] Re: WebView and https post problem

2009-04-20 Thread Evgeny V
Yes I changed the code to use BasicResponseHandler or loadUrl. On Mon, Apr 20, 2009 at 1:25 PM, Chander Pechetty cspeche...@gmail.comwrote: The observations I made earlier are from running your code, and the not the above code. --~--~-~--~~~---~--~~ You

[android-developers] Re: WebView and https post problem

2009-04-19 Thread Evgeny V
Thank you very much for feedback! Regarding the loop. Of course I don't do it inside a loop. The sent code is first attempt and contains this bug. Will use BasicResponseHandler to handle result. It definitely can casue the performance probpem. Do you think the way I'm extracting the resopnse

[android-developers] Re: WebView and https post problem

2009-04-19 Thread Evgeny V
definitely has bugs. On Sat, Apr 18, 2009 at 11:18 PM, Evgeny V evgen...@gmail.com wrote: Thank you very much for feedback! Regarding the loop. Of course I don't do it inside a loop. The sent code is first attempt and contains this bug. Will use BasicResponseHandler to handle result. It definitely

[android-developers] Re: WebView and https post problem

2009-04-19 Thread Evgeny V
) objectOut.close(); } catch(IOException ex) { ex.printStackTrace(); //return false; } } } On Sun, Apr 19, 2009 at 9:06 PM, Evgeny V evgen...@gmail.com wrote: Will try! Thanks On Sun, Apr 19, 2009 at 6:57 PM, Mattaku

[android-developers] Re: WebView and https post problem

2009-04-18 Thread Evgeny V
Thanks, It works but partially only. I didn't get the full expected page. I tried also paramtrized url insted parametized POST request. https://www.paypal.com/cgi-bin/webscr?cmd=_xclickbusiness=mym...@mail.comitem_name=mydescrno_shipping=1no_note=1currency_code=USDtax=0lc=ILbn=PP-DonationsBF;

[android-developers] Re: WebView and https post problem

2009-04-17 Thread Evgeny V
I just tried following code. For some reason simple request don't work when I'm calling loadData. But loadURL( ) is OK private void ZZZ() { try { WebView webContent = (WebView)findViewById(R.id.viewFromPayPal); HttpParams httpParams = new BasicHttpParams();

[android-developers] Re: Some question about market rate

2009-04-04 Thread Evgeny V
Thanks Clark! That exactly what I thought! I have almost same when 46 % active installs and 3.5 stars. How can I install and run the app on SD card? What do you mean rooted G1? Is this option will be a part of standard framework? Sorry for so many questions :) Thanks in advance, Evgeny On Sat,

[android-developers] Re: How to write to the File ?

2009-04-04 Thread Evgeny V
Try this: private boolean SaveDataToFile(SomeType data) { ObjectOutputStream objectOut = null; try { File file = new File(sdcard/ + MY_PACKAGE_NAME); if(!file.exists() file.mkdir()) { file = new File(MY_FILE_NAME); if(!file.exists())

[android-developers] Re: Telephony question

2009-04-03 Thread Evgeny V
It just works. I just have to press the answer button :) On Fri, Apr 3, 2009 at 5:56 PM, EvgenyV evgen...@gmail.com wrote: Hi all, I'm tring to catch events from phone calls. For some reason the event state changed happens only when the main activity is started. After that I'm trying to

[android-developers] Re: Question regarding unexpected application behaviour (reported by market users)

2009-04-02 Thread Evgeny V
Found and fixed the problem. It's my responsibility. On Thu, Apr 2, 2009 at 9:17 AM, EvgenyV evgen...@gmail.com wrote: Hi all, I just uploaded the application and got couple of negative rates like force closes on start. On start the tab page populated by Intent which is ListActivity. The

[android-developers] Re: How can I show the escape characters of a xml file in my app

2009-04-02 Thread Evgeny V
May be it will help you. http://www.fileformat.info/info/unicode/char/search.htm The ' (quote) sign I replaced by \u0027 and it works. Thanks, Evgeny On Thu, Apr 2, 2009 at 9:18 AM, manoj manojkumar.m...@gmail.com wrote: Here is some example.xml: Person Name Manoj/Name

[android-developers] Re: Dev Phone can not see paid apps using the 1.1 holiday release

2009-04-01 Thread Evgeny V
I have unlocked phone purchased from ebay. I can't see the paid APP too. On Wed, Apr 1, 2009 at 11:36 AM, Sergi Velez sergi.ve...@gmail.com wrote: If you install the official v1.1 system image for the ADP1 http://www.htc.com/www/support/android/adp.html then the Market client should be

[android-developers] Re: Show dialog on creation - question?

2009-02-22 Thread Evgeny V
Hi Dianne! Thanks you for response! Can you suggest how can I implement so simple scenario: -Activity started - the user already got the screen. -Immediately after activity UI dispalyed I need to start update process indicated by progress dialog I tried to impelement onPrepareDialog, onStart,

[android-developers] Re: Question about spinner and quick text search.

2009-02-21 Thread Evgeny V
Any suggestions? On Fri, Feb 20, 2009 at 4:08 PM, EvgenyV evgen...@gmail.com wrote: Hi! For ListActivity I can use method setTextFilterEnabled(true) which allows me to type letters and quick find list item(s). Does anybody know whether exists some similar out of the box functionality

[android-developers] Re: SDK 1.1_r1 javadoc issue is fixed.

2009-02-19 Thread Evgeny V
Is it same link? http://developer.android.com/sdk/download.html?v=android-sdk-windows-1.1_r1.zip Thanks, Evgeny On Thu, Feb 19, 2009 at 9:25 AM, Xavier Ducrohet x...@android.com wrote: Hello everyone, The 1.1 SDK we released last week includes a new design for the documentation.

[android-developers] Re: Show dialog on creation - question?

2009-02-17 Thread Evgeny V
*before* you start the activity? On Mon, Feb 16, 2009 at 2:10 PM, Evgeny V evgen...@gmail.com wrote: Any suggestions on it? Thanks, Evgeny On Sat, Feb 14, 2009 at 1:31 AM, EvgenyV evgen...@gmail.com wrote: Hi! I'm trying to show dialog OK/Cancel and then continue construction

[android-developers] Re: Show dialog on creation - question?

2009-02-16 Thread Evgeny V
Any suggestions on it? Thanks, Evgeny On Sat, Feb 14, 2009 at 1:31 AM, EvgenyV evgen...@gmail.com wrote: Hi! I'm trying to show dialog OK/Cancel and then continue construction after user closed the dialog. Unfortunately the dialog get visibility only AFTER the creation of myclass was

[android-developers] Re: Problem with SDK 1.1 - can not see javadoc

2009-02-13 Thread Evgeny V
I have the same problem. Don't see help. I just removed previous 1.0 r2 from path and installed new 1.1 On Thu, Feb 12, 2009 at 6:02 PM, Stoyan Damov stoyan.da...@gmail.comwrote: I can see the documentation but FYI I haven't uninstalled 1.0, just installed 1.1 as well. Cheers, Stoyan On

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
But it's available for US and UK countires! Means it that only US and UK citizen could be a sellers? On Fri, Feb 13, 2009 at 7:24 PM, g1bb corymgibb...@gmail.com wrote: Woah, now I can specify a price! On Feb 13, 10:12 am, g1bb corymgibb...@gmail.com wrote: I noticed a 'Setup a Merchant

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
Just now received the message from google ... Developers who do not already have a Google Checkout merchant account can easily sign up for one via the publisher website... ... What does it mean publisher site? On Fri, Feb 13, 2009 at 7:57 PM, snctln catlin.s...@gmail.com wrote: I just

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
-paid-apps-2009/). Al. Ivan Soto wrote: I wonder the same. Will it be possible to sell from Canada to the rest of the world? On Fri, Feb 13, 2009 at 10:33 AM, Evgeny V evgen...@gmail.com mailto:evgen...@gmail.com wrote: But it's available for US and UK

[android-developers] Re: Setup Merchant Account link now available

2009-02-13 Thread Evgeny V
for free. I'm actually waiting for an announcement from Google saying when are we going to be able to sell apps _from_countries like Canada and not when are we going to get the phone. On Fri, Feb 13, 2009 at 12:51 PM, Evgeny V evgen...@gmail.com wrote: I'd like to get back my 25$ too! On Fri

[android-developers] Re: Dynamically changing the language at runtime

2009-02-09 Thread Evgeny V
So, what can be a best way to restart the app except to ask user restart manually? Thanks, Evgeny On Mon, Feb 9, 2009 at 9:49 PM, Dianne Hackborn hack...@android.com wrote: You will need to do all of the UI recreation in your activity. We don't currently have a way for an activity to ask

[android-developers] Re: Are you localizing an app? Do you want to be?

2009-01-18 Thread Evgeny V
I have asked the almost same question here: http://groups.google.com/group/android-developers/browse_thread/thread/de088f2f8dd42bff/14244bd62179222d?hl=en Hopefully next SDK will support *application scope *(not regional scope) localization. I can't see Now any ways to implement multilanguage

[android-developers] Re: setVerticalScrollBarEnabled( ) problem

2009-01-17 Thread Evgeny V
The scroll bar of view is not a reason of exception. The app failed when i'm trying to change orientation. On Sat, Jan 17, 2009 at 4:27 PM, EvgenyV evgen...@gmail.com wrote: Hi all, I'm trying to set vertical scrollbar programmatically. But get following error stack on creation: 01-17

[android-developers] Re: setVerticalScrollBarEnabled( ) problem

2009-01-17 Thread Evgeny V
Found the problem when exception raised on change orientation. The scrollview hosted on static tab host. Tab host threw exception after orientation change. But still exist the original scroll problem. On Sat, Jan 17, 2009 at 10:01 PM, Evgeny V evgen...@gmail.com wrote: The scroll bar of view

[android-developers] Re: Full multitouch working on the G1, new approach (video + source)

2009-01-12 Thread Evgeny V
Is there any estimation regrading the standard multi touch functionality? Thanks, Evgeny On Mon, Jan 12, 2009 at 9:24 AM, Andrew Stadler stad...@gmail.com wrote: Unless an SDK is released with multi-touch support, this discussion is probably better off in android-discuss or android-platform.

[android-developers] Re: customize tab indicator

2009-01-12 Thread Evgeny V
TabHost myTabHost = getTabHost(); tabHost.addTab(tabHost.newTabSpec(myTab) .setIndicator(res.getString(R.string.*myTitle*), res.getDrawable(R.drawable.*myIcon*)) .setContent(*new* Intent(*this*, MyImplementation.*class*))); You can check also the APIDemos example Thanks On Mon, Jan 12, 2009 at

[android-developers] Re: Change linear layout programmatically - problem

2009-01-11 Thread Evgeny V
Works now. Thanks public class BBB extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.bbb); LinearLayout layout = (LinearLayout)findViewById(R.id.layoutInputs2);

[android-developers] Re: Change linear layout programmatically - problem

2009-01-10 Thread Evgeny V
Actually I have tried first to change it for any child view.Same result... On Sun, Jan 11, 2009 at 12:42 AM, hmmm akul...@mail.ru wrote: Might it be because as stated in the docs for setLayoutParams() These supply parameters to the parent of this view specifying how it should be arranged.

[android-developers] Re: Restart application

2009-01-09 Thread Evgeny V
/apis/app/ using a scheduled app (re)launch. Regards On Jan 8, 2:39 pm, Evgeny V evgen...@gmail.com wrote: Hi All, Any ideas how to restart the app from itself? I'm trying following code but failed with null pointer exception. Where is my fault? public void Restart

[android-developers] Re: Share data between activities queston

2009-01-09 Thread Evgeny V
Something really simple like initial settings of the application which stored in one module but read from other module(s). For example number of last active tab, some selected index from spinner etc. Thanks On Fri, Jan 9, 2009 at 9:30 PM, Mark Murphy mmur...@commonsware.com wrote: EvgenyV

[android-developers] Re: Share data between activities queston

2009-01-09 Thread Evgeny V
SharedPreferences is private data per activity. I tried to store persist data from activity A but can't read it from activity B. Missed I something? On Fri, Jan 9, 2009 at 9:42 PM, Mark Murphy mmur...@commonsware.com wrote: Evgeny V wrote: Something really simple like initial settings

[android-developers] Re: Share data between activities queston

2009-01-09 Thread Evgeny V
The data is persist. I need to serialize it to disk to allow loading after app restarted. On Fri, Jan 9, 2009 at 9:56 PM, hmmm akul...@mail.ru wrote: Intent.putExtra() Intent.getExtra() will, probably, do - Original Message - From: EvgenyV evgen...@gmail.com To: Android Developers

[android-developers] Re: Share data between activities queston

2009-01-09 Thread Evgeny V
Ok! I go my mistake. Used getPreferences() instead getSharedPreferences() Thank you very much! On Fri, Jan 9, 2009 at 10:16 PM, Mark Murphy mmur...@commonsware.comwrote: Evgeny V wrote: SharedPreferences is private data per activity. I tried to store persist data from activity

[android-developers] Re: Restart application

2009-01-08 Thread Evgeny V
Hi All, Any ideas how to restart the app from itself? I'm trying following code but failed with null pointer exception. Where is my fault? public void Restart() { newIntent.setClassName(mypackage.name, MyMainClass); newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); app.startActivity(newIntent);

[android-developers] Re: Could Chinese developper register Android market?

2009-01-03 Thread Evgeny V
Would be better if some Android market/Google official person will respond at least one time. Thanks On Sat, Jan 3, 2009 at 10:34 AM, Al Sutton a...@funkyandroid.com wrote: Dan, The article says the remaining amount goes to carriers and billing settlement fees, what about taxes? In the UK

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
Same result. On Wed, Dec 24, 2008 at 3:04 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Some question regarding apostrophe as part of string-array items. I have string array defined as following: ?xml version=1.0 encoding=utf-8? resources string-array name=my_arry

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
It's not related to string-array resource only. Same behavior is when I have read from resource string. On Wed, Dec 24, 2008 at 3:04 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Some question regarding apostrophe as part of string-array items. I have string array defined

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
More info Menapos;s --- lt; apos; quot; amp; gt; --- info working properly apos quot disappeared On Wed, Dec 24, 2008 at 3:25 PM, Evgeny V evgen...@gmail.com wrote: It's not related to string-array resource only. Same behavior is when I have read from resource string. On Wed, Dec

[android-developers] Re: Apostrophe question

2008-12-24 Thread Evgeny V
Great! Thank you very much! On Thu, Dec 25, 2008 at 3:11 AM, Ernest sunkil...@gmail.com wrote: Hi, string-array name=my_arry itemMen \u0027 s info/item itemDummy info/item /string-array You could try the unicode value in string.xml On Dec 24, 9:43 pm, Evgeny V evgen

[android-developers] Re: how to access file system

2008-12-11 Thread Evgeny V
Ok. Got it. Thanks! On Thu, Dec 11, 2008 at 4:30 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: Er... so stick it in your .apk. You can either put it in as a compiled xml resource, raw resource, or loose asset. On Wed, Dec 10, 2008 at 12:57 PM, Evgeny V [EMAIL PROTECTED] wrote

[android-developers] Re: how to access file system

2008-12-10 Thread Evgeny V
No. There are preferences coming with apk. But I would avoid to include it to apk as reource file(s). It will give the flexibility when will send updates without recompile the apk. Thanks On Wed, Dec 10, 2008 at 10:44 PM, Mark Murphy [EMAIL PROTECTED]wrote: EvgenyV wrote: Can I install any

[android-developers] Re: Spinner background change - how?

2008-11-29 Thread Evgeny V
The same problem happens when I'm trying to change the Button backgroud. After that i'm loosing button behavior. Looks strange if I have inherit and implemet MyButton to provide so basic functionality like background color... Any ideas? Missing I something? Thanks, Evgeny On Fri, Nov 28,

[android-developers] Re: Howto take value for android:textSize from resources?

2008-11-28 Thread Evgeny V
Found it :) android:textSize=*@dimen/button_text_size *Thanks On Fri, Nov 28, 2008 at 6:30 PM, EvgenyV [EMAIL PROTECTED] wrote: Hi All, I have defined buttons like following: Button android:id=@+id/button_1 android:text=1 android:textStyle=bold android:textSize=30dip

[android-developers] Re: Help me to test APK file on your real device

2008-11-22 Thread Evgeny V
Hi! I have a similar question. f it's possible to upload apk directly from comp to device? Thanks On Sat, Nov 22, 2008 at 6:23 PM, Dorn Hetzel [EMAIL PROTECTED] wrote: I suppose you could also upload it to the marketplace under maybe the Demo category and name it TestMePlease :) On Sat, Nov