<iframe ...> - Windows Mobile Development and Hacking General

I wrote a html page for my MDA-II with IFRAME's, but it cant execute IFRAMES.
Anyone knows a alternative method for this?

really no alternative??

still none??
hmmm ok ok ok

Iframe is a proprietary tag - never ever use proprietary tags - they are eeeeeeevil :evil:

Related

IE ppc2003 + java script

can anyone help.
is there another browser / IE add on that will handle java script better than the one in ppc2003 on the xda2 does, i need full implementation of java script to allow me to assess a number of sites i must use for work
any help aprechaited
thanks
henny
anyone ?
Think NetFront support it..
ftxpbrowser is amazing, but one drawback: doesn't support cookies
help
I want to log into a University site and access network resources.
I was able to log into the whole of the site using IE but when I got to the bit which uses Java Script displaying the files I got a blacnk script. The IT people have told me tat my problem is the Java Script.
Following on from you guys on the thrread I installed ftxPBrowser. I can't even log in to the University website using this. Does anyone know what the problem is and can anyone help me.
its all fine on the PC and I know I can log in with IE.
The service I am trying to access says
'they have java script but not the proper java engine, that is why they can't perform some functions.'
I don't know enough about modern programming methids to be able to know what I need. I have tried Opera to no avail.
I want to try Netfront but the trial doesn't support java at all and I don't want to pay and then be left with seomthing tat won't do the job - can anyone help me?
minimo
http://www.mozilla.org/projects/minimo/
Rudegar said:
minimo
http://www.mozilla.org/projects/minimo/
Click to expand...
Click to collapse
I have tried this thanks but I can't even log into the university library website on this one?
help
help - my unit is overheating since I downloaded the software
:shock:
if you go into memory and stop the program
then there is no way in the world that a installed program
which is not running should be able to cause anything like that
or you can softreset
if it still get hot it's pure chance
much like if your pc blow up while you are typing
a doc in word dont mean that word have a terrorist module
Rudegar said:
:shock:
if you go into memory and stop the program
then there is no way in the world that a installed program
which is not running should be able to cause anything like that
or you can softreset
if it still get hot it's pure chance
much like if your pc blow up while you are typing
a doc in word dont mean that word have a terrorist module
Click to expand...
Click to collapse
thanks - It was being very badly behaved yesterday!

Midlet programming and the XDA2 Camera

Hi,
Has anyone had any luck with writing Midlets for the XDA2? I'm trying to write one use the camera as a webcam (Yes, I know, a bit ambitious for my secomd midlet!)
I'm using this line:
Code:
Player vPlayer = Manager.createPlayer("capture://video");
I get a MediaException, meaning '...a Player cannot be created for the given locator.' (quoted from MMAPI JavaDoc).
Also, calling the Manager.getSupportedProtocols() method for 'mpeg/video' returns an empty list, as does calling Manager.getSupportedContentTypes() for 'capture://video'.
Has anyone else managed to access the XDA2 camera from a Midlet? If so, what is the trick?!!
cheers
Paul
I don't think anybody's managed to get access to it from native eVC++ let alone midlets, and IA style aren't revealing anything about how their app does it, so I wouldn't hold your breath for a solution... Bloody closed APIs.
Knackers!! :evil:
Cheers anyway! I'll keep poking and see what happens....
Paul
i suspect that their applications take pretty much control direct without using the winCE api
because when i start the cam my clock which it still display stop being 24h and turn to the AM/PM confusement

SHBrowseForFolder problem

hi all,
I want to include a browse for folder dialog in my application but when every I attemp to link the linker gives me an unresolved external symbol problem.
I googled for the problem and most sites say that this API is not implemented in the ceshell.lib.
Anyone used this function successfuly with eVC++ 4.0, 2003se sdk??
if not, are there any easy alternatives?
Thanks
Mohammad
No way. Not implemented. You have to write it down yourself
Thats right, its up to you. Same with the other common dialogs like to open or save files. Its a pitty because it takes a lot of code to re-invent that wheel every time someone wants the functionality.
really this is annoying... anybody wrote similar thing for windows ce??
thanx guys
you can check here
http://www.codeguru.com/

URGENT URGENT: Bluetooth OBEX

Hi all,
I am really mad from this OBEX bluetooth thing, I have spent a month trying to add BT OBEX support in my program but ith no luck, I scanned the internet line by line and found almost nothing.
I found things on codeproject and experts-exchange, but not of much use and some did not work correctly.
I saw some programs that deal with obex developed in this forum like GSMBeam and maybe others.
Any one knows how to program BT OBEX for file exchange?? I need to only send a file!! any libraries for evc++? I am really tired now and this is my last place to save my project.
I hope I will find help here
Don't know if this works for you... give it a go..
To change the ability to receive files via Bluetooth (OBEX)
* The setting is at 'HKEY_LOCAL_MACHINE\Software\Microsoft\Obex'
* The 'IsEnabled' DWORD value should be set to '1' to enable OBEX and '0' to disable OBEX.
Hi,
The problem is not with my device, the registry settings are correct, but I need help for developing my BT Obex application, specifically, I need my application to be able to send files to other devices via bluetooth (just like resco explorer).
ANY HELP GUYS? ANY C++ LIBRARIES? ANYONE DID THAT BEFORE?
please shade some light if you can.
Thanks in advance
Aaaa... IC
U could try here... http://www.gatefold.co.uk/obex/
It's a test-ware for sending contacts and files by bluetooth and there's a source and compiles software that u could d/load 2 test...
Hope this helps
Hi,
Thanks for your help, but as I wrote in the first post, I need it for c++, I already have this library but unfortunately it is for .NET applications, not c++.
I need some help on c++
Thanks again.
Come on guys... provide something
Would this help you out?
And maybe this
Thanks _Nomad_ for your help.
But again, both links are dedicated to the .NET CF, but I am using eVC++, so they are not useful for me.
I need some thing to use in eVC++, not .NET.
Thanks anyway.
And Guys, if any body knows anything useful please let me know.
mohgdeisat said:
I need some thing to use in eVC++, not .NET.
Click to expand...
Click to collapse
Use the force luke...
search for "obexsquirt"
the result will lead you to a full functioning c++ source code for obex transfer over both bt and irda.
cheers
Yes, thanks.
Actually I have the book that introduced this sample but some code is missing in the book.
I found another code derived from obexsquirt sample, it works fine but the problem is that it fails to disconnect from the target device and the connection remains open, I tried to debug it but found nothing to correct, the code seems to be written correctly but I don't know why the problem arises.
Please try to see the code guys and tell me whatever you get:
Article:
http://www.developer.com/ws/palm/article.php/10946_3573636_3
Code sample:
http://www.developer.com/img/2005/12/Obex.zip
Thanks guys

Encrypting text (PGP/GPG)?

Hi,
i'm interested in encrypting (and decrypting) some text and/or Outlook notices on my device. I do not want applications that create a safe on the device which cannot synced with outlook.
far times away i had pgp on my loved palm which fitted my request. Is there any solution for this in the WM6 world? I could not found a working link to pgp or gpg.
Any ideas?
Regards,
HAW
I also really need pgp/gpg support for email/attachments. I've searched but have yet to find a solution. Anyone have any ideas?
TIA!!
hweidner said:
Hi,
i'm interested in encrypting (and decrypting) some text and/or Outlook notices on my device. I do not want applications that create a safe on the device which cannot synced with outlook.
far times away i had pgp on my loved palm which fitted my request. Is there any solution for this in the WM6 world? I could not found a working link to pgp or gpg.
Any ideas?
Regards,
HAW
Click to expand...
Click to collapse
There is still PGP mobile.. but... you'll know what I mean.. officially no download from PGP.
BTW, PGP mobile for PPC do not include encryption for emails.. well at least the one I have doesn't have..
Or you can use Resco Explorer's encryption.. it works on Windows too with a plugin for Windows on the installation package..
Thank you for the input. I'll have a look at Resco then.
Ideally there would be t-bird with enigmail. :-D
If you want free and open-source alternatives:
https://f-droid.org/repository/browse/?fdfilter=apg&fdid=org.thialfihar.and roid.apg
optional combined with:
https://f-droid.org/repository/browse/?fdfilter=apg&fdid=com.fs ck.k9
or:
https://f-droid.org/repository/browse/?fdfilter=apg&fdid=org.sufficientlysecure.key chain

Categories

Resources