ICS apks - Inverted and Transparent - Droid Incredible Themes and Apps

Just stumbled upon this and thought it was worth posting.
http://forum.xda-developers.com/showthread.php?t=1460451
We've had inverted apps for a while but transparent is new to me. These would work great if your wallpaper is set to the holo grey gradient background (I have a image attached to this post http://forum.xda-developers.com/showthread.php?t=1513805 that works well as a wallpaper).
I'm not using ICS right now and these have not been tested on the Inc (not that I've heard of anyway). I've used apps from a few different phones with the Inc and usually have good luck so I expect most of these will work.
I wouldn't flash anything from this post but you can grab the apk's out of any zips and use root explorer to put 'em into /system/app or /data/app... yada yada - the instructions are there... I usually just rename the original apk to Mms.apkx or Gmail.apk.bak while I test drive the apps then delete the original or move to SD card if everything goes well.

Related

get the real nexus launcher(launcher2.apk) working on DamageControl v1; JIT works!

EDIT: it seems as if a lot of people are having problems with this. about half the people get it working, and half don't. i recommend that you test out Launcher2 first before setting it as your home launcher. I'll try and see what's going on and why it doesn't work right. for now, though, pushing the libs is confirmed to make lwps like the nexusmod on helix.
EASIER WAY: USE RECOVERY TO FLASH THE SIGNED ZIP ATTACHED ON BOTTOM.
okay, so konikub posted the market app that gets the nexus launcher working on our ROMs, but it seemed a bit slow and the app drawer wasn't very intuitive for me, as i had to press the back key and everything for it to work. so, i found out a way to get the REAL nexus one Launcher2.apk to work on DamageControl v1, but i haven't test on fresh 2.0b2 or anything else.
the main two files that are needed to get the launcher2.apk to work seem to be libRS.so and librs_jni.so
since i used waffle 2.1 as my first ROM and the nexus launcher worked, albeit unstable at times, i looked there first. when compared with DamageControl, the necessary libs are missing.
so, the libs that i'm posting are taken straight from bikcmp's Waffle 2.1 ROM.
it's a pretty simple procedure, since you're just placing the libs in the right folder
step 1: extract the libRS.so and librs_jni.so to a folder where you know the location
step 2: push the files to /system/lib
Code:
adb remount
adb push <location of libRS.so> /system/lib
adb push <location of librs_jni.so> /system/lib
adb reboot
step 3: install launcher2.apk
Code:
adb remount
adb push <location of Launcher2.apk> /system/app
adb reboot
and then it works!
so far, it's been stable for me after a few reboots, and i don't get any force closes like i did when i used it on bikcmp's waffle ROM.
any problems, just pm me or post a reply.
if things don't work on the first try, like your bootscreen just keeps on going and going, just reboot your phone. after i set it to my default homescreen and rebooted, my bootscreen kept going on and on and on, even though the lockscreen and whatever else was definitely loaded. i'm not using the htc lockscreen, so i knew where the unlock button was, and when i touched there, it vibrated. i could 'unlock' the phone but it stayed at the bootscreen.
so when in doubt, just reboot
see below for all three files. i put it all into one zip for convenience.
enjoy!
EDIT: oh, and live wallpapers DO work. i've tested some from the market, but it seems as if (AGAIN) it's the nexusmod one that doesn't play nice and freezes your phone but i do recommend the Substrate (search Substrate in market) lwp, they're pretty fancy and they look nice too! performance isn't too bad either
Konikub requested a flashable zip for this. it's in post #5, but for those who are too lazy to scroll down, i'll post it here too
naturally, its named launcher2-signed.zip
UPDATE: i just tested this, but JIT works if you use this launcher! just follow these instructions: http://forum.xda-developers.com/showthread.php?t=637419
when i first installed it, though, my bootscreen just stayed and kept going for a good ten minutes. for some reason, the lockscreen still 'worked', as in you could unlock the phone underneath but it'd still display the boot animation. i just pressed the SEND+END+MENU button combo to reboot the phone, and it worked! if you get a few FCs at first, just make sure you press the 'Force Close' option. if you reboot again, it should work.
there's always the possibility that it'll screw up your phone(not a brick, i mean like it wont boot, etc.), and if it does, just go to recovery and follow the instructions to restore dalvik w/o JIT (in the link).
justinisyoung said:
okay, so konikub posted the market app that gets the nexus launcher working on our ROMs, but it seemed a bit slow and the app drawer wasn't very intuitive for me, as i had to press the back key and everything for it to work. so, i found out a way to get the REAL nexus one Launcher2.apk to work on DamageControl v1, but i haven't test on fresh 2.0b2 or anything else.
the main two files that are needed to get the launcher2.apk to work seem to be libRS.so and librs_jni.so
since i used waffle 2.1 as my first ROM and the nexus launcher worked, albeit unstable at times, i looked there first. when compared with DamageControl, the necessary libs are missing.
so, the libs that i'm posting are taken straight from bikcmp's Waffle 2.1 ROM.
it's a pretty simple procedure, since you're just placing the libs in the right folder
step 1: extract the libRS.so and librs_jni.so to a folder where you know the location
step 2: push the files to /system/lib
Code:
adb remount
adb push <location of libRS.so> /system/lib
adb push <location of librs_jni.so> /system/lib
adb reboot
step 3: install launcher2.apk
Code:
adb remount
adb push <location of Launcher2.apk> /system/app
adb reboot
and then it works!
so far, it's been stable for me after a few reboots, and i don't get any force closes like i did when i used it on bikcmp's waffle ROM.
any problems, just pm me or post a reply.
if things don't work on the first try, like your bootscreen just keeps on going and going, just reboot your phone. after i set it to my default homescreen and rebooted, my bootscreen kept going on and on and on, even though the lockscreen and whatever else was definitely loaded. i'm not using the htc lockscreen, so i knew where the unlock button was, and when i touched there, it vibrated. i could 'unlock' the phone but it stayed at the bootscreen.
so when in doubt, just reboot
see below for all three files. i put it all into one zip for convenience.
enjoy!
EDIT: oh, and live wallpapers DO work. i've tested some from the market, but it seems as if (AGAIN) it's the nexusmod one that doesn't play nice and freezes your phone but i do recommend the Substrate (search Substrate in market) lwp, they're pretty fancy and they look nice too! performance isn't too bad either
Click to expand...
Click to collapse
launcher2 works out of the box on my testing rom, just push it to /system/app. i already have the necessary libs in place.
darchstar said:
launcher2 works out of the box on my testing rom, just push it to /system/app. i already have the necessary libs in place.
Click to expand...
Click to collapse
well, i guess it's for people using damage's and fresh's rom
This might be pushing it...but I have been with out a computer screen for a few days now (it died), and have been running off my hero since. I have no way to pushfiles to my phone...is there any chance you can package up the launcher2 apk to be flashed, and I will put it on Darchs ROM....?
Thanks either way man!!!!
Question, does this launcher have the 4 shortcuts cause thats bout as slick as have 7 screens and as sliced bread.
konikub: attached!
Tipharet: no, that's only in the helixlauncher app
it's a nice feature, but this is just for those who want the 'real' nexus one feel to it, with the 3d app drawer and the dots on the bottom. otherwise there isn't much of a difference.
though personally, i prefer this to the helixlauncher.
Just curious, does the nexus launcher still have the sense widgets enabled? Say im just trying to take Rosie phone,app,and add button away; all I want is the little square down at the bottom that leads to my app drawer.
This knowledge will also help in development of a custom UI I am wotking on. Any help would be greatly appreciated.
Side note: like one of the other posters, I am not familiar with the sdk or changing files through the computer. However, I managed to root my phone, andinstall a custom ROM, all FROM MY PHONE.. Never once did I connect to my PC. Point being, Ive basically cooked my own roms from my phone. I am running DamageV1 and through terminal emulator was able to uninstall the bloatware that came along with it. I have a DamagedPancake LOL. Is it possible to push these files through t.e. or could someone post a update.zip that woulde removie just the RosieBar and leave only the boxlauncher?
Cheers
is there way a to revert back to the default sense ui?
sinistermeshes: unfortunately, you can't keep the sense widgets and not be using sense itself. something about the framework prevents you from being able to access or use HTC widgets if you aren't using sense. i also don't believe you can make the sense bar only be an app drawer. there was a thread starter a few days ago about mapping the buttons to different areas, but it was deemed not possible, or at least probably not going to happen.
the signed zip that i posted here only makes your phone's homescreen look, act, and feel just like what it does on the nexus one homescreen. no htc widgets (i know, i'm sad too =/)
vox: yeah, you can go to appliations and clear defaults. but the best way is to go to the market and install Home switcher. its very useful when dealing with homescreens and all.
works 100% perfectly, thanks OP.
personally, i started liking the helix launcher better than nexus, it allows only 2 screens, and you can put icons on the bottom. and, after pushing the libs, the nexus MOD wallpaper in market works with helix launcher!
im so happy right now
Really nice work.. All we need now is to remove the black notifcations bar and replace it with the white one and we can have a AOSP-Like rom
Just did this from my hero and it worked like a charm thanks a million for the signed zip I freaking love the nexus launcher and its really smooth
i cant seem to get the nexusmod lwp to work.. i downloaded it but i dont know how to set it.
i don't think the nexusmod lwp works if you use the launcher that's included.
but, if you use helixlauncher, it does work.
but first, you have to manually push LiveWallpapersPicker.apk and LiveWallpapers.apk to /system/app. they're posted on another thread, i believe.
i got it now i had to flash livewallpapaerpicker.apk
justinisyoung said:
i don't think the nexusmod lwp works if you use the launcher that's included.
but, if you use helixlauncher, it does work.
but first, you have to manually push LiveWallpapersPicker.apk and LiveWallpapers.apk to /system/app. they're posted on another thread, i believe.
Click to expand...
Click to collapse
I tried running it with hexilauncher and it just froze my phone...
justin, thanks for the lib file find. got the "modded Nexus" working with helix. I think I am going to stick with that just for the 7 screens but great find man.
NexusMod only works with helix. but its a bit laggy. if you use it on any other homescreen like nexuslauncher or home it just crashes.
Do we still have to push the lib files even with the zipped file that you provided... I nay have to wait toll I get home then
anyone gotten live wallpapers working??? i downloaded several and they are not in the wallpapers...

[CM6] CM6-Extender-BugFixes, gapps, keyboards, and more! Updated 8/3

Update: Added a few more apps and moved some things around. See below for changes.
I put this together for myself, but I figured I'd share it in case anyone else wanted it!
I got the idea from MagnusRagnarok and his Cyan Power-up. Thanks MagnusRagnarok!
The thing is, I didn't really like Cyan Power-up for two reasons: His inclusion of apps easily available from the market and his inclusion of a pre-installed theme.
I made this simply to put the Facebook/Market bug fixes, Gapps, and the CM6-Snap-4.1 Kernel in one zip instead of 3 plus another apk. I ended up adding a few small apps and a choice of keyboards! You know, for choices.
Just wanted something to make my nightly flashing easier, but not make too many changes to CM6
I noticed today there is a way to turn compache on/off in Cyanogen settings menu
Just flash this after the nightly in place of the gapps zip!
Includes all updated Google apps from Cyanogenmod downloads section.
CM6-Snap-4.1 Kernel (thanks jmxp69!!!)
Facebook sync fix
Market fix
Removed Twitter (added install in SD)
Added Hotspot toggle widget
Added Chrome To Phone
Added Root Explorer
Added LED Light + Widget
Added Orientation Lock Widget
Added Quickboot
Will create a folder on your SD card that includes the following:
(just install these with your favorite file explorer. Root Explorer is already installed now)
Swype (standard theme)
Swype Cyan themed
Swype Red (droid) Theme
Swiftkey
HTC IME (Sense) Keyboard (Install both files)
Fancy Widget
Skype Lite Beta 1.0.0.5
Sprint TV
Sprint Visual Voicemail
Twitter
Download:
[highlight]Mod Edit: Fancy Widget and Root Explorer cannot be included as they are not free. Please remove them from your package ASAP. [/highlight]
If you use Firefox like me and want some sweet Chrome to phone action, go here: https://addons.mozilla.org/en-US/firefox/addon/161941/
You should also grab SetCPU to take advantage of the new kernel here: http://forum.xda-developers.com/attachment.php?attachmentid=355326&d=1278385677
This will probably make it into my next update, but until then, get it here!http://forum.xda-developers.com/showthread.php?t=744067 Thanks Shyfe! Good keyboard!
If you find any bugs or know of something cool I need to add, post it below! Thanks!! Also, if someone could provide a better mirror, that would be awesome!
Was asked in the other thread, noticed in OP you moved things here.
Flashing after RC1 do the trick as well?
beesneazy said:
Was asked in the other thread, noticed in OP you moved things here.
Flashing after RC1 do the trick as well?
Click to expand...
Click to collapse
Yeah, you should be fine with the RC1, or really any nightly now and in in the future, and probably Cyanogen's final release, as it is basically a modified gapps zip.
The only thing to worry about is if it's compatible with the CM6-Snap-v4.1 Kernel, which I believe has been compatible with every CM6 build so far.
Sweet, thanks and thanks for putting that Firefox link up too. Totally forgot there was a Mozilla one. Then again, I have been using Chrome a bit more ... =/
Good **** though, good ****.
OP, you need to remove Root Explorer from this as it is a paid app and you are basically giving it away for free to whoever downloads it. This isn't fair to the developer as he/she'll will be losing out and this is similar to pirating.
Not trying to be a douche, but I've seen this before in the N1 forum as someone included a paid app in one of their roms. The developer was pissed off and had that person remove it immediately.
is the facebook fix just the apk in there?
very cool... thank you
I heard the Facebook fix isn't needed since their latest app?
Also, that the most recent nightly fixed the market issue without the trick.
Other than that this looks sweet, and good idea - I didn't want to use Cyan-power up for the same reasons. This is much cleaner (though I'm still not sure why you include some of those apps, I'd rather it just be the kernel + fixes).
Nice work!
benjio12 said:
Update: Added a few more apps and moved some things around. See below for changes.
I put this together for myself, but I figured I'd share it in case anyone else wanted it!
I got the idea from MagnusRagnarok and his Cyan Power-up. Thanks MagnusRagnarok!
The thing is, I didn't really like Cyan Power-up for two reasons: His inclusion of apps easily available from the market and his inclusion of a pre-installed theme.
I made this simply to put the Facebook/Market bug fixes, Gapps, and the CM6-Snap-4.1 Kernel in one zip instead of 3 plus another apk. I ended up adding a few small apps and a choice of keyboards! You know, for choices.
Just wanted something to make my nightly flashing easier, but not make too many changes to CM6
I noticed today there is a way to turn compache on/off in Cyanogen settings menu
Just flash this after the nightly in place of the gapps zip!
Includes all updated Google apps from Cyanogenmod downloads section.
CM6-Snap-4.1 Kernel (thanks jmxp69!!!)
Facebook sync fix
Market fix
Removed Twitter (added install in SD)
Added Hotspot toggle widget
Added Chrome To Phone
Added Root Explorer
Added LED Light + Widget
Added Orientation Lock Widget
Added Quickboot
Will create a folder on your SD card that includes the following:
(just install these with your favorite file explorer. Root Explorer is already installed now)
Swype (standard theme)
Swype Cyan themed
Swype Red (droid) Theme
Swiftkey
HTC IME (Sense) Keyboard (Install both files)
Fancy Widget
Skype Lite Beta 1.0.0.5
Sprint TV
Sprint Visual Voicemail
Twitter
If you use Firefox like me and want some sweet Chrome to phone action, go here: https://addons.mozilla.org/en-US/firefox/addon/161941/
You should also grab SetCPU to take advantage of the new kernel here: http://forum.xda-developers.com/attachment.php?attachmentid=355326&d=1278385677
This will probably make it into my next update, but until then, get it here!http://forum.xda-developers.com/showthread.php?t=744067 Thanks Shyfe! Good keyboard!
If you find any bugs or know of something cool I need to add, post it below! Thanks!! Also, if someone could provide a better mirror, that would be awesome!
Click to expand...
Click to collapse
You need to quickly take down that zip. Root Explorer is a paid app. There's no place for app piracy on XDA, it's not tolerated.
EDIT: It's $1 dollar. Why don't you just make a recommendation page, no need for 'packages' that are full of software that isn't yours.
makes no sense to me why you would rip a bunch of my included apps out of my roms/themes and then up in one very similar package + a paid app like root explorer and then criticize what i chose to add to my work. i do this for ease of install so after a wipe you dont have to install 50 different zips to get your setup back. if you dont understand thats fine, just dont hack what i do and then criticize what i do here, i spend alot of time doing this to improve user experience.
MagnusRagnarok said:
makes no sense to me why you would rip a bunch of my included apps out of my roms/themes and then up in one very similar package + a paid app like root explorer and then criticize what i chose to add to my work. i do this for ease of install so after a wipe you dont have to install 50 different zips to get your setup back. if you dont understand thats fine, just dont hack what i do and then criticize what i do here, i spend alot of time doing this to improve user experience.
Click to expand...
Click to collapse
lol really??!?!! why man, why?
I mean come on.. I didn't criticize, I complimented, but noted that I didn't like the heavy theming and installing market apps to /system. Since you didn't offer any theme-free/market app-free version, I put something together for myself and decided to share it because I figured maybe someone else out there might also have the same view. I even gave you props in the OP.
I didn't rip anything from your package. Everything I had, I found elsewhere on XDA. To be honest I didn't realize that root explorer was paid, since I got it somewhere on xda. I figured the paid market link was for donation, similar to setcpu. I was wrong...
Which brings me to my final point. The download link does not exist. The package has been pulled and this thread is dead. Why you decided to post in the first place seems crazy to me, but whatever. It doesn't matter. My job has become overwhelming and I don't have time to maintain it.
Next time, if you've got beef with me over something ridiculous or otherwise, please shoot me a pm or contact a mod or something. To me that looks like a flame post, and I,for one, would like to keep the forums clear of this sort of thing. Thanks.

(script) (3/24) Omegasun's Bloat and Sense Removal with CM 7 Version

*****Omegasuns App and Sense Removal Script*****
Version 2 now compliant with new Recoveries​
This script was created to make removing bloatware, sense, HTC widgets and many of the safe apps from your EVO easy. I personally run pretty bare bone version of the roms I use. I remove Sense and most of the excess apps that i replace or dont use.Because this was so time consuming to do manually with how much i flash i started working on a script that allowed me to do this quickly.
I have followed many different threads listing what people have found is ok and what people have found is not ok to remove.
Please remember that this script removes the apps that I personally dont use or need. While some of the apps may not be considered bloatware y some I typically run a pretty bare system. Please see post 2 for instructions on how to modify this version of the script so that you can adjust it for your needs.
To Use:
1. Flash your new rom (you can use with your existing skip to step 3)
2. Boot up the phone fully
3. Install your launcher replacement and set it as default.
4. go into Friend stream and turn off auto-sync for Facebook(leaving contacts is ok)
5. reboot into recovery
6. Nand back up
7. flash the attached .zip
8. reboot
This will completly remove sense and the HTC apps/lockscreen as well as all peer networking and sprint apps except navigation, VVM, and promotion. It will also remove various other apps that have been found that when removed do not cause stability or other outstanding issues.
This script has been tested on Evio, Fresh, Damage Control, Koni's Elite, Myns, MikFroyo,and Virus Roms on several EVOs with out problems. I am not responsibility for boot loops, data loss, or damage done to your phone. PLEASE REMEMBER TO NAND BACKUP
Regaw_Leinad Has graciously created an app to allow you to edit this script and resign it easily. If you want to change anything in the script i highly suggest downloading it and using it to do so
you can get it
HERE
All you do is drag and drop the zip of choice (1 or the other of the 2 zips attached to the OP) on top of this program's icon, it will open the script for editing. Can be run from anywhere on the computer.
Steps for using RegawMOD Script Editor v1.0 Omegasun:
1. Drag and Drop zip on top of this programs icon
2. Edit Script when it pops up
3. Save Script, then close Notepad
4. Go back to program window, select YES to go on
5. The original zip is now updated with all of your changes and still signed!
NOTE: This will currently NOT work for the old attachment O_A_S_R_W_mail&browser_1.0.zip, because the zip can NOT contain the "&" symbol in the zips name.
If you downloaded the version with & in the name either change the name or redownload the corrected file.
A huge thanks to him for making this!
thank you to zergburger for maintaining a great thread with ok to remove apps, Calkulin for his sense removal zip It helped me verify the apks i have being removed. Another huge thanks to Regaw_Leinad for his app to edit the script as well as his easy signing app and Karadorde For creating a CM 7 version of the script (see 2nd post)
Karadorde's CM 6.1 Version! - attached to bottom of post.
Karadorde said:
Here is my CM 6.1 version of the App Removal Tool. It only deletes apps from the system because there isn't really anything to delete from the data folder. Below is a list of apps included in the tool.
Development.apk
DSPManager.apk
Browser.apk
CarHomeGoogle.apk
CareHomeLauncher.apk
CMWallpapers.apk
GoogleQuickSearchBox.apk
GenieWidget.apk
LatinIME.apk
LiveWallpapers.apk
LiveWallpapersPicker.apk
MagicSmokeWallpapers.apk
PicoTts.apk
Protips.apk
TtsService.apk
Email.apk
FM.apk
FileManager.apk
SoundRecorder.apk
Torch.apk
VoiceDialer.apk
Click to expand...
Click to collapse
Regaw's app will NOT work with v2 of this script. you can still get V1 at the bottom of this post
Regaw_Leinad Has graciously created an app to allow you to edit this script and resign it easily. If you want to change anything in the script i highly suggest downloading it and using it to do so
you can get it
HERE
All you do is drag and drop the zip of choice (1 or the other of the 2 zips attached to the OP) on top of this program's icon, it will open the script for editing. Can be run from anywhere on the computer.
Steps for using RegawMOD Script Editor v1.0 Omegasun:
1. Drag and Drop zip on top of this programs icon
2. Edit Script when it pops up
3. Save Script, then close Notepad
4. Go back to program window, select YES to go on
5. The original zip is now updated with all of your changes and still signed!
NOTE: This will currently NOT work for the old attachment O_A_S_R_W_mail&browser_1.0.zip, because the zip can NOT contain the "&" symbol in the zips name.
If you downloaded the version with & in the name either change the name or redownload the corrected file.
A huge thanks to him for making this!
Known Issues:
MAY CAUSE LED INDICATION OF A MESSAGE WHILE CHARGING TO STOP - ie when you are charging and you get a text message you may not see the blinking green led it will remain Amber. i am currently investigating this and will update once i find a solution.
Change Log:
V2
Rewrote script to EDIFY standard allowing it to be flashed with newer Recoveries
Script no longer removes the following apps:
Spint wifi router
Quick Search
Browser
Mail
Maps
V 1.0
Removed HTC widgets - (all rosie apps)
Removed Sense
Removed HTC lock screen
Removed Quick search (this disables search button)
Removed Sprint Apps -Nascar, Qik, NFL, TV, wifi router
Removed Peer Networking apps - Twitter, facebook ,friend stream, flickr
Removed stock Browser, mail and messaging apps
Removed Various apps i dont use - car dock, foot prints, maps(can reinstall from market), News apps, FM radio apps, flashlight apps, Google search box, log collector, bug reporter, teeter, voice dial, amazonmp3, appsharing, teeter, RSS
Removed Misc Wallpapers
Removed Latin IME keyboard
Removed World Clock, desktop clock
Removed various other MISC apks that have been found to be ok to remove - DCSStock, widget download manager
thanks for replying back to my in my Q and A thread. I modified your script a bit but I have a question. Why is there a delete for SYSTEM and DATA? Also, is it safe to remove livewallpaper picker? and what about weather?
I've been doing this manually on many of the roms that I use so this is great. It would be even greater if the script was modified, if possible, to place everything that has been removed in a folder on your sd card. This way if you do want something back on your system, you can easily reinstall it.
Ima try it out on mah Fresh 3.2 later
just a quick suggestion.
you are removing KEY apps so Please post alternative applications that people should download PRIOR to running your script.
such as.... dolphin hd to replace the browser.... handcent to replace messaging.. etcetc
you know as well as i do these kids around here are going flash this without reading a damn word and completely fvck their phones up.
offer your personally used replacement apps please.
Sent from my PC36100 using XDA App
God, I feel like such a later bc I use 80% of those apps.
Sent from my PC36100 using Tapatalk
I modified my script to leave the stock browser intact and flashlight, but I removed weather. I also added handcent and google voice.
sent via HTC EVO
kakashi_s1 said:
I modified my script to leave the stock browser intact and flashlight, but I removed weather. I also added handcent and google voice.
sent via HTC EVO
Click to expand...
Click to collapse
why google voice? it doesnt work, in fact its some of the worse voice detection i have ever seen.
just curious, not bashing.
it works for me. I have multiple numbers using only one phone. I separate my personal contacts and business contacts with different numbers and google voice does exactly that.
sent via HTC EVO
Looks awesome. I'm using CM6 atm, but next Sense-based ROM I used, I'm going to give this a shot.
kakashi_s1 said:
thanks for replying back to my in my Q and A thread. I modified your script a bit but I have a question. Why is there a delete for SYSTEM and DATA? Also, is it safe to remove livewallpaper picker? and what about weather?
Click to expand...
Click to collapse
Weather should be safe to remove and live wallpaper picker as well (if you do not want to use live wallpapers)
Some of the apps i have removed are not in the system folder usually because a rom moves it to make it manually uninstallable. Since that happens i placed the ones i have run into in data in as well so i dont have to go back and uninstall them manually if they are moved. thats why there is a data and a system delete.
just a quick suggestion.
you are removing KEY apps so Please post alternative applications that people should download PRIOR to running your script.
such as.... dolphin hd to replace the browser.... handcent to replace messaging.. etcetc
you know as well as i do these kids around here are going flash this without reading a damn word and completely fvck their phones up.
offer your personally used replacement apps please.
Click to expand...
Click to collapse
I will update to add some suggestions. I kind of see it as if people choose not to read the directions (which i do say to install replacements) and they mess up their phones its there own faults. Also the worst case scenario is they figure out that it removed there mail app or what not and can later download a mail replacement (or nand restore) so it wont mess anything up too the point they cant fix it if they forget a step (the exception is if you don't install a home replacement you will get a boot loop). I am also going to work on a couple other versions of the script so that people who would like to keep the stock browser/mail or sense etc can still have a version that isnt quiet as drastic as the first one. thank you for the suggestions.
I've been doing this manually on many of the roms that I use so this is great. It would be even greater if the script was modified, if possible, to place everything that has been removed in a folder on your sd card. This way if you do want something back on your system, you can easily reinstall it.
Click to expand...
Click to collapse
I originally was going to take this approach but since i never reinstalled any of them myself (and most of the ones i might are available on market or have a suitable replacement for me on market) so i Haven't reworked the script for it yet. If people prefer having them all stored on the SD card for reinstall i will work on this.
If there are things in the script you know that you want to keep. you can modify the script (again i take no responsibility if you mess up your phone or the script by modifying it.)by deleting the lines for the apps you would like to keep then replacing it in the .zip. if you do modify it you will just need to make sure you flash it with Clockwork as it wont be signed.
During this week i will try to get out a version that keep sense a version that keeps stock browser/mail and peer networking for those that you want them.
thanks again for all the feedback.
xenokira said:
Looks awesome. I'm using CM6 atm, but next Sense-based ROM I used, I'm going to give this a shot.
Click to expand...
Click to collapse
Hell yeah! Been running CM6 Final for 2 or 3 days now and already getting an itch. I'm thinking I might go back to Fresh 3.2 then use this script - then another 3 days will pass and I'll probably go back to the nightlies
*I still think Android phones are worse than drugs.*
how did you modify your script? i would like to do the same thing flash it but leave stock browser and my email app, as well as sprint zone
is there any way to install the stock android browser. Does someone have a apk. Thanks
which ivan is this? i could help you update the script to your needs. let me know which apps you would like to keep.
omega sun, I'm looking for where user apps are stored. do you know where they could be?
I heard you find find them at sdcard/data/app but my directory is empty.
sent via HTC EVO
dkotoric said:
is there any way to install the stock android browser. Does someone have a apk. Thanks
Click to expand...
Click to collapse
+1
10char
Worked as promised, my Evo is now clean as a whistle. Thank you.
kakashi_s1 said:
omega sun, I'm looking for where user apps are stored. do you know where they could be?
I heard you find find them at sdcard/data/app but my directory is empty.
sent via HTC EVO
Click to expand...
Click to collapse
Normally they are just under data/app. unless you move them from the phone to the SD card they are stored in phone memory.
how did you modify your script? i would like to do the same thing flash it but leave stock browser and my email app, as well as sprint zone
Click to expand...
Click to collapse
I uploaded a version keeping the browser and mail apps. (if you have already removed them this will not restore them. To modify this script i suggest you unzip it then navigate to META-INF>com>google>android>update-script.
open the file in wordpad or notepad and remove the lines of the applications you do not want removed and make sure to save it with out an extension (default saves it as .txt this will not work). once you have done that open the original .zip in your zip program(i use winrar) navigate to the same place and drag and drop the modified script on top of the old (do not change its name). this should now be modified with the lines removed. Sine this wont be signed flash via clockwork.

Where are the non-live wallpapers located on stock Nexus S?

I've put CyanogenMod 7.2 Alpha on my Nexus S, and i was wondering how i could integrate the default Nexus S static wallpapers on CyanogenMod. I have the images as jpgs, but all the other wallpapers seem to be in an APK, is there anyone who could rip the static wallpapers APK off of a stock Nexus S and post it here, or either tell me how to integrate the jpgs I have.
Moved to Q&A
I only ask as Car Home can't find any wallpapers (I presume because its looking for the wallpapers in a location/package thats included with the Stock android, yet Cyanogen Mod doesn't include this. I also would like to have the default wallpapers back on the System as well.
bergqvistjl said:
I only ask as Car Home can't find any wallpapers (I presume because its looking for the wallpapers in a location/package thats included with the Stock android, yet Cyanogen Mod doesn't include this. I also would like to have the default wallpapers back on the System as well.
Click to expand...
Click to collapse
I just noticed this as well, finally fixed Car Home in CM7 ALPHA 2-January 6th release. and Car Home when you select Gallery, u just get black screen
Car home wasn't actually fixed for me in that release, the app was there, but I needed to install the launcher. Anyway yeah, it would be nice to have the stock non-live wallpaper gallery included as well, mainly as i'm sure some other applications might need it.
I actually just have my static wall papers on mass memory. Use astro, find your image, long press, set as wall paper and done.
If you want to put all your images into the actual proper place you will need to rebuild the apk I think. Or maybe you can use root explorer and pull push to the apk, but I'm not too sure about that one.
I just manually set from my folder in astro.
RogerPodacter said:
I actually just have my static wall papers on mass memory. Use astro, find your image, long press, set as wall paper and done.
If you want to put all your images into the actual proper place you will need to rebuild the apk I think. Or maybe you can use root explorer and pull push to the apk, but I'm not too sure about that one.
I just manually set from my folder in astro.
Click to expand...
Click to collapse
I have a feeling they're in an APK like the live wallpapers. We just need someone who has a stock build of android 2.3.1 (rooted) to pull the apk off of his device and post it here. I'd do it myself but i don't want to put my device back to stock just to get 1 apk.
bergqvistjl said:
I have a feeling they're in an APK like the live wallpapers. We just need someone who has a stock build of android 2.3.1 (rooted) to pull the apk off of his device and post it here. I'd do it myself but i don't want to put my device back to stock just to get 1 apk.
Click to expand...
Click to collapse
Yes, they are in the Launcher2 apk itself, inside the drawable-hdpi folder.
You say you already have the images? What else are you after? I think if you want to include them in the list of wallpapers that you select from on Cyanogen that you would take your Launcher2.apk (or whatever Cyanogen calls it), then you would unpack it, add these jpgs (the small and the large, you need both) to the /drawable-hdpi folder, then repack, and resign the apk. Then push it back to your phone.
Here's the whole launcher apk as requested, as well as the images pulled separately.
OK I've come up with a solution (Sort of), On my Nexus S at least, if (in this case Car Home) it can't find the stock wallpapers, it instead searches for any photos in the DCIM Directory. Put some pictures in there, wait for them to show up in the gallery and then you can choose a seperate background for Car Home. I got a blank screen initially with Car Home, because there were no pictures in DCIM.

[THEME][4.30.13][UNIVERSAL] App Packs - Stock/Inverted/Transparent

Originally, I put together these app packs to give extra options to those who use my Universal themes. However since these can be used on their own and are not theme dependent, I figured I would give then their own thread for all of you to enjoy
These theme packs use the VRTheme package to completely alter some of the most commonly modded apps. This will not add apps but simply alter apps that you currently have on your device.
Whiteout contains stock apps exactly as they would appear from the market (except Play Music which had been turned white)
Blackout contains inverted apps by B-boy, Team Blackout and the bear j koss
Xparent contains apps turned transparent by B-boy and Team Blackout
Each pack contains it's version of:
AOSP Email
AOSP Messaging
Dropbox
Flipboard (Xparent uses Inverted version)
Gmail
Google Maps (Xparent uses Inverted version)
Google Play Services (Xparent uses Inverted version)
Google Play Store
Google Plus
Google Talk (Xparent uses Inverted version)
Touchwiz Music Player
In order for the packs to work the apps must be located in your system/app folder and the names must match. I insured a couple versions of each using commonly used names by Rom devs but pleat check beforehand.
Capitalization is important as well
Download your choice
Reboot into recovery
Mount System
Wipe Cache and Dalvik
Install App Pack
Be Patient
Reboot and Enjoy
Names need to match the below
Dropbox.apk
Flipboard.apk
Email.apk
Gmail.apk
Gmail2.apk
GMSCore.apk
GMS_Maps.apk
GoogleMusic.apk
GooglePlus.apk
Maps.apk
Music2.apk
MusicPlayer.apk
Mms.apk
Phonesky.apk
PlusOne.apk
Talk.apk
Talk2.apk
Enjoy!
APP PACKS
Whiteout
WhiteOut.zip - 78.77 MB
Blackout
BlackOut.zip - 77.62 MB
Xparent
Xparent.zip - 79.44 MB
Thanks to:
B-boy
Team Blackout
The bear j koss
sparkerjc
beanstown106
First.. Sweet
Downloading the black pack now
Update: I'm on clean room with the aosp theme, Dropbox, Gmail, google+ didn't change. Maybe more. Still looking.
Sent from my Galaxy S3 using Tapatalk 2.
OK... Not sure what the issue is... Just clear data for Google now and uninstall via TiBU if the voice search is not working for you... I'm gonna pull the packs and take out Google now till I figure out the issue... Sorry for the trouble
App packs are back up minus Google now
ldc2335 said:
First.. Sweet
Downloading the black pack now
Update: I'm on clean room with the aosp theme, Dropbox, Gmail, google+ didn't change. Maybe more. Still looking.
Sent from my Galaxy S3 using Tapatalk 2.
Click to expand...
Click to collapse
Just saw your update... Make sure the names in your system app match one of the names in the op before flashing... Also double check the apps that didn't theme by going into settings/applications.... If you select one and it says Uninstall updates then you need to do that in order to see the themed versions... All the apps in the pack should be up to date so you should be good
BTW these apps need to be in the system/app folder to get themed...
o0BlacknesS0o said:
Just saw your update... Make sure the names in your system app match one of the names in the op before flashing... Also double check the apps that didn't theme by going into settings/applications.... If you select one and it says Uninstall updates then you need to do that in order to see the themed versions... All the apps in the pack should be up to date so you should be good
BTW these apps need to be in the system/app folder to get themed...
Click to expand...
Click to collapse
nice. thanks for the thanks but i take no credit for that. i only modded a working GTalk so whoever's it is thanks!! :good: good to see a bunch of inverts and transparents all in one. nice job bro. :highfive:
Look great very nice!
shoulda asked camblue here^^^ to use some of his. he does awesome transparents and inverts with a blue theme. one of my go to guys...
Thebear j koss said:
shoulda asked camblue here^^^ to use some of his. he does awesome transparents and inverts with a blue theme. one of my go to guys...
Click to expand...
Click to collapse
Well I originally put these together to use with my themes so I needed universal ones... Basic black and white kind of inverts and I know cam is partial to blue and bboys were already that way... Cam does do great work though
o0BlacknesS0o said:
Well I originally put these together to use with my themes so I needed universal ones... Basic black and white kind of inverts and I know cam is partial to blue and bboys were already that way... Cam does do great work though
Click to expand...
Click to collapse
hey, can't have everybody's stuff in one. for all i know you could've asked and he said no. lol didn't know if you had seen any of his stuff. just tossing his name up here for other options. it's great that we have so many great devs with awesome work to choose from.
Thank you very much! It is always great to have droiders like my work. I like blue wayyyy to much to leave anything just black and white lol,,,but that may not appeal to the masses. I always love to see more themers active here, it helps keep the GS3 alive, keep it comin!
QUOTE=Thebear j koss;40760032]hey, can't have everybody's stuff in one. for all i know you could've asked and he said no. lol didn't know if you had seen any of his stuff. just tossing his name up here for other options. it's great that we have so many great devs with awesome work to choose from. [/QUOTE]
Delete. Read op too quick and my answer was right there
Hoping to have an update out tomorrow with updated Google plus, transparent aosp and transparent stock music player
1) Only thing that seemed to stick after the twrp flash was mms - which I personally like the most out of the themed mms's I've used - and gtalk. And I didn't have have gtalk installed before this. Did I need to delete the apps that this pack would be replacing before flashing in recovery??
2) Also, I avoid anything but face to face communication with my friends who have iphones and are so brilliant with their ability to jailbreak - done it for people before but just look at security setting on any android and check 'Unknown Sources' and boom....'jailbroken', why don't you try to unlock the bootloader or port HTC beats to any device or REALLY overclock a device........but I digress - when I do have to actually msg these people they love to do group msg's! Does this messenger have the same problem as most AOSP messenger with viewing cross platform group messagers??
Mike3.14159 said:
1) Only thing that seemed to stick after the twrp flash was mms - which I personally like the most out of the themed mms's I've used - and gtalk. And I didn't have have gtalk installed before this. Did I need to delete the apps that this pack would be replacing before flashing in recovery??
2) Also, I avoid anything but face to face communication with my friends who have iphones and are so brilliant with their ability to jailbreak - done it for people before but just look at security setting on any android and check 'Unknown Sources' and boom....'jailbroken', why don't you try to unlock the bootloader or port HTC beats to any device or REALLY overclock a device........but I digress - when I do have to actually msg these people they love to do group msg's! Does this messenger have the same problem as most AOSP messenger with viewing cross platform group messagers??
Click to expand...
Click to collapse
This doesn't replace any apps that you don't already have and it doesn't add any new ones. You probably have other versions of the apps in your data/app folder. Even if the newer version is in your system/app, the phone will read the one from the data/app folder because it this it is gonna be newer...
For the apps that didn't appear to theme, you should go into settings/applications and find those apps... most likely it will have the option to uninstall updates... After you do that, the themed versions will appear...
If it only says Uninstall then that means the apps aren't on the system and that's why they didn't get themed
As for MMS.... yes any bugs that other aosp MMS may have, this will probably have them as well... this uses the aosp by sparkerjc which is also used in beans rom and I think MOAR Rom as well
Links will be down for a bit... Uploading update
Updated App Packs are up
Updated Play Store
Updated Google Plus
Added Transparent AOSP MMS
Added Touchwiz Music Player to all 3 packs
Can you add the calendar next time around. or link me to a zip to inverted calendar.
Sent from my SCH-I535 using Tapatalk 2

Categories

Resources