Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
/JTubePublic archive

Youtube client based on Invidious API for Java devices with MIDP 2.0 support

License

NotificationsYou must be signed in to change notification settings

shinovon/JTube

Repository files navigation

Discontinued!

Youtube client based on Invidious API for Java devices with MIDP 2.0 support

FAQ

Running JTube from other MIDlets

MIDletIntegration library

Example code:

try {if(MIDletIntegration.startApp(this, "JTube", "nnproject", "0xAFCE0816", 1260, "url=" + Util.encodeURL("https://youtube.com/watch?v=somevideo"))) {notifyDestroyed();}} catch (MIDletNotFoundException e) {e.printStackTrace();} catch (ProtocolNotSupportedException e) {e.printStackTrace();} catch (IOException e) {e.printStackTrace();}

Building

You will need:Any J2ME SDK (e. g WTK, S40 5th, etc)Symbian^3 JAR librariesJDK 1.5.0Last version of Eclipse SDKMTJ plugin 2.0.1

Clone the repository

Import project from directory in Eclipse SDK

Open "Application Descriptor" in Package Explorerimage

Click on "Create package"image

Check the "Use deployment directory"

To use "Obfuscate the code" option you must set up proguard in preferences first

Then press "Finish"

image

Builded JAR & JAD files will appear at <project path>/deployed/S40_5th_Edition_SDK/

About

Youtube client based on Invidious API for Java devices with MIDP 2.0 support

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2026 Movatter.jp