This repository was archived by the owner on Mar 16, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork10
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
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Youtube client based on Invidious API for Java devices with MIDP 2.0 support
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();}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.1Clone the repository
Import project from directory in Eclipse SDK
Open "Application Descriptor" in Package Explorer
Check the "Use deployment directory"
To use "Obfuscate the code" option you must set up proguard in preferences first
Then press "Finish"
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published

