Re: [android-developers] Re: how to access desktop files from android app remotely?

2011-04-20 Thread Hitendrasinh Gohil
hi, i want to access desktop through android programatically so can u give me reference links that i can follow and can achieve. -- Regards, Hitendrasinh Gohil -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Get the value of the focused item from the list activity

2011-04-20 Thread Akshay Kulkarni
Hi all, Is there any way to get the value of the focused item from the listactivity? AK -- 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

Re: [android-developers] Re: how to access desktop files from android app remotely?

2011-04-20 Thread Nikolay Elenkov
On Wed, Apr 20, 2011 at 3:00 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, i want to access desktop through android programatically Why? Do you just want to access *your* files, or are you trying to create something similar to Dropbox or RDM+? In case it's the former, just

[android-developers] How to get Android Market InApp Billing Product Lists

2011-04-20 Thread muhammad mahmood
Hi Is there a way to request my Android Market InApp Billing Product List (listing name,description and value of my items) via the In-app Billing Service API? I checked the available In-app billing requests (http://developer.android.com/guide/market/billing/ billing_overview.html) and there is no

Re: [android-developers] Re: how to access desktop files from android app remotely?

2011-04-20 Thread Hitendrasinh Gohil
hi, yes that i know that if i set ftp server on my desktop and put some files over there than i can access it through by authentication credentials that i have setup in my ftp server. but can u give me any reference links for remote desktop access from any(mobile or pc) because i just want to

[android-developers] Re: Fwd: How to detect the if soft keyboard is visible on the screen

2011-04-20 Thread Ravi
This should help : http://stackoverflow.com/questions/2150078/android-is-software-keyboard-shown On Apr 20, 10:29 am, Akshay Kulkarni ak.androidm...@gmail.com wrote: Hi, Am trying to detect if the soft keyboard is active from the ImputMethodManager, and the piece of code is as below ; *

Re: [android-developers] which is the best way to play encrpted song instantly?

2011-04-20 Thread Miguel Morales
i've never done it, i figure you'd have to redirect the streams or something. Just look it up, this isn't really android specific. On Tue, Apr 19, 2011 at 9:01 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, play while you decrypthow i can do it? -- Regards,

Re: [android-developers] How to get Android Market InApp Billing Product Lists

2011-04-20 Thread Nikolay Elenkov
On Wed, Apr 20, 2011 at 3:10 PM, muhammad mahmood muhammad.rash...@gmail.com wrote: Hi Is there a way to request my Android Market InApp Billing Product List (listing name,description and value of my items) via the In-app Billing Service API? I checked the available In-app billing requests

Re: [android-developers] Re: Fwd: How to detect the if soft keyboard is visible on the screen

2011-04-20 Thread Akshay Kulkarni
Thanks for the help. The link benefits but says the probability of the soft key board shown. Can I use InputMethodManager or InputMethodService.isInputViewShown and get the result? can I get the pseudo or implemented code for the same? On Wed, Apr 20, 2011 at 11:58 AM, Ravi ravivya...@gmail.com

[android-developers] What are the types of video encoding/resolution available for android development?

2011-04-20 Thread lyrical.mas...@hotmail.com
Q1. What are the available different forms of video encoding type available in android for user to choose from? Because i'm currently doing a video recording app which i wanted to use ListPreference to allow user to dynamically choose what type of encoding is available. Q2. I wanted to know is

[android-developers] Re: Only first record is visible in tablelayout

2011-04-20 Thread pramod.deore
Any one have idea how to show all records in table layout? On Apr 20, 9:37 am, pramod.deore deore.pramo...@gmail.com wrote: Hi, all I am parsing one string and showing data in table layout format. But only one record is visible and other are not. Here is my xml file: ?xml version=1.0

[android-developers] Re: How to properly clear intent data from singleTop Activity?

2011-04-20 Thread String
I've been bothered by this issue myself for a while. Streets' solution works in the scenario where the system kills the activity in the background, but not when the user exits the activity with the Back button, then later returns to it by a long-press of Home: the Recents list re-launches the

[android-developers] ActivityGroup, when i press back the activity does not reload itself...

2011-04-20 Thread Sergio Luceno
Hi everybody! I have a tabhost on my application and I'm using an Activity group which handles 3 activities inside. Example: ActivityGroup Handles A - B - C When i start this activities i'm using the flag Intent.FLAG_ACTIVITY_CLEAR_TOP. My problem is when the user goes from A-B-C and press

[android-developers] Re: ActivityGroup, when i press back the activity does not reload itself...

2011-04-20 Thread Zsolt Vasvari
There are many annoying bugs with ActivityGroups. Your best bet is to bite the bullet and rewrite your app so that it uses a single Activity with a TabHost and View's for the pages. On Apr 20, 3:05 pm, Sergio Luceno slucen...@gmail.com wrote: Hi everybody! I have a tabhost on my application

[android-developers] Appwidget + AsyncTask + Handler

2011-04-20 Thread b_t
Hi, In my app I was going to use an AsyncTask to update appwidget data because this process can be long. To get the state I have to call BluetoothAdapter.getDefaultAdapter(). The problem is that in some device (not in mine) it tries to initialize a Handler and throws Exception about missing

[android-developers] Re: Live Wallpaper Icon

2011-04-20 Thread James W
Does anyone happen to know the official required resolutions of the Live Wallpaper thumbnail icons for the various densities? The documentation doesn't mention a specific size. The resolution used seems to be a lot larger than the launcher icon resolution, using 48 for medium or 72 for high gives

Re: [android-developers] Appwidget + AsyncTask + Handler

2011-04-20 Thread Kostya Vasilyev
You could try calling Looper.prepare() first thing in doInBackground(). Oh, and logcat output would help us help you, as usual. -- Kostya 20.04.2011 12:07, b_t пишет: Hi, In my app I was going to use an AsyncTask to update appwidget data because this process can be long. To get the state I

[android-developers] Get Firefox and Opera History

2011-04-20 Thread Mochamad Basofi
Hello, Is there any way to get history from firefox and opera web browser? Thank you -- 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] Click event in list on list items.

2011-04-20 Thread vix
Hi, I am able to navigate activities using listitem click. Please share the code Thanks Vikas Dhar -- 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] OnSensorChanged

2011-04-20 Thread Nathaniel Warner
I need to boost the accuracy of the accelerometer or at least increase the number of times that it triggers onSensorChanged (or the accelerometer is polled). Is there any way to do that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Jitesh dedhiya
Can we have auto bouncing balls(say 3 to 5 balls bouncing automatically with medium pace moving here and there in the given rectangle area or screen) in android. If yes, then what will be needed to start with it. Target device : 2.2 Thanks in advance. -- --Jitesh .V. Dedhiya--- Don't Learn To

[android-developers] Re: ActivityGroup, when i press back the activity does not reload itself...

2011-04-20 Thread Sergio Luceno
m I had the activity builded with a tabhost, but I wanted to have the menu buttons at the bottoms always visible. So i started to adapt the app for using ActivityGroups. Since i started i have been solving problems... Maybe you are right, and it's better to not use the activity group.

Re: [android-developers] Re: How to properly clear intent data from singleTop Activity?

2011-04-20 Thread Kostya Vasilyev
You could override onResume as well, have it check a flag set in onCreate to distinguish between the first original callback sequence and subsequent ones, and clear some data values. 20.04.2011 11:03 пользователь String sterling.ud...@googlemail.com написал: I've been bothered by this issue

[android-developers] Re: ActivityGroup, when i press back the activity does not reload itself...

2011-04-20 Thread Zsolt Vasvari
A TabHost children are shown/hidden as you flip tabs. If you are building an iPhone clone app with a button bar on the bottom, just simply put below the TabHost. My layout that uses this pattern looks like this. I have a TabHost and an always visible status bar. LinearLayout

[android-developers] Re: How to properly clear intent data from singleTop Activity?

2011-04-20 Thread Zsolt Vasvari
It was a mistake to have the setIntent() method.  The Intent is always the original intent used to launch the activity, nothing more.  This is immutable. Can you deprecate it and throw an exception if the target SDK is 11? -- You received this message because you are subscribed to the

[android-developers] Re: Is there any example for auto Multiple Bouncing balls(more than one ball) in android

2011-04-20 Thread Zsolt Vasvari
No, Android supports up to 2 balls only. It's a male dominated platform... On Apr 20, 4:46 pm, Jitesh dedhiya jitesh.dedh...@gmail.com wrote: Can we have auto bouncing balls(say 3 to 5 balls bouncing automatically with medium pace moving here and there in the given rectangle area or screen) in

[android-developers] Re: State of in-app billing

2011-04-20 Thread Indicator Veritatis
When I read your reply to Nikolay, I remembered the line form the Natsume Souseki's 'Ten Nights of Dreams', Hyaku nen, watasi no hako no soba ni suwatte matte ite kudasai. Of course, you won't really have to wait that long;) On Apr 18, 6:07 pm, ishihata ishihata.k.t...@gmail.com wrote: Hello

[android-developers] Re: How does Android PhoneNumberUtils determin the international call prefix for a specific country?

2011-04-20 Thread higonnet
If I understand it correctly, your problem only exists if you receive a call from (52) 55 while in Indonesia and then you go to, say, Sweden and try to call that number. If you stay in Indonesia you don't have a problem. I think your best choice, being aware of this problem, is to make

Re: [android-developers] Re: State of in-app billing

2011-04-20 Thread Nikolay Elenkov
On Wed, Apr 20, 2011 at 6:29 PM, Indicator Veritatis mej1...@yahoo.com wrote: When I read your reply to Nikolay, I remembered the line form the Natsume Souseki's 'Ten Nights of Dreams', Hyaku nen, watasi no hako no soba ni suwatte matte ite kudasai. Of course, you won't really have to wait

[android-developers] Re: Calling a system service in fixed intervals within another service

2011-04-20 Thread Indicator Veritatis
Dianne- I expect your suggestion is sound, since you do know Android so well, and in particular, what Handlers are good for and how to use them. I also expect that the reason Diego did not use a Handler was that he could easily find copious documentation on how to use a raw thread, but nothing

Re: [android-developers] Get Firefox and Opera History

2011-04-20 Thread Mark Murphy
On Wed, Apr 20, 2011 at 4:23 AM, Mochamad Basofi moch.bas...@gmail.com wrote: Is there any way to get history from firefox and opera web browser? For questions regarding firms' or organizations' products, you might consider asking those firms and organizations. -- Mark Murphy (a Commons Guy)

[android-developers] Howto manage superuser dialog in my app

2011-04-20 Thread maikelalonso
Hi: I have an application with a MainActivity with a Forward button. When I click this button, I'm requesting for surperuser permissions by process.Runtime.getRuntime().exec(su). I'm attempting to manage the dialog with the exitValue(). When I click on deny in Superuser dialog it works correctly

Re: [android-developers] Re: how to access desktop files from android app remotely?

2011-04-20 Thread Nicholas Johnson
I provided the reference links above. RFC 959 describes the protocol required to interface between an FTP server/client. Here is another link that I think you might find useful: http://developer.android.com/guide/basics/what-is-android.html It deals with how to implement apps in Android using

[android-developers] Find Command Prompt on Android Filesystem

2011-04-20 Thread Yash Jain
Hello All, Can you please help me in finding the command prompt on android filesystem. I am trying to automate few task, the procedure is i will find the command prompt (#) and then execute few commands but to encounter command prompt i have to press enter, could you please let me know how to

[android-developers] Re: Icons looks blurred instead of being sharp after resizing

2011-04-20 Thread varinag gold
Hi Dianne, Thanks for your reply. If I don't resize them some application icons appear larger than others and suppose the android should choose all resources according to the device lcd density (hdpi, mdpi or ldpi )? Regards, varinag On Apr 20, 12:09 pm, Dianne Hackborn hack...@android.com

Re: [android-developers] Re: Icons looks blurred instead of being sharp after resizing

2011-04-20 Thread Marcin Orlowski
On 20 April 2011 13:49, varinag gold varinagg...@gmail.com wrote: Hi Dianne, Thanks for your reply. If I don't resize them some application icons appear larger than others and suppose the android should choose all resources according to the device lcd density (hdpi, mdpi or ldpi )?

[android-developers] Flash 10.2 on Android 2.2 crashes

2011-04-20 Thread Sumeet
Hi, I am writing a simple application that loads a flash video in the webview and plays it. However, I am facing flash crash issues even in this simple scenario. Many a times, the flash just crashes after running for 5-10 minutes. What might be the reason for this, and what is the way to

[android-developers] Re: Application not installed

2011-04-20 Thread Sumeet
This can happen when you have an application already installed on the device, and you try installing another app with the same name (but different application signature.) In that case, you will have to uninstall the previous app before installation. On Apr 20, 12:53 am, Kostya Vasilyev

[android-developers] Re: How can we open browser in Android through code?

2011-04-20 Thread Steve
This will do: Uri uri = Uri.parse(http://www.example.com;); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); -- 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] Click event in list on list items.

2011-04-20 Thread Justin Anderson
On Apr 20, 2011 2:34 AM, vix vikas.dh...@gmail.com wrote: Hi, I am able to navigate activities using listitem click. Good for you... Please share the code No... Thanks Vikas Dhar -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Speed Download

2011-04-20 Thread Neo Apostol
Hi there, I wrote the method that downloads the file. How can I found out the speed of downloading the file? Maybe smb. has written the method like that? Thank YOU. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Speed Download

2011-04-20 Thread Kostya Vasilyev
Speed (rate) is something over time. Download speed is the number of bytes divided by elapsed time. Sample code: speed = size / time. 20.04.2011 16:57 пользователь Neo Apostol neo.apos...@gmail.com написал: Hi there, I wrote the method that downloads the file. How can I found out the speed of

Re: [android-developers] Re: Android 2.1 WebKit and applicationCache

2011-04-20 Thread Christopher Dale
I would also be interested to know the current state of the applicationCache implementation. I am running into issues in the Android browser with going offline where I have no issues on Chrome. I think it would also be helpful if there was a central place where the statuses of implemented

[android-developers] Re: In-App Billing example service lifecycle

2011-04-20 Thread markusn82
I tried out several other applications with In-App billing (Dungeon Defenders and Comics) and they suffered from the same issue. Are there any official responses from the Android team about this undocumented way of starting a service? On Apr 19, 3:51 pm, Kostya Vasilyev kmans...@gmail.com wrote:

Re: [android-developers] Re: In-App Billing example service lifecycle

2011-04-20 Thread Kostya Vasilyev
20.04.2011 17:32, markusn82 пишет: I tried out several other applications with In-App billing (Dungeon Defenders and Comics) and they suffered from the same issue. Are there any official responses from the Android team about this undocumented way of starting a service? If you mean this list,

[android-developers] Re: Appwidget + AsyncTask + Handler

2011-04-20 Thread b_t
The original stack trace is: Caused by: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() at android.os.Handler.init(Handler.java:121) at android.bluetooth.BluetoothAdapter $1.init(BluetoothAdapter.java:961) at

[android-developers] Handle Multi Screen

2011-04-20 Thread Me
Hi Community I am using smack for a chatting module in my application … Now there is need to handle the multi chat screens. Right now I am opening my chat screen activity as below Intent chatIntent=new Intent(HomeActivity.this,ChatActivity.class); startActivity(chatIntent); When a user press

Re: [android-developers] Re: Appwidget + AsyncTask + Handler

2011-04-20 Thread Kostya Vasilyev
Have you looked at Android's own Power Controls widget? It's part of Settings application. Also, is it possible you're dealing with some heavily modified, buggy firmware? 20.04.2011 18:00 пользователь b_t bartata...@gmail.com написал: The original stack trace is: Caused by:

[android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
Hi all i am working on an app which uses the current location GPS values .i am getting some error in the xml file . I have added this line in the xml file, just before manifest to get permission to access the location values uses-permission

Re: [android-developers] amdroid GPS problems

2011-04-20 Thread Mark Murphy
You cannot put that just before manifest. That element needs to go inside the manifest element. On Wed, Apr 20, 2011 at 10:35 AM, kaushik p kaushiks...@gmail.com wrote: Hi all i am working on an app which uses the current location  GPS  values .i am getting some error in the xml file . I have

Re: [android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
my final XML file appears this way ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=Firstdroid.Tutorial.Gps android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon

Re: [android-developers] amdroid GPS problems

2011-04-20 Thread kaushik p
Thanks mark , i solved the prob On Wed, Apr 20, 2011 at 8:14 PM, kaushik p kaushiks...@gmail.com wrote: my final XML file appears this way ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=Firstdroid.Tutorial.Gps

[android-developers] Where does Android Emulator store APK files?

2011-04-20 Thread BrickMan
Where does the Android Emulator store APK files on a PC? I did windows search on c:\program files\ android for *.apk but it didn't return anything. -- 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] Where does Android Emulator store APK files?

2011-04-20 Thread Kostya Vasilyev
Why would it store .apk's in Windows? It works the same as a real device, installing applications within its own file system(s). 20.04.2011 19:07 пользователь BrickMan giants...@gmail.com написал: Where does the Android Emulator store APK files on a PC? I did windows search on c:\program files\

Re: [android-developers] Problem with timed notification

2011-04-20 Thread Brad Stintson
Thanks a tonne Kostya, that worked just fine. I have another query, I am unable to pass or retrieve an extra in a BroadcastReceiver. How can I work that out? On Wed, Apr 20, 2011 at 1:05 AM, Kostya Vasilyev kmans...@gmail.com wrote: 19.04.2011 21:48, Brad Stintson пишет: When I set alarm

[android-developers] Re: SipManager - setAutoRegistration Incoming call intents

2011-04-20 Thread tgisunnysay
[up] Please. No one ? On Apr 5, 5:58 pm, tgisunnysay tgiasunny...@gmail.com wrote: Hi, I have a question regarding the profile and thesipstack: When my profile has setAutoRegistration(false), once I am registered to thesipserver (manually), I don't receive any incoming call intents in my

Re: [android-developers] Problem with timed notification

2011-04-20 Thread Kostya Vasilyev
Brad, You can put the extras in the Intent you create the PendingIntent from. 20.04.2011 19:16 пользователь Brad Stintson geek.bin...@gmail.com написал: Thanks a tonne Kostya, that worked just fine. I have another query, I am unable to pass or retrieve an extra in a BroadcastReceiver. How can

Re: [android-developers] Bluetooth socket send issue

2011-04-20 Thread social hub
Thanks Kris. Yes I didnt see any errors when I send message to nokia phone. Has anyone connected successfully to iphone from android over bluetooth. ? Thanks On Tue, Apr 19, 2011 at 1:46 PM, Kristopher Micinski krismicin...@gmail.com wrote: On Tue, Apr 19, 2011 at 9:15 AM, social hub

[android-developers] Re: Appwidget + AsyncTask + Handler

2011-04-20 Thread b_t
I don't know what firmware it is but when I updated my app today I got tons of error mails from different types of devices so it must be a popular one. On Apr 20, 4:17 pm, Kostya Vasilyev kmans...@gmail.com wrote: Have you looked at Android's own Power Controls widget? It's part of Settings

Re: [android-developers] Bluetooth socket send issue

2011-04-20 Thread Kristopher Micinski
No, I don't believe so. I heard this is why the bump app did not use it, but I might be incorrect. (See if you can find any apps on the market, it's possible there are.) Kris On Wed, Apr 20, 2011 at 11:20 AM, social hub shubem...@gmail.com wrote: Thanks Kris. Yes I didnt see any errors when

[android-developers] Archos 70

2011-04-20 Thread Stanislav Orlenko aka Smith
Hi There is a tablet http://www.archos.com/products/ta/archos_70it On this device buttons Back, Menu, Home, Search located on the screen http://www.archos.com/img/archos_70it/download/ARCHOS_70_it_front_home_screen.jpg Which API should I use to find out a size of panel with these buttons? Thanks

[android-developers] Re: Using cursor

2011-04-20 Thread Fougère
You request only one column (passwd). The column index in the cursor is 0-based, so you should do : password = c.getString(0); And you should test the size of your cursor : if(c!=null c.moveToFirst()) { password = c.getString(0); } On 14 avr, 09:10, amey bura ameybur...@gmail.com

[android-developers] Re: setting initial scroll position in scrollable widget

2011-04-20 Thread Don
It looks like setting the scroll position in a RemoteViews object is broken in ways other than the timing issue mentioned above. Let's say I have a count of 80 items in the listview, and I have manually (with finger) scrolled down to the bottom of the list (item 79). At that point, calling

[android-developers] Adding the custom fonts to listview in Android

2011-04-20 Thread Parry
Hi, I am comletely new to Android Programming.I just wanted to know how to use a particular font type for an item in List View in Android or in other words how to customize the font in ListView in Android.It would be really helpful if you could provide a code snippet to explain the same. Thanks,

[android-developers] Video Intent flags

2011-04-20 Thread Prasannaa
Hi, Is there a way to specify the following properties through intent while trying to play a video/audio file. I want to use the intent and not the MediaPlayer/VideoView/ SurfaceView for playing the video/audio. The properties that i would like to set are , loop - Yes/No

[android-developers] Emulator doesn't shut down

2011-04-20 Thread Ozan Çağlayan
Hi, On my Linux system, the provided emulator by Google, doesn't shut down correctly. After confirming the shut down by pressin OK, the throbber keeps spinning and says Shutting down but it actually never shuts down. Looking through logcat: I/ShutdownThread( 61): Sending shutdown

[android-developers] PIP for android video?

2011-04-20 Thread zooldk
Hi All, Is there any way to do a picture-in-picture video view on android?. Such that a video is playing in fullscreen in the background and that a smaller video canvas is displayed on top of that? It's probably not possible through using two videoView tags like I did.. And I did not expect that

[android-developers] Android Root user

2011-04-20 Thread zero4infinitive
Hello, Can you please tell me the instructions to make my Android a root user accessible ? I have a Samsung Galaxy Europa (GT-i5500) which has Android 2.1. I am interested in installing Android 2.2 or Android 3.0 and needs help for that too. Has someone tried dual boot of Androids? Hoping to

[android-developers] Excessive JNI global references (2001)

2011-04-20 Thread fycd
Hi all: I get Excessive JNI global references (2001) while doing monkey test in compose activity of email. and in logcat, I find a log: 04-14 00:01:03.353 W/dalvikvm( 2217): 1468 of Lcom/android/server/am/ServiceRecord; 196B (1468 unique) I think it is too much global reference about

[android-developers] peer to peer streaming protocol

2011-04-20 Thread parag bafna
Hello, Please suggest me a peer to peer streaming protocol that works with Android ? -- With Best Wishes, Parag Bafna, -- 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

[android-developers] Re: XML Adapter sample from SDK not compiling

2011-04-20 Thread jcooper1
Did you ever solve this ?? It's really annoying that there are errors in the sample code. On Apr 5, 11:30 am, mmontecchi massimo.montec...@gmail.com wrote: I have the same problem. Here is my details:     [javac] /android-sdk-linux_x86/tools/ant/main_rules.xml:384: warning:

[android-developers] Re: Debugger - locating force close line

2011-04-20 Thread YWT
Thanks for the reply. I tried a 'force close' simulation by a divide-by-zero situation. I cannot see the offending line information in the log. Unless you mean using the Log class to output log messages myself, I don't see the information from the log window. It would be much appreciated if you

[android-developers] programming a simple form application

2011-04-20 Thread elad2109
Hi, I'm trying to write a java code on an Android emulator that will send a string to a web service writen in c#. Android code: HttpPost httppost = new HttpPost(http://192.168.2.1:53811/WinnerSite/ WebService.asm/MyMethod try { // Add your data Listnamevaluepair

[android-developers] how-to:Android SDK sources in eclipse

2011-04-20 Thread Finn Johnsen
I've made a very short step-by-step blog post on how to get to see the android sources in eclipse. http://johnsenf.blogspot.com/2011/04/android-sources-in-eclipse.html hope it helps -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Create a daemon in \frameworks\base\cmds\

2011-04-20 Thread wayne
I created \frameworks\base\cmds\qaipd daemon by copy over the \frameworks\base\cmds\hdmid daemon example . But the compilation didn’t pick up my “qaipd”. I searched for all “hdmid” but only found that it was in “\frameworks \base\cmds\hdmid \Android.mk” and “system/core/rootdir/etc/

[android-developers] Android Market Place

2011-04-20 Thread atul paliwal
I want to create Android Market Place like app. Can anyone tell me how to create app store in Android. Which Web Technology has been used in this app store? -- 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: Facebook and twitter integration

2011-04-20 Thread Fougère
You just need to build the right URL and display it in a webview. Use facebook web api documentation to build the url you need. http://developers.facebook.com/ On 16 avr, 07:59, Laxmi Verma laxmiverma.andr...@gmail.com wrote: Hi, I want to integrate facebook and twitter into my android app.  

[android-developers] Array list to spinner OR json Array to java Array ?

2011-04-20 Thread montassar zarroug
A Samsung Galaxy svp tu peut me envoyer tout le code Array list to spinner OR json Array to java Array ? je besoin une 'intégralité du code ou de détail. merci :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Sending mail broadcastreceiver

2011-04-20 Thread dulal
I want catch the event of sending email with an application which will do some task autometically when any message is sent from mobile. I hope somone will help me. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to Upgrade Android Platform - opencv issue

2011-04-20 Thread Kedar Manekar
Hi, My HTC magic have Android 1.5 installed on it. I am planning to run the opencv based CVCamera.apk on it. I am facing error as the opencv requires Platform 1.7. How should i upgrade the platform? Any help is useful. Thanks Kedar -- You received this message because you are subscribed to the

[android-developers] Re: startactivity vs launch from home screen - for adobe AIR app

2011-04-20 Thread MOLA
I am looking for some help on launching the android browser through a button click in Adobe Air. I cannot seem to find any resources to do this. The modified the code below with the VIEW intent and I set a DataUri but I have had little success. I have been searching for a while and cannot seem

[android-developers] Re: Getting current time OR GMT offset for any location.

2011-04-20 Thread Fougère
I think it is not possible directly from android SDK. You can get a timezone from a city name, but not from lat/long values (see http://developer.android.com/intl/fr/reference/java/util/TimeZone.html setID() and getAvailableIDs() ) You can make a request to a webservice that will give you the

Re: [android-developers] Re: Android Apps, move apps into phone's memory, or switch them into external memory.

2011-04-20 Thread Kelsey Dawes
Somebody has to wield the big hammer - if bad questions aren't shouted down, it encourages further abuse. I appreciate the service TreKing provides in this regard. You'll notice that he answers good questions too. -Kelsey On Fri, Apr 15, 2011 at 12:54 PM, Android K

[android-developers] How to get MD5 fingerprint for google maps in windows 7 ?

2011-04-20 Thread Goutom
Hello, How to get MD5 fingerprint in windows 7(64 bit) to use google maps in my app?Can any one give me an example? Thanks in advance. Regards, Goutom. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Barcode scanning in android App

2011-04-20 Thread manu
Hello Friends, I wanted to implement bar code scanning feature in App and then use that for searching products. Can you please share relevant helpful information? Thanks, Manu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] 2 Activities in MAIN LAUNCHER but...

2011-04-20 Thread Ssj5Trunks
Hi, I created an application with 2 Activities as set in the Manifest MAIN and LAUNCHER because I want to have 2 separate icons that launch the Activity in the menu of applications. It happens to me that when I download the program from the market and it's installed, when I click on the

[android-developers] Re: eclipse/sdk combo crash

2011-04-20 Thread Lei Gao
Hi Tor, Have you tried reproducing the problem in a Mac OS X? I am using a MacBook and I met the same problem. What I did is like the following: 1. Create a new project of android. 2. Right-click on res folder, then New a folder named menu. 3. Right-click on the menu folder, then New a file. 4.

[android-developers] emulator.exe has encountered a problem and needs to close. We are sorry for the inconvenience.emulator.exe has encountered a problem and needs to close. We are sorry for the inc

2011-04-20 Thread Swapnil Lipare
emulator.exe has encountered a problem and needs to close. We are sorry for the inconvenience.emulator.exe has encountered a problem and needs to close. We are sorry for the inconvenience. plz tell me the solution -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Icons looks blurred instead of being sharp after resizing

2011-04-20 Thread Dianne Hackborn
Some applications seem to be kind-of lame and not actually have app icons of the right size. You'll want to ensure the icons you get are the right size by scaling them if they aren't actually the correct size. Launcher and other things do this. On Wed, Apr 20, 2011 at 4:49 AM, varinag gold

[android-developers] Re: PendingIntent question

2011-04-20 Thread Fougère
a 10 seconds search on google gave me this answer : http://stackoverflow.com/questions/3606596/android-start-activity-from-service please search before asking ... On 16 avr, 02:43, dashman erjdri...@gmail.com wrote: i create PendingIntent and notification from a service.                

[android-developers] Does Android1.6 support Serial Port? any Examples?

2011-04-20 Thread Chen Frank
I am porting the android source on NEC EMMA MOBILE 1. I want to do some program by Serial Port on Android 1.6. Is there any Examples? PS: maybe I will have some other questions. I hope I can get helps from you guys. Thank you . -- You received this message because you are subscribed to the

[android-developers] SAXParser throws exception for bad character in CDATA block, bug???

2011-04-20 Thread Phil Bayfield
I'm having an issue with SAXParser on an RSS feed from a vBuletin forum. The parser throws SAXException - At line 212, column 26: not well-formed (invalid token) when it encounters a right apostrophe character - http://www.fileformat.info/info/unicode/char/2019/index.htm I realise this is a

[android-developers] How to produce a closed source library ?

2011-04-20 Thread Fougère
Hi, I'm currently developping a library for Android. I would like to keep the source closed (it is a professional project with no open-source allowed). Is there a way to do it ? I remember a presentation made by Mark Murphy in London, where he explained how to do it, but I just can't find it on

[android-developers] Are NewWeakGlobalRef()/DeleteWeakGlobalRef() already implemented?

2011-04-20 Thread tueda
Hi, android developers! In the past e-mail (http://groups.google.com/group/android-developers/ browse_thread/thread/c8c84265a97cd2f4), I found both NewWeakGlobalRef()/DeleteWeakGlobalRef() were not implemented yet, but you should see it sooner rather than later. The other day I invoked

[android-developers] Re: C2DMBroadcastReceiver in Activity

2011-04-20 Thread Finn Johnsen
this guide got me up and running: http://code.google.com/android/c2dm/index.html only thing its missing, is how the server authenticates (the auth variable in the http post), but i found that pretty easily elsewhere On Apr 14, 2:31 pm, nino nino.muel...@gmail.com wrote: I have an application

[android-developers] Mock Location Provider

2011-04-20 Thread D|3-H4rD
Hi guys, This is my first android app... I have a problem, this app work only on google maps and not on others navigator software like copilot. Copilot tell me there is not gps signal... Pls help me import android.location.Location; import android.location.LocationManager; import

[android-developers] Re: Send message with C2DM

2011-04-20 Thread Finn Johnsen
hi strikes me as a network or firewall problem maybe. from your dev pc i guess. as its complaining about not reaching mtalk.google.com at that port. dont know, just thinking loud. finn On Apr 15, 1:57 pm, vokvince vokvi...@gmail.com wrote: Hello, I'm working on C2DM, my registration is ok

[android-developers] NFC JNI Error on Nexus S

2011-04-20 Thread Myroslav
Hello everybody, I'm working now with NFC on Nexus S. And from time to time I get some problem in NFC Service. After some amount of properly scanned tags, NFC service fails to scan tag... Then after some amount of trials to scan tag, there is some buffer overflow and system understands, that

[android-developers] Re: Android Debugger is DOG Slow

2011-04-20 Thread Roger Heim
I use IDEA on both Windows and Linux and have absolutely no problems. I much prefer it to Eclipse because of my .NET and ReSharper background. On Apr 15, 1:17 pm, TreKing treking...@gmail.com wrote: On Fri, Apr 15, 2011 at 11:39 AM, Eric e...@alum.mit.edu wrote: What does Eclipse vs. IDEA have

[android-developers] Change Fast Scroll to Alphabetical like Galaxy S or iPhone

2011-04-20 Thread David
Would it be possible to develop an app that changes the behavior of fast scroll for all apps that use it? I would like to change fast scroll from the default thumb slider to the alphabet seeker on the right side, as in Galaxy S phones (www.youtube.com/watch?v=Yclcs338CGc) or iPhones. How would I

  1   2   3   4   >