[android-developers] Re: Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.

2017-02-28 Thread Vladimir Kondratenko
Error:Could not GET 'https://maven.fabric.io/public/io/fabric/sdk/android/fabric/1.3.15/fabric-1.3.15.aar'. Received status code 500 from server: Internal Server Error Enable Gradle 'offline mode' and sync project On Tuesday, February 28, 2017 at 11:03:05 PM UTC+2, Vladimir Kondratenko wrote

[android-developers] Re: Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.

2017-02-28 Thread Vladimir Kondratenko
Looks like something wrong with fabric/twitter sdk. On Tuesday, February 28, 2017 at 10:31:27 PM UTC+2, Vladimir Kondratenko wrote: > > The same for me > > On Tuesday, February 28, 2017 at 8:59:38 PM UTC+2, Shubhansh Jaiswal wrote: >> >> Hello Devs, I have a problem

[android-developers] Re: Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.

2017-02-28 Thread Vladimir Kondratenko
The same for me On Tuesday, February 28, 2017 at 8:59:38 PM UTC+2, Shubhansh Jaiswal wrote: > > Hello Devs, I have a problem can you guys help me out? > > Just opened Android studio after yesterday when it was working fine and > today it gives me an error: > > Gradle 'My Project' project refresh

[android-developers] Error detection in Bluetooth communication with android

2016-08-11 Thread Vladimir Jelezarov
I am writing an Java app to connect my Android phone to a RN41 bluetooth module , which I will be using in a noisy environment. According to the Bluetooth SPP specification:

Re: [android-developers] Who translates google play apps?

2015-12-15 Thread Vladimir Markiev
fects > Use Text to Speech > Verbose TTS Announcements > > > Easy > Normal > Hard > > > > > -- > 22 Point > > Web: http://www.22point.com.au > Check out our "Making Windows 10 Easy" eBooks

Re: [android-developers] Who translates google play apps?

2015-12-13 Thread Vladimir Markiev
uot; eBooks and award winning app, > RapiTap! > > On 12/12/2015 6:16 AM, Vladimir Markiev wrote: > > So Google Play has a huge amount of different apps and games and often > > I see people waiting for localization of certain app or game because > > they don't speak En

[android-developers] Re: Who translates google play apps?

2015-12-13 Thread Vladimir Markiev
m their side to get help with translating their app. > > On Friday, December 11, 2015 at 8:16:02 PM UTC+1, Vladimir Markiev wrote: >> >> So Google Play has a huge amount of different apps and games and often I >> see people waiting for localization of certain app or game

Re: [android-developers] Who translates google play apps?

2015-12-13 Thread Vladimir Markiev
>> Out of curiousity, how much would translation cost? >> >> Kind regards >> >> Quentin. >> >> -- >> 22 Point >> >> Web: http://www.22point.com.au >> Check out our "Making Windows 10 Easy" eBooks and award winnin

[android-developers] Who translates google play apps?

2015-12-11 Thread Vladimir Markiev
So Google Play has a huge amount of different apps and games and often I see people waiting for localization of certain app or game because they don't speak English. This makes me wondering - who doe the localization? Search gives only tips for those who want to translate their app, but not

[android-developers] Spinner does not apply dropDownSelector attribute

2013-02-06 Thread Vladimir Svydenko
Hi there, I'm using spinner and want to add spinner - to change behavior depends of states(focused, pressed) My code: *activity_main.xml* Spinner android:id=@+id/spinner android:layout_width=wrap_content android:layout_height=wrap_content

[android-developers] Proguard ignoring -assumenosideeffects while exporting Export Signed Application Package

2012-12-24 Thread Vladimir Svydenko
Hi, I try to strip all log calls from release app using proguard (-assumenosideeffects) but no any succes.. Ubuntu 12.04 intellij idea 12 Community Edition SDK 16 Android 4.1.2 Created test project with one activity: public class MyActivity extends Activity { @Override public void

[android-developers] Re: The new KeyChain API

2012-12-10 Thread Vladimir Kirnishni
fba chsoftworks at gmail.com writes: once I go back and try to read out the certificate data with KeyChain.getCertificateChain() I get the exception java.lang.IllegalStateException: uid 10040 doesn't have permission to access the requested alias. Has anybody made

[android-developers] issue Android NDK OpenGL ES 2.0 +VBO

2012-11-20 Thread Vladimir Boichentsov
Hi everyone! I had a problem with VBO on OpenGL ES 2.0. glGenVertexArraysOES, glGenVertexArrays - does not work's Maybe someone has solution for resolve it. Because without VBO I can't do more faster app :( Thanks! -- You received this message because you are subscribed to the Google

Re: [android-developers] Android Emulator: Unfortunately, camera has stopped error

2012-03-19 Thread Vladimir Chtchetkine
What does adb logcat say? Also, have you tried fake camera on Mac too? You can disable webcam emulation with -webcam off command line option, or by setting to 'no' Camera in your AVD. On Fri, Mar 16, 2012 at 1:52 PM, Bob osu...@gmail.com wrote: I have a sample app using PhoneGap that accesses

[android-developers] Android app with database

2012-01-23 Thread Vladimir
I am a new in android develiping. Therefore I want a advice. For instance I have app which connecting to database over internet. In database is a table with list of streets. Android app download this list then building a list view as the link

Re: [android-developers] Re: emulator: WARNING: Unable to create sensors port: Unknown error

2012-01-10 Thread Vladimir Chtchetkine
The warning Unable to create sensors port doesn't mean that emulator didn't start up properly. This is a warning, not an error. The meaning of this warning is to notify the user that realistic sensor emulation that uses sensors on an actual device will be not available. It doesn't affect anything

Re: [android-developers] Re: Android 4.0 sensor emulation setup questions

2011-12-27 Thread Vladimir Chtchetkine
that all the pieces needed for sensors emulation have been properly setup. If there is no warning, it means that connection has been made, and sensor emulation is available. HTH, Vladimir On Mon, Dec 26, 2011 at 3:15 PM, Josh Guilfoyle jast...@gmail.com wrote: I answered my own question a bit

Re: [android-developers] simulate hte speed for amdroid phones

2011-12-27 Thread Vladimir Chtchetkine
With r16 SDK you can use sensors emulation as described in here: Sensor emulation http://tools.android.com/recent/sensoremulation On Thu, Dec 22, 2011 at 10:56 AM, poncho poncho...@gmail.com wrote: On 12/21/2011 05:36 AM, Shabnaz wrote: hi Iam trying to develop an app for accident

Re: [android-developers] emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-27 Thread Vladimir Chtchetkine
This warning is normal. It indicates that emulator was unable to establish connection with an app (running on an actual device) that feeds real sensor values to the emulator. If you don't care about sensors emulation, just ignore this warning. However, if you do care about sensors emulation, this

Re: [android-developers] Problem booting android icecream sandwich on beagle board-xM

2011-12-08 Thread Vladimir Chtchetkine
Can you please start the emulator with -debug all -show-kernel options, and post the output here? On Tue, Dec 6, 2011 at 11:13 PM, Sandy sandeep.kanag...@gmail.com wrote: Hi, I'm not able to boot icecream sandwich (ICS) on beagleboard (prebuilt images) downloaded from the following site:

Re: [android-developers] Android emulator is crashing upon startup

2011-12-08 Thread Vladimir Chtchetkine
Can you please run the emulator with -debug all -show-kernel options, and post the output here? On Wed, Dec 7, 2011 at 7:53 AM, Nadav nadav...@gmail.com wrote: SDK source.properties: #Tue Nov 15 21:14:51 IST 2011.ApiLevel=14 I have a SmartCom usb WebCam, when it is plugged in the emulator

Re: [android-developers] emulator

2011-10-31 Thread Vladimir Chtchetkine
Prior to SDK R14 you were not suppose to have spaces in the path to the folder where you have installed SDK. This should have been fixed in R14 though. 2011/10/28 John Davis davi...@gmail.com You are not specifying a virtual disk image. In other words, you are running just the emulator but

Re: [android-developers] Emulator seg fault.

2011-10-31 Thread Vladimir Chtchetkine
This should be fixed in SDK R15. On Thu, Oct 27, 2011 at 6:35 PM, Andres Adjimann aadji...@gmail.com wrote: I'm using Android emulator version 14.0 (build_id ICS_FACTORYROM-205994) on a debian amd64. It seg faults on startup. If I rename the file /dev/video0 (a gspca_sonixj webcam) then it

[android-developers] Re: How to get outgoing call duration in real time?

2011-09-20 Thread Vladimir Svydenko
this value populate field in db? On Sep 18, 4:20 pm, Vladimir Svydenko vov...@gmail.com wrote: Hi, guys Now I write one app and have some problem - I need to show real-time outgoing call duration. But I do not know when I should start timer. I must start when get answer from other side. I tried

[android-developers] How to get outgoing call duration in real time?

2011-09-18 Thread Vladimir Svydenko
Hi, guys Now I write one app and have some problem - I need to show real-time outgoing call duration. But I do not know when I should start timer. I must start when get answer from other side. I tried TelephonyManager.EXTRA_STATE_OFFHOOK -- but it's state is when I press call-button.. OFFHOOK is

[android-developers] IMarketBillingService do not created. Android 3.0

2011-08-08 Thread Vladimir Svydenko
Hello, guys! I want to implement In-app Billing app Have some problems with IMarketBillingService.java-file creating. I do these steps: 1. Create the following directory in your application's /src directory: com/android/vending/billing/ 2. Copy the IMarketBillingService.aidl file into the

[android-developers] Re: close cursor

2011-08-04 Thread Vladimir Svydenko
ull, query = select * from TableName E/Cursor  (  863): android.database.sqlite.DatabaseObjectNotClosedException: App lication did not close the cursor or database object that was opened here On Aug 3, 5:59 pm, Vladimir Svydenko vov...@gmail.com wrote: Hi, If You close cursor

[android-developers] Horizontall scrollview without spacing. For honeycomb

2011-08-04 Thread Vladimir Svydenko
Hi, guys! I want to create an app to Honeycomb devices. But now have some problems: For vertical orientation I created at bottom of device fragment in which show some images. I want to scroll this images in horizontal way. I used Gallery. But Gallery has spacing in the start and end. How to avoid

[android-developers] How to make icon of app on desktop? Problems with WebView

2011-08-03 Thread Vladimir Svydenko
Hi, guys! In my app I have one activity with WebView. When I push Home button and then click on icon my app -- web page do not reload - it is good. But in code I create icon manually: private void createIcon(int iconId){ final Intent shortcutIntent = new

[android-developers] Re: close cursor

2011-08-03 Thread Vladimir Svydenko
Hi, If You close cursor inside this method - it will return null. So, You do not need here closing cursor. Here You can get data from cursor and then close it. regards On Aug 3, 2:56 pm, Dev_red sktniranjanad...@gmail.com wrote: hi How to close cursor in following method? where i have to add

[android-developers] how to save content in webView after minimizing app? and do not reloading after restore app?

2011-07-30 Thread Vladimir Svydenko
Have question: in my app I have one webView. When I minimize application and re-open it - in webview I get white space. I want when I can minimize application and re-open it without reloading content... code here: public void onCreate(Bundle savedInstanceState) {

[android-developers] android gridview troubles

2011-07-28 Thread Vladimir Svydenko
Hi. have some troubles with GridView. after populate grid - height of each cell isn't actual Here google do not allow post this question (very long?) . See please on stackoverflow: http://stackoverflow.com/questions/6861445/android-gridview-troubles Can anybody help? -- You received this

[android-developers] Re: GPS Signals

2011-07-04 Thread Vladimir
Hello Accuracy of Network provider depends from cellular tower position and can vary from 100 meters to several kilometers. In small towns this value may be very large. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: The method parseInt(String) in the type Integer is not applicable for the arguments (Editable)

2011-07-04 Thread Vladimir
Try edtOp1.getText().*toString()*. And in future check variables types, please -- 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] Re: How to make a image work as a button

2011-07-04 Thread Vladimir
What about yourImageView.setOnTouchListener()? -- 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] Re: Can I get GPS fix?

2011-06-16 Thread Vladimir
No ideas? It's really bad.. -- 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] Can I get GPS fix?

2011-06-09 Thread Vladimir
Hi I have some problem with GPS satellites. In my app I'm using GpsStatus.Listener and I can find out how much satellites available right now. But even if there are more then 4 of them, it doesn't mean that I can get GPS fix (GPS icon in status bar is blinking). So, here is my question: is there

[android-developers] Emulator crashes (Because of concurrency, I think)

2010-12-13 Thread Vladimir Florentino
Hello, I've been wrestling for a few days with concurrency related to setting up different threads for a game app. I have made many versions, but they have all failed. At this point, I just want to get a basic concurrent setup going. The worst part is that it is the emulator that crashes, so DDMS

[android-developers] Re: Emulator crashes (Because of concurrency, I think)

2010-12-13 Thread Vladimir Florentino
I forgot to mention that I'm developing this on SDK 2.1 On Dec 13, 3:28 pm, Vladimir Florentino vinfo...@gmail.com wrote: Hello, I've been wrestling for a few days with concurrency related to setting up different threads for a game app. I have made many versions, but they have all failed

[android-developers] Simple code hangs the android emulator.

2010-12-13 Thread Vladimir Florentino
The following simple code irrecoverably hangs the android emulator. I know the first reaction is to say that it's the while(true){}. Just remember that this is a contrived example to show the issue. In my own code, I do the lifecycle activity as described in the docs. The issue is that the

[android-developers] Re: Market not updating?

2010-12-09 Thread Vladimir (CM)
One of our apps lost 2k total DLs and 12k active installs, which caused it to travel some 5-10 spots up and down the top free ranking. The Market team know how to keep us entertained. On Dec 8, 11:28 pm, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  

[android-developers] Re: Hello~~! I have a some question that how to get airplane mode.

2010-10-21 Thread Vladimir Ivanov
Settings.System.putInt(context.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, 1); Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); sendBroadcast(intent); -- С уважением, Владимир Иванов -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android Library Project

2010-07-09 Thread Vladimir Lebedev-Schmidthof
Hello Mark, I faced the same problem with attrs.xml in Library Project. Have you finally found the solution? On 23 май, 23:22, Mark Carter mjc1...@googlemail.com wrote: I'm sure that thelibrary.apk file error was because I had added thelibraryprojectto my appprojectbuild path. The other

[android-developers] custom attributes in library projects

2010-07-09 Thread Vladimir Lebedev-Schmidthof
Hello, Having custom attribute (in attrs.xml) in library project leads to compilation fail of the project dependent of that library. I.e.: MyLib project (library) AndroidManifest.xml: manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.mycompany.test.lib

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

2010-04-27 Thread Vladimir
OMG Google lied to me, things will never be the same, ba, moving to iPhone Well maybe Google employees have more important things to do than swimming across the atlantic to deliver free phones to random dudes who happened to publish 3.5* apps. They're rolling out OS updates pretty quickly,

[android-developers] Re: Getting a Dev phone.

2010-04-23 Thread Vladimir
I bought a Droid for development in December and use it with wifi. Bypassed activation by tapping the corners of the screen (I live in Europe so no other options for me). No issues at all with the device. On Apr 23, 2:17 am, Nathan nathan.d.mel...@gmail.com wrote: On Apr 22, 1:47 pm, Mark Murphy

[android-developers] Re: Weird OpenGL performance in Nexus one

2010-04-14 Thread Vladimir
for your scenario as that poor little thing is heavily fill-rate bound and blending only makes it worse. I'd love to know how you timed your code. On 13 Apr., 23:41, Vladimir vladimir.funti...@gmail.com wrote: Rokon got 60fps and my app just 55fps in average. I tried drawTexfOES

[android-developers] Re: App released but only tested using the emulator. Could you please test it to me?

2010-04-14 Thread Vladimir
Tried on 1.6 G1 and 2.1 Droid - no problems. Minor bug - when switching sound packs before starting the metronome with FCE off, for the first click the sound from the previous pack is used. Also, support for custom sounds will be among the first things users will ask for :) On Apr 14, 6:59 am,

[android-developers] Re: Is the Android Device Seeding Program over?

2010-04-13 Thread Vladimir
If I remember correctly the deadline was 02/28 Congrats on 4* with your first app by the way On Apr 10, 1:41 am, Robert Bonestell rbonest...@gmail.com wrote: Does anyone know if the Android Developer Device Seeding Program is over? Was it only applications that had 5k+ downloads a 3.5* rating

[android-developers] Re: Weird OpenGL performance in Nexus one

2010-04-13 Thread Vladimir
Rokon got 60fps and my app just 55fps in average. I tried drawTexfOES for backgrounds in Rokon and got 200+ fps with 4 or 5 alpha-blended layers on Droid, around 100-120 on G1. I also used it in a 3D game I wrote from scratch and there was a noticeable performance boost compared to quads. Canvas

[android-developers] Re: Android Phones

2010-04-12 Thread Vladimir
I used DA 2 years ago when I was working as a j2me developer, it went well, a bit slow but I was able to play the game and test what I wanted to test. Not a very pleasant experience but it got the job done. 2OP: ebay is your friend, I believe you can get a used G1 for $100-150, that's enough to

[android-developers] Re: Draw Text on GLSurfaceView

2010-04-12 Thread Vladimir
To add to what's been said above, if you need a static text or a simple numeric display, and don't want to bother writing a text renderer, you can use the code from samples/apis/graphics/spritetext On Apr 12, 5:39 pm, Renjith renjithkum...@gmail.com wrote: Hi, Can anyone help me to understand

[android-developers] Re: Force Close

2010-04-05 Thread Vladimir
Do you really need that SimpleSMS class to be an Activity? Because all you do is create an instance of that class. You don't actually launch that Activity, but you try to pass it on as a Context in a new intent. I'm pretty sure this is the source of NullPointerException. Also, as you've probably

[android-developers] Re: 2-D Graphics Performance after Motorola Droid 2.1 Update

2010-04-03 Thread Vladimir
Same here. Just updated manually, played my previous 3d 2d OGL games - 80-100 fps in native res, same as before. Then tried the 2D canvas game and it's much worse. Average fps isn't too bad at ~45 but it's jumping between 35 and 60 all the time. Used to be smooth 50-60 on 2.0.1, and now it's

[android-developers] Re: Max resolution for a game always?

2010-04-03 Thread Vladimir
0. Read this: http://developer.android.com/guide/practices/screens_support.html Also, there are a few great blog posts on the topic in... Google As I understand you're using Canvas. If so, you need to solve at least two problems: 1. Multiple screen resolutions (320x240 - 854x480) 2. Different

[android-developers] Re: advice + onclick help

2010-04-03 Thread Vladimir
new OnClickListener() { ... Intent i = new Intent(this, info.class); this here points to your OnClickListener instance, while you need Context. Try new Intent(getApplicationContext(), ...) instead On Apr 2, 12:22 am, Pedetre pede...@gmail.com wrote: Hello there, I'm new to android

[android-developers] Re: advice + onclick help

2010-04-03 Thread Vladimir
You're right, that was bad advice on my part, although I never had any problems with getApplicationContext() myself. On Apr 3, 9:57 pm, ~ TreKing treking...@gmail.com wrote: On Sat, Apr 3, 2010 at 4:01 AM, Vladimir vladimir.funti...@gmail.comwrote: this here points to your OnClickListener

[android-developers] Re: what's the best 2d engine and what's the tools I need to create a game?

2010-03-31 Thread Vladimir
I wrote a wall of text on engines and stuff, but the new shiny transparent awesome Opera crashed before I hit Send :/ so this one is short. I tried Cocos2D port 2 or 3 months ago when it was WIP and not fit for anything serious. It was a while back and things could've changed, IMHO the project

[android-developers] Re: Question for Admob users

2010-03-29 Thread Vladimir
I went with these permissions for 3-4 months and didn't ever see a geo- targeted advertisement on my phones. Maybe US users get them, but looking at CTR/eCPM I get a feeling it's all the same free games for ur %modelname% for them too. It's strange that your users are asking about it. I received

[android-developers] Re: Is this the way to prefent ScrollView to overlap/go under the button bar?

2010-03-10 Thread Vladimir
One possible solution is arranging your RelativeLayout like this: RelativeLayout android:id=@+id/ButtonBar android:layout_height=60dip android:layout_alignParentBottom=true ... ... /RelativeLayout ScrollView android:layout_above=@+id/ButtonBar ... ... /ScrollView Notice the layout_above

[android-developers] Re: How to get text under touch?

2010-03-10 Thread Vladimir
Something along the lines of: onTouchEvent(... MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_UP) { int x = (int) event.getX(); int y = (int) event.getY(); x -= widget.getTotalPaddingLeft(); y -= widget.getTotalPaddingTop(); x +=

[android-developers] Re: How to get text under touch?

2010-03-10 Thread Vladimir
forgot to mention that widget in the code is actually the TextView being touched. IIRC this code comes from ArrowKeyMovementMethod. Don't know about WebView or other components. On Mar 11, 1:16 am, Vladimir vladimir.funti...@gmail.com wrote: Something along the lines of: onTouchEvent

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

2010-03-10 Thread Vladimir
Verizon Droid works fine after bypassing the initial activation check (really easy). Obviously can't place calls on GSM network, but everything else is ok. On Mar 7, 4:13 am, anton.slut...@gmail.com anton.slut...@gmail.com wrote: Do Verizon phones even load without being hooked up to Verizon?  

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

2010-03-03 Thread Vladimir
This is pure win. I was browsing N1s on ebay when I got the mail. Love you Google. Congratulations everyone. On Mar 3, 2:46 am, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the email issues. Roman Nurik Android Developer Relations, Google NOTE:

[android-developers] Re: Getting Jamaica on the list of certified countries

2010-03-03 Thread Vladimir
The device probably needs to be certified (safety/efficiency/ compatibility/etc) by your local bureau of standards/certification board or similar organization. There are ways to get the phone anyway, just not from Google. On Mar 3, 3:23 am, harold campbell harold.campb...@gmail.com wrote: What

[android-developers] Re: really easy question... but not for me =P

2010-03-03 Thread Vladimir
Use intent.putExtra(key, value) in your 1st activity and access them using getIntent().getExtras() in the 2nd On Mar 3, 12:21 am, Kofa elk...@gmail.com wrote: I'm trying to read a variable from one activity to another... i explain better: I'm making a video game, so the user will have to chose

[android-developers] Re: making videogame - newbie need help =P

2010-02-25 Thread Vladimir
ImageView[] var1 = new ImageView[4]; var1[0].SetId(100); Wouldn't work with any non-primitive type. You only get an array of handles, need to initialize each object explicitly: ... var1[0] = new ImageView(...) var1[0].setId(100); ... With regards to the 1st question, you can create an instance

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-02-25 Thread Vladimir
@OP 5. Multiple versions of an app Didn't notice it first time. Aren't we already able to target our apps to specific API levels? Did that once, seemed to work. @Ken H This is very frustrating to me too, but I think this is a stupid/lazy user issue, not Google's fault. Google can't change the

[android-developers] Testing problem with ActivityInstrumentationTestCase2T -- Error when trying to access Activity under testing

2010-02-24 Thread vladimir kroz
I wrote a simplest test based on android.test.ActivityInstrumentationTestCase2. [sourcecode language=java] package andtest.threads.asynctask; import java.util.concurrent.ExecutionException; import andtest.R; import andtest.threads.asynctask.AsyncTaskDemo; import

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-02-22 Thread Vladimir
For me the most important thing lacking is communication. Recent Market updates, plans for the future? If they told us they're working on features X and Y, and expecting to release an update by date Z, I wouldn't worry so much. Or if they told us we WILL NOT add features X and Y because of Z. But

[android-developers] Re: Android Market Changed ranking

2010-02-21 Thread Vladimir
same here - last time I checked my free app didn't even make make top 100 in its category despite 4.5* and 40k DLs, and now it's around #60. There are still apps with 2x lower rating and DL count sitting some 20-40 places above mine, but it's a nice change On Feb 19, 11:44 am, Mr Pants

[android-developers] Re: cocos2d for Android updated: Please help test on real phone.

2010-01-26 Thread Vladimir
. This is probably caused by CCFormatter implementation. The rest seems to function as intended. All issues except #1 were reproduced in 100% tests. Keep up the good work and feel free to e-mail me if you need clarification or more testing - I am really interested in this project. Vladimir On Jan 26, 7

[android-developers] Re: How to close an application?

2010-01-21 Thread Vladimir
But my question is Why does user has to wait till android closes particular application, Instead why doesn't user do this? Because this is how it is done in Android. If you change it, users will get confused and eventually annoyed. On Jan 21, 3:58 pm, pink 444 pnk...@gmail.com wrote: Thanks for

[android-developers] Re: Removing the stack of Activity

2010-01-08 Thread Vladimir
Have you tried simply calling finish() for every activity you want to remove from stack? On Jan 7, 8:54 am, Beena swdeveloper2...@gmail.com wrote: Hi All, I have problem of removing activity. I have 5 Activities in sequence Activity1,  Activity2, Activity3, Activity4, Activity5. When I am at

[android-developers] Re: How to disable Home and End Call Key

2010-01-08 Thread Vladimir
override onKey* methods, return true if keyCode == home (back), otherwise return super.onKey*(keyCode, keyEvent) On Jan 8, 12:46 pm, Abhi... adkhadil...@gmail.com wrote: Hi, I am going to develop one application for android (As per client request). Which starts after booting of device. When

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

2010-01-08 Thread Vladimir
I think everyone is contacted at some point, I got e-mails from at least 4 different companies from China. Replied to one of them and got as far as signing a sort of license agreement and sending the strings for translation. They were probably put off by 170+ lines of text, and I haven't heard

[android-developers] Re: Resource not found errors for images referred to in a button image selector xml file

2010-01-06 Thread Vladimir
Instead of android:drawable=@drawable-ldpi/startstopin try android:drawable=@drawable/startstopin Just like you do for your normal HVGA screen. On small screens it will automatically look in the -ldpi directory and pick these images ahead of those in the default dir On Jan 5, 11:18 pm,

[android-developers] Re: Platform Eclair is a preview and requires appication manifests to set minSdkVersion to 'Eclair'

2010-01-05 Thread Vladimir
I guess you should try minSdkVersion=5 or 6 On Jan 5, 12:25 pm, skan95 ska...@hanmail.net wrote: Dear All. I will try to modify native Camera package in Eclipse. So, I make Camera project in Eclipse and try to compile it. But, Platform Eclair is a preview and requires appication manifests

[android-developers] Re: Sending market link in mail

2010-01-05 Thread Vladimir
I believe this thread is what you're looking for: http://groups.google.com/group/android-developers/browse_thread/thread/93e3a1591ec0da37/98cddf6f6604eabd On Jan 5, 2:18 pm, sheik sheik...@gmail.com wrote: hello developers , help me on this issue ..  thanks.. On Jan 5, 11:36 am, sheik

[android-developers] Re: Null pointer exception

2010-01-05 Thread Vladimir
What do you think about this: 1. Cursor created in onContextItemSelected() is null (for some reason) 2. Since its lifecycle is managed by the activity (startManagingCursor (c)), it tries to release it when the activity is stopped (when the new intent is launched) 3. It doesn't expect managed

[android-developers] Re: Android Dev Phone with Verizon?

2010-01-04 Thread Vladimir
You wiil be able to install your apps on non dev phone OTA or over USB without issues. On Jan 4, 9:35 pm, Tommy Hartz to...@webpro.com wrote: Ok, how would I be able to install my apps on the non dev phone? Is there a crack kind of like jail breaking and iPhone or would I need to upload it to

[android-developers] Re: Where can I get adds for my application?

2010-01-03 Thread Vladimir
What about Quattro Wireless? I'm generally satisfied with AdMob, but it would be nice to hear from someone working with other advertisers. On Jan 3, 3:25 pm, ko5tik kpriblo...@yahoo.com wrote: As adsense for mobile is still beta,   they accept only apps with 100K views a day ( and your is

[android-developers] Blank textures on Droid (OpenGL)

2009-12-28 Thread Vladimir
on emulator). And I don't have the Droid, so I can't just try whatever comes to my mind. Asked users to send me logs - no errors, all models and images appear to load normally. Did anyone experience anything like that? If I come up with a test app, can anyone with a Droid take a look? Thanks, Vladimir

[android-developers] Re: Unable to test applications on physical device

2009-12-28 Thread Vladimir
I had exactly the same problem until I realized I forgot to enable USB debugging on the device. On Dec 26, 12:49 pm, Uru uruw...@googlemail.com wrote:  Hi there, I hope I am posting in the right place, sorry if I am not. Just started developing apps and am having a small problem. I can test

[android-developers] Re: How can I put a TextView on a Layout without using an xml-file? What is wrong in my code?

2009-12-28 Thread Vladimir
It depends on what you want to achieve. For common tasks, setGravity and setPadding should do the job. Also I don't think it's a good idea to rely on AbsoluteLayout unless it is really necessary. You could try a more flexible LinearLayout and use orientation gravity to position children. In this

[android-developers] Re: Alternate app store

2009-12-27 Thread Vladimir
I can share my experience with AndAppStore and SlideMe if that helps. Feature-wise both are good, but each of them barely made 1% of total downloads over the last month. According to AAS stats, most of the traffic comes from Archos devices running Cupcake and non-android users (35% and 28% in my

[android-developers] Re: Map is not displaying even the settings are correct

2009-11-12 Thread vladimir kroz
I have simial issue. When using an emaulator, same MapView works fine on one of my machines while doesn't show map on another. When running same application on real device - everything works fine. Any idea? On Nov 10, 11:49 pm, naveenballa naveenball...@gmail.com wrote: i am running the mapdemo

[android-developers] Re: Draw GLSurfaceView to a Bitmap

2009-11-05 Thread Vladimir
I ran across this yesterday: http://www.anddev.org/opengl_performance_question-t751.html It's an old thread, but the 2nd post might be helpful. On Nov 4, 7:32 pm, yammada adam.h...@gmail.com wrote: I have an application that uses GLSurfaceView to draw OpenGL ES graphics.  This is all working

[android-developers] Re: MediaPlayer -- shoutcast radio streaming creates a lag in playback

2009-11-02 Thread Vladimir B
Should I use two files and swap between them while playing and downloading? On Nov 1, 2009 10:44 PM, Vladimir odess...@gmail.com wrote: Hello, all! I've been working on an app to stream some radio content. I get the stream and save it to a file. When there is enough of it to play, I invoke

[android-developers] MediaPlayer -- shoutcast radio streaming creates a lag in playback

2009-11-01 Thread Vladimir
Hello, all! I've been working on an app to stream some radio content. I get the stream and save it to a file. When there is enough of it to play, I invoke MediaPlayer and pass in the file. Here is the question...since MediaPlayer sees only the portion of the mp3 file that has already been

[android-developers] TabHost Issue

2009-09-24 Thread Vladimir
switching between the 'subactivities'?? The reason I'm using the MainActivity is because I can extend the appropriate Activity class (ListActivity, etc) in all of the other activities. Any help would be appreciated! Thanks! Vladimir --~--~-~--~~~---~--~~ You

[android-developers] Re: TabHost Issue

2009-09-24 Thread Vladimir
So basically, can I start the NowPlayingActivity from the AllRadiosActivity through the MainActivity, so as not to loose the tabs?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: TabHost Issue

2009-09-24 Thread Vladimir
Here is the answer: TabActivity parentActivity = ((TabActivity) getParent()); parentActivity.setIntent(myIntent); parentActivity.getTabHost().setCurrentTab(3); Run this within the child activity.

[android-developers] Coexistence of custom adb and original adb module

2009-06-18 Thread Vladimir
? Thanks, Vladimir --~--~-~--~~~---~--~~ 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

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-14 Thread Vladimir
, Vladimir Stepanov On Apr 14, 3:30 am, Xavier Ducrohet x...@android.com wrote: Hello developers! I'm pleased to announce the release of an early look of the Android 1.5 SDK. More information and download link at:http://android-developers.blogspot.com/2009/04/getting-ready-for-andr... Have fun

[android-developers] Fring on Android Dev Phone 1 (HTC) ATT provider

2009-03-30 Thread Vladimir Kelman
Is Fring VOIP software compatible with Android Dev Phone 1 (ATT provider)? --~--~-~--~~~---~--~~ 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: The Source Code of Location Platform

2009-02-24 Thread Vladimir
Hi, try this http://android.git.kernel.org/ or http://www.google.com/codesearch (http://www.google.com/codesearch/p? hl=en#uX1GffpyOZk/location/java/android/location/ LocationProvider.javaq=LocationProvider%20lang:java) On 24 фев, 11:54, Mohamed Amir mohamed.a...@gmail.com wrote: Hi, I need

[android-developers] Android Dev Phone Battery life

2008-12-19 Thread Vladimir Kelman
Hi! For how long do your Android Phone Batteries stay after being fully charged? It's kind of bad to me: just 3-4 days. My simple Samsung phone was working a week without recharging. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: G1 activation problem

2008-12-17 Thread Vladimir Kelman
@Alex, you're right - it is always a monopoly. I was surprised to find out that I basically have only two expensive choices for broadband Internet connection: Verizon DSL or Comcast cable. Hopefully it will change some time... Barac said something about importance of broadband Internet connection

[android-developers] Re: ATT on dev phone, data connection not working

2008-12-17 Thread Vladimir Kelman
Does your ATT account includes PDA package? Although I saw messages here, that Dev Phone works even without it (through wi-fi?), I upgraded my ATT to include PDA ($30 extra per month) and my phone works with usual settings http://pro-thoughts.blogspot.com/2008/12/android-dev-phone-1-and-at.html

  1   2   >