[android-developers] Restore Previously saved Cookie on HttpClients

2009-11-14 Thread vekexasia
Hello there, I'm looking for a way to restore the previously saved cookies on the HttpClient. Have someone tried this before? Bests, Andrea -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: Motorola Milestone - USB Driver won't be installed

2009-12-05 Thread vekexasia
Did you solve this ? On Nov 24, 12:01 pm, usbport wrote: > Hi everyone, > > since I already installed the USB Driver from Motorola, I can't > install the USB Driver from SDK anymore. At least adb won't show me > any devices.. > > Best regards -- You received this message because you are subscri

[android-developers] Grabbing System Exception Android

2009-09-30 Thread vekexasia
Hi everyone, i'm andrea from androidiani.com, i'm working on a library that will help developers about managing unexpected exceptions. The library is quite simple on it's idea, but i can't grab the unexpected exception withouth the use of a "global" try catch clausole. I saw the instrumentation

[android-developers] Get AndroidManifest.xml Content

2009-09-30 Thread vekexasia
Hi, i'm developing a library and i need to know how to parse the AndroidManifest.xml file in order to get the Application Version Number from it dinamically. Bests. Andrea --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[android-developers] A log collector - Bug collector per android developers

2010-01-06 Thread vekexasia
Ciao ragazzi.. Nel mio tempo libero grazie ad una bronchite acuta asmatica son riuscito afinire un progetto che son sicuro vi interesserà. In pratica ho creato una libreria che permette di tracciare i bugs delle vostre applicazioni online. Mi spiego meglio.. La libreria, una volta importata nei vo

[android-developers] A log collector - Online Bug collector For android developers

2010-01-06 Thread vekexasia
Hi Guys, In my free time (thanks to my asthma sickness) i was able to complete an old project of mine that i think would interest a lot of you. Long story short: I created a library which is able to track your application crashes directly online! The library, once imported on your android projec

[android-developers] Re: A log collector - Bug collector per android developers

2010-01-06 Thread vekexasia
ere is the link:http://alogcollector.andreabaccega.com/ > > > Let me know:) > > > --- > > -- > > TreKing - Chicago transit tracking app for Android-powered devices > >

[android-developers] Re: A log collector - Online Bug collector For android developers

2010-01-06 Thread vekexasia
ted to mention theres > another set of code doing the same remote tracing: > > http://code.google.com/p/android-remote-stacktrace/ > > > > On Wed, Jan 6, 2010 at 3:46 PM, vekexasia wrote: > > Hi Guys, > > In my free time (thanks to my asthma sickness) i was able to

[android-developers] GsmCellLocation Problem

2008-12-01 Thread vekexasia
Hi.. I've this Extension of BroadCastReceiver public class RisultatiScansione extends BroadcastReceiver { public void onReceive(Context context, Intent intent) { GsmCellLocation.requestLocationUpdate(); TelephonyManager k=(TelephonyManager) context.getSyst

[android-developers] TelephonyManager.listen Freezes when the screen is shutted down!

2008-12-03 Thread vekexasia
hi, on my onCreate() Activity function i wrote this: <-- CambioCellula myCellula=new CambioCellula(); ... TelephonyManager x=(TelephonyManager)this.getSystemService (Context.TELEPHONY_SERVICE); x.listen(myCellula, PhoneStateListener.LISTEN_CELL_LOCATION); --> Where CambioCe

[android-developers] Re: TelephonyManager.listen Freezes when the screen is shutted down!

2008-12-03 Thread vekexasia
> From: android-developers@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of vekexasia > Sent: Wednesday, December 03, 2008 17:50 > To: Android Developers > Subject: [android-developers] TelephonyManager.listen Freezes when the > screen is shutted down! > > hi, on

[android-developers] Reading and writing APN_SETTINGS

2008-11-18 Thread vekexasia
Hi, i'm asking here cause i can't figure out my problem.. How can i read my APN_SETTINGS? and How can i modify that? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] android:protectionLevel “sign ature” with multiple certificates and sharedUid

2010-11-01 Thread vekexasia
Hello there, i've 2 android applications. The first one "A" will be signed with 2 certificates: - C_1 - C_2 "A" have broadcastreceiver with the permission setted to android:protectionLevel="signature" and it has a shared User id with a system process which has been signed with C_1. The second

[android-developers] Re: android:protectionLevel “ signature” with multiple certificates and sharedUid

2010-11-01 Thread vekexasia
new third party application because it is the com.android.stk application. What do you suggest ? On 1 Nov, 22:33, Dianne Hackborn wrote: > On Mon, Nov 1, 2010 at 2:20 PM, vekexasia wrote: > > Hello there, i've 2 android applications. > >  The first one "A" will be sig