Current SDK does not support call forwarding. APIs related to calls
are very limited especially SS support.
--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do
I want to get the duration of a ringtone, so I do this:
MediaPlayer mp = MediaPlayer.create(context, sound);
duration = mp.getDuration();
I have two questions:
1. Is there another way of getting the duration? Maybe I can get it
from the library meta data so that I don't have to create a
MediaP
The docs do mention:
"If minTime is greater than 0, the LocationManager could potentially
rest for minTime milliseconds between location updates to conserve
power."
http://developer.android.com/intl/fr/reference/android/location/LocationManager.html#requestLocationUpdates%28java.lang.String,%20lon
It's surprising that the easiest way to accomplish this effect is
creating your own custom adapter. It does what I want in concept but
is there any way to add complex layouts
(widgetswidgets or predefined XML views? For example using your demo:
private View buildButton() {
Hi,
In 1.6,I also try to play stream through setDataSource(http://
xxx/.mp3),
but also it return IOException: prepare failed, status=0x1.
If set the url into windows media player, it can play correctly, I
wanna know your problem whether be resolved?
If yes, can u tell me the solution,t
hello,everyone,I am newbie,and I have a program. but now I want make
it support multiple screens(small,normal and large).I am 100% sure the
all of layouts are working perfectly now,
but large screen,the problem is that all XML files of layouts in
layout-large can't load,The platform
always load de
Hi,
I met a problem on this test case which finally get "current" thread cpu-run
time.
If you know details,please comment here.
thanks
--wang xingchao
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers
Hi,
I have been able to draw a map using 'MapActivity' class.
Am unable to render 3D graphics on the Map.
Is there any way to draw something on the foreground with the Map as
the background?
Thank you,
Anush
--~--~-~--~~~---~--~~
You received this message because
Hi all,
I want to change the shape of Button from rectangle to triangle in
my Activity. Is it possible? Is there any API available for this?
Thanks,
Asif
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Androi
I have a server that sends my android app a session cookie used for
authenticated communication. I am trying to load a WebView with a URL
pointing to that same server and I'm trying to pass in the session
cookie for authentication. I am observing that it works
intermittently but I have no idea w
But is it possible reparent an activity's view hierarchy to my
customized viewgroup object dynamicly?
The activity is owned by others. Thanks
Regards
On Oct 23, 11:14 am, Dianne Hackborn wrote:
> The answer should be "no." You can make an activity that is transparent or
> looks like a dialog o
But is it possible reparent an activity's view hierarchy to my
customized viewgroup object dynamicly?
The activity is owned by others. Thanks
Regards
On Oct 23, 11:14 am, Dianne Hackborn wrote:
> The answer should be "no." You can make an activity that is transparent or
> looks like a dialog o
Thanks for your help. I know that I can get root privilege only on my
dev phone, and I will not try to really handle these events by myself.
On Oct 23, 11:55 am, Dianne Hackborn wrote:
> You can't handle input events in native code, the framework takes care of
> that and you will break things if
Just to clarify. I had run the phone using the battery for 1 hour.
On Oct 23, 3:28 pm, CraigsRace wrote:
> An hour after my G1 phone was fully charged, the "Battery Usage"
> showed me that my game had used 20% of the battery usage. Except, I
> never ran my game (I had run the game before start
An hour after my G1 phone was fully charged, the "Battery Usage"
showed me that my game had used 20% of the battery usage. Except, I
never ran my game (I had run the game before starting the charge). I
checked TasKiller, and it didn't list my game as running (my game also
doesn't run any service
So no one has an indication, it is really anoying for some people in
some countries.
On 28 sep, 19:14, Simon wrote:
> I have a similar problem. I am in Pakistan where the timezone is
> normally GMT + 5. However at the moment we are in + 1 DST, i.e. GMT +
> 6. Android thinks that Pakistan is G
Ha! That's interesting thought! Let me try, thanks a bunch!
On Oct 22, 8:54 pm, Nirav wrote:
> Looking at your problem, the solution is that you can use expandable
> list view to do the your task.
> It will solve your all prooblem and can change your background using
> selector also
--~--~--
Sorry - what I'm saying is no - setting background has no effect
On Oct 22, 9:18 pm, "droidin.net" wrote:
> "Are you actually getting control in your onClick()? If yes, then
> calling
> setBackgroundColor() should work fine. "
>
> Yes, I can setup a breakpoint and see how I'm executing this line
"Are you actually getting control in your onClick()? If yes, then
calling
setBackgroundColor() should work fine. "
Yes, I can setup a breakpoint and see how I'm executing this line. I
think the problem may be that in two lines after that I'm doing
startActivity(Intent) so maybe Android thinks - A
Hi
I want to use the tool 'ip' to do some advanced network configuration (such
as tunnel configurations and other operations) in Android/linux shell. The
command 'ip' is packaged in iproute2 (
http://www.linuxfoundation.org/en/Net:Iproute2). I am new to this area.
Could anyone give me some hint
You can't handle input events in native code, the framework takes care of
that and you will break things if you fight with it (and can't anyway
because you shouldn't have permission to open the driver).
You can look at EventHub.cpp and KeyInputQueue.java to see how the framework
transforms the raw
Looking at your problem, the solution is that you can use expandable
list view to do the your task.
It will solve your all prooblem and can change your background using
selector also
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
- Im a developer creating a USSD client app, I have a problem on USSD
phone session which my android phone turns screen off during my
session. Is there a way i can disable screen off when im in USSD
mode.
Thanks in advance...
--~--~-~--~~~---~--~~
You received th
If I paste on the wrong group, please warn me.
Hello,I‘m now learning how android handles linux input events from
kernel raw input events to the userland level KeyEvent and so on. And
I want to handle input events in native language. I've do some
experiments on handling events using NDK but the t
Root cause identified. Pretty obvious bug in Android 1.6,
GpsLocationProvider.java. Source here:
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=location/java/com/android/internal/location/GpsLocationProvider.java
I've reported the bug here:
http://code.google.com/p/android
Thank you all for your kindly help. I've know the rules of developing
on android platform. These are considered dirty in android developing.
Maybe I have to find another way around.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Go
The answer should be "no." You can make an activity that is transparent or
looks like a dialog or whatever, but it still exists as part of the activity
stack, pauses whatever is behind it, etc.
On Thu, Oct 22, 2009 at 6:18 PM, Open wrote:
>
> Can you provide a pointer for this?
>
> On Sep 25, 3
I am wondering how to do this as well. Also, I can't seem to find
where this is documented.
On Oct 19, 4:19 am, Viktor Bresan wrote:
> Hi all.
>
> I would like to have ashapethat has border only on 3 sides: top,
> left and right, i.e. I want bottom to be open. How can I achieve that
> defining
On Oct 22, 8:49 pm, Ronny wrote:
> I am eager to know if it is possible to get the device MAC address.
How about
http://developer.android.com/reference/android/net/wifi/WifiInfo.html#getMacAddress()
I haven't tried it, and it's not documented, but it sure looks
promising.
String
--~--~--
Hi
I have an activity with a button on it and when I click the button I
am starting a new activity with a network camera on it. when I click a
button on this activity (after capturing the image ) I want to start
the previous activity again.
I am getting back to previous activity with finish() but
droid_does wrote:
> What I have now is a layout that includes a list view at the bottom.
> All of the items in the layout above the list view remain fixed as you
> scroll through the list view. I would like the entire page to scroll
> so for example when you reached the bottom of the list you wou
What I have now is a layout that includes a list view at the bottom.
All of the items in the layout above the list view remain fixed as you
scroll through the list view. I would like the entire page to scroll
so for example when you reached the bottom of the list you would no
longer see the items
ClarkBattle wrote:
> TimerActivity.onCreate() inflates the TimerView (allowing the user to
> set the time and hit the start button) and starts the TimerService.
Creating a custom View is certainly possible but probably way overkill
for this sort of app.
> When the start button is pressed the Tim
I am writing a timer application that counts backward from a time and
notifies when the timer reaches zero. It is intended to allow the
user to start a timer that continues to tick and will notify them when
complete even after the activity is backgrounded. Also, it will show
the correct in-progr
Can you provide a pointer for this?
On Sep 25, 3:19 am, Mann wrote:
> finally I found my answer.
>
> On Sep 23, 4:41 pm, Mann wrote:
>
> > Greetings
> > Is it possible to create an Android activity as an overlay above other
> > application? If yes, please provide me a pointer.
>
> > MANN
--~--~
If you are starting maps, the maps app could well be implementing something
different. It and the browser are unfortunately unusual that way. If so,
there is nothing you can do about this.
On Thu, Oct 22, 2009 at 4:36 PM, stanlick wrote:
>
> Thanks guys --
>
> It was my onResume()! I actually
There is android 2.0 the eclair codebase... I believe this is given
only to certain corporates... Not sure if it available in the repo..
I really wonder why google is not making such news public and I don't
find a need for setting up private repositories.. Isn't android
project suppose to b
Maybe your text settings are overwritten by the getView method of the
simple adapter. That is the method where you want to set text
characteristics. Otherwise a scroll down the list and return to item
2 will remove your bold.
Good luck!
On Oct 21, 7:41 pm, cartoontan wrote:
> I have created a
There is no license. The calendar is not yet part of the SDK.
On Thu, Oct 22, 2009 at 6:03 PM, 김영지 wrote:
> How can I contact to Google Calendar license?
>
> I wanna activate Android Calendar app(fullsource/packages/apps/Calendar) in
> device.
> however Android Calendar app don't activate in de
No the system doesn't currently maintain this.
On Thu, Oct 22, 2009 at 4:59 PM, Open wrote:
>
> I would like to know this too, it seems like something that the
> PackageManager would maintain so I'm surprised to read on the thread
> by Josh Dobbs that it doesn't. Is there another way?
>
> On Se
How can I contact to Google Calendar license?
I wanna activate Android Calendar app(fullsource/packages/apps/Calendar) in
device.
however Android Calendar app don't activate in device and emu.
I think it is license problem.
But, I don't know that get a calendar license.
Also I wanna know step, cos
There is no Android 2.0 - I heard this directly from someone at Google
on the Android team. He says there is always rumors about Android.
I'm sure if it were available and it existed, there would not be a
need for this thread.
1.6 was just released... close but no cigar!
On Oct 22, 1:02 pm,
There is a bug filed for geo fix (not by me but by people who found it
earlier). I haven't filed one for DDMS until I'm sure I grok how it
works as information still is very sketchy about this stuff and docs
rather terse.
My app calls getLastKnownLocation when it runs once. It will call it
I would like to know this too, it seems like something that the
PackageManager would maintain so I'm surprised to read on the thread
by Josh Dobbs that it doesn't. Is there another way?
On Sep 15, 5:42 am, Shibbs wrote:
> Hi all,
>
> By any means, programmatically can I get theinstalldate& time
I have a problem with bindView() that has me puzzled. I am using it to
customize each row, including setting icons, coloring the background
and setting up listeners for buttons. It mostly works as expected, but
not quite.
When I fill the ListView with SimpleCursorAdapter, I get multiple
calls to
Thanks guys --
It was my onResume()! I actually had the startActivity() code in a
method called plot() and I was calling plot() from the onReume(). I
guess now is the time to come to terms with the life cycle.
Peace,
Scott
On Oct 22, 4:48 pm, Jason Proctor
wrote:
> >I am starting an external
Hello Community,
I am eager to know if it is possible to get the device MAC address.
Moreover, is it possible to get access to ARP table (if exists), what
I need is to know the IP address and the corresponding MAC address of
the router with which device is connected over wi-fi.
thanks a lot.
--
Hello
this browser compiles for many mobil devices, we are currently working
on a release for android
someone able to contribute to a andorid release?
http://sourceforge.net/project/memberlist.php?group_id=238964
Thanks for a feedback
Max
--~--~-~--~~~---~--~~
Yo
>I am starting an external activity from my application and would like
>the back button to return the user to the point in my application
>where they started the activity. Is this possible?
that's the default action, unless you do something special in your
onActivityResult() or onResume().
--
Has there been a bug filed?
On Oct 22, 2:11 pm, Brian Conrad wrote:
> Thanks. Yes, I know it's been a known issue because I've inquired a
> number of times after each update if it's been fixed. The link you
> posted goes back to 2008 but it was working fine in 1.1 last spring.
> It's not wor
stanlick wrote:
> The back button does nothing! My app starts this new UI via
>
> Intent geoIntent = new
> Intent(Intent.ACTION_VIEW,Uri.parse("geo:
> 1,-1"));
> startActivity(geoIntent);
>
> I don't believe I have done anything funky in my manifest.
Kiran wrote:
> I did that.. every statement is properly executed and see that
> "bodyText.setText(dataText);" is called and the value of dataText is
> the full html of the google.com
OK, try using hierarchyviewer to confirm that your TextView is actually
on screen, visible, etc.
--
Mark Murphy
The back button does nothing! My app starts this new UI via
Intent geoIntent = new
Intent(Intent.ACTION_VIEW,Uri.parse("geo:
1,-1"));
startActivity(geoIntent);
I don't believe I have done anything funky in my manifest.
Peace,
Scott
On Oct 22, 4
I did that.. every statement is properly executed and see that
"bodyText.setText(dataText);" is called and the value of dataText is
the full html of the google.com
On Oct 22, 4:47 pm, Mark Murphy wrote:
> Kiran wrote:
> > I updated the code as following. However, now I see that the display
> >
droidin.net wrote:
> So to summarize my question - how do I change background of the child
> element in the list item if I assign custom onClick handler to it? Any
> hints will be greatly appreciated
Are you actually getting control in your onClick()? If yes, then calling
setBackgroundColor() sho
Jun Yuan (jyuan08...@gmail.com) wants to start sharing their location with
you on Google Latitude. You need to sign in to Latitude with a Google
Account (eg, @gmail.com) and invite Jun Yuan. To get started, or to learn
more about Latitude, click the link below. To get Google Latitude on your
Kiran wrote:
> I updated the code as following. However, now I see that the display
> is not updated with the text. Am I missing something?
>
> static String linkUrl = "http://www.google.com";;
>
> String dataText;
>
> @Override
> protected void onCreate(Bundle savedInstance
stanlick wrote:
> I am starting an external activity from my application and would like
> the back button to return the user to the point in my application
> where they started the activity. Is this possible?
It should already return to where the user left off in your application,
unless you did
Jun Yuan (jyuan08...@gmail.com) wants to start sharing their location with
you on Google Latitude. You need to sign in to Latitude with a Google
Account (eg, @gmail.com) and invite Jun Yuan. To get started, or to learn
more about Latitude, click the link below. To get Google Latitude on your
Sounds very shady... Somewhat reminiscent of the whole pirated apps
thing on the Archos forum.
On Oct 22, 1:17 pm, Al Sutton wrote:
> By hotlinking Tim means using a download URL from another application
> directory in their own listings, so when a user uses the AppsLib
> client and goes to down
Thanks. Yes, I know it's been a known issue because I've inquired a
number of times after each update if it's been fixed. The link you
posted goes back to 2008 but it was working fine in 1.1 last spring.
It's not working with DDMS either. I'll play around with it some more
to try to figure
I am starting an external activity from my application and would like
the back button to return the user to the point in my application
where they started the activity. Is this possible?
Peace,
Scott
--~--~-~--~~~---~--~~
You received this message because you are
NO.
I just said that.
On Thu, Oct 22, 2009 at 6:10 AM, o wrote:
>
> anymore wave noms left
>
>
> On 15/10/2009, Kenneth Adam Miller wrote:
> > Who wants to be in Google wave?
> > I have 16 invitations
> >
> > >
> >
>
>
> --
> ...O
>
> >
>
--~--~-~--~~~---~--~~
Y
Hi,
Please read this post for an alternative:
http://android-developers.blogspot.com/2007/11/stitch-in-time.html
It's a bit old, but the technique should work. Please consider if it
makes more sense for your app.
Cheers,
James
On Thu, Oct 22, 2009 at 8:19 AM, Ken H wrote:
>
> I think I solve
Correct, this is not a public API. Please do not use it. System properties
are not for applications to use.
On Thu, Oct 22, 2009 at 7:30 AM, Mikhail G wrote:
>
> Dianne,
>
> Does this mean I can't use SystemProperties.set("prop", val); to
> change system property from java application.
> I'm tr
Hi,This is a know issue. One of the discussions you can find here:
http://groups.google.com/group/android-beginners/browse_thread/thread/0206ed9cdf7adc81
.
Try to use DDMS to fix your GPS coordinates.
Hope it helps..
Auguste
2009/10/22 Brian Conrad
>
> I've tried the geo fix command to set co
I didn't notice meminfo shows 7 views the first time and 14 view the
second time the Activity is started. So I do get that same results as
Mika (shown at the top of this thread). But meminfo always shows 1
activity and at least 7 views and 1 activity even after the destroy
(when theoretically th
By hotlinking Tim means using a download URL from another application
directory in their own listings, so when a user uses the AppsLib
client and goes to download an app the download may actually come from
another sites servers.
AppsLib have some apps hotlinked to AndAppStore (without agreement),
I've tried the geo fix command to set coordinates for a program I wrote
that provides the GPS coordinates. This program worked fine in 1.1.
But the geo fix command got broken in 1.5 and appears to still have not
been fixed in 1.6? When will it be fixed?
Brian Conrad
JyotishTools.com
--~
In addition to what Al has said, it's been interesting to see that
many, MANY applications as essentially hotlinked to other sites for
downloading. Very few of the applications posted appear to be actually
hosted on appslib servers.
This to me is a concern for a few reasons. Has permission been g
Ok, i will look into that then. I allready thought it was a bit strange.
Thanx a lot
J
nEx.Software wrote:
> You don't have to set the text first. There is nothing stopping you
> from creating a Spannable string and feeding that to setText(). I do
> the same thing using SpannableStringBuilder.
I updated the code as following. However, now I see that the display
is not updated with the text. Am I missing something?
static String linkUrl = "http://www.google.com";;
String dataText;
@Override
protected void onCreate(Bundle savedInstanceState) {
Log.d(TAG,
I have a ListView backed by customized ArrayAdapter where each item
has 2 LinearLayouts - one I call head, and the other one - body. The
body is hidden (gone) until user clicks on the row at which time it
slides out. The second click (on the head) will hide the body. However
if user clicks on the
I'm aware that the minimum updatePeriodMillis was increased to 30
minutes for Donut, but in my testing, I'm not seeing the
APPWIDGET_UPDATE intent come through at all, even after well over 30
minutes has passed. Has anyone else had an issue with this, or any
light to shed on the matter?
I should
I fixed it by creating a EditText and using that view for the
keylistener. It works now, but is there maybe a more elegant way to do
this?
On 22 okt, 20:24, Bolletje wrote:
> I want to save the keycode of the first key pressed after the button
> is clicked.
>
> On 22 okt, 05:19, Lance Nanek wro
Here is our account of what happened between us at AndAppStore and
Archos;
We worked with Archos for several weeks helping them design and
develop AppsLib, this included me personally travelling to Archoses
head office in Paris for meetings with Henri Crohas (Founder and CEO
of Archos), and other
Hi there!
I am developing applications for Android in a company where the
Internet is accessable via a proxy server only.
I found out that the emulator of the 1.5 R3 SDK works well with the
option -http-proxy, but the emulator of the 1.6 R1 SDK does not. Can
anyone confirm this behaviour?
Is thi
I have too many interfaces in the same package as I can divide
On Oct 22, 4:32 pm, Dario wrote:
> but you can put more manifest
>
> Mark Murphy ha scritto:> android wrote:
>
> >> How do I indicate in the manifest multiple packages
>
> > I do not believe this is possible.
--~--~-~--~
Yeah, I tried that but fillAfter and fillEnabled don't seem to do
anything (in this case).
Regardless, your suggestion about setting the state when the animation
ends works well.
Thanks for the help.
On Oct 22, 5:03 am, Mark Murphy wrote:
> bizack wrote:
> > I have a simple animation:
>
> >
> >
I have an activity (screen) that displays a video on it. I am using a
video view control for the same. I have kept the width and height of
the same as 160px and 120px respectively. But at runtime when the
video actually runs the width of the video view shrinks to 147px. What
can be the possible re
I've been working on a little game for some time now. The initial
Activity instantiates a Surfaceview (MonsterView) with one thread. I
recently added a couple new activities to display high scores and
stuff.
I haven't been able to duplicate my error on the emulator, but on my
phone I can get it
how do I forward incoming calls to another number?
--~--~-~--~~~---~--~~
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 fr
Hello all,
I am new to android and java programming. I am trying to display a
list with People and their contact numbers as following:
Name
TYPE
Number
I am using ExpandableListActivity to accomplish that. Everything is
working good when i am using the integer value if People.TYPE..but if
i am
Dianne,
Does this mean I can't use SystemProperties.set("prop", val); to
change system property from java application.
I'm trying to use the new property I created. What's the catch here?
Thanks,
Mikhail.
On Sep 23, 1:59 pm, Dianne Hackborn wrote:
> That is not a public API.
>
>
>
>
>
> On
I want to save the keycode of the first key pressed after the button
is clicked.
On 22 okt, 05:19, Lance Nanek wrote:
> There are some focus related methods on the View class: requestFocus,
> setFocusable, setFocusableInTouchMode. In this case arg0 is the button
> that was clicked, though. It se
>From what I've seen English (Locale.ENGLISH) is the only language
available.
Please correct me if I'm wrong
Best regards
Flaviu
On Oct 1, 3:13 pm, Lee wrote:
> Does anyone have an inkling how I could find out the available
> languages for speech recognition (relating to the LANGUAGES
> extra
Hi,
What i want to do is use the RecognizerIntent with
RecognizerIntent .LANGUAGE_MODEL_FREE_FORM from a home widget.
Problem is that I don't know how to start the RecognizerIntent so that
it returns the recognized text back to the widget.
In an activity it works by calling startActivityForResu
Hi everyone.
I'm having an requirement like this.
Say there are 3 activities A,B &C. From A i'm calling B using
startactivity() and from B i'm calling C using startactivity(). In A
there is an edittext field in which i have inserted some chars before
going to B. Suppose i'm now in C and i wan
Hi,
whenever any (non-android) java project in my eclipse ide is built, a
"Loading Android Sdk Content" Job is started although no android
project is open. Furthermore adb is started in the background, causing
100% CPU usage. When killing adb DDMS prints:
[2009-10-22 13:51:29 - DeviceMonitor]Adb
am very interesred in this particular solution please forward input. goodday.
On 21/10/2009, Dida wrote:
>
> Is there anybody using VPN/IPSEC?
> >
>
--
...O
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Andro
How can I detect (on the phone) when it is connected w/ a desktop
machine with USB ? I need to sync up some data w/ a desktop, whenever
the phone is connected to it. I looked through the APIs and looked
through the forum, I didn't find anything on how to do it . Is there a
sensor or some kind of e
Is there any way to obtain the current elevation using the current
coordinates in combination with google maps or something similar?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post
anymore wave noms left
On 15/10/2009, Kenneth Adam Miller wrote:
> Who wants to be in Google wave?
> I have 16 invitations
>
> >
>
--
...O
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" gro
Have you try this? (description is text to display)
TextViewtv = (TextView) findViewById(R.id.description);
tv.setText(Html.fromHtml(description).toString());
On 20 oct, 16:49, qmwestview wrote:
> My server side is using Struts (2.1.7). Strangely, the jsp, using
> struts tags, usually outputs i
the MMSC you given is http://mms1, is it correct?
2009/9/22 Jarod_
>
> Hey,
>
> I'm not able to receive MMS anymore. I've check my APN lot of times
> and it doesn't seem to be the issue. I looked at the log file (logcat -
> b radio), but I'm not really able to understand the result
> If anyo
Hi friends i am Basavaraj,
I just want to know in detail
1)procedure to download android image on to the hardware
2) is the platform for beagle or omap platform available?
2) can we install/compile the android kernel, bsp on windows xp?
3) Do we need linux p/c with android kernel installed to co
On Wed, Oct 21, 2009 at 4:09 PM, Artem wrote:
> Somehow, we are trying this and it does not seem to be working.
> Namely, it seems
> Donut *does not* pick up new resolution images in compatibility mode.
>
I am pretty positive it does. Proof: when you run any existing application
on a high densi
When the error comes out, I couldn't find any helpful discussion about
this error.
But I fixed that problem by deleting any other .mk files in $APP/
project/jni.
There was 4 .mk files - like __Android.mk.old - in my case.
Hope this helps you.
--~--~-~--~~~---~--~---
I got that error because of code line below:
url = new URL("http://www.helloandroid.com";);
InputStream mystream = null;
try{
mystream = url.openStream();
}catch (SocketException e)
{
tv.setText("Error: " + e.getMes
Hi,
when the phone is in deep sleep E-Mail notification is not coming, can
anyone tell me what is the issue,
1. is that issue in socket?
2. what is the behaviour of android when the phone is in deep sleep?
3. Why the mail sync is not happenning when the phone is in deep
sleep?
Thanks
Stalin S
1 - 100 of 170 matches
Mail list logo