Guest plegdroid Posted February 4, 2013 Report Posted February 4, 2013 (edited) I have turned on Pie, but I dont see it. How do I make it visible? long press power button, expanded desktop. :) Edited February 4, 2013 by plegdroid
Guest plegdroid Posted February 4, 2013 Report Posted February 4, 2013 clear screen caller id phone apk download http://db.tt/lwLH8Jl9 :)
Guest shaez Posted February 4, 2013 Report Posted February 4, 2013 Bluetooth is being fixed. It should be in ParanoidAndroid 3.0 which will be released soon.
Guest mhstrijbos Posted February 4, 2013 Report Posted February 4, 2013 Did that, but then what? How does it appear?
Guest omegavesko Posted February 4, 2013 Report Posted February 4, 2013 Did that, but then what? How does it appear? If you've got PIE controls enabled, just slide your finger onto the screen from the edge of the phone.
Guest plegdroid Posted February 5, 2013 Report Posted February 5, 2013 Yay, you can drag pie to it's new gravity. :D
Guest Mohamed Atiea Posted February 6, 2013 Report Posted February 6, 2013 @C3C0 FM Support from CM https://plus.google.com/+CyanogenMod/posts/hfX9jRUi7CL
Guest mhstrijbos Posted February 6, 2013 Report Posted February 6, 2013 If you've got PIE controls enabled, just slide your finger onto the screen from the edge of the phone. Works with rotated screen and look gorgeous, but not with my phone upright. Is this normal
Guest wizard.no.84 Posted February 6, 2013 Report Posted February 6, 2013 and how about the soft buttons? i added them in builb. but they wont pop up. actually, they did once, but accidentally :wacko: but disappeared as I change UI layout.. and even if I switch them all (UI's) back again, soft buttons wont come back on again. and to add PIE was ON when i had soft buttons
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 and how about the soft buttons? i added them in builb. but they wont pop up. actually, they did once, but accidentally :wacko: but disappeared as I change UI layout.. and even if I switch them all (UI's) back again, soft buttons wont come back on again. and to add PIE was ON when i had soft buttons morning mate,you don't need to add a build prop edit for the softkeys. go settings /hybrid properties /swipe right. interface, workspace, set your softkey height, press the tick. pie will work in expanded desktop :)
Guest wizard.no.84 Posted February 6, 2013 Report Posted February 6, 2013 nav bar 0% :huh: :rolleyes: :blush:
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 nav bar 0% :huh: :rolleyes: :blush: :D
Guest C3C0 Posted February 6, 2013 Report Posted February 6, 2013 Let's have at least circle battery as an alternative :)
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 Let's have at least circle battery as an alternative :) YaY :D
Guest C3C0 Posted February 6, 2013 Report Posted February 6, 2013 But... It is not hooked to PA coloring system so the battery circle won't react on colo changes...(for now)
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 (edited) But... It is not hooked to PA coloring system so the battery circle won't react on colo changes...(for now) I like how you say for now. :P the color engine I assume is in smali as I can't find anything in xml with reference to what it points to (trying to get the ticker to be effected ) and status bar items still point to there respective style entre. thought there may have been some common @android id. or get color from as thus. :) Edited February 6, 2013 by plegdroid
Guest C3C0 Posted February 6, 2013 Report Posted February 6, 2013 You won't find it in resources. Imagine that the devs should create millions combinations of drawables for status bar icons :D Instead they use default drawable and apply color filter in code. Drawable batteryBitmap = mContext.getResources().getDrawable(icon); if (mColorInfo.isLastColorNull) { batteryBitmap.clearColorFilter(); } else { batteryBitmap.setColorFilter(mColorInfo.lastColor, PorterDuff.Mode.SRC_IN); } v.setImageDrawable(batteryBitmap);
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 (edited) You won't find it in resources. Imagine that the devs should create millions combinations of drawables for status bar icons :D Instead they use default drawable and apply color filter in code. Drawable batteryBitmap = mContext.getResources().getDrawable(icon); if (mColorInfo.isLastColorNull) { batteryBitmap.clearColorFilter(); } else { batteryBitmap.setColorFilter(mColorInfo.lastColor, PorterDuff.Mode.SRC_IN); } v.setImageDrawable(batteryBitmap); so it would be the code coloring the xml direction to be what ever color the xml points to? an overlay in layman terms Edited February 6, 2013 by plegdroid
Guest wizard.no.84 Posted February 6, 2013 Report Posted February 6, 2013 Let's have at least circle battery as an alternative :) and, where to find or add battery icon?
Guest plegdroid Posted February 6, 2013 Report Posted February 6, 2013 (edited) :D :lol: you is quick :D not going to ask about ticker :P @Wizard, the battery mod hasn't yet been released, the above image is only C3C0 's work in progress :) Edited February 6, 2013 by plegdroid
Guest C3C0 Posted February 6, 2013 Report Posted February 6, 2013 Ticker respecting per-app color settings. I also tried with the ticker icons but it applies all the way down ending in notification drawer also. It looks bad. Especially for apps that have own colored icons.
Guest plegdroid Posted February 7, 2013 Report Posted February 7, 2013 Ticker respecting per-app color settings. I also tried with the ticker icons but it applies all the way down ending in notification drawer also. It looks bad. Especially for apps that have own colored icons. Really good work :D thank you for taking the time to fathom all this out :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now