Re: [android-developers] How to force hw.lcd.density for a specific app

2009-11-16 Thread Dianne Hackborn
You can't force that property for one app. What you are describing sounds like compatibility mode, which you can disable as described in the docs: http://developer.android.com/guide/practices/screens_support.html On Sun, Nov 15, 2009 at 11:26 PM, tomei.ninge...@gmail.com

[android-developers] Close ContextMenu on touch

2009-11-16 Thread vanesa
When user touches outside the context menu panel (options) I want to close the menu. Is this possible? -- 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] Why is GL_QUADS not supported ?

2009-11-16 Thread Agus
Hi all, how come we can't use GL_QUADS is this not part of the OpenGL specs? -- 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

[android-developers] Making call from Emulator

2009-11-16 Thread Mohammad Siddiqui
Hi All can we make the the VoIP call from the Android Emulator using the Sipdroid to anather VoIP client running on a mobile device. 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: Multitouch support in Android 2.0

2009-11-16 Thread PJ
Ar, I didn't see Dianne's response (nor Niko's) when I posted my last response, because I didn't realize that there was a page 2. Thanks, Dianne, for your explanation and for posting the examples! -- PJ On Nov 16, 1:57 am, PJ pjbar...@gmail.com wrote: I think I've figured it out for you,

[android-developers] Re: List

2009-11-16 Thread PJ
Both: 1. In Google Groups you can choose to only receive ~1 e-mail a day (digest/summary) instead of an e-mail for every single post. But this is a reduction, not a full stop. 2. Most mail clients have a filtering option where you can do actions (delete, move to folder, etc.) for e-mails with

[android-developers] Re: Backup app via Email is possible on Android...

2009-11-16 Thread gasolin
On 11月16日, 下午3時57分, Dianne Hackborn hack...@android.com wrote: You want to be a little more clear about what you are saying?  All I can get from this is that you have an app that allows the user to select another app and e-mail it to someone else.  If so...  yes, the platform supports this, it

[android-developers] Re: Need help with XML parsing (SAX)

2009-11-16 Thread PJ
You're probably not going to get a good response, because: 1. We don't know what error messages you're getting. I have a big problem and I can't use it doesn't help. 2. It doesn't look you've tried very hard to narrow down your problem. Have you tried a smaller file? Have you tried a file

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-16 Thread phil
Hi Blindfold, We were not able to find The vOICE for Android in the Market on the Tattoo. But we found it on the HTC Magic in the Market. Hope there will be a solution for this issue soon. On Nov 15, 8:21 am, blindfold seeingwithso...@gmail.com wrote: OK, I didn't know that. My curiosity was

[android-developers] Ghosts task

2009-11-16 Thread Php
I use a prepayed card with gPhone and want to disallow opertor to tax every time I go to the Internet with my Wifi. Where is that function in the system ? I must add thta *data services* are dsabled on the phone. -- You received this message because you are subscribed to the Google Groups

[android-developers] Custom List View.

2009-11-16 Thread Sasikumar.S
Hi, I want to create a custom list view. can any one help me?.. I tried this below link code http://www.androidguys.com/2009/11/09/return-of-the-fancy-listviews/ But it is not working. If any one having program pls send it to me or give some suggestion,. -- Thanks Regards Sasikumar.S --

[android-developers] how to use java classes that not support

2009-11-16 Thread Kiseki
i write android application about eBay which has eBay java API to use with my app. but java API ,it use the class that not support on android platform such as javax.xml.ws. ... so it make the android app. fail to run on emu and in the logcat it shows cound not find class Have anyone has an

[android-developers] RemoteViews

2009-11-16 Thread GPU
Hi , I want to override a function of view class, only to the views came from the RemoteViews(Widget screens) . in AndroidHome application. But these views inflated in Remoteviews.apply(context ,parent); function Anybody knows that how to do this ? -- You received this message because

Re: [android-developers] RemoteViews

2009-11-16 Thread Romain Guy
You cannot do this. RemoteViews exist in part for security reasons and one of the key points is that you cannot run random code with RemoteViews. On Mon, Nov 16, 2009 at 11:55 AM, GPU gopuraj...@gmail.com wrote: Hi ,   I want to override a function of view class, only to the views came from

[android-developers] Android Market Anti-Piracy

2009-11-16 Thread AlexK
Our company starts today anti-piracy initiative against piracy that already happened on Android Market. We request all vendors and developers to support this initiative. Piracy become a threat for vendors that publishing application on Android Market! It is not a joke, it is a real threat. Our

[android-developers] Writing to file Assets folder

2009-11-16 Thread Mohammad Siddiqui
Hi All can any one give the code to read and write to a file in the Android assets foler thaks -- 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

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

2009-11-16 Thread naveenballa
The default Google maps application in the emulator(platform 1.6) itself showing only the tiles. please help me Thanks in advance.!! On Nov 14, 1:05 am, jotobjects jotobje...@gmail.com wrote: The API key has to be generated from the certificate that you use to sign the app when you build

Re: [android-developers] Writing to file Assets folder

2009-11-16 Thread Mark Murphy
Mohammad Siddiqui wrote: can any one give the code to read and write to a file in the Android assets foler You can't, at runtime. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy App Widgets Deep Dive Seminar, 27 January 2010: http://bit.ly/deepdive --

[android-developers] Re: RemoteViews

2009-11-16 Thread GPU
How to know that this view is a AppWidget view or not? On Nov 16, 3:59 pm, Romain Guy romain...@google.com wrote: You cannot do this. RemoteViews exist in part for security reasons and one of the key points is that you cannot run random code with RemoteViews. On Mon, Nov 16, 2009 at 11:55

Re: [android-developers] Re: ANDROID_ID returns null on my G1 ?

2009-11-16 Thread Mark Murphy
String wrote: On Nov 16, 2:25 am, Mark Murphy mmur...@commonsware.com wrote: You can get device IDs from Telephony, but the concern (beyond the permission) is what those IDs might be on non-phones. Mark, have you had a chance to test either ANDROID_ID or IMEI on your Archos 5? ANDROID_ID

Re: [android-developers] Custom List View.

2009-11-16 Thread Mark Murphy
Sasikumar.S wrote: Hi, I want to create a custom list view. can any one help me?.. I tried this below link code http://www.androidguys.com/2009/11/09/return-of-the-fancy-listviews/ But it is not working. Sure it is, though for reasons you'll see in the comments on that post, it

[android-developers] what is baseline

2009-11-16 Thread hehui
what is baseline? android:baselineAligned=true what does this mean ? -- 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: Backup app via Email is possible on Android...

2009-11-16 Thread gasolin
To avoid any legal issue, I'd rather take off the apk from the public forum, But the discussion is still valid... The Original Message: This app is only for evaluation if google should take some actions on protect apks...That's why I post it on the developer forum. This app will be expired in

Re: [android-developers] what is baseline

2009-11-16 Thread Mark Murphy
hehui wrote: what is baseline? android:baselineAligned=true what does this mean ? In languages where letters have descenders, the letters appear to sit on the baseline. Take this English sentence: The quick brown fox jumps over the lazy dog. In that sentence, the letters sit on the

[android-developers] appwidget creation

2009-11-16 Thread anand
Hi all, I need to start an appwidget inside my application. I must start the appwidget when a button is clicked. Is this possible using appwidget provider??? Can anyone help me on this??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Motorola Cliq Parse Problem

2009-11-16 Thread guruk
Hi, i have a User with a Motorola Cliq. When Users with other Mobiles download a special Application I wrote .apk from my homepage they have no problems ... it downloads 200kb from 200kb and install fine. now this specific Motorola Cliq User does tell me its not working for him. It just say 175kb

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread admin.androidsl...@googlemail.com
+1 This keeps coming up but I am bumping because it shouldn't be ignored by Google. Problem is people can buy and refund within 24 hours. So we need a web service apps can call where we can send a device ID plus a google checkout number which confirms a valid non-cancelled order. If this web

[android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-16 Thread Piotr
Ok, it is working now. I have set original name for my software. At least. THANKS. Regards. Piotr On 13 Lis, 00:06, James Yum j...@google.com wrote: Hi, You should now be able to reuse the same name. As far as package name, that must be different as we've mentioned since the beginning.

[android-developers] How to preserve old Db table, while adding new table columns for new version of app?

2009-11-16 Thread jagtap.jj
Hello everybody Is there way for Android or in SQLite to preserve old version Db table columns, while adding new table columns for new version. The new application version should not vanish all user data from old version. Any suggestions? -- You received this message because you are

[android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread rde8026
I spent some time a month back looking for this and didn't get anywhere. I'm pretty sure (but of course I've been wrong many times) that replicating what you see on the GMap's browser features is not going to be possible on the Android. I'm not sure rendering works the same. What I did was just

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

2009-11-16 Thread TreKing
At this point it might be your maps add-on is broken somehow. Try uninstalling and re-installing it maybe? - TreKing - Chicago transit tracking app for Android-powered devices

Re: [android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread TreKing
I'm doing something along these lines to show information for a bus stop when the user taps on the stop's icon on the map. You can see screen shot of it on my app webpage. It's not super fancy, but the basic idea is there. What you can do is create a custom view that's designed the way you want

[android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread Mika
To my knowledge there are no built in components to do this, but of course you can always put any view you want on top of the map activity. The way I do this is that I have my MapActivity layout defined something like ?xml version=1.0 encoding=UTF-8? FrameLayout

Re: [android-developers] Android Market Anti-Piracy

2009-11-16 Thread Abdul Mateen
Well! to be honest, Google is supporting piracy at all , All the software engineers in Google working under Android project know about the internals of Linux working, its user level structure, permission structures, what they did , is allow behind a transparent curtain the piracy. Google could

Re: [android-developers] Re: Need help with XML parsing (SAX)

2009-11-16 Thread TreKing
Just looking at what you posted, you're missing quite a few closing tags (). Unless that was copy / paste error, that's a pretty big problem right there. Could you write me source-code in Android? No.

[android-developers] Re: AppWidgetProvider SCREEN_ON/OFF Intent not received

2009-11-16 Thread Derek
Anyone ? No fix for this issue in 1.6 or 2.0 ? Thanks. On Nov 15, 9:07 pm, Derek cram.de...@gmail.com wrote: Hi, We've an AppWidgetProvider and we would like to receive SCREEN_ON. From the following thread, it seems not possible to register for such event in

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread swapnil kamble
Hi, Sorry for late reply. I missed your reply. How can I specify natively running android in eclipse ? I think eclipse will only connect to emulators. Can I see the logs in android itself ? On Wed, Nov 4, 2009 at 10:53 AM, Blue Zheng blue.zh...@gmail.com wrote: Oh, sure, you still can use

[android-developers] Replacing existing TabHost content

2009-11-16 Thread Miguel Paraz
Hi, Since the TabHost API does not offer a way to change existing views or activities, what is the preferred means to replace an existing tab? I only know of: clearing the tabs and adding them again. Is there an alternative? Or is this really not provided by design? Thanks. -- You received this

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread Alok Kulkarni
Yes you can, once you connect your device to the PC , and from eclipse select the device as the actual one , you can see the logs of actual device on the Logcat, Thanks, Alok. On Mon, Nov 16, 2009 at 7:58 PM, swapnil kamble swap.kam...@gmail.comwrote: Hi, Sorry for late reply. I missed your

Re: [android-developers] Viewing logs on native android

2009-11-16 Thread Alok Kulkarni
You can click on the device icon on the left top (AVD) and from there you can select the device. Thanks, Alok. On Mon, Nov 16, 2009 at 8:04 PM, Alok Kulkarni kulsu...@gmail.com wrote: Yes you can, once you connect your device to the PC , and from eclipse select the device as the actual one ,

[android-developers] Positioning Elements with Various Resolutions

2009-11-16 Thread Mark Hansen
Wondering if someone can fill me in on how to best approach this.. I have a background image that I lay various elements imageviews and textviews. Since the new devices obviously have new resolutions I'm trying to rework my layouts but I'm stumped. Here's the first few lines. ?xml version=1.0

[android-developers] Re: preventing a crashed service from restarting...

2009-11-16 Thread sdphil
do you mean using something like android:oneshot in the manifest xml? core/init/readme.txt ?? is that from the Android source code? On Nov 15, 11:30 pm, Bytes toyvenu.t...@gmail.com wrote: Just try the option 'oneshot' The documentation about complete init.rc file is at

Re: [android-developers] Re: Growing pains for Android developers??

2009-11-16 Thread Robert Woodruff
Dianne, Nice to have response from someone inside Google. Do you know when is 2.0 image available for ADP? On Mon, Nov 16, 2009 at 2:54 AM, Dianne Hackborn hack...@android.comwrote: On Sat, Nov 14, 2009 at 9:14 PM, Kieran kieran.flem...@gmail.com wrote: Android 2 SDK released: 27th Oct

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-16 Thread blindfold
Thanks Phil! Indeed this is very strange. As I understand it, all Android 1.6 apps should by default be visible to HTC Tattoo on the Android Market, and use of the camera should not matter. I had even tested my app to show OK on a 240x320 screen using the emulator, and cannot think of anything

[android-developers] Urgent!! Please help on how to configure preload appwidget need APPWIDGET_CONFIGURE??

2009-11-16 Thread Ollie Weng
My widget need "android.appwidget.action.APPWIDGET_CONFIGURE" intent to start, and after user interaction, we return RESULT_OK to caller. But as a preloaded appwidget, it should be in homescreen at very first time with default data. We tried to set default data at first APPWIDGET_CONFIGURE,

[android-developers] Re: Building and running webcore_test

2009-11-16 Thread Buakaw San
On Sun, Nov 15, 2009 at 12:17 PM, Patrick Scott pha...@android.com wrote: There really isn't any output besides the png saved to the sdcard. You should definitely not see a segfault though. Oh, I had thought that webcore_test used for performance measurements, i.e. page rendering timing. What

[android-developers] Re: Android 2.0 camera.setParameters(p) - Picture size must be 213x350?

2009-11-16 Thread Streets Of Boston
That's just in the emulator. The emulated camera only 'takes' 213x350 pixel pictures. And you need to deal with it anyway in your code, just in case you set some picture width/height that is not supported by some real Android phone. On Oct 29, 10:03 am, chrispix chris...@gmail.com wrote: I am

[android-developers] Anyway to check if any items on the history/activity stack?

2009-11-16 Thread Sam
Hi, I'm trying to figure out if there's any way to see if there is anything on the history stack so I can programatically display a Back button or not. I tried getting the RunningTaskInfo to get the num of activities but it doesn't seem to work quite right for what I need. Does anyone know of

[android-developers] Re: namespace in styles.xml

2009-11-16 Thread Edward Falk
I'm having the exact same problem. Is there an equivalent to xmlns for styles? -- 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] Definitive Ad Mob

2009-11-16 Thread ben
After searching their website, all of the message boards and googling it to death - I have formed only somewhat of an answer to the following... 1. How much does Ad Mob pull if a user simply loads your app 2. How much does it pay if they click an ad 3. What is an average Ad Mob income in a given

[android-developers] How to Search within HTML loaded from local asset?

2009-11-16 Thread Moon Technolabs
I've loaded my local HTML asset file in to webview. How I can implement search content within that HTML ? Is there any API for that?? Describe in Details. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Map Application works in 1.5 but not working in 2.0

2009-11-16 Thread RANJAN BANIK
Hi All, I have a code which works beautifully in the Android 1.5 platform. Now I have upgrade the platform to the Android 2.0 , but it is not working . The error is - no activity to handle the intent The code snippet I use is - Java: String currentLocation = geo:41.87,87.62 ;

[android-developers] Creating an TLS socket

2009-11-16 Thread David Bidorff
Hi, I'm a begginer in secured sockets programming and I'm trying to create a TLS socket. I managed to successfully connect the socket to my server in a desktop environment, however, when I try to use the same source code in a android environment, I get the following exception :

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2009-11-16 Thread JuanEG
Hi, I had the same problem in Ubuntu 9.10 and solved it thanks to StLin comment. Cheers. Juan On 1 nov, 03:48, MobileDev ike.tab...@gmail.com wrote: I too am running running on Ubuntu version 9.10 as well. Adding sdkman.force.http=true to ~/.android/androidtool.cfg allowed me to retrieve the

[android-developers] native functions

2009-11-16 Thread pav
Hi, can any one tel me in which folder(in android source code) is the file that contains implementations for all native methods like, start(){ stayAwake(false); _start(); } i want to know where exactly _start() is written. Thank u -- You received this message because you are subscribed to the

[android-developers] Simulating scroll event in Android

2009-11-16 Thread Amey
Am trying to write an instrumentation test which can simulate scrolling. Since I don't have an handle on the view, it's not as easy as: view.scrollBy(0, y); // I get security exception Also tried my luck (in vain) with the following code: final long downTime = SystemClock.uptimeMillis(); final

Re: [android-developers] Log messages no longer appear in LogCat

2009-11-16 Thread android beginner
s i experience the same.did u get any answer -- 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] Using PluginStub for developing plugins

2009-11-16 Thread sergey staskov
Hi all, If someone use PluginStub for developing plugins, could you please tell how? -- 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,

[android-developers] Re: Droid phone unable to recognize device

2009-11-16 Thread mocha384
For Samsung Galaxy .. SUBSYSTEM==usb, ATTRS{idVendor}==04e8, ATTRS{idProduct}==681c, MODE=0666 I have a Ubuntu guest .. seemed working in ... but now cannot access it in Windows at the same time ... On Nov 10, 5:49 pm, ko5tik kpriblo...@yahoo.com wrote: That's my setup: ubu...@wlka-64l3d4j:~$

[android-developers] Re: Dallas Android Developers

2009-11-16 Thread Chris.Stehno
I guess I missed the first meeting by a day... please keep me up to date about your next meeting. I am an Android phone owner and Java developer (starting on some Android projects). One thing you guys might want to note is that Droid is actually a Lucasfilm trademark licensed by Verizon or

[android-developers] SeekBar bug or intended?

2009-11-16 Thread NoraBora
I made a SeekBar like below. SeekBar android:id=@+id/SeekBar011 android:layout_width=200px android:layout_height=80px android:progressDrawable=@drawable/ progress_horizontal2 android:thumb=@drawable/seek_thumb2 / All images in

[android-developers] Multiple marker/Creating track

2009-11-16 Thread Angel
Hi, I am currently working on a location based project. May I know how do you create multiple markers on a map/create a track for the pathway that I have been to? Regards, Angel -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Drawing a Camera Preview in a certain area of the screen

2009-11-16 Thread Enrique López Mañas
Hello all, I have been playing with Android for a couple of months, so I'm still kindof newbie on this. I've looking for previous questions like mine, but I was unable to find any proper solution. So here goes my question: I'm trying to draw a Camera Preview in a certain part of the screen (for

[android-developers] How do I get informed whenever an application is started/created?

2009-11-16 Thread Moritzz
Hey guys, I'd like to write sthg like a logger for my Android phone where I log whenever an application/activity is started respectively created. So it's not only about my own stuff but about all the stuff that gets started on the phone. Is there sthg like an intent flying around or any kind of

[android-developers] arraylist storage in sqlite

2009-11-16 Thread bharath
can any one tell me how to store and retrieve arraylist in/from sqlite ArrayListDouble results = new ArrayListDouble(); -- 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] Please Help me SENDING INCOMING CALL TO VOICE MAIL...

2009-11-16 Thread dudyala venkat krishna
I just want to send the incoming call to voice mail after X amount of rings. how can we see the incoming call to voice mail if so how to do it after X amount of rings -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Android Telephony

2009-11-16 Thread Adrian Juan
I agree with Istvan. And we should definetely get an answer from Google about it. On Nov 15, 10:54 pm, Istvan istvan.ket...@gmail.com wrote: So a developer expects to have 32 different values in the range of [0-31], since there is nothing else about the granularity there. It is true that on

[android-developers] compiling phone app

2009-11-16 Thread moon2009
Hi all, I want to compile phone app in eclipse but after downloading and building project ,i have so many compile errors. it seems that the functions in sdk is not enough for compiling,should i add anything else to build path? please help me thanks -- You received this message because you are

[android-developers] T-Mobile Pulse Rom Coding Error

2009-11-16 Thread Mammon88
If anyone knows how to edit libandroid_runtime.so without the source code please Pm me or head to my rom site http://forum.xda-developers.com/showthread.php?t=583675. I'll I have is the kernel source code. I have found a coding error made either tmobile or huawei. -- You received this message

[android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread Master_Ne0
Not sure how accurate this info is, but i read (can't remember where now! Doh!) that the eclair branch is not and will not be public. You have to wait until they merge it into master, i think some modules have been done done all ready. Let us know if this wrong!! Ne0 On 8 Nov, 06:51, jpntiger

[android-developers] the IP address of android market

2009-11-16 Thread 沛 江
Hi, Because of some firewall issue, I need to know the IP address of android market. However, after I google it, the only information I got is the port number of android market(i.e. 5228). Does anybody know the IP address of the server of android market? Thanks a lot. -- You received this

[android-developers] Re: drawable, drawable-land, drawable-hdpi, drawable-mdpi, drawable-lpdi

2009-11-16 Thread Digital Agua
I looked forever for that, and there it is. Thanks, James On Nov 15, 9:21 pm, adamphillips12 adamphillip...@gmail.com wrote: That would work fine but resource types have precedence, you need to name them correctly. drawable-land-hdpi etc, see the documentation for the full order:

[android-developers] AutoCompleteTextView without Adapter?

2009-11-16 Thread Shirley Cohen
Hi, I'd like to be able to use auto-completion on a name and address field without having to specify all the possible names and address values for these fields. Is there any way to do an auto-complete field without defining an adapter for it? Another way to ask the question is, does the SDK come

[android-developers] Get info from mp3 file

2009-11-16 Thread aBx
Hi, I am writin an app for playin music...i want to extract info like album-art,artist,album etc. from the mp3 files i have on my sd card...could anyone tell me how to do this?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: the IP address of android market

2009-11-16 Thread Maps.Huge.Info (Maps API Guru)
android.clients.google.com I believe is the domain. -John Coryat Radar Now! What Zip 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 Jail Break Redux

2009-11-16 Thread Thomas
Hi Guys, I have an Android that uses wi-fi and it has been enabled to usb-debug and it works wonderfully well to run my app. I have second Android I would like to do the same thing to. (run using Wi-Fi and enable USB - debug) and it seems it all comes down to having a data sim to enable the

[android-developers] Re: namespace in styles.xml

2009-11-16 Thread Edward Falk
I found one approach that works: drop the qualifier trskb item name=my_attrsome_value/item It solved the problem for me. I don't know how the system would handle a namespace collision though. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to preserve old Db table, while adding new table columns for new version of app?

2009-11-16 Thread Jamie
Select and store all data currently in the db. Wipe the old tables and create the new ones. Insert the old data into the new database with some default values for new columns where old data is not available. On Nov 16, 8:17 am, jagtap.jj jagtap...@gmail.com wrote: Hello everybody Is there

[android-developers] Re: How to create a project in android

2009-11-16 Thread Jamie
This topic is better suited on the Android-Beginners Group: http://groups.google.com/group/android-beginners On Nov 13, 3:09 pm, Dhir dhirendra@gmail.com wrote: hi all,, plz help me out... actually i'm  using eclipse and creating an android project properly. bt  in package explorer the

[android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread joebowbeer
Eclair is now in AOSP http://groups.google.com/group/android-platform/browse_thread/thread/db968455d490dfad On Nov 16, 7:24 am, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: Not sure how accurate this info is, but i read (can't remember where now! Doh!) that the eclair branch is not

[android-developers] Does styled text support html tag: p and br ?

2009-11-16 Thread lei
Styled text supports: b,i, does it support more html tags, like p or br ? The code below is used for testing styled text: CharSequence str = getText(R.string.styled_text); //retrieve the styled text as char sequence, so it won't lose any formatting TextView tv =

Re: [android-developers] Definitive Ad Mob

2009-11-16 Thread Dan Sherman
1) Nothing 2) A few cents per click, depends on the app, anywhere from 0.01 to 0.10 USD 3) Depends on so many factors 4) We prefer ad-based, but others have had great success with paid - Dan On Mon, Nov 16, 2009 at 1:16 AM, ben belliot...@gmail.com wrote: After searching their website,

Re: [android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread Dianne Hackborn
Hi, discussion about the source code should be directed to android-porting, where these questions have probably already been answered. Thanks! On Mon, Nov 16, 2009 at 7:24 AM, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: Not sure how accurate this info is, but i read (can't remember

[android-developers] Re: arraylist storage in sqlite

2009-11-16 Thread Haravikk
On Nov 16, 12:49 pm, bharath gunturibharathmo...@gmail.com wrote: can any one tell me how to store and retrieve  arraylist in/from sqlite ArrayListDouble results = new ArrayListDouble(); Hmm, it's not an easy question to answer as it depends really on how it's used. Best practise is probably

Re: [android-developers] Re: namespace in styles.xml

2009-11-16 Thread Dianne Hackborn
You write them the same as resource references -- that is package_name:attribute_name On Mon, Nov 16, 2009 at 9:33 AM, Edward Falk ed.f...@gmail.com wrote: I found one approach that works: drop the qualifier trskb item name=my_attrsome_value/item It solved the problem for me. I don't

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread AlexK
I just did publishing of the web service! All details can be found here: http://www.artfulbits.com/Android/antipiracy.aspx In 5 minutes I'll update database by our latest catched pirate phones. On Nov 16, 2:19 pm, admin.androidsl...@googlemail.com admin.androidsl...@googlemail.com wrote: +1

[android-developers] Re: How to preserve old Db table, while adding new table columns for new version of app?

2009-11-16 Thread Flying Coder
Override the onUpdate method of SQLiteOpenHelper and do: if (oldVersion VERSION_WHEN_COLUMN_ADDED) db.execSQL(alter table + TABLE_NAME + add column + COLUMN_NAME + + COLUMN_TYPE + ;); Cheers, Steve On Nov 16, 8:17 am, jagtap.jj jagtap...@gmail.com wrote: Hello everybody Is there

Re: [android-developers] Re: Growing pains for Android developers??

2009-11-16 Thread Dianne Hackborn
Sorry no I don't. On Mon, Nov 16, 2009 at 7:37 AM, Robert Woodruff woodman...@gmail.comwrote: Dianne, Nice to have response from someone inside Google. Do you know when is 2.0 image available for ADP? On Mon, Nov 16, 2009 at 2:54 AM, Dianne Hackborn hack...@android.comwrote: On Sat, Nov

Re: [android-developers] Re: Backup app via Email is possible on Android...

2009-11-16 Thread Dianne Hackborn
Yes, this is how the system works, it is intentional, a feature, and there is nothing malicious about this app. Our current solution to protecting apps is forward locking. On Mon, Nov 16, 2009 at 12:34 AM, gasolin gaso...@gmail.com wrote: On 11月16日, 下午3時57分, Dianne Hackborn hack...@android.com

Re: [android-developers] Does styled text support html tag: p and br ?

2009-11-16 Thread Rachel Blackman
On Nov 16, 2009, at 9:49 AM, lei wrote: Styled text supports: b,i, does it support more html tags, like p or br ? Styled Text is not HTML, rather merely styled text (i.e., bold, italic, underline) which happens to use HTML tags to handle that markup. If you just want a new line of text in

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread AlexK
Java code for Android applications that check black list during start: /** * Determines status of device's IMEI. * * @return -1 - imei status retrieval failed. * 0 - Green status * 1 to 3 - Yellow status * 3 to 5 - Brown status * above 5 - Red status */ public int getIMEIStatus() { // 1. Get

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread AlexK
Source code which you can integrate into own application for checking black list. /** * Determines status of device's IMEI. * * @return -1 - imei status retrieval failed. 0 - Green status 1 to 3 - Yellow * status 3 to 5 - Brown status above 5 - Red status */ public int getIMEIStatus() { // 1.

[android-developers] Transparent dialog theme

2009-11-16 Thread Mark Wyszomierski
Hi, I've seen a few posts on different forums about how to make a dialog theme with a completely transparent background. I thought I'd post this here in case anyone is searching for it. This works on 1.5 (device/emulator), 1.6 emulator, 2.0 emulator: style name=Theme.TransparentTest

[android-developers] public BluetoothSocket createRfcommSocketToServiceRecord (UUID uuid)

2009-11-16 Thread Sean Liao
Hi, I am trying to port an existing mobile application to android 2.0 platform. In this application, we need to connect to remote device specify two parameters: 1.) radio address of the remote devices, and 2.) a port/channel number. (for microsoft c++ sdk, only radio address) I found

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread nEx.Software
Of course, now you have to add Full Internet permission to every app and thus negate any usefulness of this permission for actual use. As if this permission was not already useless enough in telling the user what the app intended to do... On Nov 16, 11:13 am, AlexK kucherenko.a...@gmail.com

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-16 Thread ZillCE
Yes - it is an HTC Hero from Sprint. On Nov 14, 8:12 pm, Dianne Hackborn hack...@android.com wrote: On Sat, Nov 14, 2009 at 3:18 PM, ZillCE zillce...@gmail.com wrote: The icon I was using was the only one on the phone created by the installation in All Programs.  It was not an icon placed on

[android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread nEx.Software
Not to mention that just because someone might have pirated some app at some time, doesn't mean that they pirated your app. That's why it needs to be able to check against Google Checkout or whatever payment processor is used... BTW, how does the developer of a pirated app 1) know that there is a

Re: [android-developers] public BluetoothSocket createRfcommSocketToServiceRecord (UUID uuid)

2009-11-16 Thread Nick Pelly
You can't specify a port number using the Public API. Doing so is a really bad idea, because it encourages developers to hardcode one of the limited (30) set of RFCOMM port numbers. Try reading the API documentation to see how a UUID is used to look up a port number by SDP record. If you are not

Re: [android-developers] Re: about close Location Manager service

2009-11-16 Thread Hong
can u be more specific? what driver issue? i seem to have the same problem. thanks On Mon, Jul 27, 2009 at 12:49 AM, tstanly tsai.sta...@gmail.com wrote: sorry, I found that is the driver issue. On 7月27日, 上午11時22分, tstanly tsai.sta...@gmail.com wrote: hi all, it' so strange about

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Rachel Blackman
On Nov 16, 2009, at 10:34 AM, nEx.Software wrote: Not to mention that just because someone might have pirated some app at some time, doesn't mean that they pirated your app. That's why it needs to be able to check against Google Checkout or whatever payment processor is used... Also not to

  1   2   3   >