Re: [android-developers] NAZIST MAFIOSO SALVATORE GALATIOTO WANTS TO GET MILAN OUT OF EXTREMELY KILLING CASH FROM RUSSIAN MAFIA, CHINESE MAFIA (TRIADE) + ITALIANAMERICAN MAFIA! THESE ARE " THE MYSTERI

2016-07-17 Thread Luis Alberto Pérez García
Feel my support. F*cking spam on this mailing list. El dom., 17 jul. 2016 17:52, FRANCESCO CARBONE USEMLAB MALTA < citrulloparu...@gmx.com> escribió: > NAZIST MAFIOSO SALVATORE GALATIOTO WANTS TO GET MILAN OUT OF EXTREMELY > KILLING CASH FROM RUSSIAN MAFIA, CHINESE MAFIA (TRIADE) +

[android-developers] Re: Sticky behaviour of Renderscript / Filterscript kernels

2016-07-08 Thread Alberto Marchetti
t width = (int)rsAllocationGetDimX(inp); > > int height = (int)rsAllocationGetDimY(inp); > > int index = y_ * width + x_; > > int flag = (int)step(1.0f, (float)rsGetElementAt_uchar(inp,x_,y_)); > > return (index*(1-flag) - flag); > > } > > >

[android-developers] Re: Sticky behaviour of Renderscript / Filterscript kernels

2016-07-08 Thread Alberto Marchetti
There can be a chance that, if the kernel has been written to return always a constant, modifying the contents of the kernel does not let RenderScript invalidate the cache (the code, being translated to bitcode, gets highly optimized, so a constant is always a constant and, if the code that

[android-developers] Receiving a UDP stream over cellular network

2016-04-26 Thread Jose Alberto
Hello, We need to receive a UDP stream sent from a UAV on an Android phone. It has been working great over Wi-fi but now we have problems receiving it over 4G. (We don't get any traffic or we get only 1 packet) I have read that operators use NAT and firewall, making it difficult to establish

[android-developers] Change a text part of my app

2014-06-12 Thread Alberto GR
Hi, i have an app that is very well ranked on googleplay, the thing is that if i add some text or change a little the text this affect its position? For example an app called Best Dragons livewallpaper and if i change it a little like Best Dragons lwp and widget -- You received this message

[android-developers] Develop android app

2014-04-30 Thread Alberto GR
Hi, i have a question if a make an app, where i use the android of google i will have some legal problems about using it? its a free app Best regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Develop android app

2014-04-30 Thread Alberto GR
Hey thanks a lot!!!, this realy help me a lot!! Thanks On Wednesday, April 30, 2014 1:22:05 PM UTC-5, TreKing wrote: On Wed, Apr 30, 2014 at 12:26 PM, Alberto GR aagr@gmail.comjavascript: wrote: Hi, i have a question if a make an app, where i use the android of google i will have

[android-developers] Using if/else on a json parsing to display markers on a map android

2013-04-29 Thread Alberto Gallegos
i have a question, i have 2 json files, the first one is for categories and the second is to generate markers and put them in the map, the first screen of my app show the categories on a listview, and when i click one of the categories it should display the markers according to the category

[android-developers] Re: Problem with getSystemService in a thread

2013-04-22 Thread Carlos Alberto Castaño García
You must send Activity's context to thread and do: context.getSystemService(...); So works!. El miércoles, 21 de octubre de 2009 06:27:30 UTC-5, cedcox escribió: Hello everybody, I would like re-read a KML file with the GPS. As the inside-GPS eclipse don't manage altitude (cf my last

[android-developers] Problems with TTS on Samsung Galaxy S3

2013-04-02 Thread Alberto Soler Giner
I'am developing an app for android that uses TTS. I've created a splash screen where i check if TTS engine is installed and in case that is not installed, it goes to Google Play to download it. @Overrideprotected void onCreate(Bundle savedInstanceState) {

Re: [android-developers] HttpClient, connection refused, localhost

2012-09-29 Thread Juan Alberto Escobar
Hii mi name is alberto i am from Mexico, i am not speak Inglish, for this note is exelente.. very good... El martes, 29 de enero de 2008 06:58:09 UTC-6, Rick Genter escribió: On Jan 29, 2008, at 3:09 AM, n2 wrote: Hello! i am working on an android client which is calling methods

[android-developers] Using MonkeyRunner to test apps on several emulators

2012-05-21 Thread Alberto Giannetto
emulatorName starts off tipically at 'emulator-5554'. Alternatively, is there a more reliable way to achieve this with a sort of monitoring app that sits in the emulator and, somehow (not sure how), communicates with the driving script? Many thanks, Alberto -- You received this message

[android-developers] CameraPreview Invisible does not work

2012-05-10 Thread Alberto Seco
Hello! I'm developing an AR application, that need the camera preview, but I draw the content of the camera in a texture. In this way, I set invisible the view that contains the camera preview, and it works well in Galaxy SII (2.3.4), and Nexus S(4.0.4), but in Galaxy Nexus (4.0.4), it does

[android-developers] Re: Problem using IBinder accross two services

2012-03-06 Thread Alberto Andreotti
Hi again, in case of anybody being interested I may post the solution. Alberto. On Thursday, March 1, 2012 8:19:28 PM UTC-3, Alberto Andreotti wrote: Hi, I'm doing something really simple. I have two services A, and B. Both started with startService. The steps are as follows, 1)First

[android-developers] Problem using IBinder accross two services

2012-03-04 Thread Alberto Andreotti
as with typical Activity/ Service communication. But no matter what I do, I always get a null reference. Any idea on what could be wrong?. Alberto. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] FrameLayout with GLSurfaceView, VideoView and SurfaceView

2012-03-04 Thread Alberto
Hello, I'm newbie developing Android applications, and I have started a projected alredy started. The project has 3 views: one view is a VideoView (public class VRVideoPlayerSensaciones extends VideoView implements MediaPlayer.OnErrorListener, OnPreparedListener), other GLSurfaceView (public

[android-developers] How to display log?

2011-07-04 Thread Alberto González
Hi, I have a Google Nexus S. Using this guide: http://forum.androidcentral.com/t-mobile-nexus-s-rooting-roms-hacks/48675-how-compile-nexus-s-kernel-source.html When I compile kernel I added some LOGD to cpp files. But when I do adb logcat I don't see it in console. I'm triying to enable smart

[android-developers] Re: How to display log?

2011-07-04 Thread Alberto González
Thanks! I posted it a few minutes ago in porting and platform! On Jul 4, 2:46 pm, TreKing treking...@gmail.com wrote: 2011/7/4 Alberto González doctorg...@gmail.com I think that when I re-compile kernel, the process doesnt clean old code and shows me the old code. Any ideas? Post

[android-developers] Re: NFC Secure Element

2011-06-02 Thread Alberto González
Have anyone read this? 2.3.4. adds hidden classes for secure element and related: http://gibraltarsf.com/blog/?p=247 On Jun 2, 2:55 pm, Jorn Cruijsen jorncruij...@gmail.com wrote: Hey Michael, Oh, it seems I failed terribly.. That's the value I thought to receive when the device is in

[android-developers] Re: Making SmartCard feature available in Google Nexus S

2011-05-03 Thread Alberto González
when all nfc funcionality will be available in the official SDK? Thanks! On 26 abr, 17:22, nemik ne...@nemik.net wrote: Alberto, A while back I posted my diff's to the Android source code to get this working here:http://groups.google.com/group/android-developers/browse_thread/threa... I

[android-developers] Re: Making SmartCard feature available in Google Nexus S

2011-04-27 Thread Alberto González
Thanks memik, I'll take a look at it =) On 26 abr, 17:22, nemik ne...@nemik.net wrote: Alberto, A while back I posted my diff's to the Android source code to get this working here:http://groups.google.com/group/android-developers/browse_thread/threa... I was able to get the SmartMX

[android-developers] Making SmartCard feature available in Google Nexus S

2011-04-26 Thread Alberto González
Hi all, I undestand that smartcard feature is not available for developers. I readed in this website that is possible to available it: http://www.nearfieldcommunicationsworld.com/2011/02/13/35913/uncovered-the-hidden-nfc-potential-of-the-google-nexus-s-and-the-nokia-c7/ The clues that I get to

[android-developers] How can we get the mobile position (e.g. by gps) all the time?

2011-04-25 Thread Joao Alberto Souza
hey droiders! Total newbie here.. starting with a lot of doubts! :) For example, how does Waze get the mobile position all the time? It is a huge battery consuption? Is there a way to run in background these kind of applications? thank you very much! cheers -- You received this message

[android-developers] How to open a pdf within an android application using Thinkfree Office

2011-03-30 Thread José-Alberto Gilberte
-Alberto -- 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 android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] import protected static interface

2011-02-04 Thread Alberto
Can you import these interfaces? and how? -- 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

[android-developers] Content Values issues

2011-02-03 Thread Alberto
ContentValues personValues = new ContentValues(); personValues.put(Contacts.People.NAME, Some Body); Uri personUri = Contacts.People.createPersonInMyContactsGroup (curContext().getContentResolver(), personValues); when i put this in the eclipse i have the following errors: Description

[android-developers] How to export contacts in sqlite

2011-02-03 Thread Alberto
Hi, my question is if there are any way to export the contacts of your phone usin contactscontract in a sqlite file to the SD or if anyone know a guide in the new contactscontract API Thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Hoe to record voice..?

2011-01-11 Thread Matias Alberto de la Vega
Hello Abhilash, could you be more specific about the exception? what kind of exception is the application throwing? have a nice day. On Jan 11, 1:02 pm, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: any help... On Tue, Jan 11, 2011 at 8:45 PM, Abhilash baddam

Re: [android-developers] Re: What's the best way to have your app 'sleep' for N milliseconds?

2010-12-06 Thread Alberto Ivo
Thread.sleep ( 1000 ) will make the app pause for AT LEAST 1 sec. Not exactly 1 sec. Thread is not guaranteed. Ivo On Mon, Nov 29, 2010 at 5:55 PM, dipti dvai...@gmail.com wrote: You can use java's Thread.sleep(1000) . This will make the application pause for 1 sec ( 1000 millisec ) On Nov

Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-06 Thread Alberto Ivo
Hello Kostya, only this piece of code is enough to send the e-mail? what line exactly does the 'sending task' ? Ivo On Fri, Dec 3, 2010 at 9:58 AM, Kostya Vasilyev kmans...@gmail.com wrote: Hi, You are describing three tasks: 1 - handling a button click.

[android-developers] Android Market Licensing: Now Circumvented!

2010-08-24 Thread Alberto
Looks like the word is spreading on how to circumvent the Google Licensing Verification Library: http://www.androidpolice.com/2010/08/23/exclusive-report-googles-android-market-license-verification-easily-circumvented-will-not-stop-pirates/ The concern here is that this could be done easily via

[android-developers] Re: Android Market Licensing: Now Circumvented!

2010-08-24 Thread Alberto
Sorry, didn't find it in my initial search. Thanks for the link. On Aug 24, 11:01 am, TreKing treking...@gmail.com wrote: On Tue, Aug 24, 2010 at 12:58 PM, Alberto afonsec...@gmail.com wrote: What does everyone think of this? That there's already a thread going on about this:http

[android-developers] Re: Published app not showing up on HTC Evo or Droid Incredible

2010-06-08 Thread Alberto
of those 300k+ customers. On Jun 7, 1:56 pm, Jerry Brady jerry.br...@gmail.com wrote: Alberto, Did you ever figure this out?  My company has three applications and one of them is also not showing up on the Evo and possibly also not the HTC Desire.  I've already checked the old copy-protection flag

[android-developers] Re: Published app not showing up on HTC Evo or Droid Incredible

2010-06-07 Thread Alberto
2.2and the market On 5 Jun., 08:19, Alberto afonsec...@gmail.com wrote: Hello, I recently published our app to the marketplace and enabled copy protection. The app shows up when browsing the market on the Motorola Droid and others but does not appear when browsing with either the HTC Evo

[android-developers] Published app not showing up on HTC Evo or Droid Incredible

2010-06-05 Thread Alberto
Hello, I recently published our app to the marketplace and enabled copy protection. The app shows up when browsing the market on the Motorola Droid and others but does not appear when browsing with either the HTC Evo or Droid Incredible. Is this due to the copy protection? I'd like to keep my app

Re: [android-developers] Re: App losing downloads/active installs data

2010-05-15 Thread Alberto Portela
Yes my stats are also back to normal. I did loose a few ratings and they are no back, no big deal though... On Sat, May 15, 2010 at 9:39 AM, mot12 martin.hu...@gmail.com wrote: Alberto, I am sure the newbie comment was meant for me. I asked if Google could weigh in on this and I can hear

Re: [android-developers] Re: App losing downloads/active installs data

2010-05-14 Thread Alberto Portela
Hahaha it's just very disappointing that they keep silent on the matter. My stats are almost back to normal :-), and yes Im sort of new as I only have one app on the market (Emergency QuickDial). On 14 May 2010 14:22, TreKing treking...@gmail.com wrote: On Fri, May 14, 2010 at 1:49 AM, mot12

[android-developers] Re: Send email in background

2010-04-06 Thread Matias Alberto de la Vega
Really bad move not to allow developers to send email programatically in the background, and not just that, you may also find annoying, as I did, that you can only attach pictures to your emails =( I have a nexus one and let me tell you, for such a device a lack of this functionality is

[android-developers] Re: delete the sqlite database?

2010-03-23 Thread Matias Alberto de la Vega
Probably won't work as you are not loged in as root in the device, while you are loged in as rootin the emulator. You can try anyway...good luck On 23 mar, 12:32, christian.posta christian.po...@gmail.com wrote: At least one way is to login to the device using the Android Debug Bridge

[android-developers] Re: GPS without gps signal

2010-03-18 Thread Matias Alberto de la Vega
As Mike said, you will be able to use GPS even if you have no mobile signal or wifi connectivity, since GPS has it's own satellites, you can get coordenates as long as you have GPS friendly environment, some tips: you MUST be able to see the sky, no tall buildings around is better, and the bigger

[android-developers] Re: email multi attachments

2010-03-18 Thread Matias Alberto de la Vega
Yes I have the zip stuff working, yet couldn't manage to make ACTION_SEND_MULTIPLE either =( too bad that Google had put so little info about that topic in the API documentation. If you need some snippets with the zip let me know. Bye On 17 mar, 22:51, SRF srfar...@gmail.com wrote: I couldn't

[android-developers] Re: CAMERA permission features

2010-03-18 Thread Matias Alberto de la Vega
Sure you can use something like: Camera mCamera = Camera.open(); Camera.Parameters params = mCamera.getParameters(); ArrayListString focusModes = params.getSupportedFocusModes(); ArrayListString flashModes = params.getSupportedFlashModes(); Take care. On 18 mar, 13:30, Paolo brand...@gmail.com

[android-developers] Re: Activity lifecycle problem on Nexus One - onStop not called

2010-03-04 Thread Matias Alberto de la Vega
Zuli, onStop() is called when your Activity is no longer visible, this may happen if a new activity is created (full screen mode) and is positioned in front of yours, also it may be caused because another Activity is resumed and brought to front (also full screen) and in the last case onStop() is

[android-developers] Re: Advice please

2010-03-04 Thread Matias Alberto de la Vega
Harry you mean using a HashMap or an ArrayList with the 5000 words hard-coded? That sounds like a bad idea, not to mention you'll go crazy programming it.In my opinion the best approach is a SQLite database, but I'm just a Newbie with Android, maybe some of the Gurus out there can give you a

[android-developers] Re: Android AudioRecord errors

2010-03-03 Thread Matias Alberto de la Vega
Dimitry, if I'm not wrong, Android currently only supports AMR_NB for encoding+decoding, PCM is only supported for decoding so far. And the file encapsulating this type encoding should be 3GPP (audio/3gp is the MIME type which you may need). You can find more information about MediaRecorder in

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Hey Reju, I'm not an expert but I would recommend you trying with CLEAR_APP_USER_DATA permission in your AndroidManifest.xml file. On 2 mar, 19:19, Reju rej...@gmail.com wrote: Help Me experts On Feb 22, 2:33 pm, Reju rej...@gmail.com wrote: I can access the external memory and i could

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Also, considering Androids security architecture, keep in mind that the files generated by each application are only accessible to that application only, at least for default. That said, you are probably not going to be able, by default, to delete or modify files which were not created by your

[android-developers] Re: Problem with image scrolling

2010-03-03 Thread Matias Alberto de la Vega
Satish, your layout structure should be something like this: ScrollView LinearLayout ImageView /ImageView /LinearLayout /ScrollView On 2 mar, 16:56, Satish satishkolaw...@gmail.com wrote: Hi   i am adding scaling image (size 800 x 800) to Scroll layout but this image does

[android-developers] Re: List fils on SD card

2010-03-03 Thread Matias Alberto de la Vega
treking...@gmail.com wrote: On Tue, Mar 2, 2010 at 6:29 AM, Matias Alberto de la Vega delavega.mat...@gmail.com wrote: Keep in mind that by default some files are only visible and accesible to the applications that create them For local files, yes, but the OP said he's listing files on the SD

[android-developers] Re: Android AudioRecord errors

2010-03-03 Thread Matias Alberto de la Vega
Dimitry, I've used MediaRecorder in a Nexus One and the quality is not that great either. Maybe there's something we can do to improve quality, but I had no time to research on that. I will let you know if I make progress getting better audio quality. Take care On 3 mar, 17:25, dmitriy325ci

[android-developers] Re: Android AudioRecord errors

2010-03-03 Thread Matias Alberto de la Vega
on the device with acceptable quality.   Unfortunately there is not much information available out there.  So keep me posted if you make any progress. Thanks, Dmitriy On Mar 3, 3:46 pm, Matias Alberto de la Vega delavega.mat...@gmail.com wrote: Dimitry, I've used MediaRecorder in a Nexus One

[android-developers] Re: why I can't see google's nexus one from eclipse

2010-02-27 Thread Matias Alberto de la Vega
You can try connecting the phone with USB Debugging disabled (don't mount your sdcard as a removable media from the Nexus One option either), and then once the phone is connected you enable USB Debugging in SettingsApplicationsDevelopmentUSB debugging. Sometimes my Eclipse IDE doesn't recognize my

[android-developers] Using Gmail content provider

2010-01-21 Thread Alberto
Hello, I was wondering if anyone has any information on accessing the Gmail content provider. It doesn't seem to be officially supported in the API but it looks like people are able to do this regardless. See the SlideScreen app which notifies you of new e-mail and even shows you info (sender,

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-19 Thread Alberto
I'm not alone when it comes to the updating issue, check this article out Android’s Next Challange? iTunes | Linux Magazine - http://goo.gl/gPzw; However as Dianne explained yesterday there's not much Google can do about this, since only manufacturers can release the updates for the phones, after

[android-developers] Re: ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-18 Thread Alberto
Exactly, some carriers won't go through the trouble of doing OTA updates, your Android experience would vary depending on what carrier you're. Also when I talk about fragmentation, I'm not just talking about apps compatibility, but also the user experience is very different from 1.6 to 2.1, some

[android-developers] ATTENTION ANDROID TEAM: Take back control of Android.

2010-01-17 Thread Alberto
UPDATE: At first this was going to be just a call to fix the updating process, but I've realized is not just the updates Google needs to take control of. Now is the time to address the fragmentation issue that's starting to plague the platform, before there are hundred of handsets and the whole

[android-developers] Re: Please help me find documentation on actions for the manifest file

2009-12-23 Thread Alberto
I'm adding to this thread because I too was looking at using the Gmail content provider. I understand it's not documented as part of the API (and I think it should be) but that hasn't stopped popular apps like SMS Popup from using and building apps on the undocumented SMS API for example. Of

[android-developers] Alarm Wake Lock and Services

2009-12-18 Thread Alberto
Hello, I have a question about alarms used with services with regards to wake locks. The documentation explains the behavior using BroadcastReceivers, a wakelock is held during onReceive(), but doesn't describe the behavior for alarms starting services with the RTC_WAKEUP flag. What is the

[android-developers] Re: Alarm Wake Lock and Services

2009-12-18 Thread Alberto
Thanks, that clears things up. I guess I was somehow lucky that this worked for me, maybe the device wasn't going back to sleep quickly enough in my case. I'll implement the broadcast receiver and wakelock to ensure this always works. On Dec 18, 4:25 pm, Dianne Hackborn hack...@android.com

[android-developers] Come On.

2009-11-16 Thread Alberto
http://www.pakbs.110mb.com -- 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 android-developers+unsubscr...@googlegroups.com

[android-developers] What is you Qustion?

2009-11-15 Thread Alberto
http://www.healths.110mb.com -- 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

[android-developers] Re: Choosing Dev Phone

2009-11-14 Thread Alberto
I have a G1 dev phone and can't see any paid apps in the marketplace with the device. On Nov 14, 12:21 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I have a Google ION and can purchase and download any app I want. I believe only rooted phones are restricted from downloading paid

[android-developers] Re: Choosing Dev Phone

2009-11-13 Thread Alberto
For me, this is one developer buying one phone. Not someone who can afford a fleet of them. One thing to keep in mind which may not be obvious unless you do some searching online. With a Dev Phone 1 for example, you can browse the marketplace download free apps but you CANNOT view or buy paid

[android-developers] Re: Notification bar stuck after disable keyguard

2009-11-13 Thread Alberto
A follow-up to this is that the current build of my test application shows different behavior on the emulator as it does on the device (notification bar doesn't get stuck on the device). Maybe something's not right with my setup or emulator image? Anyone know what could be causing this? -- You

[android-developers] Notification bar stuck after disable keyguard

2009-11-12 Thread Alberto
I am working on a lock screen application and am disabling the keyguard using the following code snippet which I call from a service on receiving the ACTION_SCREEN_OFF broadcast: KeyguardManager keyguardManager = KeyguardManager)getSystemService (KEYGUARD_SERVICE); KeyguardLock keyguardLock =

[android-developers] Invitation to connect on LinkedIn

2009-10-15 Thread Luis Alberto Pérez García
LinkedIn Luis Alberto Pérez García requested to add you as a connection on LinkedIn: -- Michele, I'd like to add you to my professional network on LinkedIn. - Luis Alberto Accept invitation from Luis Alberto Pérez García http

[android-developers] Re: android alarm manager alarm

2009-06-02 Thread Luis Alberto Pérez García
I supposed that as some mails I've sended haven't been answered and I think they haven't even got to the list. But seeing those spam emails... i hope not ;) Jason Proctor escribió: i thought this list had erratic delivery because each post had to be moderated...?

[android-developers] Re: Is it legal to customize and publish the built-in applications?

2009-06-02 Thread Luis Alberto Pérez García
It depends on the license. Just find out what license is android on and then, have a look at the license. I know you can do that on LGPL for instance, but I think Android is not LGPL. MIT license rings a bell but not sure... By the way, I would like more people (I have not enough experience

[android-developers] Re: Usability bug report: Poor use of language on failed download report in notification area.

2009-06-02 Thread Luis Alberto Pérez García
Well... I think that's not a bug but... talking about this, is there any guide pusblished about usability on mobile devvices? or even a guide about usability on android? When I say a guide about usability I mean a guide showing the best way to desing UIs for the user (productivity, easy of

[android-developers] Re: Is Idea protected by copyright?

2009-06-02 Thread Luis Alberto Pérez García
I think idea and app are quite different. I think you can only register and idea using a patent (and even with no prototype in the states :S). See, for example, the Apple patent on multitouch devices. It's really anoying as patents were born to protect people who had the ideas but not the

[android-developers] Re: Getting Android Market data

2009-06-02 Thread Luis Alberto Pérez García
I'm expecting for a response to this... Android needs a good app management system. I'm pissed of update any app one-by-one (is there any way to update them all at once?) and to see on my downloads every app i have ever installed, should be a view showing ONLY the installed apps :P

[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Luis Alberto Pérez García
compiling), but you will need a dev-phone or rooted phone. Note that bluez has a RFCOMM profile, but the java api is not implemented yet. Luis Alberto Pérez García escribió: I want to know about this. I've try to send a file from my Magic to my computer using bt (as a user, not coding) and I

[android-developers] Re: Getting Android Market data

2009-06-02 Thread Luis Alberto Pérez García
If you can access de market from your own code, there'll be no problem in showing only the permission changes in one single message for all the apps which are going to upgrade. The user could aprove or deny them. Eeven a list of checkboxes would be more usable than the way it's implemented

[android-developers] Re: 30 Days of Android Applications

2009-06-02 Thread Luis Alberto Pérez García
Something embedding layouts inside other layouts, I mean... for example this: Simple list, with main options: add, remove, clear. the view: the list, and in the bottom an EditText to introduce text, and a button that adds that text to the list. List must scroll while EditText and button

[android-developers] Re: Is it legal to customize and publish the built-in applications?

2009-06-02 Thread Luis Alberto Pérez García
and that is the best source of information on what you can/can't do with them. 2009/6/2 Luis Alberto Pérez García lui...@gmail.com: It depends on the license. Just find out what license is android on and then, have a look at the license. I know you can do that on LGPL for instance, but I think

[android-developers] Re: Is it legal to customize and publish the built-in applications?

2009-06-02 Thread Luis Alberto Pérez García
actual lawyers when they have licensing/legal questions... 2009/6/2 Luis Alberto Pérez García lui...@gmail.com: Sorry for the missunderstanding on the LGPL, I was talking without knowing it for sure :P Disconnect escribió: FYI you cannot do that for LGPL. When you are changing the actual

[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Luis Alberto Pérez García
Pelly escribió: There is some discussion on android-platform about a proposed BluetoothSocket api that gives access to rfcomm that you may want to read. Nick 2009/6/2 Luis Alberto Pérez García lui...@gmail.com mailto:lui...@gmail.com In that project I used bluez's RFCOMM

[android-developers] Re: 30 Days of Android Applications

2009-06-02 Thread Luis Alberto Pérez García
Talking about the market... what i said this morning in another thread... UpdateWithOneClick for... just what says, update all apps with only one click ;) Rob Franz escribió: How about an app to remove other spam apps from the Market? (hint: the Top Sexy Ladies apps ;) On Tue, Jun 2,

[android-developers] Re: 30 Days of Android Applications

2009-06-02 Thread Luis Alberto Pérez García
I have another idea for a simple widget and/or sqlite example: a counter widget. I mean: A widget that stays on your desktop and, every time you tap it it increases hte previous value. For example, for counting coffes or cigarretes :D lucky4me escribió: Day 02: Flashlight

[android-developers] Re: Conversion to Davik failed with error 1

2009-06-01 Thread Luis Alberto Pérez García
I know nothing about 1.1, I've started on 1.5 but I've had that problem every time I make a clean on my project (generated on 1.5 from eclipse) to solve it I just delete (from eclipse itself) the R.java file (on gen/blabla/blabla...) and then build the project. After doing that everything works

[android-developers] Re: Bluetooth and ADB

2009-06-01 Thread Luis Alberto Pérez García
I want to know about this. I've try to send a file from my Magic to my computer using bt (as a user, not coding) and I couldn't. I didn't search or try it again, so I don't know if it works... Anyway, I also would like to know if it's possible to stablish a serial connection through bt from

[android-developers] Error on creating new XML from eclipse

2009-06-01 Thread Luis Alberto Pérez García
Hi all, Just a few days working on Android, but... I don't see this to be normal (well, the Dalvik isn't but that's another subject... xD) when i try to create a new XML file (for a layout) from eclipse, using the android plugin, it shows up a window saying Problem Opening Wizard - The selected

[android-developers] Re: Testing among peers - A new group proposed

2009-06-01 Thread Luis Alberto Pérez García
I see the point but credits? I've just started developing on android (so, I consider a power user too) but I don't think credits are necessary here. I haven't seen any other repository but the Android Market itself, is it possible? because this can be solved with an Android Developer

[android-developers] Begginer Questions

2009-06-01 Thread Luis Alberto Pérez García
Maybe I'll be stoned but... seen a lot of examples but seen none clarifying this: Talking about the realtionship between classes and layouts... is any layout related with any class? one, more than one, is there no relation at all? layouts are just like resources used from the class you prefer or

[android-developers] Re: help with google accounts

2009-06-01 Thread Luis Alberto Pérez García
You can put them... just in case ;) El lun, 01-06-2009 a las 13:22 +0530, Sujay Krishna Suresh escribió: I'm actually able to get the list of accounts registered in my app... its finally workin now... :) if anyone needs the samethin... feel free to ask... i'll give u the steps to get

[android-developers] Duplicated text when using .append in widgets

2009-05-02 Thread Alberto M. Scattolo
Good morning everybody! I'm pretty new to Android so I'm facing some problems :) I'm using a TextView widget to show a log, just some text. The log content is stored on an SQLite database that my app creates and when a new line is added to the databse I use textview.append(my last line) to add

[android-developers] Re: Duplicated text when using .append in widgets

2009-05-02 Thread Alberto M. Scattolo
Hi guys! It seems to be a problem with an unregistered broadcast receiver The idea is that I send and sms and I register a broadcast receiver to know if the sms has been sent. When can I unregister the broadcast receiver? Thanks a lot to everybody! -- A

[android-developers] Re: How to set my SMS application is default to read sms?

2009-04-30 Thread Alberto M. Scattolo
Hi, I've the need! Since I need to call my app only for some specific sms content, I was thinking about a Service that reads the sms and then decides to run my app or not but of course I need to disable or block the default notification for these sms that I want to read with my app. Can anybody

[android-developers] decompilar .dex

2009-03-18 Thread Carlos Alberto
how to decompile a. dex for instructions in machine language anyone know of a disassembler. Dalvík in dex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Mobile Developers Research Project asking for Android's opinion, by Carnegie mellon University

2009-01-02 Thread alberto
Bests, Alberto --~--~-~--~~~---~--~~ 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 android

[android-developers] Mobile Developers Research Project asking for Android's opinion, by Carnegie mellon University

2008-12-18 Thread alberto
Hi guys, we're doing a research project on the mobile ecosystem in the Mobility Research Center at Carnegie Mellon Silicon Valley. Our main goal in our current study is to understand the decision- making process followed by mobile applications developers/start-ups. We are particularly interested

[android-developers] manage files

2008-12-10 Thread alberto
Hello. I would like to know if there is possible to use txt or xml files that I put in the assets folder. I mean, I´m integrating a program into android, this program needs to use some files, so I can put those files in the assets folder, but now, I don´t know how to pass the path of those files.

[android-developers] Re: manage files

2008-12-10 Thread alberto
Or maybe I should put those files in a raw folder inside res? --~--~-~--~~~---~--~~ 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

[android-developers] chatterbean

2008-11-07 Thread alberto
Hello! I´m trying to use chatterbean or program D, with android. I just want to be able to send a text message to the chatterbean and get response from it. Thank you for your help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: jchat4android 1.2 released!

2008-10-29 Thread alberto
Hi. I'm having problems with the visibility in jChat by using the android emulator. I can connect 2 instances of android through the jChat application to the JADE platform, but I can not be able to see that those instances are online in the jChat. They always appear as offline. I don't know if