[android-developers] Re: Import/Export data file

2011-03-30 Thread Alaeddine Ghribi
...But what is the line that refers to the location of the saved file in the posted link(code) :\ ? I think that it just copy a file, but where saving it ? :\(confuse : ( ) Thank you. On 30 mar, 18:46, Kostya Vasilyev kmans...@gmail.com wrote: The link you posted explains how to copy a file from

[android-developers] Android dev phone

2011-03-30 Thread bob
Just to confirm - can I do Android dev on this phone? http://www.metropcs.com/shop/PhoneDetails.aspx?ProductId=LGMS690(Phones) Also, do I need to get some kind of adapter to connect it to the PC? Also, does that model have an accelerometer? -- You received this message because you are

[android-developers] Re: Import/Export data file

2011-03-30 Thread Alaeddine Ghribi
Ah okay i think that i understand the point now ! 1st link: how to copy two file. 2nd link: where to copy it. That's it ? On 30 mar, 18:46, Kostya Vasilyev kmans...@gmail.com wrote: The link you posted explains how to copy a file from one location to another. The link to

Re: [android-developers] Re: Import/Export data file

2011-03-30 Thread Kostya Vasilyev
30.03.2011 22:00, Alaeddine Ghribi пишет: Ah okay i think that i understand the point now ! 1st link: how to copy two file. 2nd link: where to copy it. That's it ? That's right! -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread John Gaby
Kostya asked if you were running under the debugger. This is relevant because previously I too had a memory leak involved with ListViews and eventually discovered that it only happened if I was running under the debugger. So if you are running under the debugger, you might check it without the

[android-developers] Re: security of the framework

2011-03-30 Thread madushanka
Thank you all for your kind attention on my question. I think it is better to follow the Hari Edo's advise and split my problem into smaller parts and solve them. What I really need is to save the information which will come in xml format in a way that only the application can read them, (in

Re: [android-developers] Android dev phone

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 1:59 PM, bob b...@coolgroups.com wrote: Just to confirm - can I do Android dev on this phone? http://www.metropcs.com/shop/PhoneDetails.aspx?ProductId=LGMS690(Phones) If it has the Android Market on it, yes. If not, perhaps no. However, this is not an LG forum, nor a

[android-developers] Preprocess AndroidManifest.xml ?

2011-03-30 Thread Kevin TeslaCoil Software
With all these Markets, apks are starting to get more complicated. I'm taking the approach of a different APK for different Markets. There's some permissions I need in some cases and not in others. Like: com.android.vending.CHECK_LICENSE It doesn't hurt anything to have it on the Amazon store

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread ivan
John, I've read your post about this ... I launched a non-debug version through eclipse (i.e. ctrl + F11) and pulled a heap hprof file showing the same memory leaks. Am I missing a step? When I was running I could see the process in DDMS, but break points and stack info were not available -- so

Re: [android-developers] Re: ListView leaks memory II

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 3:28 PM, ivan istas...@gmail.com wrote: John, I've read your post about this ... I launched a non-debug version through eclipse (i.e. ctrl + F11) and pulled a heap hprof file showing the same memory leaks. Am I missing a step?  When I was running I could see the

[android-developers] Re: How to use the new clipboard function?

2011-03-30 Thread Dominik Erbsland
okay found out the problem: with honeycomb ClipboardManager cm=(ClipboardManager)getSystemService(CLIPBOARD_SERVICE); is gonna be deprecated. with android 2.3.3 it's still working! JFYI On 3月29日, 午後11:23, Mark Murphy mmur...@commonsware.com wrote: Am Di, 29. März 2011 um 5:10

[android-developers] RemoteViews.setRelativeScrollPosition Example?

2011-03-30 Thread Shane Isbell
Does anyone have any working example of RemoteViews.setRelativeScrollPosition in Honeycomb? I've enumerated some best guesses without success. Thanks, Shane -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Re: How to use the new clipboard function?

2011-03-30 Thread Mark Murphy
2011/3/30 Dominik Erbsland derbsl...@gmail.com: okay found out the problem: with honeycomb                ClipboardManager cm=(ClipboardManager)getSystemService(CLIPBOARD_SERVICE); is gonna be deprecated. Where do you see this documented? -- Mark Murphy (a Commons Guy)

[android-developers] Re: Use one handler for multiple activties

2011-03-30 Thread Streets Of Boston
Your background thread should provide a method that allows the caller to register a listener (and a method to un-register again). When you background thread has new data to show from the network, it calls the listener(s) with the necessary parameters. When (one of) your activity is coming to

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-30 Thread JornC
Apologies for digging up this withering discussion, but is there any ETA on that com.android.npp spec? - Jorn On Mar 1, 12:00 am, Nick Pelly npe...@google.com wrote: Hi Dave, If the other terminal supports P2P and com.android.npp (NDEF Push Protocol) then you can talk to it. We'll be

[android-developers] About PID, TID, and memory usage

2011-03-30 Thread HYUN JUNG BAEK
Dear all, I'm novice for android developing. I have a question about PID and TID. I met some memory problem(leakage of ram memory). From the log I found something strange. Two tasks(with same name) were runnging on Same PID but defferent TID. Two tasks occupied same amount of RSS. Is this

[android-developers] 【SIP】Is sip api in android 2.3 support the re-invite request and SDP media negotiation?

2011-03-30 Thread tao li
It seems that sip api in android 2.3 does not support the re-invite request and SDP media negotiation, what should I do? Do you nice guys have any recommendation of sip stack for Android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] to display image

2011-03-30 Thread yogeshkumar tiwari
How to display images from drawable in listview. -- 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] Failed to rename directory

2011-03-30 Thread Mohammad Abu Hmead
Please look @ the problem bellow, This happened when i tried to update my android SDK, Downloading Android SDK Tools, revision 10 Installing Android SDK Tools, revision 10 Failed to rename directory E:\Android Full Development Platform

[android-developers] Re: Trying to make a todo-list with ListView

2011-03-30 Thread Calin Perebiceanu
Please read the api: public ArrayAdapter (Context context, int resource, int textViewResourceId, T[] objects) Since: API Level 1 Constructor Parameters context The current context. resourceThe resource ID for a layout file containing a layout to use when instantiating views.

[android-developers] Re: Problem using a custom font (not rendered on some devices)

2011-03-30 Thread ad_developer
Hi all. Like always after reaching out for help i found a solution that's at least for my case viable. Editing the font itself by using ForgeFont's simplify function helped. Not only the Nexus One draws all letters now but also it really can render the font. Seems like the pretty complex font was

[android-developers] how to delete images files stored in Android phone gallery

2011-03-30 Thread sourabh
Hi, i am new in android when i take picture from my phone camera it will be stored in phone gallery with the help of code i got the path content:/media/external/images/ media/22 i want to delete this image file on click button i am using the following code for deleting the image String

[android-developers] Manifest attributes for screens support confusion

2011-03-30 Thread Ulrik Hørlyk Hjort
When looking here: http://developer.android.com/guide/practices/screens_support.html it is said: Default value, when minSdkVersion or targetSdkVersion is 4 or lower: android:smallScreens= false android:normalScreens = true android:largeScreens = false

[android-developers] Re: Google is developing PC operating system

2011-03-30 Thread Shawn Holland
In other up to the minue news, a Mr. Henry Ford has invented a 'horseless carriage'. On Mar 25, 10:22 am, soufien titi soufient...@gmail.com wrote: In a direct challenge to Microsoft, Google announced late Tuesday it is developing an operating system for PCs based on its Chrome Web browser.

[android-developers] Re: ask about Android with stock trading

2011-03-30 Thread Calin Perebiceanu
With new version is it Broadcast Receiver --- What new version ? support to communicate with application server same J2EE ? How to communicate with J2EE ? RPC or WebService or what ? On Mar 25, 6:28 am, quoc_thai changemylife...@yahoo.com wrote: I've been wrote stock trading with the

[android-developers] SCREEN_ON/SCREEN_OFF

2011-03-30 Thread krishna
import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; import android.widget.Toast; public class intentRecever extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) {

[android-developers] Re: WebView Animation Problem

2011-03-30 Thread Anas Jaghoub
Please help find a suitable solution for this problem On Mar 28, 9:31 pm, Anas Jaghoub anasjagh...@gmail.com wrote: Hi there, Hope you are fine, Actually this is my first post here, I searched a lot, and tried a lot to find a suitable solution for my problem, but unfortunately could not find

[android-developers] Re: Unique Random numbers

2011-03-30 Thread Hassy
Hi, Kristopher is correct. Actually i wanted to display images one by one randomly. I tried with random but doesn't work. but I was able to do that by using Array List and shuffle.collections. first I added max number of images into array list and shuffled it. Then I got shuffled numbers one by

Re: [android-developers] Re: how to scroll in canvas or view (android)

2011-03-30 Thread MANI KANDAN
who is this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] SCREEN_ON/SCREEN_OFF

2011-03-30 Thread Mark Murphy
You cannot register for those broadcasts in the manifest. They are designed to assist already-running applications and are registered via registerReceiver(). On Tue, Mar 29, 2011 at 3:13 AM, krishna send2mess...@gmail.com wrote: import android.content.BroadcastReceiver; import

[android-developers] Android Show Data from different SQLite Tables in ListActivity

2011-03-30 Thread marceo
Hey, I got an ListActivity which gets its Data from a SQLite database. The Database has 3 tables: db.execSQL(CREATE TABLE + TABLE_MAGAZINE + (magazineId INTEGER PRIMARY KEY, + magazineName

[android-developers] Testing in app billing, all purchases end up cancelled

2011-03-30 Thread Steven
Hi, I've been adding in app billing to a new (as yet unpublished) game, very much based on the Dungeons example Google provided. Every attempt to purchase is sent to the server correctly, but then I receive nothing else back. Looking at the test user account I can see the transaction ends up

[android-developers] How to open a pdf within an android application using Thinkfree Office

2011-03-30 Thread José-Alberto Gilberte
I need open a pdf in my android application. I only have a success using the google docs via the WebView of the Android SDK. I readed a lot of examples using a secondary activities and Intents but all when runs throws a NullPointerException inside the SDK class. My Manyfest is: ?xml version=1.0

[android-developers] CheckBoxPreference Error

2011-03-30 Thread agrosner
okay so here it is: public static boolean getGPSOption(Context context){ return PreferenceManager.getDefaultSharedPreferences(context).getBoolean(GPS_SENSOR, true); } this seems to work perfectly when it is selected in preferences, but when I try to access it in another

[android-developers] 3 QA Testers/Analyst Tester/Analyst (3), preferably local who can do F2F -- F2F Required

2011-03-30 Thread Leon Parker
Hello Friends, Please go through the below requirement and let me know if you have any consultant for the below position. *Job Title: 3 QA Testers/Analyst Tester/Analyst (3), preferably local who can do F2F Location: Westborough, MA Duration: 6 months contract. Rate: $38hr on CTC * This

[android-developers] Install device/user certficate via API

2011-03-30 Thread azahur
Hi, I am new to Android, and basically want some guidence as to how to install User/ Device Certificate on the Android phone programatically. Basically my use case is 1) User connects his Android to the PC 2) Goes to a provisioning website and selects phone type and certificate type 3) The

Re: [android-developers] Re: OpenGL rendering blank with min SDK set

2011-03-30 Thread Joe Bain
Thanks that worked. Do you know what the reason for this behavior is? On 29 March 2011 05:41, Nightwolf mikh...@gmail.com wrote: Do you use textures and store images in res\drawable? Try storing them in drawable-nodpi. On Mar 28, 12:42 am, joe bain mrjoeb...@gmail.com wrote: Hi all,

[android-developers] Mapview not touchable

2011-03-30 Thread Shreesh
Hi, I seem to have run into a problem with the mapview not pick touchable if setZoomControl(true) is used. The issue seems to be that anytime this is switched on the mapview is not touchable. And this seems to be a one time thing - anytime this zoom is switched on and even if it is switched off

[android-developers] MediaRecorder insert text into video file

2011-03-30 Thread Tomek
Hi, I want to know if it possible to insert text into video file recorded by MediaRecorder object in my application. I want insert this text when MediaRecorder is recording video. If it is possible can anybody show me example. Thanks. -- You received this message because you are

[android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Danny D
Hi, I'm working on a continuous integration system (Hudson) and I'm trying to debug some existing build configurations. I'm looking for the ant_rules_r3.xml file that's described in a number of posts and trying to determine how it's configured. I'm not finding these in any of the android-sdk

[android-developers] Question.!!

2011-03-30 Thread wahedul arefin
Is it possible to write any android application in c/c++ ? If it is then how to do this? -- 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] setting language for Voice Recognition App in Android (Nexus1)

2011-03-30 Thread brajesh upadhyay
I need to develop a voice recognition app which works for customized language( input by the user) through CODE. I have tried the following code snippets but in this case it detects not only French but randomly English and French. public void onCreate(Bundle savedInstanceState) {

[android-developers] Monitoring SMS sending in Android

2011-03-30 Thread 7Sigma
Hi, The application I am working on an application which have high usage on sending and receiving sms. It is up very high importance that the status of sending message to the server is known to the mobile application. I am porting (re-writing) the application from J2ME/ Blackberry to Android. In

[android-developers] Re: Secure Element - SmartMX

2011-03-30 Thread GuiGui
Hello, I have the same question!! Have you reply for your hope ?? I would like read informations on one applet into the SE of a nexus S. If you have informations, thinks you to reply its!!! Guillaume On 21 mar, 02:40, spurwa spu...@gmail.com wrote: Dear Friend, Introduce My name Sugeng

[android-developers] Re: Designing a barcode app which doesnt sign your life away

2011-03-30 Thread DManzaluni
On Mar 28, 11:24 pm, lbendlin l...@bendlin.us wrote: oh, and Barcode Scanner v3.53 in the Android market is not using location at all. Interestingly enough it was barcode scanner 3.53 which prompted me to put out this thread precisely because it felt it necessary to put out a strong legal

[android-developers] Pictur zoom in and out in webView

2011-03-30 Thread hEngi
Hi, I try to make a little app with picture zoom in and out. I think i find the easiest way with WebView. Code: WebView web = (WebView) new WebView(context); web.loadUrl(file:///sdcard/pic.jpg); web.getSettings().setBuiltInZoomControls(true); web.setBackgroundColor(0);

Re: [android-developers] [android-developer] Help me please

2011-03-30 Thread Khadija FERJANI
Thanks for answering, I tried it, and i noticed no difference with the solutions proposed. Now, the problem is resolved, and i ignore how. It's better than noghing, but i'd like to understand what was the problem and how it has been resolved :) 2011/3/29 TreKing treking...@gmail.com On Sat,

Re: [android-developers] Finding ant_rules_r3.xml?

2011-03-30 Thread Mark Murphy
On Tue, Mar 29, 2011 at 3:55 PM, Danny D daniel.m.dev...@gmail.com wrote: Is there supposed to be an ant_rules_r3.xml file included in the android-sdk package? The filename may have changed, since the filenames are internal to the build tools and are not part of the SDK. Similarly, the rules

Re: [android-developers] CheckBoxPreference Error

2011-03-30 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. On Tue, Mar 29, 2011 at 2:55 PM, agrosner agros...@fordham.edu wrote: okay so here it is: public static boolean getGPSOption(Context context){                

Re: [android-developers] Android Show Data from different SQLite Tables in ListActivity

2011-03-30 Thread Kostya Vasilyev
29.03.2011 21:59, marceo пишет: If i use an extra attribute id INTEGER PRIMARY KEY AUTO_INCREMENT and i only want Data from 1 Tabel, everything works fine. CursorAdapter requires that the primary key is named _id. If you want your primary key to have a different name, use a projection to

[android-developers] Android sdk (s) not working

2011-03-30 Thread tobimichigan
Warm Greets Gents, Well I am writing on android app as a project in mobile computing. I am working with eclipse pulsar and I have downloaded several sdk platforms namely 1.5, 1.6, 2.1, etc. The only program I have successfully run is the Hello world program. All the code samples in the android

[android-developers] Undergraduate Summer Research Project

2011-03-30 Thread Izhak Shafran
Hi Undergraduate Developers, I would like to bring to your attention an excellent opportunity to spend 10 weeks in Portland OR at the Center for Spoken Language Understanding. This position is funded by National Science Foundation through Research Experience for Undergraduates (REU). The focus of

[android-developers] Viewing complete ADB_TRACE in Eclipse for an emulator

2011-03-30 Thread TheVirus
Hi, I'm trying to duplicate the following functionality on an emulator but am having no luck. On my phone, I can do the following: 1. Open up Terminal Emulator 2. type su 3. type stop adbd 4. type export ABD_TRACE=all 5. type adbd This will run ADBd in the terminal window and allow me to see

[android-developers] POS App in Android

2011-03-30 Thread B
I was curious to know how this POS App Pocket Verifier by Merchant Anywhere works in Android. If I want to develop an app that does scanning a bar code, swiping a credit/debit card, printing the receipt, is there a supporting hardware with API for Android app development like iAPS for iPhone/iPad.

[android-developers] hi friends visit this page you have many friends

2011-03-30 Thread GR
http://123maza.com/75/play814/ -- 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: WebView Animation Problem

2011-03-30 Thread Anas Jaghoub
Please help me to find a solution for my problem :) On Mar 28, 9:31 pm, Anas Jaghoub anasjagh...@gmail.com wrote: Hi there, Hope you are fine, Actually this is my first post here, I searched a lot, and tried a lot to find a suitable solution for my problem, but unfortunately could not find

[android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread cipher_neo
Hey guys, I am building an RoR web app that I would like to have fully contained in a tablet computer. I would like to run the server on it, and also use it as the client. Is this possible with any tablet computers out there at the moment? I really am aiming to get it working on the android

Re: [android-developers] Re: Help me please

2011-03-30 Thread Khadija FERJANI
No messages in the logcat !! 2011/3/30 Indicator Veritatis mej1...@yahoo.com And did you do as it said? Did you check logcat output? What did you see there? On Mar 26, 6:47 am, Khadija FERJANI ferjani.khad...@gmail.com wrote: I'm an android beginner. I got this message whenever i try to

[android-developers] Re: problem while capturing the image from the android emulator

2011-03-30 Thread Nikita
Hello all, I want to capture the image from the emulator Camera. Currently i am working on linux system and running the android emulator 2.2 and when i capture the image i am getting an error of application camera ( Process com.android.camera) has stopped unexpectedly, please try again. Is their

[android-developers] My application web on Android

2011-03-30 Thread Pkey
Hi guys, i'm new in the Android world, and it's wonderfull!! I need any help or manual or guide to bring my web application on Android. But I don't know how to start with this project. I'll wait for any your answer. Thanks a lot. Bye -- You received this message because you are subscribed to the

[android-developers] (Full) NFC support for Android (on a Nexus S, specifically)

2011-03-30 Thread JMC114
Greetings, After sifting through documentation and building NFC test applications on a Nexus S, I've come to the conclusion the Android SDK still lacks the functionality that NFC applications truly need in order to really be useful in practice. What's possible now: - Reading and writing tags. -

[android-developers] Re: A question about Failed to fetch URL https://dl-ssl.google.com/android/repository/re...

2011-03-30 Thread John B
It looks like your proxy settings are incorrect in your Android SDK and AVD Manager. You will need to go to settings and add the proxy settings here. The reason you can view the xml-file in the browser is because your browser has the correct proxy settings or it auto-detects the proxy settings.

[android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-30 Thread Pradeep
Hello, I am badly stuck at adding sdk components from Android SDK and AVD Manager in order to install sdk platform tools. Under Available Packages tab, when we check the repository link present there, it says Dialog box pops up saying Fetching respository URL Link in title bar and Failed to

[android-developers] How can I get current running Activity from Context

2011-03-30 Thread Takeyuki UEDA
Hi, Does anyone knows how to get current running Activity from Context? Because I need Activity in my junit class. Best regards, Takeyuki -- 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] Detecting “Unable to transfer call” dialog.

2011-03-30 Thread Onibaba
I'm looking to detect when a call transfer fails so that I can try it again. There doesn't seam to be any exception to catch when this is happening, just an dialog with a message and a OK button. Can I check what is currently on the screen and if said dialog is there count it as a fail. Or

[android-developers] To many Images in Horizontalscrollview?

2011-03-30 Thread colby
Hello, sorry I'm really new at this, hopefully I posted in the right place. I'm trying to make an app to change my wallpaper, but i'm stuck. If I add more than about seven images to my xml the app just closes itself. My images are 960x854. Does anyone know what i am doing wrong? ?xml

[android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Kirti Joshi
Hi! everyone, i need help to develop my first android project. i have just 1 month of expriance in android, but i want to develop this project for my collage submition. == -- Defination of Project -- Project Name :

[android-developers] Reflection And Library Diferrent Classes Definition

2011-03-30 Thread Paula Gabriela
Hello everyone, I'm having a trouble with definition of lybrary. I don't really know if it is a concept problem, or a implementation problem. Let me explain: I have three projects in my eclipse workspace. 1º - It's a library, with one interface. I marked this project as a library in eclipse

[android-developers] Properties View

2011-03-30 Thread Slicc
I don't seem to be seeing any properties in the Properties View, I select a TextView in the Graphical Layout, but the Properties View is not populated with any of the available properties. I am using Eclipse 5.6.2 and the latest ADT etc... Any ideas? Slicc -- You received this message because

[android-developers] other possible error cause

2011-03-30 Thread jordi79
Hi! Another error cause could be to pass null to call loadUrl on webview. It seems simple, but in 1.5 I don't get any error only a error dump with no explanation. I hope this helps anybody that has this problem, bye! -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Testing in app billing, all purchases end up cancelled

2011-03-30 Thread Kostya Vasilyev
Is your billing item published? This is under in app products in the console. Publishing an item doesn't publish your application, you can keep it as a draft. -- Kostya 29.03.2011 19:17, Steven пишет: Hi, I've been adding in app billing to a new (as yet unpublished) game, very much based

[android-developers] Re: ? Best way of storing text

2011-03-30 Thread William Moore
Define large amount. A bunch of 1KB files? A few 1MB files?  Several gigabyte files? That is the question, what would be the best way, not sure how many. It would be in the MBs. GBs would be to large for Android I think. Note: I want it to be locally stored. So no connection is needed

[android-developers] Graphics shape intersected by rectangle. Is there an easy way to do it in android?

2011-03-30 Thread L8gos
Hello, There is some task. I need to recognize when the shape (or path or anything else android specific) is intersected by the rectangle. The standart java awt library contains such method that simply can be called from Shape class, like boolean isIntersected = shape.intersects(rect); But I

[android-developers] Google maps Android function

2011-03-30 Thread Andrei
Hello. I am a software developer for Android. I was searching the internet, but found no answer. I work with Google MAPS and can not figure out how to implement the following functions in the application: 1) how to implement the address search on my map? 2) how to pave the closest route to the

[android-developers] Re: Using Eclipse write monkeyrunner

2011-03-30 Thread Gus
I have the exact same problem. Has anyone come up with a solution? On Mar 17, 6:00 am, c j techandroid@gmail.com wrote: I think post img is better :) eclipse settings pythonhttp://goo.gl/WTjDz jythonhttp://goo.gl/cKj7P tracebackhttp://goo.gl/Ywsm8 thank you On 3月17日, 上午7時42分,

[android-developers] CTS and frameword modifications

2011-03-30 Thread Adrien Moa
Hi all, I'm porting Android to a particular board and I have some questions. First, Can we implements just 50 % of a fonctionality. For exemple, in the framework there is a Class that contain a method public String myFunction(){ //frameword Code}. Can I change it for public static String

[android-developers] Re: exception while accessing MS SQL 2005 express using JDBC

2011-03-30 Thread Borik
Did you ever find solution to your problem? I am having same issue... Thank you Borik -- 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] Why does Ginger's NetworkLocation.apk use com.google.uid.shared instead of andorid.ui.system ?

2011-03-30 Thread Jungho Min
Hi, I have a question in GB's NetworkLocation.apk. It is GingerBread OS and GMS revision1. If I turn on Google Location Service in my device, Sorry popup comes. It complains that it does not have UPDATE_DEVICE_STATS in com.google.android.location. Also during booting time DDMS shows the below

[android-developers] Setting (virtual interface / sub-interface / IP aliasing) with SDK (or NDK)

2011-03-30 Thread danips
Hello, I need to configure two different IPs for the same network interface in Android (mostly WiFi, but also ethernet when available). I need to set a 10.151.190.121/29 IP for being able to receive multimedia streams from my provider and then I need to export them to the private network

[android-developers] Re: ? Best way of storing text

2011-03-30 Thread William Moore
For example, you could store it as text files, compressed into a .zip file, along with a SQLite database with the metadata (including section boundaries within the files). For large amounts of text, this would be much more compact than storing the text in the SQLite database directly. So when

[android-developers] Android/iPhone Developers Needed!

2011-03-30 Thread JS
Looking for Android/iPhone Developers for a great opportunity in the NY tri-state area! If you're interested or know someone who is please reply to this post! The client is looking to hire immediately, and these opportunities won't be around for long. Job Title: iPhone/Android Developers Job

[android-developers] Application crashing due to CheckBoxPreference error

2011-03-30 Thread agrosner
I dont know what is wrong with my code, I read multiple sources and made sure I did it the correct way Everything goes well until the user clicks on the preference, disabling it to false, and then it crashes when I access the value in another class. This code works for retrieving string values

Re: [android-developers] Unable to add sdk components from Android SDK and AVD Manager

2011-03-30 Thread Mark Murphy
If the problem persists, it may be an issue with some proxy server between you and the Google servers. That URL is returning a valid XML for me at the moment. All I can suggest is to try it again. On Wed, Mar 30, 2011 at 3:32 AM, Pradeep pradeep.pench...@gmail.com wrote: Hello, I am badly

Re: [android-developers] Google maps Android function

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 3:07 PM, Andrei entre...@gmail.com wrote: Hello. I am a software developer for Android. I was searching the internet, but found no answer. I work with Google MAPS and can not figure out how to implement the following functions in the application: 1) how to implement

Re: [android-developers] Properties View

2011-03-30 Thread Tor Norbye
The property view currently only displays properties that you have explicitly defined for this view (e.g. you would see a declaration of these specific values in the XML). It does not show inherited or default values. We know this is a big limitation and we plan to improve the property sheet. --

[android-developers] Re: uses-feature glEsVersion

2011-03-30 Thread joebowbeer
I think your uses-feature element is missing the android:name attribute. On Mar 28, 3:54 pm, brian7t7 br...@7twenty7.com wrote: Hi all-- Sorry if this has been addressed--I couldn't easily find anyone else with this issue. Anyway, I'm about to publish my first app.  In the manifest XML,

Re: [android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Miguel Morales
Why don't you just do it yourself? I thought college was a place to learn to do things in the real world. You won't get help like this in the real world. On Wed, Mar 30, 2011 at 1:44 AM, Kirti Joshi joshikirti...@gmail.comwrote: Hi! everyone, i need help to develop my first android project.

Re: [android-developers] Question.!!

2011-03-30 Thread Miguel Morales
No, it's not possible to write any android app in c/c++. Most likely you'll need to learn the java sdk at some point. Quit being lazy and learn it. On Tue, Mar 29, 2011 at 9:38 AM, wahedul arefin arefin.a...@gmail.comwrote: Is it possible to write any android application in c/c++ ? If it is

[android-developers] Re: ListView leaks memory II

2011-03-30 Thread ivan
I'm using a deice. On Mar 30, 1:30 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Mar 30, 2011 at 3:28 PM, ivan istas...@gmail.com wrote: John, I've read your post about this ... I launched a non-debug version through eclipse (i.e. ctrl + F11) and pulled a heap hprof file showing

[android-developers] Vertical text

2011-03-30 Thread DanielSchH
Hello together, I have got a problem. I want a text to be vertical. This vertical text has to be centered horizontal and vertical in a relative layout. I have tried the VerticalLabelView from Karl Otsma, but on the on hand it’s not really centered vertical in the layout and on the other hand

Re: [android-developers] Re: ListView leaks memory II

2011-03-30 Thread Mark Murphy
On Wed, Mar 30, 2011 at 5:14 PM, ivan istas...@gmail.com wrote: I'm using a deice. You should be testing this on an emulator in addition to your device. Your device may have its own set of bugs and (strangely enough) the home screen can impact this sort of thing as well. For a problem like this,

Re: [android-developers] Need Help to Develope my first Android Project.

2011-03-30 Thread Robin Talwar
read the notepad tutorial and start digging into database. If you want user to keep track then u shud be having firm hand ova sqlLite3 On Thu, Mar 31, 2011 at 2:43 AM, Miguel Morales therevolti...@gmail.comwrote: Why don't you just do it yourself? I thought college was a place to learn to do

Re: [android-developers] Question.!!

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 11:38 AM, wahedul arefin arefin.a...@gmail.comwrote: Is it possible to write any android application in c/c++ ? If it is then how to do this? Google NDK. Also, Question.!! is a horrible title for a post. Title your posts with something relevant to the content, which

Re: [android-developers] Why does Ginger's NetworkLocation.apk use com.google.uid.shared instead of andorid.ui.system ?

2011-03-30 Thread Dianne Hackborn
Hi, this is not related to the Android SDK. Please post in an appropriate group like android-porting. On Wed, Mar 30, 2011 at 7:43 AM, Jungho Min android@gmail.com wrote: Hi, I have a question in GB's NetworkLocation.apk. It is GingerBread OS and GMS revision1. If I turn on Google

Re: [android-developers] (Full) NFC support for Android (on a Nexus S, specifically)

2011-03-30 Thread Dianne Hackborn
The platform so far supports what is in the SDK. It doesn't matter what a particular piece of hardware supports. It is enough to be useful in practice. It may not be enough for what *you* want to do, and we understand that it does not do everything for everyone at this point, but this is what

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Dianne Hackborn
That is really not how you are supposed to write applications on Android tablets. On Wed, Mar 30, 2011 at 2:30 AM, cipher_neo l33...@gmail.com wrote: Hey guys, I am building an RoR web app that I would like to have fully contained in a tablet computer. I would like to run the server on it,

Re: [android-developers] Disable a particular row in list view onCreate

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 1:21 PM, dilu discover.dile...@gmail.com wrote: I want to disable a particular row in list view based on some condition on onCreate. There's no reason to do this in onCreate - list view rows are created, if necessary, when shown. That's when you'd disable it. Please

Re: [android-developers] Question.!!

2011-03-30 Thread Kostya Vasilyev
There is support for applications implemented entirely in native (C/C++) code: http://developer.android.com/reference/android/app/NativeActivity.html However, this is intended really for a small class of applications, like games, and requires Android 2.3 or later. If you're asking because you

Re: [android-developers] Ruby on Rails for Tablet Computers (Android OS)

2011-03-30 Thread Lee Farrell
I know, but I am writing a web app that can be accessed by a bunch of mobile devices and wanted to host it on an android device. regards, Lee Farrell On Wed, Mar 30, 2011 at 10:41 PM, Dianne Hackborn hack...@android.comwrote: That is really not how you are supposed to write applications on

<    1   2   3   >