Making an android launcher? - Android Q&A, Help & Troubleshooting

OK, so i am making an android launcher.
The UI
well, it will be very similar to the windows phone UI, swiping left and right between the home screen and vertical, 4 column app drawer. so the app drawer will work like the defualt vertical one on stock android. but the home screens will move vertically, swiping up/down will go to the next screen.
i think, to make the app drawer/home screen left/right swiping work, i need to have a linear layout fragment, (im working in eclipse) so that the screen would be larger than the actual screen, it will simply show PART of the fragment which will be the home screen. i need to find out if that could work.
anything else i need to know for making this app.
i have practicaly no experience but i can learn quickly. the android tutorials are not helping much for this type of app, for some reason i cant import already built android launcher into eclipse.
thanx for all the tips and help.

Thought of a name???
~RR

Sounds cool
Sent from my Paranoid Android GT-19100 using xda premium

You haven't even finished the project but have started its thread? I don't think that's allowed here.
Code:
System.out.println("Sent from my SGY");

first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.

russian392 said:
first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.
Click to expand...
Click to collapse
Idea is a great one. I'm a noob at apk development so i've no idea about launchers. Just a tip, don't make it two screens side by side. It may look good on tablets, but not on smartphones. And FYI, i'm 16, in 10th grade, and have developed my first app .
Code:
System.out.println("Sent from my SGY");

ok. look, dont be rude, you had your first time making an app, was it frustrating, probably, same here, since im making a luancher.
im trying to make the launcher simple as can be because i already know this is gona be hard, cause i have no coding xp.
so if you can help out with some starting codes, that would be great. i have to give credit though because its a project at school lol.
if i can get the 2 screens sliding left and right, im basically good to go, the rest i can handle.... probably

i had another idea.
modifying the cupcake launcher and adding side buttons to the bar, they would move with the app drawer sliding up too.

We are being taught Java at school since 9th grade, so i just had to learn some new things because i knew basic Java. And yes, it was very frustating. I can't help you with the codes if you don't even know basic Java (you said you didn't have any coding xp). There are many tutorials on the net, first learn some Java, practise it and then you're good to go. The learning will hardly take a week, if you're a quick one.
Code:
System.out.println("Sent from my SGY");

I have the name for your launcher...
Super Launcher

Hw about ....star launcher???
Click THANKS button if I helped, or u liked my post.
Will be honored.

Super2cool said:
I have the name for your launcher...
Super Launcher
Click to expand...
Click to collapse
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app

Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app

russian392 said:
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Minimal Launcher

May i ask if its possible to import a apk file with eclipse and edit it?

yken said:
May i ask if its possible to import a apk file with eclipse and edit it?
Click to expand...
Click to collapse
You can import individual XML and java/.class files but I tried to do a whole project.
Sent from my LG-P506 using xda app-developers app

inaudibly said:
Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
I'm not supposed to be making any money from this project, so j could pay for a website, beside I know how to make one. But than anyway.
I need codes and use full info for coding the app, not a name right now gys
Sent from my LG-P506 using xda app-developers app

Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app

russian392 said:
Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.

GermainZ said:
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.
Click to expand...
Click to collapse
Absolutely right.
People here is not helping you because you are not looking for a little tech help with the code, actually you're asking someone else to make your launcher.
Also, learning java takes a week or less? Sorry guys, this is simply not true. No offence, being able to make a small app does not mean you know the Java nor you're a developer. No way, you have to study, follow tutorials and, at that point only, asking people for some help with codes makes sense.

Related

Development Request - Keyboard idea

Hi all,
I had an idea for a better keyboard for the streak, but I can't find any step-by-step walkthroughs for making android keyboards. If there's one available, let me know and I should be able to tackle this.
If not, I think the streak needs a split keyboard. Imagine the left half of the keyboard on the left third of the screen, the right half on the right third, and a big numpad/d-pad in the middle third. When I'm typing in landscape mode, I know I'd appreciate minimizing my thumbs' reach.
Any takers? Or good keyboard making tutorials?
-- David Z
+1
I thought the same thing when i first got my streak.
Sent from my Dell Streak using XDA App
Great Idea!
If someone does make one you should add settings so you can control where the DPAD is, so you could make it like the original Dell Keyboard too!
I'm guessing you've not tried swype then?
Sent from my Dell Streak using XDA App
While we're on the subject of thumb reach, might I suggest a portrait keyboard with more keys on the left/right side, so you don't constantly mis-type those O's and P's as a leftie (for example), when using the streak one-handed?
I was thinking of a real multitouch keyboard.
First, you have the standard qwerty keyboard, with shift, enter en dpad buttons. A tab button would be cool too.
Second, if you tap and hold the keyboard (anywhere) and slide it to the left, on the right side it will reveal the nummeric keys, where you can input your numbers. Releasing the keyboard and it'll slide back in position. Slidng the other way around, gives other keys.
I'm dreaming of such a keyboard a long time now.
Someone?
Radddogg said:
I'm guessing you've not tried swype then?
Sent from my Dell Streak using XDA App
Click to expand...
Click to collapse
I'm guessing you blatantly did not read the OP's idea then?
Zelman said:
I think the streak needs a split keyboard. Imagine the left half of the keyboard on the left third of the screen, the right half on the right third, and a big numpad/d-pad in the middle third. When I'm typing in landscape mode, I know I'd appreciate minimizing my thumbs' reach.
Click to expand...
Click to collapse
If somebody makes this, I will personally buy them a drink
I love the Streak, but my thumbs don't...
Hi guys- I don't know of any tutorials, but basically you need to create a custom IME (that's the term used by Android SDK). There is an android SDK example for creating an IME I believe. Also, here is the source code for a Latin keyboard IME someone made:
http://android.git.kernel.org/?p=platform/packages/inputmethods/LatinIME.git;a=summary
+1 to the initial idea.
Myself and my office mate were just discussing UI's and both of us agreed that a split keyboard option would make the streak far more ergonomically friendly and probably speed up typing.
BTW, for mocked up examples of what we are talking about see:
http://blog.laptopmag.com/wpress/wp-content/uploads/2010/02/google-tablet-1.jpg
http://wp.appadvice.com/wp-content/uploads/2010/04/4309481995_5bc3276d61_o.png
http://cache.gawker.com/assets/images/4/2010/01/ss_dialkeys_horiz_520.jpg
I would really love to see a keyboard like this!
Dell's 1.6 stock keyboard makes good use of the additional space instead of just making the buttons ridiculously large, but it really should be symmetric.
With smartphones getting larger and tablets on the rise it's high time for new keyboards, so I think not only the Streak would benefit from it!
All thumbs up for the idea!
Here's an idea: find a developer and start up a kickstart for this... Perhaps we could post this to the general android development forum.
Basic Version
Hey all,
Here's a basic version. It's just a slightly modified version of the soft keyboard that comes with the SDK. It's only usable it in landscape mode, unless you have really small fingers.
Any thoughts/ideas/feedback? Basic changes may be within my ability. A lot of the programming is way over my head, so if anyone wants the source to do some fancy stuff, let me know.
Zelman
Zelman said:
Hey all,
Here's a basic version. It's just a slightly modified version of the soft keyboard that comes with the SDK. It's only usable it in landscape mode, unless you have really small fingers.
Any thoughts/ideas/feedback? Basic changes may be within my ability. A lot of the programming is way over my head, so if anyone wants the source to do some fancy stuff, let me know.
Zelman
Click to expand...
Click to collapse
Nice work will give it a try
Works fine i would just prefer the buttons to be a bit bigger about double the size infact and would like the numbers on the end and not in the middle and the numbers a different colour but thats me other than that a great start thanks
Awesome! Some color / shading might help to distinguish between the letters and numbers and more easily find keys. May be its something you adjust to but i find myself having to search for letters.
Two other layout thoughts. 1) maybe stretching out the spacebar a bit. since thats a frequently pressed key it'd be nice to have it by the other letters and closer to the thumbs., 2) rearranging the numpad to have the zero at the bottom center as with a typical dialer numpad. This would require splitting the spacebar into two segments.
Just my 2 cents.
Sent from my Dell Streak using XDA App
gtg203a said:
Awesome! Some color / shading might help to distinguish between the letters and numbers and more easily find keys. May be its something you adjust to but i find myself having to search for letters.
Two other layout thoughts. 1) maybe stretching out the spacebar a bit. since thats a frequently pressed key it'd be nice to have it by the other letters and closer to the thumbs., 2) rearranging the numpad to have the zero at the bottom center as with a typical dialer numpad. This would require splitting the spacebar into two segments.
Just my 2 cents.
Sent from my Dell Streak using XDA App
Click to expand...
Click to collapse
Can't get color to work, yet. Good idea on the spacebar(s). Check this version out.
Screenshot
Here's the current state of things (as of the build above). I'm going to look more into changing the color of the number keys, but I don't think it's really as necessary with this layout. Any and all suggestions are welcomed, and I will let you know what I can/can't/will/won't do.
Also, anyone with android programming experience who can tell me things like, "What are the image format requirements for icons like the one on the delete key?" please let me know if you can offer expertise.
Zelman said:
Can't get color to work, yet. Good idea on the spacebar(s). Check this version out.
Click to expand...
Click to collapse
hi thanks alot for the keyboard, its amazing, only 1 bug/error or maybe its just me, as i type a text, after every fullstop, it automatically changes to capital which is good, but it doesnt change back to small case letters after the first letter has been typed, for example if i type this and then stop. IT CONTINUES LIKE THIS. hope u understand? plz help cause otherwise this keyboard would be perfect for me
kag8 said:
hi thanks alot for the keyboard, its amazing, only 1 bug/error or maybe its just me, as i type a text, after every fullstop, it automatically changes to capital which is good, but it doesnt change back to small case letters after the first letter has been typed, for example if i type this and then stop. IT CONTINUES LIKE THIS. hope u understand? plz help cause otherwise this keyboard would be perfect for me
Click to expand...
Click to collapse
I have definitely seen the same issue. I will take a look at the source, but if anyone has the SDK and has a good eye for troubleshooting code, feel free to post hints.

[Q] Creating a new lockscreen

I would like to develop a new lockscreen for the my Vibrant. I've looked at some of the app versions. I like the concepts, but it seems like a lot of people complain about battery life and lag of the screen. I would like to make an actual lockscreen, not an overlay.
I am currently running Bionix 1.2.1. I would like to either add the lockscreen as an option on the menu provided in the Bionix Rom or flash the lockscreen in clockwork.
My first questions is, is this possible? Second question is how, or where is there somewhere i can look to get started?
I've looked around in the forums and I haven't seen any guides or any good info on this.
This would be my first jump into development for Android, but I'm willing to put in the time and effort as long as I can find a starting point in this area or get some help.
If this is built deep into the ROM and a difficult process I can find a different project, but I'm always up for a challenge. Any help would be appreciated.
MechDan said:
I would like to develop a new lockscreen for the my Vibrant. I've looked at some of the app versions. I like the concepts, but it seems like a lot of people complain about battery life and lag of the screen. I would like to make an actual lockscreen, not an overlay.
I am currently running Bionix 1.2.1. I would like to either add the lockscreen as an option on the menu provided in the Bionix Rom or flash the lockscreen in clockwork.
My first questions is, is this possible? Second question is how, or where is there somewhere i can look to get started?
I've looked around in the forums and I haven't seen any guides or any good info on this.
This would be my first jump into development for Android, but I'm willing to put in the time and effort as long as I can find a starting point in this area or get some help.
If this is built deep into the ROM and a difficult process I can find a different project, but I'm always up for a challenge. Any help would be appreciated.
Click to expand...
Click to collapse
It's built-in quite deep, a lot of files need to be edited. Whitehawkx actually PMed me on how to do this the other day, and it sounds quite complicated.
You'll first obviously need to create your .png's to dictate the lockscreens appearance. Then you will have to have coding knowledge, along with knowledge of smali/baksmali and editing .xmls. Thats a VERY brief overview until someone more knowledgable jumps in.
I can do some programming. I've done C++ and I have done some visual basic for work. I just haven't done any Java. I think with all the information here and on Google's developers page I could work my way though it. I would just need a general guideline. I can edit the .png's. I don't think that would be much of a problem.
It might be easier if I could edit an existing one. I like the concept of the puzzle lock. I just think it is kind of hokey. It would also be nice to have a little be more info on the screen and to have emails show up.
Would you be willing to send me what Whitehawkx sent to you? I'm not sure if that is ok.
I don't mind researching my way through it and learning as I go, I was just hoping someone had done something similar.
MechDan said:
I can do some programming. I've done C++ and I have done some visual basic for work. I just haven't done any Java. I think with all the information here and on Google's developers page I could work my way though it. I would just need a general guideline. I can edit the .png's. I don't think that would be much of a problem.
It might be easier if I could edit an existing one. I like the concept of the puzzle lock. I just think it is kind of hokey. It would also be nice to have a little be more info on the screen and to have emails show up.
Would you be willing to send me what Whitehawkx sent to you? I'm not sure if that is ok.
I don't mind researching my way through it and learning as I go, I was just hoping someone had done something similar.
Click to expand...
Click to collapse
modifying would be the way to go... and unfortunately it has nothing to do with java coding, but dalvik bytecode (which is a major pain... untermensch & whitehawk are heroes with that bytecode).
Anyways, I believe it's in services.jar. You'd have to pull out classes.dex from it and decompile. check this post on how to decompile. and you're going to need the smali & baksmali jars...
anyways after you decompile you're stuck with lots of .smali files which contains the bytecode you would need to modify... it's really difficult to understand it heh
Whitehawkx said:
So you are using the other four lockscreens but want to get the rotary to work as well and are looking for what files are necessary for that to happen, correct?
The files I changed to get the rotary working on KB1 are as follows
Framework-res.apk
~public.xml
~strings.xml [I think one change here]
~Images are already in stock frameworks and already in place
android.policy.jar
~New smali used for rotary. All have "rotary" in their title
~changes to LockPatternKeyGuardView.smali
Settings.apk
~Changes to DisplaySettings.smali
~Changes to arrays.xml
I believe these are all the files I had to modify to get the rotary working.
Click to expand...
Click to collapse
heres what he said when i inquired. unfortunately he didnt go into much detail, i did send him another PM....but keep in mind these are the steps to simply inject an outside lockscreen into your current ROM, not necessarily how to build one from scratch
hopefully these steps may still give you an idea of where everything is located
I always wanted one that opens from the middle of the screen like a matinee curtain. That would be awesome.
Sent from my SGH-T959 using XDA App
Thanks guys! I'll start working with that and see what I can come up with. It looks like I have a lot to learn about it.
I'll try working through it and hopefully I will come up with some more specific questions that may be easier to answer.
Also, if you think of something that may help, let me know. I would appreciate it very much.
With the starting points already given i would build the lockscreen using aosp then port it to your rom. Once compiled you can decompile then different it
Sent from my Incredible using Tapatalk

Notification center customization

Hi, as we all know androids notification is quite great. Apple however took this concept and in my opinion improved it. Many developer also seemd to like it and there are many apps on cydia that offers some customization.
What I'm looking for is an app or any way really that lets you customize the drop down window.
I'd like to b able to change wallpaper, change color of text, add widgets and info for fast updates.
I have spent many hours googling but I cant find anything like this. Is there any way to do this or does someone have thw ability to make souch an app?
I hope
I'm pretty sure access to the android notification can not be done through an app. Its like a core system process that probably can't be edited in real time. You would have to embed some sort of "notification drop down settings" into the OS.
But he is right Apple should not be ahead of us in any way..
Has no one left with common computer skills?
There's many topics on this here one just for you http://forum.xda-developers.com/showthread.php?t=1363528
Google and search button's seems to be extra these days
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
airninja6r said:
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
Click to expand...
Click to collapse
I used my standard international SGS2 found results NP..
Cool, we're gettimg there.
However im looking for more than just a theme. Widgets and the ability to add my own background. I wamt the functionality, not just the look

[REQ] Themeing Sense 5.0 Tutorial for a total theming noob.

Hey anyone out there good at themeing some things, got any ideas on what i (a TOTAL 100% Noob) would have to do to edit some of the things in sense 5? possibly create a theme?
I dont need like a super long drawn out tutorial on EVERYTHING id have to do, unless youd be so kind as to provide one.
Just general bits and pieces and ill put together something from a collab of information given here ive been thinking about making a theme for a while but TOTALLY lack the skills lol
any information you can give as to what might work, what worked in sense 4.5, and what will very likely work in sense 5.0 id love to hear it. Even if its just somethin small my ears and eyes are WIDE open.
Ok so luckily for you skins have been removed in Sense 5, so the theming process is a bit easier (no need to extract m10 files and such). Basically though, you'd take the apk you want to edit, and decompile (extract) it. This can be done using apktool. To get that working, use these tools and this guide. Once your done editing your apk file, recompile (compress) it using "apktool b decompiled_folder_name" (or by reading the guide). Once it has successfully been compiled, sign it with this (copy the PPC Geeks folder to the /Program Files directory on your c: drive, and create a shortcut of the .exe file on your desktop) or you can alternitavely use this tool, which includes an option to zipalign (optimize?) the apk as well as sign it. However, if you use the latter, make sure to sign with test, not private keys.
Also I should mention that the majority of the images you will be editing within the apks are located in /res/drawable-xxhdpi, and the color of most of the text in the apk will probably be located in either /res/values/colors.xml, or /res/values/styles.xml. You may stumble upon a few ".9" images, which are special images that will only stretch along the places that are overlapped by the 1px tall border surrounding them. I recommend using this program to create your own .9 images, or you can edit pre-existing .9s in an image editor progam like photoshop or gimp, just make sure that you do not touch the black 1px border (9patch).
That's all! Good luck, have fun, and you're welcome
ssojyeti2 said:
Ok so luckily for you skins have been removed in Sense 5, so the theming process is a bit easier (no need to extract m10 files and such). Basically though, you'd take the apk you want to edit, and decompile (extract) it. This can be done using apktool. To get that working, use these tools and this guide. Once your done editing your apk file, recompile (compress) it using "apktool b decompiled_folder_name" (or by reading the guide). Once it has successfully been compiled, sign it with this (copy the PPC Geeks folder to the /Program Files directory on your c: drive, and create a shortcut of the .exe file on your desktop) or you can alternitavely use this tool, which includes an option to zipalign (optimize?) the apk as well as sign it. However, if you use the latter, make sure to sign with test, not private keys.
Also I should mention that the majority of the images you will be editing within the apks are located in /res/drawable-xxhdpi, and the color of most of the text in the apk will probably be located in either /res/values/colors.xml, or /res/values/styles.xml. You may stumble upon a few ".9" images, which are special images that will only stretch along the places that are overlapped by the 1px tall border surrounding them. I recommend using this program to create your own .9 images, or you can edit pre-existing .9s in an image editor progam like photoshop or gimp, just make sure that you do not touch the black 1px border (9patch).
That's all! Good luck, have fun, and you're welcome
Click to expand...
Click to collapse
Hey thanks alot i will definitly check this out, looking to add some transparency throughout the rom. Does anyone know what blinkfeeds apk is named o.o
Prizm something
Sent From My Sweet Ass EVO LTE
dased14 said:
Prizm something
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
guys if i wasnt outta thanks today id throw you both one (EDIT: Aparantly xda thinks that the middle of the day is the time for renewing thanks -_-) thanks a bunch. Not too sure how to edit XML files now, all im trying to do at the moment is make blinkfeed's background transparent, however i am lost as to how to even read XML files at the moment, dont have a program on my computer that displays it correctly.. I found how to do the new weatherclock, and steal25 is working on the App drawer, and Sysui pull down.
Well theres vts(can decompile and recompile)and has a notepad++ type thing built in and notepad++ is a must for any themer to read xmls, smali (but need apktool, or something like it to decompile and recompile)
Sent From My Sweet Ass EVO LTE
dased14 said:
Well theres vts(can decompile and recompile)and has a notepad++ type thing built in and notepad++ is a must for any themer to read xmls, smali (but need apktool, or something like it to decompile and recompile)
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
What he said Notepad++ is the best.
And Prism.apk is what you're looking for.
Gumby63 said:
What he said Notepad++ is the best.
And Prism.apk is what you're looking for.
Click to expand...
Click to collapse
Downloading it now, thanks for the responses guys i really appreciate it especially coming from all of you recognized themers with 1000+ thanks. Wow i feel like im going to do good here.
and yeah i found the prism, and the XML file i need to edit for blinkfeed to be transparent, and i actually got some config from someone in the general thread too! ill try to have blinkfeed and some other stuff transparent by the end of the day tomorrow. (like thats gonna happen right?)
igotlostintampa said:
Downloading it now, thanks for the responses guys i really appreciate it especially coming from all of you recognized themers with 1000+ thanks. Wow i feel like im going to do good here.
and yeah i found the prism, and the XML file i need to edit for blinkfeed to be transparent, and i actually got some config from someone in the general thread too! ill try to have blinkfeed and some other stuff transparent by the end of the day tomorrow. (like thats gonna happen right?)
Click to expand...
Click to collapse
Keep in mind that when you're editing colors, the first two digits in the hex code control transparency...also don't be surprised if edits need to be made in multiple places...sometimes both an image and a color need to be set to transparent
Sent from my EVO using Tapatalk 2
ssojyeti2 said:
Keep in mind that when you're editing colors, the first two digits in the hex code control transparency...also don't be surprised if edits need to be made in multiple places...sometimes both an image and a color need to be set to transparent
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
igotlostintampa said:
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
Would love to help but pc crashed about a week ago so im sidelined until i save enough for new one, but good luck
Sent from my Xoom using Tapatalk HD
igotlostintampa said:
Oh man, if i started off thinking it was going to be easy for me, i would think you guys have it easy, and i dont. I knew this would be a difficult task when i jumped ship on this transparency thing and hope i can get it out soon because sense 5.0 is amazing as it is now, and i wanna add that touch of beauty its missing.
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
I'm in the same boat as you. I want to get into learning this stuff too. Hopefully after this week is over, I will have a little more free time to learn.
Sent from my EVO using xda app-developers app
Its so good to see people want to learn. Keep it up bro. We need all the contributors we can get.
Only if everyone was like this
Thumbs up
Sent from my EVO using Tapatalk 2
igotlostintampa said:
Feel free though guys, if anyone wants to get this going without me go for it. Ill be on it for like 3-4 days (possibly straight) figuring this stuff out before i have a even possibly close version of this looking right is my guess.
Click to expand...
Click to collapse
Well if you need any help just ask away
Actually I haven't been able to start just yet as I've been a bit busy with errands and when I get on xda the forum is packed with things I needs throw in the sense 5.0 q/a thread. I'll start working on it soon and if I need any help I'll definitely post back here. Thanks a lot for your help and support guys
Sent from my EVO using xda app-developers app
igotlostintampa said:
Actually I haven't been able to start just yet as I've been a bit busy with errands and when I get on xda the forum is packed with things I needs throw in the sense 5.0 q/a thread. I'll start working on it soon and if I need any help I'll definitely post back here. Thanks a lot for your help and support guys
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
The intro to themeing thread in evo 3d themes and apps is a great place to start.
Sent from my EVO using Tapatalk 2

Designing my own

I can't seem to figure out how to design my own ...is there a tutorial somewhere?
Sent from my GT-N5110 using xda app-developers app
To use Themer like a designer, watch the below video. If you're interested in being on the Themer design team, email [email protected].
penreturns said:
To use Themer like a designer, watch the below video. If you're interested in being on the Themer design team, email [email protected].
Click to expand...
Click to collapse
I don't think he is looking for a job in Themer's team mate...He is just looking for tutorials.....Best solution is subscribe to Mycolorscreen channel in youtube.
Breaker.ownz said:
I don't think he is looking for a job in Themer's team mate...He is just looking for tutorials.....Best solution is subscribe to Mycolorscreen channel in youtube.
Click to expand...
Click to collapse
lol... he just copy/pasta from here http://forum.xda-developers.com/showthread.php?t=2474039
Archer said:
lol... he just copy/pasta from here http://forum.xda-developers.com/showthread.php?t=2474039
Click to expand...
Click to collapse
lol... very strange ppl doesn't even want to read what someone is requesting for.
Breaker.ownz said:
lol... very strange ppl doesn't even want to read what someone is requesting for.
Click to expand...
Click to collapse
To use Themer like a designer, watch the below video. If you're interested in being on the Themer design team, email [email protected].
Click to expand...
Click to collapse
If you really understand that words, there is nothing to be issue here.
I don't understand which part of nategold's request you didn't understand but you are everywhere in the themer forum in the name of so called helping ppl...I ain't even gonna start arguing about my comprehensive skills..
Seems kegit
I don't think I am qualified to be on a design team. I was just wondering if their is a way to design my own theme from scratch or at least learn how to modify a current theme. I will check out the videos...
Sent from my GT-N5110 using xda app-developers app
Yeah, i also read the entire tutorial, but seems too work for me apply a theme, delete all elements, and start create something from scratch. But it seems the only way to normal people like me to create new themes.
thanks time to make my own themes
leandrocn said:
Yeah, i also read the entire tutorial, but seems too work for me apply a theme, delete all elements, and start create something from scratch. But it seems the only way to normal people like me to create new themes.
Click to expand...
Click to collapse
We're working on a function that lets you start with a fresh blank screen, but for now you'll have manually remove the widgets etc. We apologize for the inconvenience.
the ability to start from blank screen would be very good,but to be honest I haven't seen the video but find it more fun to see how others have worked a theme then edit etc to suit my own needs,by adding or removing items.One feature I would like however is the ability to switch styles without having to go into settings and applying an exported style a bit long winded for me,a quicker solution would be great.
nice one!
+1
add a blank empty theme into the gallery???
are there any templates or do i just pick the resolution i want in PS and overlay the grid according to the themer settings? (9x9 for example?)
already use a blank template but would be good to start from scratch within the launcher
As in a blanl photoshop template? Would it be alright to grab a copy please?
+1
SpacedCat said:
As in a blanl photoshop template? Would it be alright to grab a copy please?
Click to expand...
Click to collapse
What we meant is an option to select "Apply a blank setup", that will include something along the lines of a single blank white page with now icons or widgets. For now though you can still achieve this, simply remove all the pages on your current theme as well as all the icons and widgets and then export the theme to use it later.
To export/save a theme: Themer Settings > Advanced > Export Theme. This theme will now be saved in the Exported section of the My Themes tab.
Hope this helps!

Categories

Resources