Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
What is your problm... Your not navigating from 1st activity to 2nd activity or wat..? On 8 October 2012 11:01, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: Hi Everybody, I am stuck in a problem, the is this that when i get nevigate from one activity to another

Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
public class FirstActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Button orderButton = (Button)findViewById(R.id.order); orderButton.setOnClickListener(new

Re: [android-developers] activity nevigation

2012-10-08 Thread Sadhna Upadhyay
No,its nevigating but for a milli second previous activity also visible then agen stops on next activity On Mon, Oct 8, 2012 at 11:32 AM, Ibrahim Sada ibrahim.in...@gmail.comwrote: What is your problm... Your not navigating from 1st activity to 2nd activity or wat..? On 8 October 2012

[android-developers] Re: HTTP server in Android

2012-10-08 Thread Archana
Hi, Thanks for your reply.. Just a basic doubt. What will be the IP addresses of 2 instances of the emulator? Is it same or different? On Sunday, October 7, 2012 10:19:14 AM UTC+3, gjs wrote: Hi, No sure that will work if both emulators have the same IP address. I'd try running server

Re: [android-developers] HTTP server in Android

2012-10-08 Thread Kristopher Micinski
Listen... Why do you want to implement an HTTP server in Android... There are just, so many reasons this is a bad idea. The only acceptable one might be this is for fun and I'm just doing it to play around. But for any kind of real application, you'd want to do something else, and I'd really

[android-developers] Re: Google account from different country

2012-10-08 Thread Rudolf Hornig
Great to know. I have not tried that before. I was aware that transfer is possible, but did not know it's so seamless :) Out of curiosity, this means that they have transferred your apps to a different google account)? Rudolf On Friday, October 5, 2012 2:30:35 AM UTC+2, Zsolt Vasvari wrote:

Re: [android-developers] HTTP server in Android

2012-10-08 Thread Archana
I m doing a research project. The requirement is to implement HTTP server. I will look at GCM as well. Any help is welcome. Thanks! On Monday, October 8, 2012 9:41:34 AM UTC+3, Kristopher Micinski wrote: Listen... Why do you want to implement an HTTP server in Android... There are just, so

Re: [android-developers] HTTP server in Android

2012-10-08 Thread Kristopher Micinski
It's sort of dubious as to why you would do a research project using an HTTP server in Android, what you probably want is cross device messaging, in which case your purposes would be much better served using GCM kris On Mon, Oct 8, 2012 at 3:01 AM, Archana ramalingam.arch...@gmail.com wrote: I

Re: [android-developers] activity nevigation

2012-10-08 Thread Ibrahim Sada
have you tried my code..what i have given you On 8 October 2012 11:55, Sadhna Upadhyay sadhna.braah...@gmail.com wrote: No,its nevigating but for a milli second previous activity also visible then agen stops on next activity On Mon, Oct 8, 2012 at 11:32 AM, Ibrahim Sada

Re: [android-developers] Re: Google account from different country

2012-10-08 Thread Rudolf Hornig
Hi, I went through this thing already (how to do the taxing (hopefully) correctly). I live in Hungary (inside EU). Whenever I sell an app, that is a licensing contract between ME and the BUYER (google has nothing to do with it. They are just a technical intermediate). You sell the app at the

[android-developers] Re: HTTP server in Android

2012-10-08 Thread gjs
Hi, A HTTP server is useful in Android for some apps, eg: wireless remote access to your files inside a LAN. Regards On Sunday, October 7, 2012 6:19:14 PM UTC+11, gjs wrote: Hi, No sure that will work if both emulators have the same IP address. I'd try running server client programs in

[android-developers] Tab Customisation

2012-10-08 Thread janvi
Hello All I need a small information on tabs in android. I want to customise the tab in a similar way as our message tab in android phones Suppose when message arrives to us we get number on the message tab,I want to implement the same functionality in my application. Just provide me with the

Re: [android-developers] Tab Customisation

2012-10-08 Thread Amey Bapat
google it..you would get a lot of tutorials on TabView On Mon, Oct 8, 2012 at 1:50 PM, janvi jagruthi.bha...@gmail.com wrote: Hello All I need a small information on tabs in android. I want to customise the tab in a similar way as our message tab in android phones Suppose when message

Re: [android-developers] Re: HTTP server in Android

2012-10-08 Thread Amey Bapat
for GCM refer this blog http://www.vogella.com/articles/AndroidCloudToDeviceMessaging/article.html On Mon, Oct 8, 2012 at 1:00 PM, gjs garyjamessi...@gmail.com wrote: Hi, A HTTP server is useful in Android for some apps, eg: wireless remote access to your files inside a LAN. Regards On

[android-developers] MTP performance

2012-10-08 Thread Mike
Hi Everyone, I am working on improving the MTP write performance of devices in general. I came across this code in kernel/fs/sync.c

[android-developers] Re: MTP performance

2012-10-08 Thread RichardC
AOSP groups are here: http://source.android.com/community/index.html On Monday, October 8, 2012 10:20:06 AM UTC+1, Mike wrote: Hi Everyone, I am working on improving the MTP write performance of devices in general. I came across this code in kernel/fs/sync.c

[android-developers] Using jmdns

2012-10-08 Thread s_ali
I have never used jmdns before. now I want to learn about it. I have tried many codes given in chunks on the internet but could not find the appropriate one. I am given the task to publish a service and then discover it using jmdns. Can anyone help me by send a sample code. -- You received

[android-developers] Re: Using jmdns

2012-10-08 Thread RichardC
And this has what to do with programming Android using the Android SDK? On Monday, October 8, 2012 12:19:03 PM UTC+1, s_ali wrote: I have never used jmdns before. now I want to learn about it. I have tried many codes given in chunks on the internet but could not find the appropriate one. I

Re: [android-developers] Re: Using jmdns

2012-10-08 Thread Sara Ali
dnt know.. it can be on android or PC... On Mon, Oct 8, 2012 at 4:24 PM, RichardC richard.crit...@googlemail.comwrote: And this has what to do with programming Android using the Android SDK? On Monday, October 8, 2012 12:19:03 PM UTC+1, s_ali wrote: I have never used jmdns before. now I

Re: [android-developers] Re: Using jmdns

2012-10-08 Thread Ibrahim Sada
Assalamualkaium how r you saraWts your problm..? On 8 October 2012 17:21, Sara Ali sara.bi...@gmail.com wrote: dnt know.. it can be on android or PC... On Mon, Oct 8, 2012 at 4:24 PM, RichardC richard.crit...@googlemail.comwrote: And this has what to do with programming Android using

[android-developers] Re: Using jmdns

2012-10-08 Thread s_ali
dnt know.. it can be on android or PC... On Monday, October 8, 2012 4:24:33 PM UTC+5, RichardC wrote: And this has what to do with programming Android using the Android SDK? On Monday, October 8, 2012 12:19:03 PM UTC+1, s_ali wrote: I have never used jmdns before. now I want to learn about

[android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Archana
Hi, is there a way to get the timestamp of a file in the internal memory of phone? Or how do I compare latest of 2 files in 2 instances of the emulator? -- 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] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Mark Murphy
On Mon, Oct 8, 2012 at 8:01 AM, Archana ramalingam.arch...@gmail.com wrote: Hi, is there a way to get the timestamp of a file in the internal memory of phone? java.io.File has methods for this (e.g., lastModified()). Or how do I compare latest of 2 files in 2 instances of the emulator? Not

Re: [android-developers] Re: Using jmdns

2012-10-08 Thread Sara Ali
W salam..m fine... I need a sample code in which jmdns is used to discover services. On Mon, Oct 8, 2012 at 4:53 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Assalamualkaium how r you saraWts your problm..? On 8 October 2012 17:21, Sara Ali sara.bi...@gmail.com wrote: dnt know.. it

Re: [android-developers] Re: Using jmdns

2012-10-08 Thread Ibrahim Sada
Soo you dnt wanna accept my request... k i will try to help u if i can On 8 October 2012 17:41, Sara Ali sara.bi...@gmail.com wrote: W salam..m fine... I need a sample code in which jmdns is used to discover services. On Mon, Oct 8, 2012 at 4:53 PM, Ibrahim Sada

Re: [android-developers] Re: Using jmdns

2012-10-08 Thread Ibrahim Sada
Okey fyn i can help u out ...inshallah On 8 October 2012 17:41, Sara Ali sara.bi...@gmail.com wrote: W salam..m fine... I need a sample code in which jmdns is used to discover services. On Mon, Oct 8, 2012 at 4:53 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Assalamualkaium how r you

[android-developers] How can i display my places in mapview

2012-10-08 Thread Олег Леонов
How can i display my places(not my) in mapview? The problem is to get places of user. -- 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,

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-10-08 Thread GregKoshmak
hey wambin, I've tried to install the above mentioned application, but its not available in my country (sweden). So we have to wait for someone who has both an access and sensors. and btw, has anyone tested the following samsung app?

Re: [android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Archana
Thank you! On Monday, October 8, 2012 3:10:24 PM UTC+3, Mark Murphy (a Commons Guy) wrote: On Mon, Oct 8, 2012 at 8:01 AM, Archana ramalinga...@gmail.comjavascript: wrote: Hi, is there a way to get the timestamp of a file in the internal memory of phone? java.io.File has methods

Re: [android-developers] Re: Google account from different country

2012-10-08 Thread Latimerius
Interesting information, cheers! On Mon, Oct 8, 2012 at 9:23 AM, Rudolf Hornig rudolf.hor...@gmail.com wrote: Hi, I went through this thing already (how to do the taxing (hopefully) correctly). I live in Hungary (inside EU). Whenever I sell an app, that is a licensing contract between ME and

[android-developers] Re: Wrong apk starts-up

2012-10-08 Thread katarina
Hi Justin, sorry for not coming back immediatelly I hope you will read this message... This is a part of the manifest file: application android:name=com.android.mms.MmsApp android:label=@string/app_label android:icon=@drawable/ ic_launcher_smsmms android:taskAffinity=android.task.mms

[android-developers] Re: Grow heap (frag case) for allocation

2012-10-08 Thread bob
*If your app is done in API 11 or higher, in the application / in the Android Manifest.xml, you can use largeHeap=”true” which will allow the application to use more heap if it is available.* * * *http://knowledge.lapasa.net/?p=772 * On Saturday, October 6, 2012 4:32:49 AM UTC-5, tj wrote:

[android-developers] Re: Wrong apk starts-up

2012-10-08 Thread RichardC
Can it be because we have another application on the phone with the same name - com.android.mms.MmsApp and another activity (in a The Package name MUST be unique different application) with the same name com.android.mms.ui.ConversationList? What has to be unique on the system -

Re: [android-developers] Re: Wrong apk starts-up

2012-10-08 Thread Latimerius
On Mon, Oct 8, 2012 at 4:19 PM, katarina kdjakovi...@gmail.com wrote: Can it be because we have another application on the phone with the same name Hm, I don't think this is even possible - how do you achieve this? IIRC if you try to adb install an .apk with a package name that's installed

[android-developers] How to know that telephone service provider is the number

2012-10-08 Thread Edel Custodio Frias
I want to know that number phone call me. Somebody help me please! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] How to know that telephone service provider is the number

2012-10-08 Thread Kristopher Micinski
You want to know the phone's number..? kris On Mon, Oct 8, 2012 at 1:10 PM, Edel Custodio Frias edelcustodiofr...@gmail.com wrote: I want to know that number phone call me. Somebody help me please! -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to know that telephone service provider is the number

2012-10-08 Thread Edel Custodio Frias
Yes, I need know that services provider call me, example her in Mexico there are tree companys telcel, Iusacell, Movistar, so, I want to know the number and that company call me. El lunes, 8 de octubre de 2012 12:18:43 UTC-5, Kristopher Micinski escribió: You want to know the phone's

Re: [android-developers] How can i display my places in mapview

2012-10-08 Thread TreKing
On Mon, Oct 8, 2012 at 8:25 AM, Олег Леонов pomni.o@gmail.com wrote: The problem is to get places of user. This problem has nothing to do with Android. Google around for a My Places api or something.

[android-developers] Re: Grow heap (frag case) for allocation

2012-10-08 Thread Lew
tj wrote: hello frnzz, In my project i am fetching a text file from row folder. file size is near about 3 MB. each and every time while reading that text file, heap size grows rapidly. after reaching it's memory limit it gives outOfMemoryException. i have used bufferReader, inputStream

[android-developers] Re: Grow heap (frag case) for allocation

2012-10-08 Thread Lew
tj wrote: hello frnzz, What is a fmzz? In my project i [sic] am fetching a text file from row folder. file size is near about 3 MB. each and every time while reading that text file, heap size grows rapidly. after reaching it's [sic] memory limit it gives outOfMemoryException. I am

Re: [android-developers] Re: Wrong apk starts-up

2012-10-08 Thread Lew
latimerius wrote: katarinawrote: Can it be because we have another application on the phone with the same name Hm, I don't think this is even possible - how do you achieve this? IIRC if you try to adb install an .apk with a package name that's installed already it will return an

Re: [android-developers] set group height in ExpandableListView issue

2012-10-08 Thread Justin Anderson
What are you doing to change the height? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Oct 7, 2012 at 7:40 AM, Metalex madeinuss...@gmail.com wrote: Hello! Please help me, I have issue and can't find a solution. I have ExpandableListView with

[android-developers] How to perfectly simulate the Nexus 7 inside the SDK emulator.

2012-10-08 Thread sblantipodi
As title. Is there a way to simulate the Nexus 7 inside the SDK emulator? As far as I know, the Nexus 7 does not have the Telephony API, how can I remove them from the simulator? What other API nexus 7 lacks? How can I simulate an environment similar to nexus 7? Thanks. -- You received this

[android-developers] Display all images from SD card and phone memory

2012-10-08 Thread laxman k
*how to display all images from SD card and Phone memory using gallary widget* *Thank You* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] keystone password

2012-10-08 Thread John Merlino
I'm trying to export android app to put it on google play android store. I do the following: 1) File Export Android Export Android Application 2) I select project to export 3) Then I select use existing keystore 4) then i browse to debug.keystore But it asks now for a password. Where would it

[android-developers] Re: Display all images from SD card and phone memory

2012-10-08 Thread bob
android.widget.Gallery *This class is deprecated.* This widget is no longer supported. Other horizontally scrolling widgets include HorizontalScrollViewhttp://developer.android.com/reference/android/widget/HorizontalScrollView.html and

[android-developers] Re: keystone password

2012-10-08 Thread bob
You should *create a new keystore*. On Monday, October 8, 2012 3:47:37 PM UTC-5, John Merlino wrote: I'm trying to export android app to put it on google play android store. I do the following: 1) File Export Android Export Android Application 2) I select project to export 3)

Re: [android-developers] Re: keystone password

2012-10-08 Thread Kostya Vasilyev
4) then i browse to debug.keystore ... and leave Eclipse's debug keystore alone, creating a separate one for Market releases. Start at Obtain a suitable private key: http://developer.android.com/tools/publishing/app-signing.html#cert -- K 2012/10/9 bob b...@coolfone.comze.com You should

[android-developers] The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-08 Thread John Merlino
I tried to upload the apk to the store and I get this message: The package name of your apk (com.otl.AndroidRemoteApp) is the same as the package name of another developer's application. Choose a new package name. I renamed it: $ mv com.otl.AndroidRemoteApp.SplashScreen.apk

[android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-08 Thread Lew
John Merlino wrote: I tried to upload the apk to the store and I get this message: The package name of your apk (com.otl.AndroidRemoteApp) is the same as the package name of another developer's application. Choose a new package name. I renamed it: $ mv

[android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-08 Thread John Merlino
Here's the thing. It's the same application. Someone else had uploaded it using their google play account, but now I have an updated version that I want to upload using my google play account. So I just want to be able to upload it. On Oct 8, 6:01 pm, Lew lewbl...@gmail.com wrote: John Merlino

Re: [android-developers] Re: The package name of your apk is the same as the package name of another developer's application. Choose a new package name.

2012-10-08 Thread Mark Murphy
On Mon, Oct 8, 2012 at 6:07 PM, John Merlino stoici...@aol.com wrote: Here's the thing. It's the same application. Someone else had uploaded it using their google play account, but now I have an updated version that I want to upload using my google play account. So I just want to be able to

[android-developers] multiple key codes not working?

2012-10-08 Thread nchubrich
In the android keyboard API, we find the following for keyboard XML files: android:codes The unicode value or comma-separated values that this key outputs. Trying to put multiple comma-separated codes onto a key in the XML file like so: android:codes=0x0051,0x0057 Seems to break everything.

Re: [android-developers] KeyChain.getPrivateKey(Context,String) on Android 4.1?

2012-10-08 Thread Nikolay Elenkov
On Sun, Oct 7, 2012 at 2:56 AM, James Yonan caprifin...@gmail.com wrote: Raw RSA encryption is necessary as part of the challenge/response handshake of an SSL/TLS negotiation, if your side of the connection is using a cert as an authentication factor. It's essential for VPN implementations

[android-developers] audio to text convesion in android

2012-10-08 Thread Nakul Maheshri
Hello, I want to convert audio file into text in android audio file is located at sdcard How to do that? is there any web service is available to do that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Gallery with Zoom Application needed

2012-10-08 Thread vamshi ch
yes zafer..if you have just share with me. -- 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

Re: [android-developers] activity nevigation

2012-10-08 Thread Sadhna Upadhyay
yes. On Mon, Oct 8, 2012 at 12:33 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: have you tried my code..what i have given you On 8 October 2012 11:55, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: No,its nevigating but for a milli second previous activity also visible then agen

[android-developers] Android App - Wifi Audio Route

2012-10-08 Thread saminath sanjai
Hi All, I need application which automatically answer the phone call. And route the Audio call into another android phone using wifi network between the devices. Any application is exist available?. Kindly suggest me. Thanks in advance. with regards, saminath -- You received this message

[android-developers] Buffer/Cache/Stream youtube videos and play in Android app using MediaPlayer not by WebView/VideoView

2012-10-08 Thread Keyur
Hello All, I am in need of help in one of my RD. I am having one application in which I would like to play YouTube Videos. I do some googling and I found lots of tutorial on how to play YouTube videos in Android. But most of all gives me the solution which uses *WebView/VideoView*. For e.g.

Re: [android-developers] Android App - Wifi Audio Route

2012-10-08 Thread Kristopher Micinski
no such program can exist because of the way telephony is handled through the baseband. kris On Tue, Oct 9, 2012 at 12:10 AM, saminath sanjai saminathm...@gmail.com wrote: Hi All, I need application which automatically answer the phone call. And route the Audio call into another android

Re: [android-developers] How to know that telephone service provider is the number

2012-10-08 Thread Asheesh Arya
just go through this link might be you get some idea http://www.krvarma.com/2010/08/detecting-incoming-and-outgoing-calls-in-android/ -- 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] How can i display my places in mapview

2012-10-08 Thread Asheesh Arya
just go through this link might be you get some idea http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html -- 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

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-10-08 Thread wambin
Hi Greg. Thank you for your attempt. I tried to install the samsung app. But the app only support S3. My device is Galaxy Nexus SC-04D. So I wait anyone's testing. regards. On Monday, October 8, 2012 9:53:29 PM UTC+9, GregKoshmak wrote: hey wambin, I've tried to install the above mentioned