My Firefox android app, with data, is over 130MB.

My Firefox android aap has become so big that I can't install any other apps. The data storage used is:
Total 131MB
App 28.78MB
Data 103MB
Is there a way to reduce those data file sizes without just deleting all the data?
Thanks

hello TJFireBug, you can go into the settings of the firefox app > clear private data and select certain elements to delete this way.

Similar Messages

  • How to publish android app with the new AIR 2.6 ?

    Please anyone can help to instruct the correct way to install the new AIR SDK?
    I work with Flash IDE and don't know how to link them...
    And another noob question, are there any differences between "AIR Android" and "Adobe AIR 2" in publish settings when I'm going to create an android app with up-to-date AIR version? I was very confused by the scenario that as long as I upgraded to AIR2.6 SDK, "AIR Android" remains 2.5 though "Adobe AIR2" will surely be 2.6?
    Much appreciated for any help.

    To create an APK package, use the ADT package command, setting the target type to apk for release builds, apk-debug for debug builds, or apk-emulator for release-mode builds for running on an emulator.
    adt     -package
        -target apk
        -storetype pkcs12 -keystore ../codesign.p12
        myApp.apk
        myApp-app.xml
        myApp.swf icons
    Type the entire command on a single line; line breaks in the above example are only present to make it easier to read. Also, the example assumes that the path to the ADT tool is on your command-line shell’s path definition. (See Path environment variables for help.)
    You must run the command from the directory containing the application files. The application files in the example are myApp-app.xml (the application descriptor file), myApp.swf, and an icons directory.
    When you run the command as shown, ADT will prompt you for the keystore password. (The password characters you type are not displayed; just press Enter when you are done typing.)
    You can find more details here

  • How to get Android apps with dauphin browser

    Hi.. l did try to get Android apps with dauphin browser but it keep sending me back to BB apps what do i have to do to get tout Android apps...
    Thanks in advance for helping.

    Ok your loosing me a bit here. why are you going thru a browser to download an app... just go into the appworld  (app) on your playbook and have a look thru them to see what you want to download and then do it that way... as far as android apps are concerned, they are not shown in appworld any differently than others...  you can do a search for them as well in the top right corner if you need...if its been made available for BBPB it should be there...
    hope this is some help... 

  • How to add admob in android app with dreamweaver

    how to add admob in android app with dreamweaver ?

    flash-air-admob-ane-for-ios-and-android - Admob Ane,a adobe native extention(ANE) for actionscript developer to add go…
    code and demo.but you need upgrade to flash cc.

  • When will we be able to create Android Apps with DPS single edition?

    When will we be able to create Android Apps with DPS single edition?

    It's something that we would like to do, but it is unlikely to happen during the first half of 2013.
    Neil

  • Searching Web Apps with Data Source fields containing multiple values

    I have a Web App with a field allowing multiple values to be entered similar to the checkbox list. I need to restrict allowed values to a large, finite list of values currently stored in another Web App as the data source. I can't apply the Data Source field type as that only allows single value selection. I also need to be able to use the Web App Search form to search for items containing 1 OR more values in this field (the search functionality of a checklist field type). Here's what I've tried for field types:
    Text (string) or Text (multiline) field type - By saving a list of comma separated values (the same way that checkbox list outputs) to a text input or textarea, the search logic only searches for exact string (including commas) and doesn't parse the individual values.
    List (checkbox list) field type - This allows me to search multiple values using OR logic, but the web app will only store values that have been entered as options in the actual web app field setup. I tried using a checkbox list with minimal or empty options hoping that whatever values I sent over in a comma separated string value would still get stored, but because the values came from my Web App data source and not the list of options stored with the field, they were not saved.
    Has anyone found a way to do this?
    My other question is about how I might use a similar multi-value field as described above but return search results containing items with ALL selected values for that field (AND logic).
    Can anyone enlighten me to the inner workings of BC web app search logic?

    Thanks Robert.
    You'll need to create your own interface to the webapp database for those kind of data operations
    by this, are you speaking of the internal BC database which stores web app schema data? That would be great if it were possible to update that programmatically because I need to use the List (Checkbox List) field type (for the search functionality), but I need to supply the checkbox options from a web app rather than by manually updating the list entered in the Fields view of the web app settings (shown below).
    I'm curious if anyone else has tried this?
    Again, my reason for needing to use the List (Checkbox List) field type is that the page which processes searches knows to expect a comma separated list for this field type and then appears to be parsing out the individual values for searching out web app items with 1 or more matching values. You're right that text fields (string and multiline) just check for 'string contains' matches, and this would be ok if I was only ever needing to search just one value at a time. Here's an example of what I might do:
    Web App item field value (as recorded against the List (Checkbox List) field type:
    8294877,8294878
    Web App Search value (for this same field):
    8294879,8294877,8294885
    The search would return this web app item because the field contains 2 (1 or more) individual values even though they were entered into the search field in a different order. If this web app item were just a Text (string or multiline) field, the searched value is not a substring of the web app item's stored value, so it would not find a match. Hence the need to use Checkbox List field type.
    The web app will have thousands if not 10s of thousands of records, so dumping them all into one big array or object and searching on the front-end won't be practical (though it works great on smaller datasets).

  • Can Ipad / Android app submit data to Sharepoint 2013

    I really like the flexibility of Building Mobile Apps with Flash Builder and export to Ipad or Android application.
    For a simple inspection process. I like to have 10 inspections points where my form will ask if the inspection point pass or not, basically a simple checkbox. also some text field for comments and finally a picture of the physical point inspected.
    Since I'm going to have 10 questions, will return 10 binary fields and 10 text fields with 10 pictures, which I like to have the picture control to take the picture on the fly.
    At the end of the inpection like to have the option of submit all the data collected for storage and future analysis, in this case will be "Sharepoint 2013".
    I know Sharepoint 2013 have different methods to insert data, [ CSOM, REST, OData / OAuth ]. however I'm not sure if this is possible with ActionScript.
    Can somebody point me in the right direction or if I need something else to achieve this goal ?
    THX Dino.

    Hi Mercury, 
    Thanks for posting your issue, Kindly follow below mentioned steps to solve this issue
    Go to the List Permissions and stop inheriting permissions first
    Clicking the Anonymous Access ribbon button after breaking permissions inheritance
    Now, allow Anonymous users to Add items (edit and delete are optional, but not recommended)
    Now, your anonymous user should be able to add an item to the list
    Also, check out below mentioned URL to know about the fix of this issue
    http://www.codeproject.com/Articles/569965/GrantingplusAnonymousplusAccessplustoplusSharepoin
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Native android apps - with DPS single edition?

    Can you build native android apps also with DPS single edition or only with enterprise edition?
    Thank you for you help!

    Thank you for your reply, Bob!
    I've forgotten to ask the most important thing: This also stays that way for DPS V30?
    Thank you!

  • Creating a Simple IOS / Android APP with web pages?

    Hi all,
    Recently I created a simple backend database driven website for a clients customers to see their info. The client wants to have his own "Company App", primarily for the marketing aspects. I was thinking that it might be possible to have a super simple basic app just showing/using the web pages that we already have.
    I already made some pages with custom tailored css to iphone and could expand this concept to other models - android etc.
    I have never tried to make an ios or andriod app before, but...
    Q: Would it be possible to create a simple app DEMO that can display/use the css iphone page I already made? If I wanted to look more into this (and even work with other dev's) where would I start?

    Mobile Apps are standalone pieces of mobile software that you design, compile with Phone Gap and then upload to Google Play or Apple's App store.  From there mobile users can purchase (most are free) download & install apps on their device.   Apps include just about everything from GPS & traffic info, to sports, games, entertainment, health & fitness tracking. You name it, it's probably out there.   A mobile app is not a web site, although the app may indeed be tied to the creator's web site so he can sell more apps.   But an app is just an app.  A web site is a web site.  2 different things.
    If you want to explore Mobile App development, I recommend this introductory tutorial
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • Genereate an android app with single edition ?

    Hello to all
    How to Build an Android application with DPS Single Edition?
    I saw "Aquafadas solution" have the advantage of being able to generate Apps for any support, which makes sense!
    But then, I'm trained, perfected for months on the DPS, but it is not simple for me to trainning Aquafadas again  : - \, especially since I do not find it necessarily intuitive ... it is my opinion Personal.
    Is there any other solution to generate an application on your iPhone or Android device with another tt the single Edition?! unless you go on the Professional or Entreprise solution??
    Frankly, even for Adobe, I see they have a significant shortfall, even if they are generating app for "Free" for iPad only THAT, they should at least provide a winning formula for each device but that it is at least accessible to little companies, as do the AQUAFADAS solution as well.
    To my knowledge the only way to generate it is to switch to formula DPS business or pro price completely unacceptable finally pay € 4,000 / year that's crazy!
    A solution proposal?
    PS. Sorry for my english

    You can’t. DPS SE is iPad only.

  • Android Apps with Captivate

    Hello,
    I would like to create app for Android smartphones with Captivate.
    I'm looking for the best practices how to do it.
    Could you you send me links to demos of simple / any apps created with Captivate
    dedicated to Android operating system? Or guide book how to do it?
    Kind regards,
    Michal

    Thank you for your reply, Bob!
    I've forgotten to ask the most important thing: This also stays that way for DPS V30?
    Thank you!

  • I can't create a native android app with 2560x1600 rendition. I only see the 2048x1536 and 1024x768 option in the web native Android application ?

    Hello All,
    i ve created a native android app. I need to publish on a 2560x1600 android tab. the problem is that in my library i have my 2048x1536 and 1024x768 ipad version.
    I know that when i create my native Android app i should be able to chose my rendition in only 2560x1600 but in the Library Tab of de web android native app builder I only see the 2048x1536 and 1024x768 option.
    Please do you have an idea ?
    TX

    The dropdown only lists the folio sizes you have published in your app's publication account. Make sure you've actually published a 2560x1600 folio and then you'll be able to select it from the dropdown.
    Neil

  • TS4036 can anyone tell me how to restore an app with data to my new iphone 5s --from my old phone's back up from 11.15.13?

    I am trying to find out how to restore an app's data from my old phone (4S) to my new phone (5s)...has all my passwords, etc.,
    The old phone was backed up at the apple store on friday night.
    thanks,!!

    Welcome to the Apple Community.
    You need to restore the whole phone, you can't just restore one app.

  • BB10.3 Upgrade would kill all installed Android apps, with deadly crashes quite often

    BB10.3 alpha looks great and seems to be faster. I even entertianed the idea of writing a positive review about it.
    But after upgrading to BB10.3 and restoring all the apps using BlackBerry Link, all android apps would stop working. BB10.3 also have a few more hard crashes that I have to take out the battery to reboot. These bugs need to be fixed asap to keep the fans happy. URGENT!
    Why people had been dumping their BlackBerry in droves? It's because of these frustrating bugs. Someone need to inform John Chen's engineering team about these issues.

    I agree. The 'fans' as you call them are not supposed to have 10.3 yet.
    Writing a review on an unreleased alpha or beta product doesn't make a whole lot of sense.
    The whole point of realing alpha and beta releases to those that are supposed to have them *IS* to find and hopefully fix bugs before the release.
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • How to minimize adobe air android app with as3?

    I have 2 buttons in my app ( my app published by flash cs6 for android ). one button for exit app and one button for minimize app (send app to background and show homepage).what is code for 2nd button in as3?
    b1.addEventListener(MouseEvent.MOUSE_UP,exitapp);
    b2.addEventListener(MouseEvent.MOUSE_UP,minimizeapp);
    function exitapp(e:MouseEvent)
         nativeapplication.nativeapplication.exit();
    function minimizeapp(e:MouseEvent)
         //...what code I should write here?

    I don't think there's a way to do this with standard AIR APIs. On iOS there's no general solution for this, but for Android you could probably make a simple ANE, possibly by using sendTaskToBack.

Maybe you are looking for

  • My Firefox browser keeps crashing everytime I open it now. EVERYTIME!

    My browser used to crash like 20 times a day but I would work then restart then work more through the day. Then one day got to the point where it would crash as soon as it came on. After a while it offered a choice of safe mode. I used safe mode but

  • Horizontally scrolling page segment

    This is the sort of thing I've seen on a few sites, and wondered about before. Sometimes they can look a bit overboard, but I've just seen one on this site that looks pretty well done, and doesn't take over the page : scrolling example It's the bit b

  • Hierarchy problem inBI7

    Hey, Gurus:) We are expearencing the following problem after upgrading to BI7: The querry which has characteristic restricted on hierarchy does not return the desired respond - actually it does not respond at all. When I tryto restrict the characteri

  • How to select option to the particular view container

    Hi All, I am working on ALV , i have view container for search parameters, here i want to add select option in to the same view container.. anyone help me to achive the same. Thanks Ram

  • Recovering deleted photos on iPad?

    Hi all - My daughter recently attempted to upload images from my iPad Mini (running iOS 7.0.3) to our Dropbox account. However, she deleted the orginal files before they finished uploading, resulting in the loss of hundreds of our photos. Unfortunate