[FONT][WIP][HELP]Comfortaa font - Nexus S Themes and Apps

so i've made a flashable zip of the comfortaa font, but for some reason it puts the phone into a bootloop upon flashing.
anyone wanna check the files out and point out what the problem is? thanks,
Cole

Are you rooted? If so, just use Custom Android Font or Font Installer from the Market. You will then have over 150 fonts to choose from, including Comfortaa.
Sent from my Nexus S 4G using xda premium

Post above this is probably a better and easier option, but looking at the zip, I'd pull out the DroidSansFallback, Clockopia, and DroidSansMono , then flash and see if u get the same results.
I haven't investigated fonts too much in ICS, but in previous builds (gingerbread), the flashable font zip really just needed to have DroidSans.ttf, DroidSans-Bold.ttf and Clockopia.ttf to replace your font.

HateMeILoveIt said:
Are you rooted? If so, just use Custom Android Font or Font Installer from the Market. You will then have over 150 fonts to choose from, including Comfortaa.
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
i was using one of those apps, but it sucked haha.
the default font is roboto correct?
i could just use adb to switch it, but i would like to know that i can make a working flashable zip
any help is appreciated

i just tried to re-do it like 5 times in a row, took out the fonts mentioned, pulled a different updater script and update binary and still no luck :/
the steps i'm taking are,
1. build all the files in the correct folders
2. zip all the files compression method Store with winrar
3. put the files in my SignApk folder
4. sign the files
5. take the zip and install via recovery
then i just boot loop :/

crzdcole said:
i just tried to re-do it like 5 times in a row, took out the fonts mentioned, pulled a different updater script and update binary and still no luck :/
the steps i'm taking are,
1. build all the files in the correct folders
2. zip all the files compression method Store with winrar
3. put the files in my SignApk folder
4. sign the files
5. take the zip and install via recovery
then i just boot loop :/
Click to expand...
Click to collapse
You don't have to do all of that, unless you're just trying to do the script yourself as a challenge .
Find a working flash able font zip (check evo themes section), use 7zip to replace and remove fonts, and see if that works. If it does, then u can go script happy from there, knowing that those contents worked at least.
•°NS4G • ICS°•

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.

[ADD-ON] Epic, Nexus, and Moment Ringtones (Flashable Zip)

I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
Updated with FroYo Sounds:
http://dl.dropbox.com/u/1628974/epic-nexus-moment_sounds_froyo_signed.zip
Enjoy
No link
send it from maldito's phone aka (SolarSystemGalaxy)
You need to copy the text and take the space out. See my note about not being able to post links...
gremlyn1 said:
I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
**Technical Difficulties - Can't post to an outside link yet...**
http ://dl.dropbox.com/u/1628974/signed_epic-nexus-moment_sounds.zip
Enjoy
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
brizzle1986 said:
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Did you forget to type something?
I'm now able to post links, YAY!, so I have fixed the first post so that you don't have to copy/paste/edit to get to download!
Thank you much
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
k0nane said:
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
Click to expand...
Click to collapse
Great
atkailash said:
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Click to expand...
Click to collapse
No idea why at all, unless for some reason the files didn't copy over... have you tried flashing again? The script doesn't do anything except remove the old sound files and add the new ones.
Updated this with new FroYo sounds (some Samsung ui sounds). The .zip is not yet CWM3 compatible, that will come soon. If you have changed the TW_Battery_caution.ogg to TW_Battery_caution.ogg.bak or removed it, etc., then you just need to remove that file. This zip includes a TW_Battery_caution.ogg.bak already, as it got included when I pulled the sounds from my phone.
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Isira said:
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Click to expand...
Click to collapse
any chance of converting it from amend --> edify?
for those of you who use CWM3 and want this on your phone.
Extract contents of zip to C:\
Open CMD prompt
Browse to ADB folder
adb push C:\epic-nexus-moment_sounds_froyo_signed\system /sdcard/system
adb shell
#su
#remount rw
#cp -r /sdcard/system/media /system
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
blu9987 said:
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
Click to expand...
Click to collapse
Dialpad and clicking sounds still work here. Make sure your system volume is not set to 0.
This would be awesome if it was made Edify Scrpitagible.. yes.. scriptigible. I just dropped it via root explorer into the /system/ folder
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
etienne97 said:
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
Click to expand...
Click to collapse
Take the files out with 7 zip and open a zip file (from a theme!! don't use the srf zip or any other "rom" zips they wipe data) you know works on cwm3. Make a backup and delete all the folders inside besides META-INF then take your old zip and copy the files over to the new zip, of course without the META-INF. Just to clarify you want the new zips META-INF folder only!
Cd's or tapes?
Noob here ....I' am unable to find a zip file which is not a rom file...i wanted to follow the above mentioned procedure of modifying the zip file for using it on CWM3x. Can you tell me which is teh appropriate zip file which i can use for modification so that i can restore the default ringtones of EPIC 4G.
I flashed the legendary rom and saw that many ringtones have been taken off...i want to have stock ringtones back on my system
Grab a flashable theme zip and use that.....
Just make sure inside that zip once you delete out the "theme" contents you leave the META-INF file/folder...
Then make a folder of you own in called
/system
Then inside /system make one called
/media
then inside /system/media/ make one called
/audio
Then place the appropriate folders containing either
/alarms
/notifications
/ringtones
/ui
inside that /audio directory....
Close it up and flash it...
If that is too much for you to follow... Just use this zip I'm providing below..
Blank Flashable
Just open it with WinRaR or WinZip and you will see all the folders in place exactly as I described... Place your contents in the appropriate folders and flash..
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
yaji63 said:
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
Click to expand...
Click to collapse
Not sure... There is nothing there in that "Blank Flashable" except for the META-INF file with your standard install scripts and then I created the folders & path to the media/audio/
Not to sure what you could have done to cause FB, GMail and others to be lost as a result of that zip file...
BTW, you did make a Nandroid Backup before flashing as normal rule of thumb correct?
FYI, any other devs, etc... willing to verify the zip I posted has nothing to do with erasing/removing those apps described by the member please feel free to do so...

[Q] Change Font?

Can some one please explain to me how to change the fonts on my HTC Eris? Do I need to metamorph or is this something different?
This answer assumes you have root privelages on the phone.
All metamorph does is replace the current /system/fonts/DroidSans.ttf and DroidSans-Bold.ttf with a different font (named the same).
You can also manually update the 2 afformentioned fonts in /system/fonts. You will need to name them as indicated above and reboot your phone.
Sent from my SPH-D700 using XDA App
Check out my font thread (link's in my sig). If you're rooted, they should work for you.
Do I just put the font zip onto my phone and use metamorph? I do have root access I just need to know how to flash it to my phone.
Maxx730 said:
Do I just put the font zip onto my phone and use metamorph? I do have root access I just need to know how to flash it to my phone.
Click to expand...
Click to collapse
If you're talking about my zips, they don't use metamorph or anything - you want to flash these through recovery
so i just boot the phone into recovery and apply the zip?
Maxx730 said:
so i just boot the phone into recovery and apply the zip?
Click to expand...
Click to collapse
exactly - you should have the option to "flash zip on sdcard" or something simailar
Why not try the app type fresh? I used that to change my fonts. It's really easy all you do is find the fonts you want and just use the app to change them.
easy way to change font with a simple script
http://forum.xda-developers.com/showthread.php?p=10996994

Installing widgetlocker themes

Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
thesludge said:
Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
Click to expand...
Click to collapse
Hello!! Extract the files on the zip y put the folder in sdcard/data/widgetlocker..
Regards
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
thesludge said:
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
Click to expand...
Click to collapse
No, you don't need to unzip those files. You just have to place those zip files in sdcard/data/com.teslacoilsw.widgetlocker/themes
10507 said:
No, you don't need to unzip those files. You just have to place those zip files in sdcard/data/com.teslacoilsw.widgetlocker/themes
Click to expand...
Click to collapse
I'm having issues with my widgetlocker adding new themes. I've added themes before and they've worked fine but now it wont add any more. I've added the zip file, which has like 20 themes in it, into the location mentioned above. Then I go into widgetlocker and have the slider selection screen update the theme population. But it doesn't show any additional themes. What am I doing wrong?
Concordium said:
I'm having issues with my widgetlocker adding new themes. I've added themes before and they've worked fine but now it wont add any more. I've added the zip file, which has like 20 themes in it, into the location mentioned above. Then I go into widgetlocker and have the slider selection screen update the theme population. But it doesn't show any additional themes. What am I doing wrong?
Click to expand...
Click to collapse
If you have several themes in a zip, then you'll have to extract them.
Sent from my GT-I9100
GANJDROID said:
If you have several themes in a zip, then you'll have to extract them.
Sent from my GT-I9100
Click to expand...
Click to collapse
Do I have to extract them and zip each one of them individually? Because I tried it extracted, with the actual folders for each theme in the correct directory, and still nothing happened.
Concordium said:
Do I have to extract them and zip each one of them individually? Because I tried it extracted, with the actual folders for each theme in the correct directory, and still nothing happened.
Click to expand...
Click to collapse
Yeah, if the themes aren't in zip format, make a new zip (with Astro or something) and copy and paste the thenes inside. Widget Locker only loads up zip themes, but not themes within a zip.
Sent from my GT-I9100
GANJDROID said:
Yeah, if the themes aren't in zip format, make a new zip (with Astro or something) and copy and paste the thenes inside. Widget Locker only loads up zip themes, but not themes within a zip.
Sent from my GT-I9100
Click to expand...
Click to collapse
Ok so I took all of the themes out of the larger archive and zipped them each individually, making sure that each zip had just the folder and the theme files within. Still nothing. I have no clue why these files arent being read.
**deleted**
so where do you download this theme?
thesludge said:
Hi, can anyone tell me how i am supposed to use a theme for widgetlocker at all please?
I downloaded 3 files (zip) and chose the option of install and add, but there is only my phone lock showing, no icons to choose from and no wallpaper that was supposed to come with it.
I have no idea where the file has saved to or anything, and well being new to all of this android stuff i m a bit confused....
thanks for any help you can give me.
Click to expand...
Click to collapse
1.install widgetlocker.apk
2.extract yourtheme.zip to /sdcard/data/com.teslacoilsw.widgetlocker/themes
3.open widgetlocker and hold screen
4.select a custom slider and select a theme that you want to use
5.Done
devlirian said:
1.install widgetlocker.apk
2.extract yourtheme.zip to /sdcard/data/com.teslacoilsw.widgetlocker/themes
3.open widgetlocker and hold screen
4.select a custom slider and select a theme that you want to use
5.Done
Click to expand...
Click to collapse
You're not the only one having problems, i think everyone trying to help maybe misunderstanding the problem, or at least mine is different.
Once I have done the 1-5 I can choose a theme but the only thing that happens is that it adds an additional unlocker to my current setup, creating multiple unlock wigets.
There must be a setting somewhere that is not allowing the full theme to be applied.
for example if I install "droids on a wire" i get the unlock mechanism added to lockscreen (in additon to the one I allready had) but unthemed. It does not show the droids hanging just the base unlocker used in it; no background or anything other else in that theme. This happens on any theme I have tried to apply
what setting am I missing??
Screenshots of your device and what it supposed to look like would be very helpful.
Sent from my SPH-L900 using xda premium
Same here
jeremykersh said:
You're not the only one having problems, i think everyone trying to help maybe misunderstanding the problem, or at least mine is different.
Once I have done the 1-5 I can choose a theme but the only thing that happens is that it adds an additional unlocker to my current setup, creating multiple unlock wigets.
There must be a setting somewhere that is not allowing the full theme to be applied.
for example if I install "droids on a wire" i get the unlock mechanism added to lockscreen (in additon to the one I allready had) but unthemed. It does not show the droids hanging just the base unlocker used in it; no background or anything other else in that theme. This happens on any theme I have tried to apply
what setting am I missing??
Click to expand...
Click to collapse
I think I am having the same problem, although some it loads fine on others it shows the name of the new theme but shows an old preview of a stock locker. Even when I add it it will not change?!?
Solution
thesludge said:
dumb question, but how do you extract them on the phone, or am i best to do that via pc?
Click to expand...
Click to collapse
ES File Explorer
or
XArhiver is a solution

Changing fonts in ICS

Has anyone had luck changing fonts in ICS? I've tried the obvious app solutions, as well as flashable .zip's, and even renaming the desired font to the same one as is in the /system/fonts folder and replacing it that way. Ideas?
...probably falls under your "tried all the obvious" courses of action, but the only way I've ever universally changed the fonts is through jrummy's "Root Tools" ...though I haven't tried it on AOKP yet.
LifeInAnalog said:
...probably falls under your "tried all the obvious" courses of action, but the only way I've ever universally changed the fonts is through jrummy's "Root Tools" ...though I haven't tried it on AOKP yet.
Click to expand...
Click to collapse
I think I finally got it. I had taken SonySketch (desired font) regular, bold, italic, and bold-italic, and masked each of them with the proper name found in the /system/fonts file and made them into a flashable .zip but this didn't fix it. Today, I just dropped all of them into a folder on my SD card, and used Root Browser to copy-paste them over from my SD to /system/fonts and rebooted...VIOLA! The entire phone has been changed. I'm going to try making a flashable .zip again though so that it's easier to share.
EDIT: Here are the new flashable .zip's. I just took the Steel Droid 5 .zip that was on my desktop and erased everything but the fonts file then duplicated it, keeping META-INF but replacing the stock fonts in the 2nd .zip with the renamed Sony Sketch fonts. Tell me how it goes if you're interested.
Absolute system or from toolbox will change your fonts to whatever you like
Sent from my XT862 using Tapatalk
olorolo said:
Absolute system or from toolbox will change your fonts to whatever you like
Sent from my XT862 using Tapatalk
Click to expand...
Click to collapse
Have you tried this in ICS though? Because JRummy's Font Installer doesn't do the trick. No font installer has (Root Tools, ROM Toolbox, Font Installer, etc.) has done the trick yet on ICS. Only my renaming trick has done it for me on ICS. I know all of the switchers work on GB.

Categories

Resources