Android :: Define Jargon Used To Discuss Droid
Sep 25, 2010Please define for me the jargon used to discuss Droid. Such as:
Wigit, root, kernel, app, application, program, icon, and others that may be used.
Please define for me the jargon used to discuss Droid. Such as:
Wigit, root, kernel, app, application, program, icon, and others that may be used.
It's very annoying to wait 3 days before seeing messages hit the group. What are the criteria for getting by moderation? Is it some number of posts? Begging?
View 2 Replies View RelatedI also subscribe to the Android Discuss group. I clicked on a post in today's email update and got a message saying "Cannot find android- discuss ... There is no group named android-discuss". There were a couple of threads I was watching.
View 4 Replies View RelatedI have some problems finding the documentation of the definitions of shapes in XML for Android. I would like to define a simple circle filled with a solid color in an XML File to include it into my layout files.
Sadly the Documentation on android.com does not cover the XML attributes of the Shape classes. I think I should use an ArcShape to draw a circle but there is no explanation on how to set the size, the color, or the angle needed to make a circle out of an Arc.
I'm porting android to an overo gumstix. thus it seems the the omapfb driver has some problems on that platform. it doesn't matter at all, because i want to use udlfb (a driver for usb displays) anyway.
till today, i wasn't able to figure out how i can define udlfb as default framebuffer.
tried make menuconfig and select udlfb there, but no changes when booting the fresh compiled kernel. omapfb still wants to come up.
so my final question: how do i define
the default framebuffer driver for an
android kernel?
Is it a good practice to define the alphabetic shortcuts (alphabeticShortcut) of the menu items?
I ask because I've never used them in any of the Android devices that I have owned, even those that have a physical keyboard. Is there any reason to define them? Maybe an accessibility use-case than I'm not seeing?
I spent some time today doing controlled tests with the camera on the Droid and these tests confirmed my thoughts about the Droid camera: It will take decent pictures, but not in autofocus mode. I've posted a link to the pictures in Picasa **here**.The EXIF data shows the following: f.2.8 is the only aperture used. High shutter speeds in hazy sunlight will enable you to steady the camera. Most of the shutter speeds topped out ~ 1/1400 of a second. The other variable is ISO and in bright sunlight it's set very low, usually around ISO 50. This is a good thing since it allows you to have a high shutter speed since these tiny cameras are inherently hard to steady. I cannot account for the fixed aperture of f.2.8. In a larger camera such a wide setting would normally assure a rather soft picture. Here it seems to work.
The sample pictures I posted were duplicated many times in my tests and the results were consistent. As you look at the samples you will first see a wide picture.I then opened the picture in Photoshop and took it to 100% (all pixels displayed) then I cropped an area of interest. The results show the fixed focus working fine (with not as much shutter lag since it's not hunting for focus) and the autofocus mode completely broken. I think this shows a definite software issue. The hardware seems fine, although the shadow areas are quite noisy, the result of a tiny sensor and its overflowing photosites.So go ahead and take pictures outdoors and you'll probably get decent pictures set at infinity, even when you are taking pictures of friends in groups. I'll make a guess that this software bug is a result of a code screwup at the very last minute. If we can be patient I suspect the fix will be a simple one.
I will have a list view on the top and a button on the bottom in the view. Regardless the height of the list view i would like to fix the button position on the bottom all the time. If the list view is too long then make it scrollable.
View 5 Replies View RelatedWith Android, you can define different resources for different phone attribute by naming res directories appropriately. I need to be able to support different layouts for 480x800 and 480x854. I figured I could have one set of resources stored in the layout-hdpi-v4 directory and another in layout-long-hdpi-v4. However, both resolution seem to think that they are long (at least based on the emulator, which I understand may not reflect devices accurately). Is there another way in which I can distinguish between the two resolutions/aspect ratios?
View 2 Replies View RelatedI'm starting to design my object graph for an OpenGL ES 1.1 app on Android. What's advisable when it comes to actually drawing my triangles and controlling their size? Should I store all the vertices in units relative to each other and then multiply them by a value I pass during a draw(GL10 gl)? Would this approach have any impact when it comes time to do frustum culling?
View 1 Replies View RelatedI'm porting android to Devkit8000 which is a BeagleBoard clone. I have a GPS module connected on /dev/ttyS0. I could successfully get NMEA output when writing "cat /dev/ttyS0" in the terminal emulator.
I want to know how to let android know that there is a GPS module on /dev/ttyS0 and it is outputting NMEA standard? To be able to use the android.location class with it! or test it with any GPS app in the store!
Is there something to edit in the android's source? adding driver for example, writing a code with android-ndk or what?
When my ListViewItem is highlighted, I want the text to turn white. How can I define this? code...
View 1 Replies View RelatedI need to start an Activity with two different Intent, can I define two Intents In an Activity node?
View 1 Replies View RelatedI am not using a SearchManager, but I have built my own custom search activity. I want this to be shown when the user clicks on the Search button. How can I do this?
View 3 Replies View Relatedyou can see where he's defined a custom widget called ColorMixer.ColorMixer has an attribute named "initialColor" declared in attrs.xml.but getIdentifier never returns anything but zero.Is there something more I should be doing? I want to re-write this code to be completely independent of 'R'
View 1 Replies View RelatedI would like to define each tab's content in a different XML file so the visual editor in Eclipse can be used. That is, without all of the tabs being laid over each other. The visual editor doesn't even seem to work with the XML example provided here: [link text][1]
[1]: http://developer.android.com/guide/tutorials/views/hello-tabwidget.html "Here", It just has a Null pointer exception.
I have tried to define each tap in it's own file, for example. code...
And when adding the tab I use:
mTabHost.addTab(mTabHost.newTabSpec("tab_in").setIndicator("Input").setContent(R.layout.input));
But this causes the application to crash on launch. Is there any way to do this?
What is the method to define a sync period for some account? ContentResolver allows to set automatic sync flag only. But what is period? Have I missed something? Or have I to schedule sync requests myself using the AlarmManager?
View 5 Replies View RelatedI have a button on a relative layout that hugs the buttom of the parent, but since there is not much above the button, the height of it is massive and extends to the object above it.What kind of code can I use to make sure the button stays at a normal height while still hugging the bottom of the parent?
View 1 Replies View RelatedI'm making out a few menus for my Android App and throughout there is a standard textview that is repeated 5 times, only changing the android:text tag each time, everything else is the same.There are a good number of properties on this and it feels very inefficient to be copy/pasting all these for each of the textviews.Is there a way I define the common properties just once and add them to each TextView element?
View 1 Replies View RelatedI define a class Rect and a aidl file as below. code...
View 2 Replies View RelatedIs there a way define widget default values in the context of an application.
View 2 Replies View Related I use music application (PlayerPro) and a time (LafayChrono). Problem, the clock application serves medias volumes output, not the alarm volumes output. So, I can not set the volume independently of one another.
My question is, if it is possible to "root" the sound output of an app to another type of volume (LafayChrono to alarm volumes output) ?
the file, which defines the places included for a device encryption. Is it vold.fstab? I am asking, because I want my external SD also be part of the device encryption process.
Btw: I am running CM10.1.
I use this code to generate a spinner in my app:
code:.........
On my device (Motorola Milestone) and in the emulator this looks like the standard gray spinner widget.
On of my colleagues uses a Motorola Backflip and on his device the Spinner is black. Now its very hard to read the font in the spinner.
What do I have to do to use my own view for the spinner? I don't mind to have the gray spinner on all devices, but it should always look the same on all devices.
Seeing as Motorola is locking down the Motorola Droid X and likely the Droid 2, what should I replace my Moto Droid with? I've been totally happy with the phone to the extent that I tell people it's the coolest thing I've ever owned in my entire life... that's 51 years for you youngsters. I'm of course on Verizon and will stay with Verizon. I've paid zero attention to any phones other than the Moto Droids. Alas, lockdown is not acceptable. So now I have to go through the whole learning process all over again.
View 10 Replies View RelatedJust out of curiousity why is skype on those droid phones but not the Evo? I also noticed swype the kb everyone talks about but Evo users have to practically tweak and hack to get swype to work on their phones.
View 18 Replies View RelatedComparison: DROID vs. DROID 2 vs. DROID X vs. Incredible | Droid Life: A Droid Community Blog
Droid X only with 256 RAM? Is this a typo? According to several review sites the X has 512 RAM.
I'm upgrading from my Droid 1 to the Droid X tomorrow and would like to start my use of the DX with it's new 32gb card in place of my old 16gb card from my Droid 1 but need to know if there's anything required to copy from my droid 1 16gb card to my new DX 32 gb card that would be required or helpful in the DX use.I will obviously transfer music/vids/pics but are there any essential files, apps, etc. that are needed.Or is it a good idea to use my paid MyBackupPro to copy the old Droid 1 apps/data for use in the DX larger memory card or is this not copatible to perform between the 2 devices?
View 1 Replies View RelatedI have a Motorola Droid and the latest release of Android (Froyo 2.2).My question is I want to send a music video that is going to a Non-Android phone. This phone can play videos and is a standard Verizon branded phone. The video has already been converted to the standard .3gp format from my PC which uses Roxio 2010 Video converter. I have the following Apps installed to assist me:Astro File Manager (With both extensions installed and latest release)Handcent SMS (No Font Packs Installed).The video itself is almost 4 minutes long and the size of the video is only 9.40MB.
View 16 Replies View RelatedJust trying to get bearing on this project Im working on for Android / Droid devices.
Im about ready to release a beta test for a printing utility in a week or two and was wondering if a Bluetooth printing utility would interest anyone.
Basically it will print from various standard PIM applications on the device printing Text and Graphics on Full-Size HP-PCL compatible printers as well Small Format ESC/POS mobile printers.