TCBlues wrote:
> Is there any way to develop applications on Ruby for Android?
There has been some preliminary work to get JRuby running on Android. It
is a long way from being able to create full applications, though.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/co
Iffi wrote:
> Hi All,
>
> i have read a few posts about somehow intercepting the outgoing SMS.
>
> after some googling i was able to intercept the outgoing SMS by
> getting the outbox.
>
> Now the problem is that when the SMS comes to outbox i try to delete
> it at the same time, the API shows t
seems i need build the host tool acp , but it has a dependence of
libhost, and libhost has a dependence of acp, tooo.
how can i resolve this
On Nov 17, 11:40 am, Julian Chu wrote:
> checkout the android source tree, build from scratch
> once you want to build it
>
> $cd /where/is/the/tree
>
On Nov 16, 9:30 pm, Dianne Hackborn wrote:
> On Sun, Nov 15, 2009 at 7:21 PM, niko20 wrote:
> for example on the
> G1/Sapphire class screen there are interactions between the two points
> reported, and if you play with Pointer Location on Droid you will see that
> pressing a second finger can c
Hi
In my project I am using org.apache.commons library and my application
runs well in the emulator, but when I published as a signed
application in another emulator or g1 device it does not working
especially the apache library classes,but user interface and
databases which are related to android
I know that the SMS content provider is not part of the public api
(atleast not documented), but if I understand correctly its still
possible to use much of the sms features as long as you know how to
use the api(?).
E.g its pretty straight forward to insert an sms in your inbox:
ContentValues v
Hi All,
i have read a few posts about somehow intercepting the outgoing SMS.
after some googling i was able to intercept the outgoing SMS by
getting the outbox.
Now the problem is that when the SMS comes to outbox i try to delete
it at the same time, the API shows that the row was deleted from
o
I was testing against 1.5.
I removed the "- overloadaggressively" and it worked.
Thanks for the help.
On Nov 6, 11:52 pm, fadden wrote:
> On Nov 4, 8:37 am, GDroid wrote:
>
> > Currently I've managed to build the correct build.xml file and run
> > ProGuard 4.4. However, every time I install
Hi,
Have a application from which i need to invoke the email client
provided as the base apps with android 1.5
-Sandeep
--
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.c
I went through the Android introduction videos and in them an engineer
from Google spoke of an open XMPP/gtalk service provided by Android,
that developers could use to push messages out from a server to
Android devices.
I googled the forums and dug through the SDK samples, but could not
find any
I would like to add one more question to this issue:
15) What is the best way to write the code so in case the API Level is
below 5, some of the contacts actions can still be done correctly.
As far as I've checked when publishing an application on the market
there is no way to publish two "apk"s,
Hi,
I am trying to integrate my calendar application with google
calendar by making use of the apis provided by google. Android is not
supporting those apis. I am able to build the application as a java
application but not as an android application. So I request to suggest
me a way in doing thi
Thanks and Regards
Kiran R Chowkewar
Mob:- 9975122322
--
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-developer
Well...I wanted to download your app and my HTC Eris doesn't see it
when I search for it or follow the direct link from your page.
Android folks: any solution to this? This seems to be as much of an
Android problem as it is a problem with the specific phones/devices.
On Nov 13, 5:20 am, "Armond
Hi Guys,
Can some one please point me towards any documentation/resources/
threads that can explain how a new sensor support can be added in
android sensor framework? I'll be grateful for your help in this
regard.
Kind Regards
Leo
--
You received this message because you are subscribed to the
Some more details and a resolution can be found in this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/7d8afddb32d1e885/857da7499f59a4d5#857da7499f59a4d5
On Nov 3, 4:39 pm, GDroid wrote:
> Hi,
> I'm new to Java, eclipse and android so please understand if I'm
Its simple, how can i obtain by code the user google id??
--
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-develop
I would like to know how to execute code before exiting application.
My application is composed of several activities. When the user starts
the application (from the launcher menu or from a notification in the
status bar), he goes in an InitActivity where I process some
initializations. From user
Very interesting discussion! Thanks everybody for the precious info.
Did anyone manage to get BlockingHelper to work? (or, to put it
differently: is there any way to do this without the need for an
activity that receives the result?)
On Oct 12, 7:27 pm, kostmo wrote:
> It seems I was the victim
I created a step by step instruction for people who are interested to
program Android in MacOS X with Eclipse in 64 bits configuration.
http://androiddevblog.blogspot.com/2009_11_01_archive.html
--
You received this message because you are subscribed to the Google
Groups "Android Developers" gro
Hello,
I tried to install and run the Hello World example (http://
developer.android.com/guide/tutorials/hello-world.html), and for the
most part all is good.
Unfortunately when I attempted the run the debugger per
http://developer.android.com/guide/tutorials/hello-world.html#debugging
I got the
hi all
where/how can i download the code for tricorder app? code.google.com/p/
tricorder is forbidden from wifi as well as 3g connection. thanks
tan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to andr
Hello Boy, I'm a junior programmer of android.
In my application I need to enable and disable APN when I click a
button, but I don't have idea hw to do.
Someone can help me?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
i meet a problem like this:
while sync with repo using repo sync command 100% download has gone
with out any problem after that it gives the below error
File "/home/local/CORPUSERS/40001123/mydroid/.repo/repo/subcmds/
sync.py", line 238, in Execute project.Sync_LocalHalf(syncbuf)
File "/home/
Interesting that we saw same logs on cyanogen mod issue:
http://code.google.com/p/cyanogenmod/issues/detail?id=647#c92
On Oct 27, 2:34 pm, siliconeagle wrote:
> I have a media player which i want to mute when the user gets a call.
>
> I was using the TelephonyManager to listen for calls creating
Hi All,
I am new to android.
I have been trying to use httpclient to post data on https (secure).
I have searched all forums of android but I could not find any
solution that works with httpclient on https. I have seen some
solutions using HttpsURLConnection. and SSLContext.
I would like to go with
As has been discussed on this list, the 2.0 Contacts API is a
significant overhaul. And that the 1.6 API has been deprecated.
Usually this means use of the 1.6 API is discouraged but maintained
for at least a little while. I am not that this is the case, however.
The app I'm working on was built an
The problem is you do not have any target.
Goto folder and run SDK manager and install targets.
It will be installed in /platforms/ folder.
Once you done that, come back and create an AVD.
On Nov 16, 11:40 pm, hotspring wrote:
> I had the same error message for an avd creation command and got th
Hallo everyone,
are there any plans about including the Georgian alphabet in the near
future? There is a plethora of websites in Georgian and thanks to
Unicode they are displayed correctly out of the box on almost every
computer system nowadays. Thus I was surprised to learn that the
corresponding
I had a similar problem in touch mode. In my case, individual
OnClickListeners for each single convertView caused the problem. They
were created by a custom adapter. E.g. I had code like this:
public class MyAdapter extends ArrayAdapter {
...
public View getView(int position, View convertView
can anyone please do share the android1.6(donut) kernel source code
--
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
andro
Hi all,
I understand that the size of the Rating Bar can be set in xml using
the style attribute (style="?android:attr/ratingBarStyleSmall")
however, I need to set this style with code. The RatingBar class does
not seem to have a setStyle() method to set this. Can anyone help?
Thanks,
Dennis
--
I’m a new android developer. I would like to get opinions on the app I
need to write. Is my approach correct? Is there an established
standard of doing this type of thing, etc. Is there anything I need to
watch out for?
Thanks in advance
Simple pickup and delivery system:
Program starts
>> Quer
Found the solution. It was the proxy. The link below shows how to do
this, but as a reference I'm also including the code I used from that
link.
http://www.mail-archive.com/android-developers@googlegroups.com/msg65644.html
public void onCreate(Bundle savedInstanceState) {
try {
super.onCr
I have been planning a test of that very action. I doubt the
recognition quality will be very good but I will post my results.
Certainly, performing the recognition on a prerecorded file would be
better but it doesn't appear possible within the confines of the SDK.
Hopefully I am just missing somet
See details in the docs under /docs/guide/topics/data/data-
storage.html and I think you'll find the answer
You should implement SQLiteDatabase.CursorFactory interface, and
create an SQLiteDatabase instance by calling the static method
SQLiteDatabase.openOrCreateDatabase.
Details info of SQLiteDat
I have never developed an app and have very little knowledge of Java.
I recently downloaded the tools necessary to create an application for
Android 1.5. I used Eclipse to attempt to make a simple app and
inserted "@string/hello" into the onClick property and then the
property disappeared and I've
Hello All,
I am attempting to reach out to Android Developers who might be able
to answer a fundamental question... what is the best way to identify
Android developers in the US?
My company is thinking of training developers who have experience in
Java or Linux onsite at our facility in Dallas,
how to increase the resoltion in android...
what all changes need to do in the source code to get 1280X720p
resolution...
--
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@googlegrou
I have some questions regarding code below for camera preview
applicaiton. Can someone please help me out?
1. How does surfaceCreated get called? From SDK, it is called
immediately after the surface is first created, but I still don't know
who creates this surface?
2. Why do we need to set it
Hi developers,
I'm developing an application and for the performance tests I would
like to turn of the GC. Is it possible??
I made some research and I found the System.gc() call to give a hint
to the GC. The problem is that it do not command the GC only gives a
hint. Is this method synchronous or a
My application shows ANR dialogue when it resumes from an unlock .
this happens only when I keep the application idle for some time till
the phone gets locked by itself.
ANR is shown when the phone is unlocked by pressing menu button.
The issue is not reproducible in all cases ,it occurs with a
pro
Hi all,
thanks for your posts, that got me started and going on the new sdk
2.0, but still facing some problems adding contacts.
let's say i have an array of String has the contacts info
String[] c = new String[] {"First name","Last name","mobile number",
"home number", "work number", "fax numbe
Disconnect wrote:
> Report them to paypal :)
Or start downloading. *a lot* ;-)
--
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 em
YES YES YES. This is particularly disappointing to me (that mp3
doesn't work with SoundPool on 2.0).
I have an entry in ADC2 that relies heavily on mp3/SoundPool that
works fine with all phones EXCEPT the recently produced Droid which
runs 2.0. I'm sure it will kill my application's chances in t
I too was having trouble installing the SDK packages withen Eclipse
SDC and AVG manager.
Messages like ""failed to rename directory or file is locked", then
the installer quit and tried the
next package.
I went to control panel, administration tools (services) and stopped
the Norton Internet sec
How about adding your solution / setting to the email thread. I am in
the same situation, and can't setup android!
(What a great f***ing way to start developers on android)
On Nov 3, 9:34 pm, Michael Liao wrote:
> i found the setting.
>
> On Wed, Nov 4, 2009 at 10:21 AM, Michael Liao wrote:
>
Hello,
We are developing an application that needs to suspend and resume
threads like a debugger (meaning in a non-safe way like Object.wait()
and Object.notify()).
In the Java SDK the methods Thread.suspend() and Thread.resume() are
deprecated but we can still use them. Also there is the Java de
Hello boys, I'm a junior programmer of android.
In my application I need to enable and disable apn when I click one
button, but I don't know the way to resolve it.
Can you help me?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post t
$ export GDK_NATIVE_WINDOWS=true
running that before opening the sdk worked perfect for me. I am on
ubuntu 9.10 and I was noticing the buttons in the sdk acted as if they
didnt respond to anything. I could then enable the force https http
thing, and updating works fine.
On Nov 1, 5:46 am, Jay w
Hi,
I need your opinion- is WAP browser need to be implemented in Java for
Android?
I just starting "wt100" project to develop simple WAP (WML) browser
and now I would like make decision- continue work or not.
You can see screenshot here:
http://it.ysu.ru/index.php/mobileos/26-android/78-2009-1
I'm trying to lockup what contact belongs to a specific number. I'm
sending sms from one emulator instance to another (ie. 5554 to 5556
for example) and have entered contacts with those numbers. But when
running the code below my cursor doesn't return anything. The
filtering seems like it's not wor
thank you for your reply.
but i still can't make it works.
it shows me:
make: Entering directory `/where/is/the/tree'
make: *** No rule to make target `out/host/linux-x86/bin/acp', needed
by `out/host/linux-x86/bin/minigzip'. Stop.
and there are no 'libz.a' or 'libz.so' in out directory (but s
Is there any way to develop applications on Ruby for Android?
thank you
--
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
I just changed the textsize to 14 and now it works great! Also with
size 10, only not with size 12. Bug?
--
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
I'm having the same error, and ever everything is equal to your
example
On Nov 16, 7:53 pm, Mario wrote:
> i want to change the color of progressbar as the cursor is moved, but
> setProgressDrawable() seems to work only within OnCreate() method, if
> i change the ProgressDrawable inside onProgre
I'm looking to have an app developed for my business. How would I go
about doing this?
--
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,
Hi,
I am using a list view in which each list item displays two lines of
text with a check option. I am using the following code to check the
check box(usins my own image for check mark)
Code to handle the item select:
protected void onListItemClick(ListView l, View v, int position,
long
Hi,
I am studying on USB host functionality for Android.
1. Is the android framework support the same?
2. Is kernel label USB driver available to do the same for arm? What
config needs to be enabled to do the same?
Please send me the response . This is very urgent to me.
Regards,
Roy
--
You r
Hi!
I've been trying to map the accelerometer values to earth coordinates
using the rotation matrix.
I would expected to have in the Z axis the Gravity value always, but
the remapped coordinates when I move the phone shows the Gravity value
in the X and in the Y coordinate also.
Does anyone ha
There are a few ways to do this, but I'll explain the recommended way:
First of all, a database is not "object oriented", so you should
forget about the concept of storing 'Mydata' in a single column, and
in your case (as in most cases) even in a single table.
For your case, you will need two tabl
Hi
I would like to you how can I customize the defaut android subMenu
list.
My objective is if for each item of the submenu to have (Text, 2
imageViews ).
Do I need to write and ListAdapter??
Thanks
LP
--
You received this message because you are subscribed to the Google
Groups "Android Develop
Ok, I guess I found the answer myself in RequestQueue from the android
sources
/**
* Because our IntentReceiver can run within a different thread,
* synchronize setting the proxy
*/
private synchronized void setProxyConfig() {
NetworkInfo info = mConnectivityManager.
hi all,
How can I convert the camera preview to a bitmap without use
Takepicture ? The goal is to analyze the colors present inside the
current preview.
When I try to create bitmap (50x50 pixels of the current view) the
result view is green with black lines. Apparently the preview uses the
YUV co
that fixed the problem, thanks (sorry for the late reply)
On Sep 21, 2:21 pm, "Mark Murphy" wrote:
> > I am trying to transition between 2 web views. One is in the
> > foreground and the other already prepares another URL in the
> > background. Everything works fine except for the fact that calli
Hi
I have the following setup. I have a 1.6 phone with an apn that
requires a proxy, in addition I have a wifi connection that does not
require a proxy (or maybe it requires a different one).
My app uses android.net.Proxy.getHost(context) in order to find out
the current proxy settings but even if
Hi,
now, I am trying in this, still its not working...
LinearLayout layout = new LinearLayout(this);
LayoutParams layoutParams = new LayoutParams(
LinearLayout.LayoutParams.FILL_PARENT,
LinearLayout.LayoutParams.FILL_PARENT);
layout.
any idea
On Nov 18, 12:23 pm, Nithin wrote:
> Padding can't do. I want to implement margin, itself.
>
> On Nov 18, 12:09 pm, GPU wrote:
>
> > use the padding
>
> > On Nov 18, 10:20 am, Nithin wrote:
>
> > > Hi,
>
> > > I tried in this way too, still no success
>
> > > MarginLayoutParams com
Thank you for reply.
Would you tell me which part in 2.0 supports this feature?
I should check that part.
On Nov 17, 1:49 pm, Dianne Hackborn wrote:
> This is not a standard part of the Android UI, though support for this kind
> of behavior was introduced in 2.0 (but not used in ListView since
Same thing with me, I have copy protection turned off in Android
Market.
It would be good now to get some feedback from Google or HTC on
whether it is a bug.
On Nov 18, 9:54 am, Klaus Kartou wrote:
> We haven't turned copy protection on for our app, and it is still not
> visible on HTC Tattoo/HT
Anybody knows any way to send FAX from Android Application ??
--
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-dev
Hi all,
I want to add my own API's to android.
For this thing I followed one document I got from net and according to
I added one directory called "abc" to android framework which contains three
sub directories "java", "jni" and "libabc".
When I tried to build the source code with thi
Not quite, the original way passed an int not a SignalStrength class,
i dont think SignalStrength is part of the SDK yet. They say its been
deprecated, i assume this means a "soon to come" revision of the SDK
will have this class in and fixed. You will have to wait for a google
developer to confirm
Gestures are not meant to be used over 2-axis scrolling views
precisely for the reasons your mentioning.
On Tue, Nov 17, 2009 at 7:08 PM, Mariano Kamp wrote:
> Hi,
> WebView can scroll on both axis. That makes it hard to integrate with the
> 1.6 gestures. At the same time a WebView is often use
>I don't seem to be manipulating it at all in the background
> thread; only the array list it is
> connected to.
That's your problem right here. You cannot change the adapter's data
from outside the UI thread.
On Tue, Nov 17, 2009 at 7:38 PM, WoodManEXP wrote:
> I have run into this, pretty muc
We haven't turned copy protection on for our app, and it is still not
visible on HTC Tattoo/HTC Dragon.
Please, Google is this a known issue?
On Tue, Nov 17, 2009 at 11:02 AM, Aspidoff wrote:
> I noticed this problem when the new Droid Eris came out. At first, i
> started messing with minsdk an
In stacking tasks, at some point the touch screen dont work any more. It
works again later without reason. Is this a known problem ?
--
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@goo
Hi guys,
do you know how to get the
Home country code, current country code, the Mobile directory number
on a cdma network.
I see TelephonyManager.getNetworkCountryIso() can get the current
country code, but it is not reliable on cdma network.
Can you help on it pls?
thanks
HL
--
You receive
Is there any inbuilt function to load PDF or DOC file..
Tried using Webview but content was not displayed...
--
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 unsubsc
finally I find that it's a gps driver issue.
On 11月17日, 上午2時57分, Hong wrote:
> can u be more specific? what driver issue? i seem to have the same
> problem.
>
> thanks
>
>
>
> On Mon, Jul 27, 2009 at 12:49 AM, tstanly wrote:
>
> > sorry,
>
> > I found that is the driver issue.
>
> > On 7月27日,
hi all,
how can I check whether the network is connect or not in my
application?
eg:
I have three connect type, wifi, 3G and ethernet,
I want to detect whether the connection is setup or not by the
application,
if not, it will pop up a dialog to mention user that there are not
connect yet.
but no
Hi,
I am facing some issue in debugging Android webkit.
Could anyone help me to solve the following issue:
I am working on Ubuntu 8.04 and downloaded android source code release
1.6.
I have built the code and launched emulator succcessfully.
I am tring to debug Webkit present in source code but t
201 - 282 of 282 matches
Mail list logo