[android-beginners] Re: MD5 Hash is wrong

2009-12-09 Thread piuccio
The problem is Integer.toHexString(0xFF & messageDigest... It doeasn't print leading 0s try this one try { MessageDigest digest = java.security.MessageDigest.getInstance ("MD5"); digest.update(password.getBytes()); byte passDigest[] = digest.digest(); // Create Hex

[android-beginners] Re: How to unsync Google Account in Android Phones

2009-10-26 Thread piuccio
Try Settings -> Applications -> Manage Applications For any google application you find select "clear data" On Oct 25, 2:31 pm, Geff wrote: > When you first turn on go to settings under Synchronization the > Android asks for a Google Account and an Password, but when you want > to un-synchronize

[android-beginners] Re: android.location requestLocationUpdates only calls onLocationChanged once

2009-09-13 Thread piuccio
; (same, 1.5r3) > > On Sep 6, 3:08 am, piuccio wrote: > > > Same problem here > > 1.5r3 > > > On Jul 31, 12:32 pm, allen wrote: > > > > me too.Both 1.5R2 1.5R3. > > > > any idea ? > > > > On 7月28日, 上午6時19分, Zoorg wrote: > > >

[android-beginners] Re: android.location requestLocationUpdates only calls onLocationChanged once

2009-09-08 Thread piuccio
Same problem here 1.5r3 On Jul 31, 12:32 pm, allen wrote: > me too.Both 1.5R2 1.5R3. > > any idea ? > > On 7月28日, 上午6時19分, Zoorg wrote: > > > Yes, same problem for me... > > > On 21 juil, 16:50, Friso wrote: > > > > I have the same problem with SDK 1.5R3, the gpx file I used for 1.5R2 > > > se