[help]sms in win mobile - Windows Mobile Software Development

hi
can any one help me about how can i load sms in my application with .net programing?

MOHSEN-UNIQUE said:
hi
can any one help me about how can i load sms in my application with .net programing?
Click to expand...
Click to collapse
What exactly do you want to do, there is an outlook namespace which has lot of features which you can use

i want load my sms in pc and save it in .docx file. how to connect to database of sms?

u can create an app which can read the content of the sms from your inbox and save to your desired format (device application) or use activesync connection.
As far as i know u can't directly connect to the sms/contact database plz correct me if i am wrong
and if you want to parse different folders then u can use inthehand libs or the opensource project MAPI.NET( the link u can find in my signature is in SMS filter rules)

this is i want to know tnx
u r very good man

MOHSEN-UNIQUE said:
this is i want to know tnx
u r very good man
Click to expand...
Click to collapse
my pleasure let me know if you want some other help in mapidotnet if u happen to use it

Related

TF3D V3 manila files

Can somebody post them... i want to make some themes.......
Thanks alot!!!
agian please post them
come on help me out!
Please.
its been a good day annd not even one reply?
do you really think you will get more replies while spamming your own thread?
You can find those manila file inside the roms. You can´t do anything with those single files. I guess that´s why nobody replies your 3 requests.
TheWidgetKid said:
its been a good day annd not even one reply?
Click to expand...
Click to collapse
sir......... i can make themes with those single files.........
i dunno about you.... but thats how you make TF3D Themes...
so try to copy them from your blackstone to your pc
e. g. Davideucks V2 uses TF3D v3
TheWidgetKid said:
sir......... i can make themes with those single files.........
i dunno about you.... but thats how you make TF3D Themes...
Click to expand...
Click to collapse
I would.... but i don't have a pc.... I have a mac..... which i cannot connect to active sync.... That is why I need the files from you guys
try to copy the files to your cd-card and connect your blackstone as hard drive. i suppose that even a mac could use usb drives.
by the way i guess you wouldn´t use my files as i modded those. i´m sorry
TheWidgetKid said:
I would.... but i don't have a pc.... I have a mac..... which i cannot connect to active sync.... That is why I need the files from you guys
Click to expand...
Click to collapse

web page for mobile phone

i wanna build web page for mobile phone, wich looks like application. i wanna convert whole web page to one file, then copy to mobile phone and install. Any solution?
thanks for help.
This can be done using webbrowser class in Visual Studio 2005/2008
gimme the link to the webpage, i'll make its EXE for you
Thanks for your time and help. I don+t have web page jet, i just planing how to do.
Thanks again
Hello again!
I still looking solution for my idea, because i don't wanna learning to programming.
This is my idea:
1. I build webpage (in Dreamveawer or Frontpage or WYSIWYG,...)
2. Export or compress or i don't know what to format, wich can i install to windows mobile or Symbian or Andorid phone. I know that this phones have diferent formats for installing. I create web page in diferenr resolutions.
Please don+t say, that my idea is Mission Imposible.
Thank you for your time and help.
95ka said:
Hello again!
I still looking solution for my idea, because i don't wanna learning to programming.
This is my idea:
1. I build webpage (in Dreamveawer or Frontpage or WYSIWYG,...)
2. Export or compress or i don't know what to format, wich can i install to windows mobile or Symbian or Andorid phone. I know that this phones have diferent formats for installing. I create web page in diferenr resolutions.
Please don+t say, that my idea is Mission Imposible.
Thank you for your time and help.
Click to expand...
Click to collapse
I might be misunderstanding your question here, but it sounds to me like you just want the HTML file copied to the phone (and obviously any assoicated images). HTML files will run in the default browser when executed.
Thanks. I know that. Maybe can i make just one file from webpage, copy to phone and run, not 1000 files?
95ka said:
Thanks. I know that. Maybe can i make just one file from webpage, copy to phone and run, not 1000 files?
Click to expand...
Click to collapse
You mean like a .mht archive file?
They open fine in Opera, but not IE. I think that's the closest you'll get.
johncmolyneux said:
You mean like a .mht archive file?
They open fine in Opera, but not IE. I think that's the closest you'll get.
Click to expand...
Click to collapse
This is new for me. Verry good. I mean that every user have opera installed.
How can i made mht file?
95ka said:
This is new for me. Verry good. I mean that every user have opera installed.
How can i made mht file?
Click to expand...
Click to collapse
You can make .mht files in IE on your PC. Just go to file, save as and select "Web archive, single file (*.mht)" (it's actually the default file type for me.) It downloads all images and associated files and packages them into an archive file.
Good luck mate. If you don't have any luck, bite the bullet, get VS and learn C#. It's not a world away from JavaScript

[Q] Any way to _read_ the file system of WP7?!

Hey Guys,
i'm looking for a method to read (and maybe transfer it to my PC) the files of the WP7 file-system for an analysis (not only the isolated storage files - i need more )
( I don't want to run unmanaged code, i only want to view the files of the system)
Reason:
i'm writing my bachelor thesis about the possibility's of a forensic analysis (on WP7).
It would be very (very!!) helpful for me if there is a code example how to do this (if possible)
Edit: i'm working on a samsung omnia 7
Thanks!
endeffekt
(sorry for my english )
you can read the isolated storage files in your PC now?
Search the forum. There are a couple threads here discussing that topic. Normally I would link to it but today I'm not in the mood to do someone's homework for them. (Dang, I'm in a rotton mood today).
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
jmorrill said:
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
Click to expand...
Click to collapse
can you or someone els make .xap of it ?
ceesheim said:
can you or someone els make .xap of it ?
Click to expand...
Click to collapse
There's not a whole lot you can do with that out of the box - It's mainly just a proof-of-concept, showing how you can use a COM Library to read the files. I'm working on a file browser that will attempt to load the files in a basic text reader, but there's little use for providing the sample as a XAP, it just attempts to read BasePolicy.xml.
thanks , then I will wait till you build a nice file explorer , so we can look what files are in the win dir .
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
hounsell said:
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
Click to expand...
Click to collapse
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
ceesheim said:
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
Click to expand...
Click to collapse
Homebrew IRC App based on jmorrill's Networking Library.
hounsell said:
Homebrew IRC App based on jmorrill's Networking Library.
Click to expand...
Click to collapse
Do you think it's possible to create a simple webserver or ftp server with this library?
ajhvdb said:
Do you think it's possible to create a simple webserver or ftp server with this library?
Click to expand...
Click to collapse
I didn't write any code to listen on a socket in that library. It shouldn't be too hard for you to write that in there and give it a try.
thank you very very much!
it will be very useful for me!
:-*

Play with me...

As now Certchain... signing is very easy with XadaXppsXignature.exe... for BOTH:
bada 1.x
AND
bada 2.x
It is possible to modify Binary *.exe from Apps.
Few ideas:
- Translation of some Apps...
- minor changes... maybe bug fixing...
First stupid test was to increase *.exe to learn more about memory handling... RAM...
But failed... as added 2 MB at end of ELF
Success with stupid text change...
Many more ideas... but for now limited by time... and skills...
Anyway. Limitation by RSA 1024 is gone... blown away.
Best Regards
Maybe I give an example...
kona.exe = Samsung Apps
Maybe now we could do some funny things with this app... for instance:
Remove dxmn forced Updates...
Samsung Apps is working very fine in older Firmware, with older Samsung Apps App...
I think kona.exe is very powerfull...
All I can say is Andromeda...
As we know, we can install more then 1 kona.exe ...
Best Regards
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Click to expand...
Click to collapse
Are you able to modify Apps?
Especially *.exe ?
Now you can modify *.exe and ceate new HASH... you can sign this new *.exe file...
Also in bada 2...
Best Regards
NICE!!
I can't wait to see some good tweaks
Code:
[KONA][UTIL]Kona Version = 1.x.x
How to prevent annoying useless updates of Samsung Apps?
Any idea where Version is stored from kona.exe ?
Best Regards
probabely exe files are using a special compression
we should crack it !! ?
Any idea where Version is stored from kona.exe ?
Click to expand...
Click to collapse
Yes.
Harcoded and secured with RSA99999999... impossible to change.
Andromeda proofed.
You need text Editor... and...
Best Regards
As opera mini servers are blocked in our country , i want to replace the opera mini (bada version) servers with my custom servers
i found the strings in exe file like "http://mini5.opera-mini.net:80"
when i replace it with my own server "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80" and i signed the app with XadaXppsXignature.exe then i get error 0112 while installation with this method
what can i do?
or maybe i can change the exe while the app is installed via kies?
0112
Installation failed: Application manifest missing or invalid.
The application manifest file specifying the application metadata is invalid or missing.
Click to expand...
Click to collapse
Remember DCF files are encrypted... check Info folder...
Best Regards
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
r_22009 said:
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
Click to expand...
Click to collapse
Did You Read it Opera Mini Already Released For Upper Waves
http://forum.xda-developers.com/showpost.php?p=25604062&postcount=13
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
r_22009 said:
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
Click to expand...
Click to collapse
Sorry My fault.I didn't read All posts
hello r 220009
maybe other solution : opera mini exist also in java (6.5.26955 advanced jar and jad)
if you know how to modify and compress jar , you can try
good luck
I'm currently using java version with my own server
now i want to have native one
adfree i know I'm a dumb but this is important for me?
you have no ideas about this?
Please post Agent String..
So I could search... if time...
If wrong, what should I help you?
I am lazy now, not read all posts again...
Best Regards
a short summery for u:
i want to change the opera mini server as its blocked in my country
this is the original server "http://mini5.opera-mini.net:80" in exe file
this is the custom server which should be replaced "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80"
so how can i change this?
how can i get unsp*ofed files of opera mini (without DCF) for installing via this new method? or can i change the application while its installed via kies?
any ideas ?
On russian site has tutorial for breaking DCF while installing

[Q] whatsapp nokia x sorry your device is not supported

hi all
i got nokia x toady I am trying to install whatsapp but im getting this msg
sorry your device is not supported
can anyone help ???
ghost_j1 said:
hi all
i got nokia x toady I am trying to install whatsapp but im getting this msg
sorry your device is not supported
can anyone help ???
Click to expand...
Click to collapse
You can open whatsapp through fastlane history. Or it is best advised that you install Whatsapp+, which works just fine.
You may try this link, where I've given all possible methods to solve this issue.
http://forum.xda-developers.com/showthread.php?t=2777872
Hit thanks if I helped you. PM me if you require further help. :good:
ha same problem, but whatsapp+ solved this
Improvise Solution for Your whatsapp on the Error
On your menu Long click your whatsapp, Its will bring out the editing mode....Look down you will see two symbols the first by the Down left is if you want to add a folder while the 2nd Down right is Add widget..Click the add widget, You will see different app. such as Bbm, whatsapp, clock et all...go to the whatsapp and add it...Go back to your Menu..You will see a new whatsapp background on ur Menu..Now you are done if u want to open ur whatsapp....Click on the Word whatsapp...Den its will open it successfully without bringing dat error
If you like this post like it
any other suggestion ?
i dont wont to use whatsapp plus
ghost_j1 said:
any other suggestion ?
i dont wont to use whatsapp plus
Click to expand...
Click to collapse
if you root your device. you can change build.prop to use whatsapp.
use any root file manager like 'root explorer' then go to system/ and open build.prop and text edit
change ro.build, ro.manufactor, ro.device , to another famous device.
i change it to nexus 4
Open and edit "build.prop" located in "/system" (root needed)
Change Nokia in "ro.product.manufacturer=Nokia” and put another manufacturer i.e. Sony
Save changes and restart.
same with me whatsapp not supported
erf when i try to save the new file, it says i can't save it. Any ideas?
Installing WhatsApp+ solved my problem[emoji4]
Sent from my C6603 using Tapatalk
Here The solution
go to contacts choose the person whom u want to msg click on msg it prompts for messaging or whatsapp select whatsapp then it will not prompt that ur device doesn't support whats app once u do this u can open whatsapp through the fastlane
Hello.
Everyone here and in any thread regarding the whatsapp problen with Nokia X is talking about whatsapp+ as a solution for this issue, but I can't for the life of me find anything resembling "Whatsapp+" nor "Whatsapp plus" in the play market. Can some charitable person please tell an ignorant where on earth can that whatsapp+ (or whatsapp plus, or whatever) be found?
Thank you!
zogoibi said:
Hello.
Everyone here and in any thread regarding the whatsapp problen with Nokia X is talking about whatsapp+ as a solution for this issue, but I can't for the life of me find anything resembling "Whatsapp+" nor "Whatsapp plus" in the play market. Can some charitable person please tell an ignorant where on earth can that whatsapp+ (or whatsapp plus, or whatever) be found?
Thank you!
Click to expand...
Click to collapse
That's because Whatsapp won't allow Whatsapp+ to register on Google Play.
So, to get Whatsapp+, goto it's official website. Here is the link: http://www.whatsapp-plus.net/download.php
Thanks, man!
Bricked my Phone
garen1412 said:
Open and edit "build.prop" located in "/system" (root needed)
Change Nokia in "ro.product.manufacturer=Nokia” and put another manufacturer i.e. Sony
Save changes and restart.
Click to expand...
Click to collapse
I tried ur method... replaced Nokia with Sony and then restarted..... on switching on nokia screen flashes and then after sometime blank screen comes and thats it... it doesnt show anything else after that.....
fridayghost said:
I tried ur method... replaced Nokia with Sony and then restarted..... on switching on nokia screen flashes and then after sometime blank screen comes and thats it... it doesnt show anything else after that.....
Click to expand...
Click to collapse
The method is perfect. But don't use Sony. Type in Baidu instead of Nokia.
Another question
Dom3616 said:
The method is perfect. But don't use Sony. Type in Baidu instead of Nokia.
Click to expand...
Click to collapse
thanks for such a prompt reply.....
i have few questions for u...
1. so you mean to say that if i Replace Baidu (and not sony) in place of Nokia, my phone wont get softbricked?????
2. do i have to replace Nokia with Baidu in every line of "build.prop" or just the one on "ro.product.manufacturer=Nokia” ????
3. just to be on the safe side, can i go into nokia recovery and backup my system folder (so that if my phone gets softbricked i can restore it)?? if yes then how can i do that???
thanks in advance....
fridayghost said:
thanks for such a prompt reply.....
i have few questions for u...
1. so you mean to say that if i Replace Baidu (and not sony) in place of Nokia, my phone wont get softbricked?????
2. do i have to replace Nokia with Baidu in every line of "build.prop" or just the one on "ro.product.manufacturer=Nokia” ????
3. just to be on the safe side, can i go into nokia recovery and backup my system folder (so that if my phone gets softbricked i can restore it)?? if yes then how can i do that???
thanks in advance....
Click to expand...
Click to collapse
You're to replace it only in the line “ro.product.manufacturer=Nokia”
I've attached my build.prop as example
thanks
garen1412 said:
You're to replace it only in the line “ro.product.manufacturer=Nokia”
I've attached my build.prop as example
Click to expand...
Click to collapse
hi... thanks for such a quick reply... :good:
last time i did this i soft bricked my phone..... was it because of the name sony or change in the file permission of "build.prop"????
because i copied the file into my sdcard first and then edited it.... after that i copied it to the system folder....
please guide me....
thanks in advance....
fridayghost said:
hi... thanks for such a quick reply... :good:
last time i did this i soft bricked my phone..... was it because of the name sony or change in the file permission of "build.prop"????
because i copied the file into my sdcard first and then edited it.... after that i copied it to the system folder....
please guide me....
thanks in advance....
Click to expand...
Click to collapse
probably permission or you mistakenly changed other values, you can copy my build.prop to confirm that its working

Categories

Resources