PlayBook: Problems with the names of the packages containing points of bb10

Hello

I wore my 'Medicine Cabinet kids' app for Android. In the "manifest. MF' according to the name of the package is: de.ebsonline.medicinecabinetchildren.

Meanwhile, I've been thinking that app using WebWorks and he signed with the same key and the same name of package to BB10 for Android.

At that time, I thought, the application could be the same for BB10 and Playbook. Unfortunately it is not the same. Some customers bought for the Playbook and get installation error 0008.

As a result of a notice of @oros here in the forum, I tried to create a special version of the application for the playbook. But the problem is, I'm not able to create the same name package, because for the playbook, the entry in the file config.xml may not have the points and there seems to be a limit in length.

Accordingly, it seems that I am not able to create a new version with the name of original package of my application for users of the playbook, who have already purchased the app and cannot install it! But I don't want to create an entirely new application, because that would mean losing my real clients.

Could you please give me a hint (or a solution step by step, if possible) for this problem?

Thank you very much for your help and best regards from the Germany

Rolf Eschenbach

I found the following

Use a naming for short in the field id = like this at the beginning of the config.xml file


http://www.w3.org/ns/widgets ".
"xmlns:RIM ="http://www.blackberry.com/ns/widgets"
version = "1.0.0.1" id = "compeardoxgreatapp" >

The BB10 I give it an id of com.peardox.greatapp

There is a limit on the number of characters a Playbook may have in the name of the package resulting (50 as I remember) - I guess we have about 18 for our own use

You don't have to use the reverse DNS, but it is easier for compatibility for the configs in need - just missed the points for PB

Tags: BlackBerry Developers

Similar Questions

  • Problem with the Package Windows Installer... when trying to install ITUNES 9.2 and Quicktime.

    I bought an IPHONE 4 yesterday.  For more than 7 hours, I tried everything to download ITUNES 9.2.  I get the same error.  I spoke with apple as Microsoft.  I didn't PAY to get assistance from Microsoft yet and I hope I don't have to.

    Error: problem with the Windows Installer Package.  A program required for this install to complete could not be run.  Contact your provider to support personal or package.

    I have Windows XP.  I uninstalled and re-installed Safari and which did not help (at one point, I had problems with Safari).  I also have at one point received an alert on 'applesync.notifier' could not be executed.

    I have no idea where from here, but I'm frustrated.  I want to use my phone for something more than "just a phone" and I can't.  I have to carry my OLD Iphone (1st generation original).  Help<><>

    There is a simple way to do it!

    I had this problem too, but I did

    first open Installer u then let it install

    When you get the messege, click ok and it will say restoration of action but don't get put off by this cause after 5 min, it will say: it is installed and restart your computer

    hope this has helped

  • Problem with the packages

    Hello friends

    I am facing a problem with the creation of Packages.
    I am running Oracle 10 g on my side.

    I have an alias defined in my system which is having two accounts, lets say it is A and the other is B.

    I have two packages running on a single account. Now what I did, I tried to reproduce the two packages on the other account that is B I have functions defined in both packages.

    What I see, it's one of the packages is now properly respected (Spec & body). But I am facing the problem with the other.

    The problem is

    "PLS-00302 of the body: component 'get_segment' must be declared '.

    Here's a function "get_segment".

    If someone see what would attribute the possible with these packages, maybe I missed something.

    Thanks in advance :)

    user12280955 wrote:
    No, I am what you say...

    in fact, I just copied the source of the original schema packets and executed in the second diagram.

    Actually I m using Toad who had perfect where I can replicate packages from a pattern of other schemes. I used.

    I don't use Toad, so can't help you there...

    Apart from that, I have a dump (.dmp) for the two schemas. I'd get a decrypted version of the package source code from there.

    No, you can't.

    If not where can I get a simplified version of the package source code?

    If you do not have it in a separate file, so you do not have it. Ask the creator of the package to give you no packaged version.

  • I have exactly the same problem with the radial program point not to let me install mcafee what should I do?

    I'm having the same exact problem with the point radial program does not let me install mcAfee which can do?

    There is some information about this here: https://community.mcafee.com/thread/19119?start=0&tstart=0

    If this does not help, contact McAfee technical support. They should help you.

  • Problem with the package ID

    Hello

    I have two apps with the same package ID. There was an error in the config file, but I have downloaded two apps; Is there a way to fix this?

    Do you mean that the two applications have already been downloaded on BlackBerry World?  If so, in order to change one of the IDPack of these application, you must create a new package and disable the application in the portal provider.  The portal, you cannot download a new version of the file BAR overall even if it has a different package ID (you will see a red error message if you try to do).

  • Problem with the State showed up in BB10

    Hello

    After the upgrade of my DevAlpha to the latest version, 10.0.9.1675, I have problems with 2-State buttons.

    Example code:

    #myBtn{
        background-image: url(btn/myBtn.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #myBtn:hover{
        background-position: 0px -124px;
    }
    

    So, when I click the button it stay frozen until steady-state, does not return to the default position. All my apps of ww are affected by this problem.

    Anyone can attempt to reproduce this problem?

    If so, what is the solution?

    This is sort of the standard: hover behaviour I noticed in mobile browsers. Since then no cursor, hover is only simulated.

    The simplest solution (and the one I use in my projects) is to use: active instead of: hover.

    #myBtn:active{
        background-position: 0px -124px;
    }
    
  • Problems with the Vector container flash.geometry.Points class

    to import flash.geom.Point;


    Hello!

    I'm writing a game using the new Vector class.  Then vector consist of flash.geom.Point (s).

    However, when I try to use the concat function to return another vector with a series of Points at the end of the vector, I'll get:

    TypeError: Error #1034: Type coercion failed: cannot convert flash.geom::Point@bce8901 to __AS3__.vec. Vector. <>*.
    to the vector. <>* $/ castToThisType()

    Action script says I'm trying to convert a vector to a vector.  I don't see how this is the case.

    In the example below, I said adjoiningPoints be:
    var adjoiningPoints:Vector. < Item >;

    When I call
    Path.Concat (myNextPoint);

    I get the above error.  To remedy the problem, added the extra lines, declaring "iAPath."  When I work with berries, everything works fine. The sets are completely filled with points and there is no error.

    Can anyone help


    public void getConnectingPath (pArray:Array): vector. < Point >
    This function returns a vector of points which consist of the vertices of a path that will be
    Plug the current "PollyG", in another array of cancers (Philippe), using the shortest path.
    {

    var path: vector. < Item >;
    var adjoiningPoints:Vector. < Item >;
    var wPath:Vector. < Item >;
    var pathsCue: as = new que();
    var endFound:Boolean = false;

    var aPath:Array

    path = new Vector. < Point > ();
    aPath = new Array();

    aPath.unshift (pathList [pathList.length - 1]);
    Path.unshift (pathList [pathList.length - 1]) ;// add the starting point;
    adjoiningPoints = getConnectingVertexes (Philippe, pathList [pathList.length - 1]);
    for (var i = adjoiningPoints.length - 1; i > = 0; i--)
    {
    var iPath:Vector. < Item >;  individual path.
    var iAPath:Array
    var myNextPoint:Point;

    myNextPoint = adjoiningPoints [i];

    iAPath = aPath.concat (myNextPoint);
    Path.Concat (myNextPoint);
    iPath = path.concat (myNextPoint);
    pathsCue.addItem (iPath);

    }
    }

    Thank you

    You cannot use concat with other types of data. That's what indicates the error. myNextPoint is the Point and concat() expects array (vector).

    While the docs of vector is not an example, Array is managed in the same way, so this is where they show how to use concat() for table:

    http://www.Adobe.com/LiveDocs/Flash/9.0/ActionScriptLangRefV3/array.html#concat ()

  • Problem with the package

    Hello

    I have already stated this

    create or replace package pkg_obj5 as

    type rw is record

    (date of the curtm,

    number of Seq,

    feat3_DATE sch.tab3.feat3_DATE%type);

    type rec_set is ref cursor return rw;

    end;

    /

    and it's a valid package here. But I get this

    ATTENTION: updated, but with compilation errors

    Total grant.

    P_obj5 PROCEDURAL errors

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    7/14 PLS-00488: 'PKG_obj5' must be a type

    0/0 PL/SQL: analysis of completed Compilation unit

    during the creation of this MS. Why?

    create or replace procedure p_obj5 (ite_ID in varchar2,

    feat_from to date,

    feat_to to date,

    cont_no in varchar2,

    cont_ver number,

    p_feat2 in varchar2,

    p_ret in the pkg_obj5) as

    ...

    The "p_ret in the pkg_obj5)" line declares the type of p_ret. Words between 'out' and ') ' must be a type. If you want a Recordset, as shown in pkg_obj5, saying:

    p_ret in the pkg_obj5.rec_set)

  • Problem with the package to start Group Policy deployment

    Hello

    I was wondering if anyone can tell as to why package in Group Policy deployments apply always as expected on all computers or the next boot even after executing a gpupdate/force or gpupdate/boot, a reboot or a hot or cold boot. Also, I was wondering if anyone else has had these questions and share their experiences in the way that they troubleshooted this question. Your help would be much appreciated.

    Kind regards

    RocknRollTim

    Hi Tim,.

    Thanks for posting your query in Microsoft Community Forum. However, the question you have posted will be better suited to the audience of professionals on the TechNet forums.

    I would recommend posting your query in the TechNet forums.
     
    TechNet Forum

    Thank you.

  • Problems with the Plugin Container after upgrade to firefox 3.6.4

    I upgraded to Firefox 3.6.4 and when I opened the browser window here: Plugin Container for Firefox stopped in progress.
    If I close that window, the firefox closes immediately, if I don't close, can I use it on several sites but not all! How would I solve this container plugin thing?

    Operating system

    Vista Windows


  • Get error 1723 - there is a problem with the Windows Installer package

    Hi, I have problems with the .msi files. An example of this would be logmein hamachi. It would be me with error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your provider to support personal or package. What should I do? I am currently using windows 8 pro with media Center. my windows installer is the installation of Windows® program. V 5.0.9200.16384. Thank you

    I had the same problem. The solution is to go into c:\users\"username"\AppData\Local\ and then right click on 'temp' and choose 'properies. Choose 'security'--> edit--> add and add the user name, you use and you give all the rights. After that, it will work :)

    Good luck!
  • I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    (1) temporarily disable your security/antivirus software

    (2) download iTunes from the official source: http://www.apple.com/itunes/download/

    (3) try to reinstall

    (4) turn on your anti-virus

  • Message 'there is a problem with the Windows Installer package

    I have Vista 64-bit Service pack 2

    On my computer HP ProtectSmart Hard Drive Protection has stopped working... .it shows such as the disabled and 'activate' is grey.

    I went to HP to download the new version.  It downloaded, but then to install I got the following message:

    "There is a problem with the Windows Installer Package.  A program run as part of the Setup did not finish as expected.  Contact your supplier of staff or the package of support ".

    How can I fix?

    Please help pleas...

    Thank you

    "C:\Windows\system32\msiexec.exe'-I 'C:\Users\David Candy\AppData\Local\Temp\IPDT_Install.msi '.

    Is the command line to install a particular product. Use the Task Manager to find your command line.

    Then change to add logging.

    "C:\Windows\system32\msiexec.exe" - working '% userprofile%\desktop\install.log'-I 'C:\Users\David Candy\AppData\Local\Temp\IPDT_Install.msi '.

    FixIt

    Microsoft has a range of automatic programs to solve common problems. To see Windows Installer problems

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall/en-us

    For the visit of the list the most comprehensive

    http://support.Microsoft.com/FixIt/en-us

    When you choose to download, choose the option to run on another computer. You can then save it to a folder on your hard drive. Open the folder, open the folder fix this laptop and run Run Fix It. It will contain all 27 FixIt.


    --
  • problem with the installation of window package

    Impossible to install, i-tunes, quick time and I downloaded Security software. Error message indicates a problem with the windows package install. On Vista, this is a fairly new problem
    Thanks in advance
    Jack

    Hi Jack8053,

    Thank you for visiting Microsoft Answers.

    · The error message you get when you try to install a software, what exactly?

    · Remember to make changes on the computer before this problem?

    It seems to be that some of the files windows install is corrupt. I have a few steps that might help you to solve the problem:

    Method 1

    Make sure that the Windows Installer service is running.
    1 open run and type services.msc, and then press ENTER.

    2. in the services window, locate the Windows Installer service in the services list.
    3. check that the status is "started". If the condition column is empty,
    Right-click Windows Installer, and then select start.
    4. change the Startup Type to automatic (default is Manual), then
    Restart the computer.

    Method 2

    Run a scan of the file system [SFC] checker on the computer that will replace missing or corrupt files.

    To do this, follow the steps below:

    1. click on the Start button.

    2. on the Start Menu, click all programs followed by accessories.

    3. in the menu accessories, right-click on command line option.

    4. in the drop-down menu that appears, click the "Run as Administrator" option.

    5. If you have the User Account Control (UAC) enabled, you will be asked permission before the opening of the command line. You simply press the button continue if you are the administrator or insert password etc.

    6. in the command prompt window, type: sfc/scannow then press ENTER.

    7. a message is displayed indicating that "the system scan will start.

    8. be patient because the analysis may take some time.

    9. If all the files need replace SFC will replace them. You may be asked to insert your Vista DVD for this process to continue.

    10. If all goes although you should, after the analysis, see the following message "Windows resource protection not found any breach of integrity.

    11. once the scan is finished, close the command prompt window, restart the computer and check.

    For more information, see the link below:

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista

    http://support.Microsoft.com/kb/936212

    Method 3
    1. If it does not help, try to uninstall Windows install using the Windows Installer Cleanup utility:

    Description of the Windows Installer Cleanup utility

    http://support.Microsoft.com/kb/290301

    2 restart the computer.

    3. download and install the latest version of Windows Installer by downloading from the link given below:

    Windows install 4.5 Redistributable

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    4. try to install the program and check that it works.

    Hope the helps of information. Please post back and we do know.
    Concerning
    Joel S
    Microsoft Answers Support Engineer.

  • installation of upgrade to itunes says error: problem with the Windows Installer Package

    Hi, I'm unable to load the latest version of itunes, the error message says that there is a problem with the installation of window and the staff package to contact technical support or the vendor of the package. Can offer you any advice? Thank you

    Download, install and run the Windows Installer Cleanup utility: http://www.softpedia.com/progDownload/Windows-Installer-CleanUp-Utility-Download-18442.html and see if that helps.

    If not, please check iTunes for technical assistance to the: http://www.apple.com/support/itunes/ or repost in iTunes Forum at:http://discussions.apple.com/category.jspa?categoryID=149.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for