Bulk Install - G1 Apps and Games

I did some searching but didn't find anything.
Is there a way to bulk install applications if you have all the apks for those applications?

Mr17 said:
I did some searching but didn't find anything.
Is there a way to bulk install applications if you have all the apks for those applications?
Click to expand...
Click to collapse
Emm haven't tried it but it should work.
You could use wildcards.
So let's say you have a bunch of .apk's all in one folder, you could use adb to install them on your phone using this syntax:
Code:
adb install folder/*.apk
This should install all files ending with .apk in the folder

sweet, I'll give that a try and let you know how it works. Would make testing different roms alot easier.

Do you think this would bypass the market? If it did notification of updates would not work. hmm, ill have to test.

Mr17 said:
Do you think this would bypass the market? If it did notification of updates would not work. hmm, ill have to test.
Click to expand...
Click to collapse
use atrackdog

Create a batch script with:
Code:
for %%f in ("C:\path\to\apks\*.apk") do adb install "%%f"

The easiest way (imo) if you are rooted:
1. Put all the apks into a folder structure \data\app
2. Create a text file with the following and rename it update-script (with no extension) then put it into a folder structure \META-INF\com\google\android
Code:
show_progress 0.5 0
copy_dir PACKAGE:data DATA:
show_progress 0.5 10
3. Zip both folder structures into a zip file (you should have folders data and META-INF at the root of the zip).
4. Sign it with signapk and you're done
Whenever you want to bulk reinstall, just put the signed zip file into your sdcard and reboot into recovery. When you want to add or remove apks from the bulk installer, just drag it into your zip file and resign.

Or you can backup all your apps into one folder on your sdcard and run this in terminal:
Code:
su
cd sdcard/apps
busybox install *.apk /data/app

I might add this feature into my ADB File Explorer app

I've added a basic feature to install apps into my ADB file explorer, it can do one off apk's or bulk install from a directory. See my sig for more details.

wow, that was fast! thanks!

jashsu said:
The easiest way (imo) if you are rooted:
1. Put all the apks into a folder structure \data\app
2. Create a text file with the following and rename it update-script (with no extension) then put it into a folder structure \META-INF\com\google\android
Code:
show_progress 0.5 0
copy_dir PACKAGE:data DATA:
show_progress 0.5 10
3. Zip both folder structures into a zip file (you should have folders data and META-INF at the root of the zip).
4. Sign it with signapk and you're done
Whenever you want to bulk reinstall, just put the signed zip file into your sdcard and reboot into recovery. When you want to add or remove apks from the bulk installer, just drag it into your zip file and resign.
Click to expand...
Click to collapse
Thank you for this. This will come in handy a LOT next ROM flashes :]
Seems so easy looking back on it, not sure why I didn't think of it earlier. I may even just edit the rom files to include my installed apps if I need to wipe.

someone made an app for the computer if you have the .apks you just plug in your phone double click the apk and run it and itll install on to your phone, try looking for that.

Bavilo said:
Emm haven't tried it but it should work.
You could use wildcards.
So let's say you have a bunch of .apk's all in one folder, you could use adb to install them on your phone using this syntax:
Code:
adb install folder/*.apk
This should install all files ending with .apk in the folder
Click to expand...
Click to collapse
I just wiped my phone completely clean and reflashed to Cyanogen 3.6.1.
When I try this method, it gives me an error that I don't have enough space. Again, this is after a *complete* wipe.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-----
I'm not sure whether it's using the 5 MB free or the 42 MB space, but Any Cut is 32 kb, so that's a non-issue.
Any ideas on why it's not working?

Paul22000 said:
I just wiped my phone completely clean and reflashed to Cyanogen 3.6.1.
When I try this method, it gives me an error that I don't have enough space. Again, this is after a *complete* wipe.
Screenshots:
-----
I'm not sure whether it's using the 5 MB free or the 42 MB space, but Any Cut is 32 kb, so that's a non-issue.
Any ideas on why it's not working?
Click to expand...
Click to collapse
Do you have your sdcard partitoned to fat32 as the first one and then ext2(3) as your next partition?

PlatinumMOTO said:
Do you have your sdcard partitoned to fat32 as the first one and then ext2(3) as your next partition?
Click to expand...
Click to collapse
I don't think so. If there is an ext2 or ext3 partition, I didn't set it up.
By the way, I got InstallAPK, which lets you double click on APKs on your PC and install them to phone immediately.
http://forum.xda-developers.com/showthread.php?t=521295
It worked just fine at installing all my apps after the wipe.
Minus the fact that I had to double click on an app, wait for it to install, double click the next, wait for it to install, double click.... ad nauseum.........
I'm still interested in finding out why the method I posted in the screenshots isn't working.
Has anyone actually gotten it to work?

We're getting off topic but this is what you need to do in all likelihood you're gonna have to reflash Cy 3.6.1 again but before you do you're gonna need to setup your sdcard like this:
you can use either Paragon Partition Manager (above) Gparted, or SDSplit but you should set it up like the picture to run apps to sd and to fully get the Cy experience

PlatinumMOTO said:
We're getting off topic but this is what you need to do in all likelihood you're gonna have to reflash Cy 3.6.1 again but before you do you're gonna need to setup your sdcard like this:
you can use either Paragon Partition Manager (above) Gparted, or SDSplit but you should set it up like the picture to run apps to sd and to fully get the Cy experience
Click to expand...
Click to collapse
I'm not trying to do apps to sd though.
All I want to do is run "adb install apk".

well how many apps are you trying to install?

PlatinumMOTO said:
well how many apps are you trying to install?
Click to expand...
Click to collapse
29 apps
Which is why I'd like to get a quick adb install *.apk, 1 command and done.

Related

[MOD]Widgetlocker iphone Lockscreen[Come Share your PNGs! - Updated 01/11/10]

Ok guys here's my first contribution to the community I guess.
First of all thanks to;
frostman89 - for the iphone pngs
zHk3r - for the new iphone pngs
teslacoil - for the widgetlocker for sure!
others - those that contributed that i forgot.
I take no credit at all, i created this thread because many people have PM'ed me for the pngs and tutorial.
Ok lets start shall we? You will need;
- Widgetlocker(Buy it first cuz its not free)
- Root Explorer(Buy it too and this is optional if you dont know adb)
- the PNG files;
Original Post :
1) http://forum.xda-developers.com/showpost.php?p=8731533&postcount=31 >> Thanks frostman89!
2) http://forum.xda-developers.com/showpost.php?p=8933650&postcount=56 >>Thanks zHk3r! - check it out, its not as in my screenshot.
OR from my dropbox;
frostman89 :
slider - http://dl.dropbox.com/u/11246427/Android/Mod/Widgetlocker iphone mod/slider_iphone.png
background - http://dl.dropbox.com/u/11246427/Android/Mod/Widgetlocker iphone mod/slider_iphone_background.png
zHk3r :
slider - http://dl.dropbox.com/u/11246427/Android/Mod/Widgetlocker iphone mod/slider_iphone-1.png
background - http://dl.dropbox.com/u/11246427/Android/Mod/Widgetlocker iphone mod/slider_iphone_background-1.png
Here's some alternatives/goodies/pngs' contributed by other members;
- http://forum.xda-developers.com/showpost.php?p=8869261&postcount=59
- http://forum.xda-developers.com/showpost.php?p=8872442&postcount=61
- http://forum.xda-developers.com/showpost.php?p=8875029&postcount=28
- http://forum.xda-developers.com/showpost.php?p=8894543&postcount=30
Thanks guys!
Because you want this;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Got 2 steps on how to do this;
1) ADB
2) Root Explorer
3) My own steps(this is what i did to get it working!!)
4) Ninjamorph(S-OFF required)
5) Paypal buyer~~
6) Easier method - simple script
7) What if FC after applied the mod? Link to original post - http://forum.xda-developers.com/showpost.php?p=8928204&postcount=51
BEFORE THAT, NANDROID first!!!!!!!!!!!!!
-------------------------------------------------------------------------
1) ADB(google would help a lot)
*Btw make sure you have your widgetlocker completely removed/uninstalled before doing this.
a. You will need Android SDK installed (google for it will ya?).
b. "adb pull" your widgetlocker(anyone who did this can tell me please?)
c. Open your "pulled" apk using winrar.
d. Browse to /res/drawable-hdpi
e. Drop those 2 images you downloaded in there(make sure it is the exact name as the original so it will overwrite it.
f. Now for adb push part(make sure you in the recovery mode and make sure the widgetlocker.apk is put inside android-sdk-windows/tools folder - the default folder for adb);
Code:
adb remount
adb push com.teslacoilsw.widgetlocker-1.apk /system/app/com.teslacoilsw.widgetlocker-1.apk
adb reboot
g. Tada! Enjoy!
---------------------------------------------------------------------------
2) Root Explorer
*Btw make sure you have your widgetlocker completely removed/uninstalled before doing this.
a. Browse the app in data/app, it is called com.teslacoilsw.widgetlocker-1.apk
b. Copy it to your SD card.
c. Modify it(see step d and e above)
d. Put it back into system/app(you need to be in R/W mode)
e. After that, long click the app, select permissions, and do checkmarks like this: (the * represents a checkmark) - this is courtesy of frostman89
* . * . -
* . - . -
* . - . -
f. Reboot and voila!
==========================================================
3. My own steps!
Actually my steps is mixed between those 2 because, I can't pull using adb so i had to pull using Root Explorer. Then I cant push it using Root Explorer so i had to adb push them.
So there you go, if you have problems like me, just did what i did.
a. Browse the app in data/app, it is called com.teslacoilsw.widgetlocker-1.apk
b. Copy it to your SD card.
c. Modify it(see step d and e above)
f. adb push(make sure you in the recovery mode and make sure the widgetlocker.apk is put inside android-sdk-windows/tools folder - the default folder for adb);
Code:
adb remount
adb push com.teslacoilsw.widgetlocker-1.apk /system/app/com.teslacoilsw.widgetlocker-1.apk
adb reboot
I'll tell you guys too why i cant use adb pull and push using root explorer;
adb pull - easy, i dont know how to adb at that time...haha~~
paste using root explorer - i pasted it but nothing appeared? i was like wtf and that leads me to learn how to adb.
--------------------------------------------------------------------------------------
4) Ninjamorph(S-OFF required)
I'm not sure how but here is what faceqt told me;
Or, if you have S-OFF you can use Ninjamorph to replace the 2 .png's and reboot your phone.
Click to expand...
Click to collapse
-------------------------------------------------------------------------------------
5) Paypal buyer~~
Quoted from jayhan73;
For people who have purchaed WidgetLocker off paypal, the steps to do this only involves replacing the png files (i.e. opening the apk file sent to your email and adding the png files into the required directory). After that, reinstall the widgetlocker. You may also choose to push the apk via adb. Either way, it works.
Click to expand...
Click to collapse
But i believe once you mod it you can't install it normally, so its either adb or root explorer.
6)Easier method - Smple script as posted by brady;
brady1uk said:
There is a much easier way to get this on your phone using the files from the OP without faffing around on adb, rom manager etc...
download APK manager from here
http://forum.xda-developers.com/showthread.php?t=695701
put the apk file in the "place-apk-here-for-modding"
run the script.bat and extract it, (basically unzips it) drop the new PNG files in /res/drawable-hdpi (replace already existing) then run zip.apk from script and (select option 2 Regular apk) then use option 4 sign apk.
look in the pace-apk-here-for-modding folder will be a new file called 'something'-signed.apk. (this is the new edited Widgetlocker
This file you can put on your SD card and Install and Uninstall like a normal apk using ASTRO etc. no need for ADB and root explorer.
Takes literally 5 minutes to do with NO RISK to your phone
Click to expand...
Click to collapse
7) What if FC after applying the mod? - link to original post - http://forum.xda-developers.com/showpost.php?p=8928204&postcount=51
Is WidgetLocker Force Closing after you've applied the mod?
Quoted from zHK3r
Then try these steps:
Requirements:
Android SDK
HTC Sync Drivers
WidgetLocker
Two PNGs
7zip/WinRAR
1) ADB pull /data/app/com.teslacoilsw.widgetlocker-1.apk
2) Rename the .apk to .zip and open the folder - Drop the two PNGs in drawable-hdpi
3) Rename the .zip back to .apk
On your phone: Uninstall WidgetLocker and then re-install.
Start WidgetLocker, but once you've started it. Press home.
Don't apply any settings or continue the tutorial
4) ADB push com.teslacoilsw.widgetlocker-1.apk /data/app/teslacoilsw.widgetlocker-1-apk
On your phone: Start WidgetLocker > Menu > Settings > Look and Feel > Slider & Layout > iPhone
Code:
adb devices
adb remount
adb pull data/app/teslacoilsw.widgetlocker-1-apk
adb push com.teslacoilsw.widgetlocker-1.apk /data/app/teslacoilsw.widgetlocker-1-apk
Click to expand...
Click to collapse
Btw if you have any problems pushing an apk, try this;
Quoted from Zaphyr;
Ok, so I figured out the problem.
/system wasn't mounted. Even in recovery when I tried to push it over, I needed to go in the Clockwork settings and choose mount system before I could push it.
But now it works perfectly! YAY!!
Click to expand...
Click to collapse
*I'm pretty sure it'll work the same for other lockscreen you wanted as long as you have the needed files.
Feel free to comment and give feedbacks, and correct me if i got wrong in some part. Enjoy!
good what is the name of the clock?
^ That's Semicuda's TypoClock widget. Check out his creation here.
http://forum.xda-developers.com/showthread.php?t=814054
what am i doing wrong? i have pulled the apk, edited and pushed it back... but it does not get installed
ahh... never mind, got it done, at last
Miister-Ot said:
what am i doing wrong? i have pulled the apk, edited and pushed it back... but it does not get installed
ahh... never mind, got it done, at last
Click to expand...
Click to collapse
Nice. glad you got it working. Enjoy!
What about apkmanager to extract the apk from your phone and unbundle it for editing. Its alot easier in my opinion, and it easily re compresses the file and can push it back to the phone for you.
Sorry I don't have a link, but just do a search.
Sent from my HTC Magic using XDA App
It worked like a charm! Thanks, I LOVE IT!!
twigster said:
What about apkmanager to extract the apk from your phone and unbundle it for editing. Its alot easier in my opinion, and it easily re compresses the file and can push it back to the phone for you.
Sorry I don't have a link, but just do a search.
Sent from my HTC Magic using XDA App
Click to expand...
Click to collapse
Will consider this when I confirm it is confirmed done by other members. cuz i'm not really sure how it works so better not include this yet. But thanks for the info!
qureshali said:
It worked like a charm! Thanks, I LOVE IT!!
Click to expand...
Click to collapse
Cool. Enjoy!
Worked brilliantly
Thanks .. worked very nicely ...
Btw got any plans for new mods ??
Hehe i learned this mod from other guys but i'll post/update this thread when i have another mod.
I'm just sharing as i'm not a dev/designer(yet). Still a student studying software engineering.
methodes with adb doesn work for me =( and either do Root Explorer trick, nothing happend
adb remount first or not? and you need to be inside the recovery.
Can anyone mod the custom slider to make it fit better with this? thanks
Hi
I am having trouble when pushing the apk in adb
I already managed to pull the apk and edited the png files
after that i uninstalled the widgetlocker
the adb remount gives me error "remount failed: Invalid argument" if i run it from recovery mode.
so i run it when the phone on.
then i go to recovery mode and run the push command, which is successful.
then i reboot the phone, but nothing happened.
no widget locker installed.
any idea?
thanks
bloody_mary said:
Hi
I am having trouble when pushing the apk in adb
I already managed to pull the apk and edited the png files
after that i uninstalled the widgetlocker
the adb remount gives me error "remount failed: Invalid argument" if i run it from recovery mode.
so i run it when the phone on.
then i go to recovery mode and run the push command, which is successful.
then i reboot the phone, but nothing happened.
no widget locker installed.
any idea?
thanks
Click to expand...
Click to collapse
Easy, go into the Clockwork settings and choose mount system. then adb remount, and adb push. Should be working 100%!
great, it works.
thanks a lot for your help
bloody_mary said:
great, it works.
thanks a lot for your help
Click to expand...
Click to collapse
cool, glad it worked out for you.
adb not found in Apk Manager
Im trying to run this for my Droid x but i keep getting "adb not found, you will not be able to manipulate the files on your phone" everytime i open it. Im in a man down situation. Lol. Please show me the way.
awesome work. Got this up and running on my droid1 in minutes using the root explorer method. Thanks OP.
ckeyes1106 said:
Im trying to run this for my Droid x but i keep getting "adb not found, you will not be able to manipulate the files on your phone" everytime i open it. Im in a man down situation. Lol. Please show me the way.
Click to expand...
Click to collapse
Do you have android sdk installed btw? And if you have, have u cd to the adb directory?
Sent by S-OFF International Postage

[STICKY][HOW-TO] Google Apps - Update.zip installer w/ extras

Instructions for how to install Gapps on your Gtablet.
Install:
1) Download the latest gapps update.zip from here: http://wiki.cyanogenmod.com/index.php?title=Latest_Version
The link you are looking for is near the bottom, shown in the red rectangle:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Options A: Stock Recovery:
2a) Download this recovery file for your install location
--SDCARD: http://www.multiupload.com/LURU5RRYKI
--SDCARD2: http://www.multiupload.com/31HBVXHB19
3a) Unpack the recovery zip file to your sdcard or sdcard2.
You should see /sdcard/recovery/command
4a) Copy your gapps update.zip to /sdcard
5a) Hold volume + and power to boot into recovery
Install should start automatically and reboot
Option B: Clockworkmod Recovery:
2b) Copy download to SDCARD
3b) Hold volume + and power to boot into recovery
4b) Choose, choose zip from sdcard
5b) Choose the zip to be applied as an update
Market Fix(Enable Full Market):
Follow this post: http://forum.xda-developers.com/showthread.php?t=861044&highlight=market+fix
EXTRAS:
TnT KB Standalone: http://www.megaupload.com/?d=KUEXY5OA
Saved for additional growth.
rothnic said:
This is an update.zip that you can run from recovery. Meant to get you up and running with commonly added things over a base
After install, long press an input area to select the new input option.
TnT Kb: http://www.megaupload.com/?d=KUEXY5OA
TnT Kb + Live WP + Gapps: http://www.megaupload.com/?d=EJQP1OW5
Click to expand...
Click to collapse
Roth, Does this build include the standard e-mail app which I can sync with exchange and my contacts with the contacts app shown here as well or does this build only include g-mail and standtard TnT mail appliation which does not let you sync calendar and contacts?
Thanks for the great work!
insight3fl said:
Roth, Does this build include the standard e-mail app which I can sync with exchange and my contacts with the contacts app shown here as well or does this build only include g-mail and standtard TnT mail appliation which does not let you sync calendar and contacts?
Thanks for the great work!
Click to expand...
Click to collapse
This isn't a ROM, just an update.zip. What you see in that image is what is copied to /system/app
rothnic said:
This isn't a ROM, just an update.zip. What you see in that image is what is copied to /system/app
Click to expand...
Click to collapse
I made a copy of the TnT Kb + Live WP + Gapps zip, put it in /sdcard and rename it update.zip, turn off the unit and then press power+volume up, but nothing happens -- it does says recovery and I got that triangle with an "!". I'm on stock TnT with adw launcher.
Any suggestions and help are most appreciative!
case-sensitive said:
I made a copy of the TnT Kb + Live WP + Gapps zip, put it in /sdcard and rename it update.zip, turn off the unit and then press power+volume up, but nothing happens -- it does says recovery and I got that triangle with an "!". I'm on stock TnT with adw launcher.
Any suggestions and help are most appreciative!
Click to expand...
Click to collapse
You need to have clockworkmod recovery to just use the update.zip.
Otherwise you need to grab the /recover/command off of a different update. I think the clockworkmod recovery update.zip comes with it.
Using the stock recovery, it needs to see the command file to work.
case-sensitive said:
I made a copy of the TnT Kb + Live WP + Gapps zip, put it in /sdcard and rename it update.zip, turn off the unit and then press power+volume up, but nothing happens -- it does says recovery and I got that triangle with an "!". I'm on stock TnT with adw launcher.
Any suggestions and help are most appreciative!
Click to expand...
Click to collapse
rothnic said:
You need to have clockworkmod recovery to just use the update.zip.
Otherwise you need to grab the /recover/command off of a different update. I think the clockworkmod recovery update.zip comes with it.
Using the stock recovery, it needs to see the command file to work.
Click to expand...
Click to collapse
I get pretty much the same thing as case-sensitive. Except, after copying the recovery directory from the cwm update.zip to the sdcard root, I get an image of a box with a down arrow and an animated progress bar at the bottom and then the triangle ! after a couple seconds or so.
Any ideas?
The file appears to have disappeared.
Updated, changes in post.
Is there a way to uninstall the apps I'm not using? I was gunning just for Calendar and Contacts, which aren't picking up my Gmail accounts, and I'm not using the other apps, so would like to get them away from my OCD. But it's still way cool!
jacindc said:
Is there a way to uninstall the apps I'm not using? I was gunning just for Calendar and Contacts, which aren't picking up my Gmail accounts, and I'm not using the other apps, so would like to get them away from my OCD. But it's still way cool!
Click to expand...
Click to collapse
root explorer will do it. i think androotfile will do it to. just go into system/app and delete the but make sure its mounted as r/w
I can't get these to install. Running CM6.1 beta2. There are no errors during the install in CWM recovery but when the device boots, none of the programs are there.
Do I need to run clockworkmod inorder to put it in recovery?
foreverknight said:
Do I need to run clockworkmod inorder to put it in recovery?
Click to expand...
Click to collapse
No, but it would be easier for you to go ahead and get clockworkmod installed. I have a post that links to a v0.8 version update.zip that will apply clockwork from the stock recovery.
Thank you. I have 2 questions. 1. I have "androotfile" installed and cant seem to get it to mount as R/W in order to copy and paste the files needed to get the android market to work right I get "unable to chmod/system/framework:read only file system. 2. Now forgive me I am a newbie but how do you get the g tablet in recovery and why.
Thank you for all the help.
foreverknight said:
Thank you. I have 2 questions. 1. I have "androotfile" installed and cant seem to get it to mount as R/W in order to copy and paste the files needed to get the android market to work right I get "unable to chmod/system/framework:read only file system. 2. Now forgive me I am a newbie but how do you get the g tablet in recovery and why.
Thank you for all the help.
Click to expand...
Click to collapse
Follow this: http://forum.xda-developers.com/showthread.php?t=844088
Then follow the first post in this thread.
I'm unsure what you are trying to copy exactly. This post doesn't talk about manually copying anything.
I've tried this twice already with a factory reset in between each try, and it's worked both times!
Attached is a bunch of files you will need to make this work.
1.Download the attached Zip file and extrat the contents to your desktop
2.Mount your G and upload the "G Tablet" folder to your G's internal SD card
3.Using AndRootFile or any other file manager that supports root access, mount as R/W, and copy the contents of G Tablet\permissions to System\etc\permissions.
4.Copy the contents of G Tablet\framework to System\Framework
5.Copy the contents of G Tablet\lib to System\lib
6.Copy all the APK's found inside G Tablet\APK into your system\app folder.
7.Install them in this order:
1.GoogleServicesFramework.apk
2.OneTimeInitializer.apk
3.SetupWizard.apk
4.Talk.apk
5.Vending.apk
6.Gmail.apk
7.Maps.apk
8.Make sure you remount it as R/O when you're done!
9.Restart your G, Connect to Wifi, then launch Market.
10.Follow the standard Google Account setup procedure and enjoy your newly installed Market.
I got these instructions on another thread and all worked untill I got to the part about coping files to other directorys. Thats when I got that error in andfileroot.
foreverknight said:
I've tried this twice already with a factory reset in between each try, and it's worked both times!
Attached is a bunch of files you will need to make this work.
1.Download the attached Zip file and extrat the contents to your desktop
2.Mount your G and upload the "G Tablet" folder to your G's internal SD card
3.Using AndRootFile or any other file manager that supports root access, mount as R/W, and copy the contents of G Tablet\permissions to System\etc\permissions.
4.Copy the contents of G Tablet\framework to System\Framework
5.Copy the contents of G Tablet\lib to System\lib
6.Copy all the APK's found inside G Tablet\APK into your system\app folder.
7.Install them in this order:
1.GoogleServicesFramework.apk
2.OneTimeInitializer.apk
3.SetupWizard.apk
4.Talk.apk
5.Vending.apk
6.Gmail.apk
7.Maps.apk
8.Make sure you remount it as R/O when you're done!
9.Restart your G, Connect to Wifi, then launch Market.
10.Follow the standard Google Account setup procedure and enjoy your newly installed Market.
I got these instructions on another thread and all worked untill I got to the part about coping files to other directorys. Thats when I got that error in andfileroot.
Click to expand...
Click to collapse
You are mixing two separate guides. You do not have to manually copy anything.
The thread you copied those instructions from is very old, and will not work as well as the one from this thread. I put together an update.zip that copies everything that needs to be copied, so you don't have to do those step.
It is very very simple:
Load the gapps update.zip to sdcard, run update.zip.
Do i need clock work mod to run this .zip cause the only option is to extract and there is no run.
PS really, thank you for your time
foreverknight said:
Do i need clock work mod to run this .zip cause the only option is to extract and there is no run.
PS really, thank you for your time
Click to expand...
Click to collapse
The download here will have two files in the zip.
One file will be an update.zip, the other is a folder that looks like this: /recovery/command. The folder with command in it tells the stock recovery to flash the update.zip on the sdcard.
If you want to keep stock recovery, then rename the gapps update.zip to literally "update.zip" and put the folder /recovery/command on your SDCARD. Then you will hold volume + and power to run it.
If you want clockwork, just unzip the download here to your SDCARD. It will have the update.zip and /recovery folder to flash clockwork.

[Ported] MIUI Music App

Here is the ported music app from the MIUI Rom. The installation is very simple.
1. Download the zip file and extract the apk file from it.
2. Copy the apk file to /system/app folder and you are done.
Download here
Flashable zip Here Thanks to schizopunk
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installing now, will report back. Thanks for this!
LoL @ justin beiber in the screenshots
looks pretty sweet ill check it out...plus i hate you, Mr. 4g haha just joking :]
Does anyone know if you get the controls in the notification menu like the current one in Froyo?
no controls in the notification menu...
Since this doesn't have any controls in the notification bar, does it have a widget or are there any controls for the lock screen?
youngnick09 said:
Since this doesn't have any controls in the notification bar, does it have a widget or are there any controls for the lock screen?
Click to expand...
Click to collapse
There is a widget, (Back, Play, Next buttons)
ok, thanks
Can anyone help me out with Step 2:
2. Copy the apk file to /system/app folder and you are done.
Do I need a certain program or app to do this?
youngnick09 said:
Can anyone help me out with Step 2:
2. Copy the apk file to /system/app folder and you are done.
Do I need a certain program or app to do this?
Click to expand...
Click to collapse
Use any file manager like astro or root explorer. You can also use adb to push it to /system/app folder.
Goto market and download a file manager.
Sent from my SPH-D700 using Tapatalk
I installed multiple file explorers and everytime I try to move the file into the the system/app folder, I keep getting an error saying I do not have enough permission. Any help?
Works really good. Thanks for posting.
youngnick09 said:
I installed multiple file explorers and everytime I try to move the file into the the system/app folder, I keep getting an error saying I do not have enough permission. Any help?
Click to expand...
Click to collapse
Use adb to do the job.
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Or buy "Root Explorer" from the market
JGeZau said:
Works really good. Thanks for posting.
Use adb to do the job.
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Or buy "Root Explorer" from the market
Click to expand...
Click to collapse
Sorry, but I'm a nub, so you gotta explain to me how I use adb ha. Is it an app or is it a command?
youngnick09 said:
Sorry, but I'm a nub, so you gotta explain to me how I use adb ha. Is it an app or is it a command?
Click to expand...
Click to collapse
Lets start with the basics to see where you stand...
1. Are you rooted?
2. Goto market and download "Astro File Manager".
answer the first question if its yes then goto step 2. Let me know when done with step 2.
Sent from my SPH-D700 using Tapatalk
does is only come in purple, havet installed yet, and wont until tonite. Just wanna kno
Nice app kinda like DoubleTwist player,doubletwist have few more options though.
Yes, i am both rooted and have astro
youngnick09 said:
Yes, i am both rooted and have astro
Click to expand...
Click to collapse
Ok connect your phone with usb to your computer turn on mass storage copy the apk file not the zip file to the root of your sd card.
Disconnect the phone from the computer open astro copy or move the apk file from the root of your sd card to /system/app folder and you are done.
Sent from my SPH-D700 using Tapatalk
SideKick2 said:
Ok connect your phone with usb to your computer turn on mass storage copy the apk file not the zip file to the root of your sd card.
Disconnect the phone from the computer open astro copy or move the apk file from the root of your sd card to /system/app folder and you are done.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Right, I've already tried this from the beginning and each file manager I use, including astro does not allow me to move the music player file into the system/app folder.
youngnick09 said:
Right, I've already tried this from the beginning and each file manager I use, including astro does not allow me to move the music player file into the system/app folder.
Click to expand...
Click to collapse
Follow this guide up to Step 3.
After you have ADB working, then type the following
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Remember to use the correct path to the apk

[BOOTANIMATION]bootanimation for Jellytime

Hi,
I made a few bootanimation.zip for Jellytime i'd like to share.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
Preview :
Download link
Click to expand...
Click to collapse
---------------------------------------------------------------------------------------------------------------------------------------------------------------
HOW TO INSTALL (3 methodes) ?
File browser method (Rooted devices only):
Connect your phone to your computer via USB and mount the storage card for file transfer.
Copy the bootanimation.zip file that you want to install, to your SD card.
Unmount USB storage and launch the file browser of your choice on your phone.
Browse to /system/media, copy the existing bootanimation.zip file from there and paste it somewhere safe on your SD card.
Browse to the location on the SD card where you copied the new bootanimation.zip and copy it.
Browse to/system/media and paste the bootanimation.zip file there to override the default system boot animation without replacing it.
OR
Browse to /system/media and paste the bootanimation.zip file there.
If you are using Super Manager, you will have to enable its root function first from the settings. Furthermore, you may need to mount the /system partition as read-write first too upon entering it.
ADB method:
Enable USB debugging on your device in Settings > Applications > Development.
Connect your device to the computer via USB.
Launch a command prompt/terminal window on your computer.
Navigate to the location where you have the bootanimation.zip file saved.
Enter these commands need root) :
Code:
adb remount
adb push bootanimation.zip /system/media/
Boot Animation Factory (the easiest way) :
download and read how to from this post :
http://forum.xda-developers.com/showthread.php?t=1678540
Whichever method you used, you should now have the new boot animation successfully installed on your device. Simply restart it and you should see it running upon boot.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Enjoy!
Pretty cool animations. FYI yours pics do not show up.
Thanks, I am sporting the first one and have already today gotten more than one :good: from friend at work.
New one in OP...
DaD92 said:
New one in OP...
Click to expand...
Click to collapse
I think im going for the new one. Good work!:good:
New one in OP....
enjoy!
You need to STOP with all the Jelly Time bootanimations!
I downloaded and installed the first because it was so cool.
Then you come out with a second one, had to choose, stayed with first.
Then Randomblame uses your second one in B9.1.
Now there are just to many good ones to choose from.
Really though, great work. Keep it up.
smetzger68 said:
You need to STOP with all the Jelly Time bootanimations!
I downloaded and installed the first because it was so cool.
Then you come out with a second one, had to choose, stayed with first.
Then Randomblame uses your second one in B9.1.
Now there are just to many good ones to choose from.
Really though, great work. Keep it up.
Click to expand...
Click to collapse
try the last one, it is pretty cool (many details you don't see in the preview), you nwill enjoy it
All are very good looking.
I do not know if it would be possible but, if you could create a way to have the system randomly pick one each time it booted, now that would be Awesome.
And then I would not have to choose...
I don't know if it's possible neither... you should ask a dev (I'm not)... I thing it's a little too much work...
It's this something I flash or overwrite in a folder somewhere? A bit new to HTC thanks
Sent from my Inspire 4G using xda app-developers app
bit1 said:
It's this something I flash or overwrite in a folder somewhere? A bit new to HTC thanks
Sent from my Inspire 4G using xda app-developers app
Click to expand...
Click to collapse
don't flash, push it to system/media.
you can do that as following (3 methodes) :
File browser method (Rooted devices only):
Connect your phone to your computer via USB and mount the storage card for file transfer.
Copy the bootanimation.zip file that you want to install, to your SD card.
Unmount USB storage and launch the file browser of your choice on your phone.
Browse to /system/media, copy the existing bootanimation.zip file from there and paste it somewhere safe on your SD card.
Browse to the location on the SD card where you copied the new bootanimation.zip and copy it.
Browse to/system/media and paste the bootanimation.zip file there to override the default system boot animation without replacing it.
OR
Browse to /system/media and paste the bootanimation.zip file there.
If you are using Super Manager, you will have to enable its root function first from the settings. Furthermore, you may need to mount the /system partition as read-write first too upon entering it.
ADB method:
Enable USB debugging on your device in Settings > Applications > Development.
Connect your device to the computer via USB.
Launch a command prompt/terminal window on your computer.
Navigate to the location where you have the bootanimation.zip file saved.
Enter these commands need root) :
Code:
adb remount
adb push bootanimation.zip /system/media/
Boot Animation Factory (the easiest way) :
download and read how to from this post :
http://forum.xda-developers.com/showthread.php?t=1678540
Whichever method you used, you should now have the new boot animation successfully installed on your device. Simply restart it and you should see it running upon boot.
Enjoy!
I haven't seen one in a while, but have you thought about a boot-down animation?? Just a thought.
I tried boot down animation, but I wasn't able to see it. I'll try again
New one in the OP...
Enjoy!
Can't sleep...so...
New one in the OP!
Enjoy!
There is a small typo in there... Text should be "developed" and not "developped" with 2 P's
thanks, I'll will correct that.
really nice work mate!
xdazulu said:
really nice work mate!
Click to expand...
Click to collapse
thanks!

[TOOL] Onandroid - Nandroid Backup Without Rebooting [Update!][v5.9]

UPDATE: No bug exists after all.
NOTE: Still can't be used by people using amarullz's ad2sd, finding fix.
First of all this is not my work, I just tweaked the script removing all unnecessary lines for our device and recompiled the script together with the fix.
Original Thread: http://forum.xda-developers.com/showthread.php?t=1620255
Thank you ameer1234567890 !
Nandroid backups are usually performed in recovery mode. This means you would have to turn off your phone and reboot in recovery mode, which wastes a whole lot of time rebooting and a lot more time offline. This tool will allow us to make a nandroid backup without switching off the phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This tool backups /boot , /recovery , /system , /data , /cache , .android_secure & sd-ext partitions to /sdcard/clockworkmod/backup directory. The date format used for folder name is the same used by CWM itself and nandroid backups created with this tool can safely be restored using CWM. If you would want to have a custom name for backup folder, pass an argument with the name to the script and it will use the name.
Requirements
1. Rooted android phone
2. A terminal emulator installed on phone
3. Busybox
4. A working CWM based recovery installed
5. Some patience
Installation
1. Download and copy zip file to SD card
2. Reboot into recovery
3. Choose install zip from SD card, select zip and flash .
4. Reboot!
Usage
1. Open terminal emulator
2. Type su to obtain root
3. Type onandroid
4. Wait and watch
Custom Backup Name
* Example:
Code:
onandroid custom_name
* Please be careful not to include characters not allowed in filenames.
Timezone modifier
* Example: Use home/phone timezone for backup file name
Code:
onandroid -h
* Example: Use UTC (default) for backup file name
Code:
onandroid -u
Changelog:
Code:
v5.8 - Initial Port.
v5.9 - Removed: More unnecessary lines.
Bug Fix: Partition detection.
Bug Fix: Include sd-ext folder in data partition whil skipping it's contents.
Download: http://www.mediafire.com/?pq6d3lxwhzf3crf
Click to expand...
Click to collapse
i've got installation aborted
i just get 62.32 kb file but mediafire said 131.58 kb..
madsa said:
i've got installation aborted
i just get 62.32 kb file but mediafire said 131.58 kb..
Click to expand...
Click to collapse
Still not getting the correct file size? I'll send you the file if you're the only one having this problem, right after I take my breakfast.
Sent from my GT-S5570 using Tapatalk 2
annson08 said:
Still not getting the correct file size? I'll send you the file if you're the only one having this problem, right after I take my breakfast.
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
thanks..
try it right now..
i'll report later..
EDIT : works good
Works perfectly ...
Sent from my GT-S5570
Working. Thx)
tryed on JB
I have a problem....
Joselinho45 said:
I have a problem....
Click to expand...
Click to collapse
Just reflash the zip, if problem still occur you can manually paste onandroid to system/bin folder and change permission to rwxr-xr-x
Please update me on your problem, just woke up at this moment, gonna help out more later after breakfast.
Sent from my GT-S5570 using Tapatalk 2
annson08 said:
Just reflash the zip, if problem still occur you can manually paste onandroid to system/bin folder and change permission to rwxr-xr-x
Please update me on your problem, just woke up at this moment, gonna help out more later after breakfast.
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
Thanks!!, I paste onandroid to system/bin folder and change permission to rwxr-xr-x, and everything is ok! but... the other files onadroid's zip don't use? (meta-inf)
Joselinho45 said:
Thanks!!, I paste onandroid to system/bin folder and change permission to rwxr-xr-x, and everything is ok! but... the other files onadroid's zip don't use? (meta-inf)
Click to expand...
Click to collapse
oh yeah i forgot to mention partlayout4nandroid to be pasted to your /system and change permission to rw-r--r-- that's all
don't touch meta-inf
annson08 said:
oh yeah i forgot to mention partlayout4nandroid to be pasted to your /system and change permission to rw-r--r-- that's all
don't touch meta-inf
Click to expand...
Click to collapse
Thanks! I make a nandroid yesterdar without partlayout4nandroid.... hahaha, i am go to make other nadroid
andreasf93 said:
It works great, but I have a small problem. I use an INT2EXT script. When I do a backup from recovery it find sd-ext normally and backs it up. But now, when I do it online, it doesn't recognize sd-ext partition and therefore it thinks (and backs up) the apps I have from data folder. That will mess up the ROM when I restore the backup right?
Click to expand...
Click to collapse
Onandroid is still not compatible with those kinds of flavors of data2SD where the phone's /data is mounted to /sd-ext and /sd-ext is mounted to /data. Amarullz, int2ext, mount2sd(using r-mount) are some examples, I would make a fix if i have more experience on script making/editing but I only have little knowledge at the moment, I'm still trying though only until ameer1234567890 fixed it himself. I'm still studying it xD
I myself was on amarullz's ad2sdx but since onandroid isn't compatible, I went back to s2e haha.
andreasf93 said:
So I can't use this tool :<
Click to expand...
Click to collapse
I'm afraid so, I tried using onandroid on both amarullz and cronmod's int2ext+ and either bootloops occurs when restoring or automatic wipe of data/cache. Don't worry, we'll fix it but no ETA.
v9.1
version 9.1 is out
see tags for newer thread
Very nice indeed...work on stock rom...but when verifying md5sum, takes about 10 mnt, is that normal? It's my first use... but big thanks for this tool
Edit ---> works perfect, nandroid and restore was okay now...thakn again
it works with CM7.2 based ROM but now I'm on CM9.2 based ROM and it hangs on sd-ext partition (using Link2SD).
How would I change the path of the saved backup? Thanks, works great.
Hey. Just installed this and it returns an error "Sd Card not found". On a OnePlus One and it doesn't have an SD card. Is there a solution to this?
---------- Post added at 02:27 AM ---------- Previous post was at 02:23 AM ----------
Oops.. Very old thread. Didn't notice

Categories

Resources