Why should I as a developer support Sony Smartwatches?

So I have an android app with 11k active users and see there is only 250 apps for SW2. Not only is the API different for SW2, Pebble and others, even the SW2 differs from SW1 in that you have to specifically target each device.
And on top of all that I'm a bit concerned about the maintenance nightmare when users blame the developer for unresponsive apps while it is actually the bluetooth or the SW2 itself that is buggy as I read here in the forum.
Now there are rumores about a SW3. Is SW2 a dead product and SW3 will use yet another API? What is Sony's effort to get some quality apps on the SW series? Is "SW" a failed experiment with all the wrist bands falling off, watches falling apart and watches randomly disconnecting, or is this a horse I should bet on?

I got help on Stackoverflow but … very little activity overall. But yeah, it's cool to have a top 100 app with one day of effort No, seriously, the development of SW2 is a PAIN. Lost 4 hours on one occasion as I attributed the app not showing up on the SW2 to some code change and I reverted back and forth and couldn't get it to show again, so I charged the SW2 as some devs reported that on low battery it behaves weird. While loading I found that I have to reboot my phone. That finally helped. Yeah, it's cool to have a SW2 as a user but users don't appreciate the pain of the developers. Try making a watchface and you get a 2.3* rating as yeah, guess what, watchfaces are not possible on the watch.

Similar Messages

  • Why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?

    Dear Friends, 
    Since I have started using LABVIEW FPGA, I got too many questions in my mind looking for answers! 
    1-      Does anybody can tell me “why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?”
    I mean there are many great tools in this field (e.g. Xilinx ISE, ….); what makes LABVIEW FPGA the perfect tools that can save my time and my money? 
    I’m looking for a comparison can show the following points:
    ·         The Code size and speed optimization.
    ·         Developing time.
    ·         Compiling time.
    ·         Verifying time.
    ·         Ability to developing in future.
    ·         …etc.. 2-     
    I’ve Spartan-3E kit, I’m so glad that LABVIEW support this kit; I do enjoyed programming the kit using LABVIEW FPGA, but there are too many obstacles!
    The examples come with Spartan-3E driver don't cover all peripherals on board (e.g. LAN port is not covered)! There is a declaration at NI website which is "LabVIEW FPGA drivers and examples for all on-board resources" Located at: http://digital.ni.com/express.nsf/bycode/spartan3eI don’t think that is true!
    Anyway, I will try to develop examples for the unsupported peripherals, but if the Pins of these peripherals are not defined in the UCF file, the effort is worthless! The only solution in this case is to develop VHDL code in ISE and use it in Labview FPGA using HDL node!?
    3-      I wonder if NI has any plan to add support for Processor setup in Labview FPGA (Like we do in EDK)?
    4-      I wonder if NI has any plan to develop a driver for Virtex-5 OpenSPARC Evaluation Platform ?http://www.digilentinc.com/Products/Detail.cfm?Nav​Path=2,400,599&Prod=XUPV5 
    Thnaks & regards,Walid
    Solved!
    Go to Solution.

    Thanks for your questions and I hope I can answer them appropriately
    1. LabVIEW FPGA utilizes the intuitive graphical dataflow language of LabVIEW to target FPGA technology. LabVIEW is particularly nice for FPGA programming because of its ability to represent parallelism inherent to FPGAs. It also serves as a software-like programming experience with loops and structures which has become a focus of industry lately with C-to-gates and other abstraction efforts. Here are some general comparison along the vectors you mentioned
    Code Size and speed optimization - LabVIEW FPGA is a programming language. As such, one can program badly and create designs that are too big to fit on a chip and too slow to meet timing. However, there are two main programming paradigms which you can use. The normal LabVIEW dataflow programming (meaning outside a single-cycle loop) adds registers in order to enforce dataflow and synchronization in parity with the LabVIEW model of computation. As with any abstraction, this use of registers is logic necessary to enforce LabVIEW dataflow and might not be what an expert HDL programmer would create. You trade off the simplicity of LabVIEW dataflow in this case. On the other hand, when you program inside a Single-Cycle timed loop you can achieve size and speed efficiencies comparable to many VHDL implementations. We have had many users that understand that way LabVIEW is transformed to hardware and program in such a way to create very efficient and complex systems.
    Development Time - Compared to VHDL many of our users get near infinite improvements in development time due to the fact that they do not know (nor do they have to know) VHDL or Verilog. Someone who knows LabVIEW can now reach the speeds and parallelism afforded by FPGAs without learning a new language. For harware engineers (that might actually have an alternative to LabVIEW) there are still extreme time saving aspects of LabVIEW including ready-made I/O interfaces, Simple FIFO DMA transfers, stichable IP blocks, and visualizable parallism.  I talk to many hardware engineers that are able to drastically improve development time with LabVIEW, especially since they are more knowledgable about the target hardware.
    Compilation Time - Comparable to slightly longer to due to the extra step of generating intermediate files from the LabVIEW diagram, and the increased level of hierarchy in the design to handle abstraction.
    Verification Time - One of our key development initiatives moving forward is increased debugging capabilities. Today we have the abilities to functionally simulate anything included in LabVIEW FPGA, and we recently added simluation capabilities for Imported IP through the IP Integration node on NI Labs and the ability to excite your design with simulated I/O. This functional simualation is very fast and is great for verification and quick-turn design iteration. However, we still want to provide more debugging from the timing prespective with better cycle-accurate simulation. Although significantly slower than functional simulation. Cycle-accuracy give us the next level of verification before compilation. The single cycle loop running in emulation mode is cycle accurate simluation, but we want more system level simulation moving forwrad. Finally, we have worked to import things like Xilinx chipscope (soon to be on NI Labs) for on-chip debugging, which is the final step in the verification process. In terms of verification time there are aspects (like functional simulation) that are faster than traditional methods and others that are comparable, and still other that we are continuing to refine.
    Ability to develop in the future - I am not sure what you mean here but we are certainly continuing to activiely develop on the RIO platform which includes FPGA as the key diffentiating technolgoy.  If you take a look at the NI Week keynote videos (ni.com/niweek) there is no doubt from both Day 1 and Day 2 that FPGA will be an important well maintained platform for many years to come.
    2. Apologies for the statement in the document. The sentence should read that there are example for most board resources.
    3. We do have plans to support a processor on the FPGA through LabVIEW FPGA. In fact, you will see technology on NI Labs soon that addresses this with MicroBlaze.
    4. We do not currently have plans to support any other evaluation platforms. This support was created for our counterparts in the academic space to have a platform to learn the basics of digital design on a board that many schools already have in house. We are currently foccussing on rounding out more of our off-the-shelf platform with new PCI Express R Series boards, FlexRIO with new adapter modules, cRIO with new Virtex 5 backplanes, and more.
     I hope this has anwered some of the questions you have.
    Regards 
    Rick Kuhlman | LabVIEW FPGA Product Manager | National Instruments | ni.com/fpga
    Check out the FPGA IPNet for browsing, downloading, and learning about LabVIEW FPGA IP Cores

  • Why should we use WSDL for developing webservices

    I need to develop Webservice Application for our Client .
    I dont know anything about WSDL4J
    Hi from the net i found this
    "The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents.
    Is the reference implementation for JSR110 'JWSDL' (jcp.org)."
    But anybody please tell me why should we use WSDL for developing webservices ??
    Is there any specific advantage we will get ??
    And Can body please point me a link where to start for working with WSDL4j ?
    Thank you very much

    i seriously doubt you want to use wsdl4j unless you are doing really advanced webservice work. assuming you are developing this webservice from scratch, you basically want to use JAXWS: define an appropriate interface and your value classes, and let JAXWS do the rest. metro is the JAXWS implementation included in the oracle jdk and it has great tutorials and reference documentation online. i'd suggest you start here: http://metro.java.net/getting-started/

  • Does Element 11 support Sony A7r? why can't I use my element 11 to process images produced by Sony A7r?

    does Element 11 support Sony A7r? why can't I use my element 11 to process images produced by Sony A7r?

    If you convert your files to the Adobe Raw format (DNG)thyry will open in PSE11.
    Windows download (.exe file) click here DNG Converter 8.3
    Mac download (.dmg file) click here DNG Converter 8.3
    You can convert a whole folder of raw images in one click. See this quick video tutorial:
    You Tube click here for DNG Converter tutorial

  • Why should I have to PAY Apple Support to help me with an issue that the iO6 caused to begin with????

    Would somebody please explain to me why I should have to PAY Apple Support to help me with an issue that THEY caused to begin with??? I still cannot connect to WiFi with my iPhone since the upgrade yesterday.  Will they pay for my data overages??? I have tried every suggestion that has been on the Apple Forums...and none of them work. Then when I tried contacting Apple..I found out I have to PAY for their help.  Are they kidding me??

    But it's Apple's fault I'm having a problem...not mine. It's not right.

  • It appears you have no support. Why should I purchase your products

    No support why should i purchase your products ?

    These are user to user forums, no one here is selling you any products.  As far as support goes, if you look around you will see that plenty of support is offered for people who post their issues here, and fairly quickly at that.  There are also support channels for directly contacting Adobe that are clearly advertised in their web site.  Where are you looking that you conclude there is no support?

  • ESOA :  Why should we choose ESOA

    Hi experts!!!
    I recently entered into esoa practice. I have so many queries to put in.... Here are a few....
    1) how customer gets benifit out of this esoa...??? how it solves customer problems in present market.??
    2) In which form these services are served? (wsdl/ any common format acceptable by all kinds of applications or it is completely based on Netweaver platform?)
    3) If it is a wsdl, why should we go for PI 7.1 only...we can also generate wsdls from all previous versions ?
    4) According to my understanding from all the blogs & forums, all services will be developed and registered in ESR ( which resides locally in my company), then how these services are said to be global??
    5) what is the big difference PI 7.1 makes over the previous versions?
    6) How ES workplace is helpfull to my development?
    7) I have installed ESR & CE 7.1 into my system.. but i am unable to find proper support from SDN ?  Is it still have to come up? or Is no one using PI7.1 yet? or any other reasons??
    8) and most imortantly, I have not found any architectural details about ESR or PI 7.1 or CE 7.1. please ignore this question if i m wrong.
    It would be great help to all...
    Regards,
    Pavani

    Hi Pavani,
    Lot of questions. If you have gone through the ESOA Architecture/framework, you would have find answers to most of your questions.
    > 1) how customer gets benifit out of this esoa...??? how it solves customer problems in present market.??
    SOA architecture is spreading with a good pace. Its always better to walk with market trends.
    Customer can benfit from less implementation costs, fast implementations and finally the maintainace would be quite easier with ESOA
    > 2) In which form these services are served? (wsdl/ any common format acceptable by all kinds of applications or it is completely based on Netweaver platform?)
    Yes it is WSDL. It is based on standards and acceptable to all SAP, Non-SAP applications.
    >
    > 3) If it is a wsdl, why should we go for PI 7.1 only...we can also generate wsdls from all previous versions ?
    PI 7.1 contains ESR where you can define/design your new Enterprise services with some governace mechanism. Technically Enterprise Services are Web Services but it has strong governance mechanism. You can develop/define simple web services from previous PI versions.
    > 4) According to my understanding from all the blogs & forums, all services will be developed and registered in ESR ( which resides locally in my company), then how these services are said to be global??
    Nope, they will be developed in ESR( Enterprise Services Repository) and would be registered in Service Registry not ESR.
    >
    > 5) what is the big difference PI 7.1 makes over the previous versions?
    PI 7.1 is coming with lot of new features, but related to ESOA , main is the ESR.
    > 6) How ES workplace is helpfull to my development?
    ES Workplace provide test servers where SAP has already hosted implemented services. You can consume that services using your applications. And documentation is provided along every Enterprise Service. SAP has hosted ES Woorkplace for evaluation purpose only
    > 7) I have installed ESR & CE 7.1 into my system.. but i am unable to find proper support from SDN ?  Is it still have to come up? or Is no one using PI7.1 yet? or any other reasons??
    A lot of documentation is available and also forums are available for both CE and ESR. But it will take time to reach at atht level when compared to other Netweaver products
    > 8) and most imortantly, I have not found any architectural details about ESR or PI 7.1 or CE 7.1. please ignore this question if i m wrong.
    Go through recent Teched Material, you will find a lot.
    Hope this helps.
    regards,
    Piyush

  • Why should I use EJB

    Hi,
    My name is Gandharv Sirohi. I am a student, and new to EJB. I want to know why should I use EJB, before I can start learning it if every thing can be done using Java Servlets and JSP.
    I tried to find out the answer to this question in books but there is no satisfactory answer.
    Can some body help me understand this simple question. I will be thankfull

    Hi gandharv,
    It's true there are a lot of services available to both the web tier and the EJB tier. One of the
    real strengths of EJB is support for transactional business logic. Web components can
    explicitly demarcate transactions via UserTransaction, but container-managed transaction
    support in EJB components at the business method level offers a much simpler approach
    for developing and maintaining such applications. An example of some EJB services not available
    in the web tier are : method-level security, RMI-IIOP access, message-driven beans,
    transactional/persistent timer service, stateful components, extended container-managed
    persistence contexts, guaranteed single-threaded execution, and interceptors.
    Of course there are many services available to the web tier that are not in EJB. It's not
    about picking one of the two that should always be used. Like any tool/technology, each has its strengths, weaknesses, and design center.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Any experience while buying Adobe Developer Support case(s)?

    Hi,
    Adobe instead of answering Acrobat SDK related questions properly in this Developer's forum tries to push me/my company to become an Adobe Solution Partner and buy Adobe Developer Support case(s) to resolve all undocumented or better to say not fully documented as it should Acrobat SDK issues.
    Now, I'd like to ask other developers here - do you really have any experience while buying those Developer Support cases? What is the cost of each separate one? Under Silver Solution Partner program you could get 7 cases, but need to pay about 1700 EUR, which is really huge cost.
    And what is a separate Developer Support case? For example - solving a problem with Cyrillic text output and possible memory leak with JPEG generation (both issues reported by me and unresolved in this forum) will require 2 cases or could be solved via just a 1?
    I'll really appreciate your answers on this topic. If someone from Adobe Sales could look at this - it would be great as well.
    Regards,
    Andrejus Chaliapinas
    [signature edited by host]

    Do you follow all my recent postings in this forum? If so - then you should understand that I don't expect to pay Adobe anything ahead (even with some mysterious REFUND possibility) in regards to its SDK usage. Otherwise - I expect Adobe to promote its SDK to all possible developers worldwide and tell everybody, that its state of the art piece of software and if we find anything suspicious in functionality - it will be fixed right away.
    Of course I could switch to some Open Source PDF generation libraries (I'm aware at least of 2 of them), but why should I if I'm partnering with big customer who has Acrobat Professional Volume Licensing in place and thus it's already proven fact that Acrobat Professional license is bought and Adobe got money for that already.
    Let me compare with IBM once again - they have such nice Design Partner Program in place (where my company is actively participating for last 3 years) and it costs my company 0 cents to use latest versions of some products and report issues for everything as well as APIs. Well, there is proper NDA for that, but Adobe could have that as well and I see no reason why not.
    So, if this forum is mostly for some enthusiasts rather that for serious developers - then I could understand all those Adobe restrictions. But otherwise - really not.

  • Why should I switch my Nokia 1020 for an Iphone 5c

    Ive been using an Iphone 4 for the last 2 year's and that phone never missed a beat ! when my upgrade time came the cost of new Iphone's was too much for me so upgraded to a Nokia Lumia 1020. It's a nice phone with some great feature's but I really feel the need to switch back.
    Please let me know youre opinions. Why should I switch back.
    Please help as it's driving me crazy.
    Scott

    Who do you want to be in email for support, etc.? Do you want to be kwarp on the internet and on a resume? What image do you want to project? Individual or business or phantom or...? How good are you at juggling both references? Which would you want on a business card?
    I wouldn't want to strictly maintain two IDs (nick versus real), especially for the long term.
    Pick one and stick with it. Let the other be incidental.
    I also believe these are detailed when doing the contracts, with at least partial explanations of how they will be used, so you can ponder your way during the application process.
    Developer ID/Name (as registered by you) shows up as 'seller' as I recall - different from the name version attached to the copyright tag. You could use 'kwarp' as seller with 'greg lieberman' after the copyright and at least for this example, use both.

  • I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help :(

    I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help

    Hi Ishrak,
    I apologize, I'm a bit unclear on exactly what you are trying to log into with your Apple ID, or what exactly you are seeing (alert message, directions, etc) when you try to do so. If you continue to have issues with your Apple ID, you may find one or more of the articles linked from the following page helpful:
    Apple ID - Apple Support
    Regards,
    - Brenden

  • Clients Business area: Banking Services - BI Development & Support?

    Hi All,
    I would like to know the things taken into consideration while working in developement & support projects with respect to domain.
    As we have a clients doing retail business for whom the BW is implemented,<b> In the same way i want to have the info of BW development & Support in the below areas:
    1.Banking Services
    If we will be in banking services project, what & all we should know like landscape of the client, their business process etc.,
    How those will be?</b>
    The info asked is a bit tough for providing the needed info, but as we know that nothing is impossible in SDN.
    Thanks in Advance.

    Hi all,
    No one has answered yet...
    Can anyone plssss

  • Lack supporting Sony RX100 II in Adobe Camera RAW

    Please, integrate full support Sony RX100 & RX100 II to Adobe Camera RAW. This is a very good and expensive cameras. I replace my Nikon D5100 with Sony RX100 II, and second gives better quality despite very small size. But support in Camera RAW limited to opening ARW files — there are no lens profiles for this cameras: automatic correction of chromatic aberration, distortion and vignetting does not work.

    Hi,
    That specific camera doesn't seem supported as far as lens correction profiles in the latest camera raw 8.2 in photoshop cs6/cc, but you could download the
    the Adobe Lens Profile Downloader and search for one.
    http://www.adobe.com/products/photoshop/extend.displayTab2.html
    The best match i could find is for the Sony RX100, so you can try them and see if they are satisfactory.
    After you download the profile(s), they should show up in camera raw.

  • Does the mozilla OS support sony xperia tipo(single sim)?

    Does the mozilla OS support sony xperia Tipo(single sim) ?
    If yes how would i be able to install it in my mobile phone and will it function properly and smoothly ?

    You can get start from here:
    *https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Porting
    *https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build
    *https://wiki.mozilla.org/B2G/Porting
    btw, This is support forum, we dont handle this type of question, however you can ask porting related help at b2g mailing list or [https://www.mibbit.com/?server=irc.mozilla.org&channel=%23b2g irc channel].
    *[email protected]
    *irc://irc.mozilla.org/b2g

  • Clients area - Banking Services - BI development & Support ?

    Hi All,
    I would like to know the things taken into consideration while working in developement & support projects with respect to domain.
    As we have a clients doing retail business for whom the BW is implemented, <b>In the same way i want to have the info of BW development & Support in the below areas:
    1.Banking Services
    If we will be in banking services project, what & all we should know like landscape of the client, their business process etc.,
    How those will be?</b>The info asked is a bit tough for providing the needed info, but as we know that nothing is impossible in SDN.
    Thanks in Advance.

    Hi all,
    No one has answered yet...
    Can anyone plssss

Maybe you are looking for

  • HT1349 My Ipod was stolen how do i get the serial number?

    My IPOD was stolen how do I get the serial number?

  • ABAP Program or Function Module to activate infospoke/openhub table

    Hi, Post migration to production, when i am trying to load the data in open hub table, its showing OH table is not active. i had tried to all aspect but i am unable to load the data. is there any ABAP Program or Function Module to activate infospoke/

  • BlackBerry Z10 prompting to turn off itself! help!

    Guys, I'm using a BlackBerry Z10 STL 100-2. There's a weird thing happened with my phone lately. sometimes, when I'm trying to lock the phone, my Device recognizes it like I'm holding the power button, and prompting to turn off, but I'm not, i just c

  • 2 iPads, 1 Laptop, 2 iTunes accounts

    I have just purchased an iPad 2 for my parents to use in assisted living.  I would like to have two iTunes accounts so I can manage their iPad but not sync my content with their device.  How can i set up two accounts on one laptop?  They will also ne

  • Set system wide default mailto url

    I'm trying to configure system wide settings in linux so any new user will apply for this settings. I want register my zimbra server with mailto links. I've found some information here: http://www.zimbra.com/forums/general-questions/48547-how-control