[Q] Captivate with Darky's 9.3 swype problems - Captivate Q&A, Help & Troubleshooting

Hi there, I would have posted in the captivate android dev darky's thread but apparently I need 10 posts for that or something stupid.
I was on Darky's 9.2 and was all working well and then swype told me the license had expired so I thought I may as well update to 9.3 because I thought that might fix my swype. Updated to that and selected the swype option in the darky app etc and that didn't seem to work, swype still says I need a new license. I signed up for the swype beta and downloaded that but in order to install the new swype I have to uninstall my current version. How do I go about doing this? If I go settings/manage apps/all/swype the uninstall option is greyed out. How do I uninstall it?
Thanks

Use titanium backup
CM7

mcord11758 said:
Use titanium backup
CM7
Click to expand...
Click to collapse
?
I backed up my old swype from when I was using cognition and just tried to restore that but it said swype crashed.

I meant delete current version then sign up for beta and dl
CM7

Oh I see, didn't see the uninstall but. Cool thanks will try that now.

I now go through all the steps in the swype installer and at the end it says application not installed.

Did you try both dl versions?
CM7

You mean full and english/spanish? Yup.
I found this:
http://samsunggalaxysforums.com/showthread.php/3922-Application-Not-Installed-Have-lost-Swype
Ok first things first;
1: Your Rooted and have a Root file explorer
2: You have 2 files that you downloaded, Swype.apk and libSwypeCore.so
Remove original swype.apk from /system/app then remove the libSwypeCore.so from /system/lib.
Restart phone
Now add your new swype.apk to /system/app and the libSwypeCore.so to /system/lib
and restart just to make sure
Click to expand...
Click to collapse
I tried deleting libSwypeCore.so through root explorer but it said read only, how do I delete this?

Top there I'd a button in root explorer r/o or r/w. Click it, try again
CM7

Okay, I deleted that file and it still didn't work so I restarted my phone and it installed and now works perfectly. Thanks

Glad it worked
CM7

They need to put their app in the market like everyone else. It's rather ridiculous.

MikeyMike01 said:
They need to put their app in the market like everyone else. It's rather ridiculous.
Click to expand...
Click to collapse
+1 enough already
CM7

Arabic Swype on Captivate!
I've actually encountered several woes when it comes to Swype on my Captivate but using Darky's ROM is still worth it in my opinion!
What adds to my troubles is the fact that I use Arabic on my Swype keyboard so the BETA by itself is no good.
However for those in my situation the solution goes something along the lines of:
1- Remove anything Swype related on your phone (Swype.apk/Swype Installer/LibSwypeCore.So) so you can have a fresh start with this.
LibSwypeCore.so is found in /system/lib/
2- Sign up and install the Swype BETA
3- After installing the BETA go to : /data/data/com.swype.android.inputmethod/swypedata/
4- Make a copy of "license.dat" file.
This is essential as without it you will most likely receive "This package of Swype is configured for another device" error.
5- Place the copy somewhere convenient like /mnt/sdcard for example.
6- Uninstall the Swype BETA,Swype Installer and delete the LibSwypeCore.So
7- Get the Swype.apk & LibSwypeCore.So that comes with Darky 9.3
8- Place the Darky LibSwypeCore.so in /system/lib
The rest of the guide is dedicated to adding arabic to the Swype package
9- First get a hold of a swype package that already has Arabic on it (Dr.Akrim Gingerblue ROM for example)
10- Rename the Darky Swype.apk to SwypeD.zip
11- Rename the Arabic Swype.apk to SwypeA.zip and extract its contents
12- Go to the extracted folder then navigate to \assets\files
13- Search for and select all files containing Arabic
14- Copy the selected files and paste them into SwypeD.zip\assets\files
Note: Do NOT extract the SwypeD.zip as repacking it would require signing which is a hassle I like to avoid.
15- Now go to \assets\keyboards in the SwypeA extracted folder
16- Search for and select all files containing Arabic
17- Copy the selected files and paste them into SwypeD.zip\assets\keyboards
18- Lastly, go to SwypeD.zip\assets\files\languages.lst and open the file in notepad.
19- add Arabic to the language list so it should look something like:
"Arabic,EnglishUS,Russian,Hebrew,EnglishUK"
20- Repeat the above process to helplanguages.lst
21- Rename SwypeD.zip back to SwypeD.apk or whatever you like (Swype.apk)
22- Place this newly modified apk in /system/app
23- Enjoy
EDIT: IF The method above does not work there is an alternative method of simply changing your Model Number (via editting the build.prop file found in /system/ and replace any mentions of "SGH-i897" with "GT-I9000"
This will allow you to use any Swype package that provides arabic with no problems.

MikeyMike01 said:
They need to put their app in the market like everyone else. It's rather ridiculous.
Click to expand...
Click to collapse
u get this working on ur rom? Every theme I try wrecks my swype

Related

[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.

Gingerbread Keyboard for Vegan Rom or TNT lite

The gingerbread keyboard was stripped from Vegan and TNT lite for stability issues ( i think ) - but I never ran into a problem with it... I've been missing it so I decided to pop the lib and apk into my system and, so far, it has worked without a hitch.
So for those of you who prefer to have the gingerbread keyboard (sound on key press actually works), here is how:
1) use root explorer (or the equivalent) to mount certain folders as R/W
2) backup libjni_latinime.so in the system/lib/ folder (just in case) and copy the new libjni_latinime.so file from the zip attached.
3) backup LatinIME.apk found in system/app/ folder and copy the new LatinIME.apk from the zip.
4) change the permissions on LatinIME.apk as rwxrwxr-- (not sure if this is needed, but was needed when using other IME input methods, like wiimote) and reboot the tablet.
The gingerbread keyboard should be fully functional now! Don't get nervous if it takes a little to open the keyboard settings for the first time (or switch input from TNT stock to android keyboard) as it took 15 seconds for me the first time but pops up right away after that.
Enjoy!
Check to see if you have a problem while having voice search installed. I think I had FC only with the GB keyboard and voice search both being installed.
Moved to applications
theimpaler747 said:
Moved to applications
Click to expand...
Click to collapse
Oops! And voice search works without a hitch
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
TheTruth said:
The gingerbread keyboard was stripped from Vegan and TNT lite for stability issues ( i think ) - but I never ran into a problem with it... I've been missing it so I decided to pop the lib and apk into my system and, so far, it has worked without a hitch.
So for those of you who prefer to have the gingerbread keyboard (sound on key press actually works), here is how:
1) use root explorer (or the equivalent) to mount certain folders as R/W
2) backup libjni_latinime.so in the system/lib/ folder (just in case) and copy the new libjni_latinime.so file from the zip attached.
3) backup LatinIME.apk found in system/app/ folder and copy the new LatinIME.apk from the zip.
4) change the permissions on LatinIME.apk as rwxrwxr-- (not sure if this is needed, but was needed when using other IME input methods, like wiimote) and reboot the tablet.
The gingerbread keyboard should be fully functional now! Don't get nervous if it takes a little to open the keyboard settings for the first time (or switch input from TNT stock to android keyboard) as it took 15 seconds for me the first time but pops up right away after that.
Enjoy!
Click to expand...
Click to collapse
No joy yet running the GB keyboard on TnT Lite 3.1.4.
I noticed that I didn't have a LatinIME.apk file in the /system/apps directory. Also, I noticed the timestamp of the libjni_latinime.so file is back from 2008. Are you sure you included the correct version of the shared library file?
I also tried changing the permissions of the libjni_latinime.so file to match the other shared library files in the directory. and I tried it using the original libjni_latinime.so file.
Was anyone else successful installing the GB keyboard on TnT Lite 3.1.4?
Just tried it but no luck
Edit: Went back and changed the permissions and it works perfectly now
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
I like the larger buttons on the keyboard thwt comrs with vegan so is there any way to use this library with that keyboard? Just tried to replace the existing library and got force closes
Edit: or if someone can make this keyboard larger then I would love it
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
Butch1326 said:
No joy yet running the GB keyboard on TnT Lite 3.1.4.
I noticed that I didn't have a LatinIME.apk file in the /system/apps directory. Also, I noticed the timestamp of the libjni_latinime.so file is back from 2008. Are you sure you included the correct version of the shared library file?
I also tried changing the permissions of the libjni_latinime.so file to match the other shared library files in the directory. and I tried it using the original libjni_latinime.so file.
Was anyone else successful installing the GB keyboard on TnT Lite 3.1.4?
Click to expand...
Click to collapse
I zipped this up using 7zip and pulled the apk and lib files straight from a system running the gb keyboard... I've used it in latest tnt and vegan roms without a hitch... are you getting FCs nonstop? Did you change the input method to android keyboard?
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk
Tried this method with no luck, and now trying to restore the original APK and Lib fail. Any suggestions?
i can't get it to work
any tweak?
blakestimac said:
Tried this method with no luck, and now trying to restore the original APK and Lib fail. Any suggestions?
Click to expand...
Click to collapse
Simply removing the supplied apk and .so then replacing the original apk and lib files will do the trick, with a reboot after the changes to the system have been made.
I have tried this with both roms and also two "generations" gtabs (initial 1000 production run and post mass production run) with success. I am unsure as to why this is hit or miss with some folks. Of course a logcat of your system while trying to use this would help...
I think I will just make a flashable zip file to be used in CWM.
Sent from my VEGAn-TAB-v1.0.0B5.1 using Tapatalk

How to change icon apps on the app drawer? (rooted)

I'm trying to change the icons on the app drawer with Root Explorer but I can't find the correct PNG to replace that on the system/app/"application.apk"/res/drawable/_____.png
Anyone knows the right name of the icon?
Thanks!
res/drawable-hdpi/file_manager_r.png ypu will have to turn the apk into a zip then put your new file into the hdpi folder and change the zip back to an apk then re install
Can I follow this steps with the Captivate or I need to do this on the computer?
Any easy way?
Thanks for the tip!
hi, i changed an image in drawable-hdpi in "phone.apk" (ic_jog_dial_unlock.png) like aceman said, but if i try to install new phone.apk it says "application not installed" (or something similar, my language phone is not english). how can i install new phone.apk??
I tried to istall it from recovery and there is the same result
thanks
You have to push the phone.apk file into /system/app with a root explorer or adb. Just installing it won't work like most other apks.
i have "root browser", can i use it? can u say to me all the steps i have to do with it or adb? i'm not an android expert user...
up...anyone ca help me?
install a different launcher app that lets you customize it. try launcherpro from the android market.
you wont understand the mod instructions.
screw it here they are...
mod instructions... basic if you need more info. learn to search there are 4000 guides on how to change an app image.
you need winrar on windows. if you arent running windows you should know better.
use root level file manager to go to 'system/app' folder and copy your launcher.apk to sdcard.
copy to PC
right click .apk > open with... > choose program > WinRar
look through folders inside APK and copy all folders with .PNG images to desktop (or work folder)
look through the images in the folders (change veiw to thumbnails) and find the name of the image you want to change and the name of the folder it was in.
Go get, or create your custom image, and name it that name. **Close to original shape size.
Use winRar to open the .APK again and naviage to the place where your image goes and drop the new one into that folder.
A window with options will come up and select Compression Profile : STORE
Click ok
Close winrar.
Copy .apk to SDcard
Use root file manager to rename original /system/app/launcher.apk to launcher.apk.bak (backup)
Then copy your modded .apk to /system/app.
Reboot (pull battery)
DONT MESS WITH ANY IMAGE ENDING IN .9.PNG only regular .pngs
for more on .9.pngs... search google.. what is ....
i*have*to*modify*phone.apk,*no*launcher.apk..*i*just*did*steps*you*sayd,*but*if*i*try*to*rename*phone.apk,*my*nexus*goes*in*full*crash
fist off this is the Captivate forums. not nexus.
and i was giving help to OP question not yours. either way the *stars*and*sp ac*es are friggin annoying. use your computer if your phone is messed up.
if you "tried" to modify the name... DID IT? try doesnt tell me much.
if it wouldnt let you, then nothing changed and your phone is screwed up from something else.
if it DID rename, then CHANGE IT BACK.. duh.
sorry for space and *, i wrote it with the mouse using google translate keybord and i saw them when i cut/past the text
i "tried" to rename phone.apk, so the phone went in a full crash and i had to restore system using an old backup in recovery
paino85 said:
sorry for space and *, i wrote it with the mouse using google translate keybord and i saw them when i cut/past the text
i "tried" to rename phone.apk, so the phone went in a full crash and i had to restore system using an old backup in recovery
Click to expand...
Click to collapse
Try apktool to extract all replace wteva ocon u want to and rebuild apk using the same tool and u need to sign the apk usin signapk tool so that device can recognise the.apk file for installation. I have done this and everything went fine in galaxy note. But i couldn't locate the file to rename the icon. Icon changing was not a prob.

APK files and swype keyboard

OK.. so I want to change the keyboard colors on my phone and I've been reading for a while on apk files and just want to make sure I have it right
I took the original swype apk (after backing up a copy) and changed it to a zip file and unzipped. Went into where the keyboard png files live and changed the color of the text to my liking.
I took the original backed up swype.apk and used the apk package manager to decompress it (files were in projects folder). I copied over my keyboard pngs over the originals and then use apk manager to package it back up I'm pretty sure but
1. Is swype a system app?? Apk manager warns about keeping the signature or not
2. Does my new swype apk have to have the same name?? I now have a unsignedswype.apk file in my "place-apk-here-for modding" folder probably because I chose that
Was planning on using sideload wonder machine to put it on the phone, just wanted to make sure I had everything correct before screwing something up royally
I've played around a bit with Swype themes. MetaMorph is an easy way to apply your theme. I've also had no problems with copying my Swype.apk from /system/App, opening it with Astro, deleting the files I changed, and pasting in the replacements. Then I just overwrite the original apk with mine using Root Explorer.
Let me know if you need any more help, can also show you how to hex edit the lib to change the trail color (mine is green).
Sent from my SGH-I897 using XDA App

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