[android-developers] Auto increment key

2010-11-17 Thread pramod.deore
How to create a table without primary key but it has one autoincrement column. -- 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

[android-developers] Re: ViewFlipper seamless transition (like the activity fly in/out)

2010-11-17 Thread Hatch
Never mind. Was an internal bug. Works as specified. Cheers, Hatch On Nov 17, 8:38 am, Hatch tomislav.hecimo...@gmail.com wrote: Hi. I just get this. I would like the ViewFlipper animation to look (almost) the same as the native Activity show/disappear. I currently have fly-out-to-left

Re: [android-developers] Re: where cluase help in android

2010-11-17 Thread Kumar Bibek
Great, you are welcome. On Wed, Nov 17, 2010 at 12:31 PM, pramod.deore deore.pramo...@gmail.comwrote: Hi, Bibek after changing query like try { sampleDB = this.openOrCreateDatabase(SAMPLE_DBNAME, MODE_PRIVATE, null); Cursor

Re: [android-developers] ViewFlipper jump to 'page'

2010-11-17 Thread Brad Gies
flipper.setDisplayedChild(1); Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth.com http://ihottonight.com

[android-developers] Re: Transfer Preferences from demo to paid app

2010-11-17 Thread String
On Nov 17, 1:49 am, TreKing treking...@gmail.com wrote: Anyone else able to get this to work or not? It's works for me on G1 1.6 and Nexus 2.2 (and did on 2.1 too). I can't be the only one. String, have you tried clearing the Market cache and / or data? And making sure you have your release

[android-developers] Re: How to reduce heap size to get space for BitmapFactory.decodeFile()

2010-11-17 Thread String
On Nov 16, 8:31 pm, manayv man...@googlemail.com wrote: I learned from several discussions of this group that BitmapFactory.decodeFile() allocates heap memory outside of the java heap. Not only that, but the external-memory implementation appears to be buggy. It's very easy for old bitmap

[android-developers] Re: escape characters not working \n

2010-11-17 Thread kampy
attachment.append(\n+email.getAttachment(i).getName()); this is the line i am using but i am not getting it On Nov 17, 11:46 am, kampy narasimha1...@gmail.com wrote: hi i am displaying  the attachments that are for a mail but i am unable to display all the attachments as the newline \n is

[android-developers] Re: voice recognition -- IVR on Android

2010-11-17 Thread Droid
I found it was hard to get the text to speech and voice recognition = more all into one activity (needed too many calls) so I put voice recognition into its own activity and pass intent messages between the two. Its a bit clunky but works. The other problem is detecting when the text to speech is

[android-developers] Re: to load image from drawable folder

2010-11-17 Thread Droid
You can actually dynamically call a new layout xml file using the well- used set content command - it works fast. May be useful if your one layout file gets too full and can just about do simple animations with it. :) -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: to load image from drawable folder

2010-11-17 Thread alok upadhyay
ya that was my mistake but now images are loading properly in back and next clicking button.Thanks for reply On Fri, Nov 12, 2010 at 8:38 PM, Kumar Bibek coomar@gmail.com wrote: I am really really confused. How are you including the ImageView that you have in the activity. I can see that

[android-developers] Re: How to make a trial version which starts a limited amount of times?

2010-11-17 Thread MobileVisuals
I see, so do you know the best way to make a time limited trial? I assume that the License Verification Library (LVL) should not be used for this? Our apps has sold best when there is no trial version available, so the consumer only has the option of buying the complete version. This approach has

[android-developers] Android calendar control

2010-11-17 Thread paresh mayani
Hello, I have referred the article (at http://www.developer.com/article.php/3850276 ) for implementing the native calendar control, but i would like to display calendar also on the screen and also User can able to select date, and after selecting date user can also be able to event on that

Re: [android-developers] Re: Problem with UI Thread which hangs up

2010-11-17 Thread Kostya Vasilyev
Then see my previous message, I've already pointed out two ways of doing this. -- Kostya 17.11.2010 8:12, umakantpatil пишет: Thanks Kostya Problem is not with sorting. Problem is as follows: I have three view to be shown. First white article, Second grey article and third is the belt which

[android-developers] Gallerylayout in appWidget ?

2010-11-17 Thread Honest
hello, i want to make an app widget which i can display on home screen of mobile. can i use Gallery layout in it ? as i came to know that it is not available in app widget. it is only available for application. hope to hear soon. -- You received this message because you are subscribed to the

[android-developers] Can I stop background apps from causing GC and eating up CPU?

2010-11-17 Thread kk
Hi all, In looking at some performance issues for a game I'm developing I came across some interesting facts. Although I've minimised GC caused by my app, other apps can still cause one. Also, during framerate drops in my game, I've noticed things like the weather service, email checked, etc.

Re: [android-developers] Gallerylayout in appWidget ?

2010-11-17 Thread Kumar Bibek
Nope On 17-Nov-2010 3:12 PM, Honest honestsucc...@gmail.com wrote: hello, i want to make an app widget which i can display on home screen of mobile. can i use Gallery layout in it ? as i came to know that it is not available in app widget. it is only available for application. hope to hear

Re: [android-developers] Android calendar control

2010-11-17 Thread Marcin Orlowski
I have referred the article (at http://www.developer.com/article.php/3850276 ) for implementing the native calendar control, but i would like to display calendar also on the screen and also User can able to select date, and after selecting date user can also be able to event on that selected

Re: [android-developers] Dealing with very limited data plan

2010-11-17 Thread Marcin Orlowski
2. Because of #1 we need to lock device somehow so there is no other software that uses network. If you mean 3rd party software you could a) tell your employees that using other apps on the device is simply not allowed. b) make your app check list of installed apps and check if there's anything

Re: [android-developers] Android system font size

2010-11-17 Thread Marcin Orlowski
On 16 November 2010 10:09, enricozhang zgl...@gmail.com wrote: Hello, Everybody. I have a problem in my application, do not want to respond to the system set in Setting the font size, I used the controls are Button, TextView, and so, to how to do, be grateful! Could be me, but I do not

[android-developers] Uniqly identify a mobile device visiting my WAP/WEB site?

2010-11-17 Thread Grigory
Hello. I am completely new to mobile WAP/WEB sites development. I am analyzing some mobile content delivery platform which I am going to implement. My question is: Is it possible to uniqly identify the specific mobile device that is visiting the site whether it is a WAP 2.0 device or a smartphone

[android-developers] Access sensors' data directly

2010-11-17 Thread babak
Hello all, I am looking for a way to get sensors' data ( especially Accelerometer) directly without using Listener approach. Actually I need to have the data really fast!!! I can not find any way to read sensor data by myself. Anybody knows anything about it? Is it possible to read data with

[android-developers] Sample Application to query a website and get data

2010-11-17 Thread sanyam goyal
Hi I am trying to make an application in which I need to fetch some data from an website. Do we have some sample application which demonstrate how to do this.. ? I do not want to open the website from browser, just want to query through java code..and get the result. Any help is appreciated.

Re: [android-developers] Re: Detecting flings in a ListActivity containing non-simple views

2010-11-17 Thread neena hr
On Sun, Nov 14, 2010 at 10:40 AM, Dianne Hackborn hack...@android.comwrote: Does this work if the layout is used outside of a list view? On Sat, Nov 13, 2010 at 12:29 PM, FractalBob ruom...@gmail.com wrote: On Nov 13, 11:45 am, Dianne Hackborn hack...@android.com wrote: Where are you

[android-developers] usb camera interface

2010-11-17 Thread Matthew Fleming
Hi, I'm just wondering what would be involved in connecting to an external camera via usb from a device such as the Archos 43 which is capable of functioning as a usb host? Evidently it is possible, because the Archos 43 manual says it can download pictures from an external camera using an

[android-developers] Error creating gen resource folder.

2010-11-17 Thread GSDroid
Hello My eclipse is not creating gen folder and android compilation creates error missing required gen folder. Can some one help me with a pointer to troubleshoot this. -GS -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Pressing Home or Back buttons from Main Activity causes my app to stop unexpectedly

2010-11-17 Thread MiataTexan
This is difficult for me to diagnose because the Log doesn't provide the offending code line that indicates what caused it. Running the app in the Emulator seems to work OK until I press Home or Back from the Main Activity. Using Back between the activities in the program seems to work OK, it

[android-developers] computer knowledge

2010-11-17 Thread Freden
Hello I want to join with you as a new member and really I need much knowledge how I use my computer in best way spcially about my security because this to me very important and I need from you as friends more information about how use the tools some I got from Google or the tools some I can

[android-developers] trying to place text inside ShapeDrawables

2010-11-17 Thread Matt
Hi All, I'm working on a fretboard application. The fretboard and strings are being rendered in the onDraw method of my custom View. They are basically a bunch of ShapeDrawable rectangles. When the user opens a dialog and selects a scale/chord, the application will overlay the scale/chord on the

[android-developers] converView Parameter in getView() of my custom adapter for Gallery is always NULL

2010-11-17 Thread siva prasad
Hi all, I have made customAdapter (which extends BaseAdapter). I want to reuse the old views..So I am checking @Override public View getView(int position, View convertView, ViewGroup parent) { ViewHolder holder1; if (convertView==null) { // Inflating it from the layout.. Creating

[android-developers] Nexus one USB Driver not working with 2.2 and W7

2010-11-17 Thread Ying
Device: Nexus One 2.2 Carrier: Vodafone Country / Language: Spain / UK OS / Browser / build number (if applicable): Windows 7 Hy all, I'm having quite a few serious problems with making my Android game work on my Nexus One phone. After 3 days of hunting down solutions in the internet and trying

[android-developers] tutorial not working

2010-11-17 Thread Houston startup coder
I'm on Mac OS X Leopard and installed the ADT plugin into Eclipse Galileo. I followed all these steps to get started: http://developer.android.com/sdk/index.html My SDK version is 2.2 API 8 revision 2 and I just used the Hello World tutorial found here:

[android-developers] scuss developing Android applications using the Android SDK

2010-11-17 Thread prabhu prabhu
http://123maza.com/35/cable159/ -- 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] Drawing does not appear in custom SurfaceView

2010-11-17 Thread Thomas Okken
Hi all, I'm an Android newbie, and I'm trying to get started doing some simple drawing on the screen. It looks like SurfaceView is the ticket for this. I started with the SkeletonApp demo, removed all the UI components, and put one custom SurfaceView at the top level, and in that class, I

[android-developers] hello world for Android.

2010-11-17 Thread TheWebRipper
Hey guys, I am very new to Andriod App. development. Can anyone give me a simple hello world tutorial for Android.? Please 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] Trying to connect Nexus One phone to the adb

2010-11-17 Thread appbee
Hi, I am running Android SDK 2.2 and am trying to get the adb to connect to the Google Nexus One phone. Here is what I have done so far: - Followed the instructions on setting up the device for development as given on the Android Developer's site:

[android-developers] Platform Library Example - The Details I Don't Get

2010-11-17 Thread Hayley Dawson
Folks, I've spent a couple days now googling this and trying to figure out all the steps, and I'm getting really frustrated. I'm using the Platform Library example and trying to figure out how to add my own library to android. It resides in my own namespace, and is intended for a full image build

[android-developers] hai

2010-11-17 Thread priya priya
http://123maza.com/35/gallery555/ -- 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] How to promote my Android application on the Android market

2010-11-17 Thread Sergey
Hello All, I have tried to find the way to promote my Android application. But after some hours of searching the net I found out just a few BTL (below-the-line) ways to promote. - work with review sites. - it's a quite time consuming - bestratingfor.me - quite easy and effective. Are their any

[android-developers] Gray square Maps problem

2010-11-17 Thread Elyager
I have a problem using google maps API, there's a grey square on the left bottom corner as shown in the picture. http://twitpic.com/36yyyq/full why is that? please I need some help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Spinner: crash when selected

2010-11-17 Thread Tobi
Hello, I am running in the same problem. Also with a tabview. Is there any other solution? Cheers, Toby On Oct 26, 1:47 pm, Khetzal quetz...@gmail.com wrote: No, i've try with this for the context, with getApplicationContext() too, with getParent() and with getContext(), but always the same

[android-developers] Android Dialer Problem

2010-11-17 Thread Wilson Luu
I'm working on an android app and I'm stuck. Here's the scenario that I have: 1. The user picks a contact to call 2. The user presses the dialer button to call that contact 3. Android's native dial screen pops up i.e. Dialing Contact screen Here's what I want to do: After pressing the dialer

[android-developers] Custom Navigator app questions

2010-11-17 Thread Mikey
Here's a quick background on my situation. I'm a college student and for my thesis project I've decided to develop a campus navigator app to assist incoming students in getting acquainted with the campus. This is a year long project so at this point I'm partially troubleshooting and partially

Re: [android-developers] DatePickerDialog onDateSet crashes my code

2010-11-17 Thread Ali Al-Mosawy
Hello Really I would thank you about your treatment with me BUT I can't continue with you because I thought I shall receive just one email every day but not like this so thank you and I am a business man I have not time to another like this thank you again. On Sat, Nov 13, 2010 at 11:23 PM,

[android-developers] How to open a file browser to upload a file

2010-11-17 Thread Sriks
Hi All, I'm a novice user writing my first android application. I have the need to upload a file to a webserver from the device. I googled enough before joining this forum and not at one place did I find a suitable solution. I would like to know how to launch the file browser when user clicks on

[android-developers] Query on Customs Map application

2010-11-17 Thread Satya
Hi, We have developed a custom Maps application based on froyo 2.2 which works fine on emulator. But the same application fails at the installation stage itself on the target(ARM based hardware). (Getting Package com.androidbook requires unavailable shared library com.google.android.maps;

[android-developers] Wierd TimeZone problem

2010-11-17 Thread Aravind
Hi, I am trying to get phone's correct timezone. I tried String newTzID = Calendar.getInstance().getTimeZone().getID(); This is returning America/Atikokan. But my phone's timezone is EST. Both of these have an offset of GMT -5 hours. But I actually need to differentiate between EST and

[android-developers] Autocompletetext view drop down direction

2010-11-17 Thread a3g
Hi, I would like to know how I can change the direction (up or down) of an AutocompleteTextview drop down list. Can anyone help? Regards. -- 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] ConnectionPoolTimeoutException with DefaultHttpClient / ThreadSafeClientConnManager

2010-11-17 Thread Eurig Jones
I'm having an issue with the HttpClient. It is throwing this exception quite consistently after 3 requests to the same location... 11-14 22:27:37.299: INFO/ chesspresso.client.android.net.HttpCall(29152): fetch() sending failed to url http://...myUrl... 11-14 22:27:37.299: INFO/

[android-developers] Editing Data in BaseAdapter (forgive me if this is a repost)

2010-11-17 Thread Frank Gibbs
I'm trying to extend BaseAdapter and Edit Data in that extension. (full source code to class is below) I'm having several focus issues. The first issue is that I must touch the EditText field several times to get focus. On the Droid X the soft keyboard never shows. On the ADP2 once I type one

Re: [android-developers] hello world for Android.

2010-11-17 Thread Kumar Bibek
Create a project in Eclipse by entering the project name and a few other details in the wizard. That's your Hello World project On Sun, Nov 14, 2010 at 12:15 PM, TheWebRipper jaydee...@gmail.com wrote: Hey guys, I am very new to Andriod App. development. Can anyone give me a simple hello

[android-developers] Re: tutorial not working

2010-11-17 Thread Stephen Huey
http://developer.android.com/resources/tutorials/hello-world.html http://developer.android.com/sdk/installing.html http://developer.android.com/sdk/index.html On Sat, Nov 13, 2010 at 6:40 PM, Houston startup coder stephenh...@gmail.com wrote: I'm on Mac OS X Leopard and installed the ADT

Re: [android-developers] Autocompletetext view drop down direction

2010-11-17 Thread Kumar Bibek
I am not sure if you can change that. By default, the drop down goes down. If there's no space, then it goes up. :) On Mon, Nov 15, 2010 at 1:06 PM, a3g a3g.astur...@gmail.com wrote: Hi, I would like to know how I can change the direction (up or down) of an AutocompleteTextview drop down

Re: [android-developers] Error creating gen resource folder.

2010-11-17 Thread Kumar Bibek
Propoerties - Android Tools - Fix Project Properties. On Sun, Nov 14, 2010 at 7:07 AM, GSDroid gsridh...@gmail.com wrote: Hello My eclipse is not creating gen folder and android compilation creates error missing required gen folder. Can some one help me with a pointer to troubleshoot

Re: [android-developers] Error creating gen resource folder.

2010-11-17 Thread sathvik
Try project , clean. then run the app. BTW is it for certain app or any app created is having same problem ? On Sun, Nov 14, 2010 at 7:07 AM, GSDroid gsridh...@gmail.com wrote: Hello My eclipse is not creating gen folder and android compilation creates error missing required gen folder.

Re: [android-developers] Re: Game performance degrading over time - any ideas?

2010-11-17 Thread george barber
no your not using it wrong On Mon, Nov 15, 2010 at 4:37 PM, kk kkostia...@gmail.com wrote: Just to make sure, can someone please tell me if I'm misusing StringBuilder here. This is what I do: private StringBuilder m_healthString = new StringBuilder(8); I update by doing:

[android-developers] contribution to droid-fonts

2010-11-17 Thread Norayr Chilingarian
Hello there. We would like to contribute patches to droid fonts, to be precise - Armenian codepage glyphs. Any hint how to start a process (if it is possible)? Sincerely, Norayr Chilingarian -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Modularity: advises to develop an applicatin plugin that could access application Sqlite, preferences, ...

2010-11-17 Thread george barber
do you know how to connect outlook to the internet On Mon, Nov 15, 2010 at 4:42 PM, TreKing treking...@gmail.com wrote: On Mon, Nov 15, 2010 at 5:09 AM, Thierry Legras tleg...@gmail.com wrote: - that separate plugin application should be able to access some tables in the main application DB.

[android-developers] Back End Java/J2EE Developer------We have One interview scheduled To-day

2010-11-17 Thread John / Techjordan
Please respond to j...@techjordan.com *Back End Java/J2EE Developer* *Location: Long Island---Must Be Local* *Duration: Long Term* *Rate: $ 45/Hr** * We have One interview scheduled To-day · They are looking for 2 mid-level Back-end Java/J2EE developers with Spring, Hibernate,

Re: [android-developers] Re: Mutating of nine-patch images

2010-11-17 Thread george barber
thanks lolxx 2010/11/15 Евгений Григорьев grigoriev.evgen...@gmail.com I mark only 2 center pixels as stretchable area. The problem is not stretching, but small changes in color of line and little mutations of corners. I thought it can be resolved by putting original picture to raw

Re: [android-developers] LocationListener and getLastKnownLocation

2010-11-17 Thread george barber
even that cofuses me and i know alot about computers! lol :) On Mon, Nov 15, 2010 at 4:28 PM, TreKing treking...@gmail.com wrote: On Fri, Nov 12, 2010 at 3:30 AM, John-Z80 gabi.ins...@gmail.com wrote: close the application, start again and getLastKnownLocation and I got no position... why?

[android-developers] Voice Recognizer not present

2010-11-17 Thread Ajay.kakumanu
Hello, I'm using android emulator (SDK 2.1) with Eclipse and I tried to do work the applications like Voicetext clip, voice2Text (installed from Market). but I am getting error like Recognizer not present when I try to use these apps. Can you tell me where can I get this app. Thank you. -- You

[android-developers] Beginner: My basic android app displays my site too big

2010-11-17 Thread Néstor
I have a simple android app that display my site, but it displays my site too big for the android screen but when I display my site using the android browser it looks good and it fits in the android screen. How can I tell my app to display my site to fit in the screen? OR How do I set up my app

[android-developers] Adding new item in SMS menu

2010-11-17 Thread Vijay
Can we add a new item in SMS menu which can in turn invoke my application? If yes, please show me the path. Will appreciate any help. Thanks, Vijay -- 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] androids

2010-11-17 Thread george barber
androids are cool -- 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

[android-developers] New language to AOSP?

2010-11-17 Thread Oriol Pellicer
Hello, I'm member of a group that is working on the Android catalan translation, and by now we translated about 5000 strings (from english files in packages/app/*/values/*.xml and frameworks/base/core/res/res/values/*.xml). Is it possible to contribute with a new language to AOSP? Thanks,

[android-developers] Re: New language to AOSP?

2010-11-17 Thread Oriol Pellicer
Ups, I've seen that the right place for my question is the Android Contributors group :) I'm sorry... I will ask there. Greetings, Oriol. 2010/11/15 Oriol Pellicer pel...@gmail.com: Hello, I'm member of a group that is working on the Android catalan translation, and by now we translated

Re: [android-developers] Bluetooth BUG in the framework?

2010-11-17 Thread george barber
bluetooth things always have problems! On Mon, Nov 15, 2010 at 3:02 PM, Gergely Juhász jg.sv...@gmail.com wrote: Hi! I have a problem with bluetooth scan mode. I am not sure, but i think the BluetoothAdapter.ACTION_SCAN_MODE_CHANGED intent never contains EXTRA_PREVIOUS_SCAN_MODE extra.

Re: [android-developers] Re: Adding separators to a ListView

2010-11-17 Thread george barber
what is it with this links did you know at the moment im at school! lol On Mon, Nov 15, 2010 at 3:10 PM, Thierry Legras tleg...@gmail.com wrote: Hi, I found something that highlights Kostya solution including a trick to avoir header to appear selected:

Re: [android-developers] Bluetooth BUG in the framework?

2010-11-17 Thread george barber
bluetooth things always have problems lolxxx On Mon, Nov 15, 2010 at 3:05 PM, george barber finchbar...@gmail.comwrote: bluetooth things always have problems! On Mon, Nov 15, 2010 at 3:02 PM, Gergely Juhász jg.sv...@gmail.comwrote: Hi! I have a problem with bluetooth scan mode. I am

[android-developers] Socket Not Connected Exception

2010-11-17 Thread E. Sun
Hi all, I'm having some issues with sending data from an Android client to a desktop server over TCP via wifi. The emulator works fine, but on the actual phone, the connection cannot be established. A socket not connected exception was thrown. I have attached my code below. Any help, please?

[android-developers] onDraw method of CustomView do not redraw Canvas.

2010-11-17 Thread little boy
I made CustomView like under code. --- public class CustomView extends View{ protected void onDraw(Canvas canvas){ // Do somthing like drawing Canvas and some logic in NDK } }

[android-developers] external bluetooth dongle on Android 1.5

2010-11-17 Thread Daddym85
Hi, my device is an Archos 7 home tablet based on Android 1.5. I have a microusb host adapter. If I connect a bluetooth dongle, it turns on but Android does not detect any bluetooth device. I have not bluetooth options. I think that Android has not bluetooth support. Can I install bluetooth driver

[android-developers] SeekBar and setThumb

2010-11-17 Thread JanSurvy
Could someone explain how must be used the setThumb method? If setThumb(drawable) is called, thumb disappears at all. -- 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] Bitmap GetPixel() GetPixels()

2010-11-17 Thread Thomas Woodhead
Hi all, I am absolutely brand new to android programming, but I have a fair amount of experience with 3D programming and games programming in general and im trying to build a simple game in android. The problem I am having is rather odd, but i'm hoping is a problem with me rather than android. I

[android-developers] Downloading pictures from camera to Android device

2010-11-17 Thread Matthew Fleming
Hi, I would like to know how to go about downloading photos from a camera to an Android device. This should be possible on a device such as the Archos 43 that can function as a USB host, and evidently they've developed an application for the purpose, since they sell an accessory cable for

[android-developers] mysql connection from android using soap

2010-11-17 Thread renuka chennu
android not support sql,thats y i want to use soap to connect mysql db from android can anyone help me how to implement that code and that related sites. And i have another doubt consuming webservice using soap in android is helpful to connect sql if possible where i can replace the code?(simple

[android-developers] Emulate keypress from ImageButton in non application code

2010-11-17 Thread fkcoder
Hello. Porting the android onto the tablet got the need for navigation buttons in the status bar. I came to the decision that it is better to do it through ImageButton. I edit StatusBarService.java and added buttons. However, there was a problem - how to emulate keypress event? -- You received

[android-developers] trying to get Hello Android tutorial to work

2010-11-17 Thread Houston startup coder
I'm on Mac OS X Leopard and installed the ADT plugin into Eclipse Galileo. I followed all these steps to get started: http://developer.android.com/sdk/index.html My SDK version is 2.2 API 8 revision 2 and I just used the Hello World tutorial found here:

[android-developers] Resizing an ImageView within a TableLayout programmatically

2010-11-17 Thread Eurig Jones
If I have a TableLayout structure such as below which defines an ImageView width/height, then I see the expected result: TableLayout android:layout_width=wrap_content android:layout_height=wrap_content TableRow ImageView android:src=@drawable/pic1

[android-developers] Hi i want to check for Chanukka games in development

2010-11-17 Thread Nexus Style
Hi, I am highly interested in knowing of the existence of new chanukka games, if any of you is developing games in this direction, please notify me. I am willing to write a post in my blog about Chanukka games in mobile devices, and for the moment I just found one and only title in Android, a

[android-developers] Image corrupted with RFCOMM Bluetooth

2010-11-17 Thread Fermin Longcob
Hello, I'm transferring an image, type is .png, between two phones( DroidX and Droid) using the SPP/RFCOMM. When the receiver phone(DroidX) get the data, it saved the file into the sd. When I open the image at the specified sd location, I can see that the image is corrupted. My code is base on

[android-developers] Unable to connect to Droid 2

2010-11-17 Thread vickers8120
Anyone had success connecting to a Droid 2? adbdevices shows that the Droid 2 is connected, but Connect to phone is dimmed and not clickable in the Blocks Editor. I've tried on both a Windows 7 and Windows XP system and get the same symptoms. I've tried the tips in the troubleshooting guide

[android-developers] Help passing a variable from one class to another

2010-11-17 Thread Larry/MavrickProductions
Noob trying to feel his way through something that I KNOW I'm making harder than it is: I am working to set a countdown timer. I have successfully (borrowed) a number picker (spinner) and set up the dialog box for the user to set the time. This is in a class called timepickactivity and the

Re: [android-developers] CPUTime per process

2010-11-17 Thread Jimmy Bahuleyan
On Tue, Nov 16, 2010 at 11:07 AM, aparna aparnakakkar2...@gmail.com wrote: Hello, I want to calculate CPUTime per process for Android devices. please help me.. Does getrusage() meet your requirements? That's a C call though so you'd have to use JNI from your Java code. -jb -- You received

[android-developers] redirecting printf

2010-11-17 Thread Dhaval
Hello all, I'm trying to use a c library for my android project and I need to redirect the output from printf to Logcat. After spending sometime looking into a solution for this, I stumbled across: http://developer.android.com/guide/developing/tools/adb.html#logcat Which indicates we should be

[android-developers] image size for live wallpaper

2010-11-17 Thread aamir
Hi, I am creating live wallpapers from .png or .jpg images that have 300 dpi.Since android screens have lower dpi do I need to have smaller .png/.jpg images to get the correct image on the screen.The code I use to draw on the canvas(c) is given bellow: bmp =

[android-developers] Java / Weblogic Portal Developer

2010-11-17 Thread John / Techjordan
Please respond to j...@techjordan.com *Java / Weblogic Portal Developer* *Location: San Ramon CA---F2F Interview* *Duration: 6 Months*** Required skills · Source Control(Clearcase) · Maven · ANT · Weblogic Portal 10gR3/ 9.2 or 8.1 a plus ·

[android-developers] Add my New Email ID to your Distribution List

2010-11-17 Thread Srinivas Gudipati
Hello, Please add my new Email ID *(**sriniva...@inentinc.com*sriniva...@inentinc.com *)* to your distribution list and send me your hotlists and requirements. Thanks, *Srinivas Gudipati Inent Inc.* Tel: 310-985-6031 Fax: 310-388-0405 Email: sriniva...@inentinc.com www.inentinc.com --

[android-developers] Images in app

2010-11-17 Thread stymie
I see three folders drawable-hdpi,mdpi,ldpi. Do I need to duplicate my images in all of these folders?Or can I just place my images in one or the other and it does not matter? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Difference between StageFright and Opencore

2010-11-17 Thread GodOfDeath
Hi Shashank, I am new to Stagefright can you point me to some online resources that can help me understand stagefright. regards On Oct 22, 7:10 am, Indicator Veritatis mej1...@yahoo.com wrote: And at the time Google made the decision to switch to Stagefright, Packet Video had not updated

[android-developers] Problem with camera preview in portrait mode

2010-11-17 Thread cyril tosty
Hi all, I'm not able to display the camera preview in portrait mode with Samsung S. The preview is not well oriented. I have try to rotate it with the following camera API but nothing change. *params.set(orientation, landscape); params.set(rotation, 0); *Is there a known issue on Samsung S

[android-developers] Re: Spinner in ListView Activity

2010-11-17 Thread Sin
Hi, I tried to set the width of the spinner but not using visibility=GONE and it works. Spinner android:id=@+id/spinner1 android:layout_height=wrap_content android:layout_width=0dip / -- You received this message because

[android-developers] voice communication over WIFI within same region(without VOIP)

2010-11-17 Thread giridhar
Device:Any device which supports J2ME with WIFI enabled i want to develop an android application with the following features 1.A wifi enabled router should contain a list of all the mobile devices which are connected to it. 2. the above list should be accessed by all the mobile phones .A

[android-developers] Resetting a value weekly

2010-11-17 Thread drewin
I want to reset a counter every week in an app that I'm writing at 2 am every Saturday. I've read that a Handler, not a Timer, should be used for updating a UI on a time, but is this also true for weekly events? I hope my question is clear... -- You received this message because you are

[android-developers] Golden opportunity to work for the COOLEST Company in Silicon Valley!!

2010-11-17 Thread BCI Staffing
Golden opportunity to work for the COOLEST Company in Silicon Valley!! Hi all Could you let me know if you are actively searching for a new position? We have the following opening currently available with our direct client. Please review quickly and let me know if your or a friend / colleague

[android-developers] Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

2010-11-17 Thread venu
Hi all, I am using froyo.While installing any apk using adb install i am getting the following error adb install Hiii.apk 55 KB/s (13382 bytes in 0.234s) pkg: /data/local/tmp/Hiii.apk Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I gave 777 permissions to data directory.Here is my logcat

[android-developers] Issue loading native libraries (i.e. System.load()/dlopen) on my Nexus One after FRG83 System update

2010-11-17 Thread Piyush Khanna
Hi, I am an Android app developer, and I have purchased a Nexus One device which I use to continuously test my developed Android applications. Background: - One of the applications I developed uses a native shared library (e.g. myNativeLib.so). Only my application loads uses

[android-developers] How to copy android home shortcuts from one device to another ?

2010-11-17 Thread thedrs
Hi, I have 2 Android (2.2) Galaxy Tab mini tablets with android 2.2 I am setting them up for show presentations. I put on both of them a directory filled with content. The directory is identical in both devices. On one I set up many home screen shortcuts to the files in that directory. How do i

[android-developers] Log

2010-11-17 Thread chetan achar
Hi all, *In android,* **if i remove file from file system, he wont allow to write if i change in sdcard it allows when i do df he says size is available and once i do dd it goes for a toss see the logs How is it possible to change the file pulled ane write into it and push it back so that

[android-developers] Re: Log

2010-11-17 Thread chetan achar
Here are the logs, # reboot reboot C:\android-sdk-windows\toolsadb devices List of devices attached HT058HL00699device C:\android-sdk-windows\toolsadb shell # su su # mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system # cat

  1   2   3   >