[android-developers] موقع بروكسى لفتح المواقع المحجوبه ببلدك

2010-01-13 Thread alagmy
موقع بروكسى لفتح المواقع المحجوبه ببلدك الأن يمكنك فتح أى موقع محجوب ببلدك فقط من خلال هذا الموقع open all blocked sites now for free and have fun http://alagmy.zxq.net/index.php -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Nexus One multicolor LED notifications gone?

2010-01-13 Thread Kevin Duffey
Wonder why they chose to disable this feature, only allowing internal apps to access it? It is a very useful ability.. to look at the color of the LED for specific types of notifications with no sound to bug you. Is this only disabled on the Nexus One? I've not yet tried on my Moto Droid. On Tue,

[android-developers] Outgoing sms

2010-01-13 Thread Sunny25
Hi guys, I was trying to find a way to get notification when outgoing sms is sent by user, but I guess there is no way to get notification for the same. But now I want to disable to sms functionality when some other even occurs. Is there any api in android 1.5 which helps to disable outgoing text

[android-developers] Re: Nexus One multicolor LED notifications gone?

2010-01-13 Thread code_android_festival_way
It is available on the Moto Droid/Milestone. It is only the Nexus Ones kind of Android that ignores the settings set by 3rd party apps. @Mark The color of the led. The hardware will do its best approximation. This is true. But why does the hardware do correct approximation for internal apps and

[android-developers] Re: Moving Image Over Another Image

2010-01-13 Thread prakhy
Thanks for help. Regards Prakhy On Jan 13, 9:47 am, k_day kevin.r@gmail.com wrote: Here is a custom layout written by Romain Guy that displays a grid of images.  You may be able to adapt it for your purposes: http://code.google.com/p/miffed/source/browse/GUI/src/uk/ac/ic/doc/ge...

[android-developers] Using Bundle in onPause()

2010-01-13 Thread Android Developer
Hi, Is it possible to use bundle and save the data in OnPause() lifecycle method? The scenario is i have 2 edit text and have entered some data i want to retain the data when the activity is killed and started again. This can be achieved using onSaveInstanceState() but as documentation says,

[android-developers] Re: Upgrade Application

2010-01-13 Thread Raj
Any One ? Can this be done?? On Jan 12, 10:35 am, Raj lal.ra...@gmail.com wrote: Hi, I have a service running in my application. This service gets the upgraded APK from the server and starts the Inataller Intent to upgrade the application. Now if user selects to upgrade, application gets

Re: [android-developers] Implementing a touchable calendar

2010-01-13 Thread Petroleum Nasby
ClarkBattle clarkbat...@gmail.com wrote: The problem is that in order to do it with buttons would require 42 tiny buttons, which would probably be a resource hogging solution. Although a keyboard would give me the iPhone-keyboard-bubble-like behavior, i dont think that we can place a keyboard

[android-developers] I finally released their own free android market a small application

2010-01-13 Thread zongan liu
Today, I finally released their own free android market a small application, respectively, ip messager and phoneQuery , Time to download down play, I hope Members can support and help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Best way to launch messaging app via intent

2010-01-13 Thread Steve
Hi. What is the recommended way to launch the messaging app (for sending an MMS message) via an intent? The following code works on my HTC Magic ... Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra(address, 021555); intent.putExtra(sms_body, my message text);

[android-developers] Re: Using Bundle in onPause()

2010-01-13 Thread Nithin
You can use bundle in onPause(). onPause() will call all the time, whenever the activity lose focus, or when the activity is invisble and can restore in onResume() as well. Nithin On Jan 13, 2:28 pm, Android Developer kavithasuni...@gmail.com wrote: Hi, Is it possible to use bundle and save

[android-developers] Best way to launch Messaging app via intent

2010-01-13 Thread Steve
Hi. What is the recommended way to launch the messaging app (for sending an MMS message) via an intent? The following code works on my HTC Magic ... Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra(address, 021555); intent.putExtra(sms_body, my message text);

Re: [android-developers] Re: Using Bundle in onPause()

2010-01-13 Thread kavitha sunil
Could you please elaborate or give me the piece of code if you have already implemented the same. As there is no Bundle argument passed to onPause() method. I tried using this.getIntent().putExtras(Bundle) in OnPause() and retrieving the same in onCreate. But the value is null. Is this not the

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Kumar Bibek
This is the expected behaviour. If you are using the implicit intent, all the applications that accept this kind of data will be shown. You cannot bypass this by using implicit intents. Yes, explicit intents are the only solution for you. But I would suggest to use implicit intent only. Since,

[android-developers] Re: Is there a way to get an icon back from MediaStore

2010-01-13 Thread rben
Thank you, you are a prince among numerals On Jan 12, 6:47 am, zero zeroo...@googlemail.com wrote: with sdk  2.X , thats possible Mediastore.Images.Thumbnails.getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options); with lower sdk versions you have to query

[android-developers] Re: Multitouch code examples?

2010-01-13 Thread steff
I've implemented multitouch on Motorola Milestone and it seems to be working fine. Moreover, I didn't find it too complicated. See the source below. It can't guarantee that this is 100% correct but at least it's straight forward: @Override public boolean onTouch(View v, MotionEvent event) {

[android-developers] permission prtection levels

2010-01-13 Thread dane131
hallo, what is the protection level of the send_sms permission label? is it the dangerous level ? and something else i can't understand the signatureORsystem protection level...which are the additional applications that are succesfully granted these permissions compared to the signature level?

[android-developers] CLI interface blinking cursor

2010-01-13 Thread onlythoughtwo...@googlemail.com
My app has a CLI-Style interface. What is the best way to simulate a blinking cursor? For now i use a TextView inside a ScrollView. Additional text kust gets append to my TextView. Any suggestions on how to achieve a blinking cursor? -- You received this message because you are subscribed to the

[android-developers] Re: How to add TextView programmatically inside a View-based class??

2010-01-13 Thread Abolfoooud
Any insight on this?! On Jan 11, 5:14 pm, Abolfoooud fcheh...@yahoo.com wrote: Hi, I have been trying to find a solution for this for the last 3 days but i just failed hit a final answer! I am creating a View-based class where i show a ball bouncing of the sides. I use a Timer to control

[android-developers] Load a local KML/KMZ file to a MapView

2010-01-13 Thread Oren Kafka
Hi, How can i load a local (on my HD) KML or KMZ file to the android application? I know that these lines do the work: Intent mapIntent = new Intent(Intent.ACTION_VIEW); Uri uri1 = Uri.parse(geo:0,0?q=http://code.google.com/apis/kml/ documentation/KML_Samples.kml); mapIntent.setData(uri1);

[android-developers] Remove window title after setting content

2010-01-13 Thread Marek Urbaniak
Is it possible to remove a title bar in a window after content has been set? Calling the method Activity.requestWindowFeature (Window.FEATURE_NO_TITLE) ends up in the exception: requestFeature() must be called before adding content. -- You received this message because you are subscribed to the

[android-developers] Re: Remove window title after setting content

2010-01-13 Thread jamesc
There's a demo in ApiDemos called CustomTitle that allows the dynamic changing of the title. Perhaps the code in there will help? On Jan 13, 1:16 pm, Marek Urbaniak marek.urban...@gmail.com wrote: Is it possible to remove a title bar in a window after content has been set? Calling the method

[android-developers] Canvas.cpp library

2010-01-13 Thread rehab mohamed
Hi I want to know which library does the class Canvas.cpp belongs to? Thanks, Rehab -- 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: BroadcastReceiver never getting BOOT_COMPLETED intent

2010-01-13 Thread Ian
My BroadcastReceiver is VERY simple (below) and never runs. I did notice this in the logs: 01-13 08:38:40.550: INFO/ActivityManager(57): Start proc com.boottest for broadcast com.boottest/.BootReceiver: pid=175 uid=10024 gids={} 01-13 08:47:12.633: INFO/dalvikvm(185): Debugger is active Doesn't

Re: [android-developers] Re: OpenGL ES 1.1 question (one more time...)

2010-01-13 Thread Olivier Guilyardi
glColor4x() works fine. Use bit shifting, no need for floats or divisions, eg for value=0xAARRGGBB: int alpha = (value 16) 0xFF00; int red= (value 8) 0xFF00; int green = value 0xFF00; int blue = (value 8) 0xFF00; gl.glColor4x(red, green, blue, alpha); That should be faster.

[android-developers] Comma inputted when pressing period key?

2010-01-13 Thread Chris McCurdy
I've had a few users report issues on the Motorola CLIQ and Samsung Moment of when they press the period key on their hardware keyboard, nothing happens on screen. This is somewhat expected, since I'm restricting the input into the field to be a valid currency value. But for some reason, their

Re: [android-developers] Best way to launch Messaging app via intent

2010-01-13 Thread Mark Murphy
Steve wrote: Hi. What is the recommended way to launch the messaging app (for sending an MMS message) via an intent? There is no way to launch specifically the Messaging app that is covered in the SDK. The following code works on my HTC Magic ... Intent intent = new

Re: [android-developers] Re: Using Bundle in onPause()

2010-01-13 Thread TreKing
The scenario is i have 2 edit text and have entered some data i want to retain the data when the activity is killed and started again. This can be achieved using onSaveInstanceState() but as documentation says, this method is not a lifecycle method and hence the callback is not

[android-developers] Package manager has died

2010-01-13 Thread Daniel Lew
Hello, I use PackageManager.checkSignatures() in my app, and sometimes this returns an exception Package manager has died. Does anyone know how this is caused and what I can do to avoid this problem? Thanks, Daniel -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Load a local KML/KMZ file to a MapView

2010-01-13 Thread Frank Weiss
Where's the documentation for using a URI intent with Google Maps? I assume you're trying to use the Android Maps application instead of including a MapActivity within your Android application. In the latter case, you can write your own KML parser and ItemizedMapOverlay to get the sample KML from

[android-developers] Re: Continuously update trackball coordinates

2010-01-13 Thread Anton
Thank you for your answer! I'll look into it and see if I can figure it out with your pointers. Regards, Anton On Jan 11, 1:58 am, Lance Nanek lna...@gmail.com wrote: Each trackball event represents a little bit of movement, possibly part of a longer continuous movement by the user. They are

Re: [android-developers] Fonts and Arabic support

2010-01-13 Thread Jonas Petersson
Mark Murphy wrote: Yousef Alhashemi wrote: Is it possible to add extra fonts to the emulator? Only by creating your own firmware. Actually, I did some experiments that seem to indicate that with a bit of care you can upload a font that makes Arabic work in the emulator until the next

[android-developers] Re: Comma inputted when pressing period key?

2010-01-13 Thread niko20
Hi, This sounds like a language input problem. Some languages use the comma for numeric values instead of the period. On those languages a period will result in a comma being input. I ran into this same issue in my app a long long time ago. Just parse the data they entered and replace any commas

[android-developers] موقع بروكسى لفتح المواقع المحجوبه ببلدك

2010-01-13 Thread alagmy
موقع بروكسى لفتح المواقع المحجوبه ببلدك الأن يمكنك فتح أى موقع محجوب ببلدك فقط من خلال هذا الموقع open all blocked sites now for free and have fun http://alagmy.zxq.net/index.php -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Voice recognition and voice decoding

2010-01-13 Thread chris harper
Tina I also need to implement voice recognition in my application and I did a little research on it but have since moved to another part of my app to work on. Although it's a critical part of my app and it’s been looming in the back of my head like I black cloud because I don’t know how hard it

[android-developers] Setting up an ad-hoc WiFi network using HTC Hero devices ?

2010-01-13 Thread Emre A. Yavuz
Hi, We're trying to set up an ad-hoc WiFi network using our HTC Hero devices. We would like the phones to communicate peer-to-peer to exchange information without using an access point which may serve as a router. I was wondering whether anybody on the list has tried something similar

[android-developers] Re: How to add TextView programmatically inside a View-based class??

2010-01-13 Thread Brion Emde
Why not put a Layout around your bouncing ball view and then put a textview inside the layout? On Jan 13, 5:42 am, Abolfoooud fcheh...@yahoo.com wrote: Any insight on this?! On Jan 11, 5:14 pm, Abolfoooud fcheh...@yahoo.com wrote: Hi, I have been trying to find a solution for this for

[android-developers] Re: Using Bundle in onPause()

2010-01-13 Thread Brion Emde
I think you are reading the description of onSaveInstanceState() incorrectly, if you think it is not called when you need it to be called. From the documentation on Activity: In addition, the method onSaveInstanceState(Bundle) is called before placing the activity in such a background state,

[android-developers] Activity library

2010-01-13 Thread Raconteur
Hi gang, Sorry for the cruddy subject line, but couldn't think of a short way to phrase this. I want to create an abstract subclass of Activity that adds some of the basic functionality that our team requires in all Activity subclasses. I am working in eclipse (Galileo with ADT), and when I try

[android-developers] How to work with startSearch()?

2010-01-13 Thread Raj
Hi! I am working on android2.0.I need help about android default search.when I click on search button(url+enter search key) it's internally call another activity.How to display search result within same view instead calling another activity? Please help me .It's very argent .please please help

[android-developers] Struck up with ConnectException by using androidHttpTransport.call(SOAP_ACTION, envelope)

2010-01-13 Thread galy
Hi, I am new Android and also to WebService. I searched and found a samples of Jorge Android Developer for webservice call from android. I have created my own WSDL file and published using WebServer Tomcat in Location http://localhost:8090/WebServiceTutorial/services/Hello?wsdl; I checked this

[android-developers] How to call Web service in Andriod?

2010-01-13 Thread umar
dear friends, i am new to andriod and facing a problem to a web service in andriod i have web service given below http://finservice.sigmatec.com.pk/server.php?wsdl i have seen many sample but they dont seems to be working.. can any one guide me how can i call its function and get the data on

[android-developers] Re: ADP2 Ion upgrade to Android 2.0?

2010-01-13 Thread Makism
I would like to have update for my Google Ion phone too. On Jan 12, 10:29 am, Anders lanils...@gmail.com wrote: Same here. It seems rooting and installing a custom image is the only choice. Bad Google. Didn't you want to the attendees at Google IO that you gave the phone to, to be able to

[android-developers] com.google.gdata.client.GoogleService.setUserToken(android.accounts.AccountManager.getAuthToken(???))

2010-01-13 Thread Lenny
Hello, I'm new to Android development, but so far enjoying porting an app I'd previously built in JavaScript using the Google Data API (for Finance). However, I can't seem to figure out how to authenticate the Android user's Google account. I've got code retrieving feeds from a user's Google

[android-developers] picsay

2010-01-13 Thread nayana urs
how to run picsay application in emulator with regards Nayana -- 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] Web Page Optimization Issues on Android

2010-01-13 Thread Mike
I have a web page that I have optimized quite well for the iPhone. Most of the optimizations that I have work just fine for the browser in Android but the browser seems to give contiguous text a very wide right margin. I thought that it had to do with the way I was formatting my pages but that is

[android-developers] Converting byte array from camera to argb_8888 int array.

2010-01-13 Thread Kubecz3k
Hello I search hard but not find anything useful so I post here. I try to write method to make converion from rgb_565 byte array to argb_ array. I need this becouse I want to make a lot of image processing from taken photo and I get image data in byte array rgb_565 format (as I believe).

[android-developers] How to have fullscreen keyboard in portrait mode ?

2010-01-13 Thread mr
Hello, I wan't to have this result : https://docs.google.com/a/google.com/File?id=afzfgn3h3x_10dwd35pv4_b but in portrait mode the EditText take all the screen with the keyboard. How can I do that ? thank for any help... -- You received this message because you are subscribed to the Google

[android-developers] Voice Recognition using given words

2010-01-13 Thread Matt P
I've had a search of the docs and forums and unless i misunderstand can find nothing on the below. Is there a way to send Google a set of words that the recognizerintent should be expecting? i.e. if i'm trying to listen to recipes i want it to hear the word 'sausages' and not the words 'saw

[android-developers] Live Video Zooming

2010-01-13 Thread sanjay
Hi, I am novice programmer in android I need to built an application on the Google Android platform that zooms into the live stream received by the device’s camera to enable the observer to observe intricate details about the object from a distance, and thereby be able to use the camera as a

[android-developers] Re: OpenGL ES 1.1 question (one more time...)

2010-01-13 Thread Jack Palevich
We are not planning on adding new APIs to OpenGL ES 1.0 or OpenGL ES 1.1. Have you looked at the existing glColor4x API? It is a fixed point version of glColor4 that is specific to OpenGL ES, and I think it acts pretty similarly to glColor4ub in many cases. I'm also curious what your use case is

[android-developers] IP-in-IP encapsulation in Android

2010-01-13 Thread Won Sik Chung
Hi. All. I am writing this question to know how i can use the ip-in-ip tunneling driver or GRE tunneling driver. I have searched all the classes in android reference. However, there is no related classes for that feature. For instance, android.net class doesn't have ip-in-ip related API. Is it

[android-developers] Re: Updating a unique AppWidgetProvider from a Service

2010-01-13 Thread Lyndon
Hi I have the same problem so thanks very much for the post... Could you explain how the onHandleIntent method works please. I have the appWidgetId in the service so I just need the way to update that specific widget. Any help would be very much appreciated. Regards Lyndon On Jan 3, 4:17 

[android-developers] Macro Recording

2010-01-13 Thread sanjay
Hi, I need an application for google android that record the sequence of user actions as macro and playbacks when required. I searched on google and found that this utility is available for window smart phone but could not found for android. Let me know if this is feasible and how we can do

[android-developers] Re: How to get service state?

2010-01-13 Thread dolsen
I have the same problem. I want to get the state of the phone when my app starts. I am also new to Android so a code snippet would be nice. On Jan 6, 5:29 am, Coby timur.dyusseba...@gmail.com wrote: Hi! I'm trying to get current service state of my phone (IN_SERVICE, OUT_OF_SERVICE,

[android-developers] Calender Application Source code

2010-01-13 Thread Raghukumar
Hi There!! I want to extend calender which is there in Android, Can any one tell me how to get the source code of already existing calender application. or Can i make API and deploy in existing calender. Can any one suggest me what to do. Thanks. Raghukumar -- You received this message

[android-developers] Invalidate and a card flip

2010-01-13 Thread Gregg Reno
I am working on a card game, and using a custom ImageView for the cards. I have an OnClickListener that handles the presses on the cards. What I want to happen is in some cases is: - User presses a face down card - Card displays face up - Wait 1 second - Card displays face down Within the

[android-developers] Re: Google Maps with Contacts Layer

2010-01-13 Thread Chris Stahl
I'm looking for this very thing. If I don't find anything by this weekend, I may just have to develop a mashup myself. On Dec 30 2009, 2:48 am, Ronald ronald.sto...@gmail.com wrote: I dont know wether this is the right place to post this, but I had a great idea for a implementation of Contacts

[android-developers] Re: Bluetooth SPP question

2010-01-13 Thread Arjan Verboord
Fred can i have your source code of the hacked bluetoothchat?? My goal is to connect my htc hero with a bluetooth-rs232 adapter.. But .connect() keeps throwing out an error. On 30 dec 2009, 07:38, Fred penguinpavil...@gmail.com wrote: Connected It was the UUID.  I have been hacking the

[android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-01-13 Thread Rogério de Souza Moraes
Hi folks, I am working with an hardware that have just five buttons. But I have just one button available to the following functions: home, back, search, soft-back(menu). The hardware is for automotive use, so that is because he doesn't have the common buttons of a cell phone. So I am thinking

[android-developers] Change button text directly

2010-01-13 Thread Kritzli
I'm wondering if there's a way, that you can change the text of a button just with a single keystroke. I tried it with an edittext view, so that you type in some text or character and when you push enter key the text of a button changes. But, is it possible to do it directly on the button without

[android-developers] Recovery the state of the first activity launched

2010-01-13 Thread Joan
Hello. I have an application that launch a thread when a ToggleButton is pressed, but if I press the home button, a new activity is started (I can return to the first activity if I press the back button), but I want to recovery the first activity launched state, which have the reference of the

[android-developers] Bachelor Thesis about Android

2010-01-13 Thread Marco Alexander Schmitz
Hi, last year I finished my studies. I wrote my Bachelor Thesis about Android. It can be downloaded from here: http://www.netz-profis.de/Newsmeldung.21+M5b137176a01.0.html http://netzprofis.de/thesis_schmitz.pdf Btw: It's in German Smile Greetings, DaRolla -- You received this message

[android-developers] Access: telephony.gsm.SimCard etc.

2010-01-13 Thread Rakesh Tanange
Hello, I am trying to get access of following packages, import com.android.internal.telephony.IccUtils; import com.android.internal.telephony.CommandsInterface; import com.android.internal.telephony.gsm.EncodeException; import com.android.internal.telephony.gsm.GsmAlphabet; import

[android-developers] Re: rooted phones, security, private storage.

2010-01-13 Thread sdphil
hey mark - when you say copy protect on Android Market causes more problems than it solves, can you describe what you mean? On Jan 12, 2:08 pm, Mark Murphy mmur...@commonsware.com wrote: sdphil wrote: I want to hide some info (encryption keys) in a private area. The best answer: the private

[android-developers] Re: Activity library

2010-01-13 Thread Brion Emde
I've derived from standard Activity classes. Specifically, because I use a web service that gives me list data in a paged format, I wrote a PagedListActivity class that's derived from ListActivity. I then use that all over the place and derive further from it. So I guess I don't understand your

Re: [android-developers] Macro Recording

2010-01-13 Thread Mark Murphy
sanjay wrote: Hi, I need an application for google android that record the sequence of user actions as macro and playbacks when required. I searched on google and found that this utility is available for window smart phone but could not found for android. Let me know if this is feasible

Re: [android-developers] Re: rooted phones, security, private storage.

2010-01-13 Thread Mark Murphy
sdphil wrote: hey mark - when you say copy protect on Android Market causes more problems than it solves, can you describe what you mean? There is plenty of evidence that the problem with new phone models not being able to see some apps on the Android Market is due to copy protection -- the

[android-developers] Re: How to call Web service in Andriod?

2010-01-13 Thread Brion Emde
I can't tell much about your web service. I deal with a RESTful web service that's got a database back-end. I encapsulated all interactions with the web service behind a ContentProvider. So calls to the ContentProvider are turned into http calls, using the org.apache.http httpClient() library. By

[android-developers] Re: rooted phones, security, private storage.

2010-01-13 Thread sdphil
hey mark - when you say copy protect on Android Market causes more problems than it solves, can you describe what you mean? On Jan 12, 2:08 pm, Mark Murphy mmur...@commonsware.com wrote: sdphil wrote: I want to hide some info (encryption keys) in a private area. The best answer: the private

Re: [android-developers] Re: About Android SDK 2.1 Gallery.

2010-01-13 Thread dan raaka
3D in emulator is little flacky - the openGL 2.0 is expected to be in native support only (no java bindings), directly calling the functions in the 3D chipset vendor in the hardware. Assuming - we do get the gallery or newer homescreen - how useful it will be ? On the contrary - it will be

[android-developers] Re: Invalidate and a card flip

2010-01-13 Thread Beth
Since you have exactly two images, face down and face up, you might try out an ImageSwitcher object. Toggle the image with show next and skip the validation business. On Jan 13, 7:00 am, Gregg Reno gregg.r...@gmail.com wrote: I am working on a card game, and using a custom ImageView for the

[android-developers] Re: Activity library

2010-01-13 Thread Lance Nanek
Your Activity subclass was probably in the same Eclipse project as it was used in, Brion. It sounds like the OP wants the subclass to be in a different project. In Eclipse you can have an Android project depend on other Java projects. The classes get packaged in. If you have an Android project

[android-developers] Re: Comma inputted when pressing period key?

2010-01-13 Thread Chris McCurdy
I thought this was an issue at first, but all of the reported problems are coming from users with the US English locale with a period as the monetary separator unit. On Jan 13, 11:24 am, niko20 nikolatesl...@yahoo.com wrote: Hi, This sounds like a language input problem. Some languages use the

[android-developers] Re: Full Android Example using Twitter OAuth with Signpost

2010-01-13 Thread Brion Emde
I made a little screencast showing this software working: http://www.youtube.com/watch?v=25o0b2aEw0E On Jan 2, 2:19 pm, Brion Emde brione2...@gmail.com wrote: I have the complete source code for a small working application that performs OAUTH authorization with Twitter, then turns into a

[android-developers] Re: Activity library

2010-01-13 Thread Brion Emde
Ah, thanks. I've had luck using the directory links in Eclipse. In project properties, under build path, you add a directory link to the other project's files. That has worked for me. Thanks for the clarification. Now I see it with the OP's reference to Library. On Jan 13, 10:28 am, Lance

[android-developers] Re: rooted phones, security, private storage.

2010-01-13 Thread strazzere
Copy-protection does not prevent rooted phones from seeing your application. You also might be forgetting, that if ANYONE gets a hold of the apk, regardless if they have a device (rooted or not), they could simply extract your encryption keys? -Tim On Jan 13, 12:18 pm, sdphil

[android-developers] Setting up an ad-hoc WiFi network using HTC Hero devices ?

2010-01-13 Thread Emre A. Yavuz
Hi, We're trying to set up an ad-hoc WiFi network using our HTC Hero devices. We would like the phones to communicate peer-to-peer to exchange information without using an access point which may serve as a router. I was wondering whether anybody on the list has tried something similar

[android-developers] Re: Restlet on Android

2010-01-13 Thread skrat
You're right here of course, Restlet provides some nice stuff but I'm increasingly annoyed by fact that nothing actually works, I tried to use GWT edition, which worked sort of, but increased size of my compiled app by 30%, which is just not acceptable. While the idea of Restlet and it's editions

[android-developers] Re: Activity library

2010-01-13 Thread Al
I did it the following way: - Create your Android project as normal - Right click the project in Eclipse, select Properties Builders - Uncheck all the builders apart from Java Builder - Remove the unnecessary Android files (Manifest, res, gen, etc) - Export your project as a Jar file via right

[android-developers] Using ListView without ListActivity

2010-01-13 Thread Warren
I want to create a custom list view in my application. I want it to lay over the top of the application screen, with portions of the screen not filled by the listview showing the underlying application. I've been reading about ListActivity, how it can be started to handle item selected callbacks.

[android-developers] Keys don't work with SurfaceView

2010-01-13 Thread guiha...@gmail.com
Hi, I have this View: public class Launcher4A extends SurfaceView implements SurfaceHolder.Callback, OnKeyListener { public Launcher4A(Context context) { super(context); System.loadLibrary(tcvm); instance = this; surfHolder = getHolder();

[android-developers] How to determine when SCREEN_OFF_TIMEOUT has changed?

2010-01-13 Thread Mike Bautista
I'm trying to make my first widget that toggles the screen time out settings. Is there a way for the widget to be notified when Settings.System.SCREEN_OFF_TIMEOUT has been changed? I would like to know this so I can update the widget graphic accordingly. -- You received this message because you

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread pzul
I also encountered this problem and can provide more information and a work-around. I type adb install -r mumble.apk I get: * daemon not running. starting it now * * daemon started successfully * 308 KB/s (20130 bytes in 0.063s) Can't dispatch DDM chunk 46454154: no handler defined Can't

Re: [android-developers] Clearing browser Session history?

2010-01-13 Thread Temitope Akinwande
Hi, Do you want to delete session cookies? On Tue, Jan 12, 2010 at 11:54 PM, Archana archana.14n...@gmail.com wrote: Hi, Can any one tell me how can we clear browse session history.We have api called Browser.ClearHistory(),this will delete entire records but i want to delete history of

[android-developers] @Override tag error between dev environments

2010-01-13 Thread Mark Wyszomierski
Hi, I'm using eclipse 3.4/3.5 to compile a project. On my machine I get compile errors related to the @Override tag when used with interfaces: Button btn = new Button(); btn.setOnClickListener(new OnClickListener() { @Override // Compile error public void onClick(View v)

Re: [android-developers] @Override tag error between dev environments

2010-01-13 Thread Romain Guy
@Override can be used on interface methods in Java 1.6 but not in 1.5. Just set your environment to use Java 1.6. On Wed, Jan 13, 2010 at 12:06 PM, Mark Wyszomierski mar...@gmail.com wrote: Hi, I'm using eclipse 3.4/3.5 to compile a project. On my machine I get compile errors related to the

Re: [android-developers] @Override tag error between dev environments

2010-01-13 Thread Jason Proctor
the @Override is optional, it's just a check to see whether you are actually overriding something as opposed to just implementing a similar method :-) what happens if you qualify that OnClickListener to View.OnClickListener? any difference? btw fwiw and maybe i am old-fashioned, but i

Re: [android-developers] @Override tag error between dev environments

2010-01-13 Thread Jason Proctor
fabulous. always thought that was a bad situation in 1.5. thanks @Override can be used on interface methods in Java 1.6 but not in 1.5. Just set your environment to use Java 1.6. On Wed, Jan 13, 2010 at 12:06 PM, Mark Wyszomierski mar...@gmail.com wrote: Hi, I'm using eclipse 3.4/3.5 to

Re: [android-developers] How to determine when SCREEN_OFF_TIMEOUT has changed?

2010-01-13 Thread Dianne Hackborn
Sorry there is no notification for this. On Wed, Jan 13, 2010 at 12:02 PM, Mike Bautista mbauti...@gmail.com wrote: I'm trying to make my first widget that toggles the screen time out settings. Is there a way for the widget to be notified when Settings.System.SCREEN_OFF_TIMEOUT has been

Re: [android-developers] Keys don't work with SurfaceView

2010-01-13 Thread Dianne Hackborn
Key input and focus handling occurs exactly the same as a regular view -- really all SurfaceView is, is just a regular view that draws a transparent area for itself, and creates and display a (non-input-receiving) window behind its own window. On Wed, Jan 13, 2010 at 11:41 AM, guiha...@gmail.com

Re: [android-developers] Best way to launch Messaging app via intent

2010-01-13 Thread Dianne Hackborn
The stock SMS/MMS application handles the SENDTO action with an sms:, smsto:, mms:, or mmsto: URI. I can't guarantee that devices shipping with a custom MMS app will also handle these, though. On Wed, Jan 13, 2010 at 2:21 AM, Steve stec...@gmail.com wrote: Hi. What is the recommended way to

Re: [android-developers] Nexus One - Stalled when downloading Apps from Market using Wi-Fi

2010-01-13 Thread Kent Loobey
On Tuesday 12 January 2010 19:21:22 48-New wrote: Anybody experiences the same issue? Saw a post last March complaining the same issue for G1. Did it get resolved but re-surface again on Nexus One w/ 2.1? Please advise. P.S. If I have a data plan from T-Mobile, would it resolve the issue?

[android-developers] Android code compatibility with GWT

2010-01-13 Thread S. Ghelani
Is Android code compatible with Google Web Toolkit? Since they support Java, is it possible to run the same class written for Android in GWT? -- 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: @Override tag error between dev environments

2010-01-13 Thread Mark Wyszomierski
Thanks all. On Jan 13, 3:11 pm, Jason Proctor jason.android.li...@gmail.com wrote: fabulous. always thought that was a bad situation in 1.5. thanks @Override can be used on interface methods in Java 1.6 but not in 1.5. Just set your environment to use Java 1.6. On Wed, Jan 13, 2010 at

[android-developers] Re: Can't dispatch DDM chunk error

2010-01-13 Thread fadden
On Jan 13, 10:42 am, pzul paul.b.wis...@gmail.com wrote: But the FEAT request is the result of typing adb install -r mumble.apk - so it doesn't seem that there should be any unknown feature requests. adb install pushes the APK and then essentially invokes adb shell pm. If you do adb shell pm

[android-developers] Re: Android code compatibility with GWT

2010-01-13 Thread Mark Wyszomierski
It depends on the class, but I would say in general, for what you're probably asking, no. For example, a class which references the android geo location API wouldn't be usable by a GWT project. A java class which just contains plain old data types could be used in either. Can you be more specific

[android-developers] Re: OpenGL ES 1.1 question (one more time...)

2010-01-13 Thread a1
I'm sure bunch of divisions has nothing to do with your performance problems. If you call glColor such frequently you are also calling draw functions frequently (possibly with different textures) pushing geometry in small chunks will kill you framerate (not to mention pushing a lot of textures)

Re: [android-developers] Best way to launch Messaging app via intent

2010-01-13 Thread Mark Murphy
Dianne Hackborn wrote: The stock SMS/MMS application handles the SENDTO action with an sms:, smsto:, mms:, or mmsto: URI. I can't guarantee that devices shipping with a custom MMS app will also handle these, though. Hey, thanks for the info! I've added an issue, requesting that this be added

[android-developers] clicks on views inside scroll views

2010-01-13 Thread Jason Proctor
i have a scroll view which has lots of goodies in it, one of which is a map view. i'm noticing that if i enable clicks on the map view, then horizontal drags act like you'd expect, but vertical ones scroll the scroll view instead. is there a way of getting the scroll view to defer touch

  1   2   >