Issues pushing mobile CRM app to BB 8830 devices

I am having issues getting an app to install on the BlackBerry devices used throughout our company.
I am using BB 8830 (OS 4.5) devices on the Verizon Wireless network and working with BlackBerry Manager v4.1 on our BES. I am trying to push a mobile CRM software app to these devices using a Software Configuration set up in the BlackBerry Manager. I have successfully pushed an older version of this app to these devices in the past using another Software Config. I have done the following before trying to push out the app:
1. Installed the handheld software on the BES.
2. Created a folder under %CommonProgramFiles%\Research In Motion\Shared\Applications to hold the app's .cod and .alx files then copied them into the folder.
3. Created the software index by running loader.exe /index from the command prompt.
4. App. Control and IT policies were pre-configured for the older Software config we have used successfully, so we used the same ones when creating the Software Config for this mobile CRM software
5. Assigned an IT policy to the users to allow the software to be installed on their devices
6. Verified that all BlackBerry Services related to this process were running
When I would assign the Software Config to the user then select Deploy Application, it would immediately act as though the software was installed on the device by showing Application Status as Up to date and the Config Status as OK. The IT policy gets set correctly on the device, but no app shows up.
Can anyone help me figure out what I'm missing and why the app never gets pushed out?
Solved!
Go to Solution.

Figured it out. There was a setting on the server that was still acting as though the previous version of the app was installed even though it was removed from the device. Weird, but once I cleared that setting, it allowed me to push out the new app.

Similar Messages

  • ANY LINK FOR SUITABLE BB APP WORLD FOR 8830 DEVICE?

    PLS I NEED TO KNOW THE SUITABLE BLACKBERRY APP WORLD FOR MY BB 8830 DEVICE AS I CANNOT DOWNLOAD IT EITHER ON MY DEVICE OR LAPTOP. IS THERE ANY SUITABLE LINK FOR DIRECT DOWNLOAD? PLS HELP ME OUT, I CANNOT BROWSE.

    There is no BB-model specific AppWorld version. So, try this, from your BB Browser:
    www.blackberry.com/appworld
    Also, see this:
    http://kathrynvercillo.hubpages.com/hub/What-Peopl​e-Think-When-You-Type-in-All-Caps
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Mobile Recovery App DROID X Unrecognized Device

    Here we go again.
    Asurion released their Mobile Recovery app with Android 2.1. The software permitted users to find their phones from Asurion's web page or even file a claim against loss. However, when MotoRizon updated the DX to Froyo, the program failed to recognize the device. MotoRizon/Asurion left its mobile app users in the lurch for several weeks until Asurion finally made the Froyo DX "recognizable" to their software.
    We have the same situation now. The company contracted under Verizon to insure your phone sends out the same "device unrecognized" message when you try to open the app under GB.
    I haven't tried to call Verizon on this issue; I don't have 3 hours to waste on the phone. Last time I talked to them about my community forum account here, they couldn't figure out which department handles the web operations. I can only imagine the runaround buck pass I'll get about Asurion. 
    It would seem that Verizon bears some responsibility for this situation. Asurion insures Verizon's devices, and Verizon offers the software as a service. So wouldn't it make sence to communicate with Asurion ahead of the rollouts to make sure their devices will work under the new OS? And why does Asurion demand "recognition" from the device itself? Isn't the fact I have paid insurance on my phone enough? My device has to prove its provenance, too? **bleep**?
    Just a thought.
    I decided to buy into SeekDroid to lock/wipe/locate/recover my phone. It cost a little more, but they cover any phone, not just recognized devices.
    Mike
    Once more into the breach

    I understand why this issue would be frustrating, and want to provide you some information to assist you. I don't want you to feel like you are getting the runaround. Mobile Recovery is made by Asurion's engineering department. We try to partner with our vendors and providers to resolve issues that arise with updates. I will submit this to our product team to see what we can do to help resolve this issue. I would recommend also posting this to the Mobile Recovery support forum. 
    http://help.mymobilerecovery.com/mymr/topics/unrecognized_device_please_try_again_later_message

  • Unable to deploy mobile ADF app on android based device

    Hi,
    I have developed a small oracle mobile ADF application and I am trying to deploy this app on my android based mobile, but I am  facing issues to deploy it on my device.
    Below is error I am getting..
    [07:47:36 PM] Shutting down Android Debug Bridge server...
    [07:47:36 PM] Deployment cancelled.
    [07:47:36 PM] ----  Deployment incomplete  ----.
    [07:47:36 PM] Failed to detect a connected Android device.  Make sure the device is connected.  Otherwise, manually restart the ADB server.  The following results were provided by ADB:
    List of devices attached
    emulator-5554 offline
    (oracle.adfmf.framework.dt.deploy.android.deployers.CheckAttachedDevicesDeployer)
    my device is detecting in my computer but failed to detect in JDeveloper,
    Even I have change my device setting to debug  mode and allowed non-market apps to be deployed.
    Is there any specific setting on device or Jdeveloper to deploy the app on device.
    please assist to resolve this issue..

    Android Emulator or Android device?
    The error indicates emulator.
    List of devices attached
    emulator-5554 offline
    Select "Deploy application to emulator" instead of "Deploy application to device".

  • Cant add Competitors on Mobile Phone App CRM 2015

    I'm currently configuring the mobile phone app for CRM 2015 online.
    The issue i'm having is that i cant seem to add competitors, either directly or to an existing Lead or Opportunity. Although the entity appears in the lead and opportunity records, it only shows already added competitors (which were added via the browser
    or tablet app). I don't seem to have the option to add new competitors within the mobile phone app as the little "+" symbol at the top of the form is not present.
    I have the competitors entity enabled for the mobile phone app and tablet app. the tablet app works fine.
    I've also noticed that competitors entity appears on the tablet home page navigation but not on the mobile home page.
    Any suggestions?

    Hi,
    This is very urgent. I have to submit the app in 2 days. Doesn'y anyone have any idea about this?? Please Help

  • ADF mobile Client App: Issue about using db sequence for populating row_id

    Hi,
    I'm working on an ADF mobile client app POC project. In the mobile app, new record can be created, the column type for row_id is VARCHAR2(15), I used the db sequence created in MC db, converted the seq number to a string, then set row_id via initDefaults method.
    The new records are created and row_ids are set with the proper sequence numbers when first time launching the client app in blackberry simulator. But if I exit the app and re-launch the app again, I got net.rim.device.api.database.DataTypeExpection when trying to create a new record.
    Could anyone please help me and let me know what could cause this issue? What should be the proper way to populate the row_id? Appreciate your response in advance!
    Jdev/ADFMobile extension version:
    11.1.1.4.0 build 5860
    mobile server version:
    10.3.0.3
    blackberry version:
    BlackBerry JDE 5.0.0
    BlackBerry Smartphone Simulators 6.0.0.141 (9800)
    Code:
    public class SOrgExtEOImpl extends EntityImpl {
    protected void initDefaults() {
    super.initDefaults();
    SequenceImpl seq = new SequenceImpl("S_SIEBELMOBILE_S_ORG_EXT", getDBTransaction());
    populateAttributeAsChanged(ROWID1, seq.getSequenceNumber().toString());
    Log:
    First time launching the MC app:
    [FINE - adfnmc.bindings - BC4JIteratorBinding - createRow]
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 0 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 1 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 2 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 3 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 4 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 5 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 6 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 7 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 8 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 9 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 10 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 11 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 12 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 1 to 2010-12-20 14:58:13.0
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 3 to 2010-12-20 14:58:13.0
    [FINE - adfnmc.model - SequenceImpl - create] Database SQLite doesn't support sequences natively; creating TableSequenceImpl for
    S_SIEBELMOBILE_S_ORG_EXT
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 0 to 73501
    [FINE - adfnmc.model - EntityImpl - getAttribute] Retrieved from siebel.mobile.SOrgExtEO.CreatedBy at index 2
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 2 to 1-11ZQ
    [FINE - adfnmc.model - EntityImpl - getAttribute] Retrieved from siebel.mobile.SOrgExtEO.LastUpdBy at index 4
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 4 to 1-53Y
    [FINE - adfnmc.model - EntityImpl - getAttribute] Retrieved from siebel.mobile.SOrgExtEO.BuId at index 5
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 5 to 1-1DG
    [INFO - adfnmc.model - MetaObjectManager - findOrLoadMetaObject] MetaObject siebel.mobile.AccountAddressFKAssoc not found in cache, so
    loading it from XML
    [INFO - adfnmc.model - MetaObjectManager - findOrLoadMetaObject] MetaObject siebel.mobile.ActivityAccountFKAssoc not found in cache, so
    loading it from XML
    [FINE - adfnmc.bindings - BC4JIteratorBinding - notifyRowInserted]
    [FINE - adfnmc.bindings - IteratorExecutableBindingImpl - rowInserted] IterBinding - AccountPageDef:AccountAddressView1Iterator
    [FINE - adfnmc.bindings - IteratorExecutableBindingImpl - notifyRowInserted] IterBinding - AccountPageDef:AccountAddressView1Iterator
    [FINE - adfnmc.bindings - RangeBindingImpl - rowInserted] AccountAddressView1
    [FINE - adfnmc.bindings - RangeBindingImpl - notifyNewElement] AccountAddressView1, index:0
    [FINE - adfnmc.ui - BBTable - newElement] relativeIndex = 0
    [FINE - adfnmc.bindings - RangeBindingImpl - setVariableIndex] Begin, AccountAddressView1, listener: oracle.adfnmc.component.ui.BBTable$1
    [FINE - adfnmc.bindings - SimpleContext$Variables - setVariable] Setting variable "row" to expression #
    {AccountPageDef_AccountAddressView1_rowAlias}
    [FINE - adfnmc.ui - BBOutputText - endInit]
    Re-launching the MC app:
    INFO - adfnmc.bindings - BC4JOperationBinding - execute] Preparing to execute OperationBinding id:'CreateInsert'
    [FINE - adfnmc.bindings - BC4JIteratorBinding - createRow]
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 0 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 1 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 2 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 3 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 4 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 5 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 6 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 7 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 8 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 9 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 10 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 11 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 12 to
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 1 to 2010-12-20 15:08:35.0
    [FINEST - adfnmc.model - EntityImpl - populateAttribute] Setting value at index 3 to 2010-12-20 15:08:35.0
    [FINE - adfnmc.model - SequenceImpl - create] Database SQLite doesn't support sequences natively; creating TableSequenceImpl for
    S_SIEBELMOBILE_S_ORG_EXT
    [INFO - adfnmc.ui - ErrorHandlerImpl - reportException] BindingContainer: AccountPageDef, exception: oracle.adfnmc.AMCJboException
    [WARNING - adfnmc.ui - ErrorHandlerImpl - reportException] [oracle.jbo.server.SequenceImpl$TableSequenceImpl.retrieveSequenceParamsFromDB]
    oracle.adfnmc.AMCJboException: ADF-MNC-60109: Error retrieving sequence parameters for sequence S_SIEBELMOBILE_S_ORG_EXT
    [WARNING - adfnmc.ui - ErrorHandlerImpl - reportException] oracle.adfnmc.java.sql.SQLException:
    net.rim.device.api.database.DataTypeException:Datatype mismatch
    [WARNING - adfnmc.ui - ErrorHandlerImpl - reportException] Unable to retrieve String at index 2
    [WARNING - adfnmc.ui - ErrorHandlerImpl - reportException]
    [FINE - adfnmc.ui - MessageBox - show] message=oracle.adfnmc.AMCJboException: ADF-MNC-60109: Error retrieving sequence parameters for
    sequence S_SIEBELMOBILE_S_ORG_EXT
    [FINE - adfnmc.ui - MessageBox - show] oracle.adfnmc.java.sql.SQLException: net.rim.device.api.database.DataTypeException:Datatype mismatch
    [FINE - adfnmc.ui - MessageBox - show] Unable to retrieve String at index 2

    >
    >
    using 10gR2 on Sun-Solaris. Getting consistently "db file parallel read" over 35 ms as an average wait for the past few months. No performance issues as such.
    Using RAID 1+0. DB Size is 2 TB. Transactions are OLTP/Batch
    Is this metric high or normal. How to justify that..
    Looking at your results it's not really possible to say.
    db file parallel read is a request for a number of randomly distirbuted blocks, and the time for a read is the time for the last block of the set to be returned.
    Without knowing how many blocks are being requested at a time you can't really determine what constitutes a reasonable time. Given that you say OLTP + Batch, and have a large volume of scattered reads, it's quite possible that you have some queries on the Batch side doing very large index range scans - which would allow for some very large db file parallel reads.
    I take it from the use of statspack that you're not licensed for the diagnostic and performance packs; it would be easy to query v$active_session_history to get some idea of the number of blocks per request as this is given by the P2 parameter. As it is. you may be able to get a rough idea by messing about with the various "physical read" numbers in the Instance Activity section of statspack.
    Regards
    Jonathan Lewis

  • Issue in deleting an app installed in IOS 7

    I'm facing issue in deleting an app which was installed in IOS 7 in both iPhone & iPad. Installed the app from the hosted server, Installation is complete. But the app remain in the grayed out state.
    When I try to delete the app, it is not getting deleted. Please find the attached screenshot for reference. The device console log is as shown below during Installation.
    Oct  2 15:57:55 121945s-iPad itunesstored[101] <Warning>: LaunchServices: Creating installProgressForApplication:LSApplicationProxy: KBLD83422Q.V-Spec (Placeholder) withPhase:0
    Oct  2 15:58:26 121945s-iPad SpringBoard[33] <Warning>: Killing KBLD83422Q.V-Spec for app installation
    Oct  2 15:58:26 121945s-iPad itunesstored[101] <Warning>: LaunchServices: installing app for existing placeholder LSApplicationProxy: KBLD83422Q.V-Spec (Placeholder)
    Oct  2 15:58:26 121945s-iPad itunesstored[101] <Warning>: LaunchServices: Creating installProgressForApplication:LSApplicationProxy: KBLD83422Q.V-Spec (Placeholder) withPhase:1
    Oct  2 15:58:26 121945s-iPad lsd[71] <Warning>: LaunchServices: Updating installPhase for parent <NSProgress: phase=Loading; state=Active; fractionCompleted=0.590000> to 1
    Oct  2 15:58:26 121945s-iPad installd[59] <Notice>: 0x1c1000 handle_install_for_ls: Install of "/var/mobile/Media/Downloads/1678854020200631213/4200727509532306323" requested by itunesstored
    Oct  2 15:58:33 121945s-iPad installd[59] <Notice>: 0x1c1000 MobileInstallationInstall_Server: Installing app com.toyota.vSpec
    Oct  2 15:58:36 121945s-iPad securityd[87] <Error>: OCSPResponse: now > latestNextUpdate
    Oct  2 15:58:36 121945s-iPad SpringBoard[33] <Warning>: Killing com.toyota.vSpec for termination assertion
    Oct  2 15:58:36 121945s-iPad installd[59] <Notice>: 0x1c1000 MobileInstallationInstall_Server: Staging: 7.61s; Waiting: 0.00s; Installation: 2.80s; LS Sync: 0.00s; Overall: 10.42s
    Oct  2 15:58:36 121945s-iPad lsd[71] <Warning>: LaunchServices: Updating identifier store
    Oct  2 15:58:36 121945s-iPad itunesstored[101] <Warning>: LaunchServices: installPhaseFinishedForProgress: KBLD83422Q.V-Spec.Installing - <NSProgress: phase=Installing; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
    Oct  2 15:58:36 121945s-iPad lsd[71] <Warning>: LaunchServices: installation ended for app KBLD83422Q.V-Spec
    Oct  2 15:58:37 121945s-iPad SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:837: front-facing-camera cannot generate notifications yet
    Oct  2 15:58:37 121945s-iPad SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: ipad is static and will never generate a notification
    Oct  2 15:58:37 121945s-iPad SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: any-telephony is static and will never generate a notification
    Oct  2 15:58:37 121945s-iPad SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: stand-alone-contacts is static and will never generate a notification
    Oct  2 15:58:37 121945s-iPad SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: still-camera is static and will never generate a notification
    Oct  2 15:58:37 121945s-iPad itunesstored[101] <Warning>: LaunchServices: installPhaseFinishedForProgress: KBLD83422Q.V-Spec.Loading - <NSProgress: phase=Loading; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
    Oct  2 15:58:37 121945s-iPad lsd[71] <Warning>: LSInstallProgress: In observeValueForKeyPath:userInfo.installState could not find parent progress for KBLD83422Q.V-Spec, it may have been removed
    The app is downloaded from internally hosted server.

    I also have this problem with ios app and have reproduced the problem on multiple devices. It only happens when i use OTA installation process with exported ipa. I am following the apple docs for ios distribution for testing. I am not using a 3rd party (testflight, betatesters etc.) for this, its an internet facing  web server (azure) with all the proper mime types etc. setup. The install works fine, meaning i get the correct prompts to install, my app installs and runs, but I end up with an additional phantom icon, usually hung in an "installing" state, basically like prabu4u shows in his scenario.This icon/app can't be deleted using standard means (via xcode, itunes, hard/soft resetting of device, changing device language settings).
    here is a brief section of console log, that is similar to prabu4u:
    .....prior consiole messages omitted for brevity sake.....
    Oct 12 13:02:55 Bob-Bisantzs-iPhone lsd[76] <Warning>: LaunchServices: Updating identifier store
    Oct 12 13:02:55 Bob-Bisantzs-iPhone itunesstored[95] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.lynn.Installing - <NSProgress: phase=Installing; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
    Oct 12 13:02:55 Bob-Bisantzs-iPhone lsd[76] <Warning>: LaunchServices: installation ended for app com.lynn
    Oct 12 13:02:55 Bob-Bisantzs-iPhone lsd[76] <Warning>: LSInstallProgress: In observeValueForKeyPath:userInfo.installState could not find parent progress for com.lynn, it may have been removed
    Oct 12 13:02:55 Bob-Bisantzs-iPhone lsd[76] <Warning>: LSInstallProgress: In observeValueForKeyPath:fractionCompleted could not find parent progress for com.lynn, it may have been removed
    Oct 12 13:02:55 Bob-Bisantzs-iPhone itunesstored[95] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.lynn.Loading - <NSProgress: phase=Loading; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
    Oct 12 13:02:55 Bob-Bisantzs-iPhone lsd[76] <Warning>: LSInstallProgress: In observeValueForKeyPath:userInfo.installState could not find parent progress for com.lynn, it may have been removed
    I do not believe this is a network, connectivity or web server issue. The udid of my device (and other test devices) are registered in the protal, they are all running updated version of ios7.
    I believe its an issue (caused by me) with the provision profile (probably the distribution) packaged in the app. I have validated that the profiles are in the portal and are synched with xcode5 using organizer->devices->iphone->provisioning profies. it shows both the ios team prov profile and the ios adhoc distribution profile created from my developer account.They both show valid profile status with expirations in 2014.
    I have done clean builds, rebuilds and redeploys of the exported ipa (generated using ad-hoc deployment scheme in xcode5), but the end result is the same. I always end up with the phantom icon.
    I have read other posts that say they use a 3rd party tool to delete the icon, which is fine, but I really want to avoid this by correctly developing and depploying the app.
    any ideas on where i made my mistake(s) ? thanks, bob

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Mobile hotspot app not working on Droid Charge

    My mobile hotspot app stopped working today. When I click on the app the screen flashes for a second then nothing happens. I get the same result when going to settings, wireless network, mobile hotspot. It's like the link to the app is broken or the app is gone. I have removed the battery and restarted several times with no luck.
    How do I reinstall the app or fix this?

    WOW! I just changed the date to May and Boom hotspot works. Is that a joke? VZWsupport wrote me on twitter saying their top engineers have it listed as an open issue still.... I'm not a programer or developer by any means but you would think that if the hotspot works fine with the date changed wouldn't overriding or rewriting that part of the software be fairly easy for a big company like Verizon????

  • Can't download mobile DVR app for BlackBerry Storm

    Seems like the Verizon download link (m.verizon.com/tv/download) to the mobile DVR app is broken???  Get the terms page, but after hitting "agree" the file transfer fails.  Have tried several times for a day or so... no joy.

    Andrew, the OP said he has '''2.3.6''' when Google Play says 2.3 is the minimum. It has been Android '''2.3''' since Firefox '''31.0''' release.
    What phone or tablet is it as while it has 2.3+ it may have some performance issues.

  • Login issues with Mobile Theme 50

    Hi All,
    I have an APEX 4.2 application (Mobile Theme 50) which is running on Oracle 10g and is being accessed via iPads. Whenever you exit out of the application by clicking on the iPad button and go into any other App, Mail, Calendar etc, you are forced back to the login page, rather than allowing the user to continue from where they were . We have other APEX applications using a desktop theme that will happily let you check your mail and when you swap back to Safari your session is still there and you can continue on from the page you were on when you left.
    Authentication is a requirement, but I was hoping that once they login and the session hasn't timed out, that they would be free to move about the iPad without having to login again.
    Are there any setting or changes that can be made to change this behaviour?
    Cheers
    Mike

    Hello,
    Hi Mahmoud, sorry I haven't had time to build a sample app, I might be able to knock up a sample this evening.
    This appears to be an iPad specif problem. Tested it on a Samsung and it is fine. There is also one other subtle difference on the iPad itself, that is when you save the URL as a bookmark it always opens within Safari so you can open other apps, then go back into the apex app within Safari and your session is happily running. If you save the URL to the Home screen it opens in a full screen mode (with no minimise options) and you cannot jump out of it unless you are ready to login again.
    After a bit more Googling I found that in the default Page Template for Theme 50 it has the following Meta Tag in the Header.
    <meta name="apple-mobile-web-app-capable" content="yes" />
    From what I can gather this will default the application to run in full screen mode.
    I made a copy of the page template and removed this tag and it now always runs within Safari. (After removing the link from the iPad home screen and creating a new one....Some odd cache problems seem to happen)
    It would be good to have the full screen mode running as it looks neater and obviouly gives you a bit more screen real estate, but removing the meta tags appears to solve the constant login issues....Our users can decide which they prefer.
    Cheers
    Mike

  • I can't activate my banks mobile banking app on my iPhone 4S

    I can't activate my banks mobile banking app on my iPhone 4S. No one else with the same phone has this issue. Cookies are enabled and so is java. What am I missing?

    https://discussions.apple.com/message/18313601#18313601
    This is fantastic. Unfortunately didnt work for my phone, but definitely worth a try!

  • Design Studio 1.3 applications shows only white screen on Mobile BI App (iPad)

    Hello Design Studio friends,
    after upgrading or BI platform (4.1) Design Studio Add-On from version 1.2 to 1.3 we could no errors, everything works fine. But now we have the issue, that all of our Design Studio Applications do not work on iPad.
    All mobile Applications are listed correctly in the overview in the Mobile BI App. But after starting one application the loading screen is running and after loading only a white screen is displayed. No data, no components, no variables screen etc.
    Do you have any idea about the reason of our problem?
    Here some additonal information, what we have done:
    After upgrade we restartet the BIP and checked that all services are running.
    We saved new Design Studio 1.3 Applications on BIP.
    We run the Design Studio Applications local (everything works) over BIP on Desktop clients (everything workds), via Mobile BI App (iPad iOS7, newest iOS Version and newest App version) (only white screens are shown).
    We deleted all metadata on iPad and reconnected to our BIP.
    Our DataSources, integrated in the Design Studio 1.3 applications, are based on SAP BW Queries of a BW 7.4 system.
    Many thanks for help and your support.
    Kind regards
    Patrick

    Hi Tammy,
    I deleted the mobile BI App from my iPad and installed it again (newest version).
    No changes, after loading the Design Studio Application only a white screen is shown.
    I cannot find a relevant Part in the App protocol (Debug Mode).
    Thanks for your support.
    kind regards
    Patrick
    protocol:
    Application’s app store version:6.0.3
    Application’s internal version: 6.0.3
    SAP BusinessObjects Mobile server version:14.1.1.1036
    SAP BusinessObjects Mobile server internal version:3.0
    Work Offline:false
    iOS Version:7.1.1
    Device Type:IPad
    2014-06-15 20:12:15.060 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 59] initWithMessage(): init Custom Activity Indicator Alert View
    2014-06-15 20:12:15.065 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 64] initWithMessage(): init UI ActivityIndicator View
    2014-06-15 20:12:15.068 SAP BusinessObjects Mobile[1331:707] |T|: {[HomeScreenData.m openOnlineDocument:withOption:withOpenParams: 2173 Clicking on document in homescreen document to view online]
    2014-06-15 20:12:15.071 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:15.088 SAP BusinessObjects Mobile[1331:707] |T|: }[HomeScreenData.m openOnlineDocument:withOption:withOpenParams: 2192]
    2014-06-15 20:12:15.101 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 59] initWithMessage(): init Custom Activity Indicator Alert View
    2014-06-15 20:12:15.105 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 64] initWithMessage(): init UI ActivityIndicator View
    2014-06-15 20:12:15.109 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:15.193 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:20.391 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:26.615 SAP BusinessObjects Mobile[1331:707] |T|: {[MobiRootViewController.m showSettings: 2298 showing Applicaiton settings page]
    2014-06-15 20:12:26.622 SAP BusinessObjects Mobile[1331:707] |T|: }[MobiRootViewController.m showSettings: 2369]
    2014-06-15 20:12:27.498 SAP BusinessObjects Mobile[1331:707] |T|: }[ApplicationSetting.m tableView:didSelectRowAtIndexPath: 792]

  • Can't set up FiOS Mobile Remote app for iPad

    I was able to register the FiOS Mobile Remote app for iPad with my login and password but I'm not able to set it up.
    I follow the instructions to
    click Menu
    click Widgets
    click FiOS Mobile Remote
    I get the following error message:
    Mobile Remote
    Network Error
    Unable to process your request at this time.
    Please try again.
    If the broblem continues, please try restarting your Set-Top Box
    I've turned off the power to the cable twice but still get the same message.
    How can I get the app working?

    I installed my new DVRs last night and tried to reactive the Mobile Remote app, but got the same error. I wonder if they're having issue with the app (so it's probably not just you).

  • Burrito Mobile Android App - Can't Debug On Device

    Hi,
    I followed the TwitterTrends tutorial on how to build a mobile android app.  I got to the point to debug on the device (phone, mine is Motorolla Droid - Android 2.2 os), and it just doesn't work.  Here is what is set up on my phone:
    Phone is connected with USB
    USB storage is on
    USB Debugger is turned on
    The phone is connected to the wireless network that my computer is plugged into - development computer can ping my phone
    My computer's firewall is off
    I have followed all the instructions on how to debug on the device, nothing, can't find a device
    So, my coputer sees my phone (I can browse its directories) and my phone sees my computer.  What else could be going wrong??  Not much on the internet about people having problems and seems like it should be easy.
    Please let me know if you have any suggestions!!
    Thanks,
    Peter

    It seems like people are talking about two seperate issues here. There are two main issue types that could be preventing someone from debugging:
    1.) USB Debugging connection isn't working
    2.) Wifi connection to the the actual debugger is failing.
    For the first issue as long as your drivers are loaded (most drivers are included with Burrito and can be found in utilities\drivers\android under your burrito install directory) you should be fine. If you can run your application and have it install to the device and launch through burrito then you don't have to worry about issue 1.
    For the second issue I still haven't been able to get past the initial unable to connect to the debugger screen that pops up and asks for an IP address, even though I can ping my computers ip from my phone and vice/versa.  However I was able to view the debugging (trace) output from my application by installing the Android SDK and running the Dalvik Debug Monitor (ddms.bat in the tools dir of the SDK, useful for trouble shooting usb issues as well) . Unfortunately you still have to deal with closing the initial unable to connect window and burrito displaying connection timeout errors but at least you can see what's happening on your phone.
    Not sure why the wifi debugging connection doesn't work the way it should, that's the only real unresolved issue as far as I can tell.

Maybe you are looking for