[android-developers] Re: Error while Installing Android

2011-07-26 Thread Parvesh Malhotra
Disable you antivirus and reboot system and then try.. On Jul 24, 10:28 am, Pankaj Sisodiya pankajsisod...@gmail.com wrote: Hi; I am trying to Install Android on Windows 7. I downloaded installer_r12-windows.exe fromhttp://developer.android.com/sdk/index.html Installed Android SDK Tools, i

Re: [android-developers] Re: HELP: Connecting to SQL Server using JDBC

2011-07-26 Thread Boozel
The jTDS driver works perfectly and it's open source. Thanks a lot. -- 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: Curious NPE

2011-07-26 Thread Zsolt Vasvari
A checked exception is an exceptional state that you expect to happen, like the user entering some wrong values, you check that ant throw the ckecked exception. No, exceptions shouldn't be used as a program flow control mechanism, which is what your example is. -- You received this message

[android-developers] Re: For a good time...

2011-07-26 Thread gjs
Hi, Thanks for that. Between (3) (4) do you need to establish a bluetooth connection with the Trackpad and interpret its data stream, perhaps mapping that to something related to what an activity might be displaying ? Or does Android 3.2 do this i/o for you - automagically treating the Trackpad

[android-developers] Re: KeyEvent ACTION_DOWN + ACTION_UP fire immediately

2011-07-26 Thread Halsafar
It seems if I change the IME to anything but the ASUS Keyboard one then everything is fine. Consistently though if I change to the IME type of the ASUS Transformer dock this problem occurs. Breaks games that rely on key down and up event coming in properly. On Jul 25, 11:48 pm, Halsafar

[android-developers] Re: Map point reload

2011-07-26 Thread gjs
Hi, You are welcome! Regards On Jul 26, 10:18 am, JCC banr...@gmail.com wrote: Thanks a lot this onRetainNonConfigurationInstance worked for me. Not on the planned way like google apis but worked as a flag to know when it was flipped. thanks Ibendlin I tried that aswell. On 23 jul, 02:08,

Re: [android-developers] Issue with screen layout in 3.2

2011-07-26 Thread Vector-Code
There does appear to be a scaling problem of some sort. Here are some screenshots. First, the app running in the 3.1 emulator: https://lh4.googleusercontent.com/-lH5XPfOAvz4/Ti5eUQAYRrI/AAU/ZWdOxx97bFc/s400/vTN-HC31.jpg This is how the layout should render, with the subview in the lower

[android-developers] Re: DownloadManager to sdcard fail due to missing Download directory

2011-07-26 Thread gjs
Hi, Suggest you check create the directory if necessary, else the user can remove it when your not looking. Regards On Jul 26, 8:58 am, Dan Raaka danra...@gmail.com wrote: This peice of code fails mostly because the Download directory is missing on the mounted /sdcard. Who is responsible

[android-developers] Different between SDK and NDK

2011-07-26 Thread Perumss Naren
Hi, what is the different between SDK and NDK? Can we use C code in sdk? else in NDK only ? Regards, Perumal.N -- 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: Not able to find adb.exe

2011-07-26 Thread giangiammy
Hi, I'm using Eclipse Indigo: I set: Windows - Preferences - Android there there's a SDK location: I setted it to the path of my sdk bye giammy -- 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: changing listview content in separate thread issue

2011-07-26 Thread gjs
Hi, Yes that looks ok, here's some more details http://android-developers.blogspot.com/2009/05/painless-threading.html Regards On Jul 26, 8:55 am, Wall-E bashee...@gmail.com wrote: I received an error saying I was changing the content of my listview in a different thread than the main UI

[android-developers] Re: Help! Creating really simple app!!

2011-07-26 Thread vovs
You can see this tutorial: http://vsvydenko.blogspot.com/2011/06/using-contact-picker-getting-phone-and.html Hope, it helps You! On Jul 22, 10:20 pm, amankh...@hotmail.co.uk amankh...@hotmail.co.uk wrote: I would like to make an app, where you type into a text box a phone number and then the

[android-developers] Capture Screen Programmatically?

2011-07-26 Thread Duygu Kahraman
Hi Everyone; I want to screenshot my current screen and store SDCard.İ dont want to use ddms screen capture.when click to ok button screen capture and store it sdcard . How can i do that programmatically? Any code snippet or referance? Please Help Me. THX. Duygu Kahraman -- You received

Re: [android-developers] Capture Screen Programmatically?

2011-07-26 Thread Marcin Orlowski
You must be rooted on most devices to get access to /dev/fb. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and

Re: [android-developers] Android 2.3.3

2011-07-26 Thread Marcin Orlowski
This is developer forum not not HTC support board. Contact HTC support Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*

Re: [android-developers] Re: Film Use of Android Device

2011-07-26 Thread Marcin Orlowski
On 26 July 2011 00:47, lbendlin l...@bendlin.us wrote: If you have a rooted phone and a large SD card you could run a background service that grabs the /dev/graphics/fb0 raw images and stores them for later conversion. Or you convert it on the fly to png - but that might stretch it already.

[android-developers] ninepatch tool

2011-07-26 Thread arun kumar
i want to make .png image as ninepatch image... where will be the nine patch tool availablei right clicked on the project and chosse android tools...(but here no nine patch tool is available)i want the loction of the nine patch tool thank you arun -- You received this message because

Re: [android-developers] Capture Screen Programmatically?

2011-07-26 Thread Duygu Kahraman
I am new android.Can you explain that what can i do? Means it is not possible? THX. Duygu Kahraman 2011/7/26 Marcin Orlowski webnet.andr...@gmail.com You must be rooted on most devices to get access to /dev/fb. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

Re: [android-developers] ninepatch tool

2011-07-26 Thread Raghav Sood
it is in your sdk under the tools directory. On Tue, Jul 26, 2011 at 1:24 PM, arun kumar arun.kata...@gmail.com wrote: i want to make .png image as ninepatch image... where will be the nine patch tool availablei right clicked on the project and chosse android tools...(but here no nine

[android-developers] Re: starting service from launch icon

2011-07-26 Thread kamiseq
that works thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Enabling root permissions/functioanlities from the Android application or a folder in Android filesystem with default Permission

2011-07-26 Thread s.rawat
HI all Again, I am makaing an application which performs the memory(file read write edit modify) and cpu(executing comples alogortihms of mathematics) opeartions also similiarly I am doing the I/O operations on the device memory(file write read on sqlite DB).I want the root permission for copyingm

[android-developers] how to force restart activity from intent

2011-07-26 Thread jjoe64
hello. my MainActivity has the lauchMode=singleTask now I want to start the activity from a notification with special intent data. in MainActivity#onResume I access the given intent data... the problem is: When the activity already exists, and I click on the notification, the activity comes to

[android-developers] How to set icon from image in gallery?

2011-07-26 Thread vovs
Hi, guys! In my app I want to create icon from image. So after first run app will open gallery and user must choose an image. Then I will resize it and will save to app-folder. But how to can I set this png to icon? result.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,

[android-developers] Is there a way to display fragments in TabHost?

2011-07-26 Thread Zsombor
I'd like to show a different fragment in a TabHost, for every tab. But it seems that there's no easy way to do this. TabHost can only accept A. Views or B. Intents that launch Activities when the user selects a tab. Going with A means that I have to initialize every fragment and load them into

[android-developers] How to optimize the Service binding time?

2011-07-26 Thread Hareef
I am developing a wrapper for the service. So in that wrapper i am doing the bindservice, onServiceConnected, and Unbindservice. So that my client will just instantiate the wrapper and access the AIDL method. But i found there is a some delay for the service to bind. so in next line if client

[android-developers] Hide app from recent list

2011-07-26 Thread Hareef
I want to hide my app from Recent List. Any idea what changes to do in the manifest file? Thanks in advance Hareef -- 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

[android-developers] Calendar Backup/Restore Related Guidance

2011-07-26 Thread Alok Kulkarni
Hi, I want to write an application which backs up the default calendar on the phone. My question is what all fields should i backup.Looking at the Calendars /Events/EventsRawTimes/Instances/Attendees/Reminders/CalendarAlerts tables there are lots of columns .And according to manufacturer some

Re: [android-developers] Use CursorLoader for SQLiteDatabase?

2011-07-26 Thread Julius Spencer
Hi, I'm planning on going down the path of making a SQLiteLoader. The question I have is how do I access the LoaderManager. I have a ListActivity and have the compatibility library set up, but can't figure out how to initialise my loader. Regards, Julius. On 21/07/2011, at 5:10 AM, Mark

Re: [android-developers] Calendar Backup/Restore Related Guidance

2011-07-26 Thread Mark Murphy
On Tue, Jul 26, 2011 at 5:54 AM, Alok Kulkarni kulsu...@gmail.com wrote: I want to write an application which backs up the default calendar on the phone. If you wish to back up a user's Google Calendar, use the Google Calendar GData API. -- Mark Murphy (a Commons Guy) http://commonsware.com

Re: [android-developers] How to optimize the Service binding time?

2011-07-26 Thread Mark Murphy
Do not attempt to use the bound connection until onServiceConnected(). Period. Do not try to play timing games as you describe here. On Tue, Jul 26, 2011 at 5:37 AM, Hareef toar...@gmail.com wrote: I am developing a wrapper for the service. So in that wrapper i am doing the bindservice,

Re: [android-developers] Different between SDK and NDK

2011-07-26 Thread Mark Murphy
The SDK is for writing applications using Java. The NDK is for extending an SDK application with libraries written in C/C++. On Tue, Jul 26, 2011 at 2:56 AM, Perumss Naren peru2...@gmail.com wrote: Hi,     what is the different between SDK and NDK?     Can we use C code in sdk? else

Re: [android-developers] Using expanded option menu as default menu style

2011-07-26 Thread Mark Murphy
On Mon, Jul 25, 2011 at 5:35 PM, erkangur erkangu...@gmail.com wrote: I was wondering if it is possible to use expanded option menu as default menu style instead of six-tab style with a more button. No, sorry. Please respect your users and follow standard platform UX conventions. -- Mark

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Mark Murphy
On Fri, Jul 22, 2011 at 8:31 PM, Sebo stomasze101...@gmail.com wrote: Quick question, do you know if there is a way to turn off any APPS that run in the background (e-mail/GPS...), so my application while it is running won't be interrupted at all(Except for the OS of course)? Fortunately,

[android-developers] Info requested - android alarm

2011-07-26 Thread rao
Hi all, I'm debugging suspend failure of honeycomb on a proprietary target board. I was seeing below print on my target board and getting woke up from already started suspend process. PM: Device alarm failed to suspend: error -16 After adding few prints in the alarm-dev.c I found that alarm_ioctl

Re: [android-developers] How can I know removed non-public API in Gingerbread

2011-07-26 Thread Mark Murphy
On Mon, Jul 25, 2011 at 12:25 AM, burnbrain burnbrai...@gmail.com wrote: Hello, I have some problem to use com.android.server.status.AnimatedImageView on Gingerbread. It works fine until 2.2, but it doesn't run on 2.3. I have found the cause that the AnimatedImageView doesn't exist in 2.3.

[android-developers] ListView within ListView

2011-07-26 Thread rambabu mareedu
Hi to alli want to usr ListView with in ListView .for this iam using SetOnClickListner for ListView but its not working...can anyone tell me how it si possible with example... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Info requested - android alarm

2011-07-26 Thread Mark Murphy
On Tue, Jul 26, 2011 at 7:21 AM, rao venubyravar...@gmail.com wrote: I'm debugging suspend failure of honeycomb on a proprietary target board. There is no publicly-available source code for Honeycomb at this time. I was seeing below print on my target board and getting woke up from already

Re: [android-developers] ListView within ListView

2011-07-26 Thread Mark Murphy
On Tue, Jul 26, 2011 at 7:26 AM, rambabu mareedu rambabu.mare...@gmail.com wrote: Hi to alli want to usr ListView with in ListView .for this iam using SetOnClickListner for ListView but its not working...can anyone tell me how it si possible with example... This is not possible AFAIK.

Re: [android-developers] ListView within ListView

2011-07-26 Thread rambabu mareedu
ThnkQ Sir.iam from India sir...i hav seen ur android books its very understandable...nice to meet u sir... On Tue, Jul 26, 2011 at 4:28 AM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Jul 26, 2011 at 7:26 AM, rambabu mareedu rambabu.mare...@gmail.com wrote: Hi tnio alli want to

Re: [android-developers] Re: Film Use of Android Device

2011-07-26 Thread New Developer
could you please give me more of a help my knowledge and use of adb is weak Thanks in advance On Jul 25, 2011, at 11:23 PM, Kevin TeslaCoil Software wrote: The adb user also has access to /dev/graphics/fb0 so theoretically you could do this with a shell script over adb instead of rooting the

Re: [android-developers] Calendar Backup/Restore Related Guidance

2011-07-26 Thread Alok Kulkarni
Oh ok thanks a lot Mark.. :) On Tue, Jul 26, 2011 at 4:45 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Jul 26, 2011 at 5:54 AM, Alok Kulkarni kulsu...@gmail.com wrote: I want to write an application which backs up the default calendar on the phone. If you wish to back up a user's

Re: [android-developers] Re: Film Use of Android Device

2011-07-26 Thread Jim Graham
On Tue, Jul 26, 2011 at 07:32:35AM -0400, New Developer wrote: could you please give me more of a help my knowledge and use of adb is weak adb -h Later, --jim -- 73 DE N5IAL (/4)MiSTie #49997 Running FreeBSD 7.0 spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.59909W Point

Re: [android-developers] Re: Spinner box

2011-07-26 Thread Goutom
Hi Abhishek , Thanks for your reply.I am relatively new on Android.May I have tutorial link on building custom spinner(extending BaseAdapter)? Again thanks. Cheers Goutom. On Sun, Jul 24, 2011 at 1:50 AM, Abhishek Akhani abhishek.akh...@gmail.comwrote: Its possible n for this you have to make

[android-developers] what is thax

2011-07-26 Thread Lwe
emulator.exe problem -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] what is thax

2011-07-26 Thread rambabu mareedu
your question is not clear... On Tue, Jul 26, 2011 at 4:40 AM, Lwe luaisul...@gmail.com wrote: emulator.exe problem -- 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] what is thax

2011-07-26 Thread Kumar Bibek
You haven't set it up correctly :) Please be a little more detailed while asking a question. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 5:10 PM, Lwe luaisul...@gmail.com wrote: emulator.exe problem -- You received this

Re: [android-developers] WRITE_EXTERNAL_STORAGE (not set, but i write to sdcard)??

2011-07-26 Thread guruk
Now i am totally confused. Mark does write... implement Feign does write: you cannot use in manifest. anyhow.. i have a big prob now. when i made my first app version i was able to write to sdcard easy. it was compiled with 1.6 minsdk 2 now i compile with 2.2 minsdk2 and when i save to

Re: [android-developers] WRITE_EXTERNAL_STORAGE (not set, but i write to sdcard)??

2011-07-26 Thread Kumar Bibek
Try out.flush and out.close after you are done writing. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 5:15 PM, guruk ilovesi...@gmail.com wrote: Now i am totally confused. Mark does write... implement Feign does write: you

[android-developers] Re: Simulate GPS speed and heading on Android Emulator

2011-07-26 Thread cellurl
I don't think the emulator reports speed and heading. I always fake those two on the emulator. For heading I use a thing in Location called bearingTo(). http://developer.android.com/reference/android/location/Location.html -cellurl On Jul 24, 1:57 am, Alexey Zakharov

[android-developers] Alert Dialog Custom View Shows Border

2011-07-26 Thread gaurav gupta
HI Everyone, m using Alert Dialog to display a login form. this login form contains one golden border. M setting a custom view in this alert dialog. but in Alert dialog one another cornor is also coming. when i use this line alert.setInverseBackgroundForced(*true*); Cornor of alert Dialog

[android-developers] ChoiceList Event?

2011-07-26 Thread Duygu Kahraman
Hi all; i want to use ChoiceList in my project but when i choice first i want to go another screen.i find choicelist usage but i couldnt find call every choice to go to another screen? How can i do that. THX. Duygu Kahraman -- You received this message because you are subscribed to the

[android-developers] payment proceedures

2011-07-26 Thread sourabh sahu
Can anybody please suggest me, How to implement payment proceecudres for particular application. Like Paid or free app.Through aaplication i want if some one want to purchase full version of app.Please suggest me how to implement it. Thanks Sourabh -- You received this message because you are

Re: [android-developers] How to optimize the Service binding time?

2011-07-26 Thread Mohd Hareef
Thanks for your reply Mark, Actually my aim is the client app which is going to use this service, they have to just instantiate the service wrapper in OnCreate() and call the aidl method directly. So i created the service wrapper in that way only. May i know why there is a delay in calling

[android-developers] Re: Capture Screen Programmatically?

2011-07-26 Thread Adam Ratana
Do a search of this group, some techniques have been covered. On Jul 26, 3m, Duygu Kahraman duygu.kahram...@gmail.com wrote: I am new android.Can you explain that what can i do? Means it is not possible? THX. Duygu Kahraman 2011/7/26 Marcin Orlowski webnet.andr...@gmail.com You must

[android-developers] How to provide updates on sqlite database

2011-07-26 Thread sourabh sahu
Hi All, Please suggest me.If I change my database it should be updated to users.How to implement this. Thanks Sourabh -- 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

Re: [android-developers] WRITE_EXTERNAL_STORAGE (not set, but i write to sdcard)??

2011-07-26 Thread guruk
many thanks for all your help. i come closer now. bellow my code ( i use flush and close) when i SAVE to sdcard and look with ADB shell into /sdcard i see my file is written and data stored! but ... lets say the user save to sd-card remove the sdcard and put it into another device the data is

[android-developers] Re: A little help with layout params in code.

2011-07-26 Thread authorwjf
No responses so either my question stumped everyone or it was too obvious for anyone to bother :) Either way I finally got it to work so if it saves anyone else 4 days of pouring over documentation here is the code. if (v.getId()==R.id.add_row) { mRowCount++;

[android-developers] Listview with image, text and checkbox

2011-07-26 Thread Viral Brahmbhatt
Hi there, I am trying to implement a listview with image, text and checkbox within it, using baseadapter. the problem is, let's say i have 20 items in list, so when i select the first item checkbox, and scroll down the list, i can see the item #9 and #17 also get checked automatically. can

Re: [android-developers] what is thax

2011-07-26 Thread gaurav gupta
emulator.exe solution On Tue, Jul 26, 2011 at 5:10 PM, Lwe luaisul...@gmail.com wrote: emulator.exe problem -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: android:id

2011-07-26 Thread Dhruba Bhattacharjee
Please go through following URL http://developer.android.com/resources/browser.html?tag=tutorial It will be great help for you :) If you want to control behavior of any particular component in an activity, you have to find the component first by using id of that particular component,for that

[android-developers] information about android softare

2011-07-26 Thread deepak gusain
Dear all android-developers, I want to know or information about android software. android software is a mobile software or now its possible to install in pc. so please give me details about this software thanks -- Regards Deepak Gusain RHCSA - MCITP M.no:- 9417248523 -- You received this

[android-developers] Re: How to set icon from image in gallery?

2011-07-26 Thread Matthew
I believe that the code you're looking for should be contained in this article. If you dynamically allocate the name of the icon resource and then call the resource as the icon, it should work. I'm a bit of a n00b and haven't tested this though...

[android-developers] Help Needed on Adding Overlays on MapView

2011-07-26 Thread Rikki
I am a newbie to android development. Kindly spare me if I ask wrong questions. I am developing a POI search for gas stations nearby the current GPS location. Whenever my application starts, It should get the current location and based on that run a POI search in the background and plot them on

Re: [android-developers] Re: Error while Installing Android

2011-07-26 Thread Rafael Vanderlei
Hi, I just passed through this. You must run SDK Manager as an administrator then it should work just fine. On Tue, Jul 26, 2011 at 3:11 AM, Parvesh Malhotra parv...@impact-works.comwrote: Disable you antivirus and reboot system and then try.. On Jul 24, 10:28 am, Pankaj Sisodiya

[android-developers] DategramSocket.receive returns after a long time

2011-07-26 Thread Heidi Zhou Nolan
I am implementing a UDP application on Android. The problem I have is that, on the sender side of the UDP connection, the sender sends around 2 packets every 40 milliseconds; the receiver side of the UDP connection uses java.net.DatagramSocket.receive(...) function to receive data over the

[android-developers] Soft Keyboard

2011-07-26 Thread rym bourguiba
I am creating a virtual keyboard for android (which is no easy task) I start with the example of soft keyboard in the official documentation I'm trying to do is change the keyboard from qwerty === Azerty when I Left swipe, I can not, I do not know how, there is already a method implemented in the

[android-developers] how to add scroll view in my android app.

2011-07-26 Thread aparna rani
hi to all i am implement the ui i want to add scroll to my ui how can add please help me thanks in advance. -- 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

[android-developers] Activities in Tabs

2011-07-26 Thread Kyle
I am creating an app which has 4 tabs. I have been following tutorials like this one http://androidgenuine.com/?feed=rss2tag=tabhost-nested-activity-android . That is how i set up my app, one main class that extends TabActivity and 4 different tabs that extend ActivityGroup. so everytime i want

[android-developers] About com.android.monkeyrunner package

2011-07-26 Thread Awdhesh Jha
I can't find the package com.android.monkeyrunner. Without it I can't work on the monkey device. The errors are comming when I run my program which name is monkey.py === *sys-package-mgr*: can't create package cache

[android-developers] how to switch ui from one to other

2011-07-26 Thread aparna rani
hi to all I am new to android development. in my application i have three activities. in 1st ui and second ui each ui having one button for ui calling 3rd.in 3rd ui having back button.when pressing back button it comes to previous calling ui. how can i implement. please help me. thanks

[android-developers] Device configuration

2011-07-26 Thread June Pecherskaya
Hi! I am currently working on an application that is supposed to configure several devices running Android 3.0 and 3.1 connected to the workstation. The task at hand requires that we remove all of the icons on the desktop and put the needed ones on it instead. The only way found so far was to

[android-developers] [Android.TelephonyManager]Why getNetworkOperator( ) is unreliable on a CDMA network

2011-07-26 Thread Chenlong Zhao
Hi : I need to fix a bug by getNetworkOperator( ), but when I read the doc I found that return is unreliable on a CDMA network.So I need more infos on it to help me to do a analyse.I need to know when it is unreliable, and what causes it to happen?

[android-developers] How to filter browser?

2011-07-26 Thread baran bartu demirci
Hi, i made an application ,when the phone connected network,my application will automatically start . i want to block my browser and i want to filter browser in my application. how can i do it? Thanks for advices Baran -- You received this message because you are subscribed to the Google

[android-developers] OPENGL ES, EGL and NDK

2011-07-26 Thread Mickaël Gachon
Hello, I begin with android apps and my aim is to create an application with a 3D picture moving. The code of this picture is already done in c++ by a friend. But I have no idea how export his code in java correctly. What I have done is take the helloGL2 sample in the ndk and modify the c++ source

[android-developers] Access RSSItem content

2011-07-26 Thread Hubidubi
Hi I've tried to parse an RSS feed with this library. I run into a problem while I was trying to access the content of a feed item. The api doen't provide any method to access the content part of the item like other parts. Can I access content with it? Hubi -- You received this message

[android-developers] How to create android app running on top of another app

2011-07-26 Thread Lasith Chandrasekara
I want to develop a program like button savior (which runs on top of a another app and we can press menu, back buttons on top of a running app). So user do not need to press hardware buttons to access menu, back functionalities. I want to do the same but to do it I have to run a app on top of

[android-developers] CTS Test Failure Issue:: android.se​curity.cts​.PackageSi​gnatureTes​t : testPackag​eSignature​

2011-07-26 Thread chandra
Hi, I am debugging the testPackageSignatures test case failure issue and stuck after some analysis. Any help/pointer will be helpful. Logs and analysis are below Thanks and Regards, Chandra Failure log: 07-19 16:13:32.729 I/TestRunner( 720): junit.framework.AssertionFailedError: These

[android-developers] Radio Interface Layer(RIL)

2011-07-26 Thread pritamn
Hi All, Can anyone provide me some reference to good links/references/articles/e-books on Radio Interface Layer(RIL)? Thanks, Pritam -- 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] Request for Guidence

2011-07-26 Thread Pramod Patil
i am asp.net Developer,i am interested about android technology, i would appreciat if giude me some of basic Thanks and regards, Pramod Patil +91 9175519791 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Easy way to send a Contact over Bluetooth (in standard format)?

2011-07-26 Thread Pierre
Hi, is there an easy way to send a Contant via Bluetooth, from code of course? Preferably in a format not only other Android devices will understand but as a wide selection of other brands as possible. Thanks! -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Different between SDK and NDK

2011-07-26 Thread Vineet
n please also tell how to use ndk. On Jul 26, 11:56 am, Perumss Naren peru2...@gmail.com wrote: Hi,         what is the different between SDK and NDK?         Can we use C code in sdk? else in NDK only ? Regards, Perumal.N -- You received this message because you are subscribed to the

[android-developers] Re: How to perform Pinch zoom out or zoom in using MonkeyRunner

2011-07-26 Thread vinu
Karthik, Call device.touch(x,y,'DOWN') event - this should send the touch down event. Call device.drag((x,y), (x+20, y), 0.25, 20) This event should drag the neighboring pixel.. If the previous event is not cancelled then it should be able to zoom the picture or whatever drawn on the surface...

[android-developers] Need help on adding overlays on Map View

2011-07-26 Thread Rikki
Hi I am a newbie to Android Development. So spare me if I ask wrong questions I am developing a POI search app for nearby gas stations according to my current location. I am using googlemapview for displaying the maps and using locationmanager to get current location. Now I want to add overlays

[android-developers] Re: ninepatch tool

2011-07-26 Thread Seven
android-sdk-windows\tools\draw9patch.bat On 7月26日, 下午3时54分, arun kumar arun.kata...@gmail.com wrote: i want to make .png image as ninepatch image... where will be the nine patch tool availablei right clicked on the project and chosse android tools...(but here no nine patch tool is

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2011-07-26 Thread Seven
Hi Just now , I am tring to run a Test application about GPS Location on my phone MOTO MB535 ,but I am getting an error. And it is the method . LocationManager locationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); Location location = null;

Re: [android-developers] resorce managment (tabbed application)

2011-07-26 Thread Steve KLOUVI
Hello Josh, When you are using a tab layout activties are creating as needed a.k.a when you display the corresponding tab. The activity attached associated with the default tab will be launched at application startup. Regards, Steve K. On Tue, Jul 26, 2011 at 7:56 AM, josh.bash

Re: [android-developers] Different between SDK and NDK

2011-07-26 Thread Steve KLOUVI
Hello Perumal, The Android NDK is a set of additional tools that you can use to add native code to your android application. You can think of the NDK as the equivalent of JNI for regular Java applications. But don't be afraid to take a look at the documentation ;)

[android-developers] Re: Not able to find adb.exe

2011-07-26 Thread Vineet
hi, just go to android-sdk - platform-tools . you will find the adb there. On Jul 25, 8:33 am, Innuja dave.k.j@googlemail.com wrote: I am running Eclipse 3.7, Indigo. I have installed the JRE, JDK, Android SDK and ADT into C drive, I've set up the environment variables of both JDK and

Re: [android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2011-07-26 Thread Kumar Bibek
GPS has got nothing to do with Not trusted server error. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Jul 26, 2011 at 11:50 AM, Seven zhangpa...@gmail.com wrote: Hi Just now , I am tring to run a Test application about GPS

Re: [android-developers] WRITE_EXTERNAL_STORAGE (not set, but i write to sdcard)??

2011-07-26 Thread Mark Murphy
On Tue, Jul 26, 2011 at 8:14 AM, guruk ilovesi...@gmail.com wrote: but ... lets say the user save to sd-card remove the sdcard and put it into another device the data is NOT saved.. only the filename. No, it should be. If you want to be completely safe, follow the instructions here:

Re: [android-developers] How to optimize the Service binding time?

2011-07-26 Thread Mark Murphy
On Tue, Jul 26, 2011 at 8:11 AM, Mohd Hareef toar...@gmail.com wrote: Actually my aim is the client app which is going to use this service, they have to just instantiate the service wrapper in OnCreate() and call the aidl method directly. This will not work. So i created the service wrapper

Re: [android-developers] Re: Different between SDK and NDK

2011-07-26 Thread Jim Graham
On Tue, Jul 26, 2011 at 01:07:05AM -0700, Vineet wrote: n please also tell how to use ndk. Start with the documentation (someone posted the link in a previous post). Then work through examples while re-reading the docs. Later, --jim -- 73 DE N5IAL (/4)MiSTie #49997 Running

Re: [android-developers] Different between SDK and NDK

2011-07-26 Thread Perumss Naren
hi Steve K., thanks for your time and need to develop a sample project in NDK i have c library for some functionality how can use that i downloaded http://www.cygwin.com/install.html --setup.exe what is the purpose of that ? how to use that ? can u give step by step process

[android-developers] Application stop unexpectedly

2011-07-26 Thread Rikki
I am receiving application stopped unexpectedly from the following piece of code. Can someone help package pkg.navigate; import android.app.Activity; import android.os.Bundle; import android.os.CountDownTimer; import android.widget.TextView; public class navigateActivity extends Activity {

Re: [android-developers] Application stop unexpectedly

2011-07-26 Thread Viral Brahmbhatt
first of all remove this line TextView txtView = (TextView)this.findViewById(R.id.textview); and place it in onCreate() method, after this line. setContentView(R.layout.main); On Tue, Jul 26, 2011 at 6:29 PM, Rikki rikki.a...@gmail.com wrote: I am receiving application stopped unexpectedly

Re: [android-developers] Listview with image, text and checkbox

2011-07-26 Thread Simon Platten
I am doing something very similar its because the views in the listview are re-used as you scroll them out of view they are re-cycled for the new views coming into view. You need to manage the change over in the getView method. On Tue, Jul 26, 2011 at 1:33 PM, Viral Brahmbhatt

[android-developers] Re: how to add scroll view in my android app.

2011-07-26 Thread vovs
You can put your layout into ScrollView /ScrollView On Jul 26, 2:41 pm, aparna rani indela@gmail.com wrote: hi to all i am implement the ui i want to add scroll to my ui how can add please help me  thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Camera Intents

2011-07-26 Thread Durgadoss Ramanathan
Hi, Who is the receiver for this Intent inside the Camera.java ? Intent: com.android.camera.NEW_PICTURE inside method storeImage(...) Also, the sendBroadcast is called without a 'context.' In this case, what's the difference between calling just sendBroadcast and context.sendBroadcast ? --

[android-developers] Re: Application stop unexpectedly

2011-07-26 Thread Rikki
Thanks it helped!! :) I also want to add a message box at onFinish() method. Something like an error message with a button on it. On Jul 26, 6:02 pm, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: first of all remove this line  TextView txtView = (TextView)this.findViewById(R.id.textview);

Re: [android-developers] Request for Guidence

2011-07-26 Thread Jim Graham
On Tue, Jul 26, 2011 at 05:15:14PM +0530, Pramod Patil wrote: i am asp.net Developer,i am interested about android technology, i would appreciat if giude me some of basic Android apps are not written in basic. See the developers guide for more information. Later, --jim -- 73 DE N5IAL

  1   2   3   >