{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I've been searching around for the last couple of days for a solution to this, and I can't seem to find a detailed explanation. This thread addresses it, but only says
Taine0 said:
Also the notifications overlap the clock when they get to the middle, I know how to fix that one, but just to lazy to bother as I never have that many notifications going on. The width of the notification display just needs changing.
Play around with it. Let me know how it goes.
Click to expand...
Click to collapse
And then i found this thread, which appears to be a fix but is for a different device, and does not outline the specific changes that were made/how to do them.
Hoping someone here can help, because I don't have any coding knowledge. Thanks ahead.
Running Chimerav1.1 with Devil v0.67
So I found this in this thread:
TheGrammarFreak said:
To fix the notification overlap you need to add a little to this line:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/ticker"
Scroll right to the end of that line and add this
Code:
android:background="@drawable/statusbar_background"
The whole line will look something like this:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/statusbar_background">
Clock centred, no overlap!
Click to expand...
Click to collapse
^^ status_bar.xml obviously
Now I just gotta see if this works on our device....gotta find, Woodrube
So you should be able to do this right quick with Notepad++ or some other type of hex editor. Go into the the SystemUI/res/layout, find the status_bar.xml find this line of code
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/ticker"
and use the Notepad++ to add this part in
Code:
android:background="@drawable/statusbar_background"
.
Seems that all this is done once you decompile the SystemUI.apk (done with APKtool-can be found here along with a general theming guide.) and the input the changes to the status_bar.xml then recompile it with APKtool, remount and the reboot.
Couple of things. I think someone like Dougfresh or Annex would be better at this, but I can give it a shot. As you know make a backup first. Can you upload the SystemUI.apk that you are using and I will try to get to it tonight after kids go to bed. Might take me a day or two to get around to it bc of work and stuff.
Thanks as always....i may give it a shot myself when i get home, but as ive told you before, not once have i EVER been able to successfully decompile/recompile. so if you could try it that would be boss. thanks much.
Woodrube, have you tried Chimera yet??
im running that with the Devil kernel and holllllllllly ****, my phone is like silk!! and you knwo ive been an ICS hater! i strongly suggest you give it a shot. everything that i used to complain about (data fix, lag, overly aggressive task-killing, etc.) seems to be non-exsistant. and its also an AOKP-CM9 hybrid that i said would be nice to see! also, with the devil kernel, GPS is fully functional even in deep sleep. pants-tent.
ive officially made the jump...if you havnt tried it, GET TO DA CHOPPAH AND DO IT NOW!
Welcome aboard. Was wondering when you would finally come over to the Blue Side.
Funny you should say that. I am picking up another used Vibrant tomorrow to start deving on and I just might check that out. I was reading about it on the website this past weekend and it seems the Nelson has made considerable leaps with this new install method.
Also being that I will have another one to work on, it will be much easier to exeriment on and try some different things, much like the above posts.
If it bleeds, we can kill it.
You know I'm a sucker for blue
Sent from Tapatalk
what is this devil kernel...? sounds interesting. can you point me in the right direction to get more info on it? thanks
hawaiigrown said:
what is this devil kernel...? sounds interesting. can you point me in the right direction to get more info on it? thanks
Click to expand...
Click to collapse
Here you go... http://forum.xda-developers.com/showthread.php?t=1694339
Sent from my SGH-T959 using Tapatalk 2
Related
Hey all, I know some of you are like me and hate the TW buttons in the status bar so I threw together a KME version of SystemUI.apk Just copy the new one into system/app Make sure you backup the original in case. I am running it fine on the Starburst rom.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is very good that you created tthis, many thanks. But this could definitely use some screenshots before someone commits to installing this.
Good point. That was a late night blurry eyed post, I'll add a screenie in a bit when I get back to my tablet.
Sent from my LG-P999 using Tapatalk
there are a few of these out there already. but good one on contributing bro. i loike seeing more people create things around here.
I didn't realize there was an AOSP on available for the KME update, all of the ones I tried just made the whole bar disappear.
x-ravin said:
I didn't realize there was an AOSP on available for the KME update, all of the ones I tried just made the whole bar disappear.
Click to expand...
Click to collapse
yep. ive made a few different variations, doc has, and boosted. now you. we should all start an aospbar mod crew.
-From my latest rom-
-Old one that boosted posted of mine-
Cool! Yeah I want to get the clock looking AOSP as well. Really my main goal is to hack the MiniApp framework to start building our own miniapps, I'd love to have a GTalk miniapp so I can send quick messages without closing out a video.
I've started work on it, but working part time and grad school part time is going to keep that project at low priority.
x-ravin said:
Cool! Yeah I want to get the clock looking AOSP as well. Really my main goal is to hack the MiniApp framework to start building our own miniapps, I'd love to have a GTalk miniapp so I can send quick messages without closing out a video.
I've started work on it, but working part time and grad school part time is going to keep that project at low priority.
Click to expand...
Click to collapse
yeah i know how that goes man. 2 jobs, finishing my degree, and a 5 year old daughter prevents me from spending too much time with this stuff too. mini-tray is on my list of things to kill.
like AOSP
Hello!
I am running an overcome rom.
How can i remove light line above the system bar?
And how can i remove screenshot and miniapps buttons? I want to make AOSP like UX.
Thanks in advance.
What's up everybody
I wanted to play around with the HTC_IME Keyboard so I themed it.
Right now I have to versions I made one for my Orange Theme and one for Mayfield103's awesome Honeycomb theme!!!
These are just the first couple I most likely will do more if people want, but I just wanted something new on my phone.
If you have requests let me know.
Shout out to Roscoenr for getting me started.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Orange
Download Blue
how about a nice clean flat black one? and can we see some pics of your other two keyboards , forgot that the text is black would that be a problem?
they looks good and what apk do you modify just htcIME.apk
Orange and Blue
I can do that soon
No worries.
Yea that is it all the keys are .9PNGs.
absolutzero1906 said:
I can do that soon
No worries.
Yea that is it all the keys are .9PNGs.
Click to expand...
Click to collapse
sweet! 10char
orange one looks good reminds me of half life!
quickly tried to do the flat black keyboard myself but failed just out of pure curiousity when you recompile you have to put yes when it ask if it is a system apk right?
dfskevinohyeah said:
sweet! 10char
orange one looks good reminds me of half life!
quickly tried to do the flat black keyboard myself but failed just out of pure curiousity when you recompile you have to put yes when it ask if it is a system apk right?
Click to expand...
Click to collapse
It is a little easier and harder than that. Go here and dl the templates http://forum.xda-developers.com/showthread.php?t=1229276. they are .9.pngs so do not remove the black lines around the key (you will see what I mean). Then you have to recompile the pngs (but I did without by accident and it still worked). There are alot of tutorials out there about 9patch but the tool I found to be most useful is the tool here http://www.droidforums.net/forum/xeudoxus/47283-release-xultimate.html. once I recompiled with that tool I used 7zip to open the apk and drop them in the drawable-hdpi folder. It is not that hard but may have to try a few times to get it just right. PM me if you run into any trouble.
Ohhhhh so you first decompile the apk..... take out the drawable res folder.... edit the png you need .9 .... then run ultimate to hide the black lines ... After that just replace the drawable res folder in the original HTC-IME.apk that is not decompiled using 7zip and use adb to replace the apk
Sent from my PG86100 using Forum Runner
Yup Basically. I am not a photoshop guru so I used the templates because they are easier to add color to imo. But that is it. You could flash too. If u push with adb still have to reboot.
Next step for these is text color won't be too hard. Just need free time lol
Root it and Boot it
Bump
Sent from my PG86100 using Tapatalk
Hey Guys,
I need some help finding a texture. I have been looking for it more than 5 weeks and I simply cant find it.
Take a look at those screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am looking for the greyisch texture on the right part of the settings app. Since its being used in some 3rd party apps I thought it should be in the framework-res.apk and I changed a whole lot of images, but that texture never was found.
Since its not the first time I ask this question, just FYI of course i have the holo background themed and the dark dialog files too. My Power menu is black, but I just cant find it. I also talked to some themers over in the transformer forums, but sadly I couldnt get the answer I was longing for -.-
Here is my framework-res.apk
Framework-res.apk
Plz, if you can help me take a look at my apk and tell me what I am missing.
Thanks in advance
Nordpolcamper said:
Hey Guys,
I need some help finding a texture. I have been looking for it more than 5 weeks and I simply cant find it.
Take a look at those screenshots:
I am looking for the greyisch texture on the right part of the settings app. Since its being used in some 3rd party apps I thought it should be in the framework-res.apk and I changed a whole lot of images, but that texture never was found.
Since its not the first time I ask this question, just FYI of course i have the holo background themed and the dark dialog files too. My Power menu is black, but I just cant find it. I also talked to some themers over in the transformer forums, but sadly I couldnt get the answer I was longing for -.-
Here is my framework-res.apk
Framework-res.apk
Plz, if you can help me take a look at my apk and tell me what I am missing.
Thanks in advance
Click to expand...
Click to collapse
Sorry I can't really answer your question, but would you be so kind as to tell me what that lovely weather clock widget you have there is?
Nordpolcamper said:
Hey Guys,
I need some help finding a texture. I have been looking for it more than 5 weeks and I simply cant find it.
Take a look at those screenshots:
I am looking for the greyisch texture on the right part of the settings app. Since its being used in some 3rd party apps I thought it should be in the framework-res.apk and I changed a whole lot of images, but that texture never was found.
Since its not the first time I ask this question, just FYI of course i have the holo background themed and the dark dialog files too. My Power menu is black, but I just cant find it. I also talked to some themers over in the transformer forums, but sadly I couldnt get the answer I was longing for -.-
Here is my framework-res.apk
Framework-res.apk
Plz, if you can help me take a look at my apk and tell me what I am missing.
Thanks in advance
Click to expand...
Click to collapse
I've already told you the answer in our PM. Sorry I haven't gotten back to you, as I've totally forgot about it. I've doubled checked your framework-res.apk and it all looks good. I think you should try and re-texture/make the files i showed you black again from scratch and recompile it. I had the same issue when i was porting it over to Stock roms. As for the camera app settings its in the XML's suprisingly. In the value folders iirc.
Anybody Interested in the project Jump In!
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some of you may have heard of tablet mode and if you have tried it you know well that it smashes your phone. Apps are small, their layout is screwed, things overlap, crash or stop working, Google Play forbids you to download, if you tried AOKP you cant even use launcher and phone. In short, it is a mess.
PARANOIDANDROID changed that. It does not "heal" tablet mode, it obliterates the boundaries. You define how big or small apps are, you define in which UI they display, no matter if your phone runs in tablet or phone mode, which also you can define. Customize every single entity on your phone, lockscreen, navigationbar, system-components, widgets, apps. If you prefer stay with your three bearpaw buttons + drop-down curtain or switch to a combined navigationbar + drop-up notificationcenter, enjoy Youtube in 3D, Gmail and settings in 2-columns, Chrome in its better mobile UI, etc. Nothing overlaps, nothing crashes, everything works as you'd expect. This is completely new ground and has never been realized before, it is lightyears from tablet mode.
We created it to establish the idea that tablet/hybrid mode can indeed work and that is was an error on Googles side to use the same layout for high resolution devices that is used on tiny little things like htc wildfire. We saw how badly build.prop tablet-mode was milked so we decided to remain closedsource until the codebase is mature enough to publish. Our first repos went public last week and the rest will follow soon, i will personally commit the hybrid sourcetree into CM9. Until then, do not ask us for sources, we have good reason to do it like this and when it's out people will know why, they will see something that works, not features for show. We are still fully open to ports. As long as they stay true to our vision and base on CM9.
As the sheer amount of porting requests needed to be addressed somehow we open this topic so maintainers can help each other and it'll be easy for us to take a look once in awhile as our pm-boxes are exploding. We understand that setting up PA can be quite confusing since it introduces must-have configurations that are unique.
Click to expand...
Click to collapse
PM for link please!
Looking for boot!!!
As I have NO DEVICE to TEST!
GTALK [email protected]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
PM'd. Let me know if you need anything else.
Keylogger_0 said:
PM'd. Let me know if you need anything else.
Click to expand...
Click to collapse
k bro thanks!:laugh:
Pm sent, will help 110%
Sent from my HTC Amaze
I will gladly test it for bugs and such, my amaze isnt being used right now
Bootlooping need to modify frame-res when i get hacked apktool to do the job!
anyone interested in helping with the port PM please thanks!
I LOVE this rom on my old glacier!! Can't wait! If I get around to unlocking I might hit you up to teet it out.
Hi.
I just wanted to know how to remove all the suggested ads in the news feed of Facebook application. I tried to block some permission which could eventually be the cause of this or even use adblockers but nothing worked for Facebook. So if you have a solution it would be gladly appreciated.
Thank you
That is pretty interesting I have to say. My first idea "impossible as there are no elements that would be easy to distinguish from the other items of the app", but I might be very wrong.
olokos said:
That is pretty interesting I have to say. My first idea "impossible as there are no elements that would be easy to distinguish from the other items of the app", but I might be very wrong.
Click to expand...
Click to collapse
Hmm I see but still it must be a line of code which implements ads as in every free app with ads but I must admit it that as you said, ads in Facebook are in the core of the app and not just a third-party layer. I mean most of ads in others apps are "Google ads" but it's different for Facebook. Maybe decompiling the apk and search for the part with suggested ads could help ^^
Isn't the suggestions just pushed as a news feed item?
shinji257 said:
Isn't the suggestions just pushed as a news feed item?
Click to expand...
Click to collapse
If it is so then I have to find the line where the item is implemented and set it to "false" or something like that no? I kind of suck in coding but I'll give it a try one day.
I was almost sure that it can't be as easy as it sounds and it actually isn't. You were taking about bools. Those are either true or false. Unfortunately I was right...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I can upload decompiled Facebook apk if you want to dig it further.
olokos said:
I was almost sure that it can't be as easy as it sounds and it actually isn't. You were taking about bools. Those are either true or false. Unfortunately I was right...
I can upload decompiled Facebook apk if you want to dig it further.
Click to expand...
Click to collapse
I'll do it with apk tool or apk studio and see what I can change and if it's possible to get some results. I was thinking of making a test on for example deactivate news from a specific user (this could be done from options too) from the apk directly and maybe with a little chance the suggested ads work the same way. If it's the case it's kind of easy to block them I guess.
PS. Did you find the bools.xml in the fb apk? Because I can't find it ^^
Yup. Facebook apk indeed. Disassembled just before my previous post. Nothing helpful in that xml anyway. It's a good idea although I think it won't be that easy.
Good luck though. Shall you need any help, just let me know and I'll do my best to help you. Post anything you find here.
olokos said:
Yup. Facebook apk indeed. Disassembled just before my previous post. Nothing helpful in that xml anyway. It's a good idea although I think it won't be that easy.
Good luck though. Shall you need any help, just let me know and I'll do my best to help you. Post anything you find here.
Click to expand...
Click to collapse
Well I think I was searching it in the wrong place, I went in /data/app then directly in the apk nvm ^^
Well I'll start this tomorrow and see what I can do. I have to say I'm not a genius in coding, only worked in python but it's more logic than anything else. If something looks weird I have Google
Try starting from how to decompile an apk. I also want to mention that smali which you'll need to know to dig REALLY DEEP is more like assembler not like python
---------- Post added at 09:50 PM ---------- Previous post was at 09:50 PM ----------
Byte code <- smali <- Java