pyLoad One-Click-Hoster downloader Android Port - Android Software Development

Hi Android People,
I'm in need of a downloader application just like Pyload(or Jdownloader) for Android.
How many of you are interested on a port? I think i can cook a GUI to start/stop the daemon, and we would control it through the pyload GUI or webserver.
What do you think? Is there enough people interested?
Regards,
José Pereira

Related

Python on WM5?

I'm working with a team considering this - any thoughts? Any pointers to previous discussions are welcome, but I didn't see any. Also, even if advice is don't do it, any ideas or suggestions for optimization would be great. HW is Apache. Thanks in advance, Jeff
umm hate to point out the obvious but its been done, there is a port of python IDLE available already
as seen here
http://sourceforge.net/projects/pythonce
Sorry - should have been more clear - we're looking at developing Python apps on top of that port. I'm curious as to whether people have any suggestions on how to improve performance of Python apps running on Windows Mobile.
You should as those sort of questions on the PythonCE Mailing List:
http://mail.python.org/mailman/listinfo/pythonce
Python is just a bitza of C and other languages such as ruby etc.
what would you want to do with it on windows mobile that you can do in those anyway?
im currently developing an online game (as part of a larger project and for windows/ linux/ mac) and it is quite usefull, but to establish it on a new platform would require a bit of ground work. i have been able to run some scripts ive written for the desktop on the CE version but it is limited to what it can do.

Ideas for Google Android Challenge

Hello all,
This post is in regard to the Google Android Challenge put out by Google to create/develop new software for the Google Android shell. If you haven't had a chance to read about it, it's basically a new OS created by Google to run on any type of PDAesque cellular phone. The challenge issued is then to develop new software for this OS (written in Java) so that when it is released it will have software available for it.
My question to all of you is what software would you like to see developed for this new OS? The reason I am asking for ideas is because I am a CS undergraduate student working in a research group to create one of these programs. Ergo, I figured asking you guys what you'd like to see created would be the best way to get ideas that will make sense and benefit the community.
Any ideas you submit here may be used in the creation of new software--if you require idea copyrights that can be worked out.
Thank you all in advance,
Jake
Jake Lake
Undergraduate Student at LCSC Lewiston, ID
Hello Jake,
We'll I'm a Java programmer too, not thinking of entering the challenge though. Had a quick look at the SDK for Android and it does'nt seem like pure java, more like a hybrid of C and Java does'nt it?
Since I have'nt had a thorough look at it, I'd like to ask you a few questions regarding the freedom to program on the platform.
Since it does'nt use the "normal" JVM but googles Davlik where theres no byte code but script code, does it allow better interaction with the hardware, and is it faster? Also can you implement equallizers and other effects in a media based application, which of course was not possible on J2ME. I was thinking on a All-round mediaplayer for Android, something like Rockbox which maybe found at www.rockbox.org which is a linux based program used on iPods etc.. but has been ported to Linux based EZX phones.
Regards,
Akshay

Jython in Android?

Hey Folks,
I was wondering if anyone knew if it was possible to use Jython instead of plane Java for android development? I don't know much about Java development but I'm with Python. I was figuring that this might ease me into it better. Any thoughts?
Thanks,
-=GB=-
Have you had a look at the Android scripting environment?
http://code.google.com/p/android-scripting/
http://google-opensource.blogspot.com/2009/06/introducing-android-scripting.html
http://code.google.com/p/android-scripting/wiki/PythonAndroidAPI
Regards,
Akshay
Thanks aksd,
I don't know how I didn't find that before. Perhaps I should have just searched for Python and Android as opposed to just Jython and androind.
Anyway, this is very cool for prototyping and simple scripting. However, the main thing I was hoping for was writing apps in Python (via Jython) that could then be distributed on the Marketplace. It's kind of to bad. It doesn't look like anyone is really trying to port Jython to Android because ASE is sort of Google's official response to the whole thing. On the whole, a really great thing for people who just want to script Android but not really for App development.
In all of this searching I did find some interesting information about how to link in C libs so you could code some of the hardcore speed sucking elements in C (like a game engine) and then make calls into it via Java. I didn't know that was even possible so... Pretty cool stuff.
Hey ngrava,
I'm not much into scripts, so dont really follow whats happening with scripting and Android.
If you wanted a bit of a performance gain you can use the NDK and call the JNI to execute native libraries or code. been there for awhile but few use them. Java is just so much easier than C .
Theres a lot of interesting stuff going on on the Android platform, Mono being ported to Android, Scala being ported to Android, I'm actually currently working on profiling the performance of scala code on android.
Regards,
Akshay
On the Google DevFest on Argentina, Google´s ingeneers afirmed that they are working to make more languages availeable on Gingerbread, they specifically mentioned Ruby. We just have to wait to see if this is true and if we are going to be able to ship apps of other languages to the market, and I´m not sure if they will be backwards compatible with earlier versions of android as well.
PD: Oops, sorry for reviving this old post, I just realised i clicked last page instead of next

Which tools you use to develop your ROMS?

Hi guys, sorry if my question has been asked a zillion times, I can't seem to find the right pointers.
I want to know how do you develop or create your ROMS so that I can create my own and share them with you. I have no real experience yet with WM, but I do have a lot with Linux embedded systems.
I recently ported an embedded Android OS on a micro-controller card for an industrial application (yes Android is getting popular as a good solution for embedded/mobile devices besides phones). I want to start a personal project on my Touch Viva with Android.
So any links or pointers to existing tools or documentation will be appreciated.
I share your enthusiasm with the Touch Viva so anything I learn and develop for it I will share it here.
Thanks.
rchav said:
Hi guys, sorry if my question has been asked a zillion times, I can't seem to find the right pointers.
I want to know how do you develop or create your ROMS so that I can create my own and share them with you. I have no real experience yet with WM, but I do have a lot with Linux embedded systems.
I recently ported an embedded Android OS on a micro-controller card for an industrial application (yes Android is getting popular as a good solution for embedded/mobile devices besides phones). I want to start a personal project on my Touch Viva with Android.
So any links or pointers to existing tools or documentation will be appreciated.
I share your enthusiasm with the Touch Viva so anything I learn and develop for it I will share it here.
Thanks.
Click to expand...
Click to collapse
use any of these links to get ur kitchen and go ahead.
http://forum.xda-developers.com/showthread.php?t=452064
http://forum.xda-developers.com/showthread.php?t=554858&highlight=kitchen
i cant guarantee nor assure that these work good....still,these are the KITCHENS used....u can HUNT thru the forum.....ASK some senior members if u are still at large from ur dream to create a ROM.
rchav said:
Hi guys, sorry if my question has been asked a zillion times, I can't seem to find the right pointers.
I want to know how do you develop or create your ROMS so that I can create my own and share them with you. I have no real experience yet with WM, but I do have a lot with Linux embedded systems.
I recently ported an embedded Android OS on a micro-controller card for an industrial application (yes Android is getting popular as a good solution for embedded/mobile devices besides phones). I want to start a personal project on my Touch Viva with Android.
So any links or pointers to existing tools or documentation will be appreciated.
I share your enthusiasm with the Touch Viva so anything I learn and develop for it I will share it here.
Thanks.
Click to expand...
Click to collapse
Oh goody.
Somebody is working on android for Opal.
Hi,
If you want to continue the work of porting Android to Touch viva left by musikmonk (Lost his device ) then i don't think you need to learn rom cooking and stuffs. Rom cooking will only help when you want to make a rom (dual booting) with windows mobile and android. But there is no point to make such rom as of now because Android is not yet ready for daily use.
So i beleive that if you want to continue the project head over to : http://sourceforge.net/apps/trac/wing-linux/wiki there you will get all the resource etc. Even you will get support there. And for testing purpose you can always depend on xda.
Hope that helps you.
as just jegan have said
could help the wing linux project
many people will be grateful
and on xda you can recive help with the testing phase
look here
http://forum.xda-developers.com/showthread.php?t=628917
regards
gp

[Q] Crossover Application

Dear Team,
Does anybody had developed Crossover application to run android apk file on
Windows 6.5 ????
Regards
Jignesh
i did a quick lookaround (using google search) about your question and the only answer out there is that it can't be done (yet)
both OSs use completely different coding and packaging techniques making it virtually impossible to make them interoperable

Categories

Resources