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???
Related
I went searching for this info months ago when I was cooking for the HD2 and could not find it anywhere. Recently I wanted to change the default lockscreen on boot and went searching for this info. Again...could not find it anywhere. So I had to figure it out on my own. What makes this community so great is the sharing of info...so this is my part in paying it forward.
When cooking your own ROMs you can set the default lock screen by editing...
\system\customize\MNS\default.xml
Look for the following strings in the xml.
<module name="Lockscreen">
<function name="idlescreen">
<set name="single" max="1">
<item name="component">com.htc.weatheridlescreen/com.htc.weatheridlescreen.service.WISService</item>
</set>
</function>
</module>
Click to expand...
Click to collapse
The line of interest is <item name="component">com.htc.weatheridlescreen/com.htc.weatheridlescreen.service.WISService</item>
Change that line to one of the following for your desired lockscreen
Wallpaper
<item name="component">com.htc.idlescreen.shortcut/.ShortcutService</item>
Photo Album
<item name="component">com.htc.ml.PhotoLockScreen/.LiveGallery</item>
Friend Stream
<item name="component">com.htc.idlescreen.socialnetwork/.SocialnetworkService</item>
Weather
<item name="component">com.htc.weatheridlescreen/com.htc.weatheridlescreen.service.WISService</item>
Stocks
<item name="component">com.htc.idlescreen.stock/.StockIdleScreen</item>
Clock
<item name="component">com.htc.clock3dwidget/.idlescreen.IdleScreenClockService</item>
These settings are for Sense 3.0.
-CMYLXGO
Thanks for the info. Do you know where the settings for the photo lockscreen are set (ie what album to use)? Also, how about the shortcuts?
Is there a program for android that will compare files on the phone before/after making a change (like Kheb back in the windows mobile days)?
hi there
ive been searching alot just get this figured out, but must through the towel in the ring, and ask
the problem is that a cant seem too find the place that where the font color/style is loaded, at the notification row events in the expanded status bar.. ive looked at tw_status_bar_expanded.xml, status_bar_latest_event_content.xml and colors.xml, but cant seem to find it.. if anyone is able to help me out, i would be really gratefull..
thx in advance..
screenshot attached, for better showing what im talking about..
EDIT: nevermind, think ive found it myself, in the styles.xml at framework-res.apk...
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent" parent="@style/TextAppearance.StatusBar.EventContent">
<item name="textSize">15.0dip</item>
<item name="textColor">#ff9b9b9b</item>
</style>
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent.Title" parent="@style/TextAppearance.StatusBar.EventContent.Title">
<item name="textSize">20.0dip</item>
<item name="textStyle">normal</item>
<item name="textColor">#ffe6e6e6</item>
</style>
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent.Time" parent="@style/TextAppearance.StatusBar.EventContent.Time">
<item name="textSize">15.0dip</item>
<item name="textStyle">normal</item>
<item name="textColor">#ff9b9b9b</item>
</style>
Click to expand...
Click to collapse
havent tested it yet, but will try it later, and update this thread
EDIT2: yes, that did the trick, works now
Edit: SOLVED by searching others' appfilters.
Hi!
I have a Nexus 10, and love it. There are, however, a few things that annoy me more or less, but none of them is caused by Google or Samsung. The device is awesome. It's just that the app drawer contains many 3rd party app icons that were created before the high-res times.
Since the app drawer is a rather central thing to Android, I decided to do something about it.
I'm a total noob, so I thought that creating a theme all by myself would be too much of an effort - I decided to modify an existing package instead. I took this icon package, appended it, and used it with Nova Launcher: http://forum.xda-developers.com/showthread.php?t=2053625
This is what I did:
Added a 144x144 PNG icon to res/drawable-xxhdpi for each app.
Added lines of code to res/xml/appfilter.xml, which you can see below. Within ComponentInfo{} I wrote the APK name first, then a slash, and then the activity that is shown by the Nova activity widget activity chooser.
About 95% of the replacements worked fine, one example would be this:
Code:
<item component="ComponentInfo{com.sand.airdroid/com.sand.airdroid.Splash}" drawable="airdroid" />
These are the lines that did not work:
Code:
<item component="ComponentInfo{org.ebookdroid/ui.library.RecentActivity}" drawable="books" />
<item component="ComponentInfo{gpc.myweb.hinet.net.PopupWeb/PopupWeb_Browser}" drawable="browser" />
<item component="ComponentInfo{com.android.calculator2/Calculator}" drawable="calc" />
<item component="ComponentInfo{com.google.android.diskusage/SelectActivity}" drawable="disk" />
<item component="ComponentInfo{com.inisoft.mediaplayer.a/tivity.MainActivity}" drawable="dice" />
<item component="ComponentInfo{com.ivona.tts/WelcomeActivity}" drawable="ivts" />
<item component="ComponentInfo{com.bel.android.dspmanager/activity.DSPManager}" drawable="dsp" />
Can help me with this?
(The items that do not work are: EBookDroid, Floating Browser, (Stock Calculator), DiskUsage, Dice Player, Ivona TTS (Engine), Mantano Reader, DSP Manager.
Cheers
ping
Edit: FYI
The corrected lines
Code:
<item component="ComponentInfo{org.ebookdroid/org.ebookdroid.ui.library.RecentActivity}" drawable="books" />
<item component="ComponentInfo{gpc.myweb.hinet.net.PopupWeb/gpc.myweb.hinet.net.PopupWeb.PopupWeb_Default}" drawable="browser" />
<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator}" drawable="calc" />
<item component="ComponentInfo{com.google.android.diskusage/com.google.android.diskusage.SelectActivity}" drawable="disk" />
<item component="ComponentInfo{com.inisoft.mediaplayer.a/com.inisoft.mediaplayer.a.SplashActivity}" drawable="dice" />
<item component="ComponentInfo{com.ivona.tts/com.ivona.tts.WelcomeActivity}" drawable="ivts" />
<item component="ComponentInfo{com.bel.android.dspmanager/com.bel.android.dspmanager.activity.DSPManager}" drawable="dsp" />
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??
So the application uses Holo.Light as default. And i want to use the Holo theme to all listviews inside the application, so im doing something like this
Code:
<style name="myAppTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:listViewStyle">@style/CustomListView</item>
</style>
<style name="CustomListView" parent="@android:style/Widget.Holo.ListView">
</style>
317
LinkOut said:
So the application uses Holo.Light as default. And i want to use the Holo theme to all listviews inside the application, so im doing something like this
Code:
<style name="myAppTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:listViewStyle">@style/CustomListView</item>
</style>
<style name="CustomListView" parent="@android:style/Widget.Holo.ListView">
</style>
Click to expand...
Click to collapse
Does anyone have any suggestions?