It is not possible to intercept an incoming call in this manner in the
current release of the SDK.
-Megha
On Wed, May 7, 2008 at 8:56 PM, Trey Ethridge <[EMAIL PROTECTED]> wrote:
>
> Let's say that I want to send a caller straight to voicemail if I'm
> watching my favorite movie. Is it possible
Please check the system and software requirements for running Android:
http://code.google.com/android/intro/installing.html#developmentrequirements
HP iPAQ runs Windows CE operating system, I don't think its possible to run
Android on it.
-Megha
On Wed, May 7, 2008 at 3:44 PM, sara gore <[EMAIL
Using the code that you provided, I can move the Image in any direction on
the screen.
So its working as you expected, isn't it?
On Wed, May 7, 2008 at 5:53 PM, Chenguo <[EMAIL PROTECTED]> wrote:
>
> hi,everyone!
> I add onTouchEvent method to ImageSwitcher of API Demo, and i'd like to
> scroll
and my one in this link: http://www.helloandroid.com/node/469
On 5/7/08, Josh Guilfoyle <[EMAIL PROTECTED]> wrote:
>
> My app can be found here: http://five.googlecode.com. I'd be happy to
> describe it further if you're interested...
>
> On May 6, 11:12 am, "Vasanth Sridharan" <[EMAIL PROTECTED
Any inputs pl..
--~--~-~--~~~---~--~~
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
[EMAIL
Any inputs pl..
--~--~-~--~~~---~--~~
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
[EMAIL
Hi,
Is there a way to get and emulator info related to current users
location and operator details of the mobile connection from andorid
api.
Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
--~--~-~--~~~---~--~~
You received this message because you are subsc
Hi Josh,
thanks for you help. Rebuilding the project solved the problem.
Cheers,
Patrick
On May 7, 9:48 pm, Josh Guilfoyle <[EMAIL PROTECTED]> wrote:
> This generally happens when the apk file was not built for whatever
> reason. One thing to try is to clean and rebuild the project in
> Ecli
Let's say that I want to send a caller straight to voicemail if I'm
watching my favorite movie. Is it possible to have a service that
grabs that Intent and doesn't let any other application have it?
--~--~-~--~~~---~--~~
You received this message because you are
I know its a stretch, but I was wondering if anyone knew of any
hardware specs that could be used to put Android onto some real
hardware (specifically the l2)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android De
hi,everyone!
I add onTouchEvent method to ImageSwitcher of API Demo, and i'd like to scroll
the image in this method.But the image cannt be scrolled right and down from
its original place.The following is my code:
private float mx,my;
@Override
public boolean onTouchEvent(MotionEvent ev
We have an activity inside a tabview with a map without problems...
On 7 mei, 23:00, Mark Murphy <[EMAIL PROTECTED]> wrote:
> WildLuka wrote:
> > If I substitute the Intent with a LinearLayout, just as for tab1, the
> > example works perfectly. and it's not just a MapActivity, the
> > NullPointe
Hello friends,
I want to develop an app using Android and I need that my app work in
a Pocket PC (HP iPAQ)
Someone tell me how to compile and install SO Android in a Pocket PC?
What I need know?
Thanks
--~--~-~--~~~---~--~~
You received this message because you
We have developed 2 apps for the challenge. One is gKite,
gkite.wandersmart.net, mobile brand finder utilizing location based
advertising and the other is an emergency response system,
disasternetwork.org, for families and emergency responders. Please
contact me at [EMAIL PROTECTED] if you would l
WildLuka wrote:
> If I substitute the Intent with a LinearLayout, just as for tab1, the
> example works perfectly. and it's not just a MapActivity, the
> NullPointerException is thrown with any activity.
Oh, sorry, I interpreted your "that's it!" from your preceding message
as meaning things we
Hi Vasant,
Please take a look of my app, geared towards an audience that would
appreciate reading about wise / life giving psalms:
http://coreintent.googlepages.com/
look for the entry Psalms of the King David.
Also posted in http://helloandroid.com/apps where you will find a
database of apps.
If I substitute the Intent with a LinearLayout, just as for tab1, the
example works perfectly. and it's not just a MapActivity, the
NullPointerException is thrown with any activity.
luka
On May 7, 9:56 pm, WildLuka <[EMAIL PROTECTED]> wrote:
> i have indeed launched MyMapActivity the canonical
My app can be found here: http://five.googlecode.com. I'd be happy to
describe it further if you're interested...
On May 6, 11:12 am, "Vasanth Sridharan" <[EMAIL PROTECTED]>
wrote:
> Hello,
> My name is Vas and I am a reporter for Silicon Alley Insider
> (www.alleyinsider.com), a tech news site
i have indeed launched MyMapActivity the canonical way, and it works
fine ! ... sorry about the mistakes ...
the think is that I need to show a map in a Tab and since the only way
of running a MapView is through the MapActivity, that seemed to be the
only viable option... i'm open to other suggest
This generally happens when the apk file was not built for whatever
reason. One thing to try is to clean and rebuild the project in
Eclipse by going to Project -> Clean. If that still doesn't work,
carefully examine the console/log to see if there are any Dalvik
compilation failures or other pro
WildLuka wrote:
> sure !
> TabHost.TabSpec tab2= tabs.newTabSpec("tab2");
> tab2= map.setContent(new Intent(this, MyMapActivity.class));
> tab2.setIndicator("tab2",
> getResources().getDrawable(R.drawable.drawable2));
> tabs.addTab(map);
I'm assuming the second line sh
Never mind, I just used a vertical LinearLayout... much less prone to
restrictions IMHO.
On May 7, 10:51 am, kingkung <[EMAIL PROTECTED]> wrote:
> I understand the inherited structure of the LayoutParams (parent-->child),
> but still I'm getting an Invalid LayoutParams error no matter
>
> what I
sure !
public class MyMapActivity extends MapActivity {
private OverlayController mOverlayController;
private MapController mapController;
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle icicle) {
super.onCreate(ici
You might want to check out Positron.
http://code.google.com/p/android-positron/
On May 6, 8:40 am, vol <[EMAIL PROTECTED]> wrote:
> Sorry if someone has already answered this elsewhere, but does anyone
> know how to use JUnit with Android? Are the JUnit packages in android
> just for internal g
I understand the inherited structure of the LayoutParams (parent--
>child), but still I'm getting an Invalid LayoutParams error no matter
what I do:
XML:
http://schemas.android.com/apk/res/android";
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
JAVA:
WildLuka wrote:
> ok ,, i've just noticed that you can pass an Intent to setContent() to
> start an activity. so I have defined and declared a MyMapActivity,
> but what I get now is a NullPointException as soon as I hit the
> MapTab ... here it is:
>
> Uncaught handler: thread Main exiting due t
ok ,, i've just noticed that you can pass an Intent to setContent() to
start an activity. so I have defined and declared a MyMapActivity,
but what I get now is a NullPointException as soon as I hit the
MapTab ... here it is:
Uncaught handler: thread Main exiting due to uncaught exception
java.la
hi guys,
any way of adding a map to a TabSpec or Tab ?
cheerio
--~--~-~--~~~---~--~~
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 u
I'm sorry, it's not that it returs a null pointer exception, it's that
when I query the People database on my second activity, cursor.first()
returns false!!! All of the people are still in the database
(nothing's changed)... why would the query from my first activity
return the list of People, a
hi,
I just recently experienced a very strange bug. I develop on android
for 2 month now and I never had this problem before.
I'm not able to upload any apks to the emulator anymore, eclipse
console says:
[2008-05-07 17:03:33 - android] Android Launch!
[2008-05-07 17:03:33 - android] adb is run
Hi,
It may not be a good time to back to this very old thread while everybody
is waiting for the winner announcement. But I want to thank for Dan's
explanation.
However as we can see a lot of apps submitted use Gtalk service extensively,
and require Gtalk account login, I wonder why not get XMPP
hmmm,I just saw some details about the winners and the postponed
announcement on
http://www.android-portal.com/2008/05/06/adc-android-developer-challenge-winner-announcement-postponed/
On May 7, 12:52 pm, Hielko <[EMAIL PROTECTED]> wrote:
> Check the android challenge discussion group
>
> On 7 m
Check the android challenge discussion group
On 7 mei, 11:35, "Florindo Renso" <[EMAIL PROTECTED]> wrote:
> anyone know something ?
> Cheers
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
anyone know something ?
Cheers
--~--~-~--~~~---~--~~
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 e
Hi
Are you trying to connect by wifi ?
If so , try disabling your local network card and relaunch the
emulator.
This worked for me.
Rzgards
On May 5, 12:19 pm, ruben <[EMAIL PROTECTED]> wrote:
> According to a post that reads ‘a note on DNS resolution…’, android-em
> only sees and uses a single
Thanks, Chris :-)
The mapping between mime-types and/or content URLs to content provider
interfaces sounds indeed like a very good idea.
I sure hope these issues will get their due attention before any API-
stable of Android is made...
Regards,
Itamar Rogel, Briox
http://www.briox.com
On May
Hi all,
I create some files in my sdcard with Chinese names. I have develop an
app to display these file names, but these names can not be displayed
correctly. I use TextView to display these names.
Anyone have idea for this issue?
Thanks.
Wei Yongqiang
--~--~-~--~~~-
Hi,
I want to react to a change in the phone book by transmitting the
whole contact list to a webservice. For this I use a ContentObserver:
ContentResolver cr = getContentResolver();
ContactPplContentObserver pplObserver = new
ContactPplContentObserver( handler );
cr.registerContentObserv
38 matches
Mail list logo