Android :: Fast Web Installer
Sep 3, 2010
Can somebody please help me understand what this does? I have the appbrain app already so if i want to i can already go on my desktop sign in to appbrain click install on any of the apps i want on the website and when i next go onto my appbrain on my mobile it will automatically download them. So what does fast web installer do?
View 1 Replies
Nov 24, 2010
I have iRobot Google MID Apad.
How can i obtain appbrain and fast web installer for my apad?
Is there an installer for appbrain market for apad? Where i can download it.
I don't have this application installed on my apad.
View 2 Replies
View Related
Aug 8, 2010
Has anyone else tried AppBrains Fast Installer? It allows you to push install to your phone without sync (free apps only)
View 4 Replies
View Related
Jul 8, 2010
If you haven't already, download the "Fast Web Installer" app to enable automatic download and installation of apps to your phone from the AppBrain site while on your PC. So awesome now to just browse the AppBrain site, click install on all the apps you want, and walk out the door with them automatically downloading and installing. Only works for free apps but that's not a huge problem (it beats waiting for Froyo to enable this feature that's for sure). If you don't use AppBrain, now is a good reason to try it out.
View 17 Replies
View Related
Aug 1, 2010
Is there an app available, either from the Market or other sources, which would allow me to install 300 apks at a time instead of going through eachone? I have discovered Droid Explorer but I am not willing to root my phone.
View 2 Replies
View Related
Feb 8, 2010
I need to make an installer which will ask for T&C and install the App . But i am not able to find any tutorial related to the same .
View 1 Replies
View Related
Jun 29, 2010
Is there a way to install Astro File manager without using the market? Because if I would need to install APKs in a situation where I don't have access to the market (No Internet access, etc.) I would need to use Astro File Manager and if I didn't have it installed I would need a way to install it without using the standard way of using the market.it would save me bandwidth to install it from the SD Card each time.
View 10 Replies
View Related
May 11, 2010
So what's the point in an apk installer? I've installed a few apps without it.
View 2 Replies
View Related
Jul 26, 2010
When you scan a qr code, the Dx auto downloads the application installer and executes it. Is there a way (possibly on the pc instead) to just download the app installer, and archive it for later use? I'm thinking about things like fancy widgets, that had to be removed, updated apps that are not as attractive as the original release, or applictions that might just vanish over time. They are all small, and I'd prefer to archive them on our PC, just in case. Is there a way to pull the installers off the internal memory of the phone?
View 2 Replies
View Related
Aug 18, 2010
I developed an "heavy" application (700 Mb !). With an "apk installer" application, i can install it on the Nexus One SD card (Froyo "installLocation" option). My application is heavy because of the videos it contains (located in /raw directory). The problem I have, is that it crashes when launched, with this error :
CODE:............
I dont't understand the reason of this error, because when i try the same thing with a lighter application (250 Mb) it runs perfectly. Has anyone of you ever had this kind of problem ? Do you know if there is a size limit for applications to work ?
View 4 Replies
View Related
Jul 21, 2010
I can't seem to figure out how to use the web installer. Where do you go on the website to push the app to install.
View 1 Replies
View Related
Aug 21, 2009
In Windows, we write "installer script", and user an "installer compiler" to generate an installer, let's say .inf for .msi/.cab and .nsi for NSIS.
But when it comes to Android, is there a similar method?
View 2 Replies
View Related
Feb 10, 2010
When providing a user on a mobile, a link to an android application via a web page, it is possible for params from the url to be passed to the app being installed.
I'm guessing the answer is no - but it doesn't help to ask.
The reasoning being that it would be handy for some situations to have a generic app that pulls config information from the referrer.
View 2 Replies
View Related
Sep 7, 2009
The package installer looks to take up a good amount of space when installing applications. We've published a very large game (ProjectINF - 6mb). And it looks to be taking up a good amount of space during the install process, to the point that we have a lot of users emailing us with complaints/requests to "fix it".
From what we've seen, it looks to take about 22mb of free space to install a 6mb apk. While I can imagine taking double or so for unpacking and temp locations, almost 4x the size seems a bit high. After an install with 22mb free, the device has 16mb free (which makes perfect sense). Users also seem to be getting errors on the market when trying to install with less than that amount of space (with no real clear error message, just "Install Failed".
View 14 Replies
View Related
Nov 24, 2010
I have some problem installing my apk file in code. Wondering if anyone could find out what I did wrong.
What I was trying to do is put a Check Upgrade function in our program. When user clicks it, it will send request to our web server and find out what is the latest version. I use app versionName to stamp a version, something like 2010.11.23. I don't use the version code in Manifest.xml file. So our program sees the latest VersionName is later than itself, it will download the latest one, and then use the following code to install the new apk file:
CODE:........
Now looks like, everytime when I changed the VersionName, it will fail to install the apk file. It downloads the file fine. I don't know exactly why. Sometimes, in Eclips, when I hit debug, I got error saying "Re-installation failed due to different application signatures". I don't know if this is the same error caused the installation failed.
So, looks like my questions are:
Should that upgrade logic work? I am wondering if it has something to do with the VersoinName.
What could cause the application signature change? (I did sign our program before I put it on our server, but I always use the same key file for different versionName. )
View 1 Replies
View Related
Apr 6, 2009
Couple of really big issues here that SHOULD be no brainers! But, they aren't. Anyone know what the EXACT name of an application installer on the Market that allows me to install appliations from the memory card? I've been looking for a few weeks now. A search for application installers that allow me to install a .apk file from the memory card turn up mentions about "Apps Installer" and "Application Installer", but I can't find anything with that name in the Android Market. Partial name searches like "Installer" turn up NO results. (That's not very "Google Like", now isn't it? The Android Market website, BTW doesn't allow you to search? Is that right? You can only search the Android Market from the phone? I can understand not allowing us to DOWNLOAD from the market to our PC, but not search so I can find the appliation name I want? Richard Schilling Root Wireless
View 2 Replies
View Related
Oct 15, 2009
I am facing problem in making installer in android.
Is there any solution in android.
View 2 Replies
View Related
May 21, 2010
I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time when Installer sends request to installd and the connection will be closed when it returns. Thus I plan to hold another persistent socket connection for the backwards notification. Then whenever a request has been processed, installd can notify Installer through the persist socket.
Is there any other way to implement this?
View 2 Replies
View Related
Aug 4, 2011
Is there a SIMPLE gui apk installer on mac? I used to use "Droid Explorer" and "Android Commander" on windows.
View 9 Replies
View Related
Apr 18, 2010
I have a simple app with a surfaceview nothing special one would say. However when installing on my phone I get two warnings.
1 - Phone calls
- read phone state and identity
2 - Storage
- modify/delete SD card content.
My really is nothing more than a simple puzzle and I dont understand why I get these warnings.
View 2 Replies
View Related
Apr 5, 2010
My company is developing a new device that will run on Android. I'm tasked to develop the software installation process, including application installations and updates as well as system software updates. I want to leverage as much as possible from the Android SDK. I'm looking for any advice or references to help me get started. I've downloaded the source code for Android 2.1 and have been tracing the source code path for software installations via adb. The path has taken me through adb client -> adb server -> adb deamon - > PackageManagerService -> installd.
View 2 Replies
View Related
Jun 1, 2013
how to use the aroma installer by armarulz? I wanted to use it to make an update.zip to flash my app datas and apks.
View 1 Replies
View Related
Jul 26, 2010
Anyone with a rooted Behold 2 use this app? I am just trying to verify if it works with a rooted behold 2 with the OTA 1.6 Rooted.
View 2 Replies
View Related
May 31, 2010
I have the official sprint 2.1 and i want to get my moment rooted but the original updater is required to flash roms and i cant find it anywhere. can anyone help me with a link that works?
View 3 Replies
View Related
Jan 18, 2010
What is a good app to install *.apk from the SD card? I have Astro but I don't want to install it from the market, and I can't install it from my SD card w/o Astro or something else? What else is good?
View 6 Replies
View Related
Jul 5, 2013
I'm trying to set up Aroma Installer for my own Custom ROM. When I try to flash the ROM, it shows all but when i had nearly finished it let me choose Installation Demo and other options. This will flash the ROM or it will show me what will happen without flashing it?
If it is only a demonstration, what I have to do to flash the ROM definetly?
View 9 Replies
View Related
Oct 17, 2010
WHERE I CAN DOWNLOAD
View 2 Replies
View Related
Nov 26, 2010
So for some reason, lately every .apk file i download onto my phone shows up asking me what program i want to use to initiate it. i was wondering how to change the default setting back to the original so it doesnt give me the following options to run apk files (cause i cant even open the file with my gameboid and snesoid)
View 5 Replies
View Related
Sep 29, 2010
I believe the 'Package Installer' is the thing that allows me to install apps?
I've only just noticed it in my 'manage applications' - I'm sure it never used to appear at the top of the list - and I'm tight on memory - so when it takes up 13mb as it does now I'm a bit stuck.
Can I click 'clear data' on it - or will that remove apps? There is no option to clear cache - all 13mb is listed in the Data.
View 3 Replies
View Related
Dec 16, 2009
I wanted to know if I clear the data in applications for package installer will it mess with my downloaded apps?
View 5 Replies
View Related