I am trying to locate power control widget, and search widget. I have looked in system/apps...... with no luck. Any help would be appreciated.
maybe this will help...
change the title of your thread to reflect your problem
enragedpaza said:
I am trying to locate power control widget, and search widget. I have looked in system/apps...... with no luck. Any help would be appreciated.
Click to expand...
Click to collapse
Ok I after you posted this I tried finding it with no success. The only thing I can come up with is it is packaged in with another apk presumably one of the Google ones.
If you find it I would like to know as well for future reference
Sent via the Sprint HTC EVO
Try This
Widget Search = google or HTC google search widgets
Widget Power Control = power control widget
Widget Settings = 4g, Airplane Mode, Bluetooth, GPS, Hotspot, Mobile Networks and Wi-Fi.
weidnerj said:
Widget Search = google or HTC google search widgets
Widget Power Control = power control widget
Widget Settings = 4g, Airplane Mode, Bluetooth, GPS, Hotspot, Mobile Networks and Wi-Fi.
Click to expand...
Click to collapse
UM are you talking about, to put them on the home screen? I am talking about, with in the ROM so I can mod them.
for search, possible in GoogleSearch.apk or htcsearchwidget.apk.
For power widget, i think that may be in /system/framework/framework-res.apk
Also check the /system/framework/com.htc.resources.apk
Thanks for the tip
Related
Anyone know of a widget to switch between 3G and 2G? I hate having to trawl through the settings menus.
DrBarrell said:
Anyone know of a widget to switch between 3G and 2G? I hate having to trawl through the settings menus.
Click to expand...
Click to collapse
It's not possible. Even the widgets on the market will direct you to the settings screen to make the adjustment
DrBarrell said:
Anyone know of a widget to switch between 3G and 2G? I hate having to trawl through the settings menus.
Click to expand...
Click to collapse
switchpro widget should do it mate got few other things on it aswell
There's one by curve-fish that'll take you to that menu, but i don't like the logo much. Search on the market-place, and you should find some apps.
Great app available
There is one in the Market place that just does in one click.
Search for "3G Toggle"
App name : Toggle data Widget
App By : Cameron Murphy
thanks for the advice guys, I'll check them out
Is there any place to change what options are on the Power Control widget? I've found settings to be kind of a pain on this phone so far...
I was having problems setting up Google Voice to control my voice messages. I kept getting "network is not currently supported for automatic set up". All I wanted to do is find where in the settings menu the Voicemail setting was...Why did they hide it in with the "Phone" app rather then in the actual phone settings menu? Took so long to figure that one out lol...
Yeah moving the voicemail was kind of silly. You can customize whats on the power widget by using a app named Widgetsoid.
https://market.android.com/details?...rch_result#?t=W251bGwsMSwyLDEsImNvbS5qaW0yIl0.
No really, not a different customizable widget...
Is there a way to change the settings on an already configured Power control widget?
I used to go about adding a new widget and deleting the old one, but that gets tedious.
I thought I found the existing widget settings somewhere when I updated to cm7.2 but now I cannot for the life of me find it ANYWHERE
I just want to choose different brightness toggles, but I do not want to go through all of the data / wifi / sync combos again...
EvanVanVan said:
I was having problems setting up Google Voice to control my voice messages. I kept getting "network is not currently supported for automatic set up". All I wanted to do is find where in the settings menu the Voicemail setting was...Why did they hide it in with the "Phone" app rather then in the actual phone settings menu? Took so long to figure that one out lol...
Click to expand...
Click to collapse
I'm on Verizon and it doesn't support automated setup but when I clicked the help it told me to dial *something and that fixed it right up.
ll77 said:
No really, not a different customizable widget...
Is there a way to change the settings on an already configured Power control widget?
I used to go about adding a new widget and deleting the old one, but that gets tedious.
I thought I found the existing widget settings somewhere when I updated to cm7.2 but now I cannot for the life of me find it ANYWHERE
I just want to choose different brightness toggles, but I do not want to go through all of the data / wifi / sync combos again...
Click to expand...
Click to collapse
Just use something like widgetsoid. The stock Power Control widget has its 5 toggles and can't be changed.
Answered my question!
martonikaj said:
Just use something like widgetsoid. The stock Power Control widget has its 5 toggles and can't be changed.
Click to expand...
Click to collapse
Thank you for the answer to my question.. I wish the setting could be changed so you didn't have to install another widget control bar.
Question #2: Is it safe to remove the Original Power Control widget .apk so I can get rid of unused apps?
Thanks!
xKJTx
After searching in several places I can't find a way to start driving mode from a switch widget other than from the notification pull down. Ultimately what I would like to do is make an AutomateIt rule to it turn on/off when I connect via Bluetooth to my Pioneer DEH-X6500BT truck/car deck. I have some TecTiles and even in Samsung's Tectile app there isn't a switch setting for Driving Mode. This seems like it should be a simple thing to do...what am I missing?
Running CleanROM SE 1.5 W/Nova Launcher
Thanks!
Use tasker or NFC Task Launcher
[email protected] said:
After searching in several places I can't find a way to start driving mode from a switch widget other than from the notification pull down. Ultimately what I would like to do is make an AutomateIt rule to it turn on/off when I connect via Bluetooth to my Pioneer DEH-X6500BT truck/car deck. I have some TecTiles and even in Samsung's Tectile app there isn't a switch setting for Driving Mode. This seems like it should be a simple thing to do...what am I missing?
Running CleanROM SE 1.5 W/Nova Launcher
Thanks!
Click to expand...
Click to collapse
You could enable the drive mode widget by editing the SecSettings.apk. I forgot what the xml file is that has the setting, but I ran into it the other day...
Sent from my giant i317 Pocket Monster
royalh said:
You could enable the drive mode widget by editing the SecSettings.apk. I forgot what the xml file is that has the setting, but I ran into it the other day...
Sent from my giant i317 Pocket Monster
Click to expand...
Click to collapse
I'll look into that... I haven't researched the SecSettings.apk.
Thank you
[email protected] said:
I'll look into that... I haven't researched the SecSettings.apk.
Thank you
Click to expand...
Click to collapse
If you really want to thank me, you can press the "Thanks" button!
FYI - I found the setting for you - It's in ..\res\values\bools.xml
and the toggle is <bool name="driving_mode_widget">false</bool>
change it to true and recompile apk... If you do it right, you'll now have a driving mode widget in your widget drawer...
royalh said:
If you really want to thank me, you can press the "Thanks" button!
FYI - I found the setting for you - It's in ..\res\values\bools.xml
and the toggle is <bool name="driving_mode_widget">false</bool>
change it to true and recompile apk... If you do it right, you'll now have a driving mode widget in your widget drawer...
Click to expand...
Click to collapse
That will work! I just have to gather up the tools and get started. It looks fairly straight forward with what I have been reading so far.
Thanks again (with a button click)
Hi.
I wonder if there's any widget or similar to have it on the home screen to enable/disable data. I have a widged that I found it on the side for widgets that have controls to enable/disable wifi, bluetooth, ... but not data.
I'm sorry if this is already answered, but I can not find it..
Can anyone help me?
Thanks in advance.
edit: sorry, wrong forum... Please move to the right one. My appollogizes
Power Toggles does that.
I used "data on/off" by Antonio LA Rocca until I installed Snapdragon Battery Guru on my phone. Now I use the wisher that comes as part of that app. Both work well
Sent from my Moto G
The weather/clock widget on my lockscreen says "Weather Unavailable" ! I found it, that if I turn of my location settings, the weather will show up again, but I do not want it to stay on all the time, so what I did is I went to the weather options and added manually my city, hoping that it will no longer be necessary to leave location service on all the time, but NO, that didn't happen, it still says "Weather Unavailable" !
What am I missing ? With any other weather app I seam to be able to add the city manually and not to worry bout the location setting to be on constantly, so is there a way to do the same with HTC's weather widget ?
Thanks
Haik0 said:
The weather/clock widget on my lockscreen says "Weather Unavailable" ! I found it, that if I turn of my location settings, the weather will show up again, but I do not want it to stay on all the time, so what I did is I went to the weather options and added manually my city, hoping that it will no longer be necessary to leave location service on all the time, but NO, that didn't happen, it still says "Weather Unavailable" !
What am I missing ? With any other weather app I seam to be able to add the city manually and not to worry bout the location setting to be on constantly, so is there a way to do the same with HTC's weather widget ?
Thanks
Click to expand...
Click to collapse
i have Problems or had Problems too...my village where i live wasn't found but adding it manually worked for a few minutes...now flashed another Rom but not because of that and see there...it works normally again
One-M8-Master said:
i have Problems or had Problems too...my village where i live wasn't found but adding it manually worked for a few minutes...now flashed another Rom but not because of that and see there...it works normally again
Click to expand...
Click to collapse
I have no problem finding my city, it is immediately detected by the app, also I am getting the weather info inside the weather app itself, but on the lockscreen widget it just shows "WEATHER UNAVAILABLE"
At first I though that I probably "hibernated" something from Greenify, responsible for updating the weather info, but no! there is nothing that is remotely related to weather widget
Haik0 said:
I have no problem finding my city, it is immediately detected by the app, also I am getting the weather info inside the weather app itself, but on the lockscreen widget it just shows "WEATHER UNAVAILABLE"
At first I though that I probably "hibernated" something from Greenify, responsible for updating the weather info, but no! there is nothing that is remotely related to weather widget
Click to expand...
Click to collapse
yea that was my Problem too so after re-flashing the same Rom or flashing new one it is fixed...so yea something from HTC what we hibernated seems to broke it...i had the really same Problem like you ...the City/village whatever Name wasn't there and i couldn't update manually but automatic worked even without the Name...just reflash Rom
One-M8-Master said:
yea that was my Problem too so after re-flashing the same Rom or flashing new one it is fixed...so yea something from HTC what we hibernated seems to broke it...i had the really same Problem like you ...the City/village whatever Name wasn't there and i couldn't update manually but automatic worked even without the Name...just reflash Rom
Click to expand...
Click to collapse
Ok, Thanks a lot for your response !!
One more question. While ago I took the weather/clock widget off my homescreen, now I don't seam to be able to find it in the widgets chooser ) Could you pleas take a look at your widget chooser and tell me what the name of that HTC's default widget name ?
Thanks
Haik0 said:
Ok, Thanks a lot for your response !!
One more question. While ago I took the weather/clock widget off my homescreen, now I don't seam to be able to find it in the widgets chooser ) Could you pleas take a look at your widget chooser and tell me what the name of that HTC's default widget name ?
Thanks
Click to expand...
Click to collapse
World clock, at the end of the list
The weather seems to work if u set location settings to high accuracy or battery saving mode
Sent from my HTC One_M8 using XDA Free mobile app
sameer1807 said:
The weather seems to work if u set location settings to high accuracy or battery saving mode
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Nope even then I had problems but it works now...it has to do with greenify if you greenify even one time only something minimal related to it it will break it even after reboot...only reflashing seems to help
One-M8-Master said:
World clock, at the end of the list
Click to expand...
Click to collapse
Thanks a lot for the name of the widget ) !!
sameer1807 said:
The weather seems to work if u set location settings to high accuracy or battery saving mode
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
Yes I can confirm, it works on ether of those settings ( high accuracy or battery saving). But the location setting is just to determine the location, that's it. After that a mobile data or wifi is required to get the weather info for that area (previously determined by the location service), but I have already added the location manually in to the weather app, but yet it still requires to have the location service On, constantly