[android-developers] Re: Need a Nexus One tester with logcat

2010-03-09 Thread Farproc
Yes. There are such services, but send to email way works very well for my app. I haven't see any drawback. ps. I said send the error information to your gmail!! just because I did it and it worked. Actually the code above is just a way to collect error message. You can deal with the error message

[android-developers] Re: EditText uncontrollable/unpredicatable soft keyboards

2010-03-09 Thread jamesc
Hi. You're not using a Hero by any chance, are you? Why actually, yes I am. Is there an issue you are aware of with the Hero? Not issues, as such, but just 'differences' shall we say. Another 'difference' is the fact that it has a 'close keyboard' button on the IME that doesn't generate a

[android-developers] Re: Tool to synchronize String properties betweens differents languages

2010-03-09 Thread Farproc
Sounds good! On Mar 8, 10:29 pm, chris christ.pe...@gmail.com wrote: Hi all Just a word to tell you that i put a tool to help you synchronize your strings properties files here :http://propertysync.appspot.com/synchronize.htm You can zip your res directory , send it to the server and you

[android-developers] Re: Stopped unexpectedly on a real phone but not on the simulator

2010-03-09 Thread Farproc
Plug you phone, debug in eclipse but select your real phone as target! On Mar 9, 11:20 am, CMF manf...@gmail.com wrote: Hi, my app didn't die on the simulator, it works fine. But it crashed on a real mobile phone. On Mar 9, 12:06 am, spachner stefanpach...@googlemail.com wrote: Hi,

[android-developers] What is protected-broadcast in android manifest file?

2010-03-09 Thread saru
Hey i am seeing in android built-in phone application's manifest a tag named protected-broadcast like protected-broadcast android:name=android.intent.action.SERVICE_STATE / I goggled but cant managed to understand actually what it means?/ -- You received this message because you are subscribed

[android-developers] How to prevent GLSurfaceView destruction

2010-03-09 Thread Floof
Hi list, Sorry if this is double post, but I can't find the previous message on the google group. I am currently porting a 3D app on Android. This app consists of a 3D view (embedded in a GLSurfaceView) and of menu screens (for settings, search , etc.). My main activity is the one containing

Re: [android-developers] How to prevent animation when starting new task?

2010-03-09 Thread Petroleum Nasby
If you can do what you need in a single activity, consider ViewFlipper? P. V. Nasby On Fri, Mar 5, 2010 at 8:38 AM, greenrobot kont...@greenrobot.de wrote: We are currently looking into methods how to implement tabs. TabHost has serious limitations and is no option. Instead, we are

[android-developers] Re: Adding menu items in a WebView context menu

2010-03-09 Thread Yahel
Oh my, really, no one on this one ? I take anything : Ideas, suggestions, hints, cold beer, really anything :D Yahel I'm trying to add custom menu items in a WebView Context Menu. Unfortunately, my items are shown in the menu of the first web page I load , but then if I load a second page,

[android-developers] System kills my service even no other resource consuming application is running

2010-03-09 Thread brian karlo gutierrez
Hello Everyone,     I just would like to ask if anyone have encountered this strange behavior with other phone models or specifically HTC Tattoo wherein I have this service running for almost 5 hrs then after sometime the system kills the service.  The phone does not restart actually nor any

[android-developers] Failure [INSTALL_FAILED_OLDER_SDK]

2010-03-09 Thread pramod.deore
Hello I have created one application when I had ran it on emulator it runs perfectly, but when I tried to install it on my G1 then it gives me following error. D:\Pramod Backup\android\android-sdk-windows\toolsadb install ReadSimContact.apk 464 KB/s (14833 bytes in 0.031s) pkg:

[android-developers] Re: Need a Nexus One tester with logcat

2010-03-09 Thread mscwd01
I think I may know why your app doesn't work on the Nexus. It's to do with setting the preferred size of the Camera view on the Surface View. I have a similar augmented reality app and had to use a reflection to solve the issue. Take a look at the code a developer posted here:

[android-developers] a BET. if u can then do.I think Impossible

2010-03-09 Thread saru
Hey dude!! Whats up. Hope u all r doing all. Almost last 2 months i am searching for an android application which can accept call automatically if there is an incoming call . But i failed to find and i talked with various developer out there and failed to get any response. Now if any guy out

Re: [android-developers] Usable Screen Size

2010-03-09 Thread murali raju
Hi, you can do it by using override method onTouch(), so that u get the coordinates and calculate the application area. On Tue, Mar 9, 2010 at 7:21 PM, neha neha31gu...@gmail.com wrote: How can i get the usable screen size in android? By usable screen size i mean the screen size - size of

[android-developers] Re: How to display icon on the status bar?

2010-03-09 Thread James Wang
I do not think you can do it with SDK and you should ask this question on android-porting -- 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

[android-developers] Re: Need a Nexus One tester with logcat

2010-03-09 Thread Lance Nanek
I was thinking you could test it on an Android 2.1 emulator device at least, but it force closes due to not finding a sensor. Maybe if you fixed that, just make it show a static view or something when it can't get the sensor, you could at least do a little testing there. Might catch the issue if

[android-developers] Accessing the microphone

2010-03-09 Thread Natalie
Hi, Is it possible for more than one object to access the microphone at the same time? That is, can I simultaneously use an AudioRecord object to process audio and a MediaRecorder object to record it as an mp3? Or is only one object allowed to access it at a time? Thanks, Natalie -- You

[android-developers] Re: Unit Test Build Problems

2010-03-09 Thread Bill
Yes On Mar 9, 5:16 am, James Wang jameswangc...@gmail.com wrote: First, r u sure your Android project is runnable? Second, r u sure you have add instrument permission in AndroidManifest.xml? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] System kills my service even no other resource consuming application is running

2010-03-09 Thread Mark Murphy
brian karlo gutierrez wrote: Hello Everyone, I just would like to ask if anyone have encountered this strange behavior with other phone models or specifically HTC Tattoo wherein I have this service running for almost 5 hrs then after sometime the system kills the service. The phone

[android-developers] Best practice to test what happens when my application is killed

2010-03-09 Thread qvark
Hi, I'm having troubles with users that report that if they leave the application opened and after a few hours when they return to it the app crashes. I'm pretty sure it is because I'm not storing/restoring the status correctly when my process is killed by the system, but I would like to be able

[android-developers] Re: Unit Test Build Problems

2010-03-09 Thread James Wang
First, r u sure your Android project is runnable? Second, r u sure you have add instrument permission in AndroidManifest.xml? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Usable Screen Size

2010-03-09 Thread murali raju
or the best way would be use window manager windowHeight = this.getWindowManager().getDefaultDisplay().getHeight(); this would be ur notification bar height. On Tue, Mar 9, 2010 at 7:21 PM, neha neha31gu...@gmail.com wrote: How can i get the usable screen size in android? By usable screen

[android-developers] Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread nickthecook
Does anyone know if the Nexus One that Google is sending developers as part of the Device Seeding Program is different from the ones people get when they order them from Google's website? Different packaging? Different firmware? Different pattern on the case? Thanks! -- You received this

Re: [android-developers] Scrollview and Listview

2010-03-09 Thread Mark Murphy
Sasikumar.S wrote: How to add listview inside scrollview ? You can't. There is probably some other way to solve whatever problem you have without using a ScrollView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting/App Development:

[android-developers] Screen Color depth

2010-03-09 Thread neha
How can i get the screen color depth for any of the android device. -- 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] Scrollview and Listview

2010-03-09 Thread Sasikumar.S
Hi, How to add listview inside scrollview ? scrollview listview /listview listview /listview /scrollview I added listview inside scroolview. But its not showing in proper way. The listview is showing only in smaller size. I tried in most of the ways ? But i can't able to get... Any

[android-developers] Upload error icon in status bar?

2010-03-09 Thread Anna PS
Anyone know how I can get the 'upload error' icon for the status bar? I've got the 'uploading' and the 'upload done' icons, like this: notifyDetails = new Notification(android.R.drawable.stat_sys_upload_done,Failed to upload!,System.currentTimeMillis()); But I want to add an 'upload error'

[android-developers] Option menu, which way is better?

2010-03-09 Thread Paolo
I need to use the option menu, in every activity of my app. I saw that there are two ways to use them, xml or java code. Which is the bettere solution? and why? thanks to all. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread Kaj Bjurman
Is there a reason to why you expect it to be different from the one that you can order? On 9 mar, 13:19, nickthecook nickthec...@gmail.com wrote: Does anyone know if the Nexus One that Google is sending developers as part of the Device Seeding Program is different from the ones people get

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread mscwd01
I'd be suprised if it didn't have some kind of Device Seeding inscription on the back of the Nexus, but apart from that it's in their interest to make it no different to the device the paying public can buy. On Mar 9, 12:19 pm, nickthecook nickthec...@gmail.com wrote: Does anyone know if the

Re: [android-developers] Scrollview and Listview

2010-03-09 Thread murali raju
When you have a listview long enough it creates a scroll by itself, there's not need for you to place it again in a scrollview. On Tue, Mar 9, 2010 at 7:31 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote: Hi, How to add listview inside scrollview ? scrollview listview /listview

Re: [android-developers] Upload error icon in status bar?

2010-03-09 Thread murali raju
may be there is no icon for that message. On Tue, Mar 9, 2010 at 9:02 PM, Anna PS annapowellsm...@googlemail.comwrote: Anyone know how I can get the 'upload error' icon for the status bar? I've got the 'uploading' and the 'upload done' icons, like this: notifyDetails = new

[android-developers] Re: Adding menu items in a WebView context menu

2010-03-09 Thread Yahel
One possible reason you're not seeing your context menu is that you may not be in your app. Clicking a link in a WebView, by default, launches the Browser application. Thank you so very much Mark, you can add this one to your scoreboard as well :D Problem solved. The launching of the

[android-developers] Re: insert an image in a view at runtime

2010-03-09 Thread Paolo
I forgot... the image is .jpg -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread Kaj Bjurman
Why? I visited a Google Technology Usergroup meeting where Google handed out Nexus phones to all visitors, and they were identical to the one that I had ordered from their online store. On 9 mar, 15:10, mscwd01 mscw...@gmail.com wrote: I'd be suprised if it didn't have some kind of Device

[android-developers] Re: insert an image in a view at runtime

2010-03-09 Thread Paolo
I have done it, but it doesn't work. my bitmap is always NULL :( this is my code: private Bitmap getRemoteImage(URL url) { try { URLConnection conn = url.openConnection(); conn.connect(); BufferedInputStream bis = new

[android-developers] Regarding Rotation event

2010-03-09 Thread Dilip Dilip
Hi All, is there any way i can recieve rotation event(change in orientation) in my .cpp file. Thanks and Regards, Dileep -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Adding menu items in a WebView context menu

2010-03-09 Thread Yahel
Hi Mark, Thanks for your answer. BTW, I'm assuming load a second page means you're using loadUrl() or loadDataWithBaseURL() to load something else into the WebView. Actually no, the first page is loaded via the loadUrl method, but the second page is loaded when I click on a link in the first

Re: [android-developers] Failure [INSTALL_FAILED_OLDER_SDK]

2010-03-09 Thread Rogério de Souza Moraes
Hi, it looks like you compiled your application to an SDK newer than the SDK of your device. Linke you compiled your appilcation to Android 2.1 and your device have the Android 2.0. Regards, Rogerio 2010/3/9 pramod.deore deore.pramo...@gmail.com Hello I have created one application when I

[android-developers] Custom Spinner

2010-03-09 Thread mmkr
Hi all, The default drop down view of the spinner occupies the entire width of the screen. I tried to create a custom spinner which occupies only some portion of the width of the screen, but I'm unable to do. I want to see the objects behind the drop down. Here is what i tried, I changed

Re: [android-developers] Re: Adding menu items in a WebView context menu

2010-03-09 Thread Mark Murphy
Yahel wrote: Oh my, really, no one on this one ? I take anything : Ideas, suggestions, hints, cold beer, really anything :D Yahel I'm trying to add custom menu items in a WebView Context Menu. Unfortunately, my items are shown in the menu of the first web page I load , but then if I

[android-developers] Usable Screen Size

2010-03-09 Thread neha
How can i get the usable screen size in android? By usable screen size i mean the screen size - size of taskbar. I can easily get the screen size by DisplayMetrics. DisplayMetrics dm = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(dm); int height = dm.heightPixels; int

[android-developers] Re: Can't build Android SDK

2010-03-09 Thread SN
This is my update. Today i update the repositoy. Did the following: source build/envsetup.sh lunch sdk-eng make sdk It built for a while and failed at the unit test: collected 3102 test methods in 225 junit test classes Exception in thread main java.lang.RuntimeException: failed to parse

[android-developers] Error wile calling exec(logcat);

2010-03-09 Thread Arun
Hi All, I am trying to collect the logcat logs from an application, I created a thread and run the following code Process pProcLogMain = Runtime.getRuntime().exec(logcat -f logcat_main_2.txt); It creates the file but with no content. And, I get the following error: Diag_LSM: Diag_LSM_Init:

[android-developers] Re: How to detect when android kill my process?

2010-03-09 Thread miguelo
Hi, thanks for your help. I have read about how to save and restore the status of an activity (onSavedInstanceState(), onRestoreInstanceState(), ...) My problem is I'm extending the android.app.Application class, which is a base class for those who need to maintain global application state and

[android-developers] Re: AsyncTask : all onProgressUpdate() done at the end of task

2010-03-09 Thread Nicolas H
I am doing Looper.prepare(); in doInBackground() because without that, it seems that exceptions are not catched. Without that, if I remember, the application simply crashes... The last call on my UI thread is thread.execute() (during onCreate()) , so it seems that no get() is called, even if I

[android-developers] background blur is not working with android 2.0

2010-03-09 Thread Ritesh Deshmukh
Hi, I am working on the android application with eclair. I have used the api demos as per the following link but it seems that the background is not making blur with TranslucentBlurActivity class used in api demos. Please go through the link and suggest the proper solution if any.

Re: [android-developers] Re: Adding menu items in a WebView context menu

2010-03-09 Thread Mark Murphy
Yahel wrote: Actually no, the first page is loaded via the loadUrl method, but the second page is loaded when I click on a link in the first page. One possible reason you're not seeing your context menu is that you may not be in your app. Clicking a link in a WebView, by default, launches the

[android-developers] How to make background blur with android 2.0

2010-03-09 Thread Ritesh Deshmukh
Hi, Can anyone tell me about How to make background blur with android 2.0?? Regards, Ritesh -- 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

[android-developers] Re: Dialogs on a change orientation

2010-03-09 Thread LeGeNDuS
classcodecategory and classtexout are fields of the class. I suppose that the problem is thatwhen I change the orientation...it only keep the negattive button because it is a normal text (no contextualized of that fields). So when I change the orientation, classcodecategory and classtextout

[android-developers] Re: Switching views with RadioButton and saving views in Bundle

2010-03-09 Thread ThemePark
Thanks, that little change to the manifest did exactly what I wanted. As for the error, I don't know why but now it's a RemoteException, and it happens the second time I push a button and try to add a view. That is, if I start out with the 2D view, I can change to 3D but then I try changing back

[android-developers] Overriding MediaPlayer Java Interface

2010-03-09 Thread Sandeep Prakash
Hi, I am trying to build a mediaplayer in android by by-passing the Android's built-in MediaPlayer Java interface. I am using the corresponding MediaPlayer class defined in media/libmedia/ mediaplayer.cpp. I have written a corresponding JNI layer for interaction with the Java UI. The Surface I am

[android-developers] Re: How to launch Activity from browser?

2010-03-09 Thread MaTT
I'm curious ailinykh...what does your intent-filter look like to handle this? I would like to potentially do something similar. Thanks! On Mar 7, 6:25 pm, ailinykh ailin...@gmail.com wrote: Thank you, Mark! I tried to do it. It works... Almost. I created simple html file: html body a

[android-developers] Exception Browser not working

2010-03-09 Thread temp
Hi, I have enabled exception browser from the development tools, but still none of the exceptions are getting logged and displayed in the exception browser. Also the LogCat displays error while storing the exceptions in the data file. Let me know if there are any other settings that needs to be

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-09 Thread karthikr
Hey guys My app was selected in top 20 in misc category in the android developer challenge 2. But i didnt get any mail from google regarding the free android device give away or any mails. Im in India, which is not included in that list, didnt i get the mail coz Im not in the listed country?

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-09 Thread karthikr
Hey guys My app was selected in top 20 in misc category in the android developer challenge 2. But i didnt get any mail from google regarding the free android device give away or any mails. Im in India, which is not included in that list, didnt i get the mail coz Im not in the listed country?

Re: [android-developers] Best practice to test what happens when my application is killed

2010-03-09 Thread TreKing
On Tue, Mar 9, 2010 at 6:40 AM, qvark joseluishuertasfernan...@gmail.comwrote: Which is the best way to simulate the same behaviour that happens when Android kills my process on low memory conditions? Perhaps not the best, but an easy thing to do is just open your app, press home Key, the

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-09 Thread JasonC
Yes, the reason this happened is because you are not in one of the listed countries. You could have to have 5000+ downloads (not including reinstall's or version updates) and have a rating of 3.5 on the app. On top of that if you attempt to screw google out of a phone by using someone's address

[android-developers] Common Classpath Variable Breaks Junit

2010-03-09 Thread Bill
I set up my Android project and various java projects to use a common directory (set via classpath) for external Jar Files. Now my unit tests can't run because dalvik says it can't resolve or find classes, even though some of the classes are defined in the test project itself ! Does anybody have

[android-developers] Application name error while updating - caused by adding a color resource

2010-03-09 Thread GDroid
I'll jump to the issue. When I update my application i.e. installing a new version from the SDCard using one of the APKInstallers around, only in the Installing screen the name (in the title) of my application is incorrect. Have anyone else saw this issue? Can anyone try this one their own

[android-developers] Device Seeding Program for Top Contributors to Community Forums

2010-03-09 Thread Streets Of Boston
This is similar to the seeding program for Android Market Developers. I don't know what the criteria are to get selected for this seeding program (which forums, how many posts, etc.), but many more of us can now expect an Android device being shipped to them. Thanks Google :) -- You received

[android-developers] Re: Switching views with RadioButton and saving views in Bundle

2010-03-09 Thread ThemePark
Nevermind, I figured it out myself after debugging my code. removeView only removes the View if it's the exact same View as the one stored in the ViewGroup, i.e. it must be located at the same address. Using findViewById finds my View, but it stores a copy of it at another address, and then

[android-developers] Re: Programmatically start / launch VPN connection

2010-03-09 Thread devmonkey
I am also interested in this topic. I believe it is not easily possible at the moment because some parts of the vpn api is private (i.e. android.net.vpn). Another part needed to create a new profile is also private (android.os.systemproperties). It would be great if the framework would allow us

[android-developers] Re: Is This Another Bug In TextView?

2010-03-09 Thread Brion Emde
I've confirmed that when you declare a ColorDrawable in the colors.xml file, then get it via: ColorDrawable cd = (ColorDrawable) getResources().getDrawable(R.drawable.red_drawable); that it does indeed work. This shows that the real Bug is in the documentation here:

[android-developers] System settings

2010-03-09 Thread Nero2001
Hi everyone! I've searched a lot for this, but had no luck. Does anyone know how to change the internet settings, proxies, email settings, etc programmatically? And what about getting info on lost calls? Thanks a lot! -- You received this message because you are subscribed to the Google

[android-developers] Custom Service Permission

2010-03-09 Thread KilicBeg
Hi, I am unable to access my custom service after setting permission. 03-08 16:38:15.730: WARN/ActivityManager(53): Permission Denial: Accessing service ComponentInfo{com.kilic.service/ com.kilic.service.AdditionService} from pid=235, uid=10026 requires

[android-developers] Re: Problem Using Source Code for Alarm Clock

2010-03-09 Thread Arkaitz Jimenez
Hi, I'm trying exactly the same, but no luck. Does somebody know anything on this? Thanks Arkaitz On Feb 14, 7:01 am, Matt mattpubli...@gmail.com wrote: I am a bit stuck here.  I think I am missing something obvious but just can't figure out what it is.  I have been trying to load the

[android-developers] WebView and Native Browser

2010-03-09 Thread Nelson
Dear All, I am working on a WebView browser on Android (like here: http://developer.android.com/resources/tutorials/views/hello-webview.html) and trying to load a webpage with HTML5 features. However, the page was not loaded very well - only part of it can be shown on the WebView browser.

[android-developers] Android app only taking up part of screen

2010-03-09 Thread Drew
I have an Android application that's seemingly only taking up 1/3 or so of the screen on a Texas Instruments Zoom Android device. You can see what I mean here: http://www.zitnay.com/stuff/IMG00910.jpg The upper-middle third or so of the screen contains the app, but the rest of the screen is

[android-developers] Re: Problem getting Bluetooth RSSI (Signal Strength)

2010-03-09 Thread danj
will the rssi value be the newest updated value? because from what i've read, the value is from when the device was connected, not the current state of the device. if that is not the case, awesome. On Feb 10, 11:32 am, Fernando Miguélez Palomo fernando.migue...@gmail.com wrote: It may not work

[android-developers] Logging from Javascript using console.log is not working

2010-03-09 Thread Dror
HI, According to http://developer.android.com/intl/fr/guide/developing/debug-tasks.html#DebuggingWebPages when I use console.log in javascript I should see messages in the adb logcat log . This isn't working for me. I don't see anything from the browser in the log. Here's the log

[android-developers] reading serial data from the USB port.

2010-03-09 Thread AnthonyB
I'm working on an undergraduate level senior design project with the HTC Sprint Hero. We want to connect a device that constantly sends a serial string of data. Does anyone have any hints, tricks, or shortcuts to be able to read a serial string from the USB port and save it on the phone? I know

[android-developers] Creating first game

2010-03-09 Thread Marlo
Greetings (i'm Dutch and only 14 so please don't not my English), I'm currently starting to develop a game for Android since my mobile phone runs Android but i do not know how to start. i want to make a game where you can draw blocks and circles wich you can move around and create a building out

[android-developers] How to parse audio input from the mic

2010-03-09 Thread theMailman
Does anyone know how to get usefull information from audio that comes from the mic? I would like to parse the audio bit stream to gauge how large or dmall the audio wave is any help would be great. Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: how to identify the views part of the current screen

2010-03-09 Thread Luis
Hello, I'm going through a similar problem. I need to send, in some way, commands to a cellphone to simulate touch events (for example, acessing an Item of the menu, or a graphic component from a given screen) and key events (I know it is possible to do it with ADB commands, but its response time

[android-developers] Re: Problem getting Bluetooth RSSI (Signal Strength)

2010-03-09 Thread danj
does this give the most recent rssi value or the value from when the device was connected? does it update the rssi value whenever we call it? On Feb 10, 11:32 am, Fernando Miguélez Palomo fernando.migue...@gmail.com wrote: It may not work because EXTRA_RSSI value is a short type instead of int.

[android-developers] Re: how can I put a newline into a format string

2010-03-09 Thread Roman Mazur
\n which is followed by an empty line works for me On 8 Бер, 17:26, yaturner thursdayn...@gmail.com wrote: I have the following string defined in strings.xml string name=InfoLongb%1$s\%/bbr/Tie:%2$s\%br/Win%3$s\%/ string and in my code:                 String FormatStr =

[android-developers] Looking to becoming a developer part time

2010-03-09 Thread omnilaw
I'm looking to take up android developement as a hobby but wasn't sure where to get started. I plan on spending a little time a night trying to learn the programming needed and get familiar with the SDK once I'm up to speed but wasn't sure where to start. Any guidance would be appreciated. Thanks

[android-developers] Is this the way to prefent ScrollView to overlap/go under the button bar?

2010-03-09 Thread Eelco
I want a scrollable table on my screen, and beneath that table some buttons, always visible. But default, the table is overlapping/going underneath the buttonbar. I tried several things: played with layout_height which worked, but only when the application refreshed the screen, not when the

[android-developers] Android MYSQL

2010-03-09 Thread Si458
Hiya, Im currently trying to develop a mysql app on the android, ive got the basics working and ive also managed to get the JDBC working with java but not android :( im running my application threw the debig in eclipse and it appears to be these lines it comming up with errors

[android-developers] Everything for your mobile. The search is over

2010-03-09 Thread Omer Farooq
Tired of searching software for your mobile Phone. Well the search is over now. Wether you have Andriod, Symbian or Iphone. WHether you have NOKIA, HTC, IPHONE, SONY ERICSON, SAMSUNG. It doesn't matter for this product. Search any software, themes, ringtones, wallpapers, screensave. You will

[android-developers] Soft Home, Menu, Back keys in status bar

2010-03-09 Thread asher
I have a device with no hard buttons, on which I need to get Android running. The basic port is done, but I need to provide access to Home, Menu, and Back. The Archos tablets put soft buttons in the status bar, and I'm told that the android-x86 folks have implemented this as well (though I haven't

[android-developers] functions in Monkey script file

2010-03-09 Thread chand
Can somebody please help me with the script file for sending key events using monkey?? I am using the following script pre type= raw events count=10 speed= 1.0 start data captureDispatchKey(5113146,5113146,0,22,0,0,0,0) captureDispatchKey(5113146,5113146,1,22,0,0,0,0)

[android-developers] Which devices support OpenGL ES 2.0?

2010-03-09 Thread greenrobot
With the new NDK R3 Android it is possible to write OpenGL ES 2.0 apps targeting Android 2.0+. Is there a list of devices which support it? Also, is there a flag for Android Market, that an app requires OpenGL ES 2.0? Thanks, Markus -- http://greenrobot.de -- You received this message because

[android-developers] Access 'surface' in C++ service after Window Manager creation

2010-03-09 Thread Michael V
I want to be able to create an Android window in the Android Java space. Then I want to be able to draw/manipulate the surface of the window in a C++ service that I am building. What information (window id? window name? binder?) do I have to pass from the Java space through JNI to the C++ space

[android-developers] HttpClient. How to debug it

2010-03-09 Thread Lego
Hi! I want to know what does apache httpclient actually send to server(like text message, before using ssl ciphers). According to this page http://hc.apache.org/httpclient-3.x/logging.html we could enable logging by adding code: System.setProperty(org.apache.commons.logging.Log,

[android-developers] Where is the source project location of YouTube in Eclair?

2010-03-09 Thread android joy
Hi All, I want launch the YouTube with specified video searching list at startup(e.g I want YouTube shows the vidoe list all releated with the key word susan and U.S in the first page.) so I downloaded all the source code of Elcair, but I can't find the source code for

[android-developers] How can I integrate proprietary JPEG and MJPEG decoder into PacketVideo OpenCore architecture?

2010-03-09 Thread sunshine_uyl
Dear all, Does any one know how to integrate proprietary JPEG and MJPEG decoder into PacketVideo OpenCore architecture? Thanks! Best Regards, sunshine_uyl -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to trigger phone touch lock

2010-03-09 Thread Hari
Hi all, I am new to android.I plan to write an application which will triggers the normal phone touch lock.Is it possibe or not.I gone thrugh API. There i have seen keyguardManager class and powermanager class.But both these classes are usefull for stopping the lock. Please tell me is there any

[android-developers] welcome... Android ?

2010-03-09 Thread kadoudal
Hi guys I'd like to start working on Android platform in parallel with the iPhone but seems quite impossible to start even installing the SDK not clear if compatible or not with OS X 10.6.2 no clear installation for the latest OS X I downloaded Mac OS X (intel)

Re: [android-developers] How to display icon on the status bar?

2010-03-09 Thread a a
Notification myNoti = new Notification(); myNoti.icon = iconid; myNoti.tickerText = ...//you test.. etc . NotificationManager notiManager; notiManager.notify(0, myNoti);//can show your icon on the state bar. 2010/3/9 Sasi sasikumar.gan...@gmail.com: Hi- I

[android-developers] Custom content provider(java.lang.VerifyError)

2010-03-09 Thread Musafir
hi friends, i created a custom content provider in one android application following all guidelines from developers.android.com and an activity in same application with an edittext and a button.when ever i enter any integer value and click on the button ,using custom content provider am inserting

[android-developers] Animations between Intents

2010-03-09 Thread djdamage06
Hello everybody, I've a succession of 2 Intent : Intent intent = new Intent(); intent.setClass(EntryPoint.this, MainClass.class); startActivity(intent); And I'd like an animation (which is present in res/anim) occurs during the transition between these 2 Intents... Thanks a lot for your

[android-developers] Add Columns inTableLayout dynamically

2010-03-09 Thread sadiah zafar
i am trying to add second column inside row, using the following code : kindly how to go about this and correctify the code: need urgent reply. CODE: * public* *void* onCreate(Bundle savedInstanceState) { *super*.onCreate(savedInstanceState); TableLayout tv= *new*

[android-developers] Re: btsocket connected but read zero bytes

2010-03-09 Thread shubha
Hi, i have created the socket with mSppClient = device.createRfcommSocketToServiceRecord(UUID.fromString(1101--1000-8000-00805F9B34FB)); mSppClient, is created. but when i call mSppClient.connect(), i will get the exception of Service discovery failed, becaause the SDP query happening in

[android-developers] No new shopping site cargo does not order .. Download and use

2010-03-09 Thread asda asdas
http://al-ver.blogcu.com/ Sample *2010 - The Antichrist Identity Full 3 Part Series.http://e1979vdu6qmte41ku8rlmnyoi3.hop.clickbank.net/ * Do Your Customers Want The Truth On 2012, The Antichrist And His Identity Based On Recent Discoveries On The Covert Plans Of The Illuminati Who Are Master

[android-developers] No new shopping site cargo does not order .. Download and use

2010-03-09 Thread Musta fa
http://al-ver.blogcu.com/ Sample *2010 - The Antichrist Identity Full 3 Part Series.http://e1979vdu6qmte41ku8rlmnyoi3.hop.clickbank.net/ * Do Your Customers Want The Truth On 2012, The Antichrist And His Identity Based On Recent Discoveries On The Covert Plans Of The Illuminati Who Are Master

[android-developers] Re: adb can't list my attached device

2010-03-09 Thread Micha.Otto.de
See my experience to connect a Samsung Galaxy with adb on Windows XP: I installed Samsung's New PC Studio (NPS) including its drivers. I suppose, USB debugging has to be switched off for this application. After updating USB drivers from Eclipse SDK (--android-sdk- windows-1.6_r1/usb_driver/), I

Re: [android-developers] using git with cygwin

2010-03-09 Thread a a
Mike l...@mikelam-xp3 ~ $ repo bash: repo: command not found, It seams you have not install the repo, or you not export the repo to your PATH. 2010/3/9 Michael Lam mmingfei...@gmail.com: hi, i am trying to get this project so i can play around with it, but when i did this, i get: Mike

[android-developers] Layout issues with 2 specific devices

2010-03-09 Thread authoreyes
All - Sorry for posting another layout topic, but I think all of my reading of different layout concerns has confused me a bit, so I wanted to see if someone could help with a specific case. I have an urgent question regarding layouts across different android devices. I would greatly appreciate

[android-developers] Current issues with ipv6

2010-03-09 Thread Pratibha
Hi, Have anyone tried ipv6 Complete support ( over wifi and radio interfaces) in android ? Please let me know the current issues with ipv6 on android 2.1. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

  1   2   >