Re: [android-developers] SQLite Database Issues

2011-01-09 Thread Ilya Shinkarenko
I have the same strange story. Notably all the reports come from
OTHER platforms. Will fix it with a retry after a small delay.

On Fri, Oct 15, 2010 at 1:36 AM, Albert albert8...@googlemail.com wrote:
 Hi all,

 I can see from some user's logs that my app randomly gets the
 following SQLiteException:

 android.database.sqlite.SQLiteException: no such table: DietTip: ,
 while compiling: SELECT DISTINCT tip FROM DietTip
        at android.database.sqlite.SQLiteProgram.native_compile(Native
 Method)
        at android.database.sqlite.SQLiteProgram.compile(SQLiteProgram.java:
 117)
        at android.database.sqlite.SQLiteProgram.init(SQLiteProgram.java:
 66)
        at android.database.sqlite.SQLiteQuery.init(SQLiteQuery.java:
 49)..

 It also happens often in another table that tracks the user's
 weight...

 Does anyone know a particular reason for this to be happening? It
 seems that it can't find the table or it can't compile the query. It
 has never happened to me in any of my phones.

 Thanks,
 Alberto

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: App disappeared from Market Home

2010-12-20 Thread Ilya Shinkarenko
Well, right after another update the app has disappeared again.

Moreover, it also disappeared from AppBrain page
http://www.appbrain.com/app/com.tennismath.ui.android

Isn't is great? :) BTW since still got no reply from Google support.
This is really frustrating...


On 19 December 2010 20:32, Jeff j...@trackaroo.com wrote:
 How were you able to get your app to re-appear in the console?  I
 suffered the same issue when I submitted my update.  My app is
 incorrectly in the Games category and don't have a way to fix this
 category bug.

 Jeff
 ---
 www.trackaroo.com
 Trackmaster - Motorsports Lap Timer
 Dynomaster - Performance Dyno

 On Dec 19, 5:19 am, Ilya Shinkarenko shin...@gmail.com wrote:
 Thank you all for the answers. Now the app is again there. U :)

 On Dec 18, 10:25 pm, TreKing treking...@gmail.com wrote:







  On Sat, Dec 18, 2010 at 2:58 PM, Chister Nordvik cnord...@gmail.com 
  wrote:
   I really can't understand why they cannot just make the console 
   unavailable
   instead of developers experiencing buggy behavior like this.

  Then who's going to test their stuff for them!? =P

  ---
   --
  TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
  transit tracking app for Android-powered devices

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: App disappeared from Market Home

2010-12-19 Thread Ilya Shinkarenko
Thank you all for the answers. Now the app is again there. U :)

On Dec 18, 10:25 pm, TreKing treking...@gmail.com wrote:
 On Sat, Dec 18, 2010 at 2:58 PM, Chister Nordvik cnord...@gmail.com wrote:
  I really can't understand why they cannot just make the console unavailable
  instead of developers experiencing buggy behavior like this.

 Then who's going to test their stuff for them!? =P

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] App disappeared from Market Home

2010-12-18 Thread Ilya Shinkarenko
Hi all,

suddenly I can't see my app in the Market Home
http://market.android.com/publish/Home
Look at the screenshot: http://clip2net.com/clip/m10981/1292693482-clip-25kb.png

Does anybody have an idea what has happened? It was there, and I
haven't unpublished it whatsoever...

Thanks
Ilya

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] set chlidDivider in ExpandableListView

2010-10-11 Thread Ilya Shinkarenko
use some drawable (e.g. 1 pixel png) instead, then it works

On 16 December 2009 04:27, NoraBora noranb...@gmail.com wrote:
 This is my ExpandableListView

 ExpandableListView android:id=@+android:id/list
        android:layout_width=fill_parent
        android:layout_height=wrap_content
        android:listSelector=@android:color/transparent
        android:groupIndicator=@null
        android:dividerHeight=2px
        android:divider=@color/my_list_divider_color   (#)
        android:childDivider=@color/
 my_list_child_divider_color   (#FF00FF00)
 /

 When I execute this in emulator, green(childDivider color) is all over
 the place.

 It seems if childDivider is ColorDrawable, it has no bound.

 Is this a bug or intented?

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Help! Strange exception on HTC Hero

2010-08-27 Thread Ilya Shinkarenko
hi all,

just released the new version of Tennis Math, after starting the
Statistics activity, the following exception is thrown:

I/ActivityManager(   76): Starting activity: Intent {
cmp=com.tennismath.ui.android/.StatisticsActivity (has extras) }
W/dalvikvm( 9847): threadid=3: thread exiting with uncaught exception
(group=0x4001e390)
E/AndroidRuntime( 9847): java.lang.NullPointerException
E/AndroidRuntime( 9847):at
android.view.ViewGroup.drawChild(ViewGroup.java:1583)
E/AndroidRuntime( 9847):at
android.view.ViewGroup.drawChild(ViewGroup.java:1583)
E/AndroidRuntime( 9847):at
android.view.ViewGroup.drawChild(ViewGroup.java:1583)
E/AndroidRuntime( 9847):at android.view.View.draw(View.java:6538)
E/AndroidRuntime( 9847):at
android.view.ViewGroup.drawChild(ViewGroup.java:1585)
E/AndroidRuntime( 9847):at android.view.View.draw(View.java:6538)
E/AndroidRuntime( 9847):at
com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1866)
E/AndroidRuntime( 9847):at
android.view.ViewRoot.performTraversals(ViewRoot.java:1118)
E/AndroidRuntime( 9847):at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9847):at
android.app.ActivityThread.main(ActivityThread.java:4595)
E/AndroidRuntime( 9847):at 
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 9847):at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)

this is NOT reproducible on G1 / Nexus / emulator

any ideas?

thanks!
ilya

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Tab control in News and weather app (N1)?

2010-05-02 Thread Ilya Shinkarenko
hi all,

does anybody know if the tab control used in the News and weather
app (preinstalled on Nexus One) is a standard one and what is the name
of if?

thanks
ilya

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-30 Thread Ilya Shinkarenko
Got mine in Stuttgart today.
Thank you Google!

On 30 April 2010 10:03, Ginda guentherhaslb...@gmail.com wrote:
 Munich - Germany - here it is!

 I got mine today from FedEx here in Munich
 Sent from FedEx Netherlands

 Great.
 Many many thanks Google!

 I think i sent Google my response on the 4th of March so  7 weeks
 ago or so ?!

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to reuse preferences inflation mechanism?

2010-04-26 Thread Ilya Shinkarenko
Hi all,

I wonder if it is possible to reuse Android preferences mechanism for an app.

For the App preferences I of course use PreferencesActivity, but I
need similar functionality for preferences of a business entity,
otherwise it's a hassle to layout every single element manually. So I
would like to reuse the UI and the inflation from XML, but use my own
persistence.

This is an example of what i want to have in my layout:
http://clip2net.com/clip/m10981/1272321720-clip-29kb.jpg
http://clip2net.com/clip/m10981/1272321753-clip-20kb.jpg


thanks
ilya

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Looking for Help/Wizard framework or lib

2010-03-06 Thread Ilya Shinkarenko
Hi all,

some apps (e.g. Barcode Scanner) have very nice HTML-based help subsystem.
It is basically a scrollable (HTML) container and buttons Back,
Forward and Done in the bottom of the screen, which are always
visible.

Is there a public API for that or one has to program such things from scratch?

Thanks
Ilya

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Chinese company offers translation for right to publish app on their market

2010-01-07 Thread Ilya Shinkarenko
hi all,

recently i have got an offer from one chinese company to translate my app
for tennis statistics tracking (www.tennis-math.com). they have already
translated the strings.xml (though i can't be sure they havent put some porn
it it :)) and the want a right to publish my (free) app on their market. i'm
sure one can find the answer in the developer agreement with google but
since i am pretty stressed now, maybe some of you fellow devs know certain
answer with regards to this topic? would it be legal to allow these guys to
publish my apps taking in account that it is free?

thanks and best regards to everybody
ilya
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Is audio stream analysis possible?

2009-09-30 Thread Ilya Shinkarenko

(up)
Does anybody know how to do it with Android?

2009/9/24 Ilya Shinkarenko shin...@gmail.com:
 Thank you Chris,
 Could you pls tell me where do I find API for that?

 On Sep 24, 2009 4:11 AM, Chris Stratton cs07...@gmail.com wrote:


 Definitely possible when not on a call, not sure if you can do it when
 one is active.

 The actual analysis would not be android specific, and I'm not even
 sure that frequency-domain (audio stream spectrum) methods would be
 needed, as you could probably do it all in the time domain more
 simply.

 On Sep 23, 7:16 pm, Ilya Shinkarenko shin...@gmail.com wrote:  Hi all, 
 I wonder if it is pos...

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Is audio stream analysis possible?

2009-09-24 Thread Ilya Shinkarenko
Thank you Chris,
Could you pls tell me where do I find API for that?

On Sep 24, 2009 4:11 AM, Chris Stratton cs07...@gmail.com wrote:


Definitely possible when not on a call, not sure if you can do it when
one is active.

The actual analysis would not be android specific, and I'm not even
sure that frequency-domain (audio stream spectrum) methods would be
needed, as you could probably do it all in the time domain more
simply.

On Sep 23, 7:16 pm, Ilya Shinkarenko shin...@gmail.com wrote:  Hi all, 
 I wonder if it is pos...

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-24 Thread Ilya Shinkarenko

Name: Tennis Math
Category: Misc
Website: http://www.tennis-math.com/

Tennis Math is a free tennis scoring and statistics software for
Android. We have designed it for tennis players, coaches or anyone
interested in analyzing of the strong and weak points of their tennis.



2009/9/24 sheik sheik...@gmail.com:

 Name : iCommuteLess
 Track commutes, Save time

 Category : Lifestyle
 By: Uttara Infosolutions
 Website :http://www.commuteless.appspot.com/

 Description :

 iCommuteLess is an application to track your daily commutes.
  Based on  commutes, the application has intelligence built-in to give
 users intuitive feedback that
 can help them in saving time!

 Features :

 iCommuteLess tries to answer the following questions:

 How much time do I spend commuting?
 How much time do I spend in traffic?
 Which route should I  take for a given time?
 Should I leave 15 mins early or 15 mins later?
 How is my commuting performance?

 it also includes
  AutoStart, RouteSuggest and RouteTrace features!

 To know more visit :
 http://www.commuteless.appspot.com/

 To view screen shots visit
 http://www.androlib.com/android.application.com-uttara-and-icommute_less-qBpm.aspx


 regards
 Sheik Ahmed




 On Sep 22, 7:34 pm, cooolmagic cooolma...@gmail.com wrote:
 CubeWorks

 Category - Productivity/Tools

 CubeWorks is a productivity tool that was created with the realization
 that completing a task often requires information from more than one
 source. It displays a cube containing six applications at a time, one
 on each cube face. This allows a user to access multiple sources
 quickly, helps them visualize the information and makes navigation
 easier.

 More info about app here -http://cubeworksmobile.com

 After Power Manager and Toggle Settings, we wanted to do something
 different this time. And we came up with an idea of a cube with
 various inter-connected apps on it. Developing CubeWorks was really
 challenging, mainly because of tight deadline and all the great
 features we wanted to include in this short time. Android's incomplete
 support of OpenGL made it even harder. But at last we were able to
 finish it well before final deadline.

 -abhi

 On Sep 1, 10:41 am, Lout lout.r...@googlemail.com wrote:

  While you developers relax... would you mind sharing what apps to
  expect through this challenge.. and anything else you wish to share
  aboutADC2submissions... well anything including the fact: 'thank
  God, no more sleep less nights'!

  Am collecting information about the challenge (ADC2) for a news
  article as am with cnet (and AP). Pitch your app if you have already
  published or would soon publish on the market too.

  Your app name and description, web link if any, experience withADC2, ... 
  anything would be useful for our article(s).

  And do you feel that there would have been more submissions than in
  ADC1?
  Is the competition going to be tougher or less profound as you were
  allowed to put up apps not published before 1st Aug only?

  Do you think that all apps that didn't try for ADC1 should have had a
  chance?

  Congratulations on your submissions while you wait for the next
  phase.
  Thanks,
  Lout Reilly
  ps: Moderators we request you to let this through so that you too get
  some feedback.
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] ADC 2 submission category (?)

2009-08-25 Thread Ilya Shinkarenko
Hi all,
I am going to commit my application, but I am a bit confused which category
to choose. The software helps to keep score and statistic of a tennis match,
and it is also possible to share the scores/stats (see www.tennis-math.com
).

So, would it be Entertainment OR Lifestyle OR Misc OR
Productivity/Tools OR Social Networking?

I tend to Misc, but probably I am wrong? Any help will be very appreciated
:)

Thank you,
Ilya

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Still no ADC2 submission site (?)

2009-08-24 Thread Ilya Shinkarenko
Hi all,
sorry to open this thread again, but there is still no submission site for
ADC2 :-(
Anybody can give some comments? I am going on a vacation next week and it
would be really stupid if I wouldn't be able to commit the results of last
months hard job...

Greetz
Ilya

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---