[android-developers] Encrypting and decrippting

2008-06-03 Thread goro
Hi All, I want to send a login and password from Android to a server. Which is the secure why to send them? If I need some entcriting and decrippting, what framework or algorithm is good? Thank You --~--~-~--~~~---~--~~ You received this message because you are sub

[android-developers] Re: ProgressDialog's dismiss() method throwing IllegalArgumentException

2008-05-14 Thread goro
:( That's a pitty. I've tried allmost everything. Thank you anyway. Hope that the Android guys will fix that in the next sdk. On 13 Mai, 13:39, Mihai Fonoage <[EMAIL PROTECTED]> wrote: > Hi goro, > > I didn't solve the problem. I do believe this is a bug (or &qu

[android-developers] Re: ProgressDialog's dismiss() method throwing IllegalArgumentException

2008-05-12 Thread goro
Hi, I am experiencing exactly the same issue as Mihai Fonoage. Have you solved it? On 20 Mrz., 13:57, vitvikt <[EMAIL PROTECTED]> wrote: > Hi! > I also have problem in my project width dismiss() for ProgressDialog. > For explain my problem I used Snake as exaple. > I writeed onProgressClick() and

[android-developers] Re: android:password first letter problem

2008-04-09 Thread goro
Thanx guys, I am new to mobile developement and I didn't know that this is normal. On 8 Apr., 16:11, "Carl H." <[EMAIL PROTECTED]> wrote: > This is normal behavior as usually phones have only numbers on the > keypad (click 3 times '1' would be equivalent to 'c'). thus you need > to briefly see th

[android-developers] android:password first letter problem

2008-04-07 Thread goro
Hi all, I have the following problem: I have an EditText with android:password="true". When I type in, the first letter allways appears instead of a dot. I have in the xml file: What am I doing wrong? Thanx, George --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Styling Button dynamically

2008-04-07 Thread goro
Thank you Dan U. , Now I finally now how to use android.R.attr dynamilcally. On 6 Apr., 21:11, "Dan U." <[EMAIL PROTECTED]> wrote: > Will this work: > > Button b = new Button(this, null, null, > android.R.attr.buttonStyleSmall); > > On Apr 6, 6:04 am, goro <[

[android-developers] Styling Button dynamically

2008-04-06 Thread goro
Hi All, I need to add dynamically buttons to a view. The buttons must be small, so I must style them with android:attr/buttonStyleSmall. I know how to do it in xml file, but how can I do it from java? Thanx, George --~--~-~--~~~---~--~~ You received this message bec

[android-developers] Re: Failed to open database file

2008-04-03 Thread goro
android/issues/detail?id=151&colspec=ID%20Ty... > > Seems like the fix is a work in progress. > > JuhaK > > On Apr 2, 1:13 pm, goro <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I know that it is a pretty old topic, but I am facing the same problem > &g

[android-developers] Re: Failed to open database file

2008-04-02 Thread goro
Hi All, I know that it is a pretty old topic, but I am facing the same problem " unable to open database file " and I don't have img file in Settings \me\Local Settings\Application Data\, have you solved the problem? I use version m5 under XP. On 22 Feb., 19:58, "Jose María González" <[EMAIL PROT

[android-developers] Re: adb push doesn't work

2008-03-26 Thread goro
Probelm solved. I have tries push from whithin the adb console instead of from the windows shell On 26 Mrz., 14:03, goro <[EMAIL PROTECTED]> wrote: > Hi All, > I have the following probelem. when I type adb push in the console > nothing happens: > > # push "C:/D

[android-developers] adb push doesn't work

2008-03-26 Thread goro
Hi All, I have the following probelem. when I type adb push in the console nothing happens: # push "C:/Dokumente und Einstellungen/goro.GORO-6AF7A985DB/Desktop/ gps2 /data/m isc/location/gps2 gives me a new line with '>' as a cursor. If I type adb push instead of simple push i have the same '>'.

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-26 Thread goro
x27;ve removed the files in the gps and replaced them with my own files, but when I run I still get the default location in St. Francisco, instead of my own in Germany. It seems that android ignores my updates of the /data/ misc/location folder. On 26 Mrz., 07:08, Peter Stevenson <[EMAIL PR

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
it looks for that directory and some of the exceptions you > are seeing might be related to that. > > Instead what you should do is create a folder called test in > data/misc/location and move content of gps directory in there and see > if that works. > > Vikram > > On Mon

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
sorry for spamming i don't know how does it happened On 24 Mrz., 20:44, goro <[EMAIL PROTECTED]> wrote: > 10x Vikram. I've forgot to set the permissions :(. now it works with > the default gps folder. the problem is that it does not work with the > test folder. I'v

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
h a > debugger and see exactly at what point you get the NullPointer > Exception. > > Vikram > > On Mon, Mar 24, 2008 at 2:52 PM, goro <[EMAIL PROTECTED]> wrote: > > > It has a kml file inside. if I use gps instead of test I get the same > > error. > &g

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
h a > debugger and see exactly at what point you get the NullPointer > Exception. > > Vikram > > On Mon, Mar 24, 2008 at 2:52 PM, goro <[EMAIL PROTECTED]> wrote: > > > It has a kml file inside. if I use gps instead of test I get the same > > error. > &g

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
h a > debugger and see exactly at what point you get the NullPointer > Exception. > > Vikram > > On Mon, Mar 24, 2008 at 2:52 PM, goro <[EMAIL PROTECTED]> wrote: > > > It has a kml file inside. if I use gps instead of test I get the same > > error. > &g

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
h a > debugger and see exactly at what point you get the NullPointer > Exception. > > Vikram > > On Mon, Mar 24, 2008 at 2:52 PM, goro <[EMAIL PROTECTED]> wrote: > > > It has a kml file inside. if I use gps instead of test I get the same > > error. > &g

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
It has a kml file inside. if I use gps instead of test I get the same error. On 24 Mrz., 19:49, "vikram shetty" <[EMAIL PROTECTED]> wrote: > Hi, > > Were you able to create the provider "test" or how did you create it? > > Vikram > > On Mon,

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
Hi, Can you please share how did you fixed the Nullpointer problem because locationManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE); try{ LocationProvider locationProvider = locationManager.getProvider("test"); Log.i(TAG,"success"); }catch(Exception se){