[XAP] Power Slider - App to change master volume & Screen Brightness - Windows Phone 7 Development and Hacking

Hi,
I have created a simple app for changing master volume. This app would be helpful for those who do not wish to use physical keys. This app works in dev unlocked device and greater.
Finally, thanks to Fiinix for the dllImport project.
Update 1:
========
Added Screen brightness slider also. Not sure if it is really needed by users.
Though the values are updated to registry, there is not much difference in brightness while sliding.
Thanks to Heathcliff for WP7RootTools sdk.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Works on Focus
Installed on my Focus and works well with one exception. Always shows 17 as the level if last set to 0 or mute. If set to any other number, that number will be properly displayed when closing and reopening this app.

HTC Titan dev unlock ok Thank a lot!

Thanks for the finding.. I removed the default value 17..
Plz use the attached XAP.

Great
Purushoth said:
Thanks for the finding.. I removed the default value 17..
Plz use the attached XAP.
Click to expand...
Click to collapse
That did it, works fine. Was waiting for something like this.

At a guess, this shouldn't even require interop-unlock, much less full-unlock or root-unlock. Is that correct? I know you can change the volume level using DllImportProject on just dev-unlock only.

Few improvements imho:
*mute button should unmute if phone allready muted
*max level button
*arround 3 custom buttons (that you can previously set the vol level to w/e you want)
*a metro icon
cheers

In my not full-unlock rom of my HTC Mozart work well. Thanks.
Sent from my HTC 7 Mozart using XDA Windows Phone 7 App

fredsky2 said:
Few improvements imho:
*mute button should unmute if phone allready muted
*max level button
*arround 3 custom buttons (that you can previously set the vol level to w/e you want)
*a metro icon
cheers
Click to expand...
Click to collapse
@GoodDayToDie,
Yes, all dev unlocked devices will be supported. It doesn't need full unlock.
@fredsky2,
Will update with a metro icon and preset button. Max vol could be configured in preset itself.
The api does not have support for mute. I could only reduce the volume to 0. Even if I store the value locally, it will not be useful if physical keys are also used in parallel.

a most excellent idea, thanks. will provide feedback once i actually try it out.
definitely a nice application.
and i do agree with the suggestions by @fredsky2, plus a 'return to default 15 volume' button.
i don't see the use of Custom Buttons beyond a Max, Default & Mute button.
i also suggest removing the Splash Screen, application should load more swiftly.
if you want to do a Mute/Unmute button, you might...
when Mute button is pressed:
01. catch & save the current volumeValue
02. change volumeValue to 0
03. change button Title to Unmute or hide buttonMute to reveal buttonUnmute
when [Un]mute Button is pressed:
01. grab savedVolumeValue
02. change volumeValue to savedVolumeValue
03. change Button Title to Mute or hide buttonUnmute to reveal buttonMute
Purushoth said:
Thanks for the finding.. I removed the default value 17..
Plz use the attached XAP.
Click to expand...
Click to collapse
i suggest you add that attachment to the original post; almost missed it.

Oh My God! Thanks OP for coming out with this. Your timing couldn't be any better....
I just posted a dismantling guide for the Titan in the Titan fora and I accidentally broke the data strip that connects the volume hard keys to the device. Much to my surprise (or lack thereof), there is no way to change volume without these keys (or with a headset that allows you to do this). Your app is literally the answer to my prayers
Thanks again!

@sh4d0w86,
Improved loading speed of app by removing unwanted dll's. It should be now faster.

Works on my Windows Phone Samsung Focus, Chevron Unlocked, Mango . Here are my suggestion.
1. Live Tile to Mute, Bring Volume to a Defined Level.
2. Colour of the bar can change from green to yellow to red depending if volume is low, medium and high.
- Live Tile can also follow the color codes
3. Support for Vibrate Mode and Live tile for it.
4. Fancy Stuff :
- Let user tilt the phone to change volume.
- Support with Talk Me to set volume to a desired level.
And Like sh4d0w86 said, sync when volume is changed with hardware button.
---------- Post added at 12:50 PM ---------- Previous post was at 12:32 PM ----------
If possible bring in the profiles where I can have combination of Volume Level, Vibration etc to change it at a certain time or when I need it.

@Purushoth
Very useful app, works very well on my Omnia 7 with custom rom.
Big thanks.

@sh4d0w86,
Added custom buttons as you guys wished.
I tried to change icon. But I am very poor in design. Please feel free to change the icon and post.

could you re-upload Power Slider?
i have downloaded three times and each time the file is corrupt.

sh4d0w86 said:
could you re-upload Power Slider?
i have downloaded three times and each time the file is corrupt.
Click to expand...
Click to collapse
Sorry, somehow it got partially uploaded.
Uploaded it again. Pls try now.

Cool application! one thing though,
I'm having an exception in the brightness area... I have HD7 with Custom ROM (Fully Unlocked)

Not working correctly on my HTC 7 Pro (fully unlocked)
Volume control working fine.
Brightness changes nothing..
Apps showing me : "Error occured: The System cannot find the file specified"
SAME Thing as by Lidanh !

Related

[REQ] Need a shortcut to toggle Bluetooth on/off

I am using a BT handsfree in my car. I need a quick method to toggle BT on/off mith the minimum of clicks. Ideally, on the home screen.
Any solution is appreciated, also existing apps/tweaks whatsoever.
The option to keep BT all the time on is not acceptable, due to many reasons eg. battery consumtion.
Thanx
Search for vjvolubilis. It's here http://forum.xda-developers.com/showthread.php?t=255911
try ammars or panoshas action screens (search for them in this section of the blackstone apps)
work a treat - ammars action screen enables bluetooth with discoverability and panoshas just enables bluetooth
Hi!!
Try Launch Manager...its veeeery goood
you my use the previous tips or just get that http://forum.xda-developers.com/showthread.php?t=362115, simplest of possibilities....this cab add to your programs an icon which tapped make your bluetooth on and discoverable mode....tap it again and it will switch it of.
AEButton Plus will do what you're after. I have it set to a tripple press of the up volume button (double is WiFi toggle, single: Volume) but you can set it to anything, even a single press.
chaosdefinesorder said:
AEButton Plus will do what you're after. I have it set to a tripple press of the up volume button (double is WiFi toggle, single: Volume) but you can set it to anything, even a single press.
Click to expand...
Click to collapse
Thanx a bunch for everyone! But AEButton Plus simply ROCKS!!!!!
Here is a schema for Blackstone I have found and implemented:
Button mappings scheme:
* OK key (in fact, it is arrow left or home on our hd)(4075):
2: "Turn Bluetooth On/Off"
3: "AlReader"
* Volume Up (0075):
Change volume or...
1: Press Up arrow key
* Volume Down (0076):
Change volume or...
1: Press Down arrow key
* Green Phone button (0072):
1: Press Green Button
2: "Contacts"
3: "Calendar"
* Red Phone button (0073):
Hang Up current call or...
1: Press Red Button
2: Task Manager
3: Show Actions Menu
Taskman exceptions
- "Phone"
Action Menu Items
- Show Backlight Dialog
- Rotate Screen
- Show current date/time
- Switch BlueTooth Off/On
- Switch WiFi Off/On
- Trigger Online
- Switch Display Off/On
- Disable "power off if not used"...
- Soft-Reset your device
- Power-OFF your device
Restore Volume Slider:
- During phone calls
- if Today is active
Screen Orientations:
- 0° (Normal)
- 270°
Timeouts:
- Task Manager Close in 3s.
- Actions Menu Close in 5s.
- Date/Time Close in 4s.
Backlight Settings
- Darkest level: 1
- Brightest level: 11
- Backlight step: 1
Keypress timeout: 400ms
Charge Sensor: Standard charge sensor
Power Off Level: 0%
Other settings
- Drop On Red Key
- Show notifications
- Large Task Manager
Thanks to all of you!
how to install the bluetooth toggle
Can someone tell me how to install it, there are 2 files in the zip,
how can I mke this toggle work
zvi1 said:
Can someone tell me how to install it, there are 2 files in the zip,
how can I mke this toggle work
Click to expand...
Click to collapse
It's not actually only the toggle, it's a whole software to programmatically change buttons behavior.
Don't know what you mean with two files, all you need is a .cab file. Simply comy it somewhere to device (e.g. onto mictoSD per USB cable) and then start it in Windows Explorer.
During install you will get the settings window, where you can perform settings as I suggested above.
Bluetooth Toggle Discoverable
I asked about "Bluetooth Toggle Discoverable" in the the followind shortcut:
http://forum.xda-developers.com/showthread.php?t=362115
it includes 2 file and i donot understand how to use it.
use this!
unzip this file, and copy CicleBT.exe to your hd, map a button to it. when you run it, this program will turn on (or turn off) bluetooth.
sorry, my english is very poor
CicleBT.exe
Tankyou, it is doing what I need,
i have TOUCH HD but when I want to attached it to butten,
i donot see it in program list, what sould i do?
zvi1 said:
Tankyou, it is doing what I need,
i have TOUCH HD but when I want to attached it to butten,
i donot see it in program list, what sould i do?
Click to expand...
Click to collapse
use file explorer make a shortcut for CicleBT.exe, place the shortcut to \windows\start menu\program(i use chinese rom, not sure of it), then u can see it in program list
zvi1 said:
I asked about "Bluetooth Toggle Discoverable" in the the followind shortcut:
http://forum.xda-developers.com/showthread.php?t=362115
it includes 2 file and i donot understand how to use it.
Click to expand...
Click to collapse
put the two files into a folder on your phone. mine are in a folder in program files on my storage card. then open up two windows on your pc. the first window with the the files in on your phone and in the second got to windows/start menu/programs on your phone. then just drag and drop with the right click of your mouse the bluetooth file. when the menu appears choose create shortcut here. exit all windows and go to your phone. you will now find the shortcut in your programs. hope this helps
Marcdu81 said:
Hello,new files with new icons .
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Available here .
bluegold said:
use this!
unzip this file, and copy CicleBT.exe to your hd, map a button to it. when you run it, this program will turn on (or turn off) bluetooth.
sorry, my english is very poor
Click to expand...
Click to collapse
Just what I was after so CABbed it for install/uninstall including shortcut. Can then map it to a button in Settings -- Personal -- Button -- Button 1 (hold)

[2010-03-27]SciLor's GSensor Control Preview v2

SciLor's GSensor Control Preview v2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SciLor's GSensor Control is a tool for converting your Gsensor in a Dpad .
Choose from to modes: Analog Emulation or Digital Pad.
Analog Emulation sends the more keystroke the more you tilt your device
Digital Pad just holds the button in the direction you tilt it. If you put your device flat again the button is release.
You will know to be able to press enter by pulling your device up.
Readme:
Code:
SciLor's GSensor Control Preview v2
i.
.7.
.. :v
c: .X
i.::
:
..i..
#MMMMM
QM AM
9M zM
6M AM
2M 2MX#[email protected]
OM tMMMMMMMMMM;
.X#MMMM ;MMMMMMMMMMMMv
[email protected]@
[email protected]
[email protected]@#$BWWB#@@#$WWWQQQWWWWB#@MM.
MM ;M.
$M EM
[email protected]@@@@@@@@@@@@@@@@@@@@@@@@@@@#OMM
#M cM
QM Another Cake by tM
MM SciLor CMO
.MMMM oMMMt
1MO 6MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM iMM
.M1 BM For all Portal Lovers! vM ,Mt
1M @M............................... WM M6
MM .A8OQWWWWWWWWWWWWWWWWWWWWWWWWWWWOAz2 #M
MM MM.
@MMY vMME
UMMMbi i8MMMt
[email protected];;i.......i;XQMMMMMMt
;[email protected];.
ReadMe
You will need .NET CF 3.5 (and a device with a g-sensor of course) - Link at the Bottom
This is a g-sensor d-pad emulator. Just tilt your device for sending up/down/left/right/return.
For sending the return button just pull your device upwards.
-Analog Emulation tries to send the more keystrokes the more you tilt your device
-Digital Pad sends just holds the "button" as long you tilt your device in that direction
You will always have to run the application to make it work. There is not background process (yet).
Beware, Alpha status!
ToDo:
Additional:
Known Bugs:
If you like my hard work PLEASE DONATE! :)
http://www.scilor.com/donate.html
ChangeLog:
Preview v2(2010-03-27)
-Enhancement: Pull your device upwards to press enter.
-Fix: Less CPU ussage to stop lagging.
-Internal: Recoded everything for future use of new features
-----------------------
Preview (2010-03-23)
-Initial Preview Release
---------------LINKS-------------------------
My Website: http://www.scilor.com
SciLor's WiMoBlue Website: http://www.scilor.com/gsensorcontrol.html
Donation: http://www.scilor.com/donate.html
-
DotNET CF 3.5: http://www.scilor.com/gsensorcontrol.html
Download/More Info: http://www.scilor.com/gsensorcontrol.html
WOW need to try this!
sounds verry intresting!
Totally off topic, and please forgive this post But what program is that your using to show open programs in tha top taskbar? i had tha App, SD card corrupted and have no clue...
Again i Apologize
Thanks for any help..
Oh and your app seems cool.. i Will test it
NICE! Congrats! Keep Going!
criminalogic said:
Totally off topic, and please forgive this post But what program is that your using to show open programs in tha top taskbar? i had tha App, SD card corrupted and have no clue...
Again i Apologize
Thanks for any help..
Oh and your app seems cool.. i Will test it
Click to expand...
Click to collapse
Search for WKTask
Wow, this is quite innovative. Gonna try definitely.
Nice but can I suggest something?
I completely agree, this is what button less devices need. I can't believe there are no proper working versions of tilt scrolling are available. G controller and D pad seem promising but are not really getting far.
As far as I can see you only need two things to get this working great.
1: Device centring so it can be calibrated to a normal holding position for neutral.
2: Maybe a map to a button to pause it - so, for instance, hold the volume button so stop it scrolling once you are where you need to be - or the other way round - press a button to un-pause it and allow scrolling.
If you could get it to emulate finger scrolling - like moving around a webpage or document - that would be awesome.
Good luck - someone's gotta get this working
Nice ideas, I will take them into account Feel free to post future suggestions in my Forums so I can better keep track of them!
tested
I tried this on my Imagio this morning (6.5). Didn't appear to work (I could have been doing something wrong but it seems like a pretty straight forward deal). I tested it on the Total Commander menu and the PHM Registry menu. It did not respond to either of the 2 options.
I tried installing on device memory and storage card. I did several soft resets. I reinstalled. I have zoombar plus installed. that turns your zoombar into a d pad by sending keystrokes- could that cause a conflict with this app?
**EDIT** So I uninstalled both. Reinstalled GSensor. Still not working for me. Looking forward to further development though.
To bad Do you have any GSensor build in? Does other software work that uses this sensor (HDWobble/HD2Wobble)?
GSensor
I do have a G Sensor built in. I have the game Teeter (labyrinth) . Works like a charm.
I will come back to you, if I continue working on it
Brilliant!
I've just installed it on my HD2 (using Duttys HG v0.9 WWE).
The only App I really want to use it in is MS Reader & I can confirm that it works there. However, there are a few enhancements needed before I'd add it to my permanently installed programmes ...
1.) Sensitivity setting ... it's far too sensitive (analogue or digital) ... I'd prefer it if a definite movement was needed, as it is, the slightest adjustment of angle (and none of us are rock steady! ) triggers the app.
2.) The ability to automatically enable or disable depending on which application had the focus (i.e. a whitelist & a blacklist) ... was a bit disconcerting when my home-page suddenly started switching tabs, etc!
3.) Calibration for centering (as suggested by Toggs) ... I definitely don't use my phone perfectly flat, but hold it tilted at all times ...
4.) ?? Mapping of the G-Sensor direction ?? i.e. I'm fine with left-tilt/right-tilt being page forward, page-back. But it would be nice if up-tilt/down-tilt were mappable to something else.
5.) This is 1. & 4. combined ... would it be possible to be selectively sensitive? i.e. set the up-tilt/down-tilt to a low (or zero) sensitivity & the left/right higher?
Thanks for a great addition to my HD2 experience. I'll definitely be donating once it's out of beta!
Thank you for your suggestions. I wil do my best to include that
SciLor
Does nothing here on my Touch HD
What should it do?!
Do I have to start that program to work or is it autostarted after a soft reset?
Should it "simulate" d-pad right button when i do this with my phone?
Doing nothing for me either. I am really looking to try this & spread word about it...Let me know if I can be of any help. I tried both ways but not working..actually nothing happens actually. Using TP2 unbranded with g-sensor enabled.
Nice, gonna try this.
btw. why are you giving me the finger in your readme
pmbellis said:
1.) Sensitivity setting ... it's far too sensitive (analogue or digital) ... I'd prefer it if a definite movement was needed, as it is, the slightest adjustment of angle (and none of us are rock steady! ) triggers the app.
Click to expand...
Click to collapse
Yes, that will be great. For now its to much.
Maybe its nice idea to measure the curent state (position) of the device and use that as 0 position (starting) for G-Sensor every time we starting this software
I will do my best to give you a nice experience. I am currently planning that you can set up a standard behavior and you may also set special behavior for applications. You may choose if the GSensor should be calibrated on the programs startup automaticly, you may pre calibrate it for the application only or use the standard you set.
Mhh I hope I find enough time to make that features soon
SciLor
PS:
What about running it as a process, seperated from the config tool so there is any need of an open window in the background.

[APP] Device Volume -[R]- 14 Apr 12 -[U]- 21 Apr 12 -[V]- 0.2.0.0

Device Volume
powered by fiinix's DllImport Project​
description
--- Master Volume Adjustment via app or pinned tile
important
--- Increase / Decrease button(s)
------ single tap = +/- 1
------ double tap = +/- 5
--- Increase / Decrease tile
------ +/- 5
------ will open and immediately close
--- Unmute button / tile
------ will increase Volume to 30
--- hold Mute, Unmute, Increase or Decrease button to pin respective tile
release log
--- Device Volume v0.2.0.0
------ see Post #4 or click here
Thank you. Please add "Mute/ un mute" icon to home screen, Increase / Decrease icon is unuseful
vt2912 said:
Thank you. Please add "Mute/ un mute" icon to home screen, Increase / Decrease icon is unuseful
Click to expand...
Click to collapse
thanks. would have already been included, but was too lazy to create icons for them. that feature shall be added in a future release and well as some others features. thanks for supporting.
Device Volume v0.2.0.0 released
--- Added/Enabled/Updated
------ double tap Increase / Decrease button to +/- 5
------ Increase / Decrease Tile +/- 5
------ pin Mute / Unmute Tile(s)
--- Removed/Disabled
------ Increase / Decrease Tile +/- 1
goo job man thnx
works on my HD7
This is a great step; one question will this be able to be expandble to an equalizer type control in the future, where on could also control the trebile or base? See exsample below.
http://www.xda-developers.com/android/megabassbeats-brings-more-punch-to-the-galaxy-sl-and-galaxy-3/
---------- Post added at 09:59 AM ---------- Previous post was at 09:46 AM ----------
sinister1 said:
This is a great step; one question will this be ablet to be expandble to an equalizer type control, where on could also control the trebile or base? Se exsample below.
http://www.xda-developers.com/android/megabassbeats-brings-more-punch-to-the-galaxy-sl-and-galaxy-3/
Click to expand...
Click to collapse
Something like on the link below:
http://forum.xda-developers.com/showthread.php?t=1558755
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sinister1 said:
This is a great step; one question will this be able to be expandble to an equalizer type control in the future, where on could also control the trebile or base? See exsample below.
Click to expand...
Click to collapse
if I figure out how, I can and certainly would implement that feature in a future release.
sh4d0w86 said:
if I figure out how, I can and certainly would implement that feature in a future release.
Click to expand...
Click to collapse
I know that to do such a thing requires a lot of work and I appreciate it, thanks for the good job and hopefuly we can have a working equalizer soon, if not oh well.
mute/unmute should be on the same button
gavrila said:
mute/unmute should be on the same button
Click to expand...
Click to collapse
i assume you are talking about when you pin the tile..?
had originally done that, but i didn't like how the tile functioned. will re-implement when i find a more effective way to initiate.
Thanks, great App!
Could you build upon this and add a feature to automatically adjust the sound based on the current time? (and during appointments etc. )
WP7 is driving me nuts at night with all the bleeps for new emails.
IceEyz said:
Thanks, great App!
Could you build upon this and add a feature to automatically adjust the sound based on the current time? (and during appointments etc. )
WP7 is driving me nuts at night with all the bleeps for new emails.
Click to expand...
Click to collapse
Check out the Snotify app, with which you can do just that!
http://forum.xda-developers.com/showthread.php?t=1613467
Where is the download for this?
alan93 said:
Where is the download for this?
Click to expand...
Click to collapse
+1
alan93 said:
Where is the download for this?
Click to expand...
Click to collapse
TheGame™ said:
+1
Click to expand...
Click to collapse
sorry, had taken down the XAP download. it is available on Bazaar or DS Market.
I have been working on an update.
Where is the download for this?
I had removed long ago as I had an update planned. the update never saw release, obviously. however, the app, as well as my others, should still be downloadable from Bazaar or DS Market.
sent from my Nokia Lumia 810 using Tapatalk.
as you Know Bazaar stoped
I did not know. I never used Bazaar or DS Market. always just sideloaded my apps ol' school. is dotcompt's DS Market still up?
sent from my Nokia Lumia 810 using Tapatalk.
Download link
sh4d0w86 said:
Device Volume v0.2.0.0 released
--- Added/Enabled/Updated
------ double tap Increase / Decrease button to +/- 5
------ Increase / Decrease Tile +/- 5
------ pin Mute / Unmute Tile(s)
--- Removed/Disabled
------ Increase / Decrease Tile +/- 1
Click to expand...
Click to collapse
dotcompt's DS Market Stopped
Download link please

[Updated] [Xap] PWPD Tweaks V 0.2

Hi to every body
this is a first version of this app and develop to be continue. this program change some registry key can help you to using your WP7 device and enjoy using it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What is add in new version::laugh:
add option to customizes search button(for device that has a touch search button)
add ability to disable Start menu Alphabetically when your app rich the max
disable Charging sound
Option to restart the phone when exit from program
and remove IP V6
Capabilities:
Off/On vibrate of 3 key (for saving buttery)
Add software camera button for Taking faster picture
Off/On press key sound of keyboard
Disable IPV 6
Change quality of windows from 16 bit to 32 bit or vice versa
Show 3G button
Fix Audio for Leo(HD2) the very loud noise in call and using windows
number of app keep in task switcher by pressing home key you can foreword app in task switcher and by Holding back key you can see the app
Important Note:
This application need full unlock rom to work!!!
me and PWPD group don't have any responsible for any damage from this app to your device so use this app in your own risk.
Thanks to:
Heathcliff74 for the wonderful WP7 Root Tools SDK
mido-mido to give me registry key
My laptop to allow me to write this app in it
and MS for great windows
any suggestion for this app accepted
Download
V 0.1 beta
V 0.2
Developed by Mohsen-unique @ PWPD
Hi, great app, only two things:
1) 3 key vibrate don't work for me (Omnia 7 root unlock)
2) What is "Display toggle"?
Everything works fine except the max app taskswitcher is always 6.
My ROM is ansar 8773 NT
hoaisonongame said:
Everything works fine except the max app taskswitcher is always 6.
My ROM is ansar 8773 NT
Click to expand...
Click to collapse
restart your phone after doing tweak
Nickg. said:
Hi, great app, only two things:
1) 3 key vibrate don't work for me (Omnia 7 root unlock)
2) What is "Display toggle"?
Click to expand...
Click to collapse
1)I think this is only for HTC device
2) Display toggle Change quality of windows from 16 bit to 32 bit
MOHSEN-UNIQUE said:
restart your phone after doing tweak
1)I think this is only for HTC device
2) Display toggle Change quality of windows from 16 bit to 32 bit
Click to expand...
Click to collapse
ok thanks
About the software camera button for taking faster pictures. It does not focus, only take a picture when you press it, so it's quite useless unless you can make it focus and then take picture..
Gampanat said:
About the software camera button for taking faster pictures. It does not focus, only take a picture when you press it, so it's quite useless unless you can make it focus and then take picture..
Click to expand...
Click to collapse
just hold phone one second before pressing the button and it will focus and then press the button and you'll have a normal image as before...(i use this method and it take the same image with hardware camera button...)
very good application. i love it. +1
vova1609 said:
very good application. i love it. +1
Click to expand...
Click to collapse
Glad to hear it...
at this time we're working on V0.2....with a little few more tweaks...that would come in handy....
Nice work!
Thanks
Very greatfull that i can now turn off the vibration on my Titan
Mark
markthomson1404 said:
Very greatfull that i can now turn off the vibration on my Titan
Mark
Click to expand...
Click to collapse
u r welcome
You sure that IPV6 disable is working and useful? and has any effect?
I like the animal really what animal breed it is? looks very cool . . .
mido-mido said:
just hold phone one second before pressing the button and it will focus and then press the button and you'll have a normal image as before...(i use this method and it take the same image with hardware camera button...)
Click to expand...
Click to collapse
Really depends. On my phone, the camera button is a bit dodgy now and it takes a harder press to get it working. The software button is a much better solution for actual capture, as you barely need to make contact with the screen to register a tap while a button needs to be properly indented.
Cotulla said:
You sure that IPV6 disable is working and useful? and has any effect?
I like the animal really what animal breed it is? looks very cool . . .
Click to expand...
Click to collapse
actually it doesn't disable it...it enables it...
it use this reg tweaks:
Code:
[HKEY_LOCAL_MACHINE\Comm\Ppp\Parms]
"IPV6Disable"=dword:0
i don't know if this will work or be useful...we just put it there...
it's not a regular breed...it's multi breed....one from here...one from there...and one from mars....
irlju said:
Really depends. On my phone, the camera button is a bit dodgy now and it takes a harder press to get it working. The software button is a much better solution for actual capture, as you barely need to make contact with the screen to register a tap while a button needs to be properly indented.
Click to expand...
Click to collapse
i use it on my HD7 and it's better than hardware button....
IPV6 supposed to save battery life, why disable it for?
---------- Post added at 04:49 AM ---------- Previous post was at 04:42 AM ----------
also need a few more tweaks like sdcard power management.
Magpir said:
IPV6 supposed to save battery life, why disable it for?
---------- Post added at 04:49 AM ---------- Previous post was at 04:42 AM ----------
also need a few more tweaks like sdcard power management.
Click to expand...
Click to collapse
i try to add sdcard power management in next version. thanks
On my LG Optimus 7 the hardware button has 2 stages, one when you only touch it and when you press it, touching it softly is focusing, pressing is taking an instant picture. And also the phone does not autofocus.
So for me the software button does nothing than taking a unfocused picture.
Will be waiting for update 0.2 for more cool stuff
actually it doesn't disable it...it enables it...
it use this reg tweaks:
Click to expand...
Click to collapse
But it's apply to PPP protocol stack only.
And all WP7 devices are using RMNET based connection between RADIO and WP7 to gain internet access. So for me it looks useless. PPP was really used before, in old WM65 HTC phones.
it's not a regular breed...it's multi breed....one from here...one from there...and one from mars....
Click to expand...
Click to collapse
okay, thank u for information but it looks cool. is it dangerous to play with it?
Cotulla said:
But it's apply to PPP protocol stack only.
And all WP7 devices are using RMNET based connection between RADIO and WP7 to gain internet access. So for me it looks useless. PPP was really used before, in old WM65 HTC phones.
Click to expand...
Click to collapse
what??? translation please....
ok...in next version we'll remove it...(or make a part in the app...useless tweaks... and put it there... )
Cotulla said:
okay, thank u for information but it looks cool. is it dangerous to play with it?
Click to expand...
Click to collapse
thank you...
it bites...but don't worry...it only just eat candy...

[Tasker] Alert Slider Enhancement

Are you disappointed with the OP5 alert slider? Have you ever wished you could expand it's functionality? Well now you can!
I wanted to share a project I've been working on that reacts to the alert slider position. This REQUIRES root as the profile is triggered when the following file has been modified:
/sys/class/switch/tri-state-key/state
This file contains a single integer which coincides to the slider position:
1 (up)
2 (middle)
3 (down)
Isn't there a simpler way (no root)?
I don't think so. As I understand, the alert slider does not send traditional key events (as most buttons do), and although you could monitor the DND status through the %INTERRUPT variable, DND can be triggered independently of the slider position so is not robust.
Fine, I'm rooted and can see the file. How does that help?
When the slider is moved, the following events happen:
1. The file is opened
2. The file is modified (example, change from 1 to 2)
3. The file is closed.
The 'Slider Position' profile is triggered by the 'File Closed' event, then the 'slider' task reads the file to assign the global variable %Slider based on the file's value. From here, you're free to use the variable value to trigger any task when %Slider matches up, mid, or down.
Splendid! So this gives me ABSOLUTE POWER over the slider?!
Not quite. I haven't found a way to replace the stock functions as much as expand on them. For example, the top position natively puts the phone into silent mode. If you create a task to take it out of silent mode, the OOS overrides it, and keeps the phone in silent. So you'll have to work within the confines of the native function, hence enhancement
Lame. So what's it good for?
Here's how the profile is setup now. I'd love to see what your clever minds come up with!
UP: Asleep (all radios off, mobile data off, sync off, battery saver on). Basically dead to the world except calls.
MID: Nothing yet, maybe I'll do some intermediate between the two extremes.
DOWN: Awake (all radios on, data on, sync on, battery saver off). Typical setting for standard usage.
Other ideas:
Coma mode: sleep mode + airplane with or without periodic check in.
Autovoice continuous on/off
Home/work/night profiles
Reading/night modes, invert colors
Auto brightness/rotate
Flashlight
Hotspot
Since I'm a dork and can't figure out how to attach a project zip or thumbnails, here's some screenshots.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hold down on profile to select, then top right button and you can save it. I'm really interested in this, as it would be perfect for work.
Edit: as you can see I'm a noob Tasker and I downloaded my only profile, I have no idea how to do what you did.
I paraphrased my issue. I can export the project from Tasker without issue, but I can't attach it to the OP. Maybe it's because of my low post count. I've been lurking for years
Nice work! Use a bit of Tasker but didn't give this a thought ?
Can convert this to a 'Quiet Hours' Tasker macro to provide the old functionality of the Quiet Hours settings in LOS? Would be really nice to have a Quiet Hours option, overridden by a change event in the button position. Otherwise, Quiet Hours runs as normal. I sometimes forget to slide up when going to bed, only to have 'dings' wake me.
Never mind, sorry
Make a youtube tutorial? *Chanting make a youtube tutorial* DO IT!
This looks good, I have been using Tasker for a few weeks. I do like the idea of your alert slider idea though.
You can upload the file to Google drive, or afh and post the link. That would be helpful ?
I'm excited to give this a try
@jakvettjak when the slider will be down, notifications will also stop pushing I guess ?
Sent from my ONEPLUS A5000 using Tapatalk
Bewildered Wolf said:
@jakvettjak when the slider will be down, notifications will also stop pushing I guess ?
Sent from my ONEPLUS A5000 using Tapatalk
Click to expand...
Click to collapse
Nope, as it's shown the down position is "awake" so fully connected, sound/vibrate, all radios on, sync on, etc. This is intended to mimic typical phone usage and reset all of the "sleep" settings which turned everything off.
I'm working on a "coma" mode for the up position that will put the phone into airplane mode, then disable it every so often to check in, before going back into airplane. Of course, when airplane mode is enabled you wouldn't get push notifications, but they should get pushed as soon as the phone checks in.
As "sleep" mode is shown, with mobile data, wifi, sync off you won't get push notifications, but SMS/call will still work. This mode would work well for the middle slider position where priority DND mode is enabled by default.
Zombie said:
You can upload the file to Google drive, or afh and post the link. That would be helpful
I'm excited to give this a try
Click to expand...
Click to collapse
I'd like to, but until I get over the 10 post rule, I can't post external links :crying:
jakvettjak said:
I'd like to, but until I get over the 10 post rule, I can't post external links :crying:
Click to expand...
Click to collapse
Pm me a link. Ill post it for you here in the comments
Is this thread dead?
The alert slider options to customize are kinda strange, it would be nice if it they were more like the stock Android do not disturb. Trying to use some of my Tasker profiles to mute notifications when connected to Bluetooth speakers but Tasker uses the Android stock do not disturb which conflicts with Oxygen os alerts. Looks like am making new profiles from the ground up.
Sent from my ONEPLUS A5000 using Tapatalk
Zombie said:
Pm me a link. Ill post it for you here in the comments
Click to expand...
Click to collapse
Thanks for the help, I'll take you up on that. PM sent.
drose6102 said:
The alert slider options to customize are kinda strange, it would be nice if it they were more like the stock Android do not disturb. Trying to use some of my Tasker profiles to mute notifications when connected to Bluetooth speakers but Tasker uses the Android stock do not disturb which conflicts with Oxygen os alerts. Looks like am making new profiles from the ground up.
Sent from my ONEPLUS A5000 using Tapatalk
Click to expand...
Click to collapse
I agree it's pretty limiting in stock form. Hopefully future updates will give us more control. I wonder if any ROMs on here have been able to modify the slider function.
Alright everyone here is the download link to the xml file
Right Here
Zombie said:
Alright everyone here is the download link to the xml file
Right Here
Click to expand...
Click to collapse
So how do I set it up to change to reading & gaming mode. I just bought Tasker but I'm not to familiar with Tasker, how do I apply your xml file to get reading mode? Thanks
Zombie said:
Alright everyone here is the download link to the xml file
Right Here
Click to expand...
Click to collapse
Hey there. Wanted to try your file but
1. I've copy pasted the profile on Tasker/profiles but it doesn't shows up in selector menu.
2. I've tried adding it manuklay with the "open with" feature of mixplorer but still it doesn't loads up and it says that can open this file with Tasker. Bad intend or something.
Rebel7022 said:
So how do I set it up to change to reading & gaming mode. I just bought Tasker but I'm not to familiar with Tasker, how do I apply your xml file to get reading mode? Thanks
Click to expand...
Click to collapse
Long press in the profiles tab.
And then find your file. Done.

Categories

Resources