[android-developers] Re: OpenGL ES 2.0 for Android

2011-12-27 Thread Indicator Veritatis
The best way? Probably to use the Orange Book (see post below) and study the sample code in both Android and Apple iPhone online documentation, which is quite good on OpenGL ES. On Dec 26, 2:05 am, bob wrote: > What is the best way to learn OpenGL ES 2.0 for Android? -- You received this messa

[android-developers] Re: OpenGL ES 2.0 for Android

2011-12-27 Thread Indicator Veritatis
I'll take your word on that one, since I haven't had time to look at at that thoroughly myself yet; but I do know that a genuine "must read" is The Orange Book, which is downloadable in an earlier edition from http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.

Re: [android-developers] Need Help

2011-12-27 Thread chowdary nani
Hi, Thanks for replay will you please help me by brief example On Wed, Dec 28, 2011 at 12:47 PM, vandana toshniwal < vandanatoshni...@gmail.com> wrote: > > hi > > create a custom textview and override the onDraw method. > the code is as follows... > > > *protected* *void* onDraw(Canvas canvas) {

Re: [android-developers] Need Help

2011-12-27 Thread vandana toshniwal
hi create a custom textview and override the onDraw method. the code is as follows... *protected* *void* onDraw(Canvas canvas) { //This saves off the matrix that the canvas applies to draws, so it can be restored later. canvas.save(); //We need to rotate around the center of our text //Other

[android-developers] Re: App force closes after adding more than 3 markers

2011-12-27 Thread Anil Jagtap
May be an array have only 3 elements hard coded. On Dec 24, 10:58 pm, Znaz wrote: > I am making an app that uses Google Maps. After I try to add any more > than 3 markers to the overlay, the app force closes. Why does this > happen? -- You received this message because you are subscribed to the

Re: [android-developers] Need Help

2011-12-27 Thread chowdary nani
Hi All, I need help on rotating the text in textview for 90 degrees please help me from anyone Thank you Naveeen -- 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 uns

[android-developers] help on zoom

2011-12-27 Thread chowdary nani
Hi All, I need help on image zoom on touch when we select an image in gallery view image is displaying when i touch on the image image is to be zoom. Thanks, Naveen -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

Re: [android-developers] Found solutions

2011-12-27 Thread Jim Graham
On Mon, Dec 26, 2011 at 03:02:32AM -0800, theinfor wrote: > So, who anyone found solutions ? 42 > I got the same problem, but i don't know how to fix it. Uh huh. > Please help me if you got solution I told you...42. Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)M

[android-developers] Re:

2011-12-27 Thread Zsolt Vasvari
Would like the complete code for that? On Dec 28, 1:24 pm, Louis du Pisani wrote: > -- 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, s

[android-developers] Re: how can I see live video from ip camera?

2011-12-27 Thread Zsolt Vasvari
What have you done to diagnose this? Does visiting your website directly from the Android Browser (NOT code) work? On Dec 26, 9:21 pm, olivertm wrote: > Hello everyone! > > I'm trying to make android code to see live images from my ip camera. > I use Motion to show the live jpg's images. > In my

[android-developers]

2011-12-27 Thread Louis du Pisani
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: Android custom ImageView fade animation

2011-12-27 Thread AlexBonel
On 28 дек, 00:56, Seb wrote: > Hmm I kind of understand... are you able to provide any code or psuedo > code though to show how it would fit together? > On Dec 25, 5:08 pm, AlexBonel wrote: For example: public class MyActivity extends Activity { private GameView mGameView; @

Re: [android-developers] Re: L2TP/IPSEC PSK with Android 4

2011-12-27 Thread Franklin Chow (Zhou Shulin)
Thank you buddy. 在 2011-12-28 上午9:12,"Nikolay Elenkov" 写道: > On Mon, Dec 26, 2011 at 6:19 PM, Franklin wrote: > > I also met this problem. It shows "Time out" in Galaxy Nexus but the > > same setting works fine with my Nexus One. > > > > Check the logcat, that might give you an idea about the err

Re: [android-developers] Re: Password app

2011-12-27 Thread Mukesh Srivastav
@sandeep, what r u talking abt i have no idea man. you need to make use of DevicePolicyManager api and use the DeviceAdminReceiver class and overide the method.that will help. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Dec 27, 2011 at 5:16 PM, sai raj

[android-developers] Re: Android onLayout() and AsyncTask() does not work together

2011-12-27 Thread Binh Nguyen
I finally find out the answer, the setColumnCollapsed() makes the table layout refreshed, however we need to put it in another AsyncTask, otherwise it will not work, strange :( .I put the latest code here, so hope it is helpful for someone. Besides, this is just workaround, so feel free to post you

Re: [android-developers] Unpublishe​d app not available for downloadin​g from market for Test Accounts

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 11:53 AM, prasadreddy annapureddy < prasadreddyka...@gmail.com> wrote: > After completing above steps waited for more than 2 days and still not > able to find the app from android market. Am I missing something? > If your app is unpublished, as stated in the title, that wo

Re: [android-developers] App force closes after adding more than 3 markers

2011-12-27 Thread TreKing
On Sat, Dec 24, 2011 at 9:58 PM, Znaz wrote: > Why does this happen? > Because you have a bug. Now debug your app. - TreKing - Chicago transit tra

Re: [android-developers] XML parsing

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 3:26 PM, Hank wrote: > Does anyone have any ideas on how I can find out where that function is > breaking? > This is not really Android-specific ... but ... I have similar code that works, and I don't use setCharacterStream() before parsing the InputSource. Maybe that's i

[android-developers] NoHttpResponseExcetion. Target server failed to respond.

2011-12-27 Thread jeremy
Hi, I am trying to implement c2dm and saving the ids into my server. However when im trying to connect/save values to the server, There's always an error showing that the target server failed to respond. What could be the cause? This is my code: public void sendRegistrationIdToServer(String devic

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread James Black
Here is the image: http://developer.android.com/resources/samples/ApiDemos/res/drawable-mdpi/progress_circular_background.html You can look in the demos directory to see how it was referenced/used. On Tue, Dec 27, 2011 at 9:35 PM, richie rich wrote: > none, i assumed given Romain's reply that

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
none, i assumed given Romain's reply that @android means it's provided by the SDK. -- 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, se

[android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
Does anyone have a simple example of this that works? I wrote my own using onDraw, and trying to leverage some of these techniques, but all I ever get is an indeterminate progress bar, unless I use the horiztonal style. thanks, rich -- You received this message because you are subscribed to t

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread James Black
What filename do you have in res/drawable that is similar to this? progress_circular_background On Tue, Dec 27, 2011 at 9:18 PM, richie rich wrote: > any chance for specifics in this android soup. > > i tried this and get the following errors: > > 1)No resource found that matches given name at:

Re: [android-developers] Re: Progress circle (NOT indeterminate!)

2011-12-27 Thread richie rich
any chance for specifics in this android soup. i tried this and get the following errors: 1)No resource found that matches given name at: @android:drawable/progress_circular_background 2) "rotate" element is not allow here I find specific details, especially when the Android SDK has a million

[android-developers] Re: Spinner spinning twice...

2011-12-27 Thread havexz
> > To illustrate, if I select Earth twice, the log statement is called> > > > once, only for the first I change my selection to Earth from some> > other > > selection> > Which, IMHO, is precisely what should happen when the activity > > is> destroyed and recreated and you use static fragments (

[android-developers] Re: simulating mouse on gingerbread 2.3.3

2011-12-27 Thread androidicus
Hi Vlad, Take a look at http://git.alwaysinnovating.com/cgit.cgi/ai.android/diff/?id=7d08e9aff198c7bfe3342db39e08e8a9484eab04. Its a mouse patch for Gingerbread. From what I've read, it's been tested and works well. Perhaps it'll meet you needs. -- A On Dec 22, 3:10 pm, Vlad wrote: > Hi guys,

Re: [android-developers] Re: Spinner spinning twice...

2011-12-27 Thread Mark Murphy
On Tue, Dec 27, 2011 at 8:08 PM, havexz wrote: > I agree that user can call it multiple times even though program is > processing last selection. But these un-necessary calls make the > program looks sluggish, even though we are using all the goodies of > background processing. Which means you ne

[android-developers] Re: HelloWorld "..stopped unexpectedly"

2011-12-27 Thread 7600onair
Thank you both.  I sorted it out.  The activity name was misspelled.  I appreciate it On Dec 27, 4:47 am, Marcelo Henrique wrote: > Give-me main.xml and manifest.xml > > 2011/12/27 Narendra Bagade > > > > > > > > > > > register your activity in manifest file.. > > > On Mon, Dec 26, 2011 at 6

Re: [android-developers] Re: L2TP/IPSEC PSK with Android 4

2011-12-27 Thread Nikolay Elenkov
On Mon, Dec 26, 2011 at 6:19 PM, Franklin wrote: > I also met this problem. It shows "Time out" in Galaxy Nexus but the > same setting works fine with my Nexus One. > Check the logcat, that might give you an idea about the error (if any). Other than that, try different settings, and if none work,

[android-developers] Re: Spinner spinning twice...

2011-12-27 Thread havexz
Thanks for the quick reply. Well I am using fragments but create from xml. And thanks for providing some work arounds. Really appreciated. > Then your app has other problems. The user is perfectly capable of > using their finger and changing the selection of a Spinner as many > times as the user w

Re: [android-developers] Problem installing CM7 on Nook Tablet

2011-12-27 Thread Robert Thau
This isn't necessarily the right place to ask questions about nonstandard OS installs --- the XDA developers forum for the device might be more helpful: http://forum.xda-developers.com/forumdisplay.php?f=1394 My understanding (which may be out of date!) is that the Nook Tablet has a cryptograph

Re: [android-developers] Spinner spinning twice...

2011-12-27 Thread Mark Murphy
On Tue, Dec 27, 2011 at 7:37 PM, havexz wrote: > So my question is this a bug? Mildly surprising, but I personally would not qualify it as being a bug. There are no rules stipulating how frequently onItemSelected() will be called on a configuration change when the activities are being destroyed a

[android-developers] Compass not working on some 2.2 devices

2011-12-27 Thread btschumy
We recently released an Android port of an iPhone app. The app relies on the digital compass for some features. This has been working well on most Android devices, but there are a few where the compass is not working. From the descriptions from the users it seems the device is not feeding us any on

[android-developers] Re: Android@Home status

2011-12-27 Thread Zsolt Vasvari
I was just guessing, I don't really now. On Dec 27, 11:56 pm, nemik wrote: > I thought the products presented at Google IO were ones that grew past > that 20% stage and had commitments to them. Shows what I know I guess. > > On Dec 27, 1:05 am, Zsolt Vasvari wrote: > > > > > AFAIK, there has bee

[android-developers] Re: Why is my drawing so unfluid and blinky?

2011-12-27 Thread Zsolt Vasvari
You need to do a surface.setFluid(false); surface.setBlinky(false); On Dec 28, 3:00 am, TreKing wrote: > Wait ... are you expecting someone to read through, understand, and debug > *your* code to tell you why it is "all fluid and blinky" - whatever that > means? > > Seriously? > >

[android-developers] Spinner spinning twice...

2011-12-27 Thread havexz
I am having issues with spinner for the past 2 days. And then I isolated the problem by using the working Spinner tutorial at http://developer.android.com/resources/tutorials/views/hello-spinner.html So I am able to reproduce the issue. The code is exactly same as mentioned in the above link. The

[android-developers] Re: uploading to the "google cloud" service

2011-12-27 Thread havexz
Looks like this is what you looking for: http://android-developers.blogspot.com/2010/05/android-cloud-to-device-messaging.html On Dec 27, 5:36 pm, John Goche wrote: > Hello, > > I remember reading somewhere that it is possible for an > application to connect to a free google server to upload >

[android-developers] uploading to the "google cloud" service

2011-12-27 Thread John Goche
Hello, I remember reading somewhere that it is possible for an application to connect to a free google server to upload application data which may then be downloaded from other mobile clients, but I cannot remember the name of the API for such a google server. Can someone please point me to the ri

Re: [android-developers] App force closes after adding more than 3 markers

2011-12-27 Thread James Black
What does logcat show? On Dec 27, 2011 5:42 PM, "Znaz" wrote: > I am making an app that uses Google Maps. After I try to add any more > than 3 markers to the overlay, the app force closes. Why does this > happen? > > -- > You received this message because you are subscribed to the Google > Groups

[android-developers] Problems exporting class for shared library on Android

2011-12-27 Thread doteater
I have a core project which I'm building as a shared library. In one of the headers, I've defined a simple class shown below: typedef pthread_mutex_t Mutex; class CORE_API AutoLock { public: AutoLock(Mutex& m); ~AutoLock(); private: AutoLock(); AutoLock(const AutoLock&); Auto

[android-developers] Android emulator help !!!

2011-12-27 Thread abutaha
dear ,, Please could some ones of you help me how to run voice search on Android emulator .. please i spent 10 days looking to solve the problem ( audio problem ) .. i installed the app ... but i always have and audio problem ... -- You received this message because you are subscribed to the Goog

[android-developers] No seamless looping with SoundPool?

2011-12-27 Thread ostraka
Hello, I am trying to loop short (20kb), gapless ogg files with the SoundPool class and cannot get consistent results while testing on hardware. It always plays back perfectly using the emulator but when I test on a Nexus 1, or on a Samsumg Galaxy Tab 10.1 there are audible pops or clicks at every

[android-developers] android web browser

2011-12-27 Thread raymondjtoth
when i use my android ereader i have and use the web browser i get err when going to site and downlaoding also web is slow to load on my pandigital nova thsi need to be looked into and and fixed thanks so much -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Buffer Error

2011-12-27 Thread Srinivasan Srinivasan
URL url = new URL("http://-); String inputline; String struserjson=""; BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream())); while ((inputline = in.readLine()) != null) { struserjson += inputline; } System.out.println

[android-developers] About WXGA emulator(AVD)

2011-12-27 Thread hardrock
Hi All, Let me know how to use emulator(AVD) the below case. * Samsung Galaxy Tab 10.1" WXGA(1280 x 800) / mdpi(160) / xlarge screen => As I know, Android SDK supports this AVD at android 3.x(honeycomb). * Samsung Galaxy Note 5.3" WXGA(1280 x 800) / hdpi(240) / normal screen => I guess that An

[android-developers] Found solutions

2011-12-27 Thread theinfor
So, who anyone found solutions ? I got the same problem, but i don't know how to fix it. Please help me if you got solution 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@googl

[android-developers] Error when try to make the kernel

2011-12-27 Thread Riham
Hi All I am trying to build a ROM can run on ZTE(San Francisco) phones. I downloaded the kernel code (android-msm-2.6.35) and built it using: $ make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm- eabi-4.4.0/bin/arm-eabi- msm_defconfig $ make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x

[android-developers] How collect physical and virtual memory usage for system (not single process)

2011-12-27 Thread seeker
Here is an issue blocked me, I need to collect physical and virtual memory usage for system before app be launched and after terminated, not just one single process. How can I collect it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Dynamic ui creation in android application

2011-12-27 Thread raghu
Hi. Develop GUIs and callbacks based on user configurable widgets and callbacks ! The application would ask the user for 3 main choices. > Type of widget (Button/Slider). > What to send on keypress on bluetooth. > Placement and color information. is it

[android-developers] No more always vibrate for ringtones and notifications in ICS?

2011-12-27 Thread Paul
Ringtones and notifications no longer have an option to always vibrate in addition to the sounds? This is needed if you are in a noisy area where you can't hear the ringtone/notifocation. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Api problem

2011-12-27 Thread rudraswamy mc
i got error msg like api couldnt findplz give soloution... -- 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-de

[android-developers] Video Player

2011-12-27 Thread Harshal Patel
Hi All, I want to create a video player that plays video from remote location that called my own web server. After playing video for first time it stored in device memory automatically and then next time it check on server for any changes for video i.e. length with same name, other video then prev

[android-developers] how can I see live video from ip camera?

2011-12-27 Thread olivertm
Hello everyone! I'm trying to make android code to see live images from my ip camera. I use Motion to show the live jpg's images. In my pc browser, I can see the live images, but on android's browser I can't... my android code is: protected void onCreate(Bundle savedInstanceState) {

[android-developers] App force closes after adding more than 3 markers

2011-12-27 Thread Znaz
I am making an app that uses Google Maps. After I try to add any more than 3 markers to the overlay, the app force closes. Why does this happen? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Junit test to test MultiAutoCompleteTextView

2011-12-27 Thread Taher Galal
i would like to have a junit test to run MultiAutoCompleteTextView and get the data from the dropdown of it -- 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 unsubscr

[android-developers] Re: L2TP/IPSEC PSK with Android 4

2011-12-27 Thread Franklin
I also met this problem. It shows "Time out" in Galaxy Nexus but the same setting works fine with my Nexus One. On Dec 24, 1:24 am, program wrote: > I am having trouble connecting to an L2TP/IPSec PSK VPN (with pre- > shared key). > The same connection is working on my nexus one, but not on the

[android-developers] Junit test to test MultiAutoCompleteTextView

2011-12-27 Thread Taher Galal
I would like to write a junit test to assert a value received from a MultiAutoCompleteTextView can anyone help 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 un

[android-developers] Re: L2TP/IPSEC PSK with Android 4

2011-12-27 Thread Franklin
I also met this problem. The same VPN setting(L2TP/IPSec PSK) works fine with my Nexus One but not Galaxy Nexus. It shows "Time out" message -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] About WXGA emulator(AVD)

2011-12-27 Thread hardrock
Hi All, Let me know how to use emulator(AVD) the below case. * Samsung Galaxy Tab 10.1" WXGA(1280 x 800) / mdpi(160) / xlarge screen => As I know, Android SDK supports this AVD at android 3.x(honeycomb). * Samsung Galaxy Note 5.3" WXGA(1280 x 800) / hdpi(240) / normal screen => I guess that An

Re: [android-developers] Re: Password app

2011-12-27 Thread sai rajesh
Hi Can you share the logic here?? On Tue, Dec 27, 2011 at 5:09 PM, Mukesh Srivastav wrote: > I have achieved this functionality. I was able to capture the wrong > password entered by user and was able to send the sms succesfully. > > It had tested it the same with Pattern lock and pin lock as wel

[android-developers] Android ICS Hardware Acceleration for setLayerType issue.

2011-12-27 Thread kaiping ken
*Situation: *I porting some Android codes from 2.2 to 4.0, and want to enable the HW acceleration(the Force GPU Rendering option) in this app. Then I found a lot of compatibility issues, like incorrect texture, color and drawing, also sometimes will get java.lang.UnsupportedOperationException then

[android-developers] how to get the size of navigation bar in android sdk 4.x

2011-12-27 Thread Jianyi Miao
Hi All, I dind't know how to get the height of navigation bar when invoke the method of onCreate(). At same time, I need to get the height of navigation bar when the orientation is portrait or landscape. e.g. screen size: 1280X720, use the api get the screen size, portrait: 1184X720 landscape:1

[android-developers] Subject: emulator: WARNING: Unable to create sensors port: Unknown error

2011-12-27 Thread OpaSmurf
Responding to post from: From: snowgoon Date: Thu, 22 Dec 2011 00:05:43 -0800 (PST) Local: Thurs, Dec 22 2011 2:05 am Because my error is almost identical with snowgoon's this seems the right place to request a hint. I also removed and reinstalled the ADK and replaced eclipse 3.7.0 with 3.7.1 on

[android-developers] Can't update..

2011-12-27 Thread Gr4yb3ard
File not found: C:\Program Files (x86)\Android\android-sdk\temp \android-15_r01.zip (Access is denied) WTF?? -- 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 unsubs

[android-developers] Re: How can apps sending and receiving SMSs be visible on the market for the new Galaxy Tablets?

2011-12-27 Thread Terry
Hello, Zsolt. You may well ask - but that's how it is. Yes, this tablet (Galaxy Tablet 10.1 GT-P7500) contains a cellular radio. It even has a microphone (which works well with Skype), but it doesnt support voice telephony. Terry On 27 Des, 08:07, Zsolt Vasvari wrote: > Just curious, how can a

[android-developers] Problem installing CM7 on Nook Tablet

2011-12-27 Thread hillgoo...@charter.net
Dudes, I am trying to load the cm7 op sys on my nook tablet. It has version 1.4.0 Here is where I'm at: 1) I get a patriot SD card it has 2 GB 2) I use the win32diskimager to load the boot img. I could see the files copied to it. Here I noticed that the size of the SD card was then 116 MB ... H

[android-developers] Android GPS client which send Lat and Long to server via 3G/HSPDA once it enters a 1km almost straight road

2011-12-27 Thread coollearner
Hi from the title itself, please see below the specific requirements of the android app that i'm preparing: GPS android app which runs on the background checking its position (LAT and LONG) App will be used in a car, once the car enters a specified 1 km road (almost straight 4 lane road or freeway

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

2011-12-27 Thread CharuhasV
Hi, I am facing the same issue with Nonin 9560 BT device. Anybody with update? Thanks, Charuhas. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] XML parsing

2011-12-27 Thread Hank
I have this function in my code public final static Document XMLfromString(String xml){ Document doc=null; DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); try {

[android-developers] Unpublishe​d app not available for downloadin​g from market for Test Accounts

2011-12-27 Thread prasadreddy annapureddy
I exported unsigned app from eclipse and signed using keytool and jarsigner of java jdk. I uploaded the signed app, application icon, screenshots from android developer console. selected Copy Protection "Off", all countried and not excluded any devices. I saved all above details and clicked "Active

[android-developers] Api problem

2011-12-27 Thread rudraswamy mc
i will try to make a google map...but i got error like Api couldnt found.plz send me ans..plz..plz.. -- 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 unsubsc

[android-developers] Re: android 3.0:Text Selection in webview

2011-12-27 Thread shaanu
On Nov 25, 7:23 am, IcedNet wrote: > You need to refer to the ClipboardManager class in the3.0 > documentation, first, as you are using a deprecated > class ...text.ClipboardManager, and method (emulateShiftHeld). > Second, I have used the web view extensively in3.0+, and the > standardSelection

[android-developers] Android Developing tech problems

2011-12-27 Thread Mike Taylor
I'm trying to download the needed files to develope an application on my computer and having a difficult time with the eclipse part of it and connecting it to the plugins? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Problem Loading CM7 on my SD Nook Tablet

2011-12-27 Thread hillgoo...@charter.net
Dudes, I am trying to load the cm7 op sys on my nook tablet. It has version 1.4.0 Here is where I'm at: 1) I get a patriot SD card it has 2 GB 2) I use the win32diskimager to load the boot img. I could see the files copied to it. Here I noticed that the size of the SD card was then 116 MB ... H

Re: [android-developers] API Check: Can we answer incoming phone calls yet?

2011-12-27 Thread Kristopher Micinski
On Tue, Dec 27, 2011 at 5:32 PM, Kristopher Micinski wrote: > "phone stuff" isn't handled by the Android system.  That's lower level > hardware, and you really don't have access to it, so no, it's > impossible, and I suspect that it will *never* be possible.  It's not > an API issue, it's an issue

Re: [android-developers] API Check: Can we answer incoming phone calls yet?

2011-12-27 Thread Kristopher Micinski
"phone stuff" isn't handled by the Android system. That's lower level hardware, and you really don't have access to it, so no, it's impossible, and I suspect that it will *never* be possible. It's not an API issue, it's an issue as to how the hardware is designed... Kris On Fri, Dec 23, 2011 at

[android-developers] Input field on portrait view too long for screen, disobeys max-width in css

2011-12-27 Thread Kemis
Hello, First of all, my android phone is awesome; but I have exhausted all efforts known in css and html to solve a display issue when coding my web page. While developing my webpage for mobile, I noticed on my Google android that my input field in portrait view becomes too long when the glass is

[android-developers] Ways of getting high FPS for real time computer vision processing

2011-12-27 Thread Aleksandr Sugard
Crosspost from StackOverflow: http://stackoverflow.com/questions/8649751/ways-of-getting-high-fps-for-real-time-computer-vision-processing My goal is to get as high FPS as possible. I will be happy with BW small frames, but FPS should be maximum. getSupportedPreviewFpsRange on HTC WildFire S retur

[android-developers] API Check: Can we answer incoming phone calls yet?

2011-12-27 Thread Merrell
Just wondering because I want to build an app that answers an incoming call after rings and interacts with the caller, potentially connecting the phone owner with the caller, if the phone owner wishes. Thanks in advance. Is this possible... ? -- You received this message because you are subscr

[android-developers] I couldn't see the whole page

2011-12-27 Thread aluo.cn
http://aluo.cn/post/post_show.asp?ArticleID=284 I couldn't see the whole page (http://developer.android.com/resources/ tutorials/views/index.html) in android explorer on my MIONE mobile. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] Re: How can apps sending and receiving SMSs be visible on the market for the new Galaxy Tablets?

2011-12-27 Thread dan raaka
in your manifest explicitly declare the hardware.telephony and set the required="false". This solves the market filtering issues. However, you will now have to @ runtime check if the device does indeed support SMS !! -Dan 2011/12/22 Kostya Vasilyev > While I don't have a workaround - sorry -

[android-developers] Disable beam on-screen confirmation

2011-12-27 Thread Banjoo78
Hi, I'm developing an app that will use Android Beam to send messages between Android's phones. Until Gingerbread I was capable to send and receive messages without confirmation but, with Ice Cream Sandwich the system automatically use beam on-screen confirmation... Anyone knows if I can disable be

[android-developers] Issue with my download

2011-12-27 Thread Chris Kehl
My device gives me an error "Download failed, A memory card is needed for file download, please insert one and try again. Here is my code. I'm a little new to this, is there a line needed to specify the download path? package com.HelloWebView; import android.app.Activity; import android.conten

[android-developers] Handling Popup site in webview

2011-12-27 Thread Android Lover
Hi there, I am currently writing a webview, it first loads a twitter page (say, NHL, http://twitter.com/nhl) as you can see, you can find the tweet for NHL, and each NHL tweet has another link for user to click, e.g. bit.ly/ujcNZo in my webview, if i click that link (i.e. bit.ly/ujcNZo), my webvie

[android-developers] Debugging Deadlock in ListAdapter?

2011-12-27 Thread Craig Setera
I've been fighting for a few weeks trying to build a list selector activity that is hanging up with a deadlock. The list item consists of an image on the left and text on the right. Because the image takes some time to load and render, the left area starts with an indeterminate progress bar wh

[android-developers] Cocos2d android Texure issue on Motorola xoom

2011-12-27 Thread avantika thakkar
Hi, i am developing a game in android with Cocos2d framework with latest build from github(Weikuan Zhou). in my game i used lot of images(total images size is around 11MB). Problem :- i am getting the black box instead of images when i play my game more than 3 times What steps will reproduce the

[android-developers] Checkbox status in list view

2011-12-27 Thread vishwa dani
My requriment is i have two listview activities 1st listview contain 2 textviews each row of listview 2nd one contain one textview & one checkbox in each row of listview 1. I have to set the textview of 1st listview according to 2nd listview checked item & also save checked item status after loadi

[android-developers] error

2011-12-27 Thread Mulsaniya Bhadresh
Still no compatible AVDs with target 'Google APIs': Aborting launch. -- 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 andr

[android-developers] Re: Using ViewPager with dynamic view sets

2011-12-27 Thread tatebn
The destroyItem will work, but the instantiateItem will not. The instatiateItem method is called the number of times returned in getCount, which is overrided to return a specific number. instantiateItem doesn't not take a parameter for a view or object to add. It just creates and adds one based o

[android-developers] Re: how can we get the notification of sending message

2011-12-27 Thread Ali Chousein
What do you mean by "native code"? The example in the link I gave is in Java and is based on Android SDK. This is as much Android SDK native as you can imagine. Or are you trying to do something using the NDK? For NDK related topics there is a dedicated group I think http://groups.google.com/group/

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 3:00 PM, satahippy wrote: > heh) i did it) but also i need to show all 200 dp width of children Then try what I told you in the first place. - TreKing

[android-developers] Nexus S Flash torch mode not working

2011-12-27 Thread Efi Merdler-Kravitz
Hey everybody, I'm using Nexus S Android 2.3 stock version. Whenever I'm trying to set the flash to torch mode: if (camera == null) { mCamera = camera = Camera.open(); } final Parameters params = camera.getParameters(); params.setFlashMode(MODE_TORCH); camera.setParameters(params); nothing h

[android-developers] Dalvik format error 1

2011-12-27 Thread DulcetTone
How can I tell what packages/classes are conflicting to cause this? Is it a problem to have a package's classes contributed from more than one project as long as the classes do not have the same package.classname signature? This is driving me bonkers, this vague error message. tone -- You rece

Re: [android-developers] overflow visible like css

2011-12-27 Thread satahippy
heh) i did it) but also i need to show all 200 dp width of children -- 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 andro

[android-developers] Re: Android custom ImageView fade animation

2011-12-27 Thread Seb
Hmm I kind of understand... are you able to provide any code or psuedo code though to show how it would fit together? On Dec 25, 5:08 pm, AlexBonel wrote: > On 25 дек, 15:31, Seb wrote: > > > But can I still define my animations in XML using your suggested > > method? > > Yeah, Why not, just cal

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 2:36 PM, satahippy wrote: > no, i need to 100dp parent width Then set parent to 100dp width. - TreKing - Chicago transit

Re: [android-developers] overflow visible like css

2011-12-27 Thread satahippy
no, i need to 100dp parent width -- 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...@googlegro

Re: [android-developers] Re: Using ViewPager with dynamic view sets

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 2:10 PM, tatebn wrote: > I don't see add and remove items. > Try the official docs instead of some random open source project. http://developer.android.com/reference/android/support/v4/view/PagerAdapter.html ---

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
2011/12/27 satahippy > parent has width 100dp, children has width 200dp > on default showed 100dp width children, i want to see 200dp > Try setting the parent width to wrap_content and minWidth to 100dp. ---

Re: [android-developers] simulate hte speed for amdroid phones

2011-12-27 Thread Kristopher Micinski
Is sensor emulation what you need? I'm not a physics expert, but I'd think that if you're not changing your speed you're not going to be feeling any acceleration :-P... You can do the mock location, I'm not sure how quickly you can change it, but how about you write a shell script to send the adb

  1   2   >