Verizon Apps Wishlist for Windows Phone 7

I have seen leaked details of the My Verizon app for Windows Phone 7 online.  It looks like it lets people view their plan, update their profile, view usage, see vcast vidoes, and it has a cool family locator.   What apps or features do people want to see from Verizon once WP7 launches?
Here's my list:
- Visual Voicemail
- Tethering App

Windows Phone 7 as of NoDo update which includes CDMA support also has Copy & Paste built in so no app needed there.
Twitter apps exist and when Mango update rolls out later this year will also have twitter integrated just as Facebook presently is.
Multitasking is coming with Mango update and appears to be pretty quick and easy to use. I've seen demo's and it is looking good.
The phone should sync with your live account without any problems. On the other hand Exchange I'm not sure of but it would be odd for MS not to support thier own software offerings with other software they supply. I believe it depends on what accounts are loaded into the phone and from there it will be able to sync the phone to exchange which is what Outlook usually relies on.
I see the only thing really is Twitter integration as somewhat relevant for those who tweet. I don't tweet so it is of no concern to me. Multitasking I can live without for the time being and will be nice to have down the road. Copy Paste is built in so you can scratch that off your list. Sync should work as well but I cannot confirm this especially without any knowledge of what your setup looks like presently. I would assume it works though.

Similar Messages

  • HP All-in-One Printer Remote App For Windows Phone 8.1 Troublesho​ot

    Dear HP,
    Device                Nokia Lumia 520
    OS                        Windows Phone 8.1
    Printer                HP Officejet Pro 8600 All in One Printer
    I have installed HP All-in-One Printer Remote on my smartphone as well as on my PC having Microsoft Windows 8.1. The PC app is running 
    fine but on my smartphone, app can't find my HP Wireless printer. All Devices(PC, Smartphone, Printer) are connected to same wireless LAN Network.
    Regards
    Sahyog Vishwakarma
    Mob.: +91-7206369455
    Yamuna Nagar
    Haryana

    Hi,
    The app for Windows phone is a BETA version. In my case (also a Nokia) it can find my printer but when sending something to printer, printer won't print. Again, it's only a BETA version.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Make a flashlight App for Windows Phone 8.1 (TorchControl not supported)

    I want to develop a simple flashlight app for Windows Phone 8.1 (non Silverlight). I used the TorchControl but it returns a false when i tried to run on my Device
    Here is the code i Used
    private async void SwitchOn(object sender, RoutedEventArgs e)
    var mediaDev = new MediaCapture();
    await mediaDev.InitializeAsync();
    var videoDev = mediaDev.VideoDeviceController;
    var tc = videoDev.TorchControl;
    if (tc.Supported)
    if (tc.PowerSupported)
    tc.PowerPercent = 100;
    tc.Enabled = true;
    else
    res.Text = "not Supported";
    Is there any other way to do that..
    Thanks In Advance.
    Gopal Kandoi

    Hi Gopal,
    I would also suggest you to try the solution from this post:
    https://social.msdn.microsoft.com/Forums/en-US/329c40e7-fa9a-4a27-8347-b4a80100842e/cant-turn-on-lumia-1520-wp-81-flashlight-use-videodevicecontrollertorchcontrol?forum=wpdevelop
    Start the video capture first and then start the torch control.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • QuickControl app for Windows Phone 8.1???

    Hello,
    I'm totally happy with my Thinkpad X240 but I would like to be able to use remote control -for instance to pause/resume VLC player when the Thinkpad is hooked up to my TV. I read that Lenovo has this great program 'QuickControl', but you obviously need an accompanying app on your smartphone.
    I can find the app for iOS and Android, but I happen to own a Windows Phone (with WP8.1)... Since I'm trying to build a 'Windows Only' life after mixed experiences with Android and OSX, I would really like the QuickControl app to be available for Windows Phone. I guess it would make sense for Lenovo -being a manufacturer of PC's- to also develop QuickControl for the Windows Phone...
    Does any of you community members know where to find this app, or if/when it will become available? Or do you know another WP app that can communicate with QuickControl installed on a Thinkpad X240?
    Any help is much appreciated. Oh, and by the way: Happy Holidays everyone!

    Nice free

  • Is there port of "HP Printer Control " app for Windows Phone?

    Are there port of "HP Printer Control " app for Windows Phone? This is at the same time request if there is not.
    Regards.

    Hello Zubru,
    I saw your post, good question! There are no apps at this time available for the windows phone however here is the link to the HP ePrint site to keep an eye out for any possible changes to that.
    Click the KUDOS star on the left to say “thanks” for helping!
    Please mark a reply “Accept as Solution” if it solved your issue so others can find it.
    I work on behalf of HP.
    I worked on behalf of HP.

  • How to make backward compatibility of windows phone 8.1 app for windows phone 7?

    I developed windows phone 8.1 app which is in windows phone store. Now, i want to make this app compatible for windows 7 also. Is it possible, if yes then how?

    It may be that you are using non-backward compatible capabilities in your Windows Phone 8.1 app(s).
    Developers that want to develop for different OS's usually have platforms with the different OS's on them for developing applications so they work on each platform.
    I suppose you developed for Windows phone 8.1 rather than Windows phone 7. Therefore your app runs on a different framework than a Windows phone 7 has as well as probably newer hardware with greater capabilities.
    So you will probably need to purchase an older phone that came with Windows phone 7 in order to develop for. I couldn't find documentation like the last link below (App capabilities and hardware requirements for Windows Phone 8) for Windows phone 7
    from Microsoft but maybe you can.
    Windows Phone OS 7.1 - Developing a Windows Phone Application from Start to Finish
    Types of Applications
    The Windows Phone application platform provides two frameworks for developing applications:
    Silverlight
    The Silverlight framework supports event-driven, XAML-based application development.
    XNA
    The XNA Framework supports loop-based games.
    Silverlight and XNA can also be combined in a single application.
    The following table lists some of the criteria that you can use to determine whether you should use Silverlight or the XNA Framework for your Windows Phone application. With Windows Phone OS 7.1, you can combine Silverlight and XNA into one application. 
    For more information about Silverlight and XNA, see
    The Silverlight and XNA Frameworks for Windows Phone. For more information about the application platform, see
    Application Platform Overview for Windows Phone.
    What's New in Windows Phone 8.1
    Platform convergence with Windows Store apps
    Windows Phone 8.1 introduces an important change in the Windows Phone developer ecosystem. In this release, Windows Phone converges with the Windows Store apps platform into a single developer platform that runs the same types of apps—Windows Runtime apps.
    Platform convergence began in Windows Phone 8, which supports a small subset of Windows Runtime APIs, but which differs from Windows in many core areas. In Windows Phone 8.1, there’s so much more in common—a much larger API set, a similar app model
    and life cycle, a shared toolset, a common UI framework—Windows Phone and Windows Store app developer platforms truly have become one, single development platform.
    Of course there are still some small differences in behavior and supported features between Windows Phone and Windows Store apps. Some of these are the result of timing of the different product cycles, and they may not appear in future releases. Some differences
    are the result of the different natures of phones and computers, their sizes, and the way people use them. We encourage developers to think in terms of Windows app development—developing for a single Windows Runtime, but targeting two different platforms on
    phones and computers.
    Required Tools for Windows Phone Development
    App capabilities and hardware requirements for Windows Phone
    8
    La vida loca

  • Playmemories app for Windows phone

    I have recently bought the HDR-AS100VR action cam, and has desperately beeb looking for the Playmemories app for my also recently acquired Windows phone. This however seems futile. I can find several post in here and others on the internet dating back from 2013 discussing why this app is not available for Windows smartphones. Sony (and Microsoft) please make an effort to help your loyal customers and see to it that this app is made available ASAP instead of pushing them into using other devices, which will be the result id nothing happens.

    Hi Kasper,
    The PlayMemories Mobile app is only available in iOS and Android devices. It is also available for Vaio running Windows 8 and 8.1. We understand that you'd want to control the camera or send pictures to your mobile device. We will take not of this and forward it to the engineering department for future product developments.
    Please refer to this other thread for suggestions on how to control the camera in a Windows phone. http://community.sony.com/t5/Cybershot-Cameras/Playmemories-app-for-Windows-phone/td-p/167875/highlight/true/page/8
    For further assistance with your concern, we recommend visiting our Sony Global Web site for information on contacting the Sony Support Center in your region at http://www.sony.net/SonyInfo/Support/.
    If my post answers your question, please mark it as "Accept as Solution". Thanks_Mitch

  • Visual studio 2013 Premium - No template for Windows phone 8 app development

    Visual studio 2013 Premium - No template for Windows phone 8 app development 
    I have selected all features while installation.

    Thanks for pvdg42's help.
    Hi Dhiraj Sakariya,
    Like the link provided by pvdg42, if you create a Windows Phone Silverlight project, you would get the option to select the Windows Phone OS version like this screen shot.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I can't install "windows phone power tool" in window 8 for windows phone 8 app development.

    Dear Sir/Mam,
    I can't install "windows phone power tool" in window 8 for windows phone 8 app development.
    I am download the Windows phone power tool  for install in windows 8 for wp8 app development then it show the dialogbox for install that software. if i am click on install button it shows a another dialogbox that 
    i am using this link for install wp power tool.
    "https://wptools.codeplex.com/releases/view/97029"
    System Update Required,
    Unable to install or run the application. The application requires that assembly
    Microsoft.SmartDevice.Connectivity Version 12.0.0.0 be installed in the Global Assembly Cache(GAC) first .
    More information on this system update can be found by visiting the site here()
    How can i solve this problem. Please help me for install wp8 power tool.
    Thanks & Regards,
    SrinivaaS.

    Hi SrinivaaS Birlangi,
    >>Microsoft.SmartDevice.Connectivity Version 12.0.0.0 be installed in the Global Assembly Cache(GAC) first
    When we meet the above exception, first please try to make sure that we have installed the WP8.0 SDK very well.
    Then please try to check the following article which may give you some idea:
    https://wptools.codeplex.com/workitem/41 .
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Open Question: question to those who comment about the lack of apps for Windows Phone 8

    We have read every Lumia review and we are listening. An open question to those who comment about the lack of apps for Windows Phone 8.Tell us which apps you miss? Nokia/MSFT Customer Care

    The major apps that are missing are Banking Apps.  There are a few, but major banks like Regions Bank, Capital One Bank, are nowhere to be found for Windows Phone.  Microsoft should be pursuing these banks to develop apps for the platform.  Maybe bribe them with free software or tech support or something.  Also some of the dating apps like Grindr for the gay community, Blender for the straight community, are lacking as well.  Perhaps Microsoft could assist them in developing the "unified" app for both Windows and Windows Phone?
    In fact, Microsoft would do well to begin a "Developer Assistance Program" where developers could (for a small fee) contact the DAP Center and get assistance with issues creating apps for the Windows Platform.  If developers know they have a source to go for assistance, they may be more inclinded to develop better apps.

  • Nokia HERE apps for Windows Phone 7.8

    Today Nokia released the HERE apps for the entire Windows Phone 8 family, that means, Nokia Lumia devices and HTC/Samsung/Huawei devices too. A few weeks ago it was even launched for iOS devices, that's iPhone. I've even heard that you people are working on porting those apps to Android. Now... why aren't Windows Phone 7.8 users like me stuck in the dark with no HERE apps? I currently have a Samsung Focus v1.3 which barely runs the integrated maps app, but honestly it sucks. I would love if Nokia could give us WP7.8 users some love, at least with the basic Maps app specially to have offline maps. Drive would be nice too, but it's not a really big deal to keep this devices "alive" for a couple of months. Currently my wife has a Lumia 800 and of course she's happy with it, looking forward to change it for a Lumia 920 when it arrives to her carrier, but since I use a prepaid line for better economy I'm not able to opt for a change and I'll have to stick with the Focus for a while as I can get a Lumia 920. So please, just think about it, I'm a developer for the platform, I know it's not hard to port that app for offline map catching, I realy doesn't matter if there's no 3D maps and all the navigation features, but it really would be nice and much of a need to have a decent offline maps app in Windows Phone 7.8.
    David Salazar
    Software Engineer

    Nokia Maps/drive has been made available to other OEMs to license for their devices afaik.. If Samsung or whoever choose not to that's up to them. For Windows Phone 8 this is a different story as maps is integrated much more deeply there.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Cisco Connect Cloud - Apps for Windows Phone.

    Are you planning to make apps for windowsphone?

    Hi! So far, what's indicated on cisco's site is that the mobile apps are only available for iOS and andoid only. But I came across this site: http://news.cnet.com/8301-17938_105-57460150-1/cisco-woos-developers-adds-802.11ac-support-as-connec... and quoting one sentence: "Cisco says this is just the beginning and that there will be hundreds of mobile apps that take advantage of the Cisco Connect Cloud platform, making home networking not just more convenient to use but also more fun and offering features that many people may not have imagined possible before."  With this statement, cisco might develop cisco connect cloud apps for windows phone.

  • How is SQLite used for windows phone 8.1 in Visual Studio2013

    Hi, 
           I'm developing app on Windows 8.1 currently. Can any one please help me with the steps to proceed so that I can create a database using SQLite for windows phone 8.1 through Visual Studio2013.

    Hi SwetaSinha,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help
    System, and Visual Studio Editor.
    Based on your issue, if you want to know how to create a database using SQLite, I suggest you can ask this issue directly to the  SQLite official website:
    http://www.sqlite.org/support.html, maybe you will get better support.
    In addition, since the SQLite is a extension tool for the Windows Phone 8.1, so I suggest you can post this case to the SQLite for Windows Phone 8.1:https://visualstudiogallery.msdn.microsoft.com/5d97faf6-39e3-4048-a0bc-adde2af75d1b,
    and then click “Q AND A”, you will get better support there.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SQLite3-WinRT / SQLite3Component for Windows Phone 8.1 (HTML5 & JavaScript)

    Dear all
    I am a newbie in the developpement for Windows 8.1 and Windows Phone 8.1.
    After a few weeks reading books and watching videos to learn developping Windows Store Apps 8.1 with HTML5 and JavaScript, I have started my very first serious application as a Universal Windows Store App using visual studio 2013 community edition. I would
    like to use SQLite for persisiting the data of my application.
    I installed the necessary extensions to VS2013 both for windows 8.1 and windows phone 8.1 (SDK + SQLite extension)
    I cloned the SQLite3-WinRT projet from GitHub, and, as VS2013 asked it, run the targetting process to upgrade to Windows 8.1.
    I successfully installed and tested SQLite3-WinRT using Javascript for the WIndows 8.1 part of my project.
    But when i tried to add the SQLite3Component project as a reference to my Windows Phone 8.1 project, VS2013 complained that SQLite3Component project is an invalid reference for a windows phone project... I can understand this as the SQLite3Component project
    seems to be a windows 8 only project.
    I have been looking for a solution for two days now without success and decided therefore to post my question here: is there a SQLite3Component project targetted for WINdows Phone 8(.1)? If not, what are my alternatives for persisting potentially large amount
    of data with advanced search queries locally on a windows phone?
    Thank you for any help the comunity could give me.
    Regards
    François

    While not specifically talking about JavaScript/HTML5 this article series outlines how to use SQLite in Universal App projects:
    http://blog.tpcware.com/2014/04/universal-app-with-sqlite-part-1/
    I have already used it from C# and given that we're talking about WinRT components it should be accessible from WinJS as well. Hope it helps.

  • Renderpdf for Windows Phone 8.1

    Hi,
    I am trying to build a windows phone 8.1 app in which I want to render a PDF (with possible zoomed view) and display it and also I want to generate images from that PDF. Is there any third party component for doing this task?
    Thanks in advance.

    UPDATE
    According to these links and the comments from Mitch Denny, can somebody confirm that .appx files (company apps) cannot be deployed/installed on windows phone 8.1 yet?
    http://blogs.technet.com/b/windowsintune/archive/2014/05/12/what-s-coming-next-with-windows-intune.aspx
    http://blogs.technet.com/b/windowsintune/archive/2014/04/28/availability-of-update-to-windows-intune-for-windows-phone-8-1-and-samsung-knox-standard.aspx
    I would really appreciate if someone can confirm me this, because im struggling with this since days and there is no official statement from MS.
    Thanks

Maybe you are looking for

  • IPC CRM 7.0 Requirements

    Hi Experts, Scenario: I have a pricing procedure with 20 condition types. 5 of them have a requirements assigned. If the Requirement returns false, the condition type would not be applicable. If the Requirement returns true, the condition type is val

  • How do I download a previously purchased version of Adobe?

    I recently had to rebuild a computer and I can't figure out how to download my previously purchased version of Adobe Acrobat X Pro Student and Teacher Edition from the Adobe web site.

  • Proxy monitoring in PI 7.1

    Hi Expert. Iu2019m working with PI 7.1 I would to monitor the communication between the  SAP ECC and SAP PI. SAP ECC and SAP PI communicate by proxy. I would know if I can monitor the proxy abap using SAP PI Message Error Monitoring based on Message-

  • Faux Double Profiling

    I have been having all the symptoms of double profiling contrasty, magenta prints when printing to my HP B9180 from Lightroom 1.4.1. (This also happened with LR 1.1 and 1.3, though I do not remember having problems with LR 1.2.) From my research abou

  • How to zip a file before uploading?

    I know we don't have much control when uploading files, but can we zip files when uploading them from a Flex application? Any code examples or links to such? Thanks, Greg