[android-developers] Re: Proguard problem after 2.3 update

2010-12-21 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
set PROGUARD_HOME to point to the proguard in your android sdk install.. I also had to do a manual ant 1.81 install on Ubuntu 10.04.1 Ubuntu 11 will have ant 1.8 but Eclipse 3.7 will not have ant 1.81. until the end of the beta process...ie May 2011.. I use a plugin called wickedshell to run

[android-developers] Re: ProGuard Integration?

2010-12-19 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Od not run the ant build using eclipse 3.5,3.6, or 3.7 it still has 1.7.1 ant version..run form commandline.. I uuse wickedshell plugin to run the ant commandline command from my workspace project dir On Dec 9, 6:11 am, jb cona...@gmail.com wrote: Hi Xavier, I just updated my SDK to 2.3 and

[android-developers] Re: Building several versions of an app from the same source

2010-12-19 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Maybe a buildr or gradle script to do it.. Buildr uses ruby and Gradle uses groovy On Dec 19, 6:56 am, Mark Murphy mmur...@commonsware.com wrote: Use an Android library project: http://developer.android.com/guide/developing/eclipse-adt.html#librar... It will not get down quite to the

[android-developers] Re: Business multi-tier application with android client

2010-10-29 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Have you tried restlets? Very easy to do..better than soap On Oct 28, 3:34 pm, mastermind denis.bar...@gmail.com wrote: I'm developing client-server application with android client and now I'm working on architecture trying to find proper technologies. Spent a lot of hours googling and

[android-developers] Re: Integrating Proguard using recently posted instructions

2010-09-22 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
I would suggest adding path id=android.modified.classpath fileset dir=${external.libs.dir} include name=**/*.jar/ /fileset path refid=android.target.classpath/ /path BEFORE the libraryjars property, than that

[android-developers] JetCreator Errors

2010-07-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Hello and Good Morning, I am getting errors in my attempts to use JetCreator, such as: Traceback (most recent call last): File JetCreator.py, line 1429, in module au = JetCreator(None, -1, openFile) File JetCreator.py, line 86, in __init__ self.initLayout() File JetCreator.py, line

[android-developers] Re: Compile Sip Stack

2010-07-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
You would not use C/C++ for the sip stack for obvious reasons of cost of moving objects over the JNI On Jul 7, 9:40 am, André Barbosa afilipebarb...@gmail.com wrote: hi, anyone could compile some SIP Stack in C/C++ along with Android source code? Note: i am referring not to compile the Sip

[android-developers] Re: Tool to generate class diagrams

2010-07-05 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Hi Priyank, ArgoUML it also has an eclipse plugin and Papyrus Eclipse Modeling project Eclipse 3.6. On Jul 5, 2:55 pm, Priyank priyankvma...@gmail.com wrote: Hi, I have an existing android project, which I want to view it as a class diagram or in any uml representation Could anyone please

[android-developers] Re: How change android Home default application (launcher.apk)

2010-07-02 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Its in the code samples of the SDk On Jul 2, 6:03 am, Arun achoudhary2...@gmail.com wrote: Hi All, for some specific requirement I am required to change Android Default Home application with my customized Home application Can any one help me out like whr it registers launcher.apk for

[android-developers] Re: Uploading Adult apps.

2010-06-10 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
ask on the discuss list, I forget the chaps name but he just started such a market about 6 months ago he follows that list so you should have your answer shortly after posting On Jun 10, 9:23 am, Sean Hodges seanhodge...@googlemail.com wrote: On Thu, Jun 10, 2010 at 3:08 PM, TreKing

[android-developers] Re: Crashing under Android 2.2. APIs update soon?

2010-05-18 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
No actually the Sdk shown at Google IO gets released day of the IO conference On May 18, 9:24 am, TreKing treking...@gmail.com wrote: On Tue, May 18, 2010 at 9:05 AM, Moto medicalsou...@gmail.com wrote: Anyone know when the API might be released? Tomorrow perhaps? :) Judging from previous

[android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-17 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Thanks Kevin this should be useful On May 17, 11:39 am, Kevin Gaudin kevin.gau...@gmail.com wrote: Hello, I would like to introduce you to a library called ACRA (Application Crash Reporting for Android).http://acra.googlecode.com The goal of this library is to provide android applications

[android-developers] Re: Eclipse: running junit tests

2010-05-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
recheck your test manifest do you have the right package listed in the manifest? On May 9, 2:51 pm, Patrick patrick.manges...@gmail.com wrote: Hallo! I implemented a junit3 test in an Android Test Project (which was created by the wizard) testing classes of my real project. Running the

[android-developers] Re: Debug key expired and problems to get a new one

2010-05-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
under your user folder on Mac..you should see a hidden folder called .android delete the debug.keystore file and everything should regenerate a new debug.keystore file and you will be fine On May 7, 6:58 am, carknue pynetm...@googlemail.com wrote: I started android developping a year ago With

[android-developers] Re: Change the font size of the Progress Dialog box

2010-04-15 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
depends if I remember right.. you need to over ride an android style in the android name space and replace with your own sdk install/platforms/version/data/res/values/styles.xml that is the default on the OS uses.. On Apr 15, 12:54 pm, praj prajakt...@gmail.com wrote: Hi, Is it possible

[android-developers] Re: Adding some nine patch images breaks all of my other images

2010-04-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
What ADT version? Is that version 0.96? On Apr 6, 5:42 pm, BrooksT bro...@tangentry.com wrote: Help! I'm working to convert some background images to nine patch so they scale better on different phones. The problem is that if I have the following resource structure:

[android-developers] Re: Creating Proxy Server

2010-04-10 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
proxy http in your streaming context refers to server side as you will not fit a streaming server proxy on android. On Mar 27, 7:39 pm, Scott sjholli...@gmail.com wrote: Looking for help with creating an http proxy server via Android. It's a bit difficult to ask this question with examples,

[android-developers] Re: Set progress bar drawable

2010-04-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
ProgressBar mProgressBar = (ProgressBar) findViewById(R.id.progress_bar); mProgressBar.setProgressDrawable(getResources().getDrawable(R.drawable.progress_drawable)); set the drawables up in a selector xml file On Apr 7, 5:47 pm, ls02 agal...@audible.com wrote: How do I change progress

[android-developers] Re: Your feedback on Samples/Tutorials/Articles

2010-03-25 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Might I make suggestion? Several of us had this idea before..but for some reason Google at that time was not showing interest.. Fred Grott Mark Murphy Al Sutton Nicolas, owner of anddev.org and CS student in Germany and others have suggested before to use the Google Knol service as a way to get

[android-developers] UI OS build string

2010-03-23 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Hello and goo d morning. For HTC Sense Moto Blur, SE, etc where would the UI brand name appear in the build strings..ie would that be model or what? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Overlay in Views. Please suggest

2010-03-19 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
You need to use FrameLayout and than you can overlap the VideoView on top of SurfaceView On Mar 19, 1:46 am, Latha Shivanna latha...@gmail.com wrote: Hii All I need your help/suggestion on this issue. In my application, i have a surfaceView and a videoView which are occupying the full

[android-developers] Re: Big difficult to develop in Android :( (I'm italian)

2010-03-19 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
It would help if you asked about a specific first step.. On Mar 18, 2:23 pm, massimo maxloveg...@gmail.com wrote: Hi, I'm italian boy. I see that I have big big difficult to start to develop with android. I know Java and I have all the Eclipes and Android SDK installed. But for me

[android-developers] Re: ImageView with graphic from the www ?

2010-02-27 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
not possible On Feb 27, 4:36 am, Marco Alexander Schmitz marco.alexander.schm...@googlemail.com wrote: Hello, I want to show a graphic inside my activity. A graphic thats from the www. Just likehttp://www.google.de/logos/olympics10-sskating-hp.png. Wenn, in general I would download the

[android-developers] Re: Building android source for the first time on new machine java version error,

2010-02-27 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
You still want to point ot Java 5..in fact I only have on my system just for building android sources On Feb 26, 10:41 pm, MCON Dev mcon...@gmail.com wrote: Issue 1 : Error : Your version is: java version 1.6.0_0. The correct version is: 1.5. Should I downgrade java ? Issue 2 : I was unable

[android-developers] Re: How to make a Downloadable DRM Module

2010-02-22 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
it would seem that would require to be root which most users do not have.. On Feb 20, 7:25 am, Peter Lee dongha@gmail.com wrote: Hello~ I am trying to make a DRM module downloadable on Android. I've already applied our modules in embedded system. To apply a DRM module in Android, I made

[android-developers] the correct hprof file location

2010-02-15 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Is Google aware that docs are listing two hrprof file locations? hprof dump method gives /sdcard/dump.hprof as the default in docs whereas monkey dev page indicate data/misc.. ahem which one is correct? Assuming that it might be the monkey dev page being wrong..can that be turned in as a bug

[android-developers] Re: Export logcat from the device

2010-02-03 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
yes, you will use the adb command line to move the logcat log file ie push out to your harddrive folder location..google has a whole page on those adb commands. if you have eclipse connected through the debugger to emulator or device you can also move them using the eclipse android debug screen

[android-developers] Re: Performance issue: Dalvik VM is 20x slower than most modern Java VMs

2010-01-06 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
the next sdk release is suppose to have a Dalvik JIT i nit doubling speed/performance.. I am in the same boat, have image processing projects but am holding off until JIT is out.. On Jan 6, 11:49 am, niko20 nikolatesl...@yahoo.com wrote: You'll have to use the NDK and write some native C code

[android-developers] Re: Android drivers programming

2009-12-31 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
I knew of it for awhile sorry did not add it to AndMob wiki yet.. On Dec 31, 3:58 pm, Mark Murphy mmur...@commonsware.com wrote: dan raaka wrote: its been in existence for a long time now :) No doubt. But if nothing much links to it, it will be rather difficult for people to find. A

[android-developers] Re: default screenwidth of android

2009-11-23 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Jags you need to mark the areas that draw9path stretches to get a validated dfraw9path image with the tool.. directions are here: http://developer.android.com/guide/developing/tools/draw9patch.html Fred Grott Android Developer | http://mobilebytes.wordpess.com | http://twitter.com/sharemefg |

[android-developers] Re: Securing a paid app

2009-11-23 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
I agree getting IMEI to store on a server not in telecoms control bad idea..both security wise and legally.. Fred Grott Android Developer | http://mobilebytes.wordpess.com | http://twitter.com/sharemefg | http://www.linkedin.com/in/shareme | gtalk: fred.grott | skype: fred.grott | googlewave:

[android-developers] Re: hidden APIs in Android

2009-11-19 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Try it you will not get a compile though..the are not in the framework jar so it would be a pointless task on your part.. Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 18, 7:49 pm, tomei.ninge...@gmail.com tomei.ninge...@gmail.com wrote: There are a bunch of APIs that

[android-developers] Re: Developing Android Developers in the US

2009-11-18 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
You probably will not like my answer despite its honesty. I have found that those who want to 'pitch' telecom firms job candidates that do not understand the major differences between the skill sets of an application developer and an embedded mobile developer usually do yes have a touch time in

[android-developers] ArchOS emulator?

2009-11-15 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
At some point I may have to test apps to get them working on Archos or Android-x86. I was thinking I could use Android-x86 in Qemu to test archos compatibility..so what problems would I run into with this approach? Thanks Fred Grott Android Developer http://mobilebytes.wordpress.com -- You

[android-developers] Re: eclipse problem in AndroidManifest.xml file

2009-11-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
is this a typo or actual in Manifest? action android:name=android.telephony.TelephonyManager.ACTION_PHONE_STATE_CHANGED/ needs ending tag completion ie / Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 13, 2:50 am, Android Helebek bilge.tu...@gmail.com wrote: Hi All, I

[android-developers] ADP2 Coming

2009-11-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
ADP2 is coming Brightstar just announced it: http://www.rcrnewsdirectory.com/pressrelease.aspx?id=325512 I have not seen Google mentions of it yet.. Fred Grott Android Developer http://mobilebytes.wordpress.com -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Bright Star Corp Legit?

2009-11-13 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Yes its a legit company and the one that Google contracted out to do the ADP1 and ADP2 device supplying Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 13, 10:20 am, Greg loslosb...@gmail.com wrote: I'm a noob, and have looked extensively and have found only other

[android-developers] Eclipse Javadoc edit tool

2009-11-11 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Hello everyone I am like most developers who use Eclipse on Eclipse 3.5 but most of the past javadoc edit plugins for Eclipse do not work in Eclipse 3.5 I was wondering if anyone found a solution.. Not a real deal breaker just ease of creating the javadocs for Android application projects.

[android-developers] Lock Screen?

2009-11-11 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
My question is that I have use case whereas client wants me to lock an application.. Could any of the APIs for the Device Lock screen be re-purposed to lock the application in the same manner? Or would I have to come up with some new code? Thanks Fred Grott Android Developer

[android-developers] Re: Android versions

2009-11-10 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
If you do not need ot use 1.6 or 2.0 feature than you should upgrade to 1.6 so that your screen layouts and etc are correct on WVGA devices etc.. which means after you downlaod the sdk use the new 2.0 downloader via eclipse adt 0.9.4 There is a post on the developer blog about switching to 1.6

[android-developers] Re: How can I partecipate to an Android project?

2009-11-10 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Okay, some information.. the main project source is detailed at: http://source.android.com/ You may want to get an introduction by starting with something small.. Earlier this year I started by improving some SDK developer support issues by contributing changes back to the Android Project and

[android-developers] Re: Using the Eclipse debugger?

2009-11-10 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Okay we need more information What is your OS environment? What is your eclipse set up? Fred Grott Android Developer http://mobilebytes.wordpress.com On Nov 10, 12:40 pm, CyberQat jef...@gmail.com wrote: Hi Guys, Im programmign on Windows with Elcipse and a Motorola Droid.  ADB will

[android-developers] Re: Archos gives away Android W VGA 4.8 Tablets for 1€ to developers in France

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Charbox this belongs in the discussion forum.. On Nov 9, 3:18 am, Charbax char...@gmail.com wrote: At least, that's what is being talked about in French athttp://www.frandroid.com/6546/1e-larchos-5-it-cest-possible/ The concept being that for developers submitting at least one approved

[android-developers] Re: motorola cliq sdk 2.0

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
ah that is suppose to be that way use setprops via adb On Nov 9, 9:20 am, nEx.Software email.nex.softw...@gmail.com wrote: Another reason I don't beleive the CLIQ is a good development device: The CLIQ does not output Log.v() or Log.d() level logging via LogCat. On Nov 9, 4:39 am, jarkman

[android-developers] Re: Override in call-screen - Security Bug or Feature?

2009-11-09 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Seems to me if we could come up with a pleasant icon of warning that it is not the default call-screen that my alleviate some problems have the icon clickable with an information screen/toast On Nov 4, 4:24 pm, Jarman jarman.andr...@gmail.com wrote: Sorry, I meant she of course, too fast on the

[android-developers] Re: Is your Android app on Archos Market ?

2009-11-07 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
Charbox your slander definition seems to be somewhat unique and different. In most posts I see a constant theme of a developer who bought an Archos device and who loves it detailing specific issues that hamper the user experience.. On Nov 7, 6:38 pm, Charbax char...@gmail.com wrote:

[android-developers] Re: android.com e-mail addresses

2009-11-04 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
No, for Google engineers working on Android OS only On Nov 4, 1:01 am, PJ pjbar...@gmail.com wrote: If someone has an android.com e-mail address, what does that mean? Can serious app developers get one? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: what about the Android 3d module file type .gles

2009-10-31 Thread Fred Grott(Android Expert)
its a graphical layout engine script file, hence the name On Oct 31, 2:08 am, LemonDev lem...@gmail.com wrote: GlobalTime use this file type ,but i have found nothing about it in the Android documents .and also no discussions on the internet . so , how can we export a gles file type from

[android-developers] Re: NEEDED: Apps to feature on Sprint Microsite

2009-10-28 Thread Fred Grott(Android Expert)
I am sure Sprint will get a more positive response when they can fix the OTA problem. On Oct 26, 5:02 pm, tvprintweb tvprint...@gmail.com wrote: Hello Developers, THE GIST: Your App + Our Site = Mass promotion at no cost. I work for Goodby Silverstein Partners, the advertising agency

[android-developers] Re: Can't Get CameraPreview Example to Work

2009-10-28 Thread Fred Grott(Android Expert)
did any camera permissions change in AndroidManifest.xml during change from 1.6 to 2.0? On Oct 28, 11:20 am, polyclefsoftware dja...@gmail.com wrote: I upgraded to the 2.0 SDK yesterday...don't know if that has anything to do with it. I can't get the CameraPreview example from the API Demos

[android-developers] Re: Can't Get CameraPreview Example to Work

2009-10-28 Thread Fred Grott(Android Expert)
That is okay.. On Oct 28, 2:44 pm, polyclefsoftware dja...@gmail.com wrote: Nah, I just didn't have permissions enabled. Now I feel like a doofus. Thanks for the help, Fred. :) On Oct 28, 1:46 pm, Fred Grott(Android Expert) fred.gr...@gmail.com wrote: did any camera permissions change

[android-developers] Re: Any word on a dev phone for motorola droid?

2009-10-25 Thread Fred Grott(Android Expert)
Yes that is going to be the problem those doing cool stuff like opengl need an actual device.. There is another forum board to post the exact same question and to get some feedback from Motorola.. If you post to MotoDev boards does not get aresposne you might try posting the same question to

[android-developers] Re: Can not access to developer.android.com

2009-10-25 Thread Fred Grott(Android Expert)
Sorry Shone that you had such an obstacle put in your way. Are you still able to get the packaged android.com docs in the SDK? On Oct 24, 4:16 am, Shone fuxiang...@gmail.com wrote: Hello All, I know this is not the right place to ask this question, but I don't know where to go neither.

[android-developers] Re: Does Android Support Video Rotation?

2009-10-23 Thread Fred Grott(Android Expert)
Arun, Yes.. Hint its not android.graphics.camera and the Matrix classes. On Oct 23, 8:44 am, Arun Tripathy arun.tripa...@gmail.com wrote: Is there any way we can rotate a video in Android  (specially in Java layer) as it supports ino BREW or WM?  Also, how does the orientation change

[android-developers] Re: Anim folder not showing in eclipse

2009-10-07 Thread Fred Grott(Android Expert)
Fordy you have to create it.. On Oct 7, 11:55 am, fordy fcotteri...@gmail.com wrote: Hello, I cant see or reference the anim folder in the res folder. When I go in the res folder it is also not there, I need the anim folder for animation.  Am I supposed to see it, or is it hidden?

[android-developers] Re: Differences in building for target 2 and target 3 in 1.5 sdk

2009-10-07 Thread Fred Grott(Android Expert)
two files alias.xml and anddroid_rules.xml one is in the sdk_install/tools/templates other one is in the sdk_install/platform15/tools/lib or the sdk_install/platforms/16//tools/lib On Oct 7, 12:52 pm, Raja Nagendra Kumar nagendra.r...@tejasoft.com wrote: Hi, What are the differences

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread Fred Grott(Android Expert)
Yeah Rokon is somewhat real rough as he did not even switch to JetBoy game sound track engine which is in Android 1.6 now.. On Oct 5, 4:57 pm, vetch oldpete...@gmail.com wrote: I do not know if Rokon is good or great. I looked through his code - for me it looks like early alpha stage. Besides,

[android-developers] Re: will flash support effect java developers?

2009-10-06 Thread Fred Grott(Android Expert)
It is the same debate with web apps that do not access device features such as GPS..not at all.. Fred Grott Mobilebytes http://mobilebytes.wordpress.com On Oct 6, 4:52 am, zeeshan genx...@gmail.com wrote: Hi Dear, i believe there are some new android devices coming with flash support. so

[android-developers] Re: is it possible to use JUnit4 for testing android apps ?

2009-10-05 Thread Fred Grott(Android Expert)
junit test libs are included on the Android Platform. You do not include a 3rd party library to enable. On Oct 3, 4:58 pm, Cyryl Płotnicki-Chudyk sharph...@gmail.com wrote: I got 'no JUnit3 tests' info when trying to use JUnit4-only tests under android 1.6

[android-developers] Re: How to compile android code on a server, without eclipse, with a script

2009-09-30 Thread Fred Grott(Android Expert)
OKay a better guide is to look up alias_rules.xml(android 1.5) and android_rules.xml(1.6) in sdk install/platorms/version/templates and combine that with build.templte in sdk install/tools/lib You will still need one sdk install for your continuous server to have access to.. Fred Grott

[android-developers] Re: zipalign and Proguard

2009-09-29 Thread Fred Grott(Android Expert)
inside the zip archive is not changed in anyway (otherwise the signature would fail) Xav On Mon, Sep 28, 2009 at 1:28 PM, Fred Grott(Android Expert) fred.gr...@gmail.com wrote: As you mightknow new to SDK 1.6 is the zipalign to align data resources for better and optimized performance

[android-developers] Re: Any suggestion between 1.5 or 1.6 sdk

2009-09-28 Thread Fred Grott(Android Expert)
1. Are you using newly created AVDs or ones from the SDK 1.5r3? 2. was ADT 0.93 installed in anew Eclipse install or the old one? On Sep 28, 9:01 am, pro proka...@gmail.com wrote: Hi All, I've been trying to use 1.6 sdk, and see numerous problems 1) Same projects flags for error, but

[android-developers] zipalign and Proguard

2009-09-28 Thread Fred Grott(Android Expert)
As you mightknow new to SDK 1.6 is the zipalign to align data resources for better and optimized performance and it gets used after apk is signed. My question is how does this affect those who may be obfuscating their classes by using Proguard? Will I stil be able to obfuscate the classes using

[android-developers] Re: OpenGL 2D Game Framework

2009-09-20 Thread Fred Grott(Android Expert)
how about using the new sound track engine in Android 1.6? JetBoy? On Sep 20, 8:28 am, rich...@stickycoding.com rich...@stickycoding.com wrote: Alright, thanks for the suggestions you sent me Lance, it did make a noticeable difference. I also changed a lot of things that were causing garbage,

[android-developers] Re: Hero technical question

2009-09-19 Thread Fred Grott(Android Expert)
I would imagine they have to follow the GSM spec for GSM networks.. Fred Grott http://mobilebytes.wordpress.com On Sep 17, 6:43 pm, AndroidKing rbasso...@gmail.com wrote: can you tell me if the  MEID  which is the device ID on the Hero phone is going to be 15 digits is it hex or decimal???

[android-developers] Re: Android 1.6 SDK is here!

2009-09-19 Thread Fred Grott(Android Expert)
Good work.. Its also nice to see my first contributions starting to show up in the SDK versions..:) I look forward to making more contributions.. Fred Grott http://mobilebytes.wordpress.com On Sep 15, 5:22 pm, Xavier Ducrohet x...@android.com wrote:

[android-developers] Re: Android Positions - Northern Virginia

2009-09-19 Thread Fred Grott(Android Expert)
You have been posting this since December.. Soome better details might help get the position filled.. On Sep 18, 10:15 am, J Kral jdk@gmail.com wrote: A startup company with a proven management team in the Northern Virginia area is seeking Java/Android senior and mid-level developers

[android-developers] Re: Is there any Android Handset which CDMA based?

2009-09-12 Thread Fred Grott(Android Expert)
There should be a similar call for CDMA.. http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=telephony/java/android/telephony/cdma/CdmaCellLocation.java;h=7cf8a9a66b0a41533c919a31a7647ea6bd2d9016;hb=c883b143ba2b8bfe2f2033d00dee9ff733f1b59c Class is CdmaCellLocation.java

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Fred Grott(Android Expert)
make it a DOM node than its possible as most DOM objects are sleectable in webview On Sep 8, 4:59 am, Nanard bsegon...@free.fr wrote: Hi, I like WebView component. I would like to be able to select text in the view in my Java code. Is it possible ?

[android-developers] Re: Development tools recommendation thread

2009-09-08 Thread Fred Grott(Android Expert)
easy Checkstyle--code style PMD--code correctness..use Android rules..PMD project added some android specific rules Fred Grott http://mobilebytes.wordpress.com On Sep 8, 4:18 am, GiladH gila...@gmail.com wrote: hey, we're looking for high quality developer tools which have been ported