How to Disable bluetooth and Wifi? - MDA III, XDA III, PDA2k, 9090 General

Hi, anyone here know how to disable bluetooth and WIFI on the Orange M2000 device? I want to rollout some of these to our staff, but due to a lot of 'politics' I have been requested to disable these abilities on the device.
I've asked this question about bluetooth for the M1000 on another forum, and got helpful answers, but the solutions there don't work properly for the blue Angel.
I don't want a discussion as to whether i should enable it or not, but if anyone knows how to disable these abilities, could you let me know? thanks a lot.

Not to be rude, but what is the point of the phone without Wifi and bluetooth. You may as well just buy really cheap pda's or some normal phone, but even then most have bluetooth.

Steee said:
Hi, anyone here know how to disable bluetooth and WIFI on the Orange M2000 device? I want to rollout some of these to our staff, but due to a lot of 'politics' I have been requested to disable these abilities on the device.
I've asked this question about bluetooth for the M1000 on another forum, and got helpful answers, but the solutions there don't work properly for the blue Angel.
I don't want a discussion as to whether i should enable it or not, but if anyone knows how to disable these abilities, could you let me know? thanks a lot.
Click to expand...
Click to collapse
To disable them from a software perspective, I believe you need to remove the files and registry for MS BT and Wifi, but you already know that.
I can't help you further because I don't have the blue Angel device. Perhaps you can export the registry using one of the registry tools?
Then you can investigate the registry and post some specific questions here for the gurus.
Sorry.

OK.. for anyone who is interested, I've found a way of doing this...on an M2000
You'll have to use a registry editor, and perhaps export the keys somewhere safe before you delete them.
WIFI:
1. Delete Key:
[HKEY_LOCAL_MACHINE\ControlPanel\MyCPL\6]
Removes WLan Icon from Settings -> Connections
2. Delete Key:
[HKEY_LOCAL_MACHINE\Services\WLan]
Stops the WIFI Service
BLUETOOTH:
1. Modify
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
Edit Value ‘Group’ from 2 to 3
2. Find the \windows\start menu\programs folder, and delete the Bluetooth Manager Icon
3. Find the \windows\startup folder. Delete the ‘Run_BTTrayCE_10’ file.
BOTH:
Optional last step, Find the \windows\start menu\programs folder and delete the Wireless Manager Icon.
Now both the bluetooth and WIFI are disabled & hidden from general view.
I'm not saying this is totally irreversable, but will stop casual users using these services.
Cheers

Steee said:
OK.. for anyone who is interested, I've found a way of doing this...on an M2000
You'll have to use a registry editor, and perhaps export the keys somewhere safe before you delete them.
WIFI:
1. Delete Key:
[HKEY_LOCAL_MACHINE\ControlPanel\MyCPL\6]
Removes WLan Icon from Settings -> Connections
2. Delete Key:
[HKEY_LOCAL_MACHINE\Services\WLan]
Stops the WIFI Service
BLUETOOTH:
1. Modify
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
Edit Value ‘Group’ from 2 to 3
2. Find the \windows\start menu\programs folder, and delete the Bluetooth Manager Icon
3. Find the \windows\startup folder. Delete the ‘Run_BTTrayCE_10’ file.
BOTH:
Optional last step, Find the \windows\start menu\programs folder and delete the Wireless Manager Icon.
Now both the bluetooth and WIFI are disabled & hidden from general view.
I'm not saying this is totally irreversable, but will stop casual users using these services.
Cheers
Click to expand...
Click to collapse
You should also delete dll files (I think some applications link themselves to the DLL and can use the service) and create a cab files that do this job. Then put this CAB file in the Extended rom (if possible). Otherwise, at next hard reset the user gets all the features back. I don't want to be pessimistic, but it won't be very difficult to reactivate the disabled functions.

Steee said:
OK.. for anyone who is interested, I've found a way of doing this...on an M2000
You'll have to use a registry editor, and perhaps export the keys somewhere safe before you delete them.
WIFI:
1. Delete Key:
[HKEY_LOCAL_MACHINE\ControlPanel\MyCPL\6]
Removes WLan Icon from Settings -> Connections
2. Delete Key:
[HKEY_LOCAL_MACHINE\Services\WLan]
Stops the WIFI Service
BLUETOOTH:
1. Modify
[HKEY_LOCAL_MACHINE\ControlPanel\Bluetooth]
Edit Value ‘Group’ from 2 to 3
2. Find the \windows\start menu\programs folder, and delete the Bluetooth Manager Icon
3. Find the \windows\startup folder. Delete the ‘Run_BTTrayCE_10’ file.
BOTH:
Optional last step, Find the \windows\start menu\programs folder and delete the Wireless Manager Icon.
Now both the bluetooth and WIFI are disabled & hidden from general view.
I'm not saying this is totally irreversable, but will stop casual users using these services.
Cheers
Click to expand...
Click to collapse
Had to say this......NOT GOOD ENOUGH...
There, I said it.
You can't stop them from hard reset to get back all the registries and DLL from the ROM, but you already know, don't ya?
Perhaps you can use the mkrom tools here to create your own ROM with customised registry and ROM files. Then upgrade each of the devices with this ROM. I think there are many vendors out there customising PPC solutions for government agencies based on this method.
If you are continuing your way, it's fine the way you do it . I believe you've gauge the 'techie' quotient of your users.
Removing more files/registry just make it harder for the user to recover the functionality, but it is still not hard enough for the persistent type to compare the system on a similar PPC device and copy the changes across.
Q: What do I need to do?
A: Pay someone $50 to do it.

thanks for your input guys!
Granted the user can do a hard reset and get the features back. doing that, however would remove all the specific settings and applications we have put on (VPN software, for one), thereby forcing the users to come back to the tech section (me) and get them reloaded (so I can disable BT and WIFI again).
As I said, this is not irreversable, neither is it intended to be. The solution is 'good enough' for my situation and for the users i have to deal with.
I don't have time to learn how to change extended roms etc, and would probably affect the support from Orange if I did start changing things.
If anyone else wants to take up the baton and do more work, feel free

me above btw. forgot to login! doh

Related

Help with making a script/CAB to configure WIFI in WM6

Like many other people here, I'm trying to automate (as far as possible) the process of setting up / reconfiguring my device every time I flash a new ROM or hard reset. I've been following the threads on WAP/MMS CABs and, especially, the email client setup method described in this thread:
http://forum.xda-developers.com/showthread.php?p=1153518
I want to do something along the lines of the email client setup (using xml to provision a connection and then turning it into a CAB file) to set up my WIFI connection, especially the chore of entering a WPA key each time.
I dug around a bit on the MSDN site and found these sections with sample code for service providers to provision WIFI in WM5.
http://msdn2.microsoft.com/en-us/library/ms890771.aspx
http://msdn2.microsoft.com/en-us/library/ms890780.aspx
I'm not a developer and don't know anything about the WM5 SDK so several things are not that clear to me, for example, what is the difference between OMA and OMA DM and which should I use to create a cab that runs off the storage card (does it matter, etc.)?
I'm quite prepared to spend some time experimenting with the sample code with the hope that, with some common sense and trial and error I can produce a single block of xml code that anyone on this forum can copy and edit in notepad to insert their own SSID , type of connection, type of security, network key, etc. and then just turn it into a CAB to run after each time they flash their device.
However, before I spend several hours trying to figure this out, I just wanted to throw this out to the Gurus in our community. I'd be grateful for your help if you:
a) Are knowledgeable in the OMA / OMA DM protocols and can answer a few basic questions I have in order to get me started in the right direction, or
b) Have actually done this already and have created a WIFI connection setup script that is easy to edit and tailor (no point in reinventing the wheel), or
c) Know of a an alternative (easier) way to do this altogether
Thanks in advance for any help,
Rob
NOTE TO MODS: I started a new thread here because I could not find this specific topic anywhere else, and I thought it might be most relevant to WM6, because this is where the highest frequency of flashing is going on right now. However, please feel free to move the post if you think it belongs in another section of the forum.
DONE IT. Moved to another section of the forum.
I figured it out. You can now make a CAB with your WIFI settings.
I posted the method here, since there was already a thread by MrVanx dedicated to creating CABs for all kind of settings.
http://forum.xda-developers.com/showthread.php?p=1227587
Enjoy.

HTC Homeplug Weather fix - get your LOCAL weather! [New universal patch uploaded!]

THIS SERVER HAS NOW BEEN DEACTIVATED - See below / my final post
WARNING! The old IP-based/Pocket Hosts method using my server HAS BEEN DEACTIVATED, as I have had to remove the code in question from the direct IP. This means that selecting the custom weather server purely via the HTC home customizing utilities without installing a patched version of the HTC Home DLL, it WILL NOT WORK and you will just get "unable to retrieve data" messages. If this is the case, please uninstall your existing HTC Home plugin, and use one of the ones off the download page.
You can, if necessary, set up your own IP address to base it on, if you can't use my system for some reason, and use the pocket host method that way (requires your own server). Otherwise, please use the cabs below.
NEW! UNIVERSAL PATCH PACKAGE
I've written a universal patcher, so people can now get the HTC Home package they want, and just patch the HTCHome.dll from \WINDOWS. Simply get the package, unzip, drop your HTCHome.dll file in the N2A-Patcher folder, and run the n2a-patcher script inside. It'll magically create you a package! (This won't work for DLLs which people have already patched, you need to use the unmodified original.) This should negate the need for me to create individual packages anymore. Feedback welcome! As a result, I won't be releasing any more complete packages - just install your personal favorite, get the \WINDOWS\HTCHome.dll from your device, drop it in the packager, and let it do it's magic, then install the newly created cab.
Coming soon, if I can figure it out - drop the installer in, and get a patched full installer out! Of course, I have to figure out how to batch extract the cabfile correctly first... *laughs*
I've also just created a DLL to CAB packager (so you can drop your own pre-patched DLL in, and it'll turn it into a ready-to-install cabfile), and a DLL patcher (which just patches the DLL itself, ready for cooking etc - perfect for all you flashers out there!) - all on the download page.
PLEASE DON'T PM ME ABOUT THIS - KEEP IT TO THE THREAD UNLESS I SPECIFICALLY REQUEST A PM OR PM YOU!
Help Request
If anyone has an unpatched Sprint Touch XML file, I could do with a backup copy, for those who corrupt their XML files...
If you've got a Touch, Kaiser/TyTN II or Sprint Touch...
There are specific device DLL replacement packages on the new file download page.
NEW DOWNLOAD AND INSTRUCTION SITE
I've moved all the downloads and instructions to a new page, which will hopefully make it clearer on what people need to download. It also contains full instructions on hexediting the DLL if you wish, and re-signing. I'm not entirely sure if it's more readable or not, but it's certainly more manageable! Feedback welcome. There's some specific overlays now for certain versions of the ROMs too.
FAQ:
Can I install colour customisations to this?
Sure. Take a look around the forum. There's plenty of guides elsewhere.
What does this do?
It reroutes the request to the AccuWeather server to my server instead, which then requests the appropriate data from the AccuWeather server, and translates it into the HTC Weather XML format.
Can I run this via my own server?
Yup. It's running on mine via PHP 5.2.x, using the SimpleXML extension. The code is downloadable from the main download page, and I've even commented it. Once you get it running, you'll need to hexedit the HTCHome.dll file in the same way as described for the ROM chefs. I'd recommend keeping the same length of file for replacement - using directories to pad it out if necessary - it could cause unpredictable results otherwise.
Do I need to run my own server to get my local weather?
Nope, feel free to use mine.
Your server isn't working!
Oops. It's a rarity, but occasionally network outages happen. The server won't be disappearing anytime soon though without any warning! I'm sorry to say that I'll be taking the server down for this shortly as I'm wrapping up my web hosting business and transferring it to another company, but quite a few other people seem to have hosted a copy if people still need it. I hope it's been of use over the years everyone!
Why have you done this?
It was really annoying me that I could only get the weather for a city 25 miles away, that had nothing to do with mine.
Can you make me an XML file for such-a-place?
No, I've done enough already, and it's documented fairly heavily above. If you can't follow instructions, give up and stop trying to hack your phone. I'm not here to hold your hand. I'll help fix bugs and obvious issues, but if you can't edit a textfile, you're on your own.
Release Notes
I've stripped most local data from the return info apart from the town/city and country, but the HTC plugin seems to ignore that anyway. Works for all international locations I've tested. I welcome feedback on anything that's not working though, and I'll try to get it nailed pretty quickly. As said above, also works on zip codes, which will make it easier for our US friends on here.
New release fixes countries that weren't in the list, by removing the country checks altogether - I'm confident it'll "just work" - in theory Report bugs in the usual way.
Known Issues
The WM5 version will NOT update over GPRS/3G, unless you are using an AKU3.3 ROM. WM5 Weather update over GPRS has been proven with Wizard AKU3.3 (like the T-Mobile or WM5SEr5). Other devices/ROM's still to be confirmed.
The temperature in Farhenheit can occasionally be a degree or two out, as I convert from the Celsius scale. To get both readings would mean two calls to the server, which would be more work and bandwidth for my server. I'm sure you can live with a degree out occasionally.
Kudos
Thanks PAPPL for the info on signing files, Schen for his great work on the plugin, and to all those who contributed to getting these plugins (and getting them working!) in the first place!
Enjoy!
As I've taken the server down, I've attached all the relevant files to this post. If someone does want to provide somewhere to point the weather.not2advanced.com domain to, I still own the domain and can add the appropriate A address to it for the purpose if they want to continue hosting for the many users that still seem to be using this plugin. Sorry I had to take it down, but I no longer run the hosting operation this was being held on, and it can be a bit heavy on resources at times.
- Rick
Wow, sounds like a lot of work went into this.
Do you think it would be possible, using this framework, to pull data from the NWS website instead of Accuweather?
Theroetically, I could, providing they set up an appropriate XML feed. However, I can only do one such setup per IP address (and the IP addresses I have are somewhat limited), but if someone wanted to set it up, I've no doubt it'd be possible. However, it wouldn't be trivial - I've had to manually grab bits of data from the XML and process it into the format the home plugin expects. As a UK resident, the NWS isn't huge amounts of use to me
On a more technical note though, it'd require a similar format - at least 5 days in advance for a particular area, and the exact parameters (or something that can be adjusted / mangled / processed into the exact parameters) that the plugin needs. (Take a look at the code in the zipfile if you want to see how much of a pain in the neck THAT was!) Adapting it would also need a complete conversion matrix, or a hacky method using (say) the RSS feed ID for the BBC, or however the NWS does it.
Will this work for cingular/att customer?
If it works already for the major cities, then it'll work the same way, but with more localised weather available.
If you're having trouble with the normal weather plugin setup though, you may still have trouble. Then again, it might work! I've no idea. Try it and find out
Yeeaah
Hi N2A / Rick.
Great job - really! I can't thank you enough.
It finally works for me.
Thanks
HTC Homeplug Weather
Hello,
Thanks for sharing your great work. (I am french so sorry for my poor english)
However, I working on HTC Homeplug Weather because it wont let me download weather forecast when I am using 3G connection.
It works great when I an using wifi connection so I think it is coming from the proxy of vodaphone France (SFR) wich is blocking the access. So I was wondering if I will be able to connect to your server ? (for the moment it is not working) or redirecting the plugin to my tunnel...
Second is there a way to be sure that htc weather plugin is trying to connect to htc.accuweather.com and not to another web site.
Thanks in advance
A french guy wich is also living in a small city and wishto have his weather forecast ;-)
TorbenKB said:
Hi N2A / Rick.
Great job - really! I can't thank you enough.
It finally works for me.
Thanks
Click to expand...
Click to collapse
You're most welcome Glad I could help.
gdbtg said:
Hello,
However, I working on HTC Homeplug Weather because it wont let me download weather forecast when I am using 3G connection.
It works great when I an using wifi connection so I think it is coming from the proxy of vodaphone France (SFR) wich is blocking the access. So I was wondering if I will be able to connect to your server ? (for the moment it is not working) or redirecting the plugin to my tunnel...
Second is there a way to be sure that htc weather plugin is trying to connect to htc.accuweather.com and not to another web site.
Thanks in advance
A french guy wich is also living in a small city and wishto have his weather forecast ;-)
Click to expand...
Click to collapse
Well, if it's the HTC accuweather site specifically blocked, then it will help you. If it's generically blocking sites, then it won't.
Re a tunnel - depends what you mean by it.
The HTC home plugin *always* tries to connect to htc.accuweather.com - hence the host file change, which diverts it to my server instead, which provides the correct data. (NO LONGER APPLIES WITH NEW PLUGINS!)
However, if it's still not working with the hosts file modification (may require soft reset, not sure!), then I'm afraid there's not a lot I can do, unless you can tunnel it as you said, but it depends on what you're using to tunnel.
HTC Homeplug Weather
Thanks for your quick answer !
It's still not worling ;-(
But I wondering how can I test if Pockets Hosts is redirecting properly the htc weather address.
Sincerely
gdbtg said:
Thanks for your quick answer !
It's still not worling ;-(
But I wondering how can I test if Pockets Hosts is redirecting properly the htc weather address.
Sincerely
Click to expand...
Click to collapse
***************** REMOVED OLD CONTENT, NO LONGER APPLIES WITH THE NEW PLUGINS *****************
HTC Homeplug Weather
Ok, I have got the web site and not the error message.
So there is something wrong.
Thanks for your help.
Befor I can try your nice work, I have a problem with the write protection of the hh_0407_weather... file. I dont get my own file in the folder. I tried some things but it didnt work.
Can you help me? I'm runing a B&B v3.7 Ger beta.
Thanks
gdbtg said:
Ok, I have got the web site and not the error message.
So there is something wrong.
Thanks for your help.
Click to expand...
Click to collapse
Reload pocket hosts - it should look something like the attached thumbnail. If it does, try a soft reset. However, if it's still refusing point blank, it's highly possible you're going via a proxy, and that is handling the DNS lookups. To bypass that will require a hack to the HTC plugin itself. I can set it up server side for it (which was going to be my initial approach!), but it'll need an appropriate hostname hacking into the binary. I'll see what I can do on that score tomorrow, both on the home plugin front and the server-side setup.
smallgermanboy said:
Befor I can try your nice work, I have a problem with the write protection of the hh_0407_weather... file. I dont get my own file in the folder. I tried some things but it didnt work.
Can you help me? I'm runing a B&B v3.7 Ger beta.
Thanks
Click to expand...
Click to collapse
I suggest using Total Commander - you can remove the read-only flag from there, and even edit it inside it. Works beautifully.
I use the Total Com, too. But when I open the file the Internet Explorer opens and displays the xml file. I tried to remove the flag but he didnt adopt it. So I looked at the attributes again and nothing has changed.
smallgermanboy said:
I use the Total Com, too. But when I open the file the Internet Explorer opens and displays the xml file. I tried to remove the flag but he didnt adopt it. So I looked at the attributes again nothing has changed.
Click to expand...
Click to collapse
I'm assuming that's after you've gone to the file properties. You should be able to unclick "Read-only" and "System" on it.
There's quite a bit of information on doing this scattered around the forums. Is it cooked into your ROM? (It'll have a tickbox by the "In ROM" box if that's the case.) But you want to clear the Read Only and System attributes from the file properties if you can, THEN edit it.
More information on this thread.
N2A said:
I'm assuming that's after you've gone to the file properties. You should be able to unclick "Read-only" and "System" on it.
Click to expand...
Click to collapse
I did this but when I open the properties again the attributes for "Read-only" and "System" are still on.
There's quite a bit of information on doing this scattered around the forums. Is it cooked into your ROM? (It'll have a tickbox by the "In ROM" box if that's the case.) But you want to clear the Read Only and System attributes from the file properties if you can, THEN edit it.
Click to expand...
Click to collapse
Its in the ROM.
There's your problem. I suggest copying it somewhere else on the device, editing it, and copying it back, but it may have issues doing it.
If you can't copy it back, apparently Resco Explorer is able to do it.
I used resco to do it. you have 14 days free trial so you can test it first.
http://www.resco.net/pocketpc/explorer/downloads.asp
And thanks N2A this is realy great. And works perfectly can find all the small places in Norway
ialu said:
I used resco to do it. you have 14 days free trial so you can test it first.
http://www.resco.net/pocketpc/explorer/downloads.asp
And thanks N2A this is realy great. And works perfectly can find all the small places in Norway
Click to expand...
Click to collapse
Thanks for both
I copied it with the resco and now it works perfekt. I tried several small cities in Germany and he found all. THANKS again
Thanks. works great. now i know it's going to rain all week here in abergavenny

[APP] Hide Folders

I've noticed recently that there's quite a few people asking how to hide folders on Windows Mobile. There's a few applications out there, but they're either completely overkill (they do a million more things and are therefore massive), or they're not free (or a mixture of the two).
Since I wanted this functionality myself, I decided to write a very simple application to allow me to toggle the hidden state of folders. This application should be considered in beta state, but it works fine for me so far. It's not fancy in the slightest, and I have no plans to make it look anything special, but if I get enough response then I'd put some time aside to "tart it up" a bit.
I'd be grateful if people could let me know of any problems with it. It's targeted for WM 4+ (I have 6.1), using .Net 2.0.
All that aside, I hope some of you do find it useful.
You can download it here...
http://www.johnmolyneux.co.uk/downloads/hidefolders.cab
I was recently informed about a review for this application, which can be found here...
http://mobilityupdate.com/hide-your-folders-on-windows-mobile-using-hidefolders-application/
Thanks for the great review Ella
Cheers,
John.
Hi,
Works well on my Kaiser (See my sig for the rest of my specs).
Nice little app, I use Resco and Total Commander, so I don't have much use for it, but I'll keep the CAB just in case.
I like the loading when you expand the tree rather than loading all folders at the start.
Ta
Dave
Cheers for doing that Dave - I don't know about you, but I'm always relieved when things work for others!
As for the loading when you expand the treeview nodes, I had to add that because it was taking about a minute to start the program, if it was getting the whole directory structure. The Windows folder alone was taking around 40 seconds!
Anyway, thanks again. I appreciate the test and report
Updated to v1.1. I've sorted the folder lists alphabetically, and I've added an about screen, mainly to acknowledge the guy that made the icons I used for the application.
it didn't work. i set a folder in the storage card to hidden mode bt the folder is still visible! when i use file explorer!
i have asus p320
hackerzlab said:
it didn't work. i set a folder in the storage card to hidden mode bt the folder is still visible! when i use file explorer!
Click to expand...
Click to collapse
Hi.
It sounds to me like you've got 'Show all files' enabled. In File Explorer, go to Menu and make sure 'Show all files' is unchecked.
Cheers.
hide folder working fine
working great in htc 3450...
but make sure in file explorer u unchecked show all files....[]
Work well on Xperia, thanks
Great piece of app. Really appreciated. You need to uncheck "show all files" & you will have your files hidden. But the problem I faced is mainly with the Touch commander 2.51 which doesn't have any of this option. I tried this on Resco explorer & files were hidden. So overall w/o touch commander it worked like charm.
Just an humble suggestion John
WHy don't you create an app that could lock files, I mean that could just rename them with ascii letters which can't be opened unless provided password[which would rename the folder again.] I have searched for this kind of app but couldn't find one so your release would be a hit with this function. Thanks allover.
Regards
Saksham Katyal
hidefolders review:
http://mobilityupdate.com/hide-your-folders-on-windows-mobile-using-hidefolders-application/
kakachopra said:
working great in htc 3450...
but make sure in file explorer u unchecked show all files....[]
Click to expand...
Click to collapse
Yeah but still doesnt work successfully. if you use a photo viewing program like resco photo viewer hidden files are still viewable. SKB mobile safety suite locks well, cant see it but takes forever with large files and you need alot of phone memory.
Im sure someone must have a program that has the best of both worlds???
How do i use it???
Hello and thanks for the cab....How do i hide a folder in Htc hd?The program just lets me go through the paths and when i find the folder i want to hide it has to options ...on the left "about" on the right "exit" It does't says anywhere menu or hide.....Any succestions?
Thank you in advance.
johncmolyneux said:
I'd be grateful if people could let me know of any problems with it. It's targeted for WM 4+ (I have 6.1), using .Net 2.0.
All that aside, I hope some of you do find it useful.
.
Click to expand...
Click to collapse
thanks 4 the app!
works great on ipaq 600
if it is not to hard can you make the app popup as a combination of hardware keys?
2 make it simple one can select from predefined combination
like: key1&key4 ,key1&key2…. (from settings/buttons)
or if it is not to hard adding read key combination option (in the app settings)
anyway thanks
Edit: to not let it woke in the background the combination will be entered after taping the apps icon (the apps icon says )
CARPEDIEM8 said:
Hello and thanks for the cab....How do i hide a folder in Htc hd?The program just lets me go through the paths and when i find the folder i want to hide it has to options ...on the left "about" on the right "exit" It does't says anywhere menu or hide.....Any succestions?
Thank you in advance.
Click to expand...
Click to collapse
Found a program called Hide my stuff v3.6, works much better than this one and the SKB. it truly hides files or all files within a folder, no frills so is very fast to hide, unhide, you can even edit or beam files whilst its in a hidden state etc. found it by chance but works very well.
thank you veru much ! I will try that!
appreciating your help . it is working fine for me
Works great on my BlueAngel..thank you man!
EREZYAD said:
if it is not to hard can you make the app popup as a combination of hardware keys?
2 make it simple one can select from predefined combination
like: key1&key4 ,key1&key2…. (from settings/buttons)
or if it is not to hard adding read key combination option (in the app settings)
anyway thanks
Edit: to not let it woke in the background the combination will be entered after taping the apps icon (the apps icon says )
Click to expand...
Click to collapse
works great!! Thanks
and if could add up some function like that, it would be perfect!! Thanks again
You need AEButtons to assign software to hardware keys. I've never used it myself, but lots of people use it very succesfully.
Hope this helps
Im glad to say that the hide folders works great. Does anybody know a way to hide files (not folders) under the My Device for a WinMobile 6.5? I want to do this to clean the screen and not to accidentally delete files.
The only files/folders I want to see when I open File Explorer are:
My Documents
Storage Card

[App][BETA] Kill**** - process killer

This is my first app for WinCE so please be nice!
Rant
It seems I'm part of a minority of users who understand that mobile devices and PDA's are not designed to run multiple apps at once. You can, but anyone with a decent sense of quality will agree that it's a rubbish experience once you get under 50% free memory. In fact the iPhone by default design doesn't let you multi-task apps (jailbreak changes this) which may be one of the reasons peeps think its a faster device. I say I'm part of a minority because most apps around are coded so that when you hit the 'x' close button they minimize instead of close (even by holding x). Also Windows has no inbuilt mechanisms for keeping your apps closed, and none of the roms I've tried (cooked or otherwise) seem to have these types of tools included.
Disclaimer
Firstly I hope I haven't reinvented the wheel or stolen anyone else's idea. I didn't research for months but didn't find anything like this around so apologize in advance if I upset anyone. Also I provide this tool "as-is" in BETA form - so it could damage your device - so use at your own risk.
Kill****?! What is it?
It is a simple app that kills running processes.
Why would I want it - what's wrong with Task Manager?
A common example is you open up Calc to do divide a dinner bill, lookup how to get home in Google maps, send an SMS to a friend and hit Home key. Then you wonder why the thing is running like a dog. You open task manager and notice you have these 3 freakin apps are open still and taking up your memory. So you're expected to open Task Manager after every time you're finished with an app?...no I dont think so..because you've got Kill****! You manage an exemption file, assign the app to one of your softkeys (or events) and it will quickly, quietly kill all other **** running for you.
How Does It Work?
It stores a text file on disk with names of processes that you wish to exempt. You can manage this via the included config tool. When you run the app (which is a console app) it just kills every running process other than the ones on your exclude list. The exclusion file is stored in your default MyDocuments folder and is called something like "NoofnyKill****.settings". Real simple.
What Do I Need To Run It?
Microsoft Windows Mobile (4 and above)
Microsoft .NET Compact Framework 3.5
How Do I Install It?
Simply run the attached CAB and everything is installed for you. 2 icons are added to your Start Menu (the config tool and the console app itself). The app is installed in the default Programs folder.
How Do I Use It?
If the exceptions file does not exist it will be created new and will contain all of the running process at the time the app ran.
The best instructions are;
1) Have your device in your preferred state with only your basic apps running.
2) Open the config tool from the start menu (Kill**** Config).
3) All of the running processes will list with a check next to them (which 4) means they will be exempted).
4) Click Menu -> Save Exceptions and close the config tool.
5) Assign the console app (KilL****.exe) to one of your softkeys or other buttons using your favorite tweak tool.
What Else Do I Need To Know?
I am not responsible for anything negative or positive this app will do to you, your device or life. Use at your own risk. I have not tested this app well and can only guarantee that I have fundamentally screwed something up. If anyone does use it and wants help I will do my best but try to help by giving as much detailed info as possible when reporting any bugs. I'm open to suggestions and are planning to put the source code up here if anyone shows interest.
That's about it - hope it makes someone's life a little brighter.
Hi!
This looks interesting. Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Cheers
Epiphany
EpiphanyNL said:
Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Click to expand...
Click to collapse
Thanks...i can have the file live anywhere really, I just chose MyDocuments cause its easy and accessible. It's easy to even have them define in the config tool where they want to save the settings. I'm new to mobile dev and the whole rom cooking thing, so could you expand about what would be needed to cook this app into a rom?
actually after giving it more thought it would be more practical to store this in the registry. I chose to use a text file at first because I was not going to bother have a config app and you could modify it using notepad or something.
In registry would be the most preferred method yes.

[XAP + Source] Advanced Explorer [Version 1.4]

Hello XDA Community,
@DEVELOPERS: I need some developers with other devices to make things (at least parts of advanced explorer) work on other devices (i have a htd hd7). !Programming & Testing!
Please PM me
To bring all together what xda achieved for WP7, i wrote a helper app for the following tasks,
- File management
- Registry management
- Copy files from desktop to phone
- Copy files from phone to desktop
- Set max unsigned apps
- Provision any given XML
If you post in this thread how any of those features could be implemented on other devices, i will maybe implement them. You can always send me a modified version and i will maybe update this post with the new version!
Usage/(Release-)Notes on the website!
If you encounter any errors, or wanna give some feedback => just leave a post here or use the idea page or write me an email (go to contact on the homepage)!
I included the source code, so that anybody can modify it at will but do not use anything here for commercial purposes (contact me first).
Homepage for this project:
http://sites.google.com/site/yaafdevelopers/projects/advanced-explorer-for-wp7
You can give feedback / bugreports:
http://advancedexplorerwp7.codeplex.com/
(Go to Discussion or Issue Tracker)
You will find the latest version and the Release-Notes there. I will continue to watch this thread!
Because some people asked how to support/donate me:
I appreciate every donation! Thank you!
reddragon
He that is great stff... i am glad you added the source i was thinking about how this could work having had a little peek at the code in the samples that Ms provided.
wings over a thanks too
Question...If you send a file, where does the device dump it into the computer? I was getting an error sending the file to my computer at first, but then I configured correctly and it sends fine, but I don't know where it is...
Edit: Nevermind, I got it. Upload/Download Root folders. Good work on this app man. Pretty nifty. Uploaded a .doc from my laptop to the phone, copy/pasted it into My Docs and it appeared and opened on MS Office Word perfectly.
nice ! but ...
Nice app !
But can't send from \windows directory ?..
Re: can't send from \windows
Hey,
like i said in my first post i brought together what was achieved...
Im using the HTC app COM dll files for file system access. Actually you can send files from \windows but not all. (in usage or no access)...
If somebody knows a better way, or something for other devices => just implement and send it, or post here!
The problem: Now it works on my device, so I can do what i wanted to do (coping .pdf and other stuff on the wp7) I have not the time to search & wait for other devices.
I tried to code it very generic and emulated the System.IO namespace, so everybody can add his results or replace it with better results.
Just contact me and I will check the code and update the first post.
reddragon93
eternalemb said:
Question...If you send a file, where does the device dump it into the computer? I was getting an error sending the file to my computer at first, but then I configured correctly and it sends fine, but I don't know where it is...
Edit: Nevermind, I got it. Upload/Download Root folders. Good work on this app man. Pretty nifty. Uploaded a .doc from my laptop to the phone, copy/pasted it into My Docs and it appeared and opened on MS Office Word perfectly.
Click to expand...
Click to collapse
actually you can double tab any file and it should open from any folder.
To get PDF working I copy the file to the PDF reader (most likely the app will crash if Adobe reader is not installed), but you will not see anything as PDF reader just pops up with the file
Just like always contact me if there are file types missing!
cool app, ty
how long did it take?
hi reddragon93, thank you for your work, i've an lg optimus 7, is there an eta for explorer for other device?
i need it!!!
thank you so much!
gianlucarugby said:
hi reddragon93, thank you for your work, i've an lg optimus 7, is there an eta for explorer for other device?
i need it!!!
thank you so much!
Click to expand...
Click to collapse
I really can understand you because I needed this for myself (that's why I coded it in the first place)
But the answer is NO, because we have to wait until somebody finds a way to get access on other devices and shares the info (i will observe this thread for new infos).
And by the way you should not ask for ETA in developer forum (forum rules), but it's OK for me. Hope you will be the only one after my answer
I answered this question in my first post:
"If you post in this thread how any of those features could be implemented on other devices, i will maybe implement them"
Hope I answered your question.
reddragon
thanks, you were very kind,
apologize me for the ETA, i did not know, i'm just a student not a developer!
good work!
EDIT: I can't figure out how to mark a post as useful yet, so let me just say THANK YOU!!!
Awesome app. However, there are a few things that would be nice in terms of file types:
Any chance of getting support for loading .mobi files (Kindle ebooks)? I'd love to be able to sideload books that aren't in the Amazon store.
Currently, .log files won't open. Copy/renaming them to .txt should work, or a simple text reader/editor could be built-in.
Possible bug: the "Max unsigned apps" field in Settings is showing "Not set - (can't read from registry)" Setting it from within the app seems to work, though (and be remembered).
Feature request: ability to search the registry
Small change request: pressing Back on an Exception could do the same as OK (rather than exiting).
Overally, much thanks for an awesome tool!
Thanks for feedback
GoodDayToDie said:
EDIT: I can't figure out how to mark a post as useful yet, so let me just say THANK YOU!!!
Awesome app. However, there are a few things that would be nice in terms of file types:
Any chance of getting support for loading .mobi files (Kindle ebooks)? I'd love to be able to sideload books that aren't in the Amazon store.
Currently, .log files won't open. Copy/renaming them to .txt should work, or a simple text reader/editor could be built-in.
Possible bug: the "Max unsigned apps" field in Settings is showing "Not set - (can't read from registry)" Setting it from within the app seems to work, though (and be remembered).
Feature request: ability to search the registry
Small change request: pressing Back on an Exception could do the same as OK (rather than exiting).
Overally, much thanks for an awesome tool!
Click to expand...
Click to collapse
Thanks for your feedback!
(1) I really needed the app for myself (real pdf support) so... The Thanks Button is only visible with 5+ Posts
(2) i will pm you maybe if i find some spare time. This is most likely pretty simple to implement. Can you edit your (or create a new) post and describe what happens if you double tab a kindle book with the current version?
(3) yeah i saw this before but didn't thought it is important enough to implement. I don't have the time for the own Editor (you have to handle really big files for example) but i can do the renaming thing behind the scenes (remember renaming = copy+delete until a better solution is found).
(4) on first app start i have really no solution in determining how the value is set (no access on this key). So my solution was to set this text ("Not set - (can't read from registry)" until you set a value => then i save this value local to the app, and set it every time the app starts (It gets reset every time i connect the device to the PC anyway)
(5) "search the registry": I thought on this one... But this will not be of much use as we have not really much read access
NOTE: The Problem with the registry is that we have FULL WRITE access trough the provxml method but not very much READ access (HTC COM .dll)
(6) really? I'm satisfied with the current behavior. Without searching I don't know if this is a small change maybe it is, maybe not. At least it looks like one but that doesn't mean anything
reddragon
Thanks for the response, reddragon. I'm at work right now, so the .mobi thing will have to wait. It's a very common request among WP7 users around here, though.
I've found that selecting the Edit context item will open any file in Word, which is typically sufficient for viewing and even editing purposes! True plain text files open fine regardless of extension, and even binary files will usually have enough ASCII in them to determine useful info. You can also send any file (via email) from Word, if you want to email an attachment rather than just transfer to a PC.
Unfortunately, I've found that XML files just... don't work. Double-clicking them opens IE, which complains that it can't handle that file type. Selecting Edit on them looks like it's opening some Office app, but the app then closes and drops back into Advanced Explorer (no error). This is the currently problematic filetype, as a *lot* of data is stored in XML.
The "Registry Editor" app already provides registry search (and despite the security restrictions on read it *mostly* works) but without system copy-paste it's tricky moving data between apps. I enjoy being able to pan between the FS and registry... hell, I want a Windows (desktop) app that does this, now.
It looks like there's FS search (an option on the command bar, and a text box that appears) but I can't get it to do anything. Pressing Enter has no effect, tapping either Refresh or Search again just reloads the page. Am I using this right? It would be great to be able to either scroll long folders (\Windows) or find a filename behind a bunch of GUIDs.
Some files show as "0 b" size, even though they almost certainly aren't. Is that just because some program has an exclusive lock on them and their size can't be read in that state?
Any chance of the ability to create folders in the GUI (I think I see how to do it with provxml files, but that's not exactly convenient)?
Thanks for the explanations on the registry. I was wondering how you could write to locations that you can't read from... Also, I didn't know the sideload limit resets itself. That's something I'll have to watch out for, as I'm near the nominal sideload limit already. Hmm... maybe I should look into writing an app that lets the phone install a .XAP directly, to minimize the amount of PC connecting that's needed.
Sorry, I know that's a lot of comments and questions. If it helps, I showed this to a couple of other HD7 owners today, and the immediate response of both of them was "I've got to get that!" This is a great app, super-convenient and good for making the occasional Samsung Focus owner jealous ;-D
Actually, I'm a developer myself (mostly C/C++, but I know C#). I'll crack a look at the source when I get a chance (probably this weekend) but would you be interested in a patch if there's something I can improve? One thing I might add is an optional "Did you mean that?" prompt on the Back button, as it's a little too easy to hit and knock you clear out of the app (optional of course, as I understand some people don't have such problems).
Thanks again!
does anyone know the latest ETA on compatibility for samsung devices?
Some Answers
GoodDayToDie said:
Thanks for the response, reddragon. I'm at work right now, so the .mobi thing will have to wait. It's a very common request among WP7 users around here, though.
Click to expand...
Click to collapse
Like I said: I will pm you most likely, today or this weekend.
GoodDayToDie said:
I've found that selecting the Edit context item will open any file in Word, which is typically sufficient for viewing and even editing purposes! True plain text files open fine regardless of extension, and even binary files will usually have enough ASCII in them to determine useful info. You can also send any file (via email) from Word, if you want to email an attachment rather than just transfer to a PC.
Unfortunately, I've found that XML files just... don't work. Double-clicking them opens IE, which complains that it can't handle that file type. Selecting Edit on them looks like it's opening some Office app, but the app then closes and drops back into Advanced Explorer (no error). This is the currently problematic filetype, as a *lot* of data is stored in XML.
Click to expand...
Click to collapse
Yeah the best way to handle the edit mode would be an editor inside the app, but that's quite some work i guess... So if somebody is willing to write such a control just contact me!
But the current workaround is quite simple: Upload your file, edit it with the powerful editors you know and send it back to the phone...
In fact what i did was send the complete windows/applications folder and all files that where successfully send can be edited (on the others you have no access anyway).
GoodDayToDie said:
The "Registry Editor" app already provides registry search (and despite the security restrictions on read it *mostly* works) but without system copy-paste it's tricky moving data between apps. I enjoy being able to pan between the FS and registry... hell, I want a Windows (desktop) app that does this, now.
Click to expand...
Click to collapse
Well I think it's not that difficult to implement a search for registry. It's funny to say that all the time but I thought on this one too and if you look on the source code you will see that i positioned the search/filter text box out of the explorer pivot to use it for registry search or other purposes. If you find it really that useful with the current read restrictions... yeah I should just implement it...
GoodDayToDie said:
It looks like there's FS search (an option on the command bar, and a text box that appears) but I can't get it to do anything. Pressing Enter has no effect, tapping either Refresh or Search again just reloads the page. Am I using this right? It would be great to be able to either scroll long folders (\Windows) or find a filename behind a bunch of GUIDs.
Click to expand...
Click to collapse
In fact this is a filter function so that large folders can be loaded much faster. Just enter "a*" and make the keyboard disappear (tab anywhere else) and you see only the files/folders starting with "a". I don't know why "enter" on keyboard doesn't do anything, I will look into this. I should update the usage in my first post, thanks.
GoodDayToDie said:
Some files show as "0 b" size, even though they almost certainly aren't. Is that just because some program has an exclusive lock on them and their size can't be read in that state?
Click to expand...
Click to collapse
yep.
From the htc COM call i get 0 bytes....
GoodDayToDie said:
Any chance of the ability to create folders in the GUI (I think I see how to do it with provxml files, but that's not exactly convenient)?
Click to expand...
Click to collapse
Hehe, i thought on this one too as it is already implemented (just create a folder in UploadRoot drop a file and start downloading it to the phone => the folder gets created). I will look into this.
Can you (or anybody) provide me with an example on how to rename a folder via provxml. And in Yaaf.WP7.NativeAccess.IO.File i have in the "Move" method some code commentated. Can somebody please un-comment, debug and tell me why the hell this provision-xml is invalid / not working, thanks.
(ProvisionXml is completely new to me as this is my first smartphone)
GoodDayToDie said:
Thanks for the explanations on the registry. I was wondering how you could write to locations that you can't read from... Also, I didn't know the sideload limit resets itself. That's something I'll have to watch out for, as I'm near the nominal sideload limit already. Hmm... maybe I should look into writing an app that lets the phone install a .XAP directly, to minimize the amount of PC connecting that's needed.
Click to expand...
Click to collapse
I didn't look into that but i think it is not enough to simply create the guid folder and drop content there... Anyway you can use the "NativeAccess" Projekt to get all the access i used in the Explorer. But you have to create links from your main projekt to the COM-dlls so they get included into the xap file.
GoodDayToDie said:
Sorry, I know that's a lot of comments and questions. If it helps, I showed this to a couple of other HD7 owners today, and the immediate response of both of them was "I've got to get that!" This is a great app, super-convenient and good for making the occasional Samsung Focus owner jealous ;-D
Click to expand...
Click to collapse
That's what keeping me up i guess
GoodDayToDie said:
Actually, I'm a developer myself (mostly C/C++, but I know C#). I'll crack a look at the source when I get a chance (probably this weekend) but would you be interested in a patch if there's something I can improve? One thing I might add is an optional "Did you mean that?" prompt on the Back button, as it's a little too easy to hit and knock you clear out of the app (optional of course, as I understand some people don't have such problems).
Click to expand...
Click to collapse
I'm always interested in any patch especially support for other devices (I have a htc so I can't debug stuff for other devices :/ )
Yeah there could be an option for that. It's pretty easy to implement so... But i don't have this problem so i didn't realised that one.
GoodDayToDie said:
Thanks again!
Click to expand...
Click to collapse
Thank you for your feedback
Muzzy777 said:
does anyone know the latest ETA on compatibility for samsung devices?
Click to expand...
Click to collapse
Well I answered this on the first page of the thread already, thanks.
EDIT: I updated the program and my first post and implemented some of your feature requests
reddragon
Configuration Service Provider Reference for Windows Mobile Devices
Have you used the forum-search? You'll find a post which describes you how to get these books to your phone (it's by me). I can't give you the link because I send this from my HD7.
really great app. Also like the pc<->phone feature
I use it now very often, so I think it needs:
-2 Filebrowser Tabs
-or an option to "bookmark" certain folders
diboze said:
really great app. Also like the pc<->phone feature
I use it now very often, so I think it needs:
-2 Filebrowser Tabs
-or an option to "bookmark" certain folders
Click to expand...
Click to collapse
I talked to other people, at first this feature looks awesome, but after some time you would see that you don't use 2 tabs!
The bookmarking thing is a good idea...
Elerador said:
Have you used the forum-search? You'll find a post which describes you how to get these books to your phone (it's by me). I can't give you the link because I send this from my HD7.
Click to expand...
Click to collapse
I'm looking into amazon kindle... what i can do for sure is copy the file into the kindle folder and start amazon kindle...
But i forgot how to start a program via app-guid. I remember that i saw an COM.dll which can do that.
__ow said:
Configuration Service Provider Reference for Windows Mobile Devices
Click to expand...
Click to collapse
i know that link but i don't see how you can move folders (if it is possible)
reddragon
Love the update! Thanks for cluing me in on the workings of the filter; I wasn't trying wildcards and it therefore looked like it was always empty.
That said, a bug report (reproed on the older version too):
Registry manual mode can crash with a System.ArgumentException "Invalid fullpath".
Start Advanced Explorer
Pan to Registry
Tap "edit manual"
Observe exception
App crashes on hitting OK

Categories

Resources