Published java app but APN issues dragging customers down

Hello, we recently published our app, fuel UK which was quite popular in its early days, but is being hampered by the 'Tunnel failure' / AFN misconfuguration questions on client machines. All that we can do to make the application more reliable when getting data from the web service? Watching a piece of code shared by Localytics that checks wifi etc first, but this encounter again the mistake of the tunnel if the wifi is disabled and APN settings are not configured correctly. Not really sure how much we as the app, the developers can do about this other that try to communicate individually with users and help them configure their devices... Site App URL is: http://appworld.blackberry.com/webstore/content/63600?lang=en thanks, Paul

If you are only in the UK, then I think you can find code AFN specific information for this carrier and the carrier directly yourself, in accordance with this article:

http://supportforums.BlackBerry.com/T5/Java-development/specify-APN-information-for-a-direct-TCP-con...

You should be able to know the carrier using the RadioInfo class, I would have thought that the getMNC could do for you.

I think you could also consider using WAP, the code here:

http://supportforums.BlackBerry.com/T5/Java-development/different-ways-to-make-an-HTTP-or-socket-con...

You will find the Uid of WAP 2.0 connection, and it should work for you too, because I believe that most of the UK networks support WAP 2.

To implement these two, and I suspect that you will have covered most of your users with a method that works.

I also encourage you to have a phase of 'setup' that tests these connections and when you find one that works, stick with it.

Tags: BlackBerry Developers

Similar Questions

  • published, Android app, but samsung excluded

    Hello

    I've successfully created an app for android with flash builder 4.5, I ran on my emulator (macosx) and he has published on the android market:

    https://market.Android.com/details?ID=air.com.ADL.agricalc & feature = search_result

    Now this application have been downloaded by 8 people, so it seems to be visible from devices like the Samsung Galaxy Tab or HTC Desire. But on my samsung galaxy ace S5830 it does not appear on the market. So I looked in my account from google market, and it is said that this device is excluded due to the xml manifest.

    I don't see what the problem is. the samsung is running android 2.2.1 which is supposed to be compatible, and I change anything in the request xml. I didn't add any particular physical condition etc...

    How will I know what is the problem with this device? (I really want to see a customer to download...)

    Thank you very much

    Perhaps it refers to processor architecture

    cause air only works on the arm processors v7 (which is a shame).

    Maybe samsung ace's arm v6

    Watch http://www.google.com/support/forum/p/Android+Market/thread?tid=476b1bd33bad79fe&hl=en

  • SQLJ ok Java app but jax - ws will not deploy

    H,

    I'm new to Jdeveloper (currently using 12.1.2.0.0) and I haven't used Java for some time. So I apologize if the question is stupid.

    I have problems with the current project, I decided to write a very simple java application using sqlj and make sure that it would work. The application works perfectly. Please see below.

    = java file with Main class =.

    package sqlj.test2;

    import java.sql.SQLException;

    public class sqlj_test {}

    public sqlj_test() {}

    Super();

    }

    Public Shared Sub main (String [] args) throws SQLException {}

    sqlj_test sqlj_test = new sqlj_test();

    REF FREHandler.

    int tmp = 100037;

    String ImageBase64Encoded;

    try {}

    REF = new FREHandler();

    ImageBase64Encoded = fre.getImgBase64 (tmp);

    System.out.println (ImageBase64Encoded);

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    }

    ================================ FRE_Handler.sqlj ========================================

    package sqlj.test2;

    to import java.sql.DriverManager;

    import java.sql.SQLException;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    public class FREHandler {}

    CTX DefaultContext.

    public getCtx() {} DefaultContext

    return ctx;

    }

    Public FREHandler() throws SQLException {}

    Super();

    try {}

    DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = DefaultContext.getDefaultContext ();

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    Get the picture to format base 64 encoded for the user of the URN Ref number entry application

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =============================================================

    The problem is that when it transformed into a jax - ws without changing the code, except for the failure of the main class. I get such error as shown below.

    = SQLJ file with Service WS =.

    package sqlj.test3;

    import java.sql.SQLException;

    Import javax.jws.WebMethod;

    Import javax.jws.WebService;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    Import oracle.sqlj.runtime.Oracle;

    @WebService

    public class FRE_Handler {}

    CTX DefaultContext.

    Public FRE_Handler() throws SQLException {}

    Super();

    try {}

    Tested this style of connection as stand-alone Java application and it works

    java.sql.DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = java.sql.DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    sqlj.runtime.ref.DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = sqlj.runtime.ref.DefaultContext.getDefaultContext ();         

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    @WebMethod

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =====================================================================

    Here are the errors displayed by JDSeveloper when I try to test the Web Service

    [Running the application on IntegratedWebLogicServer SQLJ_TEST_3...]

    [16: 56:43] SQL_Test_3WebApp.war of Module Web recognized in the project SQL_Test_3.jpr

    [16: 56:43]-deployment began.  ----

    [16: 56:43] the target platform's (Weblogic 12.x).

    [16: 56:43] recovery of the existing application information

    [16: 56:43] analysis of the dependence running...

    [16: 56:43] deployment 2 profiles...

    [16: 56:44] wrote on the Web for C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3\SQL_Test_3WebApp.war application Module

    [16: 56:44] wrote the Module Enterprise Application to C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3

    [16: 56:44] redeploy the Application...

    < 14 March 2014 16:56:44 THIS > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID "1394812604414" to "7" task Error is: ' weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext ".

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:335)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:302)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    Truncated. check the log file full stacktrace

    >

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task for the application "SQLJ_TEST_3" >.

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:335)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:302)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    Truncated. check the log file full stacktrace

    >

    [16: 56:44] undeployment.

    [16: 56:44] - incomplete deployment.

    [16: 56:44] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    # Can't run application SQLJ_TEST_3 due to the deployment on IntegratedWebLogicServer error.

    [16: 56:44] requested cancellation

    [SQLJ_TEST_3 application stopped and cancelled IntegratedWebLogicServer]

    This is because the SQLJ library does not come as part of WebLogic and is not deployed by default.

    You can add the jar for SQLJ file in the lib of your WebLogic domain directory or set the default Runtime SQLJ Jdeveloper to deploy library.

  • Do I have to pay to publish an app on Oracle Cloud on the market?

    Do I have to pay to publish an app on the market of the Oracle Cloud?

    Undertaken with the active participation of Oracle PartnerNetwork (OPN) do not have to pay to publish an app - but they do not need to submit an application to start the process.  Go here to learn more.

  • java.io.IOException: APN is not specified

    Hello

    I saw that this topic was opened at other times, but I don't know if I understand what I have to do.

    First of all, I got this code:

    String url1 = "www.myurl.com;

    con = (HttpConnection), Connector.open (url1).

    is = con.openInputStream ();

    But when I try it in my BB device, I got java.io.IOException: APN is not specified. (Try the code with the blackberry MDS services simmulators email in the works of eclipse Simulator)

    So, as I read somewhere there, I tried this code:

    TransportDetective td =new TransportDetective();

    if ( TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_BIS_B) | TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_MDS) | TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_TCP_CELLULAR) | TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_TCP_WIFI) | TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_WAP) | TransportDetective.isCoverageAvailable (TransportDetective. TRANSPORT_WAP2))

    {

    String url2 = 'www.myurl.com;

    URLFactory urlFactory =new URLFactory(url2);

    final ServiceRecord defaultTCPSR = td.getDefaultTcpCellularServiceRecord ();

    final String connectionURL = urlFactory.getHttpDefaultTcpCellularUrl (defaultTCPSR);

    HttpConnection conn = (HttpConnection), Connector.open (connectionURL);

    }

    But when I paste in my code, I wonder to create classes of URLFactory and also TransportDetective.

    I looked on the net and I found codes for the class here: http://ecuadorblackberry.ec/?p=425

    But when I try, I get that td.getDefaultTcpCellularServiceRecord () returns a null value, so it does not work.

    The only thing I want, is to connect to a web service from my application, how can I do?

    Thank you

    Sorry one thing yet.

    You have discovered, you can specify the options of AFN directly on the URL.

    Because you are in Spain and will sell to people in Spain only, then you can check the network and provide the correct APN information for this network.  Watch RadioInfo.  You can use

    getCurrentNetworkName()

    and try to match the name, or

    getMNC (RadioInfo.getCurrentNetworkIndex ())

    and look for the associated MNC code and match from there.

    Once you know the network, you can specify the AFN on the URL.

    Who help me?

  • my application will not be published in app World

    I recently built an application through generator app 2-3 days ago. The generator of the app shows that my app was reviewed and published the world of blackberry but I still don't see it in my office or in my smartphone. Please help me I really want to the app.

    They are being revised, so as soon as they are reviewed (and approved) applications will be available for release.

    I don't know if you've selected something to 'publish automatically? Or this will automatically with App generator? Sorry to answer your questions with more questions, but I'm not familiar with the App generator.

    Wait until your application has been reviewed and you see either "Approved" in the status column, this means that you manually publish your app. Or you see "for sale" in the status column, this means that your application is published in the world of BlackBerry and can be downloaded.

  • Help required with bundles of file while publishing an app

    Hi all

    This is the first time that I publish an app on the app store for blackberry. During the download of the new version I'm confused when the beams of the file created. My app supports Blackberry OS 5.0 and above but RIM is asking for accurate devices in the support apparatus.

    Could someone help me please how to get the names of the devices supported by the OS 5.0.

    Thank you

    Arindam

    Hello!

    You can choose the version of the firmware and by which devices expected to be filtered so the devices in the list are supported by your selected operating system.

    Hope this has helped.

  • Files to publish on App World

    I use the native SDK and am having a problem to find the files to publish on App World.

    Specifically, the COD/BAR files.  Where can I find them.

    I followed all the instructions in the section of the documentation for the SDK through the signature part.  I recorded with BB and I'm in the portal provider - new presentation of release - step 4 - Add the Version Release.

    Under file bundles I try the COD/BAR required files but don't know where they are.

    Can someone guide me?

    Thank you

    Ok.  It took me some time and I must have done something stupid.

    This is the file "name"-1_0_0_1.bar. "»

    Apparently I must have deleted at the same time, because whenever I tried to re - sign, it gave me an error.

    I had to recreate the application from a backup in a different directory and sign up again with a new construction.

  • Unable to connect to the database of cloud clouds java app

    Hello

    I've seen responses to similar problems, but nothing worked for me. Is what I'm trying to connect Cloud Java app to cloud base in the same account (the application is deployed). So, I have the following code:

    import java.sql.Connection;

    to import java.sql.DriverManager;

    import java.sql.SQLException;

    Import oracle.jdbc.pool.OracleDataSource;

    public class dao {}

    String jdbcUrl = "jdbc:oracle:thin:@localhost:1521:javatrial6345db";

    User String = "my_email_from_oraclecloud";

    String password = "my_password_from_oraclecloud";

    Connection Conn;

    Public Sub getDBConnection() throws SQLException, ClassNotFoundException {}

    DriverManager.registerDriver (oracle.jdbc.driver.OracleDriver (()) new;

    Conn = DriverManager.getConnection (jdbcUrl, user, password);

    }

    }

    This bring me the following error message:

    [[ServletContext@1948101879[app:ts module: ts.war path: / ts spec-version: 2.5]] Cause first of ServletException.:TRACE

    java.lang.Throwable: java.security.AccessControlException: Direct Sql connection not allowed for the specified URL. to oracle.cloud.jcs.scanning.impl.extension.db.DriverConnectValidator.invoke(DriverConnectValidator.java:37) to oracle.cloud.jcs.security.SecurityManager_EVALZ91813vteok.__fwd__agkqNtHXdhR9avJCTEmp___uQreuk__M8f_POLICY_ID_129(SecurityManager_EVALZ91813vteok.java:1012) to cloudsdk.dao.getDBConnection(dao.java:21) to jsp_servlet.__index._jspService(__index.java:80) to weblogic.servlet.jsp.JspBase.service(JspBase.java:34) to weblogic.servlet.internal.StubSecurityHelper$ (StubSecurityHelper.java:227) ServletServiceAction.run to weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) to weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) to weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416) to weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:327) to weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) to weblogic.servlet.security.internal.WebGateRedirectFilter.doFilter(WebGateRedirectFilter.java:177) to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged (Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter) JpsAbsFilter.java:171) to oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) to oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:292) to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) to oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) to weblogic.servlet.internal.WebAppServletContext$ (WebAppServletContext.java:3731) ServletInvocationAction.wrapRun to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run at weblogic.security.acl.internal.AuthenticatedSubject.doAs (AuthenticatedSubject.java (WebAppServletContext.java:3697) :321) to weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) to weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2274) to weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2180) to weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) to weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) to weblogic.work.ExecuteThread.run(ExecuteThread.java:221)


    Maybe it somehow related to this brand of JDBC connection as "Unavailable" in my stats of CP. Or this only because I could not establish a connection to work up to now?

    https://www.dropbox.com/s/v8etprebm3jumgc/screen_01.PNG

    Someone stuck with it? Or maybe have some examples of work? Will be a pleasure to buy a beer for the help

    I don't think you can use JDBC URLS to connect directly to the DB, instead, you can use JNDI to handle on the data source, see the following example:

    import java.sql.Connection;

    import java.sql.ResultSet;

    import java.sql.Statement;

    import java.util.Hashtable;

    to import javax.naming.Context;

    Import javax.naming.InitialContext;

    ...

    Public Sub test() {}

    Context ctx = null;

    Hashtable ht = new Hashtable();

    HT.put (Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");

    Connection Conn = null;

    Statement stmt = null;

    ResultSet rs = null;

    try {}

    CTX = new InitialContext (ht);

    javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup ("");

    Conn = ds.getConnection ();

    stmt = conn.createStatement ();

    stmt. Execute ("select count (1) TEST_COUNT");

    RS = stmt.getResultSet ();

    RS. Next();

    int count = rs.getInt ("TEST_COUNT");

    stmt. Close();

    stmt = null;

    Conn.Close ();

    Conn = null;

    } catch (Exception e) {}

    throw new RuntimeException (e);

    } {Finally

    try {}

    CTX. Close();

    If (rs! = null)

    RS. Close();

    If (stmt! = null)

    stmt. Close();

    If (conn! = null)

    Conn.Close ();

    } catch (Exception e) {}

    throw new RuntimeException (e);

    }

    }

    }

    }

    Where "" is the reference to your database (available for example from the java console) and the "" is the name of a table that exists in your database.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • I got a new computer and now tried to download the app but it say try test

    I got a new computer and now tried to download the app but it say try test

    Your subscription to cloud shows correctly on your account page?

    If you have more than one email, you will be sure that you use the right Adobe ID?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    .

    If Yes

    Some general information for a subscription of cloud

    Cloud programs don't use serial... numbers you, connect you to your cloud account paying to download & install & activate... you may need to sign out of the cloud and restart your computer and log into the cloud for things to work

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • After publish Android app in Google play cannot find any number of publish in app.

    After publish Android app in Google play cannot find any number of publish in app. The product ID is the match, The Email Address in Folio Builder of game but is it necessary that account has DPS correspond with Google playing Developer Account? Help, please

    You published folio as Public/free or Free private or Public/Retail?

    Make sure you only enter correct title id in the application Builder as the title id is application (specify the same Adobe ID allows you to create folios).

  • I've already deleted an app but I've still been charged

    I've already deleted an app but I've still been charged

    If it is a periodic subscription, you will need to cancel this recurring subscription. Just remove the app does not negate that. See this document to support for interventions to cancel this subscription. View, change or cancel your subscription - Apple Support

  • My iphone was stolen. I try to activate the 'find' on icloud app but my camera (4 seconds) is not listed. This means that I won't be able to use it?

    My iPhone was stolen. I try to activate the 'find' on iCloud app but my camera is not listed in the topic "all devices". If I select the "settings" app in iCloud, I see my device listed but. How can I get my unit added to the app locate so that I can active lost mode? Thank you.

    You can only locate, lock or wipe your device when it is connected to iCloud and "Find my phone" is enabled, in addition the unit must be turned on and connected to a cellular network or wifi.

    Unfortunately, you can not activate iCloud or "Find my phone" remotely.

  • I don't know what to do about Java - my Mac is horribly slow, and I was advised to remove Java. But now it will not open Photoshop without Java.

    I don't know what to do about Java - my Mac is horribly slow, and I was advised to remove Java, it installs adware. The more I studied, the more information, I've seen say that most of the Web sites and software do not use Java on Mac more. So I deleted everything related with Java. But now it will not open Photoshop without Java. It will be safe if I get it directly from the Oracle site?

    You can download the installer for OS X directly from Oracle. Be sure to uncheck everything installs 'optional' which can appear at the beginning (I think on Windows it wants to install McAfee trial or the toolbar Bing - not really malware, more as desired and useless crud-ware).  I have a course Java JRE install on my MacBook Pro retina like some internal tools we have developed to work are currently java and I use a tool of u. Toronto called CytoScape is Java.  Sites Web will use Java Script, a very different beast and does not require a full Java or JRE install.  But with Java/JRE installed, just be sure of the source of any software that you download and install that is java based (as you should with all the software that you put on your machine).

    In addition, for PhotoShop, it says that you need the legacy Java 6 for OS X?  If so, then don't waste your time on the current version, just install that release 6 legacy.

  • Update to iOS 9.3.2 resulted in a loss of symbol YouTube app but not the settings

    upgrade to iOS 9.3.2 on iPad 3 has led to a loss of the symbols, but not in the settings page YouTube app.  App Store says "run" on the YouTube app but no go.  Cannot delete the parameters or the other.

    $3delectiblefeline wrote:

    App Store says "run" on the YouTube app but no go.

    Really?  I've never seen the App Store say 'run '.  If the application is properly installed, the App Store would say 'open '.

    Try resetting the iPad now buttons power and home together for 10 seconds until the Apple logo appears.

Maybe you are looking for