Nexus on screen system/hard buttons - Optimus One, P500, V Q&A, Help & Troubleshooting

Is there anyway to get the nexus on screen home menu and back buttons? I have cm10 ROM lg thrive.
Sent from my LG-P506 using xda app-developers app

AOKP is capable of doing that, it's under "navigation bar" in rom control in settings. I don't think cm10 has that though.

Is there maybe a flash able zip mod?
Sent from my LG-P506 using xda app-developers app

ok, since programming is usually logical, i appealed to LOGOS or logic in greek.
well. if you take apart the system UI .apk, and create an xml res file for the buttons, and then use java to insert a settings on/off button, it could work. then all you would have to do is install the modded apk. i could do that but in in 12th grade loaded with a year long project of making an android launcher. but i could potentially do this with some help and tips from others.
if anyone is interested here are the steps to doing this.
decompile the system ui .apk
add the visual layout (image files) to res folder
create them in the xml layout, so that it know where to place these buttons
create a class or do this within a class, and add an if/then statement of on/off, so people could turn it off at will.
give it system permissions. ROOT hehe.
optional: add custom ability, to change glow color and etc.
ill give a million thanks clicks to whom ever does this asap, and im sure the lg optimus one, lg thrive community will love you for freaking ever.
thanx.

Related

[Q] Lock Screen Mods

Perhaps some of you will disagree with me but the SK4G stock lock screen blows. I have a burning desire to replace it with something that doesn't remind me of a broken windows and make me read to tell time.
So far I've tried the market apps and have not been satisfied with that route. Some of them are beautiful, but none the less they all feel like hack jobs and none of them allow you to use a pattern/pin/password unlock code.
I do know that it is possible to change the lock screen at the OS level. I feel that this is the correct route to implement a graceful, functional, lock screen mod.
I also know that is has something to do with the following files:
/system/framework/android.policy.jar
/system/framework/framework-res.apk
/system/framework/twframework-res.apk
I've already spent some time crawling through the SMALI files of android.policy.jar (specifically LockPatternKeyguardView.smali) and I've been comparing it to its brother in the SGS.One thing I noticed about LockPatternKeyguardView.smali in the SK4G is that it is much bigger than its SGS brother.
I've been able to identify a whole bunch of statements that reference the Sidekick unlock screen SMALI files. I also see that android.policy.jar for the SK4G contains SMALI files for both the puzzle and glass unlock screens. This suggests to me that I should be able to enable these by modifying android.policy.jar.
My questions are:
Where can I go to get aquainted with the SMALI syntax?
What do the other two files do? I've seen these mentioned a lot in theme development but do not understand what parts of them play into the functionality of a lock screen or if they play a purely cosmetic role.
Is LockPatternKeyguardView.smali the correct file to play with?
Am I missing other files I should modify?
Why do the names of the SK4G SMALI files not map perfectly to what appear to be calls to them in the LockPatternKeyguardView.smali?
Am I completely wrong in my approach?
Thanks everyone for reading and for your input.
I've been working on this today, as I would also like to see the stock lockscreen on this phone instead of the sidekick lockscreen. I'm working on it, but as you have found, Samsung changed some stuff up to screw with us. android.policy.jar is where you want to look to change the lockscreen style.
Framework-res.apk and twframework-res.apk are used for theming, as they contain most of the images used in system applications, such as icons and lockscreen images.
I do believe that what we are looking for is in LockPatternKeyGuardView.smali, but I cannot confirm this, as I am not a pro-dev.
you can try the nolock app from the app market but what sucks is its always running so its using batter and cpu :/
ill keep digging and trying to figure it out
I don't suggest any of the fake lockscreen apps, as they just glitch and have more issues than they're worth. I'm working on it, and I'll figure it out one way or another. I just need to talk to Dr. Honk again to see if he has any more suggestions on where it might be, as the settings are slightly different from the sgs4g where I was looking to port it from.
A day or so ago I discovered this thread:
http://forum.xda-developers.com/showthread.php?t=779803
This thread talks about the same modification but for the SGS instead of the SK4G.
The focus of this one specifically is the getLockScreenMode()Lcom/android/internal/policy/impl/LockPatternKeyguardView$LockScreenMode; method in LockPatternKeyguardView.smali.
The changes are easy to see, I just don't quite understand what's happening.
This method also happens to be quite different in the Sidekick than the one from the SGS. Again, I don't quite see what those differences mean yet.
I'll post the code before and after modification when I get home later tonight so folks down have to go downloading.
I'm working on this, have AOSP working as one of the 9 of the 9 lockscreen mod. It will be posted when it's done.
You can also use widgetlocker its pretty cool not that laggy didn't waste much battery there's diffrent themes and you can customizer the sliders, or it can drag down, many options.
Sent from my SGH-T839 using XDA Premium App
sduvick said:
I'm working on this, have AOSP working as one of the 9 of the 9 lockscreen mod. It will be posted when it's done.
Click to expand...
Click to collapse
Please share how you did it. Sorry for ignoring this thread and not posting code. I got railroaded into a business trip.
Sent from my SGH-T839 using XDA App
As I said in my previous post, I'm working on porting the 9 lockscreen mod, so I just looked at the differences in the source for the original 9 lockscreen mod, and tried adding them into our rom parts. I'll release it when I've got everything working correctly.
I see you got the mod working. Congrats and good work! How did you do it?
I just looked at the source from Whitehawkx's 9 lockscreen mod and tried to make it work as best I could. I got the changes to the lockpatternkeyguardview smali, but only the puzzle and aosp lockscreens were compatible with our phone. If/when I finish the AOSP project, it should be much easier to port all 9 locks. So for now, I'm discontinuing the 9 lock porting project, until I get further along in the AOSP project.
This is Revolution & i approve this message
sduvick said:
I just looked at the source from Whitehawkx's 9 lockscreen mod and tried to make it work as best I could. I got the changes to the lockpatternkeyguardview smali, but only the puzzle and aosp lockscreens were compatible with our phone. If/when I finish the AOSP project, it should be much easier to port all 9 locks. So for now, I'm discontinuing the 9 lock porting project, until I get further along in the AOSP project.
Click to expand...
Click to collapse

App theming idea( icons )

Ok, so I've been really getting into theming my Transformer Prime, and like most people I think, get frustrated when I have to redo things after flashing a new ROM. I find using Nova Launcher to be pretty spot on with backup then restoring settings which, most times, will get all your widgets working correctly with little configuration needed from there.
So the only thing I'm really left with is a good way to change, backup and restore app icons. Nova launcher is good at restoring the icons for the home screen, however I'd like something that would change the default app icon for installed apps.
I found this thread on StackOverflow that states that you can change the app icon by just replacing the image for it -without- unzipping the apk. This is great in theory, however when you update the app to a new version you'll loose that customization obviously.
I'm looking for an app, that when run, will present a list of all installed apps, let you choose it, then pick a custom icon. The app would then change the apps -default- icon, meaning that change would propogate everywhere in Android, so you wont have to mess with setting different icons for your launcher, and launcher X widgets, and drawer would also get changed.
When you update your apps and run the app icon themeing tool then it would, again, present you with a list of installed apps and you could just choose the newly updated apps and change the icon again( or better yet the app would do that for you! ).
Anyways, I have no idea if this is possible. I'm not sure if the icon in the apk for an app are all standard named, if it is, this seems possible. If it's not, then if it's in the apks manifest file then you could extract the name of the icon, and copy the new one in it's place under the same name.
If either the icon names are always the same( doubt it ) or if it's in the manifest file this seems pretty doable to me.
What do you all think? Have you seen anything like this app out there? What do you do to change / restore app icons( system wide preferably, not just in a particular launcher ).
Vote above and if it gets enough traction maybe we can convince a dev to look into it. Obviously you'd have to be rooted, but I think most everyone would be ok with that
EDIT: I did find this thread, with a windows tool to do kinda what I'm talking about. If it had / has backup, restore for when you update apps then it would be perfect. Would prefer an on device app, but I'll take what I can get.
http://forum.xda-developers.com/showthread.php?t=890876
Really, no input here? Am I the only one wishing we had this?
Sent from my Transformer Prime TF201 using Tapatalk 2
RubenRybnik said:
Really, no input here? Am I the only one wishing we had this?
Sent from my Transformer Prime TF201 using Tapatalk 2
Click to expand...
Click to collapse
your not alone, I've been looking for exactly that for a long long time. please pm me if you do find it.

ICS Stock Launcher Rotate?

I would like the ability for the stock ICS launcher to rotate based on the phone orientation. Obviously the launcher supports it because it will go landscape when used in any of the various docks.
Back on the Atrix OG, the NoattachTrix4G ROM had the install-time option to make the stock launcher rotate based on orientation, so there must be a way to modify something that allows the launcher to rotate without having to be in a dock. Has anyone looked into that and knows how to do it? In the worst case, I can try to find time to look at the NoattachTrix install script to see what it does (or, if it is just installing a new framework or whatever, get that file and see what was changed).
In the meantime, I was just wondering if anyone else may have already looked into it.
Yup. In GB it was a simple edit in the BlurHome2.apk's AndroidManifest.xml. I think it's the same in ICS, but in the homescreen.apk.
Look for this line and change "nosensor" to "sensor":
Code:
android:screenOrientation="nosensor"
The problem is signatures. You could probably edit your own and push it back to your phone without signing w/ no issues.. maybe. But, really a bunch of system apks need to be re-signed with the same key if you change one AndroidManifest.. so it would have to be included in a rom, or a big zip package to replace all of the re-signed apks..
Sent from my phone's mind
Can't the signing issues be resolved by using Eclipse?
Sent from my LT28at
I'm currently looking through all the info on how to do this (but I'm not in any hurry)...I've installed Eclipse on my Ubuntu system, looking through the other threads and tools. I have dragged my feet on doing this now for the past year because I know how I am with all this and it has the potential to take more time away from my necessary activities.
Ok, I starting learning how to do all this. I decompiled the apk, made the change, recompiled, but didn't want to take the time to make it work.
So, while reading an article on the Nexus 7, I came across two apps that allow the homescreen to rotate without mods:
Ultimate Rotation Control ($2.99): I tried it but thought I would try the free one first
Rotation Locker (Free): Using this one now. Doesn't restart with the phone. Make sure you are using the background method (long press "Auto").
Both of the above applications let the Moto homescreen rotate as well as any other apps that insist on being in portrait mode, but I'm trying the free on first to see if any issues show up.

[Q] tweeked 3.0 ROM ?

Just upgraded to tweeked 3 and have some problems:
1. I can't find the voicemail app & don't know how to call VM. where do I get the app?
2. Buddies now is missing. Won't restore via titanium backup.
3. I migrated from eclipse rom. How do I get the eclipse rom keyboard and colors?
4. Howdo Irestore the default power on and power off animations?
5. Verizon Data APP / My veerizon forces close on startup.
I think that is it for now. Will post when I have some time to play with it.
Mike
beavermjr said:
Just upgraded to tweeked 3 and have some problems:
1. I can't find the voicemail app & don't know how to call VM. where do I get the app?
2. Buddies now is missing. Won't restore via titanium backup.
3. I migrated from eclipse rom. How do I get the eclipse rom keyboard and colors?
4. Howdo Irestore the default power on and power off animations?
5. Verizon Data APP / My veerizon forces close on startup.
I think that is it for now. Will post when I have some time to play with it.
Mike
Click to expand...
Click to collapse
1. You don't need the app for voicemail. Just dial *86 or hold down 1 in the dialer.
2. Buddies now is considered bloat and you can only use it on the stock launcher anyway. If you want it it is in tweaktools.
3. I believe eclipse keyboard was either a themed ICS or themed Swype (I don't remember which - it was too long ago). Either way both are available if you search. As for the colors - since Nitro stopped working on the charge we don't have that, but there are a lot of themes on tweaktools.
4. Tweaktools
5. It works fine for me. Could be a bad flash, could be something else.
And I guess we have another nocturnal person here.
The vvm stuff was also deemed bloat, but all of that stuff can be restored using tweaktools OR the system apps and system app flasher in the tweaked op. Jihad has you covered on the rest (thanks Jihad).
I got the verizon app to work after deleting and reinstalling. The rest I can live with till I have a chance to research Tweaktools. Most of the stuff is minor and just me being picky as I'm not yet used to the tweeked ROM.
Tweakedtools: doesn't seem to be working. I can get into the menu and install a theme and buddies now, but they don't act as though they ever got installed. even rebooted. What the heck?
beavermjr said:
I got the verizon app to work after deleting and reinstalling. The rest I can live with till I have a chance to research Tweaktools. Most of the stuff is minor and just me being picky as I'm not yet used to the tweeked ROM.
Tweakedtools: doesn't seem to be working. I can get into the menu and install a theme and buddies now, but they don't act as though they ever got installed. even rebooted. What the heck?
Click to expand...
Click to collapse
You have to type su to give the terminal root permissions.
JihadSquad said:
You have to type su to give the terminal root permissions.
Click to expand...
Click to collapse
Doh!
Ok. now it has the permission and does install things like buddies now, but when I try to install a theme or boot animation I get the android robot with the exclamation point and it does not install. what can I possibly be doing wrong? do i need to install something like CWM?
beavermjr said:
Doh!
Ok. now it has the permission and does install things like buddies now, but when I try to install a theme or boot animation I get the android robot with the exclamation point and it does not install. what can I possibly be doing wrong? do i need to install something like CWM?
Click to expand...
Click to collapse
You don't have CWM installed? I doubt it works with stock recovery. When you installed Tweaked did you use the Odin version without CWM? You should get and install CWM.
The only 2 boot animations that work are Stock Galaxy S boot and Stock DROID boot. They use the Samsung format that works with the stock kernel. Themes should work though.
Ok. Now I understand. I did use oden version without cwm. Now I need to oden cwm and I'll be good to go.
EDIT:
Thanks for the info, everything works.
Now I need to find a suitable keyboard---possibly one that mirrors the one in the eclipse rom.
On another note, I'm not all that happy with any of the included themes. How to I create the theme I want?
If you know Java and smali, you can rip apart the framework and make your own theme.
Sent from my SCH-I510 using xda premium
beavermjr said:
Ok. Now I understand. I did use oden version without cwm. Now I need to oden cwm and I'll be good to go.
EDIT:
Thanks for the info, everything works.
Now I need to find a suitable keyboard---possibly one that mirrors the one in the eclipse rom.
On another note, I'm not all that happy with any of the included themes. How to I create the theme I want?
Click to expand...
Click to collapse
beta.swype.com
The eclipse keyboard is a themed version of this I think.
kvswim said:
If you know Java and smali, you can rip apart the framework and make your own theme.
Click to expand...
Click to collapse
I have no idea on how to work with Java or what smali is.
I do have the old eclipse ROM. can't i take the theme files from there and somehow load them to the phone?
Regarding the keyoard, I couldn't get that swipe one to install as the app keeps asking me to login and I don't know how to generate a username and password. I'm now thinking that it was a Samsung keyboard, but I could be wrong.
Smali is basically the decompiled Android version of Java. In Android, everything gets packed up in .dex files for the Dalvik VM (Android's optimized version of the Java VM), and when you decompile them, you get Smali. It's like Java, but "distorted", for lack of a better word. If you know how to read Java, you can feel your way around, but it's different enough that even if you're good with Java, you'll have to relearn some things for Smali.
well...I did some searching on line and I think the stock theme that comes preloaded at the factory is what I want to get back to. Also the default Samsung keyboard is the one I want.
I'm leaning towards tossing tweaked out the window rather than getting frustrated. If I do that what do I loose and how would I add root to stock?
also, I can't manage to get the phone to vibrate when i tap the screen. Haptic feedback. How do I turn it on?
beavermjr said:
I have no idea on how to work with Java or what smali is.
I do have the old eclipse ROM. can't i take the theme files from there and somehow load them to the phone?
Regarding the keyoard, I couldn't get that swipe one to install as the app keeps asking me to login and I don't know how to generate a username and password. I'm now thinking that it was a Samsung keyboard, but I could be wrong.
Click to expand...
Click to collapse
No. What you think of as "files" are a series of edits in the framework. Obviously the framework for Tweaked is for Tweaked, and Eclipse is for Eclipse. If you're going to try to interchange these things you may as well just reinstall Eclipse.
For Swype, I'm not sure what you're talking about. There's a big honking button that says "register" on the website.
Sent from my SCH-I510 using xda premium
---------- Post added at 06:45 AM ---------- Previous post was at 06:20 AM ----------
beavermjr said:
well...I did some searching on line and I think the stock theme that comes preloaded at the factory is what I want to get back to. Also the default Samsung keyboard is the one I want.
I'm leaning towards tossing tweaked out the window rather than getting frustrated. If I do that what do I loose and how would I add root to stock?
also, I can't manage to get the phone to vibrate when i tap the screen. Haptic feedback. How do I turn it on?
Click to expand...
Click to collapse
Not sure what you're looking at. The theme in Eclipse is NOTHING like the dickbutt gold (or pumpkin and poo) in stock. And the stock Samsung keyboard is God awful. Why not try something like SwiftKey 3? Swype is pretty good too, and it's free.
To root after restocking, all you would need to do is flash the SuperUser or SuperSU (whichever is your preference) zip in CWM. When you move from Tweaked (the only current custom ROM on the charge, by the way) you lose essentially everything. Dwitherell has put in numerous tweaks to improve the UI speed, and he has put in TSM parts... Plus you'll be back to the bloated whale this phone is at stock.
I believe most of the haptic feedback was removed in Tweaked because most view it as an annoying useless feature. I could be completely wrong but I don't really feel anything even though my haptic feedback is on.
Sent from my SCH-I510 using xda premium
I did nothing that would add or eliminate haptic feedback (outside of the entry in tsmparts, but I did nothing to hook that in if it needed hooking). Also, the stock samsung keyboard is called AxT9IME.apk. Sorry Tweaked is not to your liking. Have you tried the tw4 theme? That seems closer to the stock look at least. I didn't think anyone used it, but I can do a little work and get a stock theme variant together if you want. Also, rumor is some theme options will be added/returning soon...
And for what its worth flashing something different is a far better alternative then anything to do with a window.
Thanks for all the useful info. I must start by saying that i do like tweaked. It is much faster than what i had with eclipse. That said im not sure how much is due.to the rom and what is due.to the upgrade ota. I believe its mostly the rom. Way to go!
As for colors im not opposed to whats available im just used to what i had. The big complaint is that the calendar widgit does not have black text on a white background. Its not as legible but not horible. I can live with it. Im surprised there is no way to change colors like there is in windows control panel. Or an app for that. Oh well.
Thanks for.the keyboard.info. I'll take a look for it at lunch. As for missing the register button...it was to early to be doing anything tech.
Im sure that over time ill get more used to tweaked and be glad ro be uding it.
One last request...stock shutdown animation
Thats enough for now.
Sent from my SCH-I510 using xda app-developers app
beavermjr said:
Thanks for all the useful info. I must start by saying that i do like tweaked. It is much faster than what i had with eclipse. That said im not sure how much is due.to the rom and what is due.to the upgrade ota. I believe its mostly the rom. Way to go!
As for colors im not opposed to whats available im just used to what i had. The big complaint is that the calendar widgit does not have black text on a white background. Its not as legible but not horible. I can live with it. Im surprised there is no way to change colors like there is in windows control panel. Or an app for that. Oh well.
Thanks for.the keyboard.info. I'll take a look for it at lunch. As for missing the register button...it was to early to be doing anything tech.
Im sure that over time ill get more used to tweaked and be glad ro be uding it.
One last request...stock shutdown animation
Thats enough for now.
Sent from my SCH-I510 using xda app-developers app
Click to expand...
Click to collapse
To be fair most of the speed change is due to the OTA - most of the edits made were the same as they were in the FP1 version, so I can't really take credit for that sort of thing. I don't have nor do I pretend to have the sort of skill necessary to do such things
As far as the stock shutdown animation, if there's some interest I could try to get that together. It required a number of framework.jar edits to switch the shutdown animation focus from reading a .qmg file to displaying a sequence of .pngs, so I would have to undo that sort of thing to make the shutdown.qmg work again. It wouldn't be too hard, so if there's some interest in that I can put something together and throw it on tweaktools.
I have interest but am not sure who else does and if its worth the time.
I googled the keyboard apk and downloaded it but it will not install. Is there a certain version that i need?
Sent from my SCH-I510 using xda app-developers app
FWIW, I really lock the Tweaked Shutdown animation. Just need to find a sound byte to go with that (for those occasions when my phone shuts down without me knowing) - thinking of getting something from Southpark's tweak.
as for keyboards, have you tried ICS Keyboard? best in my experience.
Ice is not my thing. I just like the Samsung keyboard best. Just can't find a copy that installs.
Also what about stock screenshot setting?
Sent from my SCH-I510 using xda app-developers app

How to Really Mod CM7 so you have ICS/JB on Your G2X - IT'S HERE!!!

For the most part, ICS/JB is a user interface change. Pleasant looking menus with a cool blue color. There are quite a few options out there to give your G2X the look/feel of ICS/JB but I had my eye on efficiency.
The Ice10 Theme and Holo apps are easy on the battery and use little additional CPU. Of course, if you increase cache sizes and use fancy transitions YMMV. But I'm quite happy with my ICS/JB themed phone.
1. Start with the latest CM7 Nightly. I don't know if this works with other ROMs, but it should. GB7.2 is recommended.
2. DO A NANDROID BACKUP
3. Install the ICE10 Theme: http://forum.xda-developers.com/showthread.php?t=2003484
. . This gives you some of the ICS/JB look/feel.
. . Put the Ice10.apk on your SD Card, click to install. Then start the Theme Chooser app, select Ice10 and click Apply.
. . If you get a theme error that you are missing assets for your screen size, just click Apply Anyway. Reboot phone.
4. Install Holo Launcher: https://play.google.com/store/apps/details?id=com.mobint.hololauncher
. .Holo Launcher on XDA
. .Holo Launcher is a brilliant app that gives you the ICS app drawer, screens, and menus. The screenshots don't
. .do it justice, it looks even better than that!
5. Install Holo Locker: https://play.google.com/store/apps/details?id=com.mobint.locker
. .Holo Locker on XDA
. .This gives you the ICS lock screen!
For the Ice10 Theme, the G2X resolution is already 240DPI so no changes are needed.
I paid for Holo Launcher Plus because the full ICS/JB experience is well worth the $1.99. It includes additional transitions and improvements. Holo Launcher is insanely customizable! The dock is scrollable and can have up to 10 icons. The Desktop and Drawer each have settings for the "scrolling cache", which is none, Low quality, Normal quality, and High quality. All this really means is the higher the quality, the more RAM it uses to make the transitions faster and smoother You can also change the desktop and app drawer grid size so you can fit a hell of a lot more apps on your screen.
For both Holo apps, I recommend going into the Settings and disabling Auto check for Updates and Auto Report. I don't like my apps checking for updates in the background, uses battery and CPU.
The Ice10 theme XDA thread contains wonderful info on final mods you can make to truly have the complete and total ICS/JB look/feel. Keep in mind that isn't a G2X thread so some of the mods, like the final Menu mods, are phone and ROM specific, so someone would have to make those additional mods specific for the G2X and specific ROM.
The below screenshots are for my CM7 Nightly ROM. Notice how Holo Launcher gives you a dramatic difference in the Settings. The Menu button is also different and the menu options are completely customizable.
Sorry for the lo-res Starship Enterprise wallpaper but it was a camera photo taken of the TV screen some days ago. Zooming in lost lots of resolution.
This is really a fantastic mod. I have all the user interface benefits of ICS/JB while having a totally operational phone with HW acceleration. I really don't need or don't care about using any other ROM at this point, although I'm waiting for Mazout's next kernel.
Thanks to EricTheLuminant for pointing me in this direction.
Remember to THANK ME if you appreciate this!
Thanks I'll probably try the theme later tonight.
Two quick questions: what does your notification center look like? And can you pull down the notification center from the lock screen?
That makes it really easy to check my texts if its in my shirt pocket.
Sent from my Nexus 7 using xda app-developers app
Ravinxx said:
Thanks I'll probably try the theme later tonight.
Two quick questions: what does your notification center look like? And can you pull down the notification center from the lock screen?
That makes it really easy to check my texts if its in my shirt pocket.
Click to expand...
Click to collapse
Yes, you can pull down the notification bar from the lock screen. I just tested it on my phone, I didn't even know ICS could do that!
With the above mods notification bar looks like a cross between ICS and GB. It can be modded to look exactly like ICS/JB.
I see you are enterprising on the theme and guide I mentioned earlier! This is good, but you are missing some vital elements that can make CM7 even more ICS/JB like.
Using this http://forum.xda-developers.com/showthread.php?t=1363239, you'll find many more options. If you are experienced enough or willing to read instructions carefully, you can also use the ACpatcher software to custom mod several apps and the framework to increase the experience. It's very technical, and I don't have the willpower to walk through each and every step.
However, I have made some patches already based on the 2013-03-01 cm7 nightly. I'll see if I can upload them for you guys to give it a whirl. They add ics style notifications, transitions, and phone. See the screenshots attached.
EricTheLuminant said:
I see you are enterprising on the theme and guide I mentioned earlier! This is good, but you are missing some vital elements that can make CM7 even more ICS/JB like.
Using this http://forum.xda-developers.com/showthread.php?t=1363239, you'll find many more options.
Click to expand...
Click to collapse
I took a quick look. My focus is on stability and performance, and some of the mod apps mentioned in that thread have huge RAM usage, crash often, and/or have more negative than positive reviews, including the status bar apps.
The Holo Locker lock screen is much better than the GB lock screen. It's easier to use. The only thing I miss is being able to change from ring to vibrate to silent from the lock screen.
Holo Launcher makes the entire experience much more pleasant. It only uses 38MB of RAM.
The Ice10 theme from what I can see uses minimal RAM.
Oh of course. I'm not talking about the RAM using apps, nor do I use any of them...I'm talking about themeing and replacing the framework and phone app to better suit ICS/JB style. That status bar image is completely stock, as is the phone.
These don't affect battery, merely the look.
Download the patches I have made from my dropbox and put them on your sd card.
https://www.dropbox.com/sh/d8g2bdll7i2jn3a/jv85IfKLeG
These patches were made based on the 2013-03-01 CM7.2 Nightly, and I do not know if they will work for older versions or other roms. They are made specifically to work with the Ice10 theme. It is important that these are flashed in the correct order.
1. In CM recovery, make a nandroid backup (although you can also flash the undo.zip files in case of failure. They will restore the original unmodified apps, and you should only need to flash the update-cwm-All-in-1 ICS v11-undo.zip)
2. Select mounts and storage
3. Select mount /system
4. First Flash update-cwm-All-in-1 ICS v11-patch.zip
5. Second Flash update-cwm-JBPhone-pach.zip
6. Last Flash update-Full.ICS.Fonts-with.Clock.Font.zip
7. Wipe cache and dalvik
8. Fix permissions
9. Reboot (will take a few more minutes than usual to rebuild the cache)
Afterwards, you should notice a few things. Your status bar, notifications, font, phone, etc. will be themed more properly to ICS/JB. Good luck!
thanks
Thank to both of you. Till now i have been using ics theme on ADW launcher. Many key components were not themed to ics. Hope to get it sorted now.
Thanks again.
itzmydamnlyf said:
Thank to both of you. Till now i have been using ics theme on ADW launcher. Many key components were not themed to ics. Hope to get it sorted now.
Thanks again.
Click to expand...
Click to collapse
Install Holo Launcher and you'll think your phone came from heaven.
.
Eric, you are going to have to tell us EXACTLY what your patches include. I don't install anything blind.
That would help wouldn't it?
Inside update-cwm-All-in-1 ICS v11-patch.zip:
You'll find theme modifications to the system apps bluetooth.apk, deskclock.apk, downloadprovider.apk, music.apk, phone.apk, systemUI.apk. These will further theme the system apps to the color and style of ICS/JB.
framework-res.apk is also modified to add ICS/JB transition animations, as well as ICS/JB themed notifications and status bar.
If you look at the images I posted earlier, you'll notice that the status bar notifications have that little square on the left, in the manner of ICS.
Inside update-cwm-JBPhone-patch.zip,
you'll find another phone.apk, framework-res.apk. This must be flashed after the first patch, as it will overwrite the the previous ones. This will give your phone app a more ICS/JB style look as well. See screenshots from earlier.
The last patch, update-Full.ICS.Fonts-with.Clock.Font.zip, merely adds the ICS roboto font across your device.
The undo-patches simply return the themed apps back to the original CM7 stock ones. Is it imperative that the theme patches are flashed correctly in the instructions mentioned previously if you wish to use them.
Will the patches work with Hellfire rom?
Wow. Very very cool, Eric.
What if I only want the settings mod?
_______________________________________
Sent from my G2X using the XDA App
Ah. Forgot to mention that is a different mod.
http://forum.xda-developers.com/showthread.php?t=1596034
Try this.
Also, I don't know if these patches work with Hellfire. You could give it a go and let us know!
As you say sire.
Will flash them today and let you know.
EricTheLuminant said:
Ah. Forgot to mention that is a different mod.
http://forum.xda-developers.com/showthread.php?t=1596034
Try this.
Click to expand...
Click to collapse
Got it! IT WORKS!
However, the headings ("Wireless and Networks", "Interface", etc) aren't the nice cool blue color. How do I get that?
BTW, if anyone is having problems copying settings.apk into system/root using ES file Explorer, after you click "Mount File System (mount /system as writable)", you need to close ES, then restart.
It has to do with the parameters set by the Ice10 theme. This is probably out of our control, unless someone edits the theme file itself to change the codes and such. Way out of my ability, anyways.
games
EricTheLuminant said:
It has to do with the parameters set by the Ice10 theme. This is probably out of our control, unless someone edits the theme file itself to change the codes and such. Way out of my ability, anyways.
Click to expand...
Click to collapse
will i be able to play shadowgun deadzone on cm7... and does it just change the theme or is it in bedded
It's just a theme change. You shouldn't lose anything. Why, is there some tweak needed to play that game?
ya .. it only can work on droid 3.0 and up .. cannot get it to install on gb 2.3-7 im sure they have a modified version for gb but u cannot play multiplayer on it
Sent from my LG-P999 using xda app-developers app
Sorry, this is purely for cm 2.3.7
@moe said:
ya .. it only can work on droid 3.0 and up .. cannot get it to install on gb 2.3-7 im sure they have a modified version for gb but u cannot play multiplayer on it
Click to expand...
Click to collapse
????
WHAT can only work on droid 3.0?
Cannot get WHAT to install on GB 2.3.7?
Cannot play multiplayer on WHAT?
You might want to take a class in written communications.

Categories

Resources