[Tool] Inject Apps to ROM for Installation - Vibrant Android Development

If you're like me, you probably have installed a new ROM at least once a week. I usually use Titanium Backup to restore all my Apps, but it takes quite a long time since I use a lot of Apps. Also, if you don't have the Pro version of Titanium Backup, you will need to click through the Install button for every App you want to install.
This program is a simple way to fix that. What it does is it injects you Apps as part of the ROM when you install a new ROM. This way, as soon as you install your ROM, your Apps will already be installed as part of the ROM.
I have only tried this with the latest Team Whiskey Onyx ROM, but it should work with most, if not all ROMs.
Also, not all Apps can be installed this way, especially if you try to include the data. YMMV.
INSTRUCTIONS
Prepare your computer
1. Install Java JRE and SDK.
2. Install 7-Zip. It can be found here: http://www.7-zip.org/
3. Download Testsign.jar. It can be found here: http://www.robmcghee.com/android/creating-an-android-update-zip-package/. Download the file "Testsign.zip" and extract it. Testsign.jar should be in there. You will need this later.
4. Set up your windows Path Environment.
a. Go to your Control Panel and open "System."
b. For Windows 7, you will need to click on "Advanced System Settings."
c. Go to the "Advanced" tab.
d. Click on the "Environment Variables" button.
e. Under "System Variables" find "Path." Select it and click on the "Edit" button.
f. A window should pop up a field for "Variable value." In there, you will want to add your 7-Zip and Java SDK bin path. At the end of "Variable value," add (without the quotes)
";C:\Program Files (x86)\Java\jre6\bin;C:\Program Files\7-Zip"
It might be slightly different for you if you're not using a 64-bit Windows. Basically, this step is to allow you to run the Java and 7-Zip command-line tools from anywhere in your system.
5. Reboot your computer.
6. Test to make sure you can run the Java tools and 7-Zip tools. Do this by running "cmd." A command-line prompt should appear. In there, type "java" and hit enter. The usage info for running java should appear. Now type "7z" and hit enter. The usage info for 7-Zip should appear. Your computer is now set up to run my batch file.
Prepare your Apps
WARNING: Not all Apps work using this method, and not all data can be restored using this method. If it doesn't work, you can restore it using Titanium Backup and it should work fine. Once you find that a certain App doesn't work, you should probably remove it from your App/Data folder (read below) so it doesn't install next time using this method.
1. Get all your APKs and data. The easiest way I know how to do this is by using Titanium Backup to make a backup of all my Apps.
2. Use Titanium Backup and back up your Apps.
3. Inside your SD Card, you should have a TitaniumBackup folder. All your Apps and data are in here. Every App you have backed up in Titanium should have 3 files. A .properties file, a apk.gz file, and a tar.gz file. The apk.gz file will contain your APK. The tar.gz file will contain your data. You can extract these files using something like WinRAR.
4. Extract your APKs and put them in a folder called "data\app". Extract your App's data and put them in a folder called "data\data". Your "data\data" should look something like this "data\data\com.appname".
5. Once this is complete, you can use this APK/data set for any future ROMs.
Create your ROM with your Apps
1. Put AppToROM.bat, testsign.jar, your data folder, and your ROM's zip into the same folder.
2. Drag your ROM's zip onto AppToROM.bat.
3. The batch file will now start creating your new ROM for you. It will do the following steps:
a. Extract your ROM.
b. Copy your data to the extracted ROM folder.
c. Zip everything back up.
d. Sign the new Zip.
4. When everything is done, you should have a "NewROM.zip" file. Use this new Zip file to install your ROM like you normally would.
Disclaimer:
I take no responsibility for any harm that this may do to your device. All of the tools here, except the bat file, I did not write. I just created a bat file that puts all the tools together to make it easier to install your Apps after installing a new ROM.

or you could just open your update.zip and place your apks in system/app re-zip and flash. Done this multiple times and it works. just need to keep a copy of your apks on your computer. ill try this method tonight. thanks

If you put it into "system/app" it will install it as a System app, and I believe you can't uninstall it regularly (kind of like how you can't install the bloatware). You will need to use Titanium Backup to uninstall it.
Also, I remember reading that some people were not able to install the ROMs after zipping it up because it's not signed.
This script is very simple. It basically just unzips the ROM, copies over your apps, zips back the ROM, and then signs it. Once you have your Windows set up, you can just drag and drop the ROM to the .bat file and it'll do all that for you.
Is this useless? Maybe. But, the same could be said for something like RyanZA's OCLF. You can sit there, type in all the commands to convert to EXT2, wait for it to convert, and reboot, or you can just run OCLF (which is basically just running a script for the conversion, to put it simply).

blackerwater said:
or you could just open your update.zip and place your apks in system/app re-zip and flash.
Click to expand...
Click to collapse
Why not just put them into data/app instead?

or you could just...
Or you could just download a pro version of titanium backup so that it can restore all your apps without you needing to click. There are plenty to be found online. The latest version, the better, as it would be more stable with froyo

So doing things this way... since it will be signed, i can also take other things out form other roms that i like and toss them in this rom??

I have titanium paid version. Just run it and it does everything
Sent from my SGH-T959 using XDA App

Dude it's called WinRAR. Open up the zip. Drop your apps into the data/app folder.
Then flash it. Simple.
Want certain apps to stay even after hard resetting? put them in system/app
This tool is completely unnecessary.

That's really a good idea. I like the method very much, it give me more free time to do some other things when flashing...Thanks !

Anderdroid said:
Dude it's called WinRAR. Open up the zip. Drop your apps into the data/app folder.
Then flash it. Simple.
Want certain apps to stay even after hard resetting? put them in system/app
This tool is completely unnecessary.
Click to expand...
Click to collapse
Ditto. This seems way more complicated then the method I've been using. You say it's simple that there are like 20 steps.

yeah and CWM has the option to toggle signature verification.. so you can flash unsigned apps on the vibrant.. but if you use 7zip it doesnt mess with the sig...

epakrat75 said:
Why not just put them into data/app instead?
Click to expand...
Click to collapse
Or that should work. And as for signing problems I us ubuntu and ive never had that happen but I guess with windows anything is possible.
Sent from my vibrant

Etrnaly said:
If you put it into "system/app" it will install it as a System app, and I believe you can't uninstall it regularly (kind of like how you can't install the bloatware). You will need to use Titanium Backup to uninstall it.
Click to expand...
Click to collapse
$adb shell
$su
#rm /system/app/CrappyBloatwareAppOfChoice.apk
Done.
No need for titanium.

Sorry for the noob question
Anderdroid said:
Dude it's called WinRAR. Open up the zip. Drop your apps into the data/app folder.
Then flash it. Simple.
Want certain apps to stay even after hard resetting? put them in system/app
This tool is completely unnecessary.
Click to expand...
Click to collapse
When you say your apps do you mean your .apks thanks

Related

Edit roms before flash

I want to make my own rom based on the cyanogen rom. I want to add a few apps and remove a few that already exist.
I have tried using the adb but it wont uninstall the ones I dont want.
I would like to mod a rom before I flash it, Is there a how to for this?
Thanks,
Dubstar_04
I dont think there's a how-to, but I can type a quick one in a jiffy;
Tools;
A computer (Windows PC in this example)
7zip (google it)
The rom you wish to modify.
Either JRE or JDK (so you can run java apps) (google it)
JF's testsign.jar (google it)
Method:
Install 7zip in your computer. Also install the Java runtimes so you can run java apps through the console (ahem, command prompt).
Unzip (if it's not already) your testsign.jar and place it somewhere easy on your HDD (C:\, for example, doesn't get easier than that). Also place the rom you wish to modify in the same folder.
Open the update.zip file (or whatever it's called) with 7zip (you can do this by either using the command dialog (right click) and selecting 7-zip > Open Archive, or by going right-click > Open With > Choose Default Program and select "Always open with this program" with 7zip FM (file manager)).
Once it's open, navigate to the folder system/app and remove in there any apks you don't want in there (for example, I always remove VoiceSearch.apk, VoiceDialer.apk, SystemUpdater.apk, Talk.apk, and when available, SpareParts.apk, com.mp3.amazon.apk, and a few others). That is basically the uninstall process. If you have the apks for the apps you wish to install, you can drag them into the 7z windows at this point too (if you have hboot spl, you have a lot of space in system, so dumping them here is safe). If you don't have the apks, but you have them installed in your phone, you can use adb to get them. Just make a folder in your desktop called app (or whatever you wish) and run adb with your working directory in the desktop (C:\users\myname\desktop). The adb command would be: adb pull data/app app. This will place all the contents of downloaded apps (free ones) inside the app folder in your desktop as apks. I don't know that there's anything you can do at this point about paid apps.
Anyway, once you're done deleting and adding apks to your zip. Close the 7zip window (it saves the changes automatically, you should have kept the window open through the whole process).
Open up the command prompt again, and change your working directory to C:\ (usually cd ../..), then, if you placed all like I told you to, you can just run; java testsign updatenamewhateveritis.zip
Ofcourse, replace updatenamewhateveritisi.zip with the name of the update, but I recomend renaming it to update.zip beforehand so you don't have to type a lot.
After it's done signing, the rom is ready to flash.
Good lucks to you
Wow...Good explanation.
I have few questions.
-Do i need the jar sign thing?
-Can I create a flasheable update.zip to "add/remove" apps to a fresh flashed rom? (I mean, flash a custom rom and then apply update.zip which can add and remove apk ), or do you recommend to modify the zipped rom instead of creating a update.zip ?
Many thanks
Depending on your recovery you can just toggle on/off if you need a signed zip or not. This is a very old thread and I imagine it was much harder to push apps into /system back then or to remove /system apps for that matter. With root access there are many apps you can do this with now, or with adb or terminal emulator
What is your purpose for this by the way? I feel there may be easier ways to accomplish what you're after
Sent from my GT-I9100 using xda premium
Thanks for answer
Yeah...it's and old thread, but actually it saved me to post a similar topic thread again :good:
My purpose? Not developing anything nor cooking rom. I just found at http://wiki.cyanogenmod.com/wiki/Barebones that i can safely uninstall apks that i don't use. So i uninstalled some of then, and i was thinking, in case of reinstalling the rom or flashing a new version of it, how to erase the unusefull apks(for me at least) in one step.
I think the easiest way is removing them from the zipped rom before flashing.
What do you think?
yes you can unzip and rome .apks, but then you will have to sign it unless your recovery allows unsigned zipps. why not flash the rom as is, remove all the unwanted, add what you like, then make a nandroid copy of the way you like it. this can then be flashed whenever
Sent from my HTC Vision using xda premium
Oh...the sign thing!
Anyway, there are few useless apks, so i think i can do it manually after flashing rom.
Hey. I'd like to know what nandroid is...
I use CWM recovery to backup/restore data/rom and I use Titanium Backup for the applications. So what the **** is nandroid. I mean, is an apk? Is a boot tool? And what can i do with it?
Thanks a lot dude!
it is the backup you make in your recovery, you will make either a nandroid backup or bart backup. depending how it is done it will be an exact copy of your rom, apps, call log, etc. any thing stored to you phone @ that "recovery" point
it gets its name from nand (the nand flash memory) and android, some recoveries may just call it a backup
Sent from my HTC Vision using xda premium

Standalone apk installer with adb

I made a little file where u can drag'n'drop files u want to install on ur phone.
No need of any settings.
When your phone is allready "adb ready" you dont need to have anything running.
Just take the apk File and drag on the exe and it will install. thats all.
perhaps i'll add more features soon. i made it for myself, to install the apk's faster after a full-wipe i made.
In Windows7 and Vista, it needs Admin rights (so it asks when starting) and AFTER its done, it gives an error. But it works how it should!
so don't worry
PS: Doubleclicking it won't do anything! Its Drag'n'Drop only!!
Another one by me
copy and paste the following into a file and save it on your desktop as install.bat (or whatever you fancy)
@echo off
adb install %1
pause
Then drag and drop files onto it, or associate apk files with install.bat and double click an apk file and will install to your phone.
htcmagic said:
copy and paste the following into a file and save it on your desktop as install.bat (or whatever you fancy)
@echo off
adb install %1
pause
Then drag and drop files onto it, or associate apk files with install.bat and double click an apk file and will install to your phone.
Click to expand...
Click to collapse
What do u want to say with ur post?
Did i made any question? i think not, so what r u explaining and for WHO??
It's just what i made in my "tool".
Made little bigger better Tool with 5 Options now
if anyone wants it, its at the bottom.
Now u can install apks, uninstall non-stock apks, push and pull files to & from /system/app/ and reboot ur phone.
ahhh, and not it wont make any errors or need for "admin rights" when starting the tool.
Works like a charm and now it has an Sketched android in it ! Yeehaaa
your program (the install part) doesnt really work. it doesnt install. i found that making the batch file was better.
hmm ok, thats weird. for me the new tool works perfekt.
And it IS a batchfile, i just merged the needed files from adb and the .bat file to one exe file. thats all.
do u get any error when trying to install ?
You do drag and drop the file to the exe and choose install apk, right?
Geeze, are people these days so lazy that they can't move their hand off the mouse? Just type the command!!!! Its easy... "adb install {file.apk}".
You know, back in the dark ages of not very long ago, NOBODY had a mouse. Or drag and drop. EVERYTHING was on the keyboard and involved typing commands.
If you guys want and you are running Windows, check out our app. www.androidmanager.net ... we added feature for installing apk-s by double-clicking few days ago

[GUIDE] How to make mymode themes

Well I haven't had much time lately to make themes but I figured i got enough time to explain how. This is how i do it in windows 7.
1) First thing i assume that you already have androidsdk on the root of your C drive. Lets go ahead and add it to your system path. If it's not called androidsdk go ahead and change it to that. Now open up your startmenu, right click computer, click properties, then click advanced system settings, in the advance system settings select environment variables. In the second box down look for path select it and choose edit. copy and paste this
Code:
;C:\androidsdk\tools
in there. Click okay.
2) download the jre and jdk from here and install them. Now you need to add them to your system path so copy paste this
Code:
;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_20\bin
to your system path just like you did in the first step.
3) Download apk manager from here. Now run it and when it says clean out all current projects click yes. Now thats ready to go.
4) Download an image editing program. I use gimp. Also if you don't have it 7-zip
your all set to go now so lets start over with the numbers
1) choose a mymode apk and extract it with 7-zip. Open up the res folder select a png that you want to change and change it with the image editor you chose.
2) when you've changed the images you want open up the original apk as an archive with 7zip. Then place the res folder of the modified unzipped apk into the archive and close the archive.
3) Now open up apk manager and place the mymode apk into the place here for signing folder click script batch choose no then type 15.
4) Now put the newly signed apk into your androidsdk/tools folder and close apk manager.
5) open command prompt and type this
Code:
cd\
cd androidsdk/tools
adb install whatever.apk
I'll update this with pics a more thorough guide.
Thanks to everyone that made this easy
reserved for themes to come
Thanks been waiting for a thread like this.
thanks, if i ever get any free-time between jobs and kid and fiancee i will look into this a little more
This is an awesome guide! I messed around with theming mytouch/g1 back when I had one.. so this will be great to make some themes for the slide..
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
ryanolson7 said:
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
The nest theme is in the framework, its not an .apk like the rest, its built into the system. The rest of the mymodes themes are .apks and if you edit those they will override the stock "nest" theme. The only way it will show up different in the theme chooser is if you edit the preview snapshot to be a preview of your theme. If you wanna keep the original theme, the nest theme is it and you should edit a different theme .apk...
-BMFC
Sent from my ROOTED MyTouch3G Slide
Okay so I got the next three days off and I already got two mymode themes pretty much done well their done but I just learned of a way to change the name so they are there own standalone apk instead of using another apk name. I've been using puppypride (which by the way isn't puppies those are full grown dogs) and switching out the pngs and you couldn't have the regular puppypride now you can have both
hope you don't mind but I did a mod of your themes and took out the bubbles since some people always create threads about it
Help with following guide
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
impimms said:
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
Click to expand...
Click to collapse
Actually the guide needs to be fixed a little because i'm guessing your getting compiling errors when using apk manager? But the best way to do this is to open up the mymode theme (using 7zip) as an archive delete meta-inf folder then replace the pngs with ones of your choice as long as they are the same scale. Then resign. and install
totally lost
I've followed these directions to a T and when it comes to using the apk manager i am getting nothing, please help
You guys that are having trouble with apk manager...its honestly not necessary to use Apk Manager for this. Mymodes themes are system .apks and shouldn't be re-signed. What you need to do is forget about apk manager (for now) and drop the UNsigned .apk into the ROM update you are using, and resign the whole ROM using the autosign tool created by jesusfreke. Or just adbpush the .apk. but don't resign the .apk.
Here's the link for the autosign tool to sign ROM updates. its in the THIRD POST and its auto-sign .zip, NOT the signing.zip in the first post. you can put it anywhere you want and you just drop (a copy of) your ROM update in the autosign folder, rename it update.zip, then run the sign.bat to sign. it will create another file, update-signed.zip. you shouldnt need to wipe when flashing the same ROM over itself, but i cant guarantee this is true for all ROMs.
you can also make an update that will only flash the .apk to /system/app, and nothing else will be changed. basically just make a copy of the update for the ROM youre using, then delete everything but the /system directory from the zip. then go into that /system directory and delete everything but the /app directory, then go into it and delete all the .apks and odex file or whatevers in there. ALL OF IT. when you are finished you should have an update with nothing in it but a /system/app directory. you put your modded .apk in there in /system/app, and thats it for that.
then you must edit the update script and remove MOST of its contents so that it only does what you want it to. THIS IS IMPORTANT! Go here to learn how to create an update script. what youll need is way simpler than the examples, youll want it to look basically like this...
Code:
assert compatible_with("0.2") == "true"
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
this update script will copy ANYTHING in the /system directory to /system on your device, regardless of subdirectories. that means anything in /system will go in /system, anything in /system/app will go to /system/app, etc. but since you only have one .apk in there it wont mess with anything but what you put in there. this way, you have a NOWIPE update for...well, whatever you want to put in it.
so you just drop the new shortened update-script in /META-INF/com/google/android/
and then use the autosign tool to resign your new update then flash away! This also takes less time cus its only flashing one file instead of flashing a whole ROM just to replace that one file...
hope this helps...
-BMFC
Sent from my T-Mobile myTouch 3G Slide using XDA App
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Tbrewer80 said:
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Click to expand...
Click to collapse
I'm having issues with this as well... After I do the whole signing apk thing, it installs fine, but when I go to MyModes, the preview is black and when I select it, the MyModes app force closes. I don't get it.

Cant install backups from Titanium?

Does anyone get the error when trying to restore an app backup:
"For security your phone is set to block installation of applications not sourced in the Android Market?"
What am I doing wrong? I've rebooted many times thinking it would clear it up. Thanks.
Your phone needs to have side loading enabled. Follow the steps here any method will work
Also this post is in the wrong section it should be in the QA section of general.
chasesavestheday said:
Does anyone get the error when trying to restore an app backup:
"For security your phone is set to block installation of applications not sourced in the Android Market?"
What am I doing wrong? I've rebooted many times thinking it would clear it up. Thanks.
Click to expand...
Click to collapse
Did you enable Sideloading?
There's an alternative way that requires no monkeying around with the structure of your phone and a lot less software on your computer.
I backed up my apps with Titanium. It basically zips the .apk's into .tgz formats; mount your usb to the computer and browse to the Titanium directory. Copy the .tgz files to your desktop, and use Winrar (or similar) to extract the .tgz files. (Note: once you extract them, the .apk files don't have the .apk file extension. Rename the extracted files to add the .apk)
Use the Sideload Wonder Machine to reinstall your programs, gotten from here.
http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine
Worked very well for me. If anybody's interested in this method, I can do a more detailed tutorial.
jeromekobriger said:
There's an alternative way that requires no monkeying around with the structure of your phone and a lot less software on your computer.
I backed up my apps with Titanium. It basically zips the .apk's into .tgz formats; mount your usb to the computer and browse to the Titanium directory. Copy the .tgz files to your desktop, and use Winrar (or similar) to extract the .tgz files. (Note: once you extract them, the .apk files don't have the .apk file extension. Rename the extracted files to add the .apk)
Use the Sideload Wonder Machine to reinstall your programs, gotten from here.
http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine
Worked very well for me. If anybody's interested in this method, I can do a more detailed tutorial.
Click to expand...
Click to collapse
But if you follow the steps to enable sideloading then you won't have to jump through these hoops to restore a backup. Plus your way may or may not restore any data associated with the apps.
You are correct, it did not reinstall the data. I apologize for not mentioning it. The only reason I mention doing it this way is because any of the five steps mentioned in the sideloading post, while easy for quite a few people, are not necessarily newbie friendly. It indeed has the drawback of not copying all the data over, only the app, but it seemed to me that it might be a little less intimidating to some people.

Temporary Fun (:

Seeing as some of the framework needs to be modded for a pre-rooted version of the 1.2 ROM I figured I would throw a little zip together with some stuff to play with. Its nothing special. Instructions:
1. Download the attached zip file to your computer and extract it onto your desktop, your documents, your "taxes 1993" folder, "kittens folder", or wherever you want for that matter.
NOTE: THIS IS NOT CWM FLASHABLE, DON'T EVEN THINK ABOUT IT.
2. Download one of Nemith's ROMs from here.
3. Use winrar, archive manager or any other software you have that can open up zip files and open the rom you downloaded in step 2. Once thats open, click on "system", then "bin".
4. Go back to the files you downloaded and extracted in step 1 and you will see something called 'su' simply drag and drop the 'su' file into that "bin" folder you opened in step 3. It might take a minute to add it to the zip archive so be patient.
5. Once that is done, click the back button in winrar or whatever your using so you will now be in the "system" folder and no longer in /system/bin. You should see a folder called "app", click on it. Once thats open, drag and drop the apks that were included in the zip into there and give them a second to be added in.
6. Once that is done, your free to add any additional apks that you either downloaded or have backed up from a previous setup. (extract some from root explorer before flashing the update if you would like, then copy those on there.)
7. Now that you have all the apks you want added in there, close the zip, put it on your sdcard and flash that bad boy up.
Note: I included 2 launchers in there, VTL and ADW free. You can add both of them if you want and try them out or just pick one or the other. The apk that says something about gojimi is the VTL launcher. Also, feel free to add apps that require root since you have root access thanks to that business with su earlier. This doesnt have the market because BN is gay and their custom framework needs to be hacked, (thank you for the Nook though. ) also, youll need to select one of the custom launchers if you wanna use all of the apps you added. Superuser.apk and the nookcolor tools utility are included in the zip.
I believe this is not considered warez since all the files included are free, mods feel free to correct me if I'm wrong. Once again, this doesnt have market, just a guide to adding apps and being able to use root.
Hit thanks if I helped you.
RileyGrant said:
Seeing as some of the framework needs to be modded for a pre-rooted version of the 1.2 ROM I figured I would throw a little zip together with some stuff to play with. Its nothing special. Instructions:
1. Download the attached zip file to your computer and extract it onto your desktop, your documents, your "taxes 1993" folder, "kittens folder", or wherever you want for that matter.
NOTE: THIS IS NOT CWM FLASHABLE, DON'T EVEN THINK ABOUT IT.
2. Download one of Nemith's ROMs from here.
3. Use winrar, archive manager or any other software you have that can open up zip files and open the rom you downloaded in step 2. Once thats open, click on "system", then "bin".
4. Go back to the files you downloaded and extracted in step 1 and you will see something called 'su' simply drag and drop the 'su' file into that "bin" folder you opened in step 3. It might take a minute to add it to the zip archive so be patient.
5. Once that is done, click the back button in winrar or whatever your using so you will now be in the "system" folder and no longer in /system/bin. You should see a folder called "app", click on it. Once thats open, drag and drop the apks that were included in the zip into there and give them a second to be added in.
6. Once that is done, your free to add any additional apks that you either downloaded or have backed up from a previous setup. (extract some from root explorer before flashing the update if you would like, then copy those on there.)
7. Now that you have all the apks you want added in there, close the zip, put it on your sdcard and flash that bad boy up.
Note: I included 2 launchers in there, VTL and ADW free. You can add both of them if you want and try them out or just pick one or the other. The apk that says something about gojimi is the VTL launcher. Also, feel free to add apps that require root since you have root access thanks to that business with su earlier. This doesnt have the market because BN is gay and their custom framework needs to be hacked, (thank you for the Nook though. ) also, youll need to select one of the custom launchers if you wanna use all of the apps you added. Superuser.apk and the nookcolor tools utility are included in the zip.
I believe this is not considered warez since all the files included are free, mods feel free to correct me if I'm wrong. Once again, this doesnt have market, just a guide to adding apps and being able to use root.
Hit thanks if I helped you.
Click to expand...
Click to collapse
awesome!!!
so no market means no gapps either?
what about amazon appstore?
This is great. I already have it up and running with a bunch of other apks and a third party launcher using this same method, but the nook color tools and root will be helpful too (enabling the installation of "unknown apps" will be very good).
Canadoc said:
awesome!!!
so no market means no gapps either?
what about amazon appstore?
Click to expand...
Click to collapse
Amazon App store should work now that you mention it. Just download the apk online and put it in there. Hahah Im working on a full rooted rom but I figured Id give you all something easy to do for now.
do all apk have to into system app as i think amazon installs to data folder
You can sideload the Amazon app (or download it through the browser) after you do the steps in the OP. After it boots, open Nook Color Utils (tools?) and then uncheck and check the unknown apps option at the top. After that you should be able to download and install or sideload anything into data/app.
Canadoc said:
do all apk have to into system app as i think amazon installs to data folder
Click to expand...
Click to collapse
You can push to /data/app also.
Sent from my PC36100 using Tapatalk
elessarelfstar said:
You can sideload the Amazon app (or download it through the browser) after you do the steps in the OP. After it boots, open Nook Color Utils (tools?) and then uncheck and check the unknown apps option at the top. After that you should be able to download and install or sideload anything into data/app.
Click to expand...
Click to collapse
doesnt work. won'tinstall from a web download
also titanium backup cant find root so this doesn't work. not sure what value su has
In the stock 1.2 zip thread here
http://forum.xda-developers.com/showthread.php?t=1050520&page=5
I suggested loading one of the one-click root apps into the ROM? Does that work?
I did try installing with z4root in system/apps and it didn't work. Though that may have been because it needs to run from data/app (maybe?). Don't know. Haven't tried it that way yet.
RileyGrant said:
Seeing as some of the framework needs to be modded for a pre-rooted version of the 1.2 ROM I figured I would throw a little zip together with some stuff to play with. Its nothing special. Instructions:
1. Download the attached zip file to your computer and extract it onto your desktop, your documents, your "taxes 1993" folder, "kittens folder", or wherever you want for that matter.
NOTE: THIS IS NOT CWM FLASHABLE, DON'T EVEN THINK ABOUT IT.
2. Download one of Nemith's ROMs from here.
3. Use winrar, archive manager or any other software you have that can open up zip files and open the rom you downloaded in step 2. Once thats open, click on "system", then "bin".
4. Go back to the files you downloaded and extracted in step 1 and you will see something called 'su' simply drag and drop the 'su' file into that "bin" folder you opened in step 3. It might take a minute to add it to the zip archive so be patient.
5. Once that is done, click the back button in winrar or whatever your using so you will now be in the "system" folder and no longer in /system/bin. You should see a folder called "app", click on it. Once thats open, drag and drop the apks that were included in the zip into there and give them a second to be added in.
6. Once that is done, your free to add any additional apks that you either downloaded or have backed up from a previous setup. (extract some from root explorer before flashing the update if you would like, then copy those on there.)
7. Now that you have all the apks you want added in there, close the zip, put it on your sdcard and flash that bad boy up.
Note: I included 2 launchers in there, VTL and ADW free. You can add both of them if you want and try them out or just pick one or the other. The apk that says something about gojimi is the VTL launcher. Also, feel free to add apps that require root since you have root access thanks to that business with su earlier. This doesnt have the market because BN is gay and their custom framework needs to be hacked, (thank you for the Nook though. ) also, youll need to select one of the custom launchers if you wanna use all of the apps you added. Superuser.apk and the nookcolor tools utility are included in the zip.
I believe this is not considered warez since all the files included are free, mods feel free to correct me if I'm wrong. Once again, this doesnt have market, just a guide to adding apps and being able to use root.
Hit thanks if I helped you.
Click to expand...
Click to collapse
This is unbelievable! Thanks so much for this.
I use my nook for 70% reading + 30 % for emailing and web browsing.
I installed CM7 on emmc, but the battery sleep issue is killing (goes from 100 to 0% in a day) + I cannot use the stock Nook reading App. The Nook market app sucks compared to the stock nook app.
I was ideally looking for a solution which would allow me to use the stock nook reader + email + good web browser.
So can I sideload apps such as Dolphin HD browser and Any email client, using this method? Is there any limit to sideloading apps in the system/app folder? I do have a bunch of apk's that I would love to use.
Thanks in advance!
Canadoc said:
doesnt work. won'tinstall from a web download
also titanium backup cant find root so this doesn't work. not sure what value su has
Click to expand...
Click to collapse
Works for me, try adb shell
Cd /system/app
Chmod su 4755
imjimmy said:
This is unbelievable! Thanks so much for this.
I use my nook for 70% reading + 30 % for emailing and web browsing.
I installed CM7 on emmc, but the battery sleep issue is killing (goes from 100 to 0% in a day) + I cannot use the stock Nook reading App. The Nook market app sucks compared to the stock nook app.
I was ideally looking for a solution which would allow me to use the stock nook reader + email + good web browser.
So can I sideload apps such as Dolphin HD browser and Any email client, using this method? Is there any limit to sideloading apps in the system/app folder? I do have a bunch of apk's that I would love to use.
Thanks in advance!
Click to expand...
Click to collapse
Yes you can do all of that! And I dot think you'll run into any problems unless you have like 600 Mbs of apps. Hahaha
How to flash this?
Please excuse the Noob questions.
How do I go about flashing this? Do I just insert the sd card and boot? Do I hold the n and power buttons? Some other way?
Also, will this all be wiped out if B&N force-upgrades over wifi?
Thanks in advance.

Categories

Resources