Android :: OMAP Zoom 2
Jun 1, 2010Is anyone here working on the TI Zoom 2 kit? I am building an application on Zoom 2 and had a couple of questions around it.
View 2 RepliesIs anyone here working on the TI Zoom 2 kit? I am building an application on Zoom 2 and had a couple of questions around it.
View 2 RepliesI am trying to port Android to omap 3530. The system is booting to Linux 2.6.20-rc3 plus some patches from TI. I am trying to find appropriate kenrel patches to patch the OS.
View 3 Replies View RelatedIm new here and just wanted an opinion on some info i just received about these 2 processors. I was originally under the impression that the hummingbird processor is faster but have been informed that infact the ti omap is actually a faster processor but lacks the better gpu. also was informed that the memory the droid x uses is faster than the Samsung galaxy s phones. Is this info correct and is this why froyo 2.2 is not giving me any kind of performance boost. the droid x my family has seems to of benefited greatly from the 2.2 update and is making my fascinate look like a out dated piece of equipment.
View 19 Replies View RelatedI am working on android for omap zoom2 target. omapkernel - 2.6.27 android - RLS25.6
When try to do Audio play back from Android UI on zoom2 board, WAV & AMR-NB - default PV software codecs are selected and playback is fine. MP3- Hardware codec has been chosen by PV player, player does not come up and playback is not happening.
Enabled PV & OMX logs and collected logs while playing MP3 clip. From logs found that LCML Codec/DSP Bridge Initialization is failing. code...
Since a 1Ghz OMAP processor doesn't really have the zing that the Snapdragon and the Humminbird processors do... what would you name it?
My top 3 choices are:
1. 1Ghz Cheetah processor (for fastest land animal)
2. 1Ghz Falcon processor (for fastest diving bird in air)
3. 1Ghz Veyron processor (for fastest production car)
It doesn't have to deal with speed, it could deal with power or finesse. Whatever you'd like. hehe Lets see some creativitiy!
So this article from Gizmodo (Motorola Droid 2 Photos and Specs Leaked) says that the Droid 2 has the 750mhz OMAP processor but most other sites say 1Ghz OMAP. Which is it? Girlfriend wants to go Android but I won't let her buy anything but a 1Ghz phone. What do you say?
View 18 Replies View RelatedIs Zooming is possible to do in android for Image view.I have a images in full screen view, i need to zoom in and zoom out for that images present in image view.Can any body give me suggestions regarding this.
View 19 Replies View RelatedI want to know how we can zoom a image that is in ImageView.
View 3 Replies View RelatedOn "mobile" websites, sometimes the text is just too small, yet the zoom option appears to be disabled.What is it that tells Android browser that it's a mobile site? I know of one full size website which looks tiny on the screen, but i cannot zoom
View 4 Replies View Relatedi add a zoomcontrols in my view, not in the webview or mapview, but when i click the zoom in/out, the view can't in/out?
View 2 Replies View Relatedit should not zoom in too much (x < minZoomLevel etc) or zoom out too much (only one size - width or height - can get smaller than the display size)
View 2 Replies View RelatedCan anybody provide me the sample code for providing zoom feature for images displayed in gallery view of android
View 4 Replies View RelatedIf I have a picture file stored in the phone memery (.jpg .bmp etc.),can I use Android API to zoom it out.For example, convert a picture of size 800*800 to 80*80. If anyone knows, please give me some sample code
View 4 Replies View RelatedWhen I run the emulator with an AVD set to WVGA854, it is far too tall and gets completely cut off my MacBook laptop screen. Is there a way to zoom out via the emulator? E.g. pass a scale value on startup? I know the same thing is possible with BlackBerry, and thought it might exist with Android. I browsed quickly through the options, but could find nothing.
View 4 Replies View RelatedHow can I Zoom In/Out with ImageView.
View 2 Replies View RelatedI know that there are browsers like dolphin or xscope that allow multitouch zoom, but I was wondering about something else. I actually happen to like the default browser better than those two, I really just want multitouch. I'm no developer, but I was wondering how possible it would be to take the default browser, and add nothing to it but the multitouch zoom.
View 1 Replies View RelatedMy application isn't working when user zoom in more then 18 times. How to set a maximum value to zoom?
View 5 Replies View RelatedDoes anyone know of an app that will create a zoom on the video camcorder?
View 2 Replies View RelatedI've been using FX camera for a few days and really like it so was looking at going a step better with either Vignette or Camera Zoom FX and just wondered what people prefer? Camera zoom Fx is a quid cheaper at the moment but it's only a quid so not really an issue.
View 18 Replies View RelatedI've been using FXCamera for a few weeks now it takes great pictures on my phone, with cool effects like fisheye and the warholizer. FxCamera. Just noticed that android slide has released a version of their Camera ZOOM FX application which has 40 photo FX, geotagging and obviously zoom which I can't do at the moment in FXCamera. Camera ZOOM FX. Just wondering if anyone had a chance to look at either of these apps and which they think is best, because I've been hoping for some new effects for a while and the android slide app sounds worth a look.
View 47 Replies View RelatedPlease can I have the numerical value of the zoom capacity in android.i.e maximum amount of zoom that can be made.
View 2 Replies View RelatedI have a GridView that displays thumbnails of images, I want to change the thumbnail size (zoom in/out) during runtime, what is the best way to achieve this? I changed the columnWidth of gridView during runtime but after that I scroll the gridview and I get memoryoutoferror exception.
View 2 Replies View RelatedI wish to do the Image Switcher's Touch Event. That is when i touch it, it should wake up the zoom controls. After zoomed in, the image can able the touch scroll on the image up and down. how to do it? Is there any default zoom controls? If not, tell me your suggestion, idea and also valuable links about this? make a note the Target version is android 1.6.
View 1 Replies View RelatedThe web-site i'm working on is specially designed for Android. The user will not benefit from Android build-in zoom buttons. On the contrary they make a mess. How can i switch them off?
View 1 Replies View RelatedIn the following application.
package mycom.ju.gmap; //import HelloItemizedOverlay;
import mycom.ju.gmap.R; import android.graphics.drawable.Drawable;
import android.os.Bundle; import android.view.View; import android.webkit.WebSettings;
import android.webkit.WebView; import android.widget.*;
import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity;
import com.google.android.maps.MapView; import com.google.android.maps.Overlay;
import java.util.ArrayList; import java.util.List;
import com.google.android.maps.ItemizedOverlay; import com.google.android.maps.OverlayItem;
public class gmap extends MapActivity { //Called when the activity is first created.
MapView mapView; Toast toast;
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
try{ mapView = (MapView)findViewById(R.id.mapv);
mapView.setBuiltInZoomControls(true); mapView.displayZoomControls(true);
mapView.setTraffic(true); } catch(Exception e){ toast = Toast.makeText(this,e.toString(), Toast.LENGTH_LONG); toast.show(); } setContentView(R.layout.main);
} @Override protected boolean isRouteDisplayed() {
return true; } }
How can i implement the Scroll Wheel Zoom in my application ...
View 3 Replies View RelatedDoes anybody know how to catch the map zoom in/out event for Android 1.5?Before Android 1.5, I can use ZoomControls which has a setOnZoomInClickListener(). In order to get zoom controls, I can write like this:ZoomControls mZoom = (ZoomControls) mMapView. getZoom Controls(); But, since 1.5, the mMapView.getZoomControls() is deprecated. Instead of this, the documentation suggests using mMapView.setBuiltInZoomControls.Since 1.6, I can use ZoomButtonsController, which has a set OnZoomListener(). In order to get zoom button controls, I can write like this:ZoomButtonsController mZoom = (ZoomButtonsController) mMapView.getZoomButtonsController().setOnZoomListener(this);So, how can I get map zoom in/out event without using mMapView.getZoomControls() for Android 1.5 ?
View 3 Replies View RelatedI have an idea for a better alternative to multitouch pinch zoom than just the double tap zoom. Many people complain that the double tap zoom isn't intuitive since it doesn't zoom at the level you want it too.I dont know how feasible my idea is and dont know how it could be implemented but I thought Id share it anyway.Double Tap Slide Zoom as I'm calling it is basically the same as double tap zooming except on the second tap you keep your finger on the screen and slide up to zoom in or slide down to zoom out.
View 4 Replies View RelatedCan I apply zoom control in imageview
View 3 Replies View RelatedHow do you use the Android API to zoom in and out maps with the 2 finger gestures like iPhone?
View 2 Replies View Related