[android-beginners] Re: Access Network??

2009-06-01 Thread Roman
techniques which you can use if you are working behind a firewall/proxy server. One is using the STUN protocol. Find the JSTUN stack on the following link. Seems like it is ported to Android. http://www.hsc.com/resourceCenter/resource.aspx Hope it helps -- Roman Baumgaertner Sr. SW Engineer-OSDC

[android-beginners] Re: unable to launch Emulator.

2009-06-08 Thread Roman
1.5 After the creation of the AVD image you should be able to start your emulator with ./emulator -avd name Of course another way is to use the Eclipse framework in which you also can create your AVD image and start the emulator. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick

[android-beginners] Re: Problem with Hello World

2009-06-09 Thread Roman
. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jun 8, 4:23 pm, vkroz vladimir.k...@gmail.com wrote

[android-beginners] Re: No Suitable data Network readdy error

2009-06-12 Thread Roman
Hello, The Android emulator does not support Wifi. If you try to enable Wifi in the main settings you will see that it is not supported. If you now set WLAN in the SipDroid application, the application returns an error because no WLAN interface is setup. Try to use 3G which works fine. -- Roman

[android-beginners] Re: Invoking shared libraries

2009-06-16 Thread Roman
on whatever you are passing down. Furthermore try to think about garbage collection and we it should take place! -- 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

[android-beginners] Re: How to get android 1.1 version source code?

2009-06-18 Thread Roman
This should do it... http://developer.android.com/sdk/1.1_r1/index.html -- 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 not necessarily represent those

[android-beginners] Re: Database location and management via external tools.

2009-06-18 Thread Roman
A pretty cool way is to use the following firefox plugin SQLiteManager : https://addons.mozilla.org/en-US/firefox/addon/5817 You can easily push and pull your SQLite data bases from an to the device or emulator. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-beginners] Re: Getting the signal strength for the Wifi Connection

2009-06-23 Thread Roman
As I am aware of right now Wifi is not supported on the emulator. Whatever you are getting on values from SDK APIs should be faked values. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely

[android-beginners] Re: Blocking Access from phone

2009-06-23 Thread Roman
what you find out! -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jun 23, 1:21 am, Moncky

[android-beginners] Re: G1 vs Emulator

2009-06-24 Thread Roman
mode and start the application. Then the HW device is picked up and your application is loaded on the device. Most of the times I get the display that I can select between emulator and HW device but it seems like it is flaky! -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-beginners] Re: Hello world help

2009-07-02 Thread Roman
version in Eclipse is 0.9.1 (currently the latest version). -- 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 not necessarily represent those of T-Mobile USA

[android-beginners] Re: Tutorial for using Android SDK samples with Eclipse

2009-07-06 Thread Roman
with the Android sample code. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jul 3, 1:27 pm, Brian Jorgenson

[android-beginners] Re: How to kill background applications?

2009-07-15 Thread Roman
this, please let me know. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jul 14, 5:26 pm, sychee

[android-beginners] Re: Rooting?

2009-07-16 Thread Roman
you start the process. You don't won't that during flashing and rooting your device that the device turns of. Also follow exactly the steps in the same order. Good luck! -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email

[android-beginners] Re: using the getLine1Number() method

2009-07-17 Thread Roman
should see an error message which indicates what is missing. 07-17 11:51:41.610: ERROR/AndroidRuntime(786): Caused by: java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10020 nor current process has android.permission.READ_PHONE_STATE. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T

[android-beginners] Re: Rooting?

2009-07-20 Thread Roman
but it is similar to when you go to the doctor and have to sign a paper before the surgery. Sometimes thing can go wrong -- 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

[android-beginners] Re: Does android 1.5 work in ubuntu 9.04?

2009-07-24 Thread Roman
). Q1: When the emulator starts up, what can you see? Q2: When you switch in Eclipse to the DDMS mode, what do you see in the logcat output (if you have any output ) -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those

[android-beginners] Re: How to set a text edit dialog box with a default text by program

2009-07-27 Thread Roman
=20dip android:scrollHorizontally=true android:autoText=false android:capitalize=none android:gravity=fill_horizontal android:textAppearance=?android:attr/textAppearanceMedium / With doing this you should see the default text. -- Roman Baumgaertner Sr. SW

[android-beginners] Re: WIFI Communication between two or more phones

2009-07-28 Thread Roman
application on Java level. Normally the native Wifi support includes Ad-hoc and infrastructure mode. -- 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

[android-beginners] Re: WIFI Communication between two or more phones

2009-07-28 Thread Roman
application on Java level. Normally the native Wifi support includes Ad-hoc and infrastructure mode. -- 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

[android-beginners] Re: Cannot Register Sipdroid With A Sip Account

2009-07-29 Thread Roman
me if I am wrong). The SipDroid currently uses UDP for SIP and of course for the RTP communication. I suggest to first to use X-lite with your credentials to make sure that you can talk to your provider. If this works I would try to load SipDroid on a real device. -- Roman Baumgaertner Sr. SW

[android-beginners] Re: Cannot Register Sipdroid With A Sip Account

2009-07-29 Thread Roman
would try to load SipDroid on a real device. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jul 29

[android-beginners] Re: A bit of guidance

2009-07-29 Thread Roman
import your lib as external jar lib. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jul 29, 1:03

[android-beginners] Re: WIFI Communication between two or more phones

2009-07-30 Thread Roman
with other Wifi devices over the central AP. You could use a broadcast IP address for your communication. Question is whether this would fulfill your requirements. Of course in my suggestion I did not put any thoughts about security (who is allowed to receive the messages, ) -- Roman

[android-beginners] Re: How to discover exceptions when debugging in actual hardware

2009-07-30 Thread Roman
called methods. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Jul 30, 2:44 am, MrChaz mrchazmob

[android-beginners] Re: How to use Call APIs in application?

2009-07-30 Thread Roman
application on framework level, you also can do this. Danger is only that in case of the framework changes you have to modify your application. In general when you want to change the behavior of the current phone application you have do changes on framework level. -- Roman Baumgaertner Sr. SW Engineer-OSDC

[android-beginners] Re: WIFI Communication between two or more phones

2009-07-30 Thread Roman
The communication would be of course IP based. You only have to think about whether you want to use UDP or TCP. If it is important for you that data is sent correctly then use a connection oriented approach (TCP). -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-beginners] Re: Hello World Help

2009-07-31 Thread Roman
I noticed when the emulator is not coming up correctly it might be that you still have somewhere a emulator process running. Try to kill this process first and then restart the emulator. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements

[android-beginners] Re: I'm really new

2009-08-02 Thread Roman
an online tutorial from T-Mobile on the FreshBrain page. http://freshbrain.org/group/building-applications-g1-mobile-phone-learning-path Good luck! -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

[android-beginners] Re: Android and webservices

2009-08-03 Thread Roman
Find a pretty good blog about this topic at http://www.anddev.org/web_services_-_an_xml-rpc_client_for_android-t646.html -- 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

[android-beginners] Re: Doing a periodical task. Counter?

2009-08-04 Thread Roman
You are missing in the onResume method super.onResume(); -- 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 not necessarily represent those of T-Mobile USA

[android-beginners] Re: Calling Activity from Service

2009-08-06 Thread Roman
#FLAG_ACTIVITY_NEW_TASK -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 5, 8:13 pm, gandor gand

[android-beginners] Re: Android Installation Issue

2009-08-06 Thread Roman
Manager -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 6, 12:53 am, Maxood maqs...@salsoft.net

[android-beginners] Re: How to exchange data between different users

2009-08-06 Thread Roman
://www.technopagan.org/dynamic/) -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 6, 7:40 pm, NicoToc

[android-beginners] Re: debugging using device on development running Virtual PC 2007

2009-08-07 Thread Roman
I am using VMWare player on my Windows Vista environment and don't have any problems with any hardware interface. Also recognizing a connected phone on USB works fine. You might want to give it a try if you don't have any progress with Virtual PC 2007. -- Roman Baumgaertner Sr. SW Engineer-OSDC

[android-beginners] Re: debugging using device on development running Virtual PC 2007

2009-08-07 Thread Roman
VMWare player is for free. Also check out the VirtualBox from sun which is also available for the Windows environment and is also for free. Let me know if you have problems with the setup. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions

[android-beginners] Re: want some ebboks to download

2009-08-10 Thread Roman
are not covered in most of these books or only very short. -- 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 not necessarily represent those of T-Mobile USA, Inc

[android-beginners] Re: help! adding an activity of my application to another application

2009-08-10 Thread Roman
You are already giving the answer ... In your application you add the Upload pic button in your menu. When you implement the onOptionsItemSelect method trigger from there your new activity which is handling the uploading of your picture. Something like public boolean

[android-beginners] Re: Hello World Emulator Issue

2009-08-10 Thread Roman
Use the TaskManager on Windows to find out whether another emulator process is running. If so kill the process and restart the emulator. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely

[android-beginners] Re: Android Development Setup

2009-08-10 Thread Roman
is located and do adb install apk-name If the emulator is correctly started the installation should be successful. You can verify whether the emulator can be recognized using adb devices. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements

[android-beginners] Re: Operating Systems supported by Android Apps

2009-08-11 Thread Roman
or ./prebuilt/darwin-x86/toolchain -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 11, 8:01 am, Maxood

[android-beginners] JTwitter

2009-01-19 Thread Roman Romano
I'm new to this scene but want to start by making a basic twitter client. Can i use the JTwitter library? or would i be better off looking at something else? Kind regards RR --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Scrolling TextView that automatically scrolls to bottom

2009-01-25 Thread Roman Romano
this 'keep-last-appended-text-in-view'? many thanks all Roman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

[android-beginners] Re: Scrolling TextView that automatically scrolls to bottom

2009-01-26 Thread Roman Romano
Fixed it i think. in the method that appends the text, i needed to set fullScroll (FOCUS_DOWN) on the ScrollView. Hope that makes sense to anyone experiencing similar issues Roman On Jan 25, 11:17 pm, Roman Romano very.cross...@googlemail.com wrote: Hi All, I have a textview that is wrapped

[android-beginners] Re: gTalk APIs in 1.0r2

2009-01-28 Thread Roman Romano
have you tried the Smack API??? http://www.igniterealtime.org/projects/smack/index.jsp regards Roman On Jan 28, 8:45 am, soumyaranjan soumyasi...@gmail.com wrote: hi all can we develop an application that utilizes gTalk services in the current SDK, in the m5 version we had a package

[android-beginners] Re: free android programming book

2009-01-28 Thread Roman Romano
http://andbook.anddev.org/ regards Roman On Jan 28, 11:35 am, Ashwani Rao project.d...@gmail.com wrote: Hi , Is there any free andorid pdf or manual  available ? Reagrds, Ashwani --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Killing a parent activity

2009-02-01 Thread Roman Romano
I have an activity that launches a second activity by: startActivityForResult(i, RESULT_OK); There is a button in the second activity to 'Exit' the activity from which i also want to exit the first activity. The 'Exit' button has attached to it.: setResult(RESULT_OK); finish(); The first

[android-beginners] Re: Killing a parent activity

2009-02-01 Thread Roman Romano
, Roman Romano very.cross...@googlemail.com wrote: I have an activity that launches a second activity by: startActivityForResult(i, RESULT_OK); There is a button in the second activity to 'Exit' the activity from which i also want to exit the first activity. The 'Exit' button has attached

[android-beginners] Re: Spinner populated from a db query

2009-02-05 Thread Roman Romano
()); if (myDB != null) { myDB.close(); } } else { resultsView.setText(DB EMPTY!!); } } } Regards Roman Romano On Feb 5, 6:42 am, Nathan Maves nathan.ma...@gmail.com wrote: I have gone blind searching the net and email groups for an example of how

[android-beginners] Re: Spinner populated from a db query

2009-02-05 Thread Roman Romano
On Feb 5, 6:42 am, Nathan Maves nathan.ma...@gmail.com wrote: I have gone blind searching the net and email groups for an example of how to populate a spinner from data in a sqlite db. Anyone have an example of how to do this? Nathan --~--~-~--~~~---~--~~

[android-beginners] Re: Spinner populated from a db query

2009-02-05 Thread Roman Romano
Is this any good package com.gphoneium.sqlitetest; import android.app.Activity; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.Spinner; import android.widget.TextView; public

[android-beginners] irc client using pircbot

2009-02-12 Thread Roman Romano
Forgive me if what follows is a bit confusing! i'm trying to build a basic irc client. i'm using pircbot. i've created a bot class that extends the pircbot class. to get results, you have to override methods (e.g. onMessage) Basically, it works but i don't know how to update my android app with

[android-beginners] Re: regarding playing mpeg4 h.264 video file in android player

2009-02-13 Thread Roman Romano
why don't you just create a file called 'raw' in the 'res' folder On Feb 13, 10:18 am, root gurur...@sarayusoftech.com wrote: hi, i have h.264mp4 video file i am using following code but its giving ioexception if any one know what is problem pls help me out.also there is no folder

[android-beginners] Re: HelloSpinner Example!!

2009-04-25 Thread Roman Romano
Aren't you supposed to put in between the what the array holds (eg. String)? Regards Roman On Apr 25, 6:30 pm, weird0 amiredi...@gmail.com wrote: I tried this simple example from HelloViews. But the eclipse IDE gets stuck on this little thing and it does not recognize ArrayAdapter

[android-beginners] Giving selection priority in XML Layout

2010-01-01 Thread Roman Romano
i do this? many thanks Roman -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email

[android-beginners] Re: Giving selection priority in XML Layout

2010-01-03 Thread Roman Romano
Many thanks both, I will give it a go. kind regards Roman On Jan 3, 12:57 am, Caius 'kaio' Chance k...@kaio.me wrote: (2010年01月03日 08:56), Yousuf Faheem wrote: call btn.requestFocus(); BTW, create the btn with getViewById() first. -- Caius 'kaio' Chance ☺ かいお    Fedora Project

[android-beginners] Re: Giving selection priority in XML Layout

2010-01-03 Thread Roman Romano
thing that is active on launching the intent. Any other suggestions?? many thanks Roman On Jan 3, 6:28 pm, Roman Romano very.cross...@googlemail.com wrote: Many thanks both, I will give it a go. kind regards Roman On Jan 3, 12:57 am, Caius 'kaio' Chance k...@kaio.me wrote: (2010年01月03日 08

[android-beginners] Re: Giving selection priority in XML Layout

2010-01-04 Thread Roman Romano
Dear both, Many thanks for your help. I think it was an error on my part :-) i needed to: btn_Contact.setFocusableInTouchMode(true); once that was set, the btn_Contact.requestFocus(); worked fine Thanks Guys! Regards Roman On Jan 3, 11:48 pm, Yousuf Faheem yousuf.syed@gmail.com wrote

[android-beginners] Changes to group moderation

2010-03-26 Thread Roman Nurik
in the group shortly after posting. So, for members who are just joining: your membership status will be moderated to prevent spam, but once you join, you can post freely, without a need to wait for moderation for your first message. Thanks, Roman Nurik Android Developer Relations -- You received

[android-beginners] Test message

2012-08-28 Thread Roman Nurik
Test message -- You received this message because you are subscribed to the Google Groups Android Beginners group. ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For more information about this change, please read [http://goo.gl/xkfl] or visit the Group home page.

[android-beginners] Re: How to display icon in status pane.

2009-08-11 Thread Roman ( T-Mobile USA)
Here is a good link which gives you an idea what to do http://developer.android.com/guide/topics/ui/notifiers/notifications.html -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely

[android-beginners] Re: AVD extremely slow...

2009-08-11 Thread Roman ( T-Mobile USA)
the task manager to find out what else is using a lot of memory -- 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 not necessarily represent those of T-Mobile USA

[android-beginners] Re: Android UI related:

2009-08-12 Thread Roman ( T-Mobile USA)
){ Log.d(TAG,TRUE); //change the resource Id for the buttons } else{ Log.d(TAG,FALSE); //change the resource Id for the buttons } mSwitch = !mSwitch; } -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-beginners] Re: Hello World Emulator Issue

2009-08-12 Thread Roman ( T-Mobile USA)
window. If you are able to successfully start the emulator you could try to use adb install to install your application manually. Any luck with this? -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

[android-beginners] Re: Beginner Android-Java development:

2009-08-14 Thread Roman ( T-Mobile USA)
is to read something about effective Java programming. When you work on the Android platform the code should still run on an embedded device. It is important to understand how to do this with Java -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions

[android-beginners] Re: startActivity() crash...

2009-08-17 Thread Roman ( T-Mobile USA)
It might be helpful to see also the logcat trace of your crash. Have you tried to use the debugger or debug prints to find out where and when exactly your code crashes? -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email

[android-beginners] Re: startActivity() crash...

2009-08-17 Thread Roman ( T-Mobile USA)
/ -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 17, 9:08 am, Tikoze janderson@gmail.com

[android-beginners] Re: Can android support MIDP ?

2009-08-17 Thread Roman ( T-Mobile USA)
MIDP is not supported on Android. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 15, 8:41

[android-beginners] Re: Cannot see my HTC Magic via DDMS to take screenshot

2009-08-19 Thread Roman ( T-Mobile USA)
On your phone go to the settings/application and select development ( I am not sure what this would be in your language ..). The enable USB debugging. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

[android-beginners] Re: startActivity() crash...

2009-08-19 Thread Roman ( T-Mobile USA)
); } By the way starting the calendar app in this way does not cause any exception Intent calendarIntent = new Intent() ; calendarIntent.setFlags (Intent.FLAG_ACTIVITY_REORDER_TO_FRONT ); calendarIntent.setClassName (com.android.calendar,com.android.calendar.MonthActivity); -- Roman

[android-beginners] Re: INTERNET

2009-08-20 Thread Roman ( T-Mobile USA)
powerful TCP/IP testing tool. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 19, 11:14 pm

[android-beginners] Re: INTERNET

2009-08-20 Thread Roman ( T-Mobile USA)
/IP testing tool. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 19, 11:14 pm, Mitch besse

[android-beginners] Re: INTERNET

2009-08-21 Thread Roman ( T-Mobile USA)
If you use an emulator try to set your DNS when you start the emulator ./emulator -dns-server ip-address -- 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

[android-beginners] Re: Get arguments from another activity

2009-08-26 Thread Roman ( T-Mobile USA)
to write your Manifest to use intents correctly. Check out the following link: - http://developer.android.com/guide/topics/manifest/intent-filter-element.html -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those

[android-beginners] Re: what is the fast way to save/load string from/in an array?

2009-08-26 Thread Roman ( T-Mobile USA)
Instead of using Strings, try to use StringBuffer. Normally the usage of StringBuffer's is more efficient than normal Strings. By the way for analyzing your code to find out where you spend most of the time, use the traceview tool. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick

[android-beginners] Re: startActivity() crash...

2009-08-26 Thread Roman ( T-Mobile USA)
team should be able to give some more insight information on this. -- 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 not necessarily represent those of T-Mobile

[android-beginners] Re: startActivity() crash...

2009-08-26 Thread Roman ( T-Mobile USA)
Justin, With the following line of code you should be able to start up the calendar app calendarIntent.setClassName (com.android.calendar,com.android.calendar.LaunchActivity); -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements

[android-beginners] Re: startActivity() crash...

2009-08-27 Thread Roman ( T-Mobile USA)
(of course q taskInfo instance is required). -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 26, 11

[android-beginners] Re: Configure my Account without G1

2009-08-28 Thread Roman ( T-Mobile USA)
You should be able to connect to 2G or 3G. If this does not work at all I recommend to go to a T-Mobile store to get your phone checked. If you are living in an area with bad T-Mobile 3G coverage, also let T- Mobile know. They will try to improve 3G coverage. -- Roman Baumgaertner Sr. SW

[android-beginners] Re: Forced G1 Dev Phone reboot?

2009-08-28 Thread Roman ( T-Mobile USA)
You can write a system application which uses the intent ACTION_REBOOT. -- 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 not necessarily represent those

[android-beginners] Re: Developing application in Android

2009-08-29 Thread Roman ( T-Mobile USA)
out for help -- 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 not necessarily represent those of T-Mobile USA, Inc. On Aug 27, 9:42 am, blixs johannesla

[android-beginners] Re: Change system time

2009-08-29 Thread Roman ( T-Mobile USA)
, but then you want to make sure that you block that the ril layer passing up the time information received over the network. I am not sure whether this is what you want to do -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email

[android-beginners] Re: Voice Encryption

2009-08-31 Thread Roman ( T-Mobile USA)
The voice stream for cellular communication is not exposed to the SDK level. If you try to do some Voip it is possible. But keep in mind that the SW envryption/decryption is very slow especially using Java. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views

[android-beginners] Re: startActivity() crash...

2009-09-01 Thread Roman ( T-Mobile USA)
packageInfo = pm.getPackageInfo (taskInfo.topActivity.getPackageName(), GET_ACTIVITIES); in case of the calendar application returns NULL. I noticed that the approach you took works fine for 3rd party apps and some of the system apps but not all system apps ... -- Roman Baumgaertner Sr. SW Engineer

[android-beginners] Re: rssi of multiple wifi networks

2009-09-02 Thread Roman ( T-Mobile USA)
be able to initiate a connection and try to get the RSSI with getRSSI also if you are not able to get connected. I did not try this yet and for sure it would not be the fastest way. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email

[android-beginners] Re: apk install error

2009-09-03 Thread Roman ( T-Mobile USA)
. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Sep 2, 10:08 pm, geeth ganesh geeth.gane

[android-beginners] Re: Any way to measure network traffic ?

2009-09-03 Thread Roman ( T-Mobile USA)
You could use the netstat application netstat -I interface -b which gives the the number of incoming and outgoing traffic. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely

[android-beginners] Re: problems getting started

2009-09-03 Thread Roman ( T-Mobile USA)
- the Problems-tab in Eclipse editor - make sure that ADT is correctly installed -- 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 not necessarily represent those of T

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread Roman ( T-Mobile USA)
-- 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 not necessarily represent those of T-Mobile USA, Inc. On Sep 4, 5:27 am, kapnk...@gmail.com wrote: thanks for your

[android-beginners] Re: Hi all! How can I get the default apn setting.

2009-09-05 Thread Roman ( T-Mobile USA)
method. -- 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 not necessarily represent those of T-Mobile USA, Inc. On Sep 4, 10:40 pm, Garbin garb...@gmail.com

[android-beginners] Re: Android Phone

2009-09-06 Thread Roman ( T-Mobile USA)
HTC Hero from Motorola ? I was not aware of that Motorola had money to buy HTC :-) -- 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 not necessarily

[android-beginners] Re: Is there a way to install LiveAndroid to PC permanently?

2009-09-06 Thread Roman ( T-Mobile USA)
Instead of running LiveAndroid directly why not running it on a virtual machine on your system? -- 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

[android-beginners] Re: A sample mobile banking solution

2009-09-07 Thread Roman ( T-Mobile USA)
The security requirements on your banking application are independent from the platform you are going to use. Based on your requirements you would have to investigate what Android is supporting and what you have to extend. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-beginners] Re: How to detect the availability of networks programatically in andriod emulator?

2009-09-08 Thread Roman ( T-Mobile USA)
more permissions. In general Android can only be connected with one network at the same time, which makes your application pretty easy. If you want to display the available networks, this is a different story. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views

[android-beginners] Re: Call to activity problem

2009-09-09 Thread Roman ( T-Mobile USA)
the API getApplicationContext() -- 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 not necessarily represent those of T-Mobile USA, Inc. On Sep 9, 4:57 am

[android-beginners] Re: Know when Outgoing Call has been answered or whatever state

2009-09-09 Thread Roman ( T-Mobile USA)
/reference/android/telephony/TelephonyManager.html) It would be nice if the Android SDK could offer a better telephony 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

[android-beginners] Re: How Can I Block Unwanted Calls.

2009-09-10 Thread Roman ( T-Mobile USA)
this. No idea whether they are using the unofficial way ... Mark, tell us the secret :-) -- 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 not necessarily

[android-beginners] Re: How Can I Block Unwanted Calls.

2009-09-10 Thread Roman ( T-Mobile USA)
Mark, I agree. It's a good point that being able to block incoming calls is a dangerous functionality ... -- 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

[android-beginners] Re: how to import packages in android?

2009-09-11 Thread Roman ( T-Mobile USA)
If you have a jar package or the source code you can always add a dependency to the project settings. When you open the properties of your project and check the Java build path you can add libraries or Java Projects as additional dependency. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T

[android-beginners] Re: confusion about bluetooth

2009-09-11 Thread Roman ( T-Mobile USA)
Nope, there is nothing available on Java level. You could try to write some JNI wrapper to access the interfaces on native level (look in extern/bluez folder). -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those

  1   2   >