Tagged mobile app

I like a lot the new beta version Tagged for Android. Make these new options and this new design and into hi5 mobile app, and hi5/Tagged web site. Would be cool! I think the Tagged team work for make this. I love Tagged! A good idea is to improve the Wink and into mobile app. This can be cool! What think about this? Good luck at work! 

Moving this discussion to the Adobe Shape CC forum.

Similar Messages

  • Dreamweaver CS5.5 Mobile Apps with PHP and MYSQL?

    Hello,
    I don't have Dreamweaver CS5.5 yet and I've been trying to search for information on this but I couldn't find any. I've been learning PHP and been developing with MYSQL with Dreamweaver CS5 but I wanted to know if I can use the same tags and everything if I would to build a Mobile App using the new Dreamweaver CS5.5 (http://tv.adobe.com/watch/cs-55-web-premium-feature-tour-/dreamweaver-cs-55-jquery-mobile- pages/). I overlooked at the video and it seems pretty easy building an app. So is PHP and MYSQL easily integratable? Are there any examples that I might be able to check out?
    Thanks!

    No. PHP is a server-side scripting language that requires a server (or server-like environment) to run.
    An iPhone (or Android) application does not allow for a "built-in" server (which is resource intensive and has scary security implications). You just can't build an application with PHP/MySQL for a mobile device. Instead you can build a web service that your HTML/JavaScript mobile application can then communicate with. This is the only supported way you can use PHP/MySQL in a mobile app. Again: the PHP/MySQL should reside on a server and your HTML/JS mobile app can then communicate with that web service. That's what instapaper and other applications do.
    Frankly, just make a web application that's mobile device friendly and you'll:
    1) Avoid all the messiness of the app stores
    2) Have greater control over what your web app can do (don't have to tow the Apple/Google line)
    3) Have a web app that can work across mulitple mobile devices as well as standard web browsers (i.e. more audience = more $).
    4) Future proof your application (pushing updates to your server and everyone using your web app is updated)
    Otherwise, read-up on Adobe AIR and what it supports and remember, the best apps are written natively for the platform (i.e. want to write an app for an iPhone? Learn Objective-C and use xCode on a Mac. Want to write an app for Motorola Xoom? Learn the Android SDK and use inteliJ).

  • A mobile App for lulu would be amazing!

    As I now have my phone as my link to everything from banking to research, I think a mobile app for lulu would be amazing in order to track sales, promotion of author spotlights and all the other wonderful stuff lulu.com provides us, the selfpublished authors.

    Mobile Flash is no longer being developed (it was discontinued around 2011, IIRC). It never existed on any Apple idevice and buggy versions were installed on Android, but that stopped in August of 2012.
    If your Flash files are video, convert them to a more modern standard (MP4, OGV, WEBM) and use the html5 <video> tag.
    If they're interactive files, ask yourself "can a mobile user interact with these in any appreciable way?".
    Remember, mobile devices don't have mice, all those cool mouse-dependent effects and navigation tricks available in Flash do nothing in the old, buggy mobile Flash environment.
    You "can" get an old version of Flash on some Android phones. It's a relatively hacky feeling way to install called "Sideloading" that typical viewers WILL NOT do. You just have to find a version of the Flash .apk that works with your current Flash files, have a phone that allows Sideloading, then convince your viewers that the file you found isn't going to harm their device since it's no longer available through the secure/trusted channels they would normally go to.
    A very tall order.

  • Sap fiori app, is it mobile app or app works in mobile browser, for receiving notifications

    HI all,
    is fiori app is a real mobile app, or is it purely application that works on mobile browser.
    we have installed sap fiori client from google playstore. configured sap fiori client with fiori launchpad url, so we are able to access the fiori app.
    if we want to develop fiori mobile app to work like news app, for e.g. a notifications should be received to the mobile user, even without mobile user explicitly opening the sap fiori client app. e.g. incase of news app, when the mobile user gets notification, then clicks on the notification, this opens the news app.
    can we achieve/develop sap fiori app, which can send the notifications to mobile users.
    our customer wants notifications like "Your leave request approved" to their employees on their mobile, as soon as the leave is approved by manager.
    currently our customer can see only when they manually launch fiori launchpad from their mobile.
    thanks,
    Madhu_1980.
    Tags edited by: Michael Appleby

    Hi Madhu,
    Please take a look these documents.
    SAP Fiori UX - Mobile
    SAP Fiori & SMP
    Getting Started with Kapsel - Part 1
    Regards, Masa
    SAP Customer Experience Group - CEG

  • As a Buyer, Paying from Website is ok but "transaction refused' from Mobile app

    Hi,
    as a Buyer, When paying from website is ok but 'transaction was refused' from Mobile App.
    Error Code: 08-07 01:09:24.650 17721-18251/----------------------/paypal.sdk﹕ request failure with http statusCode:400,exceptionrg.apache.http.client.HttpResponseException: Bad Request
    08-07 01:09:24.650 17721-18251/-----------------------------------/paypal.sdk﹕ request failed with server response:{"name":"TRANSACTION_REFUSED","details"],"message":"The request was refused","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#TRANSACTION_REFUSED","debug_id":"8c6e3fef7b2a2"} Pls let me know, why this is happening.... Buyer's My paypal currency : EURO
      

    1) Repost (copying from your original source, NOT from your first post here) using the CODE button or [code] and [/code] tags so that your code will be readable.
    2) Provide details about what "doesn't work" means.

  • SAP Mobile app Stock photo not work for network location

    Hi Experts
    I found if we use network location path (e.g.
    servername\pic folder\) in SAP Business One General Settings -> Path, Picture Folder, then if we logon SAP B1 Mobile app from iPad/iPhone, and try to open stock photo, we will get error:
    Processing Failed
    Internal server error: contact your system administrator
    It looks like it only work for local path, e.g C:\pic
    Even we put path as :
    local pc name\pic folder, it is also not work.
    Any idea about this?
    Thanks
    Tim

    The first link is a temporary fix for a machine that only one or two people will use. This will not fix the Library Machines that some 3000 users can use at anytime. I can not pre-add all these users every time we image a machine. We also loan out laptops and I need these machine to wirelessly login dynamically to the domain. But I also need these machine to allow access if these machine are removed from our campus and the wireless access is not available.
    Thank again for the help and I hope someone at Apple can fix this soon. I going to have a hard time telling the client that thay can not use the OS that came with they're machine.

  • Integrating a PHP Web App with an Existing Azure Mobile Services and Mobile App

    I've got an existing mobile app that is integrated with Azure's mobile services. The mobile services are currently connected to Azure Active Directory with MFA enabled. I'd like to build a separate PHP-based web application (Azure VM) that uses this existing
    mobile service and authentication.
    I reviewed the Azure PHP SDK, but didn't see any tie-ins to the Mobile Service. Additionally, Azure has some great tutorials, but for mobile services they all seem to focus on iOS, Android, and Windows phone. Any insight into how to tie a PHP-app into this
    backend would be much appreciated!

    Although there isn't any client library for PHP, you can still access Mobile Service using the
    Azure Mobile Service REST API.
    Abdulwahab Suleiman

  • FIOS Mobile App - Wireless Does Not Work

    Hello all,
    I am trying to use the new FIOS Mobile app on my Android tablet. This should allow me to watch some live TV, however when I try to connect to a channel it tells me I need to be connected to my broadband router.
    In my setup at home my FiOS broadband router does not handle wireless connections, only wired. I have a separate wireless AP that does this. Why should it matter where I get my wireless connection from, as long as I am connected?
    Help.
    Thanks,
    Steve

    billosaur wrote:
    Someone may have thought this was a great idea, but it's very frustrating to download an app, know that you meet all the criteria for using it, then be unable to use it because the app is unable to differentiate successfully that you are, in fact, on you home network. There's one router in my home, it's a Verizon router, and the app should be smart enough to know this. It's obvious that this app was rushed out without a throrough enough suite of tests, because something this simple should not happen. Is there a ticket in place for this? Is the application support group actively trying to rectify this problem? I'll give Verizon a while to sort it out, but this doesn't please me.
    Send the developers an email at [email protected]  I'm fairly confident they don't monitor this site.  If they don't hear from enough people like you with this issue, they won't fix it.  So please notify them of your issue.  Many are complaining on the Google Play app user reviews about the same problem you have.  You can see then on the Google Play site by accessing the site via a PC.

  • Lync 2013 mobile app does not work internally, SIP domain is Different than users UPN. not sure if that matters.

    using the lync client connectivity tester on a pc on the same lan as my mobile client everything is green and it says its ready for use.
    using my android galaxy s5 client on wifi on the same lan i get a screen with waiting to sign in spinning and an error at the top "we cant connect to the server check your network connection and server address, and try again."
    i have uploaded the full client log files
    here: client log file
    some errors that stand out from this log file are:
    1. ERROR HttpEngine: Certificate check fails: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
    2. <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
      <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
    i am using the correct creds, same creds i used on the analyzer tool.
    in the analyzer tool i did have to fill in the username field because my sip domain is different then my users UPN. which from what ive read its required to use the username field.
    i also filled in the username field in the mobile app with domain\username
    3. ERROR LYNC: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/platform/networkapis/privateandroid/CHttpConnection.cpp/295:CHttpConnection exception: java.lang.NullPointerException
    Jan 14, 2015 8:40:49 AM INFO LYNC: INFO TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/requestprocessor/private/CHttpRequestProcessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    Jan 14, 2015 8:40:49 AM INFO LYNC: INFO TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/requestprocessor/private/CHttpRequestProcessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry
    counter is: 0
    4. Jan 14, 2015 8:40:50 AM ERROR LYNC: ERROR TRANSPORT /Volumes/ServerHD2/buildagent/workspace/200604/tps/ucmp/ucmp/transport/authenticationresolver/private/CAuthenticationResolver.cpp/431:Failing the original request as we weren't able to get the token
    this is the same type of error i was getting in the lync connectivity analyzer until i filled in the username field. but its filled in, in my client.
    again you can see the full log file is `HERE
    thank you in advance for any help. im trying to get internal working before i try external.

    Eric,
    I am trying to configure a reverseproxy on my netscaler which is in a 2 arm mode(dmz/internal) but I keep getting an error when configuring the monitor.
    i used this guide to configure it
    http://www.lynced.com.au/2014/04/configure-citrix-netscaler-vpx-as.html
    but continue to get this error in the netscaler monitor "Failure - TCP connection successful, but application timed out"
    so the virtual server is never up, thinking about just changing it to tcp as a monitor so it stays up and i can at lesat get the vip up.
    Also your link to the diagram shows it going to the reverse  proxy but the one im using has it going directly to the front end servers.
    http://www.lync-solutions.com/Documents/Lync_2013_protocol_poster_v6_7.pdf
    I'm guessing Microsoft's is the correct one but wonder why the config differential?
    I see that your diagram says "mobility url", what is the mobility url? i though that was the lyncdiscoverinternal.internal.com
    current setup is
    2 fe servers on internal
    1 edge server on dmz
    1 almost done reverse proxy netscaler load balancer.
    also this ms link i used to configure dns entries, along with the pdf linked above.
    http://technet.microsoft.com/en-us/library/jj945644.aspx
    i currently have these external dns entries and they all point to the edge server on the dmz.
    dialin .external.com
    lync .external.com
    lyncweb .external.com
    lyncdiscover.external.com
    meet .external.com
    sip .external.com
    webconf .external.com
    av .external.com
    _autodiscover._tcp.external.com.
    the internal dns links point to 1 of the front end servers
    1. lyncdiscoverinternal.internal.com
    2. lyncdiscover.internal.com
    3. _sipinternaltls._tcp.internal.com
    4. _sipinternal._tcp.internal.com
    5. sipinternal.internal.com
    6. sip.internal.com
    thanks again for your help.

  • HP ePrint mobile app on iPhone 4S & iPad Retina--Bo​th devices say "Photos (0)"

    I have just installed HP ePrint mobile app on both my iPhone 4S and my iPad Retina. However, when I go into the app, when the main screen pops up ("Photos" -- "Cloud" -- "Web" -- "Email"), when I tap "Photos," on either device it says: "Photos (0)"--i.e., I'm assuming that the app thinks I have "zero photos" on both devices, which of course is not true. Other details: (1) I have a Photosmart 7510 on my home wireless network; (2) I am able to print OK to the 7510 using Apple "AirPrint"--no problem there; (3) I can also print using either device (iPhone or iPad) using the HP "PrinterControl" app. So, how is it that HP ePrint mobile app cannot "see" my photos on either my iPhone or iPad (especially since they can "see" those photos when using the HP "PrinterControl" app). Thanks very much in advance to anyone who can shed some light on this situation.
    This question was solved.
    View Solution.

    The issue is related to the privacy settings on ios 6. To resolve this go to settings on your device, then you should see a privacy section. In there go to photos and turn the eprint app on. This should work to allow you to see the photos.
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • How to use OneDrive for Business mobile app with SharePoint 2013 on-premise?

    Hi All,
    I have a SharePoint 2013 (with latest December updates) that host a dedicated personal web site for users.
    The OneDrive portal works fine and users are able to sync their files with the OneDrive client for Windows.
    Now I want to test the OneDrive for Business mobile app on Android, but there is no option to specify the "personal" portal URL.
    It asks only for domain credentials.
    Does I need to configure specific records on my public DNS to allow mobile users to sync their files?
    Thanks

    I can confirm that with iOS you can connect to your SharePoint server through the advanced options.
    But the very strange thing is that the OneDrive version for Windows Phone 8.1 is limited as the Android version.
    This has no sense.
    Why does Microsoft should limit the Business functions on its mobile operating system, and not on iOS?
    Another strange thing is that configuring my Exchange account, Windows Phone 8.1 informed me that it has connected OneDrive for business (but is a fake information).
    See attached image.
    If I open the built-in OneDrive app, it give me the option to add a OneDrive for business account, but is only for Office 365 users (like with the Android version).
    I thing that Microsoft should let at least to Windows Phone users to connect to on-premise SharePoint sites.

  • DVR streaming to FiOS Mobile App

    When will FiOS mobile app be able to play DVR recordings?  Dish, xfinity and others have had this ability for some time (years in the case of Dish networks).

    It may be possible when the new DVR rolls out later this spring.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • FiOS Mobile App and DVR

    Hello,
    I have 2 Cisco CHS435HDC DVR's that are connected to my home network. The other day I downloaded the FiOS Mobile app and wanted to see if I can watch my recorded shows or schedule new shows using this app. The app recognizes I have 2 devices but it doesnt display my recordings or schedules. In the app it also says the devices are not connected to the network but I can tell they are. Both my phone and the devices are on the same subnet/network so no firewalls or routes are in play.
    One thing to note is that I have business service but there is no support forum on the business side so I'm hoping someone here can help.
    1. How can I configure the app to connect to the DVR's or configure the DVR's to broadcast whats needed so they are seen on the network by the app? I cant figure out what I need to do here. (Note I activated and authorized all the devices and accounts)
    2. In the DVR I cant seem to find where to change the IP address if for example I wanted to specify a static IP.
    3. If I wanted to also connect via the internet what ports do I need to forward through my firewall?
    Thanks in advance.

    I have my phone registered under Menus\Settings\Remote DVR\Mobile Phone Settings. This is where I registered my phone nunber and it provided a confirmation code. My iPhone works great. Note there is an older App that was replace by a newer app. Make sure you have the latest application for your device.
    I am not sure if a plain iPAD or other non phone devices work. I know there had been some complaints, and some requests for applications for non phone devices. Not sure on the status.
    I requested one that did not require to go to the Verizon site and back. Why not a local App on the local Wifi? And Also a remote control application developed for your PC? All can be found on The ideas boards, along with many other ideas.

  • Error message when I try to publish aa application with  BI Mobile App Designer

    Hello,
    We had last month a product demonstration of BI Mobile App Designer by Oracle's commercial.
    Following this demonstration, I installed and deployed this module on one of our OBIEE server 11.1.7.141014
    I thus tested the BI Mobile App Designer product by creating two smartphone applications that worked perfectly.
    The problemis that since a few days, I can not access one of my applications from my smartphone.
    From OBI, I then load my application and tried to publish it again, but I get the error message :
    oracle.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReportParametersDefinition
    Failure: Due to oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException:
    oracle.xdo.das.DASException: BISvsException on getting a JBIPS member query data.
    Then I tried to duplicate my "Mobile App" and rename it and when I tried to publish it I get the error :
    French message :
    La bibliothèque d'applications n'est pas configurée correctement.
    Assurez-vous que le fichier de configuration est défini pour la bibliothèque d'applications.
    English message :
    The application library is not configured correctly.
    Make sure that the configuration file is defined for the application library.
    I don't understand what happens and I can't find any solution to this problem in Oracle knowledge base !...
    Any ideas ?
    Thanks,
    Thierry Demoy

    Hi Thierry,
    In relation to the second error, I have had this before and it related to be below so this may help: Check the following file:
    <DOMAIN_HOME>/config/bipublisher/repository/Admin/Configuration/xmlp-server-config.xml
    Check that the following line matches were you are trying to publish your apps on OBIEE. The default is normally "Apps Library" but you can name this folder anything you like.
    Just change the below line and point to the folder. Restart the services BIMAD.
    <property name="APPS_LIBRARY_FOLDER_LOCAL" value="/Apps Library"/>
    Let us know if this helps?
    Thanks
    Mark

  • Move Mobile Apps Folder To External Drive?

    Hi guys,
    I've got a MacBook Pro running Lion with all the latest software / updates.  This has become my secondary machine (since buying a lovely 27" iMac), and I'm using iTunes Match to keep both the MacBook Pro and iMac's iTunes libraries in sync.
    Now that I sync my iPhone and iPad to the iMac, I don't have much need for the Mobile Apps folder on my MacBook Pro.  I have a lot of apps, so my Mobile Apps folder is ~50 gigs, and it's suddenly one of the larger items on the MacBook Pro's drive.  Would it be possible to relocate this folder to my external drive for the MacBook Pro?  I found an older suggestion (to move the Mobile Apps folder, and create a shortcut in the iTunes folder pointing back to me new location), but this didn't work at all.
    Is this do-able?  As as alternate, can I just delete all the Apps from my MacBook Pro's iTunes library (from within the app) without screwing up the syncing or (via iTunes Match) inadvertantly deleting them all from the iMac as well?
    Thanks!

    How to use an SSD with your HDD
    If you are going to use an SSD as a boot drive together with your existing HDD as the "data" drive, here's what you can do.
    After installing the SSD you will need to partition and format the SSD using Disk Utility. Then, install OS X on the SSD. After OS X has been installed boot from the SSD. Use Startup Disk preferences to set the SSD as the startup volume.
    Open Users & Groups preferences. Click on the lock icon and authenticate. CTRL- or RIGHT-click on your user account listing in the sidebar and select Advanced Options from the context menu.
    You will see a field labeled "Home dir:" At the right end you will see a Change button. Click on it. In the file dialog locate the Home folder now located on the HDD (HDD/Users/account_name/.) Select the folder, click on Open button. Restart the computer as directed.
    When the computer boots up it will now be using the Home folder located on the HDD.
    Another more technical method involving the Terminal and aliases is discussed in depth here: Using OS X with an SSD plus HDD setup - Matt Gemmell. This is my preferred approach because I can select which of the Home's folders I want on the HDD and which I don't want. For example, I like to keep the Documents and Library folders on the SSD because I access their content frequently.
    Be sure you retain the fully bootable system on your HDD in case you ever need it.

Maybe you are looking for

  • Changing the Computer name with ARD

    Hello, I am new to mac but I am now in charge of running a mac network or machines for an art department. I see that with ARD you cna change the computer name. If you change the computer name does it just change anything on the client machine? I just

  • Problem in Formatting Number in eTEXT template

    Hi All We want to format the payment amount for check in the eTEXT template. We want a number with 2 digits after decimal point and a comma before 3 digits to the decimal point. We tried using Number, ####,###.## But for the data 135 it is printing 0

  • Error saving JCA Connection factory in PI NWA

    Hi All, I am facing an  issue in SAP PI NWA for creating a JCA connection factory so that I can use the user module to convert IDOCs to flat file. we are on SAP PI 7.11 sp06.... error details : CF_XD1_180 failed due to: Can not add connection factory

  • HT4910 I've backed up to iCloud previously, but now in "Settings" the word iCloud is gray, not black, and non-selectable.  What's up with that?

    I'm using an iPhone 4S with the latest updated software.  Under "usage" it shows less available than total, so my last backup went through (have only done that once in the short time I've owned the phone).  I had it setup to only backup manually, whe

  • How to use JExcel API (excel,csv)

    Hi, I have my java application and I want to read an excel file (.xls) using the Jexcel API to convert a part of it into csv format or a xml format (to make after a pdf file with another java library)..... How can I do it? I need only the first steps