What are these new red pins in google maps

So I'm exploring ios5 on my new iphone 4s. In google maps I'm laying down some red pins for location based reminders and suddenly I'm seeing red pins all around my location that I cant get rid of. I'm imagining this is some sort of advertsing based thing from google. The pins are distracting, are for nothing I'm interested in in any way, and there is no way to differentiate them from pins I have laid down myself (that aere actually of interest to me).
Does anyone know whats up with these? Is there any way to delete them, control them or turn them off. I really dont expect the built in software that I pay a fortune to use through my purchase of the phone to have its functionality diminished by something like this. I live in NYC if anyone that pays a fee gets a red pin I cant remove on my phone, There will be nothing but red pins and the thing will become worthless.
I have never seen this before so I'm guessing its a new thing but I really havent tried to use the phone this way before. Has it been around for a while?

never mind. somehow home was on the top screen in maps and i think the pins were a result from that search.

Similar Messages

  • What are these new roles after SP12 install?

    Since installing SP12 for J2EE 6.40 & Portal 6 I have noticed the following four new roles have been installed. But I can't work out what extra funcationalty they provide, does anyone know?
    Cheers
    Roles are-
    SAP_JAVA_NWADMIN_CENTRAL
    SAP_JAVA_NWADMIN_CENTRAL_READONLY
    SAP_JAVA_NWADMIN_LOCAL_READONLY
    SAP_JAVA_NWADMIN_LOCAL_READONLY

    Hi,
    those roles are used by the web-based administration application of Web AS. This is called SAP NetWeaver Administrator. For more information, see http://help.sap.com/saphelp_nw04/helpdata/en/49/325d420e283654e10000000a155106/frameset.htm.
    Hope that helps!

  • What are these new network interfaces?

    Recently I've noticed a few additions to the standard net interfaces (are they called interfaces or adapters?).
    Tertiary (en2)
    Quaternary (en3)
    IP over Firewire (fw0)
    IP over Firewire (fw1)

    I'm not quite sure, but I believe the BSD network interfaces are en0, en1, etc.
    Airport, Ethernet, Bluetooth, Firewire, etc. are Network Services. Network Utility's Info tab and the Network System Prefs should say the same thing.
    What do you see if you open System Profiler and click on the Network>Locations? ie What do you get for the names of each of the Services? Again, they should match Network prefs/Network Utility Info.
    To remove a network service, go to Network System Preferences; Select a network Service, and click the delete ( - ) button.
    I don't think anybody has made it clear, yet, that those are not normal. I don't believe they were created by the OS. However, it could be corruption in the plist that is giving everything fits.
    Message was edited by: Barney-15E

  • What are these processes and how do I prevent them?

    For many years, many have complained of external drives that are in standby/sleep spinning up for no apparent reason.  From the user's point of view this is unnecesssary, but to make matters worse, the system usually stops everything else while waiting for the drives.
    I have a Mac mini that I use as a home theater pc.  The media and backups are on a 5-bay enclosure (no RAID) attached by USB.  While watching a video, the unused drives will go into standby mode, which is good.  But then, with no user activity, they will spin up, freezing the video and everything else, which is not good.  As these are slow drives and spin up sequentially, this can take 10-20 seconds.  This may happen once or twice an hour, but sometimes more frequently.
    In looking into the causes, I have turned off time Machine (after putting these drives into the Privacy section for good measure).  I also prevented Spotlight and fsevents logging with the following:
    mdutil -i off /Volumes/<drive1> /Volumes/<drive2> . . .
    cd /Volumes/<drive1 and then repeat for other drives>
         rm -rf .fseventsd .Spotlight-*
         mkdir .fseventsd
         touch .fseventsd/no_log .metadata_never_index
    As far as I can tell this has worked to stop those processes from accessing the drives after they are mounted, but the problem persists.  To find out what else might be causing them to wake up:
    sudo fs_usage -w | grep -e Volumes/<drive1> -e /Volumes/<drive2> . . .
    and here is what I found last night (actually didn't use the -w last night, thus it is cut off):
    18:35:36  fsgetpath   /Volumes/XBMC         0.000026   SSDragHelper
    18:35:36  fsgetpath   /Volumes/Stuff        0.000006   SSDragHelper
    18:35:36  fsgetpath   /Volumes/DatOptic_3   0.000005   SSDragHelper
    18:35:36  fsgetpath   /Volumes/MacBackUp    0.000003   SSDragHelper
    18:36:15  fsgetpath   /Volumes/XBMC         0.000026   System Prefe
    18:36:15  fsgetpath   /Volumes/Stuff        0.000004   System Prefe
    18:36:15  fsgetpath   /Volumes/DatOptic_3   0.000003   System Prefe
    18:36:15  fsgetpath   /Volumes/MacBackUp    0.000003   System Prefe
    18:55:36  fsgetpath   /Volumes/XBMC         0.000034   GoogleSoftwa
    18:55:36  fsgetpath   /Volumes/Stuff        0.000004   GoogleSoftwa
    18:55:36  fsgetpath   /Volumes/DatOptic_3   0.000003   GoogleSoftwa
    18:55:36  fsgetpath   /Volumes/MacBackUp    0.000003   GoogleSoftwa
    After looking into the Google process, I was surprised to find the tentacles that Google puts into your system, and ripped every bit of it out that I could.  But I have no idea about what's going on with SSDragHelper and System Prefe (presumable System Preferences).  This must be OS X itself?  What are these processes doing, and is there any way to prevent them from accessing these disks in this way?

    Thanks for the reply Hen3ry.  Looks like you've done a lot of investigation.  For me, fs_usage entries accompanying spindown are not problems - I'm happy if the drives spin down.  My problem is the spinups.  But still, I don't think it is necessary to time the fs_usage entries with spinups.  If you grep for the drives you're concerned about, you will see any process that would potentially wake them up.
    Because my understanding is limited, I also am more concerned with the process/application that is accessing the drives than with the functions or commands they are sending.  And the values that are returned by those functions are way beyond what I can deal with.
    It's interesting that you've found a difference between your old and new drives.  Could you specify the enclosure and drives in each case?
    The StorageStatus app looks interesting; thanks for the tip.
    Here's a summary of what I've done so far, which I think is working.  I need a few more weeks to know for sure.
    How to prevent unwanted drive spin-ups
    If you are actively using the computer that the enclosure is attached to, nothing on God’s green earth will stop OS X from waking them up after some user action, even ones that seem to have nothing to do with the external drives.  But if you leave the computer alone while some application is running, like watching a movie or downloading a file, you have a fighting chance of coaxing OS X into leaving the uninvolved drives alone.
    If the drives are shared with any other computers over a network, eject them on those computers
    Otherwise, OS X (AppleFileServer) will poll them every 10 seconds.  This might not be bad if you want to just keep the drives spinning and the other computer stays awake.
    Third-party apps
    Make sure no apps are running that might access your drives.  Google runs some processes that do this (maybe I’m naïve, but I was so shocked I removed chrome and every other trace of Google from my Mac mini system). Another is iStat and any utility that monitors SMART status in the background.
    Don’t let Spotlight index or search the drives
    Spotlight is persistent, and it may be necessary to take a variety of steps to stop its various processes (mds, mdworker) from accessing the drives and waking them up.  In other words, kill it, drive a stake through its heart, then burn the body:
    In System Preferences > Spotlight, add the drives to the Privacy pane.
    Add a file called .metadata_never_index to the root of each drive (note the leading period).  The easiest way to do this is in Terminal
    touch /Volumes/<drive1>/.metadata_never_index
    Tell Spotlight AGAIN to keep away from the drive:
    mdutil -i off /Volumes/<drive1> /Volumes/<drive2> . . .
    Finally delete the Spotlight folder from the drive.
    rm -rf /Volumes/<drive1>.Spotlight-*
    Stop fseventsd from logging in the drive
    This is easy, just putting a no_log file in its folder.  I have found that rarely it still writes some files in there, but it doesn’t seem to do so when it causes problems, so . . .
              rm –rf /Volumes/<drive1>/.fseventsd/*
         touch /Volumes/<drive1>/.fseventsd/no_log
    Finder sidebar
    Some people say that if the drives show in the Sidebar of Finder windows, the Finder will be checking them.  I’m not sure. But to be safe, in Finder Preferences > Sidebar, uncheck External Disks.
    Just say no to Time Machine
    On the home theater mac itself, regular backups shouldn’t be needed.  You should be able to just turn Time Machine off.  However, it is probably sufficient to simply open System Preferences > Time Machine > Options and add the drives to the list of locations to exclude from backup.
    Second, local backups can be disabled with
    sudo tmutil disablelocal
    Look for other culprits
    If the problem persists, use fs_usage, which generates a real-time log of filesystem activity. There is so much going on that you need to use grep to restrict the output to entries that involve your drives. The entries that accompany your drive spin-ups are the ones you really want.
    sudo fs_usage -w | grep -e Volumes/<drive1> -e /Volumes/<drive2> . . .
    Now leave the keyboard and mouse alone, as many things you might do will cause the drives to be accessed. You probably want to find what does it when you’re not actively interacting with the computer.  It’s not really necessary to wait for your drives to sleep and see what wakes them.  Any activity you see would probably wake the drives if they were asleep.  When you see some activity and want to stop and examine, type Control-C to stop the output.  On the far right of each entry is the process or application that accessed the disks.
    I got pointers from http://system-log.tyr.org.uk/2012/01/31/how-to-stop-usb-drives-from-spinning-up- unnecessarily-on-os-x-lion/ and http://www.jackenhack.com/disk-that-refuses-to-sleep-in-mac-os-x-how-to-fix-it/

  • What are the New Features in Apex 3.1.2 as Comparitive with Apex 3.1

    hi all
    what are the new features in Apex 3.1.2 as compartively with Apex 3.1?
    Is it recommended to use 3.12 comparitivly 3.1?
    please drop ur valuable answers
    many thanks
    khaja
    Edited by: ATM on Dec 27, 2008 1:06 PM
    Edited by: ATM on Dec 27, 2008 1:11 PM
    Edited by: khaja on Jan 18, 2009 10:47 AM

    Hello,
    Versions 3.1.1 and 3.1.2 are actually patched version of APEX 3.1. As such, they don’t introduce new features, but mainly fix bugs from the main release. If you want to learn specific details about these versions, you should read the readme file attached to the patch set files (on metalink).
    It’s always best to work with the latest patched version, as it reduces your chances to encounter bugs. In general, so far the new APEX versions added many new features and technologies, while maintaining backward compatibility, so existing applications functionality is not impaired. Personally, I don’t see any reason not to upgrade and use the latest version, certainly when you are comparing 3.1 to 3.1.2.
    Regards,
    Arie.

  • What are these weird blue dashes?

    What are these weird blue dashes that got inserted into my Pages document since I closed it? They appear with each new paragraph start or break and I can't see how to get rid of them! ( I have OS 10.6.8 and Pages 4.1)

    Probably you used tabs to indent your paragraphs instead of using First Line Indent and you have Show Invisibles turned on:
    Menu > View > Hide Invisibles
    Peter

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • What are these called?

    Hi,
    I am trying to figure out what this element is?  Since I dont know what its actually called I have to provide a picture for my example.
    What are these elements called?  I have pointed to them in my image with the red arrows.  Im pretty sure the horizontal ones are  a "horizontal rule".  But what about the vertical ones?  And how does one implement them in a site?  http://i52.photobucket.com/albums/g29/FartyMcFly/Example.jpg
    Thanks for any answers in advance and I apologize if its something stupidly simple.
    Thanks

    How do I set the length of the border lines.
    I'm afraid there is no support for that in current CSS2 standards.
    You will be able to do it with CSS3 border-images.  But not for a few more years.
    http://www.css3.info/preview/border-image/
    In the meantime, you could put your border on a neighboring division -- see example below:
    http://alt-web.com/TEMPLATES/CSS-Basic-2-column-layout.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Exporting problem; WHAT ARE THESE HORRIBLE GRAY FUZZY BOXES THAT POP UP

    I am new to AE.  Spent hours and hours creating this kinetic text animation....uses illustrator layers, and a null layer to push it around...i used the fuzz and whizz add on....i use the latest CC, and I export in H624...WHAT ARE THESE HORRIBLE GRAY FUZZY BOXES THAT POP UPP.....PLEASE HELP.  I am on a PC.  I have the whole suite.
    HARDWARE:
    Dell Laptop
    Manufacturer: Dell Inc.
    Model : Latitude E5440
    OS:
    Windows 7 Professional x64
    Version: 7601
    Service Pack: Service Pack 1
    Processor: 
    Intel(R) Core(TM) i5-4300U Cpu @ 1.90GHz 2.50 GHz
    Installed memory (RAM):
    8.00 GB (6.4 ALLOCATED TO premiere pro)
    System type:
    64-bit Operating System
    Display adapters:
    Intel® HD Graphics Family (not a card, this is a laptop)
    SPACE:
    Available Physical Memory 4148 MB
    Total Physical Memory 8097 MB
    lots of space on hard drive..i have to use an external usb
    System BIOS Info BIOS Date: 9/18/13

    Thanks,  Here is some more info with an image.....I am just moving and scaling text around on Null layer and the Ease and Wizz.jsx .  My assets are all on a fast USB external drive.

  • How fast and powerful are these new 24" 2.8 fully loaded beasts?

    are these new imacs fast? can they handle GB 08 and CS3?
    im trying to compare this new 24 inch ( 2.8 GHZ) beast with all the RAM in it to a G5 desktop quad or DP 2.5 all with plenty of RAM.
    Does the new IMAC speed through Garageband ( 20 tracks of data ) or Photoshop CS3 with 50 MB files?
    is it a new beast to contend with or just a little prettier and more featured? or is this now a computer that will tolerate lots of data without slowing down or choking on big size files?
    I would love a mobile ( in the car out of the car perse ) unit that will step up to the task.
    anyone who has pushed it pretty far would appreciate any responses.....

    I ordered the standard config on the Apple store....it came with 2 gb of ram. I wa suprised I didnt have to upgrade anything. I took that as a sign..LOL. I got mine the 14th. Not bad for a new computer. After reading all the posts here I was a bit concerned getting a new model, but so far no problems. I also use an Airport extreme with gagabit ethernet so everything feels really fast.
    I hope your computer is a flawless as mine. The only recommendation I have is to make a good backup of your old system before you get your new one. It will allow you to choose what to move over and what to trash from your old system.
    Also, get some sunscreen for sitting in front of that 24" monitor
    I hope you enjoy your iMac... I cant get away from mine. I own a consulting company and I am seriously considering moving to add Mac consulting to the business.
    Tom

  • VRD/@@D -what  are these ?

    in TSTC - VRD and @@D are present.
    But when you execute the transaction...Its not possible. The Description forVRD is that
    @@D is that it calls a debugger documentationbut if you try to execute the TCD there is no visible changes !
    VRD - SD  Generate data F.orders on Hand
    What are these ? Shed more light,please !

    > .... what interests me is HOW ...HOW did you fnd this !!! this is the interesting point.
    That is actually what I wanted to ask you. Were they in a menu?
    My "quick check":
    I used SE80 to compare the tcodes, the programs and the screens.
    I checked the where-used-lists of the programs and found V.17 etc, and the note pointing to the new functionality for this.
    I checked the screens and also possible new screens for @@D (the debugger has changed).
    I then checked PRGN_CORR* to see whether there were any documented (but unrecognizable) replacements for these tcodes.
    I came to the conclusion that the functionality is gone, or the new implemention of it (together with new functionality) is so different that it is not recognizable in a quick comparison of tcodes, programs and screens, using SE80. So, those tcodes are relics which have been replaced by other, hopefully better, functionality (knowing the "go to" feature which is protected by the most sever authority check available, it looked as if @@D was a prototype of it from earlier - but that is just a guess).
    Perhaps '@@D' created ' VRD' accidentally?
    Enjoy the weekend,
    Julius

  • What are the new features in R12 iStore as compaired to 11i?

    What are the new features in R12 iStore as compaired to 11i?
    Also plz tell main difference in R12 and 11i iStore functionality.

    Hi,
    The information can be found in Release Content Documents (RCD) Published by Oracle.
    Please refer metalink note 404152.1 ... download "Customer Relationship Management Family RCD (zip, 3.2 MB)"
    You will find istore specific details in r12_mkt_sales_rcd.zip
    Thanks,
    Hrishi

  • My company loaded profiles onto my iPad for email and calendars.. There is also a signing certificate and a certificate. What are these for? Additionally are they able to monitor apps and usage, ie Internet usage when it is not on their wifi?

    My company loaded profiles onto my iPad for email and calendars.. There is also a signing certificate and a certificate. What are these for?
    Additionally are they able to monitor apps and usage, ie Internet usage when it is not on their wifi?
    I do not have any VPN enabled?

    Do you happen to have an Android?  If so and depending on what version there is a great data usage analyse tool built-in.  See if you can go to Settings -> Data Usage  from there you can pick a current or previous billing cycle and then use the vertical sliders to select a date range and it will filter the usage data per app to show you exactly what app(s) were using data during that time frame.

  • What are the New features in OBPM in performance, integration & dev level

    Hi,
    Could someone help me
    I would like to know what are the new features in Oracle BPM that will improve the performance of appln,
    and new features in integration and development level.Thanks in advance.

    Hi,
    The information can be found in Release Content Documents (RCD) Published by Oracle.
    Please refer metalink note 404152.1 ... download "Customer Relationship Management Family RCD (zip, 3.2 MB)"
    You will find istore specific details in r12_mkt_sales_rcd.zip
    Thanks,
    Hrishi

  • What are the new sony phones which support flashlite 1.1?

    Hi friends,
    Can you please tell me that what are the new sony phones
    which support flashlite 1.1?
    and which have wallpaper etc. in flashlite.
    regards
    vivek

    Here
    it is a link in this very site!!!

Maybe you are looking for