[Q] Install a whole bunch of APKs at once, with 1 click\press? - G1 Apps and Games

is there any app that does this? it's getting annoying to use astro file manager, checking all the apps i want to install, and then still giving permission to each app to be installed. tried searching, but yielded no relevant results.

I don't know whether you can do it via graphical UI, but surely you can use ADB and simple shell script to install from your PC.
Code:
for APP in `ls *.apk`; do
adb install $APP
done
I think it's possible also from terminal emulator with similar script - replace adb with pm, but I didn't test this one.

Cobra281 said:
is there any app that does this? it's getting annoying to use astro file manager, checking all the apps i want to install, and then still giving permission to each app to be installed. tried searching, but yielded no relevant results.
Click to expand...
Click to collapse
Are you restoring apps after a wipe/reset? Try titanium backup, it does backups and every data off every app and just by doing a batch restore everything goes back to how it was previously
Sent from my HTC Dream

Android Commander can do bulk install, just plug in your phone whilst on normal mode, dont activate mass storage, and you can batch install - http://forum.xda-developers.com/showthread.php?t=597098
Perhaps even this app can achieve the same result - http://forum.xda-developers.com/showthread.php?t=585085

Droid explorer can do this easily

thanks, everyone! yes, this was because i installed a new froyo rom(chromatic 4.4).
it took awhile, but i got android commander working, and was able to install all my apps using it.
just having a weird issue now;
so, as mentioned, i used android commander to install all my apps. they all seem to have installed on the phone, however, and not on the SD card. i have "allow application moving" checked, and "install location" set to 'automatic'. i am able to move the applications 1-by-1 in settings > manage applications > downloaded, then clicking on the application, and then pressing "move to sd card". why aren't the apps being installed to the sd card? how can i move them all at once? i really don't want to move each app, one at a time. thanks

Related

[How to] Install an app

I want to install Opera Mini on my G1. the apk is out there but I can not figure out a way to make it run load do anything. Anyone no how to make this happen?
For those wondering why I want Opera Mini is becoz I really like Opera mini in a hurry.
You have to make sure to check the box that says allow outside downloads. But the opera mini wont work its for the old beta emulator and will not load on thre G1.
install???
How exactly do we install third party off the market apps??? I have apk extensions. now what???
Credits go to: Blogsdna.com
I have seen on many users asking on forum what is .apk file ? How to install .apk app on G1 phone ? How to install non market apk apps on android ? etc. A apk file is “android package file” with the extension ‘.apk’ use to install any application on Google Android powered mobile phone. So incase you need to install any application on your android phone you need to have file with .apk format.
Installing any application on google android is pretty easy but installing non market apps on android phone is little tricky one. Well don’t worry here is guide for installing .apk apps on android phones.
How to Install .Apk Apps on Google Android G1 Phone
1. Install and open the Apps Installer application from the Android Market.
2. This opens a view showing *.apk application names in the sdcard root directory.(note, if no AppNames are listed you have no .apk files in the root directory of the SDCard)
3. Touch the app name to initiate installation of the app.
4. The app is now installed
How to Non-Market .Apk Application on Google Android G1 Phone
1. Download and install Google Android SDK.
2. Now type adb in a command shell will display all the options, adb.exe is SDK tool used to install applications and interface with the device.
3. Now Connect Your G1 Phone to your computer using USB cable. You need to install Drivers for this. Download Android USB drivers from here. This driver is required for adb to interface with an android G1 phone using USB cable.
4. Go to Settings/SD card & phone storage and Unmount/eject SD Card. You can enable it again later after you installed your third-party application.
5. Go to Settings/Application settings and enable Unknown sources.
6. Download the Application installer .apk file to a local folder on your computer, Now type below command at command shell to install app.
adb install <Full Path to apk file><apk file name>
The above guide is only application for windows XP users and Windows Vista users wont be able to use it, since android sdk for windows vista is not available.
Click to expand...
Click to collapse
neiltoe said:
I want to install Opera Mini on my G1. the apk is out there but I can not figure out a way to make it run load do anything. Anyone no how to make this happen?
For those wondering why I want Opera Mini is becoz I really like Opera mini in a hurry.
Click to expand...
Click to collapse
I have Opera mini 4.2 apk in my files if you need it.
Mikey1022 said:
Go to Android Settings/SD card & phone storage and disable Use for USB storage
Click to expand...
Click to collapse
There's no such menu. i.e. "disable Use for USB storage" at "Settings/SD card & phone storage" in T-mobile G1.
To enable ADB, you'll need to turn on "USB debugging" in Settings - Application settings - Development.
Opera mini 4.2 beta is on marketplace now anyway.
actually, there is another way. download the app from the internet (either using Android or PC) and move it to the SD card. then download any file browser app (such as IO File Manager) from Android market. open file browser app and locate the downloaded app from the internet and open it. that's it...
Can you add Twidroid to the mix
stats555 said:
I have Opera mini 4.2 apk in my files if you need it.
Click to expand...
Click to collapse
Thanks for putting those files together. Can you add Twidroid to the mix?
Thanks!
this should b made a sticky
FYI: Opera is also on SlideME Marketplace. You can install directly from within SAM. It's under "Communications" category.
If you don't have SAM, just visit http://SlideME.org/sam2 from your G1 and download SAM.
help... please? lol
okay i've read through a lot of threads the past couple hours and i just can't figure this out. i can't install 3rd party apps using apps installer or a file manager, but i can install perfectly fine from the market. it tells me that i need to free up some space in order to do so. i have the box checked and such for installing 3rd party apps in settings, and i'm running JF1.42 RC33... what the heck could the problem [email protected]
might be a dumb question, but do you have enough space(mine starts complaining @ less than 5mb left)? menu-settings-storage-internal space.
try adb install, if previous post doesn't help
aye, i'm well above 5MB even without the /data/data move and the /app move, i believe i'm somewhere around 25mb if i keep everything on my phone. so you think the ADB install will fix this? i will have to try it when i get off of work, i don't think the DoD will take kindly to me using their computers for it lol. what thread is that listed under?
Very Simple to install downloaded apk apps!!!
1. Go into menu/settings/applications and check the box allow install of non-market applications.
2. Then download the app: ApkInstaller
Once you do this, you download the apk file from the internet. Save it somewhere on your memory card. Open ApkInstaller and search for the file on your memory card and install.
It's just that simple. I do it all of the time.
Have fun!
Install .apk
Through Terminal Emulator without adb or another install application (AppsInstaller):
http://forum.xda-developers.com/showthread.php?p=3425442#post3425442
All these methods seem pretty confusing... All I do is just click allow third party apps and then click the .apk file in oi file manager.
If you realize when this thread was created, there was no file manager
Mikey1022 said:
If you realize when this thread was created, there was no file manager
Click to expand...
Click to collapse
My bad. Sure glad the file manager came out so I don't have to go through all that trouble .

how to export installed list of applications to some file

Is there any way or any command which can save my installed set of applications to a Text file or PDF. My applications are growing and I cannot remember every one of them and I require all of them at one point or other. Can anyone give me some guidance?
You could use titanium backup, it does have an option to create an update.zip file for your backups which I haven't used but I assume it backs up your apps to the zip so you can reinstall apps from recovery, would need someone to clarify this though
Sent from my GT-I9000 using XDA App
I was using back up pro but it is no use. Suppose you flash a new rom, and if you restore most of them end up with Force Close errors. Since most of my applications are free, I don't mind spending some time installing them. But since many roms are changing so fast, I have to flash to keep up with the times, you know.
I don't know if there is such an option to save a list of installed apps, but it would be kinda useful.
I soon realized such a list would help and I am just manually creating my own in a text file, and all of the non-stock apps I have (thus far) added are in appbrain.com and I have ensured I have added each to "Apps on the phone" which then appears under "My Apps".
A list no but as all my apps are via AppBrain that's my list .
I use Root Explorer to copy all the APKS to a folder on the external card + a copy on PC . New firmware just open APK folder and install .
jje
For the time being, I am using Titanium free version and it backed up my applications and after I flashed the new rom I was able to restore all the applications via it's batch run commands. I do hope that I don't get force close errors. Upto now everything is working fine.
Thanks to all for your kind replies

Problem installing apps without data plan

I'm having some trouble getting apps onto my phone. I use the Android SDK to run an emulator at the 1.5 level which has the android market app. I use the android market on the emulator to install apps onto the emulator. I backup those apps on the emulator using Astro and I then use adb to pull the backed up app (apk file) onto my PC.
After this I use adb to push the apk file from my PC to the SD card on my phone. I use Astro on the phone to navigate to the file and install it. At this point a progress bar appears and the screen says "Installing..." but it never finishes. I've waited over an hour and still nothing. I get the same result if I place the apk file on the internal memory (/) instead of on the SD card. I even tried installing directly from my PC using adb and it just sits there.
I'm running Android 2.2 on my phone. I tried setting up a 2.2 emulator with the market app on it but was having some difficulty. Somehow I don't think the emulator should make a difference though.
Any help would be appreciated. For you guys out there without data plans, how are you getting apps onto your phones?
Btw I have the phone set to allow installation of non-market applications.
No takers? I know there's gotta be some people out there without data plans. Hopefully I can figure this out as I don't want to have to go back to Windows Mobile.
In case it matters, I'm using the ROM and Jan 14 240x320 nbh file from here http://forum.xda-developers.com/showthread.php?t=738612.
adb install <filename>

[Q] HELP! I deleted tetheringguard.apk

So I deleted tethering guard after I rooted my phone under the impression from some other forum that would allow me to tether freely. Well its quite the opposite, now when I go to the tethering app, it wont even attempt to turn on, neither will any other tethering apps. I found the tetheringguard.apk file online and attempted to re install it to no avail. I have tried, command prompt, this is the result;
C:\Users\RC\AppData\Local\Temp\Rar$EXa0.371\data>adb install <C:\Users\RC\Downloads>/<Tetheringguard.apk
Access is denied.
I have tried the APK installer app from the play store, it loads via Sim and when I click install it says "Application not installed"
Lastly I tried emailing the apk to my own email and opening it with my phone, that does the same thing as the APK installer app.
I am brand new at all of this stuff so please be patient, and thanks for the help
Also Im using holiday-dream-x2-Rom.
3rd party apps allowed
usb debugging is on.
Remount the system partition as r/w or download one of the ruu.zips and pull it from there
Sent from my Nexus 7 using Tapatalk 2
robchap83 said:
So I deleted tethering guard after I rooted my phone under the impression from some other forum that would allow me to tether freely. Well its quite the opposite, now when I go to the tethering app, it wont even attempt to turn on, neither will any other tethering apps. I found the tetheringguard.apk file online and attempted to re install it to no avail. I have tried, command prompt, this is the result;
C:\Users\RC\AppData\Local\Temp\Rar$EXa0.371\data>adb install <C:\Users\RC\Downloads>/<Tetheringguard.apk
Access is denied.
I have tried the APK installer app from the play store, it loads via Sim and when I click install it says "Application not installed"
Lastly I tried emailing the apk to my own email and opening it with my phone, that does the same thing as the APK installer app.
I am brand new at all of this stuff so please be patient, and thanks for the help
Also Im using holiday-dream-x2-Rom.
3rd party apps allowed
usb debugging is on.
Click to expand...
Click to collapse
it wont install like a normal app because its a system app, you have to use a root explorer to copy it to the proper location and then make sure it has correct permissions.
Reflash rom, and only wiping dalvik and cache, and you will have it back.
sent from my HTC VIVID Sense4.1+ 4.0.4

[Q] Can anyone explain this rooting guide better? [Android 4.4 / Teclast X98]

Alright so I'm dealing with a X98 Air ll that is dual boot - Windows and Android.
Android has the problem of GOOGLE PLAY STORE is not working, like at all.
The developers are aware of this but only linked to a thread on this forum, here's the guide on how to solve my problem, supposedly:
http://www.teclast.com/en/Information/newspic/image141216.jpg .. Since I'm a newbie on forums I can't post images so heres the full guide provided by user Frontier:
Anyone having issues with Google Play Store - this applies to both Air 3G with the latest 2.0.1 update (will post more information later) and Air II - please apply this fix.
Your OS should be rooted in order for this to work (I used X98 Toolbox to root my X98 Air 3G, simply connect the tablet to the PC, double-click on 1_Toolbox.bat and press 'E' on the menu).
- Download the files from here.
- Copy the .apk files to a folder on your microSD card.
- Go to Settings > Apps and uninstall Google Play Store.
- Install using the supplied .apk's the following (in this order): Google Play Services, Google Play Store and Link2SD.
- Go to Link2SD, find Google Play Store > Actions > Convert into system app.
- When the conversion is complete, reboot the tablet.
You should find that Google Play store works now, if you still have issues clear ALL it's data and re-enter your account information.
Click to expand...
Click to collapse
Okay so, this guide is really vaguely written and really hard to understand.
First off, connecting the tablet and downloading the files, running 1_Toolbox.bat and pressing E only refreshes the bat window. It doesn't give any confirmation or anything.. So I guess I move on ?
1) I downloaded the files.
2) I put the .apk files on the microSD card.
3)THERE IS NO UNINSTALL Google Play Store. No applications under "App". None. Zilch. Zero. I reset to factory settings and still no app to uninstall.
4) Did I miss a part where you put the microSD into the tablet? Because I did that but the tablet doesn't register it. Do I install it from the PC?
5) The MicroSD isn't registered, under Storage -> it also doesn't give me an option to browse the microSD.
In general, this whole guide is really written vaguely and written by, and to, someone who has development knowledge.
For a noob (At least to developming) this guide is REALLY bad.
Can anyone help me explaining what I should do ?
HowDoesIRoot said:
Alright so I'm dealing with a X98 Air ll that is dual boot - Windows and Android.
Android has the problem of GOOGLE PLAY STORE is not working, like at all.
The developers are aware of this but only linked to a thread on this forum, here's the guide on how to solve my problem, supposedly:
http://www.teclast.com/en/Information/newspic/image141216.jpg .. Since I'm a newbie on forums I can't post images so heres the full guide provided by user Frontier:
Okay so, this guide is really vaguely written and really hard to understand.
First off, connecting the tablet and downloading the files, running 1_Toolbox.bat and pressing E only refreshes the bat window. It doesn't give any confirmation or anything.. So I guess I move on ?
1) I downloaded the files.
2) I put the .apk files on the microSD card.
3)THERE IS NO UNINSTALL Google Play Store. No applications under "App". None. Zilch. Zero. I reset to factory settings and still no app to uninstall.
4) Did I miss a part where you put the microSD into the tablet? Because I did that but the tablet doesn't register it. Do I install it from the PC?
5) The MicroSD isn't registered, under Storage -> it also doesn't give me an option to browse the microSD.
In general, this whole guide is really written vaguely and written by, and to, someone who has development knowledge.
For a noob (At least to developming) this guide is REALLY bad.
Can anyone help me explaining what I should do ?
Click to expand...
Click to collapse
At least its a guide and "could be improved a little bit". If google apps are system apps already you can't uninstall the apks without a dedicated app. Titanium Backup (e.g. for uninstalling system apps) and Total Commander(File manager e.g. for browsing sd card) are very usefull. Just copy the needed apks to your phone's storage and open them to install. You don't need to use a micro sd card for it
LS.xD said:
At least its a guide and "could be improved a little bit". If google apps are system apps already you can't uninstall the apks without a dedicated app. SNIPk"]Total Commander[/URL](File manager e.g. for browsing sd card) are very usefull. Just copy the needed apks to your phone's storage and open them to install. You don't need to use a micro sd card for it
Click to expand...
Click to collapse
Danke!
Do you know where precisely these apks have to be stored ? Picture of available folders. I'm not sure where to place, or run, the .apks (For Titanium Backup / Total Commander)
EDIT: Image
HowDoesIRoot said:
Danke!
Do you know where precisely these apks have to be stored ? Picture of available folders. I'm not sure where to place, or run, the .apks (For Titanium Backup / Total Commander)
EDIT: Image: http://i.imgur.com/dQj5TSj.png
Click to expand...
Click to collapse
I have a folder called APKs on my sd card. Just create a folder "APKs" to have all apks in one place. If you open the apk files in android they will be installed to the right direction.
LS.xD said:
At least its a guide and "could be improved a little bit". If google apps are system apps already you can't uninstall the apks without a dedicated app. Titanium Backup (e.g. for uninstalling system apps) and Total Commander(File manager e.g. for browsing sd card) are very usefull. Just copy the needed apks to your phone's storage and open them to install. You don't need to use a micro sd card for it
Click to expand...
Click to collapse
LS.xD said:
I have a folder called APKs on my sd card. Just create a folder "APKs" to have all apks in one place. If you open the apk files in android they will be installed to the right direction.
Click to expand...
Click to collapse
How do I access the microSD card on Adroid (4.4.4) ? Picture
HowDoesIRoot said:
How do I access the microSD card on Adroid (4.4.4) ? Picture
Click to expand...
Click to collapse
you can use internal storage for the APKs. Have you tried Total Commander to access your sd card?
LS.xD said:
you can use internal storage for the APKs. Have you tried Total Commander to access your sd card?
Click to expand...
Click to collapse
Thanks for the quick replies. Sorry for noobish questions.
I made a folder called APKs and put both Total Commander and Titanium Backup. Now I want to run Total Commander to access SD Card but I'm not sure how.
HowDoesIRoot said:
Thanks for the quick replies. Sorry for noobish questions.
I made a folder called APKs and put both Total Commander and Titanium Backup. Now I want to run Total Commander to access SD Card but I'm not sure how.
Click to expand...
Click to collapse
Has your phone any kind of file manager or may be a app called "documents" installed to open folders or files in your storage? If not you can enable "USB debugging" and install any apps easily using Android Commander from your computer while your phone is connected by a usb cable.
LS.xD said:
Has your phone any kind of file manager or may be a app called "documents" installed to open folders or files in your storage? If not you can enable "USB debugging" and install any apps easily using Android Commander from your computer while your phone is connected by a usb cable.
Click to expand...
Click to collapse
Ahh now we getting somewhere. I am learning a lot of things. I had an app called file explorer - from there, I could see what's on the internal and what's on the SD. From there, I installed Total Commander and Titanium Backup.
Total Commander works and gives me a great outlook of what's on the SD cart and internal.
Titanium Backup seems like a weird app. I don't think I can do anything because I don't have it rooted (?? EDIT: Pic ). I think I have to follow this guide, it's a ROM (??) that I have to install. Once installed, or the bios flashed (??) I will have to use Titanium Backup to uninstall Google Play Store I presume ?
Thanks for the help so far!
HowDoesIRoot said:
Ahh now we getting somewhere. I am learning a lot of things. I had an app called file explorer - from there, I could see what's on the internal and what's on the SD. From there, I installed Total Commander and Titanium Backup.
Total Commander works and gives me a great outlook of what's on the SD cart and internal.
Titanium Backup seems like a weird app. I don't think I can do anything because I don't have it rooted (?? EDIT: Pic ). I think I have to follow this guide, it's a ROM (??) that I have to install. Once installed, or the bios flashed (??) I will have to use Titanium Backup to uninstall Google Play Store I presume ?
Thanks for the help so far!
Click to expand...
Click to collapse
I thought you were already rooted as the guide you used before told that your phone needs to be rooted to fix the play store. I have to do a little research how to root your android.
EDIT: Use iROOT
LS.xD said:
I thought you were already rooted as the guide you used before told that your phone needs to be rooted to fix the play store. I have to do a little research how to root your android.
EDIT: Use iROOT
Click to expand...
Click to collapse
Okay, first I tried to do it by downloading it and running it from PC. I opened debug mode, let it download, etc, and on the phone it opens a chinese app.. I did uninstall some apps, but a lot remain.
So I tried to download the .apk manually and that resulted it in trying to root as well, but it fails to root and just returns to chinese text.
I still fail to root my device
EDIT: Trying something
Using this guide I made it work: https://www.youtube.com/watch?v=FL-SV8UatOU&feature=youtu.be

Categories

Resources