[App][WM6.5] CHome Visual Editor - compatible with all kinds of CPR - Windows Mobile Software Development

[31/08/2009] New release is avaliable, you can download the new verison from: http://cve.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32228
CHome Visual Editor is a visual CPR editor for Windows Mobile 6.5.
** You need install .net 3.5 sp1 in your computer in order to run CVE. **
With CVE, you can edit:
Titanium
LS_AlarmScene
LS_LockScene
LS_PhoneAlertScene
LS_PhoneCallScene
LS_SimplePinScene
StartMenu_GridScene
For this release, you can:
Open CPR file visually and move elements visually.
Modify all properties of the selected element by the property grid on the right side.
Change & Save (auto) the screen resolution.
Change & Save (auto) the scale rate.
Undo/Redo
Setup folder mapping between PPC and your OS.
Import registry file to load the element values (text, image source)
Save the modification.
More functions not listed.
This release only provide two language resource. The embedded language is Chinese, en-US is provided. If your OS language is not en-US, you may need to open configuration.xml and add one line to display en-US:
<language>en-us</language>
or you will get Chinese character.

wow.. looks like very good application
downloading & trying it now!!!!

Looks good indeed! Just downloaded but I can't try it now...

Got some problem here, I can't open any .cpr file to edit???

morningmoon said:
Got some problem here, I can't open any .cpr file to edit???
Click to expand...
Click to collapse
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.

<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<scale>1</scale>
<language>en-us</language>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
<mapping>E:\WindowsMobile\i780_21501_Kitchen\SYS\Lockscreen_DPI_96</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Placed the language line in like above. But still no English.
Is there some thing we need to do more.

ebsbow said:
Placed the language line in like above. But still no English.
Is there some thing we need to do more.
Click to expand...
Click to collapse
This is strange, i copied your configuration and tested it in my comupoter, it works fine.
If you opened CVE and close it normally (the configuration will be saved again while cloing), the configuration should not not looks like your posted. the lanuguage should be the first element of configuration node. It may caused by path you placed CVE or permission issue.

JerryJiang said:
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.
Click to expand...
Click to collapse
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???

morningmoon said:
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???
Click to expand...
Click to collapse
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?

error
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.

Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.

ajeshm said:
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.
Click to expand...
Click to collapse
The exception is caused by some color string of TextStage element in your CPR file, normally, i define the color in CPR file use the #FFxxxxxx pattern.
it seems that the color definition between WM and WPF have inconsistent rules. So can you look through the CPR file and try to find out whether there is any color definition in <TextStage/> section is not follow the rule?
I will update my code to fix the problem if you can kindlly post the inconsistant rule. Thx.

ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>

karim_31 said:
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Thanks for posting your configuration. I should update my build package to include the language element instead of let the users update the xml by themselves.
ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
Could you please try again with karim_31's configuration?

Unfortunately I don't have one. Still can't use this application
Any suggestion? What do I need to install for the open file to work?
Thanks!
JerryJiang said:
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?
Click to expand...
Click to collapse

The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.

ebsbow said:
The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.
Click to expand...
Click to collapse
Can you upload your error.log so that i can do some analysis to improve the quality of the application.

Sure. Here you go.

ebsbow said:
Sure. Here you go.
Click to expand...
Click to collapse
It's caused by color token:
http://forum.xda-developers.com/showpost.php?p=3952898&postcount=12
i will add more check of the token, by unless i get the inconsistant token, the color may not display correctly.

I cant even launch it
No error log... so where do i need to install all the files? it simply says that the app fails... thats all!
what im a doing wrong?
I set all in C:\ and the stwater added to windows directory

Related

New tool : DSMBuilder

Hi,
I'm developed a tool named DSMBuilder.
It's a GUI tool for make dsm files.
Package = DSM File
You can :
- Create a new package (DSM file),
- Load a existing package and modify it,
- Load new certificate for package,
- Save the certifcate of package for use in another package,
- Load new dependency packages
- Remove certificate
- Rebuild the file and module list,
- Change the friendly name of package and other attributes.
- View list of Dependency packages and Shadow GUI List
- DSM Information updated with new structure.
- Remove one dependency package
- Clear list of dependencys package and shadow GUI list
- Beta version. Tested and generate a valid DSM file with all parts.
Changelog:
2008-08-08 :
- bug fix. DSM file not saved where attributes Hidden, System or ReadOnly is setting in file.
2008-07-28:
- Initial release.
Excuse me for my bad english.
what is the difference between this and the one in BuildOS
ather90 said:
what is the difference between this and the one in BuildOS
Click to expand...
Click to collapse
With this tool, is possible load/save certificates and change friendly name of dsm files, buildOS generate a basic dsm file missing certificate.
Thanks anmendes !
Updated DSMBuilder
Updated version, see post#1 for details
anmendes said:
Updated version, see post#1 for details
Click to expand...
Click to collapse
looks like a good tool. will test it out mate
thanks.
anmendes said:
Updated version, see post#1 for details
Click to expand...
Click to collapse
great tool bro
my observations/suggestions:
1. tool doesn't work on hidden files.
2. some menu's are not in english.
3. may be u can add an option to delete the certificate from dsm
4. is it possible to edit the dependent packages list?
htctouchp said:
great tool bro
my observations/suggestions:
1. tool doesn't work on hidden files.
2. some menu's are not in english.
3. may be u can add an option to delete the certificate from dsm
4. is it possible to edit the dependent packages list?
Click to expand...
Click to collapse
-----------------------
1 - I will correct this bug.
2 - Me say what are the options that are not in English? (So I can fix them)
3 - I will add this option
4 - I'm planning functions for add and delete dependent packages list and shadown GUI list
I'm too plannig another tool based in this (mixed of pkgtool and BuildOS)
and DSM files will be saves in a xml file (also as xxxxx.dsm.xml, incorporate the actual option.xml) for future edit and manipulations.
What do you think about this?
anmendes said:
I'm too plannig another tool based in this (mixed of pkgtool and BuildOS)
and DSM files will be saves in a xml file (also as xxxxx.dsm.xml, incorporate the actual option.xml) for future edit and manipulations.
Click to expand...
Click to collapse
good idea
anmendes said:
2 - Me say what are the options that are not in English? (So I can fix them)
Click to expand...
Click to collapse
check the screenshot for my observtion.
htctouchp said:
good idea
check the screenshot for my observtion.
Click to expand...
Click to collapse
A non english text is generate for my compiler with lib in portuguese language. I fix this
Updated version. See post #1 for details
anmendes said:
Updated version. See post #1 for details
Click to expand...
Click to collapse
Hey anmendes, a changelog would be helpful
anmendes said:
Updated version. See post #1 for details
Click to expand...
Click to collapse
many improvements mate . but i still have some observations:
1. tool doesn't modify the DSM if it is having 'read only', 'system' & 'hidden' attributes. i've to remove those attributes first if i want to modify a dsm. it would be better if the tool can modify the dsm without having to remove these attributes (at least we shouldn't need to remove 'system' and 'hidden' atrributes).
2. pls add the option to minimize the tool
and i've a question, what's the use of 'dependency package list' and 'shadow gui list'? what will happen if i remove all of these dependencies from a dsm like the dsm in Shell?
htctouchp said:
many improvements mate . but i still have some observations:
1. tool doesn't modify the DSM if it is having 'system' & 'hidden' attributes. i've to remove those attributes first if i want to modify a dsm. it would be better if the tool can modify them without having to remove these attributes
Click to expand...
Click to collapse
I tried to use this new build. I dont face this problem I can see all the files (hidden & system) when I refresh the file listing
ababrekar said:
I tried to use this new build. I dont face this problem I can see all the files (hidden & system) when I refresh the file listing
Click to expand...
Click to collapse
u didnt get my point
refresh the list, make some changes and try to save that DSM which is 'hidden' and 'system'.
Great tool, works like a charm,thanks a lot bro
htctouchp said:
u didnt get my point
refresh the list, make some changes and try to save that DSM which is 'hidden' and 'system'.
Click to expand...
Click to collapse
Well, actually I removed a few modules from the folders and opened the dsm in this proggy. Refreshed the list, it still shows me all the files
ababrekar said:
Hey anmendes, a changelog would be helpful
Click to expand...
Click to collapse
I am a novice in this matter, a changelog would be something like me post a new version, increasing their number and say what was modified? Because I'm already doing something like this, but without specifying the version number.
htctouchp said:
many improvements mate . but i still have some observations:
1. tool doesn't modify the DSM if it is having 'read only', 'system' & 'hidden' attributes. i've to remove those attributes first if i want to modify a dsm. it would be better if the tool can modify the dsm without having to remove these attributes (at least we shouldn't need to remove 'system' and 'hidden' atrributes).
2. pls add the option to minimize the tool
and i've a question, what's the use of 'dependency package list' and 'shadow gui list'? what will happen if i remove all of these dependencies from a dsm like the dsm in Shell?
Click to expand...
Click to collapse
1- 2 : I will check this and put a fix. Thank you!
Good question! The dependencies are used to indicate that packages must be present so that it functions properly. The "Shadow GUI List" is a mystery to be solved. The correct that we would be tools of manipulation of ROMS to examine it and say what is missing. You are in my plans to create a new tool to manipulate ROMS with these characteristics.
@anmendes, could you pls explain this:
what's the use of 'dependency package list' and 'shadow gui list'? what will happen if i remove all of these dependencies from a dsm like the dsm in Shell or any other dsm in SYS?
Click to expand...
Click to collapse

Contents.xml

SystemFS\User\MultiStage\Contents.xml
You could extract this file from *.FFS or grab from handset.
Maybe some tweaking possible...
S5PC110_EVT1_UM10.pdf
2D Graphic Engine
− BitBLT
− Supports maximum 8000x8000 image size
Click to expand...
Click to collapse
<FileFormat>
<JPG>
<MaxFileSize value="4096000"/>
<MaxWidth value="5000"/>
<MaxHeight value="5000"/>
<ThumbNail>
<MaxWidth value="1280"/>
<MaxHeight value="1024"/>
</ThumbNail>
</JPG>
There are more infos in this file...
<MaxInstallCount>
<NativeApp value="100"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
</AStore>
</Contents>
</SDP>
Check out, maybe interesting or helpfull.
Best Regards
I already tryed to increase the max. resolution to 8000x8000px for jpg a week ago but it didnt worked
This file exists 2 times and I flashed them correctly to the wave (tested with sTunes after flash), the limits seems to be set somewhere else...
The image sizelimit is also higher than 4096000 byte (or what it is) - about 10 mb.
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
SystemFS\User\MultiStage
User\MultiStage
@ st0rmi
Thanks.
Yes, via sTune this file is twice.
It seems writeprotected files are most in folder SystemFS... as Backup.
If you check via TriX Firmware files. Then Contents.xml is in *.FFS... maybe edit before flashing. Then changes in both files on handset.
Not tested yet...
@ rex4u
At the moment I have nothing changed in this file, so no idea what happens.
Maybe soon few tests...
Best Regards
@adfree: Yeah thats what I have done
I just used sTunes to copy the contents.xml back to my pc and view if the edited xlm are really on my phone because it didnt worked...
@adfree
No bro' I was offering my own suggestions to this configuration file.
It might allow us to install more than 100 apps in phone and show in Menu.
Second it might show Java apps icons in Menu.
My 2 cents
xml parser
please help me
a want to parser punker xml data base.
rex4u said:
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
Click to expand...
Click to collapse
it's into the 'app counter' field, '-1' may be means 'unlimited' number of java apps installable, but I haven't read yet the whole xml... anyway if it is editable it's an interesting thing..
I saw that file a while ago while looking for something inside my phone (very special thing that made me to copy the whole phone)
there is a lot of interesting things but i never tried tweaking it
Maybe if someone have enough knowledge to add few new extensions and test them
Also removing some stupid limits would be awsome
Sorry i've no time to test that with you guys but would appreciate results
Best Regards
You dont need modif ffs or other just use pfs file to modif what you want and in real time direct phone flash pfs file and not have write protect problem
Just says Thank
Example file : dont give attention of boot img cause i dont take time to do it in 800x480 but its 400x240 then its make bug but with pfs file you can upload anything you want to change !!!
Good hack !!!
Maybe with this you can create dual boot or i dont know what a pro smoker can do, you can also try to put her rc2 or rc1 directory i dont try it !!!
Download example, in this one you can see SystemFS and Registry directory, off course you can put her all directory you want to flash pfs, using trix to modified or wave remaker more faster :
https://rapidshare.com/files/809973956/Circle.pfs
An idea its like you can make your one firmware with personal Widget installed and other idea welcome....Just take file registry and Widget folder on phone and put it on PFS
i can not open new thread
i went to parser an xml file with structure like this.
<?xml version="1.0"?>
<node1>
<node2>
<node3>
<node4>
<node5>
text
</node5>
</node4>
</node3>
</node2>
</node1>
Click to expand...
Click to collapse

[HACK] Customizing Bada OS

Hi all, using TkFileExplorer 2.4 you can see and edit Bada system files, in this thread I will report all usefull changes I will find and you could perform using this tool
If you find something other, you might write it here so we have all them collected in the same place
How to use TkFileExplorer:
-Connect your wave to PC with usb cable;
-Select USB Debug connection;
-Start TkFileExplorer and clic Connect;
-if the program fails to connect, try changing the COM port number in Settings;
-Make a backup of the files you change;
-...and try at your own risk!
Changing default browser brightness:
File: Phone:/Settings/Default/Registry/BrowserSettings.ini
Customize power on/off screen:
for configuration:
File: Phone:/Settings/Default/Registry/PowerOnOff.ini
for resources:
Directory: Phone:/SystemFS/PowerOnOff/
Change volume presets for calls, audio player, fm radio, video player, ringtone...:
File: Phone:/SystemFS/Driver/volpresets.xml
Cleaning themes preview images:
Simply clean the files in:
Directory: Phone:/User/Mass/Theme/Default/
Change camera settings:
File: Phone:/Settings/Default/Registry/CamSetting.ini
File: Phone:/SystemFS/Driver/CameraCaps/DevCamDeviceCapsNConfig_Primary.xml [only Bada 1.2]
Change Samsung LBS settings:
File: Phone:/Settings/Default/Registry/LbsConfig.ini
for using external bluetooth gps antenna, change BtGPS=1 (not tested yet) in:
File: Phone:/Settings/Default/Registry/LbsAppRegistry.ini
Usefull directories:
Internal user storage: Phone:/Media
MicroSD storage: Phone:/Mount/Mmc
Preinstalled apps: Phone:/Osp/Application/
Hey thanks a lot for the heads up! I just had a question... Can we really change the intro animation..? I mean completely replace it..? Or is that not possible??
Reply soon....
Hi all, I find the file /User/OspSys/LifeLog/Database/lifelog.db.
It's SQLite (view by sqlitebrowser.sourceforge.net )
There are many information, calls, deleted messages (but only 100 chars).
I hope, it's information isn't send anywhere, because my wave is trying to connect once a day (it's maybe one of the widget)
sonalswaroop said:
Hey thanks a lot for the heads up! I just had a question... Can we really change the intro animation..? I mean completely replace it..? Or is that not possible??
Reply soon....
Click to expand...
Click to collapse
hi, today I just gave a quick look to all files, but I think it's possible, in PowerOnOff.ini there are clear bindings to two .swf files and a startup / shutdown .wav sound contained in the resource path Phone:/SystemFS/PowerOnOff not sure, need to watch those files, I'll verify in next days..
guari said:
Change volume presets for calls, audio player, fm radio, video player, ringtone...:
File: Phone:/SystemFS/Driver/volpresets.xml
Click to expand...
Click to collapse
Yes, you can change this too in Trix but in fact nothing change. Exp. you can't change "volume level" (exp. in MediaPlayer there is limit to 14 steps, if you change that to 15 steps and add one more <spklevel> and <earlevel>-so that there will be 15 steps, but nothing change in Wave, you can still able go to max. 14 steps in MediaPlayer) and you can't change that may mp3 playing miusic lauder as well as playing video, even if you copy and paste settings from VideoPlayer to MediaPlayer (only test that on speaker not on headphones).
In Registry\MainMenu_reg.ini you can remove any icons from the main menu (except SamsungApps). The file format is clear, I will note only that the system items will have MenuType=0, custom user applications - MenuType=1, SamsungApps - MenuType=2.
And, of course, make a backup before any manipulations with MainMenu_reg.ini
to be clear
adfree had made all those expermintes before & we already know these things
if there is something new please post it
Is there a file in registry where are the settings for the screen lock?Or other display related settings?
azcv said:
Is there a file in registry where are the settings for the screen lock?Or other display related settings?
Click to expand...
Click to collapse
Unfortunately I have not found anything like that using tkFileExplorer...
Assuming that replacing original browser it's difficult to do, source code is available (http://opensource.samsung.com/reception/reception_main.do?method=reception_list&menu_item=mobile thanks to sabianadmin) but the browser seems deeply integrated in the os files (also notice that Samsung Dolfin is not the open source browser Dolphin..): is there anyone who found in filesystem files the textures used by the browser GUI? if aren't cripted it will be possibile to change them for having a more usable GUI on our little screen (I'm thinking of upper/lower bars..)
guari said:
Assuming that replacing original browser it's difficult to do, source code is available (http://opensource.samsung.com/reception/reception_main.do?method=reception_list&menu_item=mobile thanks to sabianadmin) but the browser seems deeply integrated in the os files (also notice that Samsung Dolfin is not the open source browser Dolphin..): is there anyone who found in filesystem files the textures used by the browser GUI? if aren't cripted it will be possibile to change them for having a more usable GUI on our little screen (I'm thinking of upper/lower bars..)
Click to expand...
Click to collapse
I think the browser user interface might be in the file called BrowserAppControl.so which can be found in the SystemFS>Osp folder. All files in that folder are in .so formats. But they are RSA 1024bit signed. And they are not like other settings in phones which are written in html or xml. These files are similar to the .dll files on Windows. .so files are Linux format files.
Is there anyway to modify an *.ini file to enable "Noise Reduction" to always be on during calls?
tibere86 said:
Is there anyway to modify an *.ini file to enable "Noise Reduction" to always be on during calls?
Click to expand...
Click to collapse
I will check on that and get back to you.
astrotom said:
I will check on that and get back to you.
Click to expand...
Click to collapse
Thank you astrotom!
Can I changing default brightness in the VideoPlayer?
Hello
This software doesn't work with my phone. I can't click on the connection i receved error message : "Warning : Unable to open the specified port. Please try again". But i can't configure in the settings.
Thanks for your help.
I'm sory for my bad english, but i'm french.
vort said:
Hello
This software doesn't work with my phone. I can't click on the connection i receved error message : "Warning : Unable to open the specified port. Please try again". But i can't configure in the settings.
Thanks for your help.
I'm sory for my bad english, but i'm french.
Click to expand...
Click to collapse
i got the same error
im running the latest firmware s8530DXKB1/s8530OLBKB1
you have to specify the port you are using for connection from settings
in Phone:/SystemFS/Driver/CameraCaps/DevCamDeviceCapsNConfig_Primary.xml
you can change max ISO and max resolution parameters for phone camera, so you can set iso1600 or 8mp for photos, probably it is useless but it's still a hack
thanks to: http://www.badaitalia.com/2011/06/13/fotografie-con-poca-luce-a-iso-1600/
(on Bada 1.0.2 this system folder is missing so it's not possible..)
Yeah, I read it. Tonight I'll try and I'll let you know.

wf Phone Tools 0.2 alpha

Hi!!!
I started a small project to install xap and other stuff.. you can find it here!
If anyone wants to try it...
SMS works only with devices supported from SMSBackup (thanks to shinichi_wtn)!
http://wpmanagertool.codeplex.com/
It allows to (in this version)
- Install new application on device
- Update existing application on device
- Show the list of installed applications (only developer installed)
- Launch, Kill and uninstall applications
- Explore isolated storage of applications
- Download files and folders from isolated storage
- Download SMS from device (in combination with smsBackup XAP)
from v.0.2
- Load pdf on adobe reader (need to uninstall the builtin version and reinstall from xap)
- Load office documents on device
- added debug functions
- corrected various bug (install from wrong xap, sms duplicates, ....)
- added resources from AppResLib
- added "copy" and "export" for sms
... and more to come...
In next versions:
- load provisioning xml
- folders?
I may recommend you to use http://resourcelib.codeplex.com/, to extract localized strings and display correct app name instead of @AppResLib.dll,-100
getting error
i found only this
http://msdn.microsoft.com/en-us/vstudio/bb735936.aspx
is this ok???? someone say v3 is v10...
edit: is not... not working.... where to download v10???
I keep getting an error when trying to launch the app. It says that a required assembly "Microsoft.VisualBasic.PowerPacks.vs Version 10.0.0.0 be installed in the Global Assembly Cache first." When I Binged looking for an answer to this, I found this on the Microsoft MSDN Forums:
I was able to fix this by de-selecting these items in the properties window of my project file.
In the Publish Tab, under Install Mode & Settings, Click the "Prerequisites" button, then only select the Items you need to install.
Click to expand...
Click to collapse
I downloaded the Microsoft Visual Basic Power Pack 3.0 installer, and that didn't help fix the issue.
---------- Post added at 09:48 AM ---------- Previous post was at 09:46 AM ----------
@dxdy: I think andreacorti has to fix the Click-to-Install installer, as it's including some prereq's that clients do not have or need, as just having the correct .NET Client Framework is all that should be needed to run the application.
chrislynch said:
I keep getting an error when trying to launch the app. It says that a required assembly "Microsoft.VisualBasic.PowerPacks.vs Version 10.0.0.0 be installed in the Global Assembly Cache first." When I Binged looking for an answer to this, I found this on the Microsoft MSDN Forums:
I downloaded the Microsoft Visual Basic Power Pack 3.0 installer, and that didn't help fix the issue.
---------- Post added at 09:48 AM ---------- Previous post was at 09:46 AM ----------
@dxdy: I think andreacorti has to fix the Click-to-Install installer, as it's including some prereq's that clients do not have or need, as just having the correct .NET Client Framework is all that should be needed to run the application.
Click to expand...
Click to collapse
Hi.. the correct framework version is selected (4.0) .
the power pack dll is actually needed, i use a control from that dll..
I included also the power pack in the package and in the requisites.. could you please check if it's working? thanks!!
(the dll with guid {250BEABB-55E8-43bb-AC97-2D95674ECE14} - C:\Program Files\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\Bin\ConMan2.dll - is needed and I cannot include in the package.. I think zune or the sdk install it )
Awsome, Looks great, can't wait to get home from work to try this...
Exactly what I have been looking for. Too many different apps to install XAP files and others to do other things.
andreacorti said:
Hi.. the correct framework version is selected (4.0) .
the power pack dll is actually needed, i use a control from that dll..
I included also the power pack in the package and in the requisites.. could you please check if it's working? thanks!!
(the dll with guid {250BEABB-55E8-43bb-AC97-2D95674ECE14} - C:\Program Files\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\Bin\ConMan2.dll - is needed and I cannot include in the package.. I think zune or the sdk install it )
Click to expand...
Click to collapse
I do have .NET 4.0 installed on my system (run plenty of other .NET 4.0 software.) I just looked on my system, and I don't have a BIN folder under C:\Program Files(x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\. BTW, I do have Zune installed, as well as the Windows Phone 7.1 SDK. I don't know why this file doesn't exist on my system.
Ok, so I tried your updated Click-to-Install and it's now working. Well, the application launches. Do our devices need to be Interop-Unlocked for this to work? My Focus S is just developer unlocked.
thanks for the tip, will add it to the site
Edit: A small XAP 205KB, has been hanging for more than 5 min claiming installing. Tried it with another app, it was done in 5 seconds...
Got it running, it cuts off the bottom of the buttons more than 1/2 way, extending the window does not fix.
Attached image if you want to see what I mean...
I know it's a small bug....but, it's a bug.
Anyplan you might make a regular .exe app? This .application is not working for me. I have .net fw 4 but I can't get this to deploy. Just an unknown file extension.
Thanks for helping me get 'Samsung extra settings' app off my phone. The auto brightness setting would not disable on my Focus. It, Ministry of sound and App Highlights were the three apps it detected that were installed before using your tool.
Again, big thank you!!!
DavidinCT said:
Edit: A small XAP 205KB, has been hanging for more than 5 min claiming installing. Tried it with another app, it was done in 5 seconds...
Got it running, it cuts off the bottom of the buttons more than 1/2 way, extending the window does not fix.
Attached image if you want to see what I mean...
I know it's a small bug....but, it's a bug.
Click to expand...
Click to collapse
already solved, both of them.. today new version
stan2 said:
Anyplan you might make a regular .exe app? This .application is not working for me. I have .net fw 4 but I can't get this to deploy. Just an unknown file extension.
Click to expand...
Click to collapse
yes, no problem... I will publish it later..
it won't update automatically..
Any plans to impliment export SMS on Desktop using this tool. Also is the PDf and Doc Uploader is same as Book Uploader tool which came out recently ?
wpxbox said:
Any plans to impliment export SMS on Desktop using this tool. Also is the PDf and Doc Uploader is same as Book Uploader tool which came out recently ?
Click to expand...
Click to collapse
yes, i'm doing it now.. "copy" button and "save sms file as..."
...
yes, the uploader works the same way..
Thanks a lot for your app
Downloading issue
I have the following issue and it isn't possible to download it
LATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.239
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.239 (RTMGDR.030319-2300)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
X-AspNet-Version: 4.0.30319
Deployment Provider url : http://wpmanagertool.codeplex.com/releases/clickonce/wf Phone Tools.application
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
X-AspNet-Version: 4.0.30319
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application resulted in exception. Following failure messages were detected:
+ Your Web browser settings do not allow you to run unsigned applications.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [20/1/2012 15:45:59] : Activation of https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application has started.
ERROR DETAILS
Following errors were detected during this operation.
* [20/1/2012 15:46:08] System.Deployment.Application.InvalidDeploymentException (Manifest)
- Your Web browser settings do not allow you to run unsigned applications.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ApplicationActivator.BrowserSettings.Validate(String manifestPath)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
PLEASE upload the file somewhere else?
totalcmdext said:
I have the following issue and it isn't possible to download it
.....
PLEASE upload the file somewhere else?
Click to expand...
Click to collapse
I uploaded also the non click once version,
you can also try to set this parameter (during installation) http://www.netlinq.dk/Teknik/tabid/...cation-signed-with-a-chained-certificate.aspx
Awesome. We did a review of this tool at WPXBOX.
One problem is with the Isolated Storage which always remain blank but if I open it from Advance Tab it displays the PDF file uploaded.
Secondly icons for Homebrew tools aren't displayed properly.
andreacorti said:
yes, i'm doing it now.. "copy" button and "save sms file as..."
...
yes, the uploader works the same way..
Click to expand...
Click to collapse

[Tutorial] (Default camera) How to set unsupported third party apps as default camera

In this post I want to teach you how to change your default camera to (almost) any third party app you like. Let's go!
Tested on my Lumia 535 and working
What you need:
-Interop tools by @gus33000
Click to expand...
Click to collapse
First you should find your third party camera appID you can do this by interop tools. Open interop tools, go to applications, package list, and then choose the app you want to see it's details.
The first Section "Name" is appID that is something like this:
6fca829e-0622-478c-848f-1175daf3bd5a
(That code was for camera 360 sight)
Write down that code somewhere
Open registry editor. Go to HKLM\Software\Microsoft\Photos\Shared\CameraSettings
Then open DefaultCameraAppID
The default value is Windows camera appID. Copy that as a backup for when you want to change it back. Now replace your appID with the default one. Don't forget to include the brackets:
{6fca829e-0622-478c-848f-1175daf3bd5a}
Click to expand...
Click to collapse
DONE.
No restart needed. You can now test it using quick action, lock screen, or with camera shutter button.
Hope you enjoy that:laugh:
Not working on Lumia 735 with 14393.576 installed.
Andrew[N] said:
Not working on Lumia 735 with 14393.576 installed.
Click to expand...
Click to collapse
Could you be more specific? What is the problem?
Did you do all the steps?
Or this key doesn't exist?!
Is your phone interop unlocked?
infinite41i said:
Could you be more specific? What is the problem?
Did you do all the steps?
Or this key doesn't exist?!
Is your phone interop unlocked?
Click to expand...
Click to collapse
I changed the key to ProShot ID, but Windows Camera is still default.
Andrew[N] said:
I changed the key to ProShot ID, but Windows Camera is still default.
Click to expand...
Click to collapse
I tried with proshot classic trial version and it worked. I don't have the windows 10 version. probably you made some mistakes in typing or you may have forgotten these brackets { }
proshot classic trial appID : {3d6a3d7e-5aca-4aee-b059-590b9f53cc13}
P.S. My build is the same as yours.
infinite41i said:
I tried with proshot classic trial version and it worked. I don't have the windows 10 version.
Click to expand...
Click to collapse
Do you mean, old xap version?
Yep! I don't have proshot
Maybe there's a problem with appx's?!
It is easier to make xap/appx with swaped GUID to make it see by OS in default camera menu
djtonka said:
It is easier to make xap/appx with swaped GUID to make it see by OS in default camera menu
Click to expand...
Click to collapse
What is swaped GUID?
infinite41i said:
Open registry editor. Go to HKLM\Software\Microsoft\Photos\Shared\CameraSettings
Then open DefaultCameraAppID
The default value is Windows camera appID. Copy that as a backup for when you want to change it back. Now replace your appID with the default one. Don't forget to include the brackets:
DONE.
No restart needed. You can now test it using quick action, lock screen, or with camera shutter button.
Hope you enjoy that:laugh:
Click to expand...
Click to collapse
Man that worked nicely for me! Thank you!
Although most of the "non-original" camera apps seems to take longer to launch.
Furthermore, I was not satisfied with going to the registry and editing the strings everytime I wanted to change the default app so I did a little digging.
TL;DR: I've found out how to add a new app to the default camera list in the settings menu on Windows 10 mobile
Complete description:
I found this original document from Microsoft made for the OEM on how to enable third party camera launch above lockscreen:
https ://docs. Microsoft .com/pt-br/windows-hardware/customize/mobile/mcsf/configuring-oem-lens-apps-to-launch-above-the-lock-screen
I used interop tools to create a folder as sugested on the link at software>Microsoft>ph otos> LensApps>{#AppID}\
The folder has to have the AppID name inside brackets. Each AppID folder has to have a Key named "Title" in wich the value is a string with the firendly name wich will be showed in the settings (ex: Camera360)
Well, that did'nt worked out, so I kept digging and found an already existing folder called "DefaultLens" located at software>Microsoft>ph otos>OEM>DefaultLens wich had the same pattern explained in the link. I suppose this is the adaptation for windows10 mobile, since the link is for WP8.1.
So, inside this folder I created a new entry (folder) named as the app ID for the 360 "{6fca829e-0622-478c-848f-1175daf3bd5a}". inside this folder I created the "Title" Key and set the value for "Camera360" (string). Now if I go to the camera settings I can choose between Camera and Camera360. If i choose the second one, it Works just as expected.
The problem I had was under lockscreen. If i pressed the camera button (on my 830) it went to the lockscreen and I have to put my pin before opening the camera. This can be solved creating another key inside the folder called "MinVerAboveLock" in wich its value (string) must be, as the name suggest, the version of the app. The Camera360 info on the app shows version 1.1.2, so I've put 1.1.1 as the value and now it works just as it should.
I haven't tried out Proshot with this, but a can't see any reason it wouldn't work, as when I changed the appID using your suggestion in the original post it worked.
I must say, though, tht de camera360 tends to take substantially more time to open. Anyhow, doing this I believe you can set up up to five default cameras in the list (as the link says) for fast/normal changing and test the one wich better suits your needs.
So, theres, that. Tell me if it Works for you! Cheers.
1Shot v2.2.2.0
Download
djtonka said:
1Shot v2.2.2.0
Click to expand...
Click to collapse
I'm glad it worked for you too!
Hey which lumia camera appxbundle are you using? Does it Works? I had the original appxbundle from somwhere and although I sideloaded it when i try opening it doesn't work, displaying a message about using the new Windows camera and so...
Also, do you recommend 1shot?
thx
martinwrh said:
Man that worked nicely for me! Thank you!
Click to expand...
Click to collapse
I'm glad that you found a better way!
I'll try it soon ( 2 weeks later ) because I don't have time now.
BTW you can have Lumia camera by doing a hard reset and then stoping apps from getting updated automatically.
Hey guys!
I've faced a problem. After downgrading to 8.1 and then upgrading to 10 again, there's nothing in HKLM\SOFTWARE\Microsoft\Photos.
Any idea what happened?
1Shot v2.2.5.0 appx
http://bit.ly/2ePEH1U
In "AppxManifest.xml"
<mphoneIdentity PhoneProductId="04c91c9d-4d31-4273-a430-f04f8d4c86db"

Categories

Resources