Deactivating the camera button - Windows 10 Mobile

Hi,
I would like to create an application that completely deactivates the (hardware) camera button on a Windows 8.1 or Windows 10 phone.
I haven't found an API that enables this yet, does anybody know if it's possible ?
Alternatively, I was entertaining the idea of writing a camera app that does nothing, but I wouldn't know how to get it on the list of possible camera apps in Windows Mobile 8.1. Even worse, in Windows 10 Mobile I can't find a parameter to choose the camera app.
If you have any knowledge on those topics, I'd be grateful if you'd share it.

You can Deactivating the camera button
WP 8.1 Settings -> Photos+Videos
WM 10 Settings -> Devices

Possible to change the default camera app? I would like to put Proshot there instead. When I select a default camera app from Settings -> Camera, only "Camera" is there. Is this a registry option?

Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Photos\OEM\DefaultLens\{3d6a3d7e-5aca-4aee-b059-590b9f53cc13}]
@ = "ProShot"
"MinVerAboveLock" = "1.0.0.0"

I don't seem to have any keys beyond: HKEY_LOCAL_MACHINE\Software\Microsoft\Photos

Related

screen orientation for applications

Hi, Guys
Great job on all the different ROMS.
Is it possible to set the screen orientation for specific applications. ie stay in standard portrait mode, but say I open email or tom tom. I would like the screen to change to landscape automatically and when I exit the program the screen to revert back to portrait mode. If not does any one know of an app that can do this.
cheers
That has to be written into the application.
It used to be an option in Tomtom 5, but it was a feature that was removed for Tomtom 6.
Opera browser will landscape independantly of the OS.
Sadly developers have have starting thinking that as screen rotation is available from Windows, they don't need to add it to their applications.
I'm not aware of any extra application that would monitor other opening applications and switch the display accordingly.
thanks for the quick reply. Guess I will have to manually change before opening.
just find this:
wisbar advance 3
Features
Compatible with WM2003, WM2003SE, WM5 and WM6 touchscreen devices
Uses a smaller memory footprint than WisBar Advance 2
Customize the close button, the screen orientation and the SIP on a per-application basis
Switch between any application currently running on your device
Provides a cascading start menu (as in the screenshot)
Tap and hold the OK button to cancel a dialog
Add or remove functions to the taskbar
Each button on the taskbar can be assigned a tap and a tap-and-hold action
Place shortcuts in the system tray for easier access from the Today screen
Customize a "User Menu" with applications of your choosing
Change the appearance of the taskbar, menubar, buttons and start menu in any program
Supports QVGA and VGA devices
Customize the clock's appearance on the taskbar
Hear sounds for system events, just like on your desktop
Download and install themes created by other people
I assigned the internet explorer button (bottom right) to "rotate screen".
thanks for the post,
Pete - seems to be the best solution without having to install extra apps. cheers

Configure hardware button as task-switcher?

I want to configure one of the hard buttons to switch between running apps (i.e. as a task switcher). I've tried using AEBPlus, and assigning a double-click of the OK key to "Alt-Tab" or "Switch to next application", but neither appears to switch between running applications.
Does anyone know how I can do this??
Ever since my XDAIIi on WM2003SE and continuing with my Kaiser on WM6, (& soon to be added to my Rhodium as soon as it's unboxed) I've used TaskSwitch+ as it perfectly mimics Window's Alt-Tab function.
http://www.freewarepocketpc.net/ppc-download-taskswitch-v0-04.html
If you navigate to the registry you can tweak some settings for it (such as how long in milliseconds it holds the switcher open before switching to the selected app, the default is 600ms but I prefer 1 second or 1000)
It even used to work with my old fold-out keboard for the XDA IIi using Alt-Tab!
Just assign it to a hardware key and bingo.
N.B. there may well be other task switcher programs out there, I only know of this one, elegant because of it's tiny size & the fact that once it's run and switched to the relevant app it quits, leaving no memory overheads.
hope this helps
Joe
ae button plus is another nice tool to configure hardware button:
http://ae.inc.ru/aebplus.php
Use AltTab.exe and Keyboard Config

[Q] HTC Leo: Rotate Screen

Hello,
I know that it's possible to add applications to whitelist for built-in screen rotation function in HTC Leo.
But this is very inconvenient. You need determine Class of application and then add it to registry...
Could anyone write a simple application, which could be mapped to hardware button. For example, when I use long button press - it automatically determines open (active) application window class and adds it to HTC Leo rotation whitelist. Second long press will remove this application from whitelist.
It will be very useful and convenient and no need to use external applications like Gyrator, because using built-in HTC abilities - is much better.
I'm sure this thing will be very popular and needed application.
Is anyone from developers interested in coding this idea ?

[Q] disable g sensor

ive searched the threads and cant seem to find a way to disable the accelerometer. it drives me crazy in bed when im trying to use opera it keeps flipping. i want to just be able to change orientation when i open the keyboard. otherwise ill do it manually. does anyone have a solution besides the taping the magnet one.
swaters3 said:
ive searched the threads and cant seem to find a way to disable the accelerometer. it drives me crazy in bed when im trying to use opera it keeps flipping. i want to just be able to change orientation when i open the keyboard. otherwise ill do it manually. does anyone have a solution besides the taping the magnet one.
Click to expand...
Click to collapse
Since you didn't say which ROM you were using, I'm going to assume you're on the stock one with TF3D. Go here to turn it off: Start > Settings > System > G-Sensor.
cajunflavoredbob said:
Since you didn't say which ROM you were using, I'm going to assume you're on the stock one with TF3D. Go here to turn it off: Start > Settings > System > G-Sensor.
Click to expand...
Click to collapse
im using the stock sprint rom with the 6.5 upgrade. Ive disabled touchflow and use spb mobile shell. Ive gone into start settings system g sensor but there is only a option to calibrate the g sensor nowhere do i see any other options for anything. I dont think there are any differences wether i access the setting through touch flo. Maybe your rom adds that setting. Thanks for the reply and trying to help.
Delete the apps of your choice (in this case Opera) from the White List in the registry to prevent G-Sensor rotation. White List location is:
HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
If registry edits scare you, you can install the G-Config app. This simple program just edits the registry through a user-friendly UI.
http://forum.xda-developers.com/showthread.php?t=487991
Open G-Config, you should see Opera on the list of Rotated Apps. Select and hold on Opera until the option to "Remove" pops up. Select "Remove" than exit G-Config, and soft reset the phone to make the change take effect.
redpoint73 said:
Delete the apps of your choice (in this case Opera) from the White List in the registry to prevent G-Sensor rotation. White List location is:
HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
If registry edits scare you, you can install the G-Config app. This simple program just edits the registry through a user-friendly UI.
http://forum.xda-developers.com/showthread.php?t=487991
Open G-Config, you should see Opera on the list of Rotated Apps. Select and hold on Opera until the option to "Remove" pops up. Select "Remove" than exit G-Config, and soft reset the phone to make the change take effect.
Click to expand...
Click to collapse
Hi thanks for the response. i use opera mini and its not on the list. I added it and then tried to remove it but that did not work. I guess its only good for disabling g sensor for the programs that it comes with - I was succesful at disabling rotation with the opera on the list that comes with the stock rom. Any other suggestions? Ive never edited a registry but am williing to try if you can tell me how. thanks.

[Ideas] Bada Modifications.

I would like to hear your ideas for Bada modifications, what things do you want to see done to Bada?
Everything and anything goes! (within reason)
My wishlist.
-
Delete some unneeded "Icons"... because I can remove Facebook, Twitter ...
But few JAVA Midlets are somewhere protected against remove.
I was able to delete jar, jad, Icon but Icon still there in menu
Where is the Database entry to clear?
Preinstalled Widget too...
-
120 Apps Limit...
Hmm, there are other ways to replace ... BUT why 120 Apps are Maximum?
-
Developer signed Apps are only 1 possible to activate...
bada SDK Samples for instance...
Via Broker.exe Install seems more then 1 work at the same time... Why?
And how to expand to install more then 1 App at same time.
-
Filemanager bada App with Access to internal Filesystem.
I'm sure that Samsung will not allow this on their Store... but is it possible.
Someone told their are no APIs to access internal folder...
maybe invetigation of apps_compressed.bin will help to find "Commands"...
-
Folder delete in internal FS
I can create folder with PSAS, but can't delete. They are writeprotected.
More ideas hopefully later...
Best Regards
well for instance i wanna change the keyboard to either htc or iphone.... this one is too crammy like congested.... wanna have a spacious potrait keyboard......... and with universal setting like if i wanna activate predective text it should apply everywhere... not just in messages........ and it should always stay on..........
secondly i wud like to see more UI modifications beyond just themes...... like changing the status bar or the way notifications occur and stuff........... custom roms maybe... variety is a good thing...
I'd like to see:
Ability to create widgets or widget like apps using system parameters..
For eg: GPRS data, browser bookmarks, setting wallpapers etc..
Customization of the top Notification Panel buttons.
Filemanager Drag and Drop to move files and folders
A memory cleanup application.
Big Aspect sized thumbnails for videos.. now we cannot distinguish videos in thumb view.
More Right click options in files/folders - i.e., Click and Hold to show Menu options to Move/Copy/Delete/Rename/Open with/etc..
I'd like to see shortcuts (with names) like on Android and continous autofocus in the video cam !
My ideas or things I want in Bada
Here are my ideas :
1. Ability to replace whole UI like Android.
2. Folders in Menu.
3. Text-reflow in Browser.
5. Unlimited Menu pages and Home screens.
6. Unlimited SMS storage (why you want to restrict us to 1300 on a SMARTPHONE )
7. Sending Group SMS to any number of people (can be very useful for certain type of
businesses. Did u think about it Sammy ?)
8. Auto-hide of Notification bar and Lower bar after certain amount of time or on Tap.
9. Different Wallpapers on every home screen.
10. Better animations.
11. Smaller icons. 4x5 grid with an option to change to suit consumers' taste.
12. Notification Drop down to have buttons for APN, Brightnesss.
13. In-built Backup-Restore app for all phone data. User should be able to select to what he
wants to backup or restore.
14. Highly efficient GPS. (I would not like to buy a BMW whose tires I have to fix. I have
paid for it, btw.)
15. Better Facebook(with chat), Twitter and IM app atleast Gtalk. Current one plainly sucks
16. Various bugs in Messaging to be fixed.
17. Select all and Mark as read option in Email app.
18. Universal availability of Social Hub Premium.
19. A little better sound output through speakers (it is based on personal taste only )
20. Text-reflow and Pinch-to-zoom in Email app.
21. Soft buttons for Menu and Back.
22. All applications to have Exit button.
more to come.................
Out of all these I have already solved 7th but then everybody can't make changes to the file system.
Yes, I do love Bada and its potential. Its simplicity is killing feature
Thanks !
I think user experience would benefit by implementing GPU acceleration in UI and browser as in IOS and Windows phone 7.
TigerCourage said:
I'd like to see shortcuts (with names) like on Android and continous autofocus in the video cam !
Click to expand...
Click to collapse
Hi all. @TigerCourage on AF I play with the camera settings file "CamSetting.ini" in folder "Registry" can be seen with the program "sTune" (I started some new options "IntelligentAuto" I do not know what does). There is also an option to focus on video recording "RecordFocusMode" from "0" to "2" default "0". Try setting but do backup before (right click and copy).
Try my sample file
frxbg said:
Hi all. @TigerCourage on AF I play with the camera settings file "CamSetting.ini" in folder "Registry" can be seen with the program "sTune" (I started some new options "IntelligentAuto" I do not know what does). There is also an option to focus on video recording "RecordFocusMode" from "0" to "2" default "0". Try setting but do backup before (right click and copy).
Try my sample file
Click to expand...
Click to collapse
did it work for you?
frxbg said:
Hi all. @TigerCourage on AF I play with the camera settings file "CamSetting.ini" in folder "Registry" can be seen with the program "sTune" (I started some new options "IntelligentAuto" I do not know what does). There is also an option to focus on video recording "RecordFocusMode" from "0" to "2" default "0". Try setting but do backup before (right click and copy).
Try my sample file
Click to expand...
Click to collapse
I try and I think not works.
Could you explain the issue better?
thanks.
frxbg said:
Hi all. @TigerCourage on AF I play with the camera settings file "CamSetting.ini" in folder "Registry" can be seen with the program "sTune" (I started some new options "IntelligentAuto" I do not know what does). There is also an option to focus on video recording "RecordFocusMode" from "0" to "2" default "0". Try setting but do backup before (right click and copy).
Try my sample file
Click to expand...
Click to collapse
Doesn't work mate, I tried copying your file and then doing a soft rest and it didn't work. I also tried playing with options like RecordFocusMode and IntelligentAuto but still the same...
It would be very AWESOME if we get continous autofocus on Wave!
rex4u said:
Here are my ideas :
1. Ability to replace whole UI like Android.
2. Folders in Menu.
3. Text-reflow in Browser.
5. Unlimited Menu pages and Home screens.
6. Unlimited SMS storage (why you want to restrict us to 1300 on a SMARTPHONE )
7. Sending Group SMS to any number of people (can be very useful for certain type of
businesses. Did u think about it Sammy ?)
8. Auto-hide of Notification bar and Lower bar after certain amount of time or on Tap.
9. Different Wallpapers on every home screen.
10. Better animations.
11. Smaller icons. 4x5 grid with an option to change to suit consumers' taste.
12. Notification Drop down to have buttons for APN, Brightnesss.
13. In-built Backup-Restore app for all phone data. User should be able to select to what he
wants to backup or restore.
14. Highly efficient GPS. (I would not like to buy a BMW whose tires I have to fix. I have
paid for it, btw.)
15. Better Facebook(with chat), Twitter and IM app atleast Gtalk. Current one plainly sucks
16. Various bugs in Messaging to be fixed.
17. Select all and Mark as read option in Email app.
18. Universal availability of Social Hub Premium.
19. A little better sound output through speakers (it is based on personal taste only )
20. Text-reflow and Pinch-to-zoom in Email app.
21. Soft buttons for Menu and Back.
22. All applications to have Exit button.
more to come.................
Out of all these I have already solved 7th but then everybody can't make changes to the file system.
Yes, I do love Bada and its potential. Its simplicity is killing feature
Thanks !
Click to expand...
Click to collapse
great list!!!
TigerCourage said:
Doesn't work mate, I tried copying your file and then doing a soft rest and it didn't work. I also tried playing with options like RecordFocusMode and IntelligentAuto but still the same...
It would be very AWESOME if we get continous autofocus on Wave!
Click to expand...
Click to collapse
Hey how you copy a file because the file copied to the phone is only by drag and drop. If you are able to copy my files when you start the camera will see the icon "sA" without restarting the phone. Otherwise the effect of the settings I have attached the file with changed sound of shooting
frxbg said:
Hey how you copy a file because the file copied to the phone is only by drag and drop. If you are able to copy my files when you start the camera will see the icon "sA" without restarting the phone. Otherwise the effect of the settings I have attached the file with changed sound of shooting
Click to expand...
Click to collapse
Yes I copied by drag and drop and I've seen your "sA" icon at the beginning but the continous autofocus is nowhere to be seen...
Is there anyway to save camera shoot images in uncompressed format so that the quality of captured images will be maximum?
I would like to have a "fast-access" GPS button - next to the mute button ("green" menu). I'm really sure that this function will be very popular!
"Originally Posted by rex4u
Here are my ideas :"
about ur 7 th point (group sms to any no. of people).. this can be done using stune... jst modify the ini of messages settings there the limit is set to 10.. i dont remember the exact folder
and too lazy to look ... jst play around and see if u find it. otherwise i'll find it for u
I would like to have more keyboard languages (with T9 or whatever it's called on the Wave).
I have seen a friend of mine with a Wave from Vodafone, and he has 30+ langage/keyboard optinons. On my wave (normal German FW) I have about 10. No Cyrillic characters, no Chinese, no Arabian...
How am I supposed to use the full functionality of such a wonderful phone if i can't write an email to a friend /business associate in Russia for example.
I could grump about it a few more pages, but the essence should already be clear
P.S. AFAIK the languages are stored in the CSC flash file, so it's not so easy to "just add" some in, but I hope someone from samsung might also see this and think about it.
Android.=D
If i where a moderator or administrator i would ban that guy for inciting flame wars...

Categories

Resources