For pre-WM5 CAB's (at least most of them) one could use WinCE CAB Manager (from ocpsoftware) to edit/check them.
With most of the new CAB's that is not longer possible.
Does anyne have a clue to edit these new CAB files. I lik to keep them signed, but I could do with making them unsigned first.
ocp is working on an update to support Wm5 cab's
keep pushing ,I want to know the same thing.
Now, I use WinRAR to edit any cab_files for WM2005.
But it's not good. I can just delete some files.
ocpsoftware is working on it....since march last year (when their product became available in beta to selected registered customers). Never heard anything of it since then.
ocpsoftware is working on it....since march last year (when their product became available in beta to selected registered customers). Never heard anything of it since then.
I like Dark Simpson's tool, but I always wanted an integrated tool to do the business... so here it is.
It lets you build an NBH, and sign it... if you untick the box then it will prompt you to select a certificate from your certificate store to sign with, otherwise it gets signed with the developer test cert... useful for testing of course.
Extraction of an NBH is quite fast since it just keeps portions cached in RAM until you want to dump them, this also means you're free to just extract constituent parts of the NBH as you desire rather than having to dump the whole thing.
the device configurations are in an XML file, it'll get extracted to the dir you run it from on first launch... eventually I'll make it possible to edit this from the app itself, for now, close the app and use your preferred text editor.
the beauty of the XML file is that you can list as many items as you like for constituent NBH parts, but please bear in mind they will go off the screen if you add a silly amount, but thus far I don't know of any devices in existence that could cause that.
UPDATE: found a small bug with the XML parser, fixed now
anyway, have at it:
thanks you very much
It's now my intention to begin introducing a shared certificate for everyone to utilise... I will slowly be replacing Hard-SPL with new versions that require the usage of a public signing certificate.
I will also be updating this so you can re-sign an already signed ROM
Thank you
Hi Oli,
In order to using your new certificate we should import your .pfx file into our private cert store. Am I correct? If I want to test another cert, it should be in the form of pfx file (including private and public key)?
Olipro said:
It's now my intention to begin introducing a shared certificate for everyone to utilise... I will slowly be replacing Hard-SPL with new versions that require the usage of a public signing certificate.
I will also be updating this so you can re-sign an already signed ROM
Click to expand...
Click to collapse
Excelent thanks
This looks useful.
Downloading.
Thank you
Rhodium version?
what´s the dependencies os NBH Util!?? i try on windows 7 and the program don´t convert the os to nbh!! framework??
tks
HI all
how can i extract the rom of my pda Airis T483, is there a log ? because mine is spanish and i need an english or frensh one ...
thanks a lot
Yup, seems windows 7 doesn't like the NBH util. And making the .exe run in XP SP3 mode makes no difference...
No new boot screens for me now.
Hi,
is possible to have app which can be associated with XAP file inside the WP7 ?
So I can upload upload homebrew XAP file to SKydrive and if I will not have my laptop with me, I can install this homebrew XAP to the phone.
Thanks for answers if it's possible.
For HTC devices there are the DFT Freedom Roms (http://forum.xda-developers.com/showthread.php?t=1255143).
They have the ability to install .XAPs via the built in IE.
Anyway to add this to a current device ? That would be cool to have.
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.
hi
i found a way to get the redstone (14267.1002) skype integration with picture sharing working on th2 build 10586.107.
to understand how to get/use iutool to send cabs to device, check my other thread:
http://forum.xda-developers.com/win...m-builds-update-links-collection-cab-t3234805
your device needs to be on 10586.107 since the two cabs below are only diff-patches to update from 10586.107 to 14267.1002.
when you are on other w10m builds, the cabs will fail to install.
Code:
http://fg.v4.download.windowsupdate.com/c/msdownload/update/software/dflt/2016/02/microsoft.ms_commsmessagingglobal.mainos.cbsu_e7d91c1eadabf91babd6214e7e228a2f7961a06d.cab
http://fg.v4.download.windowsupdate.com/c/msdownload/update/software/dflt/2016/02/microsoft.ms_commsenhancementglobal.mainos.cbsu_0c2a8d33bf470492998419e8a38e97e842504d08.cab
send those two cabs to your device and wait a minute or two and it will reboot to install automatically.
the update preparation status can be seen in settings->update as usual.
have fun finally sending and receiving pictures in w10m skype.
thanks to reksden for posting the diff cabs there: http://forum.xda-developers.com/showpost.php?p=65418721&postcount=42
thx i wait for update this app