Mod
Sense 1.0 Rosie Remaps
This is a small Rosie modification to change the right dock button to a specific app, with a corresponding icon.
Remaps
Browser
Camera
SMS
Handcent
Thanks to sk806 for the original work I based this off of, and McD for getting me the right button icons.
godsmacked4653 said:
First off, big thanks to sk809 for these remaps. He pointed me in the right direction, and I took apart his Magnolia remaps to figure out how to make this work.
This is a simple little mod that changes the right Rosie button to something besides the useless "add to homescreen" menu. Right now, you'll still have the little plus symbol. I think that icon is in framework-res or something, so it can't be changed without messing up themes or whatever. But this is a start.
Devs, feel free to link to this, bake it in your ROMs, mod it, whatever.
Click to expand...
Click to collapse
wait does this bring up a menu that will let you choose what you want?
synisterwolf said:
wait does this bring up a menu that will let you choose what you want?
Click to expand...
Click to collapse
No. :/
I'm actually going to look at the app Synergy has and see how it difficult that would be to implement. Right now, you have to flash the zips depending on what you want. It's not the most convenient thing ever, but it's better than nothing, right?
godsmacked4653 said:
No. :/
I'm actually going to look at the app Synergy has and see how it difficult that would be to implement. Right now, you have to flash the zips depending on what you want. It's not the most convenient thing ever, but it's better than nothing, right?
Click to expand...
Click to collapse
oh. because the old skyraider roms had a metamorph file that you can use to switch the icon and right button remap.
if you want help making the icon change from the + to what ever you want per zip i can help.
synisterwolf said:
oh. because the old skyraider roms had a metamorph file that you can use to switch the icon and right button remap.
if you want help making the icon change from the + to what ever you want per zip i can help.
Click to expand...
Click to collapse
Yeah, that'd be great! Since anytime I try to theme anything, the whole ROM breaks.
Great work smacked!!!
godsmacked4653 said:
Yeah, that'd be great! Since anytime I try to theme anything, the whole ROM breaks.
Click to expand...
Click to collapse
i have all the mappings still on my phone. so this would be easy to do. i can do the icons one by one as you post them. just need someone to test. so i can pm after each one is done and you can post if you like it?
synisterwolf said:
ok. well it would have to be rom specific because the icon is in the framework-res.apk so you would have to do each rom or a metamorph file. let me know what route you want to go and i can help.
Click to expand...
Click to collapse
It really depends on whichever is easier. Except for the overscroll glow, I haven't changed the framework-res at all from the stock ROM. So editing that shouldn't break anything.
godsmacked4653 said:
It really depends on whichever is easier. Except for the overscroll glow, I haven't changed the framework-res at all from the stock ROM. So editing that shouldn't break anything.
Click to expand...
Click to collapse
well after looking into the apk. it has the icons in rosie.apk. so it wont be to hard. i got my icons mixed up.
EDIT: i will do the 2 you have right now and tell me if you like them or not and we can move from there?
There's an alternative to hard-mapping every process known to android. You can remap to launchkey, which allows you to switch the remap as you se fit, on the fly.
Just use this package name and class in your remap code (instead of "com.android.camera" or whatever):
Code:
const-string v3, "com.beansoft.launchkey"
const-string v4, "com.beansoft.launchkey.Redirect"
Then, just include the launchkey app in the mod zip to push to /data/app, and you're golden.
synisterwolf said:
well after looking into the apk. it has the icons in rosie.apk. so it wont be to hard. i got my icons mixed up.
EDIT: i will do the 2 you have right now and tell me if you like them or not and we can move from there?
Click to expand...
Click to collapse
I could swear they moved those icons..
But, yeah, just those two now will be fine.
wdfowty said:
There's an alternative to hard-mapping every process known to android. You can remap to launchkey, which allows you to switch the remap as you se fit, on the fly.
Just use this package name and class in your remap code (instead of "com.android.camera" or whatever):
Code:
const-string v3, "com.beansoft.launchkey"
const-string v4, "com.beansoft.launchkey.Redirect"
Then, just include the launchkey app in the mod zip to push to /data/app, and you're golden.
Click to expand...
Click to collapse
Dude. Awesome.
I wish I could thank you more than once.
godsmacked4653 said:
Dude. Awesome.
I wish I could thank you more than once.
Click to expand...
Click to collapse
Lol thanks. Just learned about this myself, might as well spread the word
wdfowty said:
Lol thanks. Just learned about this myself, might as well spread the word
Click to expand...
Click to collapse
Do you know if it's possible to change the icons on the fly with that app, though?
I kinda feel like I should at least make both methods available, because if anyone's like me, that little plus icon just annoys me.
wdfowty said:
There's an alternative to hard-mapping every process known to android. You can remap to launchkey, which allows you to switch the remap as you se fit, on the fly.
Just use this package name and class in your remap code (instead of "com.android.camera" or whatever):
Code:
const-string v3, "com.beansoft.launchkey"
const-string v4, "com.beansoft.launchkey.Redirect"
Then, just include the launchkey app in the mod zip to push to /data/app, and you're golden.
Click to expand...
Click to collapse
cool. i learned something new!!!! thank you sir. this is much easier then doing each one by hand.
godsmacked4653 said:
Do you know if it's possible to change the icons on the fly with that app, though?
I kinda feel like I should at least make both methods available, because if anyone's like me, that little plus icon just annoys me.
Click to expand...
Click to collapse
I think that's the only drawback, you'd need to use a universal icon for the remap.
wdfowty said:
I think that's the only drawback, you'd need to use a universal icon for the remap.
Click to expand...
Click to collapse
couldnt you do the same thing for the icon you did for the remap? have it point to a string that corresponds with the one you want. (ie browser use browser.png ect)
wdfowty said:
I think that's the only drawback, you'd need to use a universal icon for the remap.
Click to expand...
Click to collapse
Universal icon or not, this app is pretty amazing.
I was just looking for a single app remap, but this thing does a lot more than that. I'm impressed.
I think I may have fixed your icon problem. Will test now.
Edit: Yup. Needs very minor resizing, but works well.
dmeadows013 said:
I think I may have fixed your icon problem. Will test now.
Edit: Yup. Needs very minor resizing, but works well.
Click to expand...
Click to collapse
Yeah, synisterwolf put together a browser icon for me, but it's off center. Not too bad, but enough that it'd bother me. (and probably others.)
If you can get it resized, I'd love to keep these updated for people that want the correct icons. I'd do it, but all the theming I ever do just breaks stuff.
Related
Hey guys...me again!
So, I decided to start this metamorph on a new thread because the other one was getting a little crowded with the new design, so I decided to make this new one strictly for theming of the Launcher2 looking tabs.
PLEASE NOTE:
That the little side buttons don't move. This is not a direct port of the functionality, but just the look of it, for people who are dying to really have that nexus look, but don't want to switch to OpenEclair. The buttons are two on each side, because most people have the five homescreen thing going on, but I will make one with one on each side for the people who only have three screens. Also, this is also meant to be installed using Metamorph, and not through the recovery image of your phone.
HOW TO METAMORPH THESE FILES:
Go into the Android Market, and search for Metmorph, and then download and install. Once it's done installing, open Metamorph, and it will ask to do some checks...once that is done, just press on 'Pick Theme' and navigate to where you downloaded the file. Click on the zip file, and then it should unzip it for you automatically. Click on 'Launcher.apk' which should appear, then click finally on 'Apply it!', and just wait for it to do its thing. Once you press the home button, as is usual of launcher.apk edits, there will be a brief black screen while the page reloads, and it should be done. Hope I explained it well for you. Let me know if you have any problems.
So without further I do...enjoy!
WORKS WITH METAMORPH V1.9.4 AND BELOW(NOT NEW XML FORMAT)
ANDROID 1.6 METAMORPH
Regular Color:
http://www.mediafire.com/?jzkmwnizmii
Black Color:
http://www.mediafire.com/?imzyrnjmwyi
Baby Blue:
http://www.mediafire.com/?o2gzknnmxnt
Green:
http://www.mediafire.com/?mtnujmtmjzw
xROM/KING ECLAIR 2.1
Regular Color:
http://www.mediafire.com/?mtome20rmmj
Black Color:
http://www.mediafire.com/?ozhnjlntmzz
CREDITS:
Stericson: For a great job with Metamorph
kron2: First person to port the middle boxes nexus look for the G1
Everybody else: Thanks!
will this work with the new cyan? And how do i flash though recovery?
xSunny said:
will this work with the new cyan? And how do i flash though recovery?
Click to expand...
Click to collapse
its a metamorph theme... more info on how to install is here and here.
New black color and finally updated for xROM/KING ECLAIR 2.1. Enjoy!
Anybody with stock super d(any version), up for testing a new idea I have for these nexus launchers. I promise to try to make it as worth your while as possible. Just PM me if you wanna test it out for me. Thanks!
I metamorph this and now im stuck on boot screen?what did i do wrong?
YanDroid said:
I metamorph this and now im stuck on boot screen?what did i do wrong?
Click to expand...
Click to collapse
This doesn't reboot when you are done with metamorph. Did you go according to the guide that i showed you at the top of the thread? You could just go back to 'Home' without having to reboot unless it was a framework-res edit, which this is not. Try redownloading the file and then going thru the process again, and let me know how that works out for you. And selrct 'Replace' in Metamorph if you do redownload the file. So..let me know. And also, let me know what process you install this, to see if you do something wrong in there. Hope that helps!
eessel said:
This doesn't reboot when you are done with metamorph. Did you go according to the guide that i showed you at the top of the thread? You could just go back to 'Home' without having to reboot unless it was a framework-res edit, which this is not. Try redownloading the file and then going thru the process again, and let me know how that works out for you. And selrct 'Replace' in Metamorph if you do redownload the file. So..let me know. And also, let me know what process you install this, to see if you do something wrong in there. Hope that helps!
Click to expand...
Click to collapse
Okay..so here's a little mock-up that I need some feedback on. I wanted to really give the nexus look, so i added the little home button to the bottom of the launcher rather than on the top, and made the top dark. But as in the screen shots, I think it looks better with the four row launcher on super d's roms. What do you guys think? Should I start making them like that and then keep this as the style or make this as a seperate for ppl who want the little home button inside the launcher? And what do you think? Good idea? Like it?
THIS IS DOPE! (haha i just said dope)
quick question, is this just the icon, or does it doe the cool 3d/animations when you open the launcher?? just wondering
btw thank you for the awesome job your doing with all of your morphs! i really want to start devin but...being a high school senior leaves little time to learn this **** haha. anyways, good job and keep it up!
oshizzle1991 said:
THIS IS DOPE! (haha i just said dope)
quick question, is this just the icon, or does it doe the cool 3d/animations when you open the launcher?? just wondering
btw thank you for the awesome job your doing with all of your morphs! i really want to start devin but...being a high school senior leaves little time to learn this **** haha. anyways, good job and keep it up!
Click to expand...
Click to collapse
lol. I'm glad you think this is pretty 'dope'! haha. But unfortunately, this doesn't have the animation that comes on the nexus launcher..just the regular pull up method, and then it goes to that. I'm yet to post a link for it, cuz i wanna know what the masses think. I actually might just go ahead and just post it anyway for those who just wanna try it out.
i like it, its very nice. just like the launcher from SUPER-D. good job!
updated launchers with baby blue and green for 1.6. Enjoy!
Hey, you could test my new launcher and morph it, it has. the dots and previews working!
click!
AnderWeb said:
Hey, you could test my new launcher and morph it, it has. the dots and previews working!
click!
Click to expand...
Click to collapse
Really sleepy right now, but yeah..give me a few hours rest and I shall have it done. Good job on getting it working though! I'll pitch in what I know to get the cool fade in animation working, cuz I was actually talking to cacheinjection yesterday about implementing that. But anyway..great job again!
this is really great my friend... thx for the awesome work
lagu805 said:
this is really great my friend... thx for the awesome work
Click to expand...
Click to collapse
Thanks! I really appreciate that. And glad you like it!
Sweet work, very clean. Anderweb's right, you should move your mod work to his launcher, it really works perfectly on 1.6 (at least on my SuperD) and it has working dots and preview! One of the biggest things I wish I had from 2.1
codito said:
Sweet work, very clean. Anderweb's right, you should move your mod work to his launcher, it really works perfectly on 1.6 (at least on my SuperD) and it has working dots and preview! One of the biggest things I wish I had from 2.1
Click to expand...
Click to collapse
Way ahead o' ya! lol. Guess you didn't see this. lol
http://forum.xda-developers.com/showthread.php?t=645660
I have been trying to find a version of adw with now app drawer icon. I like the way the screen looks nice and clean with nothing on it. anyways I have found a cpl versions but cant get them to install through package installer, adb, or droid explorer. GRRRR whatever. Can someone edit the new version of adw with no app drawer icon for me pretty please with sugar on top. I tried to edit the .png and all that stuff but no luck. ( I suck). thanks anyonw who is willing to help me out on this
You didn't mention which version you needed. So, I made all three. I edited out the app drawer icon, just like you said. Anywho, if this isn't what you're looking for, let me know.
http://www.mediafire.com/file/75ff4vs79pl5fwe/adw_donut.apk
http://www.mediafire.com/file/5z4tz8m4cxmcjz4/adw_eclair.apk
http://www.mediafire.com/file/mqciyyoffoab8y5/adw_froyo.apk
ranhdrcewp said:
You didn't mention which version you needed. So, I made all three. I edited out the app drawer icon, just like you said. Anywho, if this isn't what you're looking for, let me know.
http://www.mediafire.com/file/75ff4vs79pl5fwe/adw_donut.apk
http://www.mediafire.com/file/5z4tz8m4cxmcjz4/adw_eclair.apk
http://www.mediafire.com/file/mqciyyoffoab8y5/adw_froyo.apk
Click to expand...
Click to collapse
You are the freakin man!!!!!!!!!! thank you so much. One question exactly what file did you edit out? Was it as easy as deleting the icon or did u have to change the icon. And if I didnt mention it before.........thank you very much, I might actually get some work done today now
chrisgto4 said:
You are the freakin man!!!!!!!!!! thank you so much. One question exactly what file did you edit out? Was it as easy as deleting the icon or did u have to change the icon. And if I didnt mention it before.........thank you very much, I might actually get some work done today now
Click to expand...
Click to collapse
The file(image) that looks like the icon u wanna get rid off
All u have to do is open the apk, make that image transparent/delete its contents and repack/resign the apk.
chrisgto4 said:
You are the freakin man!!!!!!!!!! thank you so much. One question exactly what file did you edit out? Was it as easy as deleting the icon or did u have to change the icon. And if I didnt mention it before.........thank you very much, I might actually get some work done today now
Click to expand...
Click to collapse
Not a problem. I made every portrait and landscape MDPI and HDPI app drawer icon transparent. So, the files are still there. The specific files are "ic_tray_expand.png", "ic_tray_expand_pressed.png", and "ic_tray_expand_selected.png" Enjoy.
what software did u use to edit the png
chrisgto4 said:
what software did u use to edit the png
Click to expand...
Click to collapse
I used GIMP.
ranhdrcewp said:
You didn't mention which version you needed. So, I made all three. I edited out the app drawer icon, just like you said. Anywho, if this isn't what you're looking for, let me know.
http://www.mediafire.com/file/75ff4vs79pl5fwe/adw_donut.apk
http://www.mediafire.com/file/5z4tz8m4cxmcjz4/adw_eclair.apk
http://www.mediafire.com/file/mqciyyoffoab8y5/adw_froyo.apk
Click to expand...
Click to collapse
Thaaaanks!!!
Thanks again
chrisgto4 said:
You are the freakin man!!!!!!!!!! thank you so much. One question exactly what file did you edit out? Was it as easy as deleting the icon or did u have to change the icon. And if I didnt mention it before.........thank you very much, I might actually get some work done today now
Click to expand...
Click to collapse
Hi there. First of all, I'd like to thank you again for providing the apk without the icon.
That said, and hoping I'm not asking too much, I wonder if you could do the same with the latest ADW version, since the previous is FC'ing a lot. I'd do it myself, but I'm no developer, just a noob scared of coding. lol
Thanks again
ranhdrcewp said:
You didn't mention which version you needed. So, I made all three. I edited out the app drawer icon, just like you said. Anywho, if this isn't what you're looking for, let me know.
http://www.mediafire.com/file/75ff4vs79pl5fwe/adw_donut.apk
http://www.mediafire.com/file/5z4tz8m4cxmcjz4/adw_eclair.apk
http://www.mediafire.com/file/mqciyyoffoab8y5/adw_froyo.apk
Click to expand...
Click to collapse
Sorry, wrong quote before...
Hi there. First of all, I'd like to thank you again for providing the apk without the icon.
That said, and hoping I'm not asking too much, I wonder if you could do the same with the latest ADW version, since the previous is FC'ing a lot. I'd do it myself, but I'm no developer, just a noob scared of coding. lol
Thanks again
Go here for the newest versions!
Go here for the newest versions!
Go here for the newest versions!
:::RESERVED3:::
C0mpu13rFr34k said:
MacaronyMax: (Removed image , took upto much space but im sure you can gues what i was on about )
Click to expand...
Click to collapse
Haha lol, Favourite site number 2 after XDA
Great theme btw looks realy complete
MacaronyMax said:
Haha lol, Favourite site number 2 after XDA
Great theme btw looks realy complete
Click to expand...
Click to collapse
Haha lol xD Thanks
woohoo. it arrives. Will this work on 1.8?
f_padia said:
woohoo. it arrives. Will this work on 1.8?
Click to expand...
Click to collapse
Probably
next question. where can i download the theme?
f_padia said:
next question. where can i download the theme?
Click to expand...
Click to collapse
Waow lol! I forgot to add the download link xD Just a second
EDIT: Added
@C0mpu13rFr34k
Thanks for all the hard work on this
Does "- Some text in some buttons are not white (I have been unable to fix this and I probably won't)"
Mean that on some buttons it's not possible to read the text and therefore the function of the button?
ziggy1001 said:
@C0mpu13rFr34k
Thanks for all the hard work on this
Does "- Some text in some buttons are not white (I have been unable to fix this and I probably won't)"
Mean that on some buttons it's not possible to read the text and therefore the function of the button?
Click to expand...
Click to collapse
Yes but it is very few buttons and only in some particular apps. The text can be read but it is very unclear. You can go in the Gmail app and the show pictures button for example has this issue
Hi ComputerFreak. I have just installed Black Perfection 2.1 on my Elelinux 1.9 ROM and I really like the looks of it. However, all texts are in black... even the ones at the top of the screen (notifications, time, etc.). It is different from the screenshots you show. Please tell me how to change the font colours to white! Maybe a tiny patch will work??
Thanks in advance!
Really appreciate your hard work!
catfish90 said:
Hi ComputerFreak. I have just installed Black Perfection 2.1 on my Elelinux 1.9 ROM and I really like the looks of it. However, all texts are in black... even the ones at the top of the screen (notifications, time, etc.). It is different from the screenshots you show. Please tell me how to change the font colours to white! Maybe a tiny patch will work??
Thanks in advance!
Really appreciate your hard work!
Click to expand...
Click to collapse
Thanks I forgot to put it in the first post but you can change the colors in CM settings
C0mpu13rFr34k said:
Thanks I forgot to put it in the first post but you can change the colors in CM settings
Click to expand...
Click to collapse
I just tried to change the colours in CM settings. I only managed to change to colour of the time.
I tried to change all of them to #ffffffff (white) but they don't seem to take effect. Do I have to reboot or something?
would there be a way for you to put that sking on the Android Keyboard? I really dislike the HTC_IME =/
factualpuddle said:
would there be a way for you to put that sking on the Android Keyboard? I really dislike the HTC_IME =/
Click to expand...
Click to collapse
Install the special theme HTC_IME Mod on the first page! It is really beautiful!
factualpuddle said:
would there be a way for you to put that sking on the Android Keyboard? I really dislike the HTC_IME =/
Click to expand...
Click to collapse
Nope I'm way too busy working over at Cronos project
@catfish90
I have a method to do it automatically which I also forgot to add but I will in a minute
C0mpu13rFr34k said:
Nope I'm way too busy working over at Cronos project
@catfish90
I have a method to do it automatically which I also forgot to add but I will in a minute
Click to expand...
Click to collapse
Can I have a mirror please? I can't download from RapidShare.. it doesn't allow me to.
Edit: Never mind. I'm downloading it from zShare now.
Hey thanks for the CMTheme.zip file. I rebooted my phone and now everything looks perfect!
But now I have another problem... I installed the special theme HTC_IME mod keyboard and it works great. However, every single time I reboot it is gone and I have to reinstall from the .apk file..
I'm not sure if it's because of the CMTheme.zip file or the Black Perfection Theme itself. Maybe they cause to keyboard to revert to its original?
Sorry I have to trouble you again..!
http://forum.xda-developers.com/showthread.php?t=985053
Would it be possible to take the them from this and put it on Serendipity?
If so could someone give me the easiest way of doing this?
Edit: I know how to move over images and stuff. but i'm not quite sure how to edit xmls and any other stuff like .jar files.
i can probably port most of it over for ya. what serendipity are you running?
I'm running 6.2 right now. I'm pretty sure if you told me what you did I could probably figure out how to do it, and maintain it from version to version.
I would have used the theme porter but the theme i want is actually the leaked Gingerbread ROM from Samsung. So everything would have to be done manually.
so do you just want it took look like that theme? Because you could just use 7zip to transfer all the png's to the framework and twframework
task650 said:
so do you just want it took look like that theme? Because you could just use 7zip to transfer all the png's to the framework and twframework
Click to expand...
Click to collapse
That I know how to do but there are other things like the status bar and dropdown that are controlled by XML and .jar, and my knowledge doesn't go that far.
the status bar and dropdown are in both the tw and framework.res files bud. You're just talking about the icons and bottom bar and all that right???
is this something that you are trying to change? because all of that is in tw and framework.res
task650 said:
is this something that you are trying to change? because all of that is in tw and framework.res
Click to expand...
Click to collapse
when i tried this is what i got.
Not even close to what it's supposed to be.
i see. totally different. Give me a little bit and I'll see if i can just get it how you want it and then I'll send you the files
task650 said:
i see. totally different. Give me a little bit and I'll see if i can just get it how you want it and then I'll send you the files
Click to expand...
Click to collapse
That would be great. If you come across something that is a little more in depth, make note of it so I can learn how to do it myself.
ya no problem man. I'm not running serendipity myself because i'm stuck on phoenix. but i'm going to just change a few things a little at a time to ensure no bootloops for ya and send them to you. just fill me in on how there working out when you get them.
task650 said:
ya no problem man. I'm not running serendipity myself because i'm stuck on phoenix. but i'm going to just change a few things a little at a time to ensure no bootloops for ya and send them to you. just fill me in on how there working out when you get them.
Click to expand...
Click to collapse
I've got a revert to stock CWM zip ready to go.
hopefully this willl be what you were looking for. It's hard to know unless i'm actually running the rom. not in the mood for flashing today for once otherwise i would. try these out and let me know if they're what you want. use root explorer and drop the in system/framework
Not sure if i changed the notification text color. oh yeah! i didn't change the battery icons yet because the one from serendipity it totally different form the bezke theme but i'm working on it as i type this.
The dropdown still looks the same from when I tried.
caleb4992 said:
The dropdown still looks the same from when I tried.
Click to expand...
Click to collapse
alright. i'm working it on it now. is everything else how you want it though?
minus the apps. you can just drag and drop those yourself.
task650 said:
alright. i'm working it on it now. is everything else how you want it though?
minus the apps. you can just drag and drop those yourself.
Click to expand...
Click to collapse
Yep as far as I can tell.
alright bro. I think I've figured out why the words aren't in there. extremekilla filled me in. mikeymike took the text from the pulldown icons out of the twframework. the text is located in the resources.arsc file. I'm working on getting them put back in for ya. should only take a little bit.
task650 said:
alright bro. I think I've figured out why the words aren't in there. extremekilla filled me in. mikeymike took the text from the pulldown icons out of the twframework. the text is located in the resources.arsc file. I'm working on getting them put back in for ya. should only take a little bit.
Click to expand...
Click to collapse
See thats what kinda stuff I was talking about not being able to do. I know that you have to decompile the APK to get to the XMLs in resourses.arsc and then recompile it.
exactly. but im thinking if one of his previous roms had the text that maybe it could be as easy as just switching the two. im confirming that right now with someone who knows all about this.
task650 said:
exactly. but im thinking if one of his previous roms had the text that maybe it could be as easy as just switching the two. im confirming that right now with someone who knows all about this.
Click to expand...
Click to collapse
Well his ROM has had it that way for a while now.
Anyone know of a beautiful swype theme?
I found this, but its not released, thread closed
http://forum.xda-developers.com/showthread.php?t=666307
This is what I'm looking for! Crisp, blue, non-glossy, clean.
find an image you like, any image, preferably a darker image as im not done with the black text keyboards yet. i will make that into a swype keyboard for you.
gunnermike said:
find an image you like, any image, preferably a darker image as im not done with the black text keyboards yet. i will make that into a swype keyboard for you.
Click to expand...
Click to collapse
Thanks! I basically want the swype theme in that link I mentioned
ChadZ said:
Thanks! I basically want the swype theme in that link I mentioned
Click to expand...
Click to collapse
theres no swype.apk to dl. pick something else
gunnermike said:
theres no swype.apk to dl. pick something else
Click to expand...
Click to collapse
Do you know of any that look close to that? Something clean, crisp, bright (blue is nice) and not glossy.
Thanks!
Can you imitate the samsung KB theme including pop up key press?
That would be great, thanks man!
ChadZ said:
Can you imitate the samsung KB theme including pop up key press?
That would be great, thanks man!
Click to expand...
Click to collapse
na, i would have to make, crop and place every key for 14 different keyboards. i have transparent keyboards made up already. all i have to do is crop the image and place.
Thanks. Can anyone else replicate this?
Sent from my SCH-I500 using XDA App
Just pull the swype.apk from tyre steel blue theme...it looks similar
Swyped via Tapatalk
gunnermike said:
na, i would have to make, crop and place every key for 14 different keyboards. i have transparent keyboards made up already. all i have to do is crop the image and place.
Click to expand...
Click to collapse
Mike it was nice of you to offer up but i guess you cant always please everyone.
It was awesome that you even said you would do it but oh well on to better things.
I am sure what you would have cooked up would have been better then what chad wanted.
fitti28 said:
Mike it was nice of you to offer up but i guess you cant always please everyone.
It was awesome that you even said you would do it but oh well on to better things.
I am sure what you would have cooked up would have been better then what chad wanted.
Click to expand...
Click to collapse
thanks.
the offer is open to anyone, its not hard at all to overlay the keyboard over images, so if anyone has an image, just let me know.
if you have an orange and green image (yuck!!) that you would like send it my way.
gunnermike said:
thanks.
the offer is open to anyone, its not hard at all to overlay the keyboard over images, so if anyone has an image, just let me know.
if you have an orange and green image (yuck!!) that you would like send it my way.
Click to expand...
Click to collapse
Mike you are right orange and green is yuck!!! I just like the miami hurricanes and someone who wasnt thinking clearly decided to use those colors.
I appreciate the offer. If i find something really cool i will send it your way.
gunnermike said:
thanks.
the offer is open to anyone, its not hard at all to overlay the keyboard over images, so if anyone has an image, just let me know.
if you have an orange and green image (yuck!!) that you would like send it my way.
Click to expand...
Click to collapse
Thanks man.
Sent from my SCH-I500 using XDA App
gunnermike said:
thanks.
the offer is open to anyone, its not hard at all to overlay the keyboard over images, so if anyone has an image, just let me know.
Click to expand...
Click to collapse
Mike - could you perhaps hook up one of these two?
http://i47.photobucket.com/albums/f165/mooneb75/r32finallogo_withdropshadandsig_whi-1.jpg
http://i47.photobucket.com/albums/f165/mooneb75/1sttry-dragon.jpg
Not sure if it matters, but I know we are permitted to use these images. One is an adjustment of a photo by a friend of mine and the other is the logo we used for a driving event at the Dragon (US 129 in NC/TN - incredible road!! [I drive an 04 R32 and it is made for that area - tons of twisties ]) and the logo was done from scratch by another good friend of mine...
Would be greatly appreciated... As is all you ALREADY do for us
can you change the color of the word suggestion? The color used for the word suggestion is some weird green on a gray background that makes it unreadable and I have to guess if its the correct word or not. How about a nice BOLD BLACK?
Mike what do you need to get the color of the keys for the first post? Just the color of the key or the exact size of a key?
makav3ll1 said:
Mike what do you need to get the color of the keys for the first post? Just the color of the key or the exact size of a key?
Click to expand...
Click to collapse
what i need is the motovation. i just dont feel like going through all that. i have to make the keys and place each and every single key on 14 different keyboards and THEN add the key text. thats a ton of work. i may at some point get to it. but its way down on the priority list.
gunnermike said:
what i need is the motovation. i just dont feel like going through all that. i have to make the keys and place each and every single key on 14 different keyboards and THEN add the key text. thats a ton of work. i may at some point get to it. but its way down on the priority list.
Click to expand...
Click to collapse
wanna teach someone how to do it?!
check my swype thread chadZ, theses one there for ya. best i could do.