[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 https://play.google.com/store/apps/details?id=com.blinxbox. We've released a beta version couple of weeks ago for Android

[android-developers] How to Offline Install Android SDK

2011-08-16 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

[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

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

[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 matthew.quig...@gmail.com wrote: Hello all. As you should know, you should not be running code that takes a long time to

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

2010-03-09 Thread zero
there 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-developers+unsubscr

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

2010-02-25 Thread zero
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 to the Google Groups Android Developers group. To post to this group, send email to android-developers

[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 baron...@gmail.com wrote: Hi, I'm testing this code on Motorola Milestone (2.0). And I get an exception

[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

[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 jag...@gmail.com wrote: I develop for Android in mac . Apart from publishing my app in

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

[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) fred.gr...@gmail.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

[android-developers] Re: Push Notification

2009-11-10 Thread zero
port sms maybe ? On Nov 10, 2:14 pm, Mark Murphy mmur...@commonsware.com 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

[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 andre.legen...@gmail.com

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

[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

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

2009-07-29 Thread zero
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 Developers group. To post

[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 nathan.sw...@gmail.com 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

[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 luodali...@gmail.com wrote: Hi buddy, I find that the UI Enable GPS satellites is used to enable

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

[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 seeingwithso...@gmail.com wrote: With the upcoming dual-boot netbooks with Windows and Android,    

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

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

2009-05-26 Thread Zero
classname=com.android.ant.ApkBuilderTask classpathref=android.antlibs/ !-- 1.5 Changes END -- 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 On May 26, 3:06 am, Craig supkic

[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 m.kaepp...@googlemail.com wrote: Hey guys, in case you're looking for easy and powerful XML parsing on Android, you may be

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

2009-05-12 Thread Zero
of stuff like that. or you just build your own about/license screen cheers, zero On May 12, 10:41 am, info+farm bilgiciftl...@gmail.com 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 implied that I need

[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

[android-developers] Re: Custom android ANT tasks

2009-04-29 Thread Zero
quoting http://ant.apache.org/manual/CoreTasks/javac.html javac srcdir=${src}:${src2} destdir=${build} includes=mypackage/p1/**,mypackage/p2/** excludes=mypackage/p1/testpackage/** classpath=xyz.jar debug=on / is the same as the previous example,

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

[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 chstu...@gmail.com wrote: Sweet

[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 chunyu.ji...@gmail.com wrote: any hints? On Feb 3, 10:53 am, CJ chunyu.ji...@gmail.com wrote: Here I have a broadcastreceiver where i need to

[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

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

[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

[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 mmur...@commonsware.com wrote: mang3lo wrote: Hey all! I've been lurking and searching (maybe I wasn't using the right key words =P), but

[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 mathias...@gmail.com wrote: Referencing this article: T-Mobile produces official statement regarding international G1 data

[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

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

[android-developers] Re: Exchange Server Support

2008-10-17 Thread zero
, 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 Android... so don't worry :P I just wanted

[android-developers] Re: Background music in application

2008-10-17 Thread zero
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 you want to share :) Thanks in advance. 2008/10/17 zero [EMAIL PROTECTED] i

[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

[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: Error when loading app to 0.9 beta SDK

2008-08-18 Thread zero
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] wrote: Hi zero, just to be sure, adb uninstall

[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

[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: I am

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

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

[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