I've installed ADW launcher to see if it yields better battery life.. it will take a while to figure that out since daily use varies from day to day.
However, I noticed that ADW drawer has few more apps than Sense does.
Following apps were in ADW's All Apps drawer, and are not in default drawer, driven by HTC Sense:
Camcoder
Car panel
Dock mode
Mirror
Quick lookup
I assume that Car panel launches itself if we have proper accessory; but I find it useful even without it.
I don't see way to add shortcuts for these when HTC Sense is set to default launcher.
ADW, Go Launcher, ETC have their own app icon packs that just pull up whatever app you have installed. The phone already has a camcorder built into the camera app, which IMO is better because who needs the clutter of 2 when it is as simple as 1 touch to alternate between the 2. Car Dock opens in the dock, no need for an app unless yours isn't launching, etc...
I have the same issue when using go launcher. There's sokebapps that won't show up in go launcher no matter what. Guayaquil are still installed but only show in the sense launcher. You can make shortcuts on the homescreeens to the hidden apps but that's kinda akward.
Anyone have any ideas why its doing this?
Sent from my ADR6425LVW using XDA App
The launchers have not yet been adapted to this phone yet. The launchers are probably looking for APK's that don't exist, so they don't overlay the app icons over the ones that are actually there.
I personally just like using Launcher Pro. I have the screen completely icon/widget free except for the drawers at the bottom. Very minimal & even when we get ICS I'll still use it.
mirror would be a pretty cool app...unless all it is is the camera app with the front facing camera on?? lol
i'm still wondering how the HELL to just have a shortcut for facebook chat so i don't have to use the damn widget, and so i don't have to download the facebook messenger app.......if you use the widget, it opens up an app......but you can't open the app unless you have the widget out. other sense 3.5 phones had the fb chat shortcut in the app drawer, but this doesn't.
postmortem. said:
I've installed ADW launcher to see if it yields better battery life.. it will take a while to figure that out since daily use varies from day to day.
However, I noticed that ADW drawer has few more apps than Sense does.
Following apps were in ADW's All Apps drawer, and are not in default drawer, driven by HTC Sense:
Camcoder
Car panel
Dock mode
Mirror
Quick lookup
I assume that Car panel launches itself if we have proper accessory; but I find it useful even without it.
I don't see way to add shortcuts for these when HTC Sense is set to default launcher.
Click to expand...
Click to collapse
Yes, sense has the ability to hide what its told to hide. IN side of /system/customize/MNS/ there is a file called Default XML. It sets up a lot of Sense options and has the following code to hide those lines:
<function name="applications_hide">
<set name="plenty" max="7">
<item name="package">com.htc.HtcNaviPanel</item>
<item name="class">com.htc.HtcNaviPanel.CarDockActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.android.htccontacts</item>
<item name="class">com.android.htccontacts.ViewCallHistory</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.dockmode</item>
<item name="class">com.htc.dockmode.DeskDockActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.htctwitter</item>
<item name="class">com.htc.htctwitter.TwidroidSplash</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.android.quicklookup</item>
<item name="class">com.htc.android.quicklookup.QuickLookupTabControl</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.stock</item>
<item name="class">com.htc.stock.ui.HomeActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.CamcorderEntry</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.connectedMedia</item>
<item name="class">com.htc.connectedMedia.ConnectedMedia</item>
</set>
<set name="plenty" max="7">
<item name="package">com.adobe.reader</item>
<item name="class">com.adobe.reader.AdobeReader</item>
</set>
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.MirrorEntry</item>
</set>
<set name="plenty" max="7">
<item name="package">com.android.htccontacts</item>
<item name="class">com.android.htccontacts.DialerTabActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.android.stk</item>
<item name="class">com.android.stk.StkLauncherActivity</item>
</set>
<set name="plenty" max="7">
<item name="package">com.htc.facebookchat</item>
<item name="class">com.htc.facebookchat.app.FacebookChatSwitchActivity</item>
</set>
</function>
Click to expand...
Click to collapse
To restore which function you want its as simple as remove the appropriate lines (Need custom ROM or S-OFF / ROOT). The first iteration of Evo 3D ROMS (1.x) had the mirror in the launcher. The second iteration (2.x) hid the Mirror. Why? IDK. They just did. Thats how I learned about the hidden apps in Sense.
Hope that sheds some light on it for you.
Ha! And there's facebook chat app. Crazy stuff man..why do they hide it?
Sent from my ADR6425LVW using XDA App
jayochs said:
Ha! And there's facebook chat app. Crazy stuff man..why do they hide it?
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
Because there is so much damn bloatware on it to begin with? Hell if I know, lol
jayochs said:
Ha! And there's facebook chat app. Crazy stuff man..why do they hide it?
Click to expand...
Click to collapse
Probably because the design team for this phone looked at user interaction models based on data collected over time about which apps were launched from widgets and which were launched by icons, and found that fewer people used the app the way you want to.
this is what I'm removing to hopefully show the mirror app in the drawer;
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.MirrorEntry</item>
</set>
<set name="plenty" max="7">
But it still doesn't. Any ideas?
Thanks.
Sent from my ADR6425LVW using Tapatalk
scrosler said:
To restore which function you want its as simple as remove the appropriate lines (Need custom ROM or S-OFF / ROOT).
Click to expand...
Click to collapse
I pulled my xml file removed:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.CamcorderEntry</item>
</set>
Then replaced it, rebooted and still doesn't show. What am I missing?
I'm running 1.1 btw
Nothing on this???
Hello to all of you
First, I want to say my English sucks... sor....
I want to ask you some problem
I want change my settings's background.
it's style.xml backgrounds reference framework-res Theme
but I don't want change theme default background
because other apk also reference this theme
I want only change settings background
who can help me...
and can i do this? I edit settings style.xml Red lines are my edits
</style>
<style name="Theme.Holo" parent="@*android:style/Theme.DeviceDefault.Light" />
<item name="windowbackground">@*android:drawable/senc_myimg</item>
<style name="Theme.Holo.NoActionBar" parent="@*android:style/Theme.DeviceDefault.Light.NoActionBar" />
<style name="Theme.Holo.Dialog" parent="@*android:style/Theme.DeviceDefault.Light.Dialog" />
<style name="Theme.Holo.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge">
<item name="android:directionality">true</item>
The last question @drawable/XXXXX AND @*drawable/xxxxx OR @*/@android:drawble/xxxx Difference
Hello to all of you
First, I want to say my English sucks... sor....
I want to ask you some problem
I want change my settings's background.
it's style.xml backgrounds reference framework-res Theme
but I don't want change theme default background
because other apk also reference this theme
I want only change settings background
who can help me...
and can i do this? I edit settings style.xml Red lines are my edits
</style>
<style name="Theme.Holo" parent="@*android:style/Theme.DeviceDefault.Light" />
<item name="windowbackground">@*android:drawable/senc_myimg</item>
<style name="Theme.Holo.NoActionBar" parent="@*android:style/Theme.DeviceDefault.Light.NoActionBar" />
<style name="Theme.Holo.Dialog" parent="@*android:style/Theme.DeviceDefault.Light.Dialog" />
<style name="Theme.Holo.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge">
<item name="android:directionality">true</item>
The last question @drawable/XXXXX AND @*drawable/xxxxx OR @*/@android:drawble/xxxx Difference
Hi, First of all i know i shouldn't post question here,anyways i checked out Q/A section and its like a noob trash.So if i write it there i don't think i can get an answer.
So let me tell you what i want to do..
Let's look that code snip
--------------------
<style name="TextAppearance.Holo.Widget.Switch" parent="@android:style/TextAppearance.Holo.Small">
<item name="android:textColor">#00ffffff</item>
</style>
---------------
you know red text is like getting that style from framework-res.apk and blue one is overwriting to red one's specific parts.
So,you didn't lose main stuff from red part...
That's okay for framework-res styling...
but how about working on another app packages' styles
The code snip below is from original Settings app's styles.xml
-----------------
<style name="Theme.Settings" parent="@*android:style/Theme.Holo">
<item name="android:actionBarStyle">@*android:style/Widget.Holo.ActionBar.Solid</item>
<item name="apnPreferenceStyle">@style/ApnPreference</item>
<item name="ic_menu_add">@drawable/ic_menu_add_dark</item>
<item name="ic_menu_moreoverflow">@*android:drawable/finger_print_arrow_019</item>
<item name="ic_wps">@drawable/ic_wps_dark</item>
<item name="wifi_signal">@drawable/wifi_signal_dark</item>
</style>
------------
The code below is my code which i used on cm11 theme
-------------
<style name="Theme.Settings" parent="@*android:style/Theme.Holo">
<item name="android:actionBarStyle">@style/MyActionBar</item>
</style>
------------
if i use that changed code it correctly changes things on Settings app..
But when i enter into Wifi settings app crashes because of these things
<item name="apnPreferenceStyle">@style/ApnPreference</item>
<item name="ic_menu_add">@drawable/ic_menu_add_dark</item>
<item name="ic_menu_moreoverflow">@*android:drawable/finger_print_arrow_019</item>
<item name="ic_wps">@drawable/ic_wps_dark</item>
<item name="wifi_signal">@drawable/wifi_signal_dark</item>
everything else in app works good.
So theme's wifi part will be broken if i use like above.
Let me tell you the another way,
hmm @*android:style/Theme.Holo comes from framework-res so i can easily create overlay for it but if i do that for Theme.Holo , it will change the Settings app correctly but it also will broke all other Theme.Holo used apps
I don't want both of these things.
How about overlaying settings's Theme.Settings
like that
So app won't crash and it will be themed only the settings app
-------------
<style name="Theme.Settings" parent="THEMES SETTINGS STYLE RESOURCE FROM SETTINGS APP">
<item name="android:actionBarStyle">@style/MyActionBar</item>
</style>
------------
I couldn't find something like this.
What am i supposed to do??
Hey Guys!
I have An App which i want to theme. The App Is currently with Gingerbread stlye which is really awful. So i decided to theme it To Material Design it....
But i don't know how i theme it. Could someone give me some tipps or Help Me Whatsever
Greeting
Adam!
You have to decompile the apk and then rewrite the code for it to match colors. You will not be able to more then a color change.
zelendel said:
You have to decompile the apk and then rewrite the code for it to match colors. You will not be able to more then a color change.
Click to expand...
Click to collapse
Hmmmmmmmmmmmm Will give a try. head painkillers Are on the Table if it starts
After some days/weeks i just started again to do this. Well i decompiled the APK I have the Classes and the XML files i read that i can use The Styles.xml for styling but there seems to be nothing :/ .... Here is my styles.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="com_facebook_loginview_default_style" parent="@android:style/Widget.Button">
<item name="android:textSize">@dimen/com_facebook_loginview_text_size</item>
<item name="android:textColor">@color/com_facebook_loginview_text_color</item>
<item name="android:gravity">center</item>
<item name="android:background">@drawable/com_facebook_loginbutton_blue</item>
<item name="android:paddingLeft">@dimen/com_facebook_loginview_padding_left</item>
<item name="android:height">@dimen/com_facebook_loginview_height</item>
<item name="android:width">@dimen/com_facebook_loginview_width</item>
</style>
<style name="com_facebook_loginview_silver_style" parent="@android:style/Widget.Button">
<item name="android:textSize">18.0sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#ff4b5164</item>
<item name="android:gravity">center</item>
<item name="android:background">@drawable/com_facebook_loginbutton_silver</item>
<item name="android:height">44.0dip</item>
<item name="android:width">205.0dip</item>
</style>
<style name="Animations" />
<style name="Animations.GrowFromBottom" parent="@style/Animations">
<item name="android:windowEnterAnimation">@anim/grow_from_bottom</item>
<item name="android:windowExitAnimation">@anim/shrink_from_top</item>
</style>
<style name="Animations.PopDownMenu" parent="@style/Animations">
<item name="android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft</item>
<item name="android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright</item>
</style>
<style name="menu_dialog_theme" parent="@android:style/Theme.Dialog">
<item name="android:windowBackground">@drawable/menu_background</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
</style>
</resources>