[android-developers] Rendering 24 bit RGB using Android Bitmap

2010-12-09 Thread KK
Hi, Is there anyway I can render a 24 bit RGB using Android Bitmap class? The Bitmap.Config does not seem to have a 24 bit option. Is there anyway to do this? Thanks in advance KK -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android 2.3 and obfuscation.

2010-12-09 Thread swarup
Check proguard. This can used for any apk independent of SDK http://developer.android.com/guide/developing/tools/proguard.html On Dec 9, 2:11 am, sblantipodi perini.dav...@dpsoftware.org wrote: Hi all... The new SDK is capable of obfuscating the resulting APK simply by compiling the sources.

[android-developers] monkeyrunner fails for emulator: Error starting command: monkey --port 12345

2010-12-09 Thread swarup
Hi, I am trying to run 'monkeyrunner' tool for emulator and I end up with the below error: 101209 13:12:11.321:I [main] [com.android.monkeyrunner.MonkeyManager] Monkey Command: wake. 101209 13:12:14.345:S [pool-1-thread-1]

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread oriharel
Well, I can't put a TextView inside a LinearLayout by drag n' drop at all. am I missing something? On Dec 9, 4:12 am, Xavier Ducrohet x...@android.com wrote: hey all, We're actively working on the editor, so this is good feedback. The new editor in 8.x might look the same, but it's

[android-developers] Re: ADT8 proguard integration not reading proguard.cfg

2010-12-09 Thread swarup
get a clue from http://proguard.sourceforge.net/manual/examples.html#androidapplication the defualt proguard.cfg file might not work w/o additional tweaks. On Dec 8, 9:08 pm, jb cona...@gmail.com wrote: Hi, I just updated my SDK to 2.3 and ADT to 8.01. I updated 'default.properties' to

Re: [android-developers] Rendering 24 bit RGB using Android Bitmap

2010-12-09 Thread Romain Guy
Hi, Just use the ARGB_ configuration and make sure all your pixels are opaque. On Wed, Dec 8, 2010 at 11:54 PM, KK krishnakumar.ramachand...@gmail.comwrote: Hi, Is there anyway I can render a 24 bit RGB using Android Bitmap class? The Bitmap.Config does not seem to have a 24 bit

[android-developers] what's the bnds mean in logcat

2010-12-09 Thread Ernest
Hi,Folk Have you ever seen the log such as: 12-09 16:14:24.456: INFO/ActivityManager(60): Starting activity: Intent { act=android.intent.action.MAIN flg=0x1010 cmp=com.test.Start/.Start bnds=[0,101][320,165] } Do you know the meaning of bnds? Thank you very much. -- You received this

[android-developers] Re: monkeyrunner fails for emulator: Error starting command: monkey --port 12345

2010-12-09 Thread swarup
the same issue also seen on ADP1. I tried tunning monkeyrunner on ADP1, and got the exact the same error. Looks like not emulator problem, might be a ADB code issue. did anyone face similar issue? On Dec 9, 1:02 pm, swarup me.s...@gmail.com wrote: Hi, I am trying to run 'monkeyrunner' tool

[android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-09 Thread Ecthelion
On 8 Dez., 20:52, Mark Murphy mmur...@commonsware.com wrote: On Wed, Dec 8, 2010 at 2:40 PM, Ecthelion ep...@joergjahnke.de wrote: But if I should find one of these resource names thereby, how will I know whether the code inside the library relies on the old string format or whether it

Re: [android-developers] what's the bnds mean in logcat

2010-12-09 Thread Dianne Hackborn
bounds, rectangle of the screen from which the intent originated. On Thu, Dec 9, 2010 at 12:28 AM, Ernest sunkil...@gmail.com wrote: Hi,Folk Have you ever seen the log such as: 12-09 16:14:24.456: INFO/ActivityManager(60): Starting activity: Intent { act=android.intent.action.MAIN

[android-developers] TabActivity resulting in a crash.

2010-12-09 Thread ColletJb
Hi, I have a small issue i hope someone will be able to help me. Basically, I've a listactivity, and when the user clicks a line, it starts a tabactivity. The tabactivity starts with downloading a content in a separate thread and when it's done, the runOnUI method is used to create the sub-tabs

[android-developers] Re: TableRow not on top of each others

2010-12-09 Thread Christophe
hello Bret, I have try to put it in a vertical LinearLayout but the result is the same ... On Dec 8, 7:06 pm, Bret Foreman bret.fore...@gmail.com wrote: Try putting your TableLayout inside a LinearLayout with vertical orientation. -- You received this message because you are subscribed to

[android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-09 Thread oriharel
fill_parent should not be deprecated. it has different functionality then match_parent On Dec 9, 1:19 am, Zsolt Vasvari zvasv...@gmail.com wrote: fill_parent has been deprecated since 2.2.  It's now match_parent On Dec 8, 10:01 pm, Julian cacif...@gmail.com wrote: Also de up and down

[android-developers] Browser screen flickering

2010-12-09 Thread Nitin Mahajan
Hello, I am running the Android 2.2 rowboat-Froyo on a OMAP 3503 based board, and have the evaluation version Adobe Flash plugin installed. After I browse any website with flash content in it, I can see a lot of flickering on the Browser when ever I do scrolling on the page, on any website

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-09 Thread String
Just yesterday I was getting a segfault from 2.2 at 0xdeadbaad. Not consistently, but I certainly saw that address show up a couple of times. Hah. String -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Does getBestLastKnownLocation block?

2010-12-09 Thread Kostya Vasilyev
09.12.2010 4:49, Greg Giacovelli пишет: Kostya, Is it just not able to get a fix or does your phone display become completely black? If it just is not getting a fix then yes we know of that issue. But on phones where the screen goes black reoccurs even when restarting the phone (and consequently

[android-developers] TextView.setError() strange behavior

2010-12-09 Thread Etienne
The documentation for the method TextView.setError() says that the method: Sets the right-hand compound drawable of the TextView to the error icon and sets an error message that will be displayed in a popup when the TextView has focus. The icon and error message will be reset to null when any key

[android-developers] Re: 安卓联航公司招聘And roid人才

2010-12-09 Thread James
招聘帖子居然没有被和谐掉。。probably the group administrators just have no idea what you are talking about 哈哈 On Dec 6, 9:13 pm, 何斌斌 hbbs...@gmail.com wrote: 一、企业介绍: 安卓联航软件科技(北京)有限公司:http://www.andlisoft.com 二、职位描述: 从事Android相关软件的开发 三、职位要求: 1. Java技术扎实,同时有C++与Java开发经验优先; 2.

[android-developers] drawing 2D - vector based paths arcs etc

2010-12-09 Thread dashman
i'd like to get some info on how to draw vector based paths, arcs and other shapes. can someone point me in the right direction. thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: TextView.setError() strange behavior

2010-12-09 Thread Etienne
So i had a listener that i thought i got rid of but it was still in the code: emailEntry.setOnKeyListener(new View.OnKeyListener() { public boolean onKey(View v, int keyCode, KeyEvent event) { emailEntry.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);

[android-developers] Problem of debug build.

2010-12-09 Thread Farproc
I have upgraded to Android SDK 2.3(with Android SDK Tools, version 8 Android SDK Platform-tools, version1) and ADT/DDMS Version: 8.0.1.v201012062107-82219. But I can't use the debug build feature. I remove debuggable attribute in the AndroidManifest.xml of my project because the doc says

Re: [android-developers] drawing 2D - vector based paths arcs etc

2010-12-09 Thread Kostya Vasilyev
Canvas.drawPath: http://developer.android.com/reference/android/graphics/Canvas.html Path: http://developer.android.com/reference/android/graphics/Path.html addArc, arcTo, etc. -- Kostya 09.12.2010 13:34, dashman пишет: i'd like to get some info on how to draw vector based paths, arcs and

Re: [android-developers] Problem of debug build.

2010-12-09 Thread Kostya Vasilyev
Same here. Eclipse Helios SR1, ADT 8.0.1, Motorola Milestone. Would like to know the answer as well. -- Kostya 09.12.2010 13:43, Farproc ?: I have upgraded to Android SDK 2.3(with Android SDK Tools, version 8 Android SDK Platform-tools, version1) and ADT/DDMS Version:

[android-developers] setOverScrollMode ListView

2010-12-09 Thread pedr0
Hi at all, in the API documentation of ListView (http://developer.android.com/ reference/android/widget/ListView.html) I read that ListView class is a child of android.widget.AbsListView but when I try to call the method setOverScrollMode(int mode) I get a compiler error.. See documentation

Re: [android-developers] setOverScrollMode ListView

2010-12-09 Thread Kostya Vasilyev
Are you building your project with Android 2.3? 09.12.2010 14:01, pedr0 пишет: Hi at all, in the API documentation of ListView (http://developer.android.com/ reference/android/widget/ListView.html) I read that ListView class is a child of android.widget.AbsListView but when I try to call the

[android-developers] Re: TableRow not on top of each others

2010-12-09 Thread Christophe
finally found the problem : I had 2 table row with the same id ... On Dec 9, 10:16 am, Christophe christophe.lebesner...@gmail.com wrote: hello Bret, I have try to put it in a vertical LinearLayout but the result is the same ... On Dec 8, 7:06 pm, Bret Foreman bret.fore...@gmail.com wrote:

Re: [android-developers] Installation of GALAXY Tab add-on

2010-12-09 Thread Sutanto 苏坦托
I have problem like yours, but although still appear in available packages it also appear in intalled packages so I can create AVD base on Samsung Galaxy Tab SDK On Thu, Dec 9, 2010 at 2:52 AM, Farproc farp...@gmail.com wrote: I have installed GALAXY Tab add-on in SDK And AVD manager, but it

[android-developers] Re: setOverScrollMode ListView

2010-12-09 Thread pedr0
Yes I do. On 9 Dic, 12:04, Kostya Vasilyev kmans...@gmail.com wrote: Are you building your project with Android 2.3? 09.12.2010 14:01, pedr0 пишет: Hi at all, in the API documentation of ListView (http://developer.android.com/ reference/android/widget/ListView.html) I read that

[android-developers] Image zooming functionality in Android just like the iphone

2010-12-09 Thread Ajmer Singh
Hi All I am working on an android app where i need to implement an image zooming functionality(zoom will work by moving fingers apart and bringing them together will zoom out the image).This is just like the way iphone does. Could anyone please let me know is this possible?,Does Android provide

[android-developers] Re: setOverScrollMode ListView

2010-12-09 Thread pedr0
Excuse-me, I am developing with 2.2 SDK. On 9 Dic, 12:04, Kostya Vasilyev kmans...@gmail.com wrote: Are you building your project with Android 2.3? 09.12.2010 14:01, pedr0 пишет: Hi at all, in the API documentation of ListView (http://developer.android.com/

[android-developers] Re: ProGuard Integration?

2010-12-09 Thread jb
Hi Xavier, I just updated my SDK to 2.3 and ADT to 8.01. I updated 'default.properties' to include: proguard.config=proguard.cfg proguard.cfg is in my project root directory. One of the entries in my proguard.cfg is '-dontskipnonpubliclibraryclasses' When I run a release with ant (or export with

Re: [android-developers] Re: setOverScrollMode ListView

2010-12-09 Thread Kostya Vasilyev
There you go. setOverscrollMode is new with API level 9. You need to update your build environment and project settings to Android Platform SDK 2.3 -- Kostya 09.12.2010 14:51, pedr0 пишет: Excuse-me, I am developing with 2.2 SDK. On 9 Dic, 12:04, Kostya Vasilyevkmans...@gmail.com wrote:

[android-developers] Can't access SurfaceFlinger

2010-12-09 Thread 袁堂夫
Hi everyone, I am using uses-permission android:name=android.permission.ACCESS_SURFACE_FLINGER / to access the SurfaceFlinger. But I am getting the error *W/ServiceManager( 59): Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10036 pid=325

[android-developers] Problem Using Tamil font(Latha.ttf)

2010-12-09 Thread FTCube
I need to use tamil on textviews in my app so I create a TypeFace from assets and set it to the textview. The characters appear out of order for combined characters. I load the strings from the resources.(string.xml in utf-8 encoding) How to solve this issue? -- You received this message because

[android-developers] Package Missing 2.3 Sample Application

2010-12-09 Thread gopu
I tried to build the NFC sample application FakeTagsActivity . I am getting the error for the packages starts with com.google.common.base import com.google.common.base.Charsets; import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableMap; import

Re: [android-developers] Image zooming functionality in Android just like the iphone

2010-12-09 Thread guillaume benats
Android zoom works already that way for version 2.1 and greater On Thu, Dec 9, 2010 at 11:51 AM, Ajmer Singh ajmersing...@gmail.com wrote: Hi All I am working on an android app where i need to implement an image zooming functionality(zoom will work by moving fingers apart and bringing them

[android-developers] Re: Problem Using Tamil font(Latha.ttf)

2010-12-09 Thread gopu
Grouping the characters handled by the Skia Graphics lib with the Shaping Engine,For Tamil i don't think any shaping engines are Available now with Android. On Dec 9, 5:26 pm, FTCube fasttrackc...@gmail.com wrote: I need to use tamil on textviews in my app so I create a TypeFace from assets and

[android-developers] Re: JPEG Image has a map

2010-12-09 Thread sal
Thanks Igor, it was very useful On Dec 9, 2:35 am, ip332 iprile...@gmail.com wrote: Here is the actual code to show an image on top of the Google map. Regards Igor === package com.map.overlay; import java.util.List; import com.google.android.maps.GeoPoint; import

Re: [android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 3:50 AM, Ecthelion ep...@joergjahnke.de wrote: Brilliant. But that essentially means that I cannot be 100% sure that my changes would not cause undesired side effects. You can't be 100% sure of anything with a third-party library. How do you ensure that you are passing

Re: [android-developers] Edittext mask

2010-12-09 Thread Rogério de Souza Moraes
Hi TreKing, thanks for helping me. i created an video on youtube to show the problem: http://www.youtube.com/watch?v=pwZp9s9su10 The source code: http://pastebin.com/FKSvzSSb http://pastebin.com/rj0M3RCR Regards, Rogerio 2010/12/8 TreKing treking...@gmail.com 2010/12/7 Rogério de Souza

Re: [android-developers] TabActivity resulting in a crash.

2010-12-09 Thread Mark Murphy
You have a NullPointerException at ItemListActivity.java line 75. On Thu, Dec 9, 2010 at 4:06 AM, ColletJb collet...@gmail.com wrote: Hi, I have a small issue i hope someone will be able to help me. Basically, I've a listactivity, and when the user clicks a line, it starts a tabactivity.

Re: [android-developers] Are activity managed cursors requeried on the UI thread?

2010-12-09 Thread Mark Murphy
You do not need to manage all cursors, regardless of thread. Managing a SQLiteCursor may not be a bad idea, but it is not required. On Thu, Dec 9, 2010 at 2:39 AM, Jonas Schwertfeger jschwertfe...@gmail.com wrote: From looking at Activity's source code it seems like managed cursors are

Re: [android-developers] Are activity managed cursors requeried on the UI thread?

2010-12-09 Thread Mark Murphy
Whoops. I read required where you had requeried. A managed cursor will re-run the query on the main application thread. I do not know of a way around that, other than to have the Cursor not be managed. On Thu, Dec 9, 2010 at 8:27 AM, Mark Murphy mmur...@commonsware.com wrote: You do not need to

Re: [android-developers] Re: Market not updating?

2010-12-09 Thread David Erosa García
On Wed, Dec 8, 2010 at 10:28 PM, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  Both of my apps' total counts went down today.  Active installs can drop but total count shouldn't! Now my total downloads active installs counts are also dropping!

[android-developers] Re: Child View events in adapter for gallery

2010-12-09 Thread sunrises
Hi Treking, Thank you for your reply case 1:when I added click listeners for each image in the adapter then the gallery app stopped scrolling, so I chosen another alternative case 2:in which I used HorizontalScrollView which consists in LinearLayout as child aging this LinearLayout contains a lot

Re: [android-developers] Re: Back button problem

2010-12-09 Thread YuviDroid
So...if you have 2 items in your listview and you delete one...and call your method that reloads the list you get 3 items instead of 1? Probably you just have to empty the list before re-adding the items that are in the db. On Thu, Dec 9, 2010 at 4:53 AM, pramod.deore

[android-developers] Re: Market not updating?

2010-12-09 Thread Chris Johnson
My Total Downloads dropped too. And my active installs dropped a lot faster today than other days. On Dec 9, 7:48 am, David Erosa García soul...@gmail.com wrote: On Wed, Dec 8, 2010 at 10:28 PM, WhitneyApps whitneya...@gmail.com wrote: There is something weird going on in the market.  Both of

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-09 Thread Felix Oghina
I've had the same problem with JTPL http://jtpl.sf.net/ The solution I've found (not the best solution, but a pretty quick and simple one) was to actually get the source code of the library and include it in the project. I.e. now I have the packages: com.android.vending.licensing;

[android-developers] double buffering OpenGL ES

2010-12-09 Thread Paolo
Hi there, I'm a newbie in OpenGL and OpenGL ES. I need some clarifications about double buffering in Android. I read Android supports implicit double-buffering for OpenGL, is right? Could I manage it or it is totally controlled by Android? Thanks in advance. Paolo -- You received this message

[android-developers] double buffering OpenGL ES

2010-12-09 Thread Paolo
Hi there, I'm a newbie in OpenGL and OpenGL ES. I need some clarifications about double buffering in Android. I read Android supports implicit double-buffering for OpenGL, is right? Could I manage it or it is totally controlled by Android? Thanks in advance. Paolo -- You received this message

[android-developers] Re: setOverScrollMode ListView

2010-12-09 Thread pedr0
Thanks so much. On 9 Dic, 13:15, Kostya Vasilyev kmans...@gmail.com wrote: There you go. setOverscrollMode is new with API level 9. You need to update your build environment and project settings to Android Platform SDK 2.3 -- Kostya 09.12.2010 14:51, pedr0 пишет: Excuse-me,

[android-developers] testing NDK on HTC Magic

2010-12-09 Thread Alexander
Hello everybody. I'm trying to port an app using NDK in order to be capable of reusing the C code of the application. starting to work with the libs, i tested bitmap-plasma from the sample projs and i'ts working OK in the emulator (target 2.2), but when uploaded to the device (HTC Magic. system.

[android-developers] Re: Installation of GALAXY Tab add-on

2010-12-09 Thread Streets Of Boston
Yep, same problem here. First i didn't check the 'installed packages' and did an install again from the 'available packages'. Now it shows up twice in my installed emulator targets I bet that if i installed it 'again', it will show up three times... :-) On Dec 9, 5:52 am, Farproc

[android-developers] Re: Market not updating?

2010-12-09 Thread Yahel
Guys, it is notorious that the only thing the Market console allows you to do is post your app and update it. It already has a lot of trouble doing this, don't expect anything else from it. The numbers you see are random at worth, hints at best. The market console is a temporary-we'll make it

Re: [android-developers] Re: Installation of GALAXY Tab add-on

2010-12-09 Thread Kevin Yuan
Yes, I have installed it more than 5 times and it ends up with more than 5 that add-ons in the list. 在 2010-12-9 下午11:01,Streets Of Boston flyingdutc...@gmail.com写道: Yep, same problem here. First i didn't check the 'installed packages' and did an install again from the 'available packages'.

[android-developers] What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Rich
I have gotten a few emails from proprietary app stores that offer distribution to their network of devices that don't come with the Android Market. Are these a sham? Are there any legit ones that stand out? I like the idea of one centralized market so that my download/rating metrics are

[android-developers] Re: testing NDK on HTC Magic

2010-12-09 Thread Alexander
i'm seeing that there is an Application.mk with the directive APP_ABI := armeabi armeabi-v7a. i commented this line to check if the device couldn't support it. but it still says Library plasma Not Found -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: testing NDK on HTC Magic

2010-12-09 Thread Alexander
ok i just saw that the code is using ljnigraphics. and thats for = 2.2. so that's pretty much it.. -- 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

[android-developers] Button color - StateListDrawable question

2010-12-09 Thread AUandroid
I am allowing the user to change the color of the buttons. I want to maintain the default drawables used for focused and onPressed state and apply the color only when the button is neither pressed nor focused. I am currently achieving this by checking the state of the view in onDraw() on the

Re: [android-developers] Button color - StateListDrawable question

2010-12-09 Thread Mark Murphy
The StateListDrawable and nine-patch PNG resources used by a Button are in your SDK. Copy them into your project and modify to suit. On Thu, Dec 9, 2010 at 10:24 AM, AUandroid thevk...@gmail.com wrote: I am allowing the user to change the color of the buttons. I want to maintain the default

[android-developers] Re: Button color - StateListDrawable question

2010-12-09 Thread AUandroid
thanks, I will try that way On Dec 9, 9:26 am, Mark Murphy mmur...@commonsware.com wrote: The StateListDrawable and nine-patch PNG resources used by a Button are in your SDK. Copy them into your project and modify to suit. On Thu, Dec 9, 2010 at 10:24 AM, AUandroid thevk...@gmail.com wrote:

[android-developers] Re: ADT8 proguard integration not reading proguard.cfg

2010-12-09 Thread dooblou
I am having the same issues. I previously used the tutorial on the official Android Developers Blog to set up an Ant build that integrated ProGuard and it all worked fine. After updating the SDK and tools to 2.3, that automated build broke, so I tried using the new integration method for Eclipse

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Maps.Huge.Info (Maps API Guru)
I would be wary of the Chinese companies, you have no control over what they do and payment would be problematic. Most of the others are legitimate and offer an alternative to the somewhat quirky Android market. The issue isn't the companies offering these services, it's one of being in a small

[android-developers] Conflicts with framework classes

2010-12-09 Thread BoD
Hi! I have a project that uses a library (a jar file in the project) that defines classes in the javax.sip package. Until now it worked fine. But when trying in a 2.3 emulator, it appears that the same classes (but probably a different version) already exist in the framework, and that causes

[android-developers] Re: ProGuard Integration?

2010-12-09 Thread Robert Nekic
Hi Xavier, I updated from Ant 1.7.1 to 1.8.1 but that did not change anything. I also updated to ADT 8.0.1; I hadn't noticed the quick follow-up to it. I now see more information in my Console view. I'm getting all kinds of Warnings (239 to be exact) that x.y.z can't find referenced class

Re: [android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-09 Thread chaozh
I still can not solve it with adding 'n$' prefix for every format string. The error still exist. I'm using android-8 tools but compile with android 2.1 sdk. Is it only used for android 2.3 sdk compiling enviroment? I tried to add formatted=false in this string line, just like: string name=my name

[android-developers] Re: Child View events in adapter for gallery

2010-12-09 Thread sunrises
My concept is similar to http://lifehacker.com/5636202/droidiris-is-a-gesture+based-google-images-search-tool On Dec 9, 7:08 pm, sunrises surya@gmail.com wrote: Hi Treking, Thank you for your reply case 1:when I added click listeners for each image in the adapter then the gallery app

Re: [android-developers] What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread TreKing
On Thu, Dec 9, 2010 at 9:10 AM, Rich aguynamedr...@gmail.com wrote: Are these a sham? Probably some. Are there any legit ones that stand out? AndAppStore, SlideMe, and the upcoming Amazon store, stand out based on what I've seen around here. I like the idea of one centralized market so

Re: [android-developers] sqlite3 on Android

2010-12-09 Thread Michael MacDonald
The initial cursor position is before the first row. You have to moveToNext() or moveToFirst( before you get any data out of the cursor. On 12/09/10 01:36, kypriakos wrote: I have the following code that accesses data on a database residing in /data/data/app name/databases (I copy my

[android-developers] Re: LVL and 2.3 Emulator

2010-12-09 Thread Goddchen
same problem here... :( On 8 Dez., 03:58, Nick nick1...@gmail.com wrote: I have LVL working with my app and am able to test it with the 2.2 Google API emulator. I updated to 2.3 and created a 2.3 Google API emulator. I signed in with you dev account on the emulator just like before, but now I

Re: [android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-09 Thread chaozh
If there is only one format tag in single string line, do I need add '1$' prefix for it? I don't know what happened on my strings file. I also tried to add the prefix for that string line reported by aapt, but It also tell me the same error is on this line. I don't know what it really used for

[android-developers] ADB drivers for Windows XP available for Android devices

2010-12-09 Thread Gus
Hi All: I have the Viewsonic G Tablet with Android 2.2, and I want to debug my own programs. Once I connected to my PC (Windows XP), it was recognized and I'm able to access the tablet as a Mass Storage Device. However, when I want to debug the application, the tablet it's not being recognized as

[android-developers] Samsung-Specific Media Player Errors

2010-12-09 Thread Rich
Hello! I'm having some significant issues with MP3 streaming on large files on Samsung Devices with Android 2.1 (ie, the Samsung Galaxy S). This is using mfrederick's NPR-code for streaming mp3 support. Has anybody else encountered this? Does anybody have a Samsung phone which allows side-loading

Re: [android-developers] Conflicts with framework classes

2010-12-09 Thread Mark Murphy
On Thu, Dec 9, 2010 at 10:53 AM, BoD bodl...@gmail.com wrote: I was kind of assuming that in such cases the project classes would take over but in my instance it seems it's not the case. Is this behavior expected or an anomaly? That behavior is expected. AFAIK, the project cannot override the

[android-developers] Re: SyncAdapter questions: monitoring sync status; getting sync settings; sync icon

2010-12-09 Thread focuser
anyone could help please? On Dec 3, 2:11 pm, focuser linto...@gmail.com wrote: Thanks, but like I've already said in the message, The ContentResolver.addSyncStatusListener method seems not useful since it notifies SyncStatusObserver when the sync status of any SyncAdapter changes, not the

Re: [android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-09 Thread chaozh
The problem solved now. The error reported by Eclipse made me confusion. It also made me think this change does not work. Seems there is redundancy error after I made a right change. Anyway, everything is ok now. Thanks a lot! -- You received this message because you are subscribed to the Google

Re: [android-developers] sqlite3 on Android

2010-12-09 Thread H
Personally, I use the following logic which caters nicely for no rows as well: if (cursor != null) { cursor.moveToPosition(-1); while (cursor.moveToNext()) { // doSomething with cursor row } cursor.close(); } -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] ADB drivers for Windows XP available for Android devices

2010-12-09 Thread Kostya Vasilyev
Gus, As first step, enable ADB in device settings (on the tablet). There is no generic driver for ADB. Each device uses its own UPnP vendor device IDs, although I understand all NVidia Tegra based devices use the same ones. Some manufacturers do provide an ADB driver (Samsung, Motorola).

Re: [android-developers] sqlite3 on Android

2010-12-09 Thread Kostya Vasilyev
No need to explicitly move to position -1 - it's the initial position. Just doing while (moveNext()) is fine. 09.12.2010 20:00, H ?: Personally, I use the following logic which caters nicely for no rows as well: if (cursor != null) { cursor.moveToPosition(-1); while

[android-developers] Re: Conflicts with framework classes

2010-12-09 Thread BoD
Thanks a lot for your answer. You probably think of jarjar links (http://code.google.com/p/ jarjar/). I'm a bit surprised though because I seem to remember 'redefining' other libraries (HttpClient, and some XML lib) and we never had a problem. If somebody from the Android team could confirm

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Phil Endecott
On Dec 9, 3:10 pm, Rich aguynamedr...@gmail.com wrote: I have gotten a few emails from proprietary app stores that offer distribution to their network of devices that don't come with the Android Market. Are these a sham? Are there any legit ones that stand out? I've also been looking into

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Brill Pappin
I'm only a week into deploying my first paid app, and already I'm not happy with the Google Market. There are basic features for a developer that are missing. For instance I've been manually recording counts and statistics for my apps to see how the adoption rates change with the versions. I'm

[android-developers] Re: Proguard and Conversion to Dalvik format failed with error 1

2010-12-09 Thread Felix
Here's an update. Ant stopped working at one point so I got desperate and Googled around and finally did this: touch `find .` In my workspace directory (which updates all the files' modification dates). Then refresh every project in Eclipse (select it and press F5), then clean all projects,

[android-developers] Re: What's the general consensus on the non-Android affiliated app stores?

2010-12-09 Thread Nathan
The one email in particular I just received is from a company called Handster offering distribution on HP and LG devices. Anyone heard of them and/or have dealings with them? Handster is legitimate, but worthwhile is the question you'll need to answer. HP doesn't make Android devices, but LG

Re: [android-developers] Nested ImageButtons overlayed on top of one another

2010-12-09 Thread TreKing
On Mon, Dec 6, 2010 at 6:03 PM, sogwiz sog...@gmail.com wrote: Is this possible? Probably. Try FrameLayout or RelativeLayout, for starters. - TreKing

[android-developers] problem with tab view

2010-12-09 Thread gullapalli
hi could u tell me how to work with tab view in my list view actually i developed one tab application. But i want ,i select the expandable list . in that place(means insted of list items ) i keep my tabs how? pls send total code waiting for ur reply -- You received this message because you are

[android-developers] Android Maps for Mobile 5 Vector Mapping SDK availability

2010-12-09 Thread Dangerous Daren
First a quick hello to all as this is my first post on Android Developers Group. I have been searching and unable to find any information with respect to a new SDK for Google Maps for mobile on Android for the imminent release of version 5 with vector mapping. I am assuming that there will be a

Re: [android-developers] Convert .JPG image to .PNG

2010-12-09 Thread David Feshbach
There may be a better way, but you can read the jpg into a BufferedImage, then write it out to a png. On Dec 8, 2010, at 8:45 AM, Sripati Misra wrote: Hi, How to convert .JPG image to .PNG image in Android. Please anybody knows let me know. Thanks, Sripati -- You received this

[android-developers] Recognizer not present

2010-12-09 Thread VIP
I am using Antroid 2.2 and using Voice API sample application . setContentView(R.layout.main); Button speakButton = (Button) findViewById(R.id.Button01); mList = (ListView) findViewById(R.id.List); PackageManager pm = getPackageManager(); ListResolveInfo

[android-developers] problem in displaying the google maps

2010-12-09 Thread j...@n$
I got my key by registering debug ceritificate but still i'm only able to view the grids instead of google map.can anyone help me to solve this problem -- 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] how to change webview's transparency

2010-12-09 Thread Volter Yen
Sorry to resend this top, I found I forgot to write subject just now :) -- Hi all, I am new to android, I want to implement transparent result with webview, but I could find the interface to set webview's alpha value , I google on this issue without

[android-developers] Re: ant build seems to be broken on lib-projects with Android 2.3 SDK

2010-12-09 Thread Cyril.S (Wedroid)
http://code.google.com/p/android/issues/detail?id=13024 -- 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] Bump API

2010-12-09 Thread Vaishnavi Senthilnathan
Can we test bump api on android emulators. If so, can any of you give ideas or sample code. -- 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

[android-developers] Android market ratings

2010-12-09 Thread Kev
I recently released my first android app (http://lambfruit.com) and I have been left frustrated with the markets rating system. The reason for this is that I would like to get valid feedback about my app, areas I can improve and areas that people are having trouble with, crashes or UI issues etc..

[android-developers] Reg:-CTS ERROR:: install met failure [install_failed_older_sdk]

2010-12-09 Thread Babu
Dear sir/madam, I am trying to test device with Configuration : HTC TATOO Device Android 1.6 To test Device: Android-CTS _2.1. When I am trying to start CTS plans I am getting below error cts_host start --plan Java cts_host There are 1 existing session(s) for plan Java.

Re: [android-developers] GK: drawable-mdpi vs drawable-ldpi

2010-12-09 Thread Volter Yen
Hi all, I am new to android, I want to implement transparent result with webview, but I could find the interface to set webview's alpha value , I google on this issue without useful answer. some friend advise me use the setbackgroundcloror(0). I tried, found it could only achieve transparent

[android-developers] Re: Repacking a .apk file

2010-12-09 Thread Justin Buser
If you just need to alter the AndroidManifest.xml file and add additional classes then the answer is yes. As an example I have an app in the market (air.com.justinbuser.BuzeyTunes) that was built under similar circumstances. Being as it's an Adobe Air application built using Flash Builder Burrito

Re: [android-developers] Re: Repacking a .apk file

2010-12-09 Thread Oscar Marques
Try smali or apktools. http://code.google.com/p/smali/ http://code.google.com/p/android-apktool/ 2010/12/8 Thant Thura Myo thuramyo.th...@gmail.com The approach that we use in my group is getting jar file and dependency file from third party rather than apk file itself. It is much more

[android-developers] SIP Demo and Android 2.3 problem

2010-12-09 Thread jan telega
Hi, i tried to run SIP Demo (http://developer.android.com/resources/ samples/SipDemo/index.html) and start developing SIP application, but i found one problem at the beginning (of course i updated sdk, adt and set up new virtual device with api level 9): in main activity class [line 86]: public

[android-developers] Re: NFC Demo errors?

2010-12-09 Thread phillin77
Dear Dominik, I'm new to Android development, I use Eclipse and had opened the NFCDemo project which Android 2.3 provided Can you kindly explain more detail how to import Guava Thanks a lot ! On 12月7日, 下午8時50分, Dominik dominik.gru...@fhnw.ch wrote: I have no problems with the NFC Demo (after I

  1   2   3   >