[REQ]IRC Client - HD2 Windows Mobile 6.5 Themes and Apps

Hello.
I hope I'm not too rude by posting this, with my low postcount and all.
I'm currently looking for a good and proper IRC client. I found a couple, but they're either outdated or lacks the functionality I require.
What I require in an IRC client is:
Multiwindows/channel support
Scripting, pref in the language mIRC uses, or python (xchat)
DCC send/recieve and chat
Thank you in advance for any help given.

I dont know if it supports DCC
http://www.freewarepocketpc.net/ppc-download-zsirc-v2007-03-03.html

It doesnt do scripting nor DCC. I've tried it.

Related

Possible IRC Client for PocketPC's

This IRC Client is freeware, and source is available, but not ported to PocketPC yet.
Happy Coding
http://visualirc.net/board/viewtopic.php?t=2345
You may also want to read http://www.pocketpcmag.com/blogs/menneisyys/112005IRCClients.asp for all the currently available IRC clients for the Pocket PC.

Apache + php + mysql running on Windows Mobile?

Hi!
Is there a way that Apache + mysql + php could run on Windows Mobile?
I've searched the forums but I haven't found anything useful.
Thanks.
Not that I've seen. Care to enlighten us with a possible reason you need a webserver in a phone ?
Well... it would be useful in some scenarios
Id put 50euro in for someone to get them working. Means a lot of my Web Apps could work off like and then I just have sync page to save on roaming chargess.
maybe something like this,
but it only support SQLite3 and a subset of all php functions.
http://mobileleap.net/hph/
I remember way back being able to run apache at least.
http://www.rainer-keuchel.de/wince/apache-ce.html
There was also a version of asp http://www.modezero.net/PocketASP/
snachez said:
Not that I've seen. Care to enlighten us with a possible reason you need a webserver in a phone ?
Click to expand...
Click to collapse
Do folks really need a reason why?
I think the answer is, 'cause it would be cool!
Having the ability to test database queries
would be great for students like me.
Imagine while in the bus, or train, or waiting at the doctors and having the ability to create tables and all!
Answer...
Here is your answer..
apache II v1.0 on mobile phones http://www.google.de/search?hl=de&q=apache+on+windows+mobile&btnG=Suche&meta=&aq=f&oq=
apache php mysql would be great to have an always accessible mediawiki as described in my comments here :
http://carrypad.com/2010/02/22/airlife-100-thoughts-6-days-online-battery-and-pricing/#comments
PocketHTML;
http://www.isquaredsoftware.com/pockethtml.php
or
http://www.freewarepocketpc.net/ppc-download-hyperedit.html
For on the fly html edits.
And here an introduction to ASP.NET Mobile;
http://www.geekpedia.com/tutorial120_Introduction-to-ASP.NET-Mobile.html
Have fun,
Senax
How are you going to access the applications deployed on the web server in your phone? I dont think there is a way to get static IP for phones. This is a strange thread.
I was thinking something like bluetooth PAN, Celio Redfly or the phone itself.
But also I am thinking the wiki should be mirrored on the web so that the access to the wiki is not dependent on the 3G connexion. Seems to be doable with mysql, at least from the phone mysql db to the webserver mysql db. I guess I'd need sthg to mirror data from the webserver to the phone, maybe OpenVPN or sthg else with mysql I don't know ...
Use 2D barcodes on your webpage to obtain applications easily via
(Use your phone) http://www.i-nigma.mobi/ 2D Barcode Reader
VPN Mobile;
http://www.pocketpcfreeware.mobi/download-vpn-mobile.html
Total Commander (free for smartphones/PocketPC/handhelds) has inbuild FTP.

[Q] [Attn: Devs]Gnash Cross Compilation for Android Chrome Lite

I have a few questions for the devs here. Please forgive any assumptions that may be incorrect. I've tried to do as much research as I can online but I think I need a more experienced Android dev to help me solidify my direction. Thank you in advance for your time.
That being said, I have some experience with a device known as the GP2X. It uses ARM architecture and, in the past, I have been able to cross compile for it. Notably the Stella VCS 2600 emulator. I do have some open source experience, but I've never had any formal training in programming. Seeing that Android uses the DVM to sandbox program code, I'm still a little iffy on what I can and can't get away with programatically.
First off, I've read that the Android Chrome Lite browser allows plugins/extensions through the NPAPI. I'm assuming this is the stock web browser. It's not clear to me at the moment what the default browser is or how it works. It appears that Gnash has a C++ NPAPI plugin that may need to be cross compiled and I'm hoping to get away with as little Java coding as possible.
My main questions are:
1. Does the stock browser allow NPAPI plugins?
2. If question 1 is true, does the plugin have to be compiled in ARM architecture? Are there any caveats to this?
3. From what I've been able to gather, Chrome Lite looks in the following location for Plugins:
Code:
/data/data/com.android.browser/app_plugins
Is this correct?
4. If a plugin is dropped in the correct folder, and assuming that the mime types are associated, will the Android browser recognize/utilize it? In which case, I'm sure there would be an API call that would cause it to rescan like Firefox or Opera would.
5. If cross compilation is necessary, is it better to use OpenGL, AGG, or Cairo as far as wide Android compatibility? Again, I don't know what's native or widely available in Android. I guess I'm looking for Best Practices.
I just wanted some feedback from someone knowledgeable before I go through the trouble of setting up a toolchain to handle this. Seeing that the community has been looking for a Flash player, I wanted to see if Gnash had any practical value on Android.
Thank you in advance for your time and again, please pardon my ignorance. I have holes in my knowledge and I want to get a little closer to understanding this particular subject before investing my time in development.
References:
NPAPI
http://en.wikipedia.org/wiki/NPAPI
Android Browser Plugin Path (I had to extrapolate from the batch file)
http://wiki.eclipse.org/Android_Selector_1.1
Gnash NPAPI Documentation
http://www.gnu.org/software/gnash/manual/gnashref.html#plugincppapi

SSH Library after Mango Release

Hey,
i'm looking for a library containing ssh. Searched for a while but i've only found topics before the mango release.
I know that the socket class is crippled in mango but i hope there is someone who succeded in porting a existing library or creating a new one, which works for mango.
I'm trying to make an ssh app. The existing ones all seem to just forward the commands to a main server which then establishes the ssh connection via a script or something else, running on that server.
I would like to do that without the way via a main server so I hope someone can help me.
If there is no possibility of establishing an ssh connection with the available socket class in mango, I would be happy about all hints for doing this with the help of a server like the other ones seem to do it.
I hope you've got some hints for me.
Ben
Sent from my GT-I9100 using XDA App
Where'd you get the idea that they're doing that forwarding from? You have to implement the SSL yourself (Mango public sockets don't have a public SSL implementation) but you can definitely do SSH. "The SSH Client" is the forst I know of that uses Mango sockets and seems to work fine. When I connect it to my home PC and check the network traffic, it's coming directly from the phone.
Hey,
I read several threads where people achieved ssh without the sockets from mango with a external main server. But these threads are all more than a half year old.
But like you said there is a possibility with the new sockets. That sounds good. I will see what I can find on that topic, concerning the implementation of the ssl protocol.
Do you have any hints or resources for me?
Sent from my GT-I9100 using XDA App
If you search for ".NET SSL" or ".NET SSH" you'll probably find some source code you can use (check the licensing, of course). Again, though - why bother? There are apps, even free ones, that already provide direct SSH client function on the phone.
It's just for a class at university We have to make a couple of different apps.
It hasn't be too complicated. Simply SSH in my case and adding some features, depending on the time, which is left after implementing the core function.
I've got 2 weeks.
Thanks for your help, i'll go for it and will see what i get.

How to connect MySQL database in Java ?

I am coding a module in java that need a database connection with MySQL. I heard about DriverManager but I think it is pretty old method for database connection. Is there any newer and efficient way of doing the same. This Java questions and answers forum comprises of large number of tech and coding expert, So I expect quick and satisfactory solution or full set of instruction/ code require for this.

Categories

Resources