[android-developers] Re: An Android library for Instagram - now on Github

2012-08-21 Thread zero
3ks! On Tuesday, August 21, 2012 4:15:22 PM UTC+8, Efi Merdler-Kravitz wrote: > > Hey Guys, > > We've been working really hard in the past year on our startup called > BlinxBox . > We've released a beta version couple of weeks ago for A

[android-developers] How to Offline Install Android SDK

2011-08-15 Thread Chaos Zero
Ive Download all archives for my windows pc from this URL http://dl-ssl.google.com/android/repository/repository.xml and next what i have to do to install them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Print on android

2011-07-20 Thread Zero
I am about to develop a program that can use the shared printer on android.But when I looking the APIs that android has,I am shocked as it hasn't javax.print. Thus I want to know that where can I start. Can anyone help me? Thanks in advance. -- You received this message because you are subscribed

[android-developers] Re: Exiting Application

2010-08-18 Thread zero
not possible. and why would you want to grab some camera stream without displaying it anyway? On Aug 18, 7:37 am, perumal316 wrote: > I want to keep running my app in the background, my app will be using > the camera resources so that other apps cannot use the camera while > the app is running. T

[android-developers] Re: Using an AsyncTask instead of a Service in a BroadcastReceiver or AppWidget

2010-07-12 Thread zero
hm, to be safe i'd always go with 1). although in my memory it's more that the async task *can* be killed, not necessarily at a time you expect. On Jul 12, 6:29 pm, Matt wrote: > Hello all. > > As you should know, you should not be running code that takes a long > time to complete, such as a netw

[android-developers] Howto:read configured networks and display WPA-PSK as String

2010-03-09 Thread zero
re to a QR code - but that is easy). cheers, zero -- 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-deve

[android-developers] a possible bug in com.google.android.maps.GeoPoint

2010-02-25 Thread zero
GLOCAL D lon=123002050 that surely isn't right ? stable across 1.6 to 2.1 gmaps emulators. as google api page doesn't have a bug tracker, does this belong into the android bugtracker ? ideas for solutions welcome. cheers, zero -- You received this message because you are subscribed

[android-developers] Re: Crop a Picture after Using Camera to Take It

2010-01-27 Thread zero
the activity is not present on all systems under that explicit package name. try calling it with just the action, leaving out package and classname in the intent On Jan 27, 1:31 pm, GDroid wrote: > Hi, > > I'm testing this code on Motorola Milestone (2.0). > And I get an exception when trying to

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

2010-01-12 Thread zero
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 && read in the files yourself, but i really don't recommend that. On Jan 12, 11:58 am, rben wrote: > I kno

[android-developers] Re: Android Coverflow widget

2010-01-08 Thread zero
good work, thanks for releasing as open source :) On Jan 8, 9:45 am, Taf wrote: > Hi, > > I've had a go at creating a coverflow like widget. My results can be > found here: > > http://www.inter-fuser.com/2010/01/android-coverflow-widget.html > > If you fancy giving it a try I'd been interested in

[android-developers] Re: apk is being downloaded as zip file in IE

2010-01-08 Thread zero
make sure you send the right mime type with your file. application/vnd.android.package-archive auto-detection of clients may interpret the file as a zip, because it is, sorta. ;) On Jan 8, 12:44 pm, Jags wrote: > I develop for Android in mac . > > Apart from publishing my app in google market, I

[android-developers] Re: ADP2 Coming

2009-11-13 Thread zero
hmm, basically a magic with new rom ? On Nov 13, 3:36 pm, "Fred Grott(Android Expert, http://mobilebytes.wordpress.com)" wrote: > ADP2 is coming Brightstar just announced it: > > http://www.rcrnewsdirectory.com/pressrelease.aspx?id=325512 > > I have not seen Google mentions of it yet.. > > Fred

[android-developers] Re: Push Notification

2009-11-10 Thread zero
port sms maybe ? On Nov 10, 2:14 pm, "Mark Murphy" wrote: > > If two or more applications are installed on the  phone and those are > > using broadcast receiver to listen and some message comes .Now in case > > of push notification how can we distinguish the incoming message is > > for which appl

[android-developers] Re: apk installation on mobilefromLinux machine

2009-09-14 Thread Zero
take a look here: http://androidforums.com/support/3534-problems-mounting-communicating-g1-ubuntu.html its for the g1, but should work as well for other android phones, just the device id in the lsusb result is different. On Sep 14, 12:40 pm, André Charles Legendre wrote: > Hi Thank's to Dilli

[android-developers] Re: how to package several android projects

2009-08-12 Thread Zero
currently i don't think there's an easy to use or explain solution to that. you can do this by crafting your own ant scripts, either calling different targets or using some sort of conditions, but the implementation depends on the specifics of your project. not much of a help, sorry :/ On Aug 12,

[android-developers] Re: reading package name from apk file

2009-08-12 Thread Zero
dude, maybe you should not try to mess with other ppls code if u don't know basic reverse engineering. seriously. On Aug 12, 3:26 pm, Sudha wrote: > Hello, > > If i have a apk file and want to know the package name and class > hierarchy, how do i do it? > > Suppose I have some sample APK file n

[android-developers] What is Mediaplayer.[..] onBufferingUpdate actually telling me?

2009-07-29 Thread zero
ich i think is the cause for getting "unknown mediaplayer errors" after calling pause/stop and then start again. so, ??? ideas ?? zero --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Re: using the music picker

2009-06-30 Thread Zero
the problem is that the standard music app doesn't return the correct data if called as a PICK intent. On Jun 30, 7:25 am, Nate wrote: > I need to allow users of my app to select a song from their music > library. I also need to only show a subset of the songs, based on > artist and title. I im

[android-developers] Re: What is the differences between GPS start and GPS enable?

2009-06-08 Thread Zero
well, there is the hardcore way of forcing the gps to run with LocationManager.requestLocationUpdates("gps",0,0, LocationListener listener) but that is bad on battery life. On Jun 8, 10:47 am, Nio wrote: > Hi buddy, > I find that the UI "Enable GPS satellites" is used to enable > receiving >

[android-developers] Re: Android netbook camera (webcam) selection?

2009-06-05 Thread Zero
so we have usb host now? (hey if someone got that working, please submit patch and close the bug on the android bugtracker!) On Jun 5, 10:51 am, blindfold wrote: > With the upcoming dual-boot netbooks with Windows and Android, > >    http://www.digitimes.com/news/a20090604PD215.html > > how can

[android-developers] Re: 1.5 ant build problems

2009-06-05 Thread Zero
oh noez, seriously there should be a warning sign to not use the update script for custom ant files. it just overwrites the build file and places these setup task thingies in there :( try to copy the stuff you need from android-rules.xml On Jun 5, 2:58 am, Michael Thomas wrote: > Hi all, > > I'm

[android-developers] Re: Releasing a Demo App from Paid App. Need to fork code? How do accomplish?

2009-06-04 Thread Zero
other then some serious perl magic, none i can think of. On Jun 4, 2:13 pm, twan wrote: > A interesting question there. If you don't get a answer here you might > want to try the eclipse group, because the solution likely lies in > eclipse. > > On Jun 4, 7:54 am, chrispix wrote: > > > We have a

[android-developers] Re: ant and eclipse builds don't play nice

2009-05-26 Thread Zero
below) quoted from our developer list >> add one line to build.properties #new prop needed for 1.5 sdk-location=\\your\\android-sdk--1.5_r1\\path << hope this helps cheers, zero openintents.org O

[android-developers] Re: XML+XPath on Android using dom4j and Jaxen

2009-05-19 Thread Zero
as much as i love dom4j (and i do!), how is performance on the hardware ? dom4j tends to suck in a lot of memory, so..uh..dunno. On May 19, 2:17 pm, Matthias wrote: > Hey guys, > > in case you're looking for easy and powerful XML parsing on Android, > you may be interested in > this:http://br

[android-developers] Re: Extending over Apache License 2.0

2009-05-12 Thread Zero
ng of stuff like that. or you just build your own "about/license" screen cheers, zero On May 12, 10:41 am, "info+farm" wrote: > Dear all, > > I am going to create an application via improving an existing code > which has Apache License 2.0. In the license, it is im

[android-developers] Re: VIM and Android

2009-05-08 Thread Zero
VIM is just a texteditor (although a good one). you need the android sdk and a java 5 install to compile, what editor you use to code is up to you, even notepad.exe will work ;-) anddev.org might be a good place to start/ look for tutorials :) On May 8, 10:31 am, Alex Jurgensen wrote: > Hi, > Al

[android-developers] Re: Custom android ANT tasks

2009-04-29 Thread Zero
quoting http://ant.apache.org/manual/CoreTasks/javac.html >> is the same as the previous example, with the addition of a second source path, defined by the property src2. This can also be represented using nested elements as follows: << so, yes. :) On Apr 29, 12:32 pm, alan wrote: > Is it

[android-developers] Re: Custom icon on notification

2009-03-10 Thread Zero
resource id can be any id from your project as well. should work just fine. On 10 Mrz., 18:52, Wesley wrote: > Is it possible to display a custom icon (i.e., an icon which is a > application resource) on a notification ? > For sounds you can pass a Uri which makes possible to play custom > sound

[android-developers] Re: Capturing HEADSET_PLUG (android.intent.action.HEADSET_PLUG)

2009-02-16 Thread zero
on a side note, i recommend the logcat app for such moments http://code.google.com/p/android-random/ On Feb 16, 5:04 pm, Henning Schaefer wrote: > OK, after digging into the android system code, I think I figured out > what's wrong here... the class "HeadsetObserver" from the base system > actu

[android-developers] Re: Central service scheduler

2009-02-08 Thread zero
we had something similiar in an older release of openintents, called "alerts". never got around to test it on the current release, but if there is interest we could revive it, shouldn't be to diffcult. zero openintents.org On Feb 7, 9:57 pm, Christoph Studer wrote: > Swe

[android-developers] Re: how to pass object as a parameter when starting a service

2009-02-03 Thread zero
You can pass a Bundle into the Intent that starts the service, so as long as your object fits into a Bundle, no problem. On Feb 3, 10:30 pm, CJ wrote: > any hints? > > On Feb 3, 10:53 am, CJ wrote: > > > Here I have a broadcastreceiver where i need to start a service. but, > > the service need

[android-developers] Re: Getting a unique phone id

2009-01-28 Thread zero
String id =Context.getSystemService (Context.TELEPHONY_SERVICE).getDeviceId(); should do what you need. On Jan 28, 12:19 pm, JS wrote: > Is there a way to get a unique phone identifier? Like the ID when > install the apk on the phone via Eclipse? > > I need something to differentiate my phone

[android-developers] Re: Instead of waiting.

2009-01-28 Thread zero
i partly disagree, there is a use case for text-to-speech. i made my WinMo read caller names then connected to a headset some years ago, because whats the point in using a headset if you have to check the phone to see who's calling ? and such situations mostly occur then i'm not able to get out my

[android-developers] Re: Binding with service lost after calling unbindService()

2009-01-13 Thread zero
i have seen things like that, myself. could you, by any chance, provide us with the logs of the memory leak ? it might not even be necessary to call unbind(), because you can call the service's thru the obtained interface without being bound to it. (btw, the general problem class is still unfixed

[android-developers] Re: Developing on device(? is it possible)

2008-12-12 Thread zero
i remember someone had a working on-device development app for android m5 (?) but what happened to that i don't know. On Dec 12, 9:08 pm, Mark Murphy wrote: > mang3lo wrote: > > Hey all! I've been lurking and searching (maybe I wasn't using the > > right key words =P), but hadn't found anyone ad

[android-developers] Re: What is causing "Service not registered" from unbind(service)?

2008-12-12 Thread zero
It means that ServiceConnection is not bound to the service. Just because > you can call methods on the IBinder you got at some previous point doesn't > mean you are still bound to it. (A little unfortunate, for for efficiency's > sake there it is.) > > On Thu, Dec 11,

[android-developers] What is causing "Service not registered" from unbind(service)?

2008-12-11 Thread zero
Hi all i have a remote service running while the controlling activity is not displayed. i call unbind(mConnection) in onPause, which sometimes works and sometimes throws Service not registered. I know i'm bound to the service (doing the bind in onCreate), because i can execute it's functions. so w

[android-developers] Re: Data Roaming and 3rd party apps

2008-12-11 Thread zero
if the user turned off roaming, i don't think having the INTERNET permission is enough to turn it back on. On Dec 11, 11:26 pm, mathiastck wrote: > Referencing this article: > > "T-Mobile produces official statement regarding international G1 data > roaming"http://www.engadgetmobile.com/2008/12

[android-developers] Re: delete my app on G1

2008-11-02 Thread zero
you should be able to delete anything thru adb shell. it's a bit tricky, but works. On Nov 2, 12:41 pm, Guillaume Perrot <[EMAIL PROTECTED]> wrote: > Do not uninstall applications from the adb shell, > Run the following in a shell: > adb -d uninstall applicationpackagename (not the appplication n

[android-developers] Re: Join via ContentProvider

2008-10-24 Thread zero
it depends on what you're up to. if you just want to join accross tables, in a contentprovider, you can do that with the querybuilder object. also, from the "outside", afaik it's possible to use sql syntax in the selectstring. if you want to join data *across* different contentproviders, (meaning

[android-developers] Re: Background music in application

2008-10-17 Thread zero
anging code and nowhere near stable. bugfixes are higly welcomed ;) On Oct 17, 3:31 pm, "cH3Lu eu" <[EMAIL PROTECTED]> wrote: > Your audio player is free? :) > I'm trying to do one too, and i'm quite a beginner and some source code > would help a lot, of course if y

[android-developers] Re: Background music in application

2008-10-17 Thread zero
i just finished a audioplayer service last night, works quite well. i've seen this warning once or twice too, but not so much of them. what are you doing exactly ? On Oct 17, 8:24 am, bins <[EMAIL PROTECTED]> wrote: > hi all. > > How can play background music on android.while working my applicati

[android-developers] Re: Exchange Server Support

2008-10-17 Thread zero
stability, and clearly an opensource mapi implementation would be way more elegant. zero openintents.org zeroblog.exu-mobile.com On Oct 17, 1:20 pm, Timbobsteve <[EMAIL PROTECTED]> wrote: > Hi All, > > This isn't another thread asking if exchange server is supported on > A

[android-developers] what rules does adb (un)install apply for deleting/ rewriting files?

2008-09-08 Thread zero
Hi all after going thru some major refactoring on one app, i didn't see any changes to the gui until i did -wipe-data. as until today, uninstall always did the trick. that came somehow unexpected, so i wonder if there's a rule of thumb on then install -r or uninstall will leave files on the devic

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread zero
7;s ok if install -r does as well. but uninstall should scrap the install. is there a way to force it ? if you're intressted in the apk, i propably might send you that, but have to check with the team first ... On Aug 19, 2:07 am, "Xavier Ducrohet" <[EMAIL PROTECTED]> wr

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread zero
my 2 cents: there must be something about the verify process. * without further investigation, the whole smack api is now failing. a lot of this seems to be caused by awt or javax classes missing. * what will verify accept or reject on which base ? * anyhow, if my installation fails the first

[android-developers] Re: Running a program when emulator start

2008-06-19 Thread zero
may i suggest another option? get yoursefl a copy of the latest openintents build, write a Service class that does whatever you want, then on some point in your app just call org.openintents.provider.Alert.registerManagedService(myServiceClassName,myTimeIntervall,useWhileRoaming) ; and you should

[android-developers] Re: RSS-ANDROID

2008-06-11 Thread zero
yeah, we do :) just goto http://www.openintents.org/en/download version 0.1.7 runs on android m5 release for questions, bug reports or change requests, either drop by on the developer group or send me an email :) zero On 11 Jun., 18:07, "Mark Murphy" <[EMAIL PROTECTED]> wrote:

[android-developers] Re: Atomoid 1.0 released: Atom Reader

2008-06-02 Thread zero
that looks way more elegant then the straight-forward Atom Parser Thread i did for openintents. I'll put incorporating that on my post-adc-openintents stack :) On Jun 1, 5:28 am, Shane Isbell <[EMAIL PROTECTED]> wrote: > I just uploaded an Atom reader for android:http://code.google.com/p/atomoid/

[android-developers] Re: How to know the id or tag of the album name,movie name,artist name,etc.in the mp3 files in the emulator?

2008-05-30 Thread zero
easy. just set up an projection with the info you want Uri = android.provider.MediaStore.Audio.Media.EXTERNAL_CONTENT_URI; mProjection = new String[] { android.provider.MediaStore.Audio.Media._ID, android.provider.MediaStore.Audio.Media.TITLE, android.provider.Medi

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-14 Thread zero
On May 12, 11:50 pm, newbie11 <[EMAIL PROTECTED]> wrote: >. I just > want to know how to have a proximity alert forever even after a power > down event unless the user specifies otherwise. How is this > accomplished? you could use the openintents.org alert framework for that. any registered ale

[android-developers] Re: Story about interesting Android apps

2008-05-08 Thread zero
you might want to check out our project page, wich is http://www.openintents.org if you have any questions about openintents, i suggest posting on the developer group, http://groups.google.com/group/openintents On May 8, 7:49 am, "noha mansour" <[EMAIL PROTECTED]> wrote: > and my one in this link

[android-developers] Re: MapView in a TabSpec

2008-05-08 Thread zero
yeah, i did that without problems, too. don't have the code anymore, because i wanted the tab for two maps, and that realy won't work because MapActivity is restricted to one mapView, it seems. Anyway, for one MapView it's easy, you're almost there wiht your code. Just forget about the setcontent

[android-developers] Re: Android Email Team - Email Message Flags and Imap Idle

2008-04-21 Thread zero
could these "Flags" be tags on the client side ? do they need to be synced to the server? what is their server-side data struct ? categories in exchange ? maybe openintents can handle some of this. email stack is still on my do list On Apr 21, 6:22 am, Phone Nut <[EMAIL PROTECTED]> wrote: > Hi

[android-developers] Re: How to get data connection state changed intent ?

2008-04-13 Thread zero
android.intent.action.SERVICE_STATE was the one i was looking for. On Apr 13, 6:15 pm, zero <[EMAIL PROTECTED]> wrote: > Hi all > I'm trying to get a notification if the phone goes into roaming mode > via the data connection state changed intent. > I wrote a IntentRec

[android-developers] How to get data connection state changed intent ?

2008-04-13 Thread zero
state via the console by typing gsm data roaming gsm voice roaming (not supposed to work, but tryed it anyhow) but nothing happens. what am i missing ? thanx zero --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &qu

[android-developers] Re: Getting the id of the currently selected list item in a ListActivity

2008-04-13 Thread zero
the id of the entry in a database cursor if i remember right. On Apr 13, 5:47 pm, SnowDrifter <[EMAIL PROTECTED]> wrote: > Of course as soon as I ask the question I figure it out. > > getSelectedItemPosition() is what I was looking for. > > My brain is fried from trying to get this challange proj

[android-developers] Browser(webkit) Icon?

2008-04-11 Thread zero
Hi folks a simple, maybe even stupid question: i'd like to display the browser icon in an activiy menu (as it is supposed to launch the browser with an uri), but i can't find it anywhere. (maybe i'm just looking in the wrong direction). is this possible? am i allowed to do so? any hints are appre

[android-developers] Re: Service starts on Alarm

2008-04-11 Thread zero
if you can wait for another week or so, i suggest using the openintents alert framework. :) (we'll have support for this pretty soon, but right now i'm' busy with polishing other things) but as this is propably not the case, i just point you here: http://code.google.com/android/reference/android/a

[android-developers] Re: Re : [android-developers] Re: progress bar

2008-04-10 Thread zero
could you please share how you resolved this? On Mar 8, 9:46 am, "Yassine" <[EMAIL PROTECTED]> wrote: > Thanks, sorted out ;) > > -Original Message- > From: android-developers@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Mihai Fonoage > Sent: Friday, March 07, 2008 8:16 PM