Hello people of xda-developers,
I wrote a small application that recursively finds out folder sizes for any folder.
I was using it when my Trinity was shouting at me "Storage space is critically low" (or something like that) and I didn't know what to delete.
Now you can see what folders take up most space and delete them entirely or specific files.
I'll just let the pictures speak for themselves, but you can read more on my site.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now looking good on VGA screens too (as of build 25)
Awaiting feedback
L.E.: Thanks for everyone's support. If you have any suggestion (especially new features), please feel free to express them.
Version history
v0.6 build 25
- created resources for 192DPI screens (480x640 pixels); now it should look fine on VGA screens (didn't tested for sqare screens though)
New version, 0.6 build 23
- (hopefully) fixed the bug reported by stylez and db77 (thanks for the reports)
New version, 0.6 build 21
- changed drive icons due to possible licensing issues; switched to Crystal Project icons
- (hopefully) fixed a bug reported by stylez
If an error occurs while getting a foder's subfolders/files, a node with an warning icons is being added, for each situation respectively.
this is a great contrbution
i would screamed for this app when i had my universal
i dont have much need for it on the HD but i think ill have it anyway, you never know when itll be needed
thanks very much
Cool app all fine on Tilt, only thing could do with is being .cab'd up
"Same as comment bellow get crashes sometimes on device mem storage card fine"
First off Thank you! grate app and varry usefull.!
but it keeps crashing on
me.. wen i try to scan my storage card it reads afew thousand files or soo and i get: ""An unexpected error has occurred in MTreeSize.exe.
Select Quit and then restart this program, or select Details for more information.""
is this cause im tryi to read to much info? even folders i know used Alot of memory crash tha app? any addvice ?
thanks for tha work...
wow, interesting software. Can't wait for testing.
Thanks and regards
criminalogic said:
First off Thank you! grate app and varry usefull.!
but it keeps crashing on
me.. wen i try to scan my storage card it reads afew thousand files or soo and i get: ""An unexpected error has occurred in MTreeSize.exe.
Select Quit and then restart this program, or select Details for more information.""
is this cause im tryi to read to much info? even folders i know used Alot of memory crash tha app? any addvice ?
thanks for tha work...
Click to expand...
Click to collapse
Sorry about that, I didn't handle some errors. Please try the new version (v0.6 build 15).
Also, it could be very helpful for me to get some details about the errors , so if you encounter some more please post the stack trace.
A stack trace looks like this (you'll see it if you select "Details"):
Code:
MTreeSize.exe
IOException
at System.IO.__Error.WinIOError()
at System.IO.Directory.InternalGetFileDirectoryNames()
at System.IO.Directory.InternalGetFiles()
at System.IO.DirectoryInfo.GetFiles()
at ChitzaSoft.MTreeSize.MTreeNode.GetFiles()
at ChitzaSoft.MTreeSize.Utils.PopulateTree()
at ChitzaSoft.MTreeSize.MainForm.miSelect_Click()
at System.Windows.Forms.MenuItem.OnClick()
...
stylez said:
Cool app all fine on Tilt, only thing could do with is being .cab'd up
Click to expand...
Click to collapse
This evening I'll make some time to create a CAB and maybe sign the assemblies.
Thanks a lot for the feedback.
Great idea and great application! Working good on Hermes.
this is the thing that i really wanted.thx u so much 4 ur great effort.
Was recieving the same error as previously posted hwne it came to scanning large file areas, but I see you already addressed this. Great job and great app.
Although I handled the errors (if anything goes wrong, a tree node with a warning sign and "!" text is created) , usually they're an indication of corrupted files/folders, I would recommend a scan of the storage cards.
In a future version I'll log those errors and display them to the user when the scan is finished.
Great App! I was waiting it for a long time
Posted a review for tomorrow on pianetaPDA.com
Thank you for this, been looking for this kind of apps. It crashes when I launch it for the first time but after that its working all the way....
Catodo said:
Posted a review for tomorrow on pianetaPDA.com
Click to expand...
Click to collapse
http://pocketnow.com/index.php?a=portal_detail&t=news&id=7049
red_hanks said:
Thank you for this, been looking for this kind of apps. It crashes when I launch it for the first time but after that its working all the way....
Click to expand...
Click to collapse
Could you please post the error message here? Maybe I can fix it...
Thanks
New Version installed on Device mem was same when installed on storage.
Still getting error message the folder that i'm trying to open in \Windows\AppMgr or \My Documents.
Storage card fine.
Error message:
MTreeSize.exe
InvalidOperationException
at System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
at ChitzaSoft.MTreeSize.Utils.PopulateTree(TreeView& tree, String path, List`1 excludedFolders, Control ctrl)
at ChitzaSoft.MTreeSize.MainForm.miSelect_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.LinkLabel.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at ChitzaSoft.MTreeSize.Program.Main()
Click to expand...
Click to collapse
On tytn2 it works as it should, thx for this app
Ok working nice for me here is the cab file you were all asking for
Thanks wapvirus.
I posted the new version and the screen shots and I was about to go to sleep when I saw your post, so I created the CAB myself (from now on I'll only post CAB files).
By the way, do you have any idea about keeping a file when installing a new version? I really don't like overwriting user preferences... and I saw some apps asking whether or not to keep the settings, I'd like to do that too.
Thanks
chitza,
Did get an error and have had the occasional crash will post log when get it again "Was able to view folders previesly not".
This is awesome as used to using WinDirStat on computers for the same purpose
stylez.
MTreeSize.exe
NullReferenceException
at ChitzaSoft.MTreeSize.MTreeNode.InvokeAddChild(MTreeNode child)
at ChitzaSoft.MTreeSize.MTreeNode.GetRecursiveFoldersAndFiles(List`1 excludedFolders, String filePattern, List`1 topFiles)
at ChitzaSoft.MTreeSize.Utils.Recurse(Object callbackDataObject)
at System.Threading.ThreadPool.WorkItem.doWork(Object o)
at System.Threading.Timer.ring()
Click to expand...
Click to collapse
http://pianetapda.com/post/611/mtre...ente-dimensione-delle-cartelle-windows-mobile
Here it is. Updated with last version. Thank you Chitza!
Related
Site Moved!: IMSMS PPC Pro edition and Smartphone is now released 1.0!
So many features, just see the home site for info!
(see link below)
Skinning INfo: http://forum.xda-developers.com/showthread.php?t=333619&page=24
Hi,
I spent some time writing this app and would love your feedback/testing. The UI is still being tweaked but the core engine is working fine. Of course, there's more customisations to do but I feel the overall app works. There's quite a bit of undocumented features but I am in the process of improving/documentation. If you can give me some feedback on this, that would be great. This project was meant from day 1 to be FREE and accessible to everyone. I just hope you enjoy using it as much as I enjoy building it!
I've written specifically for HTC S620 (aka TMobile Dash). Uses WM6/.NET CF 2.0 (which is built into ROM) so you should be able to run it. Everything else is in the .cab file package. It can be oriented to portrait but prefered to be run in landscape mode. Supports emoticons and more along with message backup.
Tutorial (UPDATED) and download:
Tutorial and DOWNLOAD LINK
Disclaimer:
as always, use at your own risk - you lose your data, I'm not responsible. You kill your phone, your loss - the usual deal - but rest assured, it's harmless.
it says that the cab installation was unsuccessful on WM6
text through voipbusterpro etc.
Hi,
looks really cool... do you think it can work while sending sms over IP, through voipbusterpro or a similar provider? that way we can text for free using your app!
gijs
Edit: Yaron316 is right, can't install on WM6...
Installation fails.
Hmmm..
sorry folks - I just reposted the .cab installer - It's strange, it works fine - I installed it on another wm5 device and it worked. If you guys don't mind, I have the installer reuploaded and hopefully this time it will work. The final build will be signed - right now, it's not signed so if your device asks you about running it unsigned, say yes (for those who don't know)
Thanks again,
DSO
sorry man, same error....
still doesn't work
yaron316 said:
sorry man, same error....
still doesn't work
Click to expand...
Click to collapse
What model phone and what ROM version do you have?
What is the specific error or is it a general app install failure message?
Is your device application unlocked as well?
Again, I apologize for the failed install. I will grab another WM6 device to try out.
---DSO
well it's a wizard with TNT 5.0 WM6 rom. the error is still "cab installation was unsuccessful". i think the cab packing is wrong.
yaron316 said:
well it's a wizard with TNT 5.0 WM6 rom. the error is still "cab installation was unsuccessful". i think the cab packing is wrong.
Click to expand...
Click to collapse
I am going to see if I can grab a retail WM6 device to test the install. I will see what the hell is happening. The .cab is compressed but not signed - so app unlocking is necessary. But i will see what the retail WM6 device reports back.
---DSO
yaron316 said:
it says that the cab installation was unsuccessful on WM6
Click to expand...
Click to collapse
}
Same here .. HTC Touch WM6 Pro
huh.. it says it was made for the dash, which is a smartphone, not a ppc.
anybody try this on a smartphone?
Any chance of porting this over to PPC with VGA and maybe WVGA compatibility? It's exactlly what im looking for!!!!!
Hi,
This is a rough start - you know how software development can be at times - nothing seems to work as planned lol. But believe me, the version build is stable enough to warrant a release. I scrapped the installer and recreated the packaging fresh. Nothing seems to be wrong with it initially (no unusual errors in the .log file). I just scrapped it and redid it just to be sure.
Just also make sure you device is application unlocked because this is unsigned release. It was designed to work on an HTC S620 but will adjust to screen orientation at least in Windows Mobile 6 (standard/pro).
I reuploaded the installer (IMSMS_Install.cab) and hopefully it will work. I am in the process of acquiring another Windows Mobile 6 smartphone to test installer. THis is really pissing me off because the app is seriously worth the time
I am still improving but having limited budget (no surplus of phones to test) sucks as well (being realistic). Give it a chance and see if it really suits your needs - I know I needed something like this for a while - something that is fast and easy to use.
I'll be back later to confirm if indeed this installer will work. I may just recompile on another workstation since this (x64 vista visual studio) may be having problems as well.
---DSO
Carnivor said:
Any chance of porting this over to PPC with VGA and maybe WVGA compatibility? It's exactlly what im looking for!!!!!
Click to expand...
Click to collapse
I need some more feedback - but I don't see why not - the core engine can work with any component - I just did not spend too much time tweaking a custom UI (limited in power on the HTCS620 - possible UI lag issues). I'm very sure it can be made to accomodate a widescreen device as well.
I just need this damn installer to work!
---DSO
changed Build in cab
Hey guys,
i tried to install and it ended up with the same error (unsuccessful) -
Then i opened the cab file - there is an entry "Maximum OS version" - i changed the build number to 0, saved the cab and i was able to install the IMSMS.
Also changed the location for the shortcut (was %ProgramFiles%), now it's %StartMenu_Programs%. Hope this info will help you.
Added the rebuilt cab to my post...
seems to be a nice tool, thanks!
Cheers
cab deleted....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FIXED!
Seems like the STUPID COMCAST hosting corrupted my .cab file! I was pulling my hair out - until I realised it was corrupted every time I uploaded the file!
Please go to the main site and download the IMSMS_Install.zip
It will INSTALL now (like you haven't heard that one before
---DSO
petervbeck said:
Hey guys,
i tried to install and it ended up with the same error (unsuccessful) -
Then i opened the cab file - there is an entry "Maximum OS version" - i changed the build number to 0, saved the cab and i was able to install the IMSMS.
Also changed the location for the shortcut (was %ProgramFiles%), now it's %StartMenu_Programs%. Hope this info will help you.
Added the rebuilt cab to my post...
seems to be a nice tool, thanks!
Cheers
View attachment 52784
View attachment 52783
Click to expand...
Click to collapse
Hi, can you please remove the link to the altered file please? I have the new installer that has the shortcut to the Start Menu folder as well
Thank you for your support!!
PS:
IM Messages saved:
All messages are saved in your DEVICE\My Documents\IMSMS_Logs\ folder (or \My Documents\IMSMS_Logs\ ) full path. They are saved internally as XML files – with the core engine rendering them into an HTML file for viewing. In the next release, there will be an archiving function that will generate the backup files for you on the fly and allow XSLT translations into readeable offline message logs. You can now just drag & drop any of the log files you see in your \My Documents\IMSMS_Logs\ folder for viewing on your desktop.
Ok, a bit of progress, and some possible failure,
Its installed fine, on the whole looks fine on WVGA, the name box is ok, the black text entry box has writing thats to big for it, i loose some of the writing into the white area underneath,
now here's the possible failure, i cant send what ive written, is there a trick to this i'm missing? i looked through the tutorial but couldnt see anything obvious.. also the built in help goes off the bottom of the screen, maybe a scroll bar required? I see the create sms in the menu is to "NOT" use IMSMS to send a text so i dont know how to send what ive typed in. I've tried the SIP enter key, and the hardware enter key, nothing sends
The program wont start when im in landscape, but starts fine in portrait which is odd.
but all in all not really much wrong with using the app in WVGA, cept i cant send sms's lol
Carnivor said:
Ok, a bit of progress, and some possible failure,
Its installed fine, on the whole looks fine on WVGA, the name box is ok, the black text entry box has writing thats to big for it, i loose some of the writing into the white area underneath,
now here's the possible failure, i cant send what ive written, is there a trick to this i'm missing? i looked through the tutorial but couldnt see anything obvious.. also the built in help goes off the bottom of the screen, maybe a scroll bar required? I see the create sms in the menu is to "NOT" use IMSMS to send a text so i dont know how to send what ive typed in. I've tried the SIP enter key, and the hardware enter key, nothing sends
The program wont start when im in landscape, but starts fine in portrait which is odd.
but all in all not really much wrong with using the app in WVGA, cept i cant send sms's lol
Click to expand...
Click to collapse
same here, the install works now but i can't send the messege
yaron316 said:
same here, the install works now but i can't send the messege
Click to expand...
Click to collapse
HTC Touch WM6 Pro
OK now its working 90% .. but same as mate ... dont have a tool to send the messege after writing it on black area text .. (already hit the ENTER key or the middle button on the navigation keypad ) but nothing happens..cursor stays there....
I actually like , its gonna be a Hit ! great work ...
Hello
I just wanted to share my first Windows Mobile application with you. It's called EasyShares and enables you to monitor your stock portfolio on the go.
The app should be running on Windows Moble 5 Pocket PC and Windows Mobile 6 Professional devices. .NET Compact Framework 3.5 must be installed on the device. And of course, a data connection is necessary to update quotes. Quote information is downloaded from Yahoo.
EasyShares should in general be self-explaining. More information and download links are available over at http://www.easyshares.ch/.
Here's a screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And here you can see it in action:
http://www.youtube.com/watch?v=cEwppuQpmrs
This is my first self-developed Windows Mobile application.
I'm developing EasyShares during my spare time. I'm trying to respond to all questions or feature request. But please be patient if I may not respond within minutes to every post.
After all, EasyShares is freeware !!!
Any comment is welcome.
raftbone
Gonna check it out. Will you be adding the ability to see grids/charts? 1d 5d 3m 6m 1y 2y 5y Max ?
smotrs said:
Gonna check it out. Will you be adding the ability to see grids/charts? 1d 5d 3m 6m 1y 2y 5y Max ?
Click to expand...
Click to collapse
Yes, this ability will be added. It's already on my todo list, but unfortunately I'm waiting for an update of the controls I'm using in EasyShares.
As soon as this update is release, I can start developing charts download and the ability to zoom in and out.
WOW nice Appl. but im getting error after install it, run only once and then getting error "DivideByZeroException" blab blab
install EasyShares_Setup_v.2.0.0_Build_6_Milestone_3.cab
Question:
EasyShares VS EzQuotes : is similar idea or same creator?
EzQuotes is "Not Update from 2 year already D.E.A.D."
Request:
Stock Portfolios like yahoo!
Stock detail/chart
Stock RSS NEWS
OceanSpray said:
WOW nice Appl. but im getting error after install it, run only once and then getting error "DivideByZeroException" blab blab
install EasyShares_Setup_v.2.0.0_Build_6_Milestone_3.cab
Question:
EasyShares VS EzQuotes : is similar idea or same creator?
EzQuotes is "Not Update from 2 year already D.E.A.D."
Request:
Stock Portfolios like yahoo!
Stock detail/chart
Stock RSS NEWS
Click to expand...
Click to collapse
First of all, EzQuote and EasyShares are not the same and of course not from the same creator. But I have started developing EasyShares because of this 2 year D.E.A.D. of EzQuotes I was using it before, but it had to less features and no touch functionality etc.
Could you please explain every step you have done until you have been getting the error message?
What regional settings do you have on your device?
looks good! will there be a today plug in?
Here is screen Cap. of error
I love EzQuote too since no update from them and u show up this EasyShare look and feel same and no where mention u got inspirate from EzQuote.
my mobile is region
USA setting ENG lang.
HTC Touch or 3450/ELF
Rom 3.0.3
.NET v3.5
Best regard keep up good work.
galaxys said:
looks good! will there be a today plug in?
Click to expand...
Click to collapse
well, never say no
but in version 2 definitely not, because that is out of my development know how...
OceanSpray said:
Here is screen Cap. of error
I love EzQuote too since no update from them and u show up this EasyShare look and feel same and no where mention u got inspirate from EzQuote.
my mobile is region
USA setting ENG lang.
HTC Touch or 3450/ELF
Rom 3.0.3
.NET v3.5
Click to expand...
Click to collapse
ok, seems to be an error in options.xml. try to delete the file options.xml in installation folder from easyshares. the file will be automatically recreated on next start of EasyShares.
Hopefully the error won't come back again. otherwise, i have to do some testing with your regional settings on my device.
please give me a short note, if the deletion of options.xml solves the error
Thank for fast respond
Work great now delete "option.xml" doing some testing
i wonder future release get option to "BACKUP DATA" no wanna retype all symbol again or tell us where u save those DATA please.
thank you for nice application !
I found a bug look screen in PRICE $4.17
found DATA symbol is storage in:
Device\My Documents\easyshare.xml
can this storage in
Storage Card\*\EasyShare or
Storage Card\ anywhere?
EDIT: I found the problem single digit stock symbol wont pass update " C, T, S, V, and Q" same result
Remove "C" stock symbol everything work fine hope next release will fix that.
Error on message
I'm getting the same error on my HTC Touch cruise device, I remove the options.xml file, and restarted the app, and it shuts down again, any ideas???
galaxys said:
looks good! will there be a today plug in?
Click to expand...
Click to collapse
Ooohh, I like that idea, how about a TF3D plugin as well.
Zurichhb said:
I'm getting the same error on my HTC Touch cruise device, I remove the options.xml file, and restarted the app, and it shuts down again, any ideas???
Click to expand...
Click to collapse
I am encountering this error too. I think I narrowed it down to the "Show Gain In statusbar" checkbox. There is something wrong there. When you load teh program it errors out and you can't open it unless you delete the settings or reinstall the program. Can you fix that please?
I really like this applications autoupdate side as well. It shows you what verison you ahve and what version is up to date. i wish all programs had this. Great job!
OceanSpray said:
Thank for fast respond
Work great now delete "option.xml" doing some testing
i wonder future release get option to "BACKUP DATA" no wanna retype all symbol again or tell us where u save those DATA please.
Click to expand...
Click to collapse
Great to hear it's working now for you. The data is saved in file easyshare.xml which is saved in the "My Documents" folder on the device.
Simply backup this file and ur done
If I find some time, I'll open an FAQ page on www.easyshares.ch where you will find such information.
OceanSpray said:
I found a bug look screen in PRICE $4.17
found DATA symbol is storage in:
Device\My Documents\easyshare.xml
can this storage in
Storage Card\*\EasyShare or
Storage Card\ anywhere?
EDIT: I found the problem single digit stock symbol wont pass update " C, T, S, V, and Q" same result
Remove "C" stock symbol everything work fine hope next release will fix that.
Click to expand...
Click to collapse
Thanks for that bug report. If just verified. Yahoo is giving the correct data with single digit stock symbols. Seems definitely to be an error in my code.
I'm trying to fix that for the next Milestone.
Hi Zurichhb, Hi JukEboXAuDiO
It really seems to be an error with the option "show gain in statusbar". I have the same error now too. Trying to fix that as soon as possible...
Thanks for the reply, looking forward to the update. It seems like a cool app, I really like the section where you can input your purchase price!!!!!!!
Hey guys
Just before I go and start working, some news for you. The new build 7 is already available on www.easyshares.ch.
It fixes the two problems reported here:
- Wrong values were displayed when using single digit shares such as Citigroup ("C")
- The option "Show gain in statusbar" caused EasyShares to crash on startup.
Please let me know, if the errors have now been solved for you.
On my device, everything is now working fine.
Now I have to start working. Have a nice day guys...
Folowing the idea of [email protected]:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://forum.xda-developers.com/showthread.php?t=424081
...made a revision of my soundbox to fix the storage name issue.
FlaxBOX2 v3:
Its now easier to use, I left the sound names on a txt file still because its easier to change on you PC's notepad or PPC's notes than on 100 separated registry variables. :/
The folder and mp3 names are hardcoded so there are no mistakes.
"Theme 10" is empty so that you can add your own sounds (you can change all, of course).
Its limited to 10 folders with 10 sounds each, so that's 100 sound files.
What's new in v3:
-----------------
- More colors.
- More sounds (now 90 + your 10)!
- Favorite sound, on open it will play automaticly your pre-selected sound.
- Auto-configurable path, thanks to Wedge, the cab creates everything for you now.
- Shortcut on the start menu (wo-hooo).
- Quick-config paths in different languages (only needed if you open the app in a rom or PDA where you didnt installed the cab).
To install:
---------
- Install Flash 7: http://www.adobe.com/products/flashplayer_pocketpc/downloads/player.html
- Download and extract the Zips and then the 2 part RARs, with Winrar.
- Install the CAB.
- Have fun.
To customize:
--------------
- Rename the names on the data.txt.
- Add your own Mp3 on the right folders with the right filenames.
- Create your own, following the same variables and placing them on the correct folders.
Create your own funny pack and upload it here for everyone to use.
Works Great on HP iPaq 210
Just tried your new version and it works great! I loaded FlaxBox on the CF Card following your very simple instructions, set the path and started using my new PDA Executor! Even better, this version should be easy to upgrade, just replace the exe ...
Thanks very much!
Works Great on Diamond
Thanks for this App,
works onmy diamond on storage card (AZTOR X2Ultimate), very simple to use and customize with 8 folders.
I start to complete 8th folder.
Thanks for the Ap! I have a problem though. I set the path for the sounds but it does not save. The program will find the folders up to the point where I restart my phone and then it does not find them. It also does not work with the default location. Any ideas?
hosspower said:
Thanks for the Ap! I have a problem though. I set the path for the sounds but it does not save. The program will find the folders up to the point where I restart my phone and then it does not find them. It also does not work with the default location. Any ideas?
Click to expand...
Click to collapse
Thanks, but I tested it and saves the path on mine... :/
Are you sure your not giving him the wrong path?
Mine is like this:
Yeah I am sure. Tried it so many times and different ways. Is there maybe a registry entry I should clear somewhere that may be corrupt from FlaxBox 1?
Thanks for any help!
Also this is on a VZW Touch Pro.
Nope, the older version relied completly on the txt file, so no registry at all.
You can use a freeware registry viewer or resco explorer to see whats on the:
\HKEY_LOCAL_MACHINE\Software\FLAXBOX -> PATH
Whats the name of your storage card on the explorer?
My storage card is "Storage Card".
That registry entry is not there. Could that be the problem?
Well... it should create it... :S
But if its not there, it would read the default value... And if you are using that one, it's even more strange.
I agree. Can you copy the Registry entry as I should create it and see if that helps?
BTW - I am running custom ROM with lots of hacks so I am not trying to say there is anything wrong with your program. Others seem to be running it with no issue.
Well, you should only need flash 7. :/
Here it is, use it on any registry tool or Resco explorer.
hey! really nice app, but i have some problems with it. It looks like this:
Any ideas?
wow....thats a major video-card repulse to flash...
You have flash 7, right?
Never saw that before.
Yeah, i just installed it (on to my storage card). Maybe i should have installed FP on the internal storage? Or is my phone really crappy? (Asus P320)
edit: ok, my phone just sucks. I've reinstalled FP to the internal storage, no effect.
Oh well, the buttons work even if they are unreadable.
I think flash 7 always installs itself to the windows folder, even if you tell him to go to the storage card.
It is because of the rom, something about the video driver that isnt reading the colors correcly, it looks like an old bug in windows 3.11 (PC) that happened if you choose the wrong color limit... Not that this helps on anything... :/
Thanks but no luck. I think it must have something to do with the ROM. I will try it out again after my next ROM flash. I did try your no sd card version also with no luck.
Thanks again!
twolf said:
I think flash 7 always installs itself to the windows folder, even if you tell him to go to the storage card.
It is because of the rom, something about the video driver that isnt reading the colors correcly, it looks like an old bug in windows 3.11 (PC) that happened if you choose the wrong color limit... Not that this helps on anything... :/
Click to expand...
Click to collapse
Could be the ROM... It's custom one. The strange thing is that other apps that require the video card work just fine (games, multimedia, even flash). Anyway, windows mobile is generaly buggy so this doesn't seem all that strange.
Thanks!
@twolf
You deserve honor this is sooo funny app!
I post here over 60 fart sounds as wav!!
Maybe somebody have interesting about that!
I have one question, did exist a WVGA Version for my Touch HD?
Thank you in advance!
Namaste
Elena
Olá twolf,
Thanks for this, it's a funny one!
I've tried to make a CAB for this and it almost worked. The main problem is that you're using "/" as a path separator instead of the standard (in the windows world) "\".
Maybe that is what is also causing problems to other people. If you could use "\" on the registry entry it would greatly simplify installation.
BTW, you keyboard is great, but just try to enter "Cartão de Memória" with it... You should know better!
Elena said:
@twolf
You deserve honor this is sooo funny app!
I post here over 60 fart sounds as wav!!
Maybe somebody have interesting about that!
I have one question, did exist a WVGA Version for my Touch HD?
Thank you in advance!
Namaste
Elena
Click to expand...
Click to collapse
Thank you, unfortunelly the tool I use to create the EXE's only allows 2 sizes, Qvga and Vga.
wedge666 said:
Olá twolf,
Thanks for this, it's a funny one!
I've tried to make a CAB for this and it almost worked. The main problem is that you're using "/" as a path separator instead of the standard (in the windows world) "\".
Maybe that is what is also causing problems to other people. If you could use "\" on the registry entry it would greatly simplify installation.
BTW, you keyboard is great, but just try to enter "Cartão de Memória" with it... You should know better!
Click to expand...
Click to collapse
Obrigado, I didnt understood the "\" "/" problem, but the tool's api I'm using for the registry only works with those commands, if I try to use it any other way it simply wont work...
Ouch, lol...you are right, I never had Windows Mobile in other languages, including my own, so never thought of that, hehehe...
You can still edit the registry manually with a reg tool, sorry about that...
Before reading more, check out my new iOmEgA ROMs.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
All issues are now solved in a new ROM posted in a new thread. Almost the same thing, but some change were mada, hence a new thread. Go here, read about it and get it.
If you still want to download "FiNaL FiXeD ROM WM 6.5 CE OS 5.2.23016 WWE 0409 with Mega OEM Packages" which still has some bugs click here.
Screenshots:
Hi billabongstaff!
I also tried this rom, and i get some issues with it :
- there is an error about a missig file (\WINDOWS\GoogleMaps-ms-htc_compressed.cab) ;
- I have no title bar on the top of the screen ;
- Because of the missing cab error, i can't enter my PIN, and can't use the phone...
- the phone never really finishes its first configuration. When i reboot the phone, it asks again to align the screen, the clock, etc.
Any way to correct the issue? I can't access the windows folder, so i can't drop inside it a cab with the expected name...
Correction tomorrow
Blubster said:
Hi billabongstaff!
I also tried this rom, and i get some issues with it :
- there is an error about a missig file (\WINDOWS\GoogleMaps-ms-htc_compressed.cab) ;
- I have no title bar on the top of the screen ;
- Because of the missing cab error, i can't enter my PIN, and can't use the phone...
- the phone never really finishes its first configuration. When i reboot the phone, it asks again to align the screen, the clock, etc.
Any way to correct the issue? I can't access the windows folder, so i can't drop inside it a cab with the expected name...
Click to expand...
Click to collapse
Will be correcting this issue tomorrow.
Sorry for that.
Best regards,
Done. Tested. Working.
billabongstaff said:
Will be correcting this issue tomorrow.
Sorry for that.
Best regards,
Click to expand...
Click to collapse
All is fixed.
Booting and working properly.
Will upload tomorrow.
Again, this one still does not work for me.
I freezes on the screen saying that it is preparing my device (with your boot screen). I left it for half an hour without any progress...
Anyone has all my issues? I really don't understand why it does not work for me...
thanks for your quick solutions
i tested the first version and i had some minor problems and today i will test the fixed 1 and keep u updated.thanks again.
Build diff?
hi, what's the difference in this ROM with WM6.5 Base ROM (5.2.23409) (WWE & CZE)?
Blubster said:
Again, this one still does not work for me.
I freezes on the screen saying that it is preparing my device (with your boot screen). I left it for half an hour without any progress...
Anyone has all my issues? I really don't understand why it does not work for me...
Click to expand...
Click to collapse
For me also freeze.. and now when i try to update the rom, it says "connection error".. any idea?
For me the same.Some one must give the way for bootloader soonest
possible
thank you
While your phone is of, hold Volume down, and press power key.
It will enter bootloader, and then you can connect the phone to you pc, and flash again with another rom.
I hope this is what you asked.......
OK.I found it.Press reset+volume down and we have bootloader and after this
we can put any rom
Thank you man, i will try now and then i will vote
I hope this is the good rom
Ok.
tupacan said:
Thank you man, i will try now and then i will vote
I hope this is the good rom
Click to expand...
Click to collapse
You're welcome. Let me know how it went.
Best regards,
the phone hard reset when i press the reset button.. ):
Weeeeeeeeeeeeeeird
lovinher said:
the phone hard reset when i press the reset button.. ):
Click to expand...
Click to collapse
Woooow, man....
Now that one I cannot fix... It never happened to me and I tested it more than once...
If this one isn't working for you, try getting:
Option 1 - dancer_69's first release, which is also based on CE OS 23016 WWE 0409 with HTC Mega Packages;
Option 2 - my other release, which is based on Iolite's OEM packages and is reported to be working great...
It works for me.. but, I have a problem with displaying pictures. When picture is showing on full screen, after 1-2 sec the screen is black. Any idea?
And another, it takes 47% memory. Its not too much?
Еxcept those things, everything is great for now. If you find another problem, I will post..
..regards!
Issues
tupacan said:
It works for me.. but, I have a problem with displaying pictures. When picture is showing on full screen, after 1-2 sec the screen is black. Any idea?
And another, it takes 47% memory. Its not too much?
Еxcept those things, everything is great for now. If you find another problem, I will post..
..regards!
Click to expand...
Click to collapse
Try checking your backlight settings and screensaver settings under the Album options...
47%??????
That's waaaaaaaay too much.... Are you using TF2D or Titanium?
billabongstaff said:
Try checking your backlight settings and screensaver settings under the Album options...
47%??????
That's waaaaaaaay too much.... Are you using TF2D or Titanium?
Click to expand...
Click to collapse
Im pretty new in HTC, so i dont know what is running, i just upgrade the ROM and see that memory is 47% useage..
Can you give me a little help how can i see whats running and where can i find that settings under album option.. thanks
FDCSoft Task Manager
tupacan said:
Im pretty new in HTC, so i dont know what is running, i just upgrade the ROM and see that memory is 47% useage..
Can you give me a little help how can i see whats running and where can i find that settings under album option.. thanks
Click to expand...
Click to collapse
Try installing FDCSoft Taskmanager from my application list and check what processes are running that are eating up your RAM...
Here is the list of processes sorted by memory usage:
gwes.exe - 7849 kb
manila2d.exe - 3947 kb
filesys.exe - 3259 kb
device.exe - 3072 kb
cprog.exe - 1559 kb
voicecmd.exe - 1420 kb
audiomanager.exe - 947 kb
shell32.exe 894 kb
services.exe - 795 kb
tmail.exe - 294 kb
commmanager - 143 kb
taskmgr.exe - 111 kb
fexplore.exe - 104 kb
connmgr.exe - 98kb
jblenddaemon.exe - 65kb
htc_gdlg.exe 39 kb
albumsearcher.exe - 16 kb
htc_hprf.exe - 7 kb
nk.exe - 1 kb
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi.
I am working to update oblyvaeon Random Ringtones.
I want to liven up my old phone. Sure I can set my gf's ringtone, but that left me wanting.
I have reworked the code extensively. It is much faster than prior versions.
Now it also will randomize the ringtones as well as the SMS and Email tones.
Other ringtone types could easily be added. Right now it only will use MP3, MIDI, and WAV files. If you want some more types let me know...
Other features to be noted shortly. I could check to see if a custom ringtone is loaded for that person and try and set it to that person.
Keith
Requirements:
wm5/6(.5?), PPC/SP
Mortscript
Here is a link to the newest beta of Mortscript:
http://www.sto-helit.de/forum/download/file.php?id=265
You will need this updated version of mortscript. Mortscript v4.2 will not work; you will get a "config not found" if you need to update.
Today I will get the version checking and version updating script added.
oblyvaeonRandomRingtones13a.zip (13.0 KB, 102 views)
oblyvaeonRR13a.cab (194.2 KB, 3 views)
I notice that if the Phone rings are turned off but sms or email is on, it will ask to config on start.
Next update fixes that...
haven't tried it yet... how about adding MIDI file format?
Hi,
I added midi support (.MID files)
Thanks!
Hi,
When I try to select the folder, my explorer opens to select the directory, but I don't see any possibility to confirm my selection ...
Do you have any ideas?
I have a HTC Touch Cruise ...
Greetzzz
Hi, I got the following error: sub 'AutoReconfig' not found
Line: call ("AutoReconfig"RingsPath' "phone call", NumRings)
Nice script
Keep it work
Thx
Thanks for the info.
New version coming out shortly. cab file install as well as AppToDate support.
I will take a good hard look at your problem and see if I can't fix it good.
Keith
Dompi_ said:
Hi,
When I try to select the folder, my explorer opens to select the directory, but I don't see any possibility to confirm my selection ...
Do you have any ideas?
I have a HTC Touch Cruise ...
Greetzzz
Click to expand...
Click to collapse
I wonder how this could be? i wish i could see a screenshot...
does anyone know if this works with windows 6.5
I believe this should work with all versions of windows mobile.
Next version will also have a browse ringtones and test em functionality.
Did i mention cab file install as well as AppToDate support?
Probably tomorrow afternoon it will be all cabbed up.
Can't Wait!!
Hey Keith -
I am eagerly awaiting the cabbed release! I have been using the Call Surprise program since I first got my Omnia, but it's always been a little buggy.. There's time's the phone didn't even ring! Just wanted to say thank you for your efforts!
Caleb
not sure about that
ynghova187 said:
does anyone know if this works with windows 6.5
Click to expand...
Click to collapse
I am using WM 6.5-based TESS 4.1. When selecting the directory where tones are stores I get :"sub 'config' not found; line 126..." (see pic).
Pre release test cab for u
Hmm.
Well I am working on testing the next update.
If the error persists I will root it out. In the meanwhile I will take a good hard look what may have caused that before I post it.
Tomorrow the new version gets posted... For sure this time...
But.
I appreciate you giving the app a try.
Enclosed is the near release.
It is a cab file for ease of install/uninstall.
It includes my media folder browser for selecting the ringtone folder.
If you want to hear a ringtone, just click ok on it. I guess we could add a delete function? Maybe that is not such a bad idea.
The autoupdate function is included but 100% untested. Scary.
I am not happy with the reinstall's ability to load prior defaults. I am fixing that now. Not too hard.
Let me know if any problems arise with the pre release and I will address those issues ASAPly.
Thanks, Keith.
same same ... but different
Still same pbm here: the window "first use" appears (which was not the case previously) but can't find 'config' function (error line 153...).
Media browser doesn't open when tapping tone directory.
Ringtone wouldn't change even if ringtones stored in windows directory (default directory).
very interesting.
Maybe I should ask what version of Mortscript do you have installed?
That being asked. I should have posted a link to the newest beta of Mortscript:
http://www.sto-helit.de/forum/download/file.php?id=265
You may wish to try this updated version of mortscript. I believe that will fix certain errors. I forgot that Mortscript v4.2 may not work, such as config not found.
Tomorrow I will be done with the reinstall coding. So if you need to reinstall you can just use the restore from backup.
I will add version checking to make sure we have the right version of mortscript installed.
Thanks again...
a step closer...
yes indeed moving from Mortscript 4.2 makes things a tad better: the storage directory can now be selected and everything seems running fine (incl the little jingle.) However, it is still the default ringtone that comes when the phone is called.
So does it work with windows 6.5 or it only works with windows 6 no one ever answered the question
Hi.
If you have wm65 and u wanted to try the first release, we would know if it worked right now.
I expect it will. If it won't work, I expect I will figure out how and make it so...
I am working on it now and as soon as it is ready will repost another test cab.
I am curious if it will work on 65 as well.
Thanks much...
Not rotating songs?
Hello -
I am on a cooked ROM with wm6.5
I installed the most recent mort script you posted.
The cab installed great. Program seemed to work as I opened to set it up. Initial test call had no ring at all, and didn't even vibrate (I always have my phone on ring w/ vibrate). I did a soft reset, and the phone rings, but it does not rotate through the songs in the directory I selected, it just seems to play the one I had chosen in the initial windows set up.
Any suggestions?
Thank You,
Caleb
afarirduk said:
I am using WM 6.5-based TESS 4.1. When selecting the directory where tones are stores I get :"sub 'config' not found; line 126..." (see pic).
Click to expand...
Click to collapse
I receive the same error ...