[android-developers] Re: Call Conference with application

2011-12-27 Thread Ali Chousein
I'm a young Android developer... . . I'd really be pleasured if someone could help me out with this in form of a useful tutorial or a good self-explaining source code. No my friend, you are not a developer yet. Developers don't ask for already cooked solutions. They research and find-out

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

2011-12-27 Thread Ali Chousein
Do you mean SMS? Read the tutorial in the following link, it's simply great: http://mobiforge.com/developing/story/sms-messaging-android - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered

[android-developers] Account Manager Query

2011-12-27 Thread rinyogi
Hi All, I am new to android. I went through Account manager and I have some questions. - Is it able to get contact and calendar data which are synced from web by 3rd pary application without access control ? - Is it able to create and access multiple addressbook with account info? (but the

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

2011-12-27 Thread Marcelo Henrique
Give-me main.xml and manifest.xml 2011/12/27 Narendra Bagade bagadenaren...@gmail.com register your activity in manifest file.. On Mon, Dec 26, 2011 at 6:24 AM, Nathan Harness 7600on...@gmail.comwrote: I followed the instructions on the Android Dev site for Hello World, using the XML

Re: [android-developers] Re: Password app

2011-12-27 Thread poiuytrez
Thank you for your answers. -- 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] Cancelar ligacao

2011-12-27 Thread Sander Theetaert
I don't mean to be rude but I think most people on this list expect the questions to be written in english (even poor english is accepted by most ;) I hope that you understand english and maybe could translate your question? It would help us help you... S. 2011/12/22 mdmota mdm...@gmail.com

Re: [android-developers] Re: Password app

2011-12-27 Thread Mukesh Srivastav
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 well. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad On Tue, Dec 27,

[android-developers] Re: Android@Home status

2011-12-27 Thread nemik
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 zvasv...@gmail.com wrote: AFAIK, there has been no new official communications from Google related to Android@Home.  

Re: [android-developers] No rule to make target make error on Froyo 2.2.1 (korg/froyo)

2011-12-27 Thread Sander Theetaert
apology excepted 2011/12/23 Giorgio Andronico techdevelo...@gmail.com Hello to all,I'm source-building CyanogenMod 6 for a device called LG- P500 (ARMv6/MDPI). CyanogenMod or not,this doesn't really matter,because I'm getting this on AOSP Froyo too. Well,when starting it builds for 10-15

Re: [android-developers] Re: HoneyComb isHardwareAccelerated() always returns false

2011-12-27 Thread Atul Raut
Hi Dianee, isHardwareAccelerated This always returns false, as per code Canvas.java How it make decision to return false or true depending on hardware ? Thanks, --

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

2011-12-27 Thread Sander Theetaert
I'm not sure why you would want to do this in the first place? 2011/12/22 Vlad ostrov...@gmail.com Hi guys, I'm interested in simulating a mouse on a mobile device, but unfortunately, as far as i can tell, there is no support for a mouse pointer on gingerbread. so i was wondering, is it

Re: [android-developers] publishing two versions of same application

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 9:54 AM, John Goche johngoch...@googlemail.comwrote: OK, so how do I set up an android library project then. http://developer.android.com/guide/developing/projects/index.html#LibraryProjects

[android-developers] Camera Flash Turns Off Automatically After A Few Seconds (Galaxy Nexus, 4.0.1)

2011-12-27 Thread bklik
I have code that works without fail on all my LED flash enabled devices (Droid, Nexus One, Galaxy Tab 10.1). But, on my Galaxy Nexus, the app will launch, turn the LED flash on, then after ~1.5 seconds, it turns the flash off. If I then turn it back on via a button, it will stay on. If I delay the

Re: [android-developers] android hardware sensors information required

2011-12-27 Thread Sander Theetaert
This is a list to aid people in developing applications in the android-sdk, as your problem is not related to that level of the android environment you will find little help here, other members might point you to the right group, I can't, as I don't know one, I advise to search an other source

Re: [android-developers] Re: Android@Home status

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 9:56 AM, nemik ne...@nemik.net wrote: I thought the products presented at Google IO were ones that grew past that 20% stage and had commitments to them. Two words: Google Wave.

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

2011-12-27 Thread surabhi jain
thanx Ali but I want to get notification when I send SMS from device, I want native code for that -- 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

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

2011-12-27 Thread Mukesh Srivastav
Vlad, Very nice thought of having an pointer image. I lked it a lot. Let me give a try to that. Atleast writing a widget would solve it as far i know. Thanks, Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer, India,Hyderabad. On Tue, Dec 27, 2011 at 4:24 PM, Sander Theetaert

Re: [android-developers] Re: Android 4.0 sensor emulation setup questions

2011-12-27 Thread Vladimir Chtchetkine
Hi Josh, Due to some restrictions, emulator needs to connect to the device running SdkControllerSensor application *before* the emulated system boots. Mostly this is due to the fact that emulator needs to know the list of supported sensors before booting the guest system. You can (indirectly)

[android-developers] How to generate Gallery thumbnails?

2011-12-27 Thread Lidia
Hello, Does any one know if it is possible to generate a gallery thumbnail. I do not need a simple thumbnail, like download and decode a picture, i need to generate a gallery thumbnail, like it would be when gallery is opened. Thanks in advance, Lidy -- You received this message because you

[android-developers] sending a backup file to the cloud

2011-12-27 Thread John Goche
Hello, I have an application which saves important data to disk. I would like to allow the user to backup the data by emailing themselves the data. For this I need to open up a web browser activity from within the application and allow the user to browse the file system for the attachment (how

[android-developers] Re: publishing two versions of same application

2011-12-27 Thread bklik
As far as I know, everything has to be kept separate. On Dec 27, 10:29 am, John Goche johngoch...@googlemail.com wrote: Hello, I have an application which I would like to publish as a free version and then another with some extra features as a paid version. I was wondering, if my package

[android-developers] SurfaceView clearing screen on resume

2011-12-27 Thread Stuart
I've got a basic app, that depending on the state either continuously draws lines from the user's touch location (a basic paint app) or loads a saved drawing. In each one, when I Pause the activity (by loading the PreferencesActivity or pressing Home Button) and then resume the activity the

Re: [android-developers] How to generate Gallery thumbnails?

2011-12-27 Thread J Handal
http://developer.android.com/guide/topics/media/camera.html#capture-picture They don't mention the Gallery thumbnails? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] How Can I Get apk file icon, version, name?

2011-12-27 Thread 杨辉
Hi,Everyone: Is there a way I can get application name, application version and application icon in the java code , for the package that is not yet installed? (for some apk file on sdcard) -- 杨辉 Impossible is nothing! -- You received this message because you are subscribed to the

Re: [android-developers] Re: Password app

2011-12-27 Thread Sander Theetaert
Are you serious? This behavior was the FIRST functionality I looked for in my TABLET! And I wanted to implement it myself also... Don't forget that android also runs on tablets, which don't exactly fit in your pocket and could be left unattended somewhere. I find it cumbersome to re-enter my

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

2011-12-27 Thread Vladimir Chtchetkine
With r16 SDK you can use sensors emulation as described in here: Sensor emulation http://tools.android.com/recent/sensoremulation On Thu, Dec 22, 2011 at 10:56 AM, poncho poncho...@gmail.com wrote: On 12/21/2011 05:36 AM, Shabnaz wrote: hi Iam trying to develop an app for accident

[android-developers] Using ViewPager with dynamic view sets

2011-12-27 Thread tatebn
I'm trying to use ViewPager to allow the user to flip through a series of web views. I've looked at the ViewPager examples which look like it uses an adapter which has a defined number of pages. The problem I have is that the number of pages I have changes regularly. Is there not a way to just

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

2011-12-27 Thread Vladimir Chtchetkine
This warning is normal. It indicates that emulator was unable to establish connection with an app (running on an actual device) that feeds real sensor values to the emulator. If you don't care about sensors emulation, just ignore this warning. However, if you do care about sensors emulation, this

[android-developers] NDK on android

2011-12-27 Thread Hendrik Boom
Is it possible to run the entire Android Development Kit toolchain on the Android device itself? -- hendrik -- 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] publishing two versions of same application

2011-12-27 Thread John Goche
Hello, I have an application which I would like to publish as a free version and then another with some extra features as a paid version. I was wondering, if my package name is com.bar.foo and my application name if com.bar.foo do I need to make a separate com.bar.foolite application name for the

[android-developers] Re: problem parsing the package

2011-12-27 Thread Lew
rachana govilkar wrote: hey this is my ImageCapture.java..hope u [sic] get idea. package com.privacygram.activity; import android.content.Context; import android.graphics.PixelFormat; import android.hardware.Camera; import android.hardware.Camera.Parameters; import

Re: [android-developers] Can't see Hello World on hello_avd screen ?????????

2011-12-27 Thread Sander Theetaert
I think patience is the key: it actually does take some time before the application shows up, even 'hello world'. I had a colleague who also 'suffered from the same problem' and the 'solution' was sitting next to him and stopping him 3 times from killing the emulator. S. 2011/12/22 Albert Pi

Re: [android-developers] How to generate Gallery thumbnails?

2011-12-27 Thread J Handal
Follow this thread: I'm using t also he built-in camera app in my Xoom,tryng to store the picture in the AppGallery that comes by default. same intent : new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); The reason that is not working is because of memory reasons, you only get a

[android-developers] Re: problem parsing the package

2011-12-27 Thread rachana govilkar
Thank you for responding Jim. But i solved that issue just now after debugging a lottt. And First of all, what package are you having trouble with? Your subject doesn't seem to match your problem here. Did you hijack someone else's thread? If so, don't do that...it's extremely rude, at the

Re: [android-developers] publishing two versions of same application

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 9:29 AM, John Goche johngoch...@googlemail.comwrote: I was wondering, if my package name is com.bar.foo and my application name if com.bar.foo do I need to make a separate com.bar.foolite application name for the free version You can have the same application name,

[android-developers] Re: ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-27 Thread mot12
I also have a quite popular app looping sounds (50 installations). Using MediaPlayer for simplicity, I found that MP3 files looped with an audible gap while OGG files looped without any problems on pretty much all devices. That was at the time Android 1.5 came out! Since then, I never heard of

Re: [android-developers] Re: problems getting an app to work and avd won't show up with adb devices listed command

2011-12-27 Thread bamboomy
Do you call killing and restarting the server an 'issue'? and if so: why? S. 2011/12/22 Heiko whz-cal...@gmx.de Update: Well it seems, that the problem itsself is the adb server. The adb server won't update the device list when starting new avd (adb server already running). Is there an

[android-developers] Re: Android@Home status

2011-12-27 Thread nemik
Touché. Lighting Science did reply to my contact form though and said they're going to have another press release about it when more info is available; and that they're targeting the first half of this coming year. On Dec 27, 10:07 am, TreKing treking...@gmail.com wrote: On Tue, Dec 27, 2011 at

Re: [android-developers] NDK on android

2011-12-27 Thread Sander Theetaert
The problem is, for as far as I searched for the same answer: eclipse. It's quite hard to get the eclipse source code and once obtained you'd need to port it to android. Nobody has done it so far, as far as I know. However, there are development solutions (existing apps on the market) which,

Re: [android-developers] Cancelar ligacao

2011-12-27 Thread Lew
Courtesy of translate.google.com, mdmota wrote what translates to: I'm doing call a number using the call: startActivity (new Intent (Intent.ACTION_CALL, Uri.parse (tel: + ph_number.getText (; I wonder how I cancel the call during the connection only code and not via the link button to

Re: [android-developers] publishing two versions of same application

2011-12-27 Thread John Goche
On Tue, Dec 27, 2011 at 4:43 PM, TreKing treking...@gmail.com wrote: Yes, but an Android Library Project will help consolidate the common code. OK, so how do I set up an android library project then. Having to maintain two separate source trees for every single application seems to be a pain.

[android-developers] Re: ICS - checkbox style

2011-12-27 Thread Adam Ratana
On Saturday, December 24, 2011 8:19:56 AM UTC-5, dashman wrote: I'd like my checkboxes to appear like the default ICS checkboxes. how can i do that and maintaining backward compatibity. i assume it has to do with style..or is it a theme. This page, specifically the select a theme based

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

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 10:49 AM, tatebn brandonnt...@gmail.com wrote: I've looked at the ViewPager examples which look like it uses an adapter which has a defined number of pages. A brief look at the PageAdapter shows methods for adding and removing items. I'm sure you tried that already.

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

2011-12-27 Thread Jeresam515
Here is the code of my two files: package com.drawing; import android.app.Activity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.view.View.OnTouchListener; import com.drawing.LemonadeMainMenuView.LemonadeMainMenuThread; public class Main

[android-developers] overflow visible like css

2011-12-27 Thread satahippy
how can i set overflow visible to some view like css? and it is possible to use css in android apps? -- 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

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

2011-12-27 Thread TreKing
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? - TreKing

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 12:43 PM, satahippy satahi...@gmail.com wrote: how can i set overflow visible to some view like css? Assume we're stupid and explain the effect you hope to achieve with overflow visible. and it is possible to use css in android apps? For a WebView probably. Not for

Re: [android-developers] publishing two versions of same application

2011-12-27 Thread James Black
What I did was to create a new project, with a new package name. Then right-click on that project go to properties Then Android Go to the bottom and click IsLibrary I used the library activity as the main class and in the projects that use the library I extend the library version. You also need

Re: [android-developers] overflow visible like css

2011-12-27 Thread satahippy
вторник, 27 декабря 2011 г. 23:03:34 UTC+4 пользователь TreKing написал: Assume we're stupid and explain the effect you hope to achieve with overflow visible. parent has width 100dp, children has width 200dp on default showed 100dp width children, i want to see 200dp -- You received

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

2011-12-27 Thread tatebn
I don't see add and remove items. http://www.java2s.com/Open-Source/Android/App/appsorganizer/com/google/code/appsorganizer/prova/PageAdapter.java.htm There are add and remove methods in the ViewPager. But using them outside of the adapter doesn't seem to do anything. On Dec 27, 12:43 pm,

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

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
2011/12/27 satahippy satahi...@gmail.com 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] Re: Using ViewPager with dynamic view sets

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 2:10 PM, tatebn brandonnt...@gmail.com 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 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

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 2:36 PM, satahippy satahi...@gmail.com wrote: no, i need to 100dp parent width Then set parent to 100dp width. - TreKing http://sites.google.com/site/rezmobileapps/treking -

[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 bonela...@gmail.com wrote: On 25 дек, 15:31, Seb stsiop...@googlemail.com wrote: But can I still define my animations in XML using your suggested

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

[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

[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

Re: [android-developers] overflow visible like css

2011-12-27 Thread TreKing
On Tue, Dec 27, 2011 at 3:00 PM, satahippy satahi...@gmail.com 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] 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

[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

[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

[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

[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

[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

[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

[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

[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

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 kmans...@gmail.com While I don't have a

[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

[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 x 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

[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

[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

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

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 krismicin...@gmail.com 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

[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 ...

[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 ...

[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

[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] 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

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

2011-12-27 Thread OpaSmurf
Responding to post from: From: snowgoon snowgo...@googlemail.com 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

[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

[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 zvasv...@gmail.com wrote: Just

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 mukicha...@gmail.comwrote: 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

[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

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

2011-12-27 Thread shaanu
On Nov 25, 7:23 am, IcedNet d...@icednet.info 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

[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

[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-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

[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-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

[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 programin...@gmail.com wrote: I am having trouble connecting to an L2TP/IPSec PSK VPN (with pre- shared key). The same connection is working on my nexus

[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

[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-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

[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) {

  1   2   >