[Coming Soon] On-Phone Native FTP Server - Windows Phone 7 Development and Hacking

Hello again XDA!
I've been working on a FTP Server for rooted Windows Phone 7 phones, and I've got it already working.
Here's a screenshot of it in action:
I will release the server hopefully today. Please leave comments on what you think.

I think this will be a really nice feature for our wp7´s,thx for you hard work

Omnia7xdax said:
I think this will be a really nice feature for our wp7´s,thx for you hard work
Click to expand...
Click to collapse
Thanks! I ran to a little issue with my Silverlight installer app so the actual release is delayed a bit, but here are the binary files and needed registry modifications for people who want to try it:
Unzip the attachment and copy ftpd.dll to the \Windows\ directory on your phone.
Needed registry edits:
Code:
[HKEY_LOCAL_MACHINE\Services\FTPD]
"FriendlyName"="FTP"
"Dll"="FTPD.Dll"
"Order"=dword:9
"Keep"=dword:1
"Prefix"="FTP"
"Index"=dword:0
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
; "UserList"="add;semicolon;separated;list;of;users;here" ; NOT TESTED, MIGHT NOT WORK
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
; The directory sent to the FTP client
"DefaultDir"="\\" ; Note that this is actually only one \ but the other one is there for the registry file parser.
; Idle time (in seconds) after which the connection is automatically closed. Default = 5 mins
"IdleTimeout"=dword:12c
Now after a restart your phone should be accessible via FTP.

This is really interesting ...
But is there any good FTP client for Windows Phone ?
It would be a shame to have the server and not the client ...

Yes,i can upload my files to my lumia710!at Temp/ftp.
but,i did't see it on the FTP software.
thank you very much.
Pics was here!

Hmm, interesting. I removed some debug-only registry entries, but could you also try adding these and then reboot:
Code:
[HKEY_LOCAL_MACHINE\COMM\FTPD]
;To control logging
"DebugOutputChannels"=dword:2
"DebugOutputMask"=dword:17
"BaseDir"="\\Windows"
"LogSize"=dword:1000
Also remove the UserList entry if you added it (was commented out) and try FileZilla.
I'm very busy with school and christmas stuff right now so I can't release the Silverlight app just yet.

Hi Jessenic.
Thanks for nice work. I have mobile device here only, I will send you tomorow my "installator" source code, which is xap application, able to copy files from its content (Isolated storage) to any directory (\Windows , \Program Files etc.), to prepare needed registry changes and to create startup link (switch on cause starting any native exe on phone booting time, it is not needed for your dll). You can try instalator behaviour on simple profiles changing application from http:/HTC7Pro.howto.cz/Profiles/ProfilesWP7.xap (install application, which automatically switch to silent mode on the night, installator can start/stop application and deploy/remove system startup link by UI buttons).
I do not understand good - is possible to connect this server by GSM internet, or by local wire(less) net only? If local only, do you mean is possible to prepare GSM connection? How can be server identified on global net, when GSM does not allow solid IP without any web side daemon? Local filesystem connection solved Ultrashot, local FTP solves directory security, but a few of people will use it.
Second question - I want to make ftp client plugin to Phone Commander. Have you any usable sources (I can send you simple PCMD plugin interface) to help it?
M.

FTP Server Installator
There is FTP Server simple XAP Installator. It will works on unlocked WP7, must be run no any other my or W.I.N.C.O application together.

Thx Guys,
works very well on HTC HD7
Wish you all nice Christmas and a happy new year.

Martin7Pro said:
There is FTP Server simple XAP Installator. It will works on unlocked WP7, must be run no any other my or W.I.N.C.O application together.
Click to expand...
Click to collapse
Wont open on L710

djtonka said:
Wont open on L710
Click to expand...
Click to collapse
Have you got full unlocked ROM? Or Installator allowed in WP7 Root Tools? M.

Yes, full unlock via ROM. It closing itself.

Could install on my Lumia 710 with custom rom. The registry settings got installed. How am I supposed to access the filesystem through ftp now?

djtonka said:
Yes, full unlock via ROM. It closing itself.
Click to expand...
Click to collapse
It seems as exception. I will finished registry library next week and send you new installator. Old version use native exe to change registry, no simple way to find error exists. New Installator version with Native->Managed TRACE macro (see http://forum.xda-developers.com/showthread.php?p=35820222#post35820222) can be simply debugged in VS2010 Express for WP.
EDIT: Native debug TRACE is finished here. If you have installed VS2010 (may be Express) for WP7, I send you Installator sources to see, where exception occures. If you have got VS2008 Proffessional with VM 6.5.3 DTK too, you can edit native sources yourself, or I can add traces to native function, which will crash in your VS2010.

This way is realy awesome!
Thx again, coolest thing, you can activate Internet Connection Sharing and
people can download files from your "server" really cool. ftp server on the go *g*
tested and works!

Isn't there an official xap to install this server on the phone yet ?
I don't want to manually put files on my device ...
thx

dragonide said:
Isn't there an official xap to install this server on the phone yet ?
I don't want to manually put files on my device ...
thx
Click to expand...
Click to collapse
I ran to a little problem, the thing is that you cannot uninstall the FTP server because it starts at boot time and it would need to be stopped before the registry entries can be deleted. You can disable it though, but not completely remove. I am not at home and I don't have VS2008 on my laptop so I cannot create a native method to stop the FTP daemon. If you are interested, I can send you the current XAP I have though.

Martin7Pro has posted a xap
http://forum.xda-developers.com/attachment.php?attachmentid=1584966&d=1356228331

DarkD1988 said:
Martin7Pro has posted a xap
Click to expand...
Click to collapse
True, but I cannot give support for that. If you run into any problems with that you need to ask Martin7Pro.

jessenic said:
I ran to a little problem, the thing is that you cannot uninstall the FTP server because it starts at boot time and it would need to be stopped before the registry entries can be deleted. You can disable it though, but not completely remove. I am not at home and I don't have VS2008 on my laptop so I cannot create a native method to stop the FTP daemon. If you are interested, I can send you the current XAP I have though.
Click to expand...
Click to collapse
You think you are going to fix this problem ?
I prefer to wait for your proper release.

Related

[WM5] MMS Client Inside WORKING! [Updated - Bugs fixed]

Update: The v2 resolves the "cannot add video track" with the camera app and the crashing with .3gp files.
ftp://xda:[email protected]/Uploads/Blueangel/WM5_ArcsoftMMSv2_From_Universal.CAB
Well it works, you need to have the second patched version from mamaich, and do a softreset after installing the cab..
For people with other devices just follow the instructions bellow..
----- OLDER STUFF BELLOW -----
Ok, here are the files
Unzip windows to \windows
My Documents to \My Documents
Then go to the messaging application if you don't have a mms folder create a new account with dummy users etc at the end on the type choose MMS (this is a hack and you should only have one account of this type)
Configure your mms as normal and your set to go..
There's some extra files that hymalaia users don't have, so when you are copying \windows you don't need to say yes to overwrite (but the files on the zip are newer than the ones on our BAs)
Bugs:
1) When you try to add a .3gp file or view a folder with .3gp files it crashes.. (I have overwriten my \windows files, you can try not to do that and see if it gets better)
2) You can't add a photo directly from the camera
If you get an error about buffer overflow just replace rcdll.dll with rcdll_original.dll also on the rars.
Update: Replace rcdll.dll from \windows with the one in rcdll.rar (After you install all the other rars)
Update: Install the .reg FROM MMS.rar and not from the other rars, using a registry editor (kilmist or tre work fine)
Thanks for the files. I have a few of questions though:
1. Have you managed to send and receive MMS using the registry setttings you posted?
2. Does everything message realted still function properly after putting in the registry settings?
3. Does it work like the old ArcSoft MMS client for 2003?
4. What do you mean by "there's something missing"?
Thanks in advance.
By something missing i mean that it doesn't work and theres more stuff needed :>
Ok, got it. Thanks again
Sorry, just curious on how you extracted the files and the registry settings. You think its still as before where it comes as a CAB in the extended ROM, and you think you can get the CAB file itself?
I got the files from a user at universal forum, and they don't have a way to open the extrom
Ok we have MMS working at Himalaya and at Blueangel
But there's some problems with the icon resolution, as soon as i patch all the dlls i'm going to post the files
ncruz said:
as soon as i patch all the dlls i'm going to post the files
Click to expand...
Click to collapse
Pls post the link here once ready
Re: [WM2005] MMS Client Inside WORKING!
i tried your steps, it did not show the mms configuration options still, and i created another account, as well not shown even complete all the steps.
kumar00455 said:
ncruz said:
as soon as i patch all the dlls i'm going to post the files
Click to expand...
Click to collapse
Pls post the link here once ready
Click to expand...
Click to collapse
Their ready check the first post
Re: [WM2005] MMS Client Inside WORKING!
Removed
Re: [WM2005] MMS Client Inside WORKING!
ncruz said:
khiann said:
i tried your steps, it did not show the mms configuration options still, and i created another account, as well not shown even complete all the steps.
Click to expand...
Click to collapse
Have you softreseted?
If yes, use this .reg file with kilmist reg editor, i think that's the problem, TRE complaints about a string too long
Click to expand...
Click to collapse
Same here, don't work even with the new reg file ...
Have you checked that the registry is changed?
The same for me... I have followed the instructions but when I wanted to create an MMS account and went through the wizard nothing "visually" changed. But apparently, the account exists somewhere inside because when I wanted to create another one (with the same name) thy wizard warned me that the account already exists... Any ideas...?
Remark: When I used the kilmist regedit I noticed that the default values (marked with @) weren't imported. I had to enter them manualy as REG_SZ values with 'Default' name... Could be that a problem...?
VavrinaL said:
The same for me... I have followed the instructions but when I wanted to create an MMS account and went through the wizard nothing "visually" changed. But apparently, the account exists somewhere inside because when I wanted to create another one (with the same name) thy wizard warned me that the account already exists... Any ideas...?
Remark: When I used the kilmist regedit I noticed that the default values (marked with @) weren't imported. I had to enter them manualy as REG_SZ values with 'Default' name... Could be that a problem...?
Click to expand...
Click to collapse
Do you see the Menu->MMS Configuration?
The only thing that changes when you add an account is that at the end you choose MMS instead of POP3 or IMAP (at step 5) fill something at the other steps, they aren't used
No... No at all... The menu doesn't contain such item...
Removed: see first post
Ok. It works... Thanks a lot for help. Because I did not see any MMS accounts previously I created two different MMS accounts... Is there any way to delete one of them...?
VavrinaL said:
Ok. It works... Thanks a lot for help. Because I did not see any MMS accounts previously I created two different MMS accounts... Is there any way to delete one of them...?
Click to expand...
Click to collapse
You're lucky ... always nothing for me.
VavrinaL said:
Ok. It works... Thanks a lot for help. Because I did not see any MMS accounts previously I created two different MMS accounts... Is there any way to delete one of them...?
Click to expand...
Click to collapse
Going to menu -> tools -> options you can't delete it?

Esmertec Jbed security messages WM6.1 ?

I've installed the 6.1 Kavana ROM (GREAT JOB!!!), and now I'm trying to setup opera mini so that I can access directly and not have to answer the 2 security messages each time using directions from TalynONe at http://pdaphonehome.com/forums/ppc-...ed-includes-info-new-java-midlet-manager.html .
I've got the icon setup and that part works, though I'd like to change the icon if possible so that it doesn't appear the same as the Java icon.
But I don't seem to have the \windows\appdb\selector.utf directory path so I can't edit the file as outlined. Is this because the Jbed is part of the ROM, rather than a seperate install? Could I find and edit this somewhere else on the phone?
Also, when/if I get all of this working is it possible to change the phone to open URL's via the mini-opera by default rather than using the sluggish PIE?
Thanks,
Tim
Now that I have mini-opera setup as the default browser, I'd really like to bypass the Jbed security warnings per my post above? Any ideas? - Tim
tmcdoniel said:
Now that I have mini-opera setup as the default browser, I'd really like to bypass the Jbed security warnings per my post above? Any ideas? - Tim
Click to expand...
Click to collapse
The files are under \Application Data\JavaDB
However, even when you replace the "selector.utf" file in that directory, it still doesn't work. I even tried to install a previous version of the Jbed setup (which did create the "AppDB" directory), but that still didn't work.
I'd like to know the answer as well.
Okay, now that DaMilky helped me locate where the selector.utf file is, I tried the modifications at the link noted above, even downloaded the fix.zip file so that it could convert the file. But it doesn't work, still get the security warnings. :-( - Tim
Trugl figured it out.
http://forum.xda-developers.com/showthread.php?t=380504

cooking in MyPhone 1.5.2128 and provisioning?

Hi
1.
Microsoft MyPhone update
Anyone succeeded in making microsoft myphone-1.5.2128-wm-pro-touch.cab into a package ready for cooking?
I tried with Noonski's maual method, that is using the _setup.xml to get the filenames and registry keys, but I didn't succeed.
2.b.
Can I provision for Myphone, including login and password?
I found where the login is stored, but don't know how to provision for the password. Aad I didn't find a CSP for it.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Live\LastId]
"PassportName"=""
Thanks
I would really like to know about that... MyPhone provisioning! I use it on a regular base!
I'd like to know also, if anyone gets a package to wrok, please share.
Found it
Website
download link
it does not work for me
Drio said:
Hi
1.
Microsoft MyPhone update
Anyone succeeded in making microsoft myphone-1.5.2128-wm-pro-touch.cab into a package ready for cooking?
I tried with Noonski's maual method, that is using the _setup.xml to get the filenames and registry keys, but I didn't succeed.
2.b.
Can I provision for Myphone, including login and password?
I found where the login is stored, but don't know how to provision for the password. Aad I didn't find a CSP for it.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Live\LastId]
"PassportName"=""
Thanks
Click to expand...
Click to collapse
Here you go. This is the package I prepared for my kitchen and it for sure works. For the account settings (login/password), I am planning to make a provxml .
rishi2504 said:
For the account settings (login/password), I am planning to make a provxml .
Click to expand...
Click to collapse
That would be so sweet and kind of yours!
rishi2504 said:
Here you go. This is the package I prepared for my kitchen and it for sure works. For the account settings (login/password), I am planning to make a provxml .
Click to expand...
Click to collapse
Thkz work great
Any progress on Provisioning the ID and Password?
<<<<BUMP>>>>
LAST BUMP before I give up.

[APP] Patch your lockscreen to enable MEDIA CONTROL and GESTURES (gest. are on TODO)

Hello
another of my (working) hacks, this time it is, everybody's wanted, LOCKSCREEN MEDIA CONTROL! We know that it was enabled on LG Fathom device, but I just made it working even on my TP2. Video of proof:
(sorry for quality, I have older camera)
Gestures are on my todo to be allowed next, I will hopefully before end of the week release patcher, that will enable it.
Where lays the problem - lockscreen asks for device if there is _something_ supported, I don't know what, because this function in aygshell is internal and thus not documented. I simply changed condition, that now it won't run part which just shutted door before allowing the media control .
Are you excited as me?
PS: This is control for WMP of course, not HTC player!
PPS: I know that will be supported hopefully all recent builds that have graphics for the media control. I have tested it on 21680, but 23569 has the graphics too I think. I am not going to flash 10 different builds, that's up to you to test it when I release the patcher tool .
How to use:
1) Download latest version of LockScreenPatcher (currently: test)
2) Download lockscreen.dll from your phone (Resco Explorer, RAPI tools, this will be automated maybe in later versions)
3) Run the LockScreenPatcher against the lockscreen.dll you just copied over
4) If everything goes fine, there should be message "File patched blabla"
5) Now take newly generated file (lockscreen.dll_), rename to lockscreen.dll and put back to your phone
6) Insert into registry that value, as the application tells you
7) Reboot your phone
8) Voila
Donate to get access to new projects before they are released! (Since this project I'm making list of donators and I'll be launching "beta software" forum!)
Really? Nobody interested?
Let me put here first test version of the patching app, I tested it on few builds (23103, 21680) and it patched fine and works fine, updated first post...
Maybe it should be in Apps section instead?
OndraSter said:
Really? Nobody interested?
Let me put here first test version of the patching app, I tested it on few builds (23103, 21680) and it patched fine and works fine, updated first post...
Maybe it should be in Apps section instead?
Click to expand...
Click to collapse
Hi mate, awesome find again.
Can you hack Oboe HTCLockScreen_2_0_20192329_00 too?
Oboe uses a different *.dll (customlockscreen.dll) so this patch wont work for sure.
Nice work
everything works good on MIRI v22 ROM.
btw Netsky - Secret Agent FTW !
dotcompt said:
Hi mate, awesome find again.
Can you hack Oboe HTCLockScreen_2_0_20192329_00 too?
Oboe uses a different *.dll (customlockscreen.dll) so this patch wont work for sure.
Nice work
Click to expand...
Click to collapse
I'm not sure it is there at all, because it uses HTC's own lockscreen. And I haven't seen graphics for that in the package I think. Sorry
Hei! That's wonderful! But i can't copy lockscreen.dll file. With "GS Finder" and "Total Commander" the phone says me: "Can't copy this file". Using resco explorer i don't find the file. Help!
OndraSter said:
Are you excited as me?
Click to expand...
Click to collapse
I don't know how excited you are, but I like it.
Thanks
Sascha
The controls are appearing for me (need to slide sideways on the calendar), but they aren't working. I'm probably leaving out a dependency or two (build 21680). Here's a screen-cap.
Edit: Actually, the play button will launch WMP, but it won't play/pause music and I can't skip forwards or backwards.
ilbert said:
Hei! That's wonderful! But i can't copy lockscreen.dll file. With "GS Finder" and "Total Commander" the phone says me: "Can't copy this file". Using resco explorer i don't find the file. Help!
Click to expand...
Click to collapse
You need to use rom extractor or dotfred's task manager (depends tool--->dump rom library) to dump the module. Total commander won't work. And it's probably a hidden file, so you may not see it with some file explorers. I've attached the patched 21680 dll.
Must be some package breaking it up, works for me on 21680, tried few lockscreen.dlls, from 23138, 23103 and 21680 and all OK, using it often (I have media playback buttons on headphones though). 23569 should work too I think...
Yeah, I normally don't cook in CHOME or the Bronze packages, so that may be the issue. I added the dll's I thought I might need to the \windows folder (cmwmpplugin; bronzeres; chhome and something else), but that didn't do anything for me. I tried registering the dll's, and it only worked for the wmp plugin one. I may just have to cook those packages in. Of course, I could've just totally effed something else up, lol.
Awesome Man
It works perfectly with build 24623
Thanks to share !!!
I have made a cab for needer
Farmer Ted said:
You need to use rom extractor or dotfred's task manager (depends tool--->dump rom library) to dump the module. Total commander won't work. And it's probably a hidden file, so you may not see it with some file explorers. I've attached the patched 21680 dll.
Click to expand...
Click to collapse
Thank you man! I dumped the file but i can't patch it, the program says "Your system doesn't seem to support MediaControl, or has been already patched. Nothing left to patch!". So with 21911, it doesn't work.
Thanks gain mate, always something for us to play with once in a while
COM2 doesn't support mediacontrol as far as I remember...
This is incredible OndraSter, the only reason I've been hanging on to S2u2 is the media playback features. I've avoided CHT lockscreen because of the lag but if this works with the default lockscreen this will be amazing. Do you think you could possibly get it to work with other media players as I'm sure most people don't use WMP regularly. Keep up the great work!!
Major
OndraSter said:
Must be some package breaking it up, works for me on 21680, tried few lockscreen.dlls, from 23138, 23103 and 21680 and all OK, using it often (I have media playback buttons on headphones though). 23569 should work too I think...
Click to expand...
Click to collapse
Ok, I got it working. You need to have the cmhomewmpplugin.dll module from the CHOME package as well as these reg keys from the CHOME rgu (I added the one that you need for the lockscreen as well):
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\MediaPlayer\UIPlugins\{437C0B25-C91F-4a04-8115-EEC0E205125F}]
"Capabilities"=dword:02000001
"Description"="CMHOME - WMP Plugin"
[HKEY_CLASSES_ROOT\CLSID\{437C0B25-C91F-4a04-8115-EEC0E205125F}]
@="CMHOME Wmp Plugin"
[HKEY_CLASSES_ROOT\CLSID\{437C0B25-C91F-4a04-8115-EEC0E205125F}\InprocServer32]
@="CMHOMEWmpPlugin.dll"
"ThreadingModel"="free"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\LockScreen]
"MediaControl"=dword:1
This is awesome! I think it's cool that if you just click the play button on the lockscreen, it will open up WMP and start playing an album. I'm not sure how it decides what to play, but it's a great feature.
I'm not sure what's up with the font, though. When I first got it going, the song name was in white. Now it's in black, lol.
Edit: you also need cmhomeres.dll and cmhomeres.dll.0409.mui to get the font to be white.
majorassface said:
This is incredible OndraSter, the only reason I've been hanging on to S2u2 is the media playback features. I've avoided CHT lockscreen because of the lag but if this works with the default lockscreen this will be amazing. Do you think you could possibly get it to work with other media players as I'm sure most people don't use WMP regularly. Keep up the great work!!
Major
Click to expand...
Click to collapse
I definitely... CAN'T! This is built-in feature of MS, I just patch one byte (actually, one bit ) to make it run on phones that don't support _something_ (like I said, it checks for some HW or SW capability in system, but it is internal function of aygshell that only OEMs have in documents, maybe I can ask DaG if he has it though and enable even gestures without patching the lockscreen dll and just somehow enable it in registry? Install virtual driver?)
works for 21681 as well...
Looking forward to having the gesture patcher released!!!
This is so awesome, mate!!!
Is there a way to control HTC player with that in the futurer ?

[Tutorial]Set your own SMS/Email Tones On Unlocked HTC Mango without a File Explorer

I wanted my custom Alert tones on my Mozart DFT 7714 but couldn't install Touch Explorer, today i finally got them into the windows folder using On-Device ProvXML Maker/Deployer [MANGO] - v0.84 (http://forum.xda-developers.com/showthread.php?t=1238519)
This tutorial is only HTC compatable as it requires HTC Connection Setup.
Credits and thanks to Marvin_S and Contable for making this possible.
Heres how to do it-
1 Create your tone as an .wma and name it Alert-01.wma.
2 Load onto your Unlocked phone using Chevron Ringtone app.
3 Install On-Device ProvXML Maker/Deployer [MANGO] - v0.84 by Marvin S & Contable.
4 Open Connection Setup then open DiagProvXML and go to file operations.
5 Select copy file.
6 In source path box put-/My Documents/My Ringtones
7 In source file box put-Alert-01.wma
8 In destination path box put- /Windows.
9 In Destination file box put-Alert-01.wma(or rename to your language)
10 then click the + softkey at the bottom.
11 Repeat steps 6-10 to add other tones(they have to be Alert-01 to Alert 10 as they overwrite the original files in windows).
12 Once happy flick back to the ProvXML tab in DiagProvXML-All your tones should be there with the header Copy File.
13 Tap on the soft key at the bottom to add the ProvXML file.
14 Run HTC Connection Setup.
15 Goto settings and set the sms/email/voicemail tones.
Have attached my tones, just rename the file to .xap and deploy. They are the old HTC you got mail and you got message tones...sad but i like them!!!
Glad to hear that you like the app.
For changing the alert sound files you don´t need the ringtone deployer.
You can do it directly from your desktop if you´re connected to the Isolated Storage of the DiagProvXML app or any other sideloaded app.
Visit my initial Samsung provxml thread for more information:http://forum.xda-developers.com/showthread.php?t=1226030
Regards
contable
maybe for clarity you should mention in the subject title that it only works with HTC (at least for now). I opened your post with excitement only to find out that I am out of luck.
thanks for the great work though. cheers
Hi!
Not working for me:
- tried your method 2 times= no success
- tried changing:
6 In source path box put-My Documents/My Ringtones
7 In source file box put-Alert-01.wma
8 In destination path box put- /Windows
9 In Destination file box put-Alert-01.wma
Click to expand...
Click to collapse
for put my language 0409 FRA for exemple
"Alert-01" is "alerte 1" in french
"My Documents/My Ringtones" is (maybe) "Mes Documents/Mes Sonneries" (can't verify)
So i think it not working for auther language. (need to be confirmed)
Will try multi test with some caracter changes for put FRA language.
PS: i think it's the language because your ringtones xap is deploy successfully but not changing the alerte 1 and 2 (with soft reset).
Also does it need a "/" before My Documents like this "/My documents..." ?
Sry for my english
LeTo08 said:
Hi!
Not working for me:
- tried your method 2 times= no success
- tried changing:
for put my language 0409 FRA for exemple
"Alert-01" is "alerte 1" in french
"My Documents/My Ringtones" is (maybe) "Mes Documents/Mes Sonneries" (can't verify)
So i think it not working for auther language. (need to be confirmed)
Will try multi test with some caracter changes for put FRA language.
PS: i think it's the language because your ringtones xap is deploy successfully but not changing the alerte 1 and 2 (with soft reset).
Also does it need a "/" before My Documents like this "/My documents..." ?
Sry for my english
Click to expand...
Click to collapse
Yes, you have to type in "\My Documents\My Ringtones\"...
contable said:
Yes, you have to type in "\My Documents\My Ringtones\"...
Click to expand...
Click to collapse
well the app auto corrects trailing slashes. Also it should work on samsungs and Lgs as well right?
LeTo08 said:
Hi!
"Alert-01" is "alerte 1" in french
PS: i think it's the language because your ringtones xap is deploy successfully but not changing the alerte 1 and 2 (with soft reset).
Also does it need a "/" before My Documents like this "/My documents..." ?
Sry for my english
Click to expand...
Click to collapse
Yes to the forward slash
Try Alerte-01...with the dash, or maybe as the files on xap are Alert-01.wma and Alert-02.wma when deployed, try copying in DiagProvXML/file operations and rename to Alerte-01.wma in the destination file box as it needs to overwrite the exsisting wma.
Marvin_S said:
well the app auto corrects trailing slashes. Also it should work on samsungs and Lgs as well right?
Click to expand...
Click to collapse
how would I do this
13 Tap on the soft key at the bottom to add the ProvXML file.
14 Run HTC Connection Setup.
on an LG? curious...
derausgewanderte said:
how would I do this
13 Tap on the soft key at the bottom to add the ProvXML file.
14 Run HTC Connection Setup.
on an LG? curious...
Click to expand...
Click to collapse
because running the htc connection setup is not needed as far as i know. We just call it directly from the app. So on samsung devices we use the app launcher to call a provxml configurator, on lg we call the mfg app dll, on htc we call the connection setup dll.
The only thing is that nobody has yet tested it on an LG and we did not receive any feedback from LG owners, nor do I have an LG device so I can not guarantee that it works on LG. But in theory it should work, not sure if there are bugs (we had one report it did not work on LG, we have to investigate).
I dont want to hijack your thread sorry.
But it is confirmed it works on Samsung devices also
Marvin_S said:
because running the htc connection setup is not needed as far as i know. We just call it directly from the app. So on samsung devices we use the app launcher to call a provxml configurator, on lg we call the mfg app dll, on htc we call the connection setup dll.
The only thing is that nobody has yet tested it on an LG and we did not receive any feedback from LG owners, nor do I have an LG device so I can not guarantee that it works on LG. But in theory it should work, not sure if there are bugs (we had one report it did not work on LG, we have to investigate).
I dont want to hijack your thread sorry.
But it is confirmed it works on Samsung devices also
Click to expand...
Click to collapse
ok, will give this a try and report back.
edit: OK, I have just tried this on LG Quantum (7720.68) with no luck.
the chevronwp7rintone app shows Ringtones added
the DiagProvXML does everything as listed, no errors. at the final stage when I tap the floppy drive it executes and exits.
The alert sound did not change though.
derausgewanderte said:
ok, will give this a try and report back.
edit: OK, I have just tried this on LG Quantum (7720.68) with no luck.
the chevronwp7rintone app shows Ringtones added
the DiagProvXML does everything as listed, no errors. at the final stage when I tap the floppy drive it executes and exits.
The alert sound did not change though.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1255319
I had to run connection setup to run the provxxml, then i could pick my alert tones, just using DiagProv alone didnt do it.
Sent from my 7 Mozart T8698 using XDA Windows Phone 7 App
omg!
With connection setup running before DiagProv it work!
No probleme of language, that's just 1st app running before 2nd...
Thank you so mutch
But maybe change the point 14, it must be 4 on the 1st post.
LeTo08 said:
omg!
With connection setup running before DiagProv it work!
No probleme of language, that's just 1st app running before 2nd...
Thank you so mutch
But maybe change the point 14, it must be 4 on the 1st post.
Click to expand...
Click to collapse
Updated first post
snickler said:
http://forum.xda-developers.com/showthread.php?t=1255319
Click to expand...
Click to collapse
I know how to change ringtones. I am trying to change alert sounds. Apparently the provxml app is not able to use the LG MFG tool to change this at this point. Marvin tried but with no luck so far.
I dont get it... why would msft let us set custom ringtone and leave out the custom sms?!?
that's pretty common sense.. those of us who want to set custom ringtone is most likely gonna want to set custom sms/email tones...

Categories

Resources