Program to make websites into cabs? - Windows Mobile Software Development

is there a program out there to make a favorite/bookmark into a cab file so it will install as a .ink or program file? my whole idea is to make a bunch for things like fedex/ups tracking, store locators, and random rss feeds and some random websites for easy access. i want to make a folder in my start menu for these and iconize them to look like apps. thanks in advance. i am 100% willing to share my work if i can get the program and i am willing to take on custom orders.

Something like this i found long ago

The only ways I know of are either making a Widget or Making an exe that browses the site like I believe that starbucks one is. I did something similar for YouMail In visual studio.

{SBR}_L3GION said:
The only ways I know of are either making a Widget or Making an exe that browses the site like I believe that starbucks one is. I did something similar for YouMail In visual studio.
Click to expand...
Click to collapse
the starbucks.cab actually creates an .ink file that when launched, directs you to the store locator page on their site. i downloaded it probably 2 years ago and i forgot from where. it is exactly what i am looking to create. i dont want to make wigets because they take up alot more space than an .ink file. as you can see, this cab is a measly 12k and wigets can be 100k+.

I opened the cab in WinCe Cab Manager and it has an exe in it and also a shortcut its not hard to make one of these the exe is still very small mine for you mail is 22kb and it has a few feautures but it just gets the job done.

ive never used visual studio in my life, but i learn new software very quickly. let me know which version of visual studio i should use for wm6.5 wvga and i will get it crackin and pump out exes all weekend

btw with everyone looking at this thread, leave comments on which sites you would like me to create, like i said i got all weekend to work on this...

visual studio 2008 you kinda have to know a lil visual basic or some programming language you can now add 6.5 and 6.5.3 sdk's to visual studio.

cool im bout to start working on it now. thanks!

just downloaded vs 08. im reading all kind of tutorials ive found about it to make exes. lets see how long it will take me to figure this out

Are we talking like IE or Opera or something else?
Because for IE it's easy, you have Windows\Favorites and file name is what ie uses for name and inside is like
[InternetShortcut]
URL=ht+tp://something/
without the + of course

jakaka said:
Are we talking like IE or Opera or something else?
Because for IE it's easy, you have Windows\Favorites and file name is what ie uses for name and inside is like
[InternetShortcut]
URL=ht+tp://something/
without the + of course
Click to expand...
Click to collapse
it will open in the default browser

ok im stuck, please someone help if you can. i looked for a wm template for vsb8 to make exes and i cant find one, so i basically reverse engineered the starbucks app i uploaded to see if i can just switch out the site and icon and i cant. credit and appreciation is granted to anyone who helps out!

{SBR}_L3GION, thanks for the jumpstart on this. unfortunatly after 5 days of trying to get a template for wince exes, i had no luck. like i said before, i dont know a damn thing about vsb8 and i tried to learn and failed, so i am ceasing production with these. it was good while it lasted. again thanks.

for an easier approach, try using link creator from freewarepcoketpc.net. paired with an icon changer. you can grab any favorite you have saved and make a link to it in the start menu, then use icon changer to make a high def. icon. use iconpedia, they have awesome icons for free!

akademik_acheeba said:
is there a program out there to make a favorite/bookmark into a cab file so it will install as a .ink or program file? my whole idea is to make a bunch for things like fedex/ups tracking, store locators, and random rss feeds and some random websites for easy access. i want to make a folder in my start menu for these and iconize them to look like apps. thanks in advance. i am 100% willing to share my work if i can get the program and i am willing to take on custom orders.
Click to expand...
Click to collapse
Do you have a specific browser you want to open the link in?

Mabey within this thread you'll find your answer;
web page 2 mobile phone executable;
http://forum.xda-developers.com/showthread.php?t=649293
See 2nd post! Success!
Senax

I don't really understand why you want an .exe, when a simple .lnk file will work just fine.

Related

Text (XML) Editor -> Runs on PC, Edits Files on SmartPhone (Dash)

I have searched for about 90 minutes, both with google and here in the forums.
I am looking for the application (I know it exists, because I have used it) that runs on the PC. It is a text editor that runs on the Windows PC and it permits editing of the home screen text/xml files that are in the /application data/home directory (or anywhere) on the smartphone.
It is a tiny little application and I don't even think it has an installer, but for the life of me, I can't find it.
Help !!
http://cenotepad.sourceforge.net/
great u found it 90 minutes afterwards for a total of 3 hours combined..... glad its worth it. thanks for the link btw, i'm currently downloading it
boggsie said:
http://cenotepad.sourceforge.net/
Click to expand...
Click to collapse
Great I was jut looking for something like this and google came up with this thread!

audiobook player

Ive searched the forums and the web for audiobook players, and not had much luck. Ive recently found someone who has written something for a pocketpc, but only posted the source code.
http://www.codeproject.com/KB/audio-video/abcPlayer.aspx
If anyone else is interested in a player, and has the ability to compile the source code (i believe you need VS2008), and can produce a cab file that will work on a LEO, I would be most grateful.
It may be quite a useful app for others that want an audiobook player, and I believe the author has allowed the use of it for further development.
The zip file on that page already contains the compiled executable. Look under bin\release. Just copy all the files (dlls, exe, skins, etc.) to your device and run it, you don't need a CAB.
danim said:
The zip file on that page already contains the compiled executable. Look under bin\release. Just copy all the files (dlls, exe, skins, etc.) to your device and run it, you don't need a CAB.
Click to expand...
Click to collapse
Could you please upload the zip file? I'd rather not have to register to yet another site just to DL thia and try it out.
TKS
well it's not too difficult to register to that service.
but well I can understand you
here is the file: http://rapidshare.com/files/328172883/abPlayer.zip
daddy2k said:
well it's not too difficult to register to that service.
but well I can understand you
here is the file: http://rapidshare.com/files/328172883/abPlayer.zip
Click to expand...
Click to collapse
Thanks!! I'll give it a try. I've been using S2P until now but it is less than perfect for audiobooks. Hopefully, this will be better as it is specifically designed for this purpose.
Motisu, did u have any luck running it? I managed to run it, but it doesnt display any of the icons. Just block graphics, without skins. It must see the skin directory, otherwise it complains the directory is missing, but doesnt use it.
ansaar99 said:
Motisu, did u have any luck running it? I managed to run it, but it doesnt display any of the icons. Just block graphics, without skins. It must see the skin directory, otherwise it complains the directory is missing, but doesnt use it.
Click to expand...
Click to collapse
Yes, I've been using it exclusively for my audiobooks ever since I DL'ed it. The only complaint that I have with it is that in order to rew/ff within the file, I have to bring up a different page and then go back to the play page. In S2P, I just have to tap the screen to bring up the position bar. Other than that, it is really a great app.
BTW,to answer your question, yes I do have the Icons but the text is a bit oversized. I am running this on a TP2 with a WVGA screen and a larger than regular text so the font is a bit too large
I use CorePlayer. It works fine for me and always has.

My First App, Need Serious Help :/

Hey guys, like the title says, I'm attempting to create an app, but with little success at this point.
What I want to do, didn't sound all that complicated in my head. I want to make an episode guide for a TV show I like. Nothing too fancy, but I do want it to look WP7-authentic.
First off, I don't know or really understanding coding in the slightest. I was hoping to be able to design most of the app through the on-screen WP7 display, which it seems I can do a lot on.
From what I've gathered, here's what I'd like to do:
Use the "Pivots" as the different story arcs or "seasons"
Within each pivot, Episode # and Title
But I'd also like to go one further and have each episode be clickable, which would take the user to a page containing info about the respective episode. Synopsis, International Titles, Airdate, etc.
It's a big project, I just need a little help getting it going.
Thanks!
dbG33K
what you're describing can be done one of two ways.
1. just display images after images
2. input text into the program
from what im gathering, it should be fairly easy for you to do as this is the sort of beginner stuff in most windows phone 7 programming books. id suggest you look into programming because even the slightest pivots and transitions require code.
now if you were on android or webos, thats different. they have full on graphics based programming thats a simple matter of drag and drop and choose function.
Download Expression Blend. You can do pretty much everything without having to write any code. It includes a "Pivot" template which has a pivot all ready for you, then you just add PivotItems using your mouse. Then you can use the Sample Data feature to mock up how your episode data will look.
The only thing you would have to write code for would be to pull the episode information from a datasource. Bind it to your controls and Expression will have the rest done for you.
http://www.microsoft.com/expression/windowsphone/
Sample Data:
http://expression.microsoft.com/en-us/ee426896.aspx
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
xanderkaiber said:
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
Click to expand...
Click to collapse
What he said
I'd be willing to help you out as well. I'm in the process of writing a feed reader to help me make the move WP7 from WPF/Silverlight. The idea I have for the UI is similar to yours and the feed reader (at least in the basic form) will be open source so I've no problem sharing my code...
I appreciate your willingness to help me out, but it's actually a series that has been over for quite a while.
Hey guys, I've gotten much further on my app and have become a little more well-acquainted with coding in the form of using Expression Blend 4. That said, I do have a few questions:
1. After making a few pages, I decided to make a sort of Welcome page for my app. How do I tell it to show that page first instead of "MainPage.xaml"?
2. On that welcome page, I would like to make a button that pulls up the user's E-mail and have it have my e-mail as the recipient.
Thanks a bunch!
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
barryallott said:
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
Click to expand...
Click to collapse
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
dbG33K said:
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
Click to expand...
Click to collapse
Download this:
http://www.innovativetechguy.com/?p=13
Make sure your emulator is set to 100% size and uncheck the "Show Device" checkbox in the tool. That will give you the necessary 480x800 sized .png
There's a fair lot you can do using the designer panel, but you will definitely need C# code for what happens 'behind the curtains'. Things like pulling the episodes from the internet and such.
I definitely recommend these tutorials:
Windows Phone 7 Development for Absolute Beginners.
It builds up slowly, but definitely gives you the foundation you need to put together basic applications.
Hey guys I found this thread and after reading it I feel I have a lot in common with dbG33K's tasks & questions. I feel I have a lot to offer WP7 apps as I learn more! I started out in January learning and studying as an absolute beginner (even did the 5 day course online). After a lot of studying, I felt confident enough to write my first BIG app.
I'm pretty good at the xaml part and getting real familiar with c# as I go along. Also, I think I have all the pieces I need, just need help putting it all together. I'm using an API for the data source (i have all the dlls and resources in place even all the c# methods for the API).
I have the UI all put together, now working on the c#. I'm just unsure on the binding part. I know my listboxes and other controls should be binded to a method in c#, but what calls that method? When the page loads that listbox, textblock, etc? Also, what kind of coding is generally used inside the {} of the methods that pulls info from the datasource?
As I have learned a lot aver the past couple of months, I find that I've learned it from examples I've found online, but I'm drawing a blank on this one. Any help would be great!
Thanks!
Do any of you can tellme how can I save text from the text box??
Sent from my LG-C900 using XDA Windows Phone 7 App

[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

Port a WM app?

I was wondering if anyone would know how to port an old WM app to WP7.5 it is ShopAid, from Maximus Mobile. I don't know how to decompile it. Just Decompile From Telerik doesn't lok at .cab files. I don't know if the original dev is still on this site, but if theis could be ported to WP and metro-fied that would be great.
why don't you try one of the (free) regular WP7 applications from the marketplace? There's quite a bunch of them, look here.
I would still love this if this was possable, to inport a cab file into a project....
You'll need to find another app because decompiling a Windows Mobile app is just not going to happen. It would be easier just to write the app from scratch.
anon1811 said:
why don't you try one of the (free) regular WP7 applications from the marketplace? There's quite a bunch of them, look here.
Click to expand...
Click to collapse
The main reason I liked this one is you can put a lot of info on an item. Such as what store, the aisle it was found in etc. This way I can organize my list by the store and aisle so I know exactly what I need from what aisle and i can get it done faster
Try to configure a general-purpose database app?
There are now a number of general-purpose database apps in the Marketplace now (named "Database", "My Database", or similar) that allow you to freely specify the structure of your database, i.e. the fields, their order, their types and lengths, etc. You could then "put a lot of info on an item", in fact as much as you configure.
Maybe you could use one of those database apps to build your very own dream shopping list "app" yourself?
Only thing I want from Windows Mobile besides TomTom navi (I like tomtom a lot better than garmin) is the simple UNO game. It was a quick, small and single player, just like when people play solatare.
rbrunner7 said:
There are now a number of general-purpose database apps in the Marketplace now (named "Database", "My Database", or similar) that allow you to freely specify the structure of your database, i.e. the fields, their order, their types and lengths, etc. You could then "put a lot of info on an item", in fact as much as you configure.
Maybe you could use one of those database apps to build your very own dream shopping list "app" yourself?
Click to expand...
Click to collapse
This is a possibility. I will check it out. I just liked this app on my Omnia 2 and figured I would throw it out there.
Ren13B said:
You'll need to find another app because decompiling a Windows Mobile app is just not going to happen. It would be easier just to write the app from scratch.
Click to expand...
Click to collapse
..... They ported over opera mobile and opera mini, why not any other apps?
I'd keep an eye on the WML project by DFT though.
http://www.youtube.com/watch?v=1FNls9Hi6TQ
link68759 said:
..... They ported over opera mobile and opera mini, why not any other apps?
I'd keep an eye on the WML project by DFT though.
http://www.youtube.com/watch?v=1FNls9Hi6TQ
Click to expand...
Click to collapse
Yea, a project that they only said something months ago(look at the date of it, back in feb), and never showed anything else... I would love to see NEW news on this. I even posted looking for new info a while ago....
http://forum.xda-developers.com/showthread.php?t=1618068
Not sure if they ported over Opera or Mini, they re-created them.

Categories

Resources