NepMods🦅
Open in Telegram
4 762
Subscribers
-124 hours
-77 days
+5930 days
Posts Archive
4 763
Repost from Mahdiware™
🚀 Saynaa Mod Menu Development
I’m currently working on a set of Mod Menu tools for Saynaa, which will be used with SaynaaIDE to build Mod Menus.
If you have any useful C/C++ tools, native libraries, utilities, or ideas that could be useful for Mod Menu development with Saynaa, feel free to share them with me. I’d like to explore and integrate useful tools into the ecosystem.
Saynaa can load native
.so modules, so these tools can be written in C/C++, built independently, and used from Saynaa through its native API.
There is currently an Android limitation I’m working on:
Android doesn't allow the .so libraries to be loaded normally from external/shared storage such as /storage/emulated/0.
Loading the same libraries from the app's internal storage such as /data/data/<package-name>/. works correctly. I’m currently working on a solution so the workflow can be more flexible.
The goal is to make SaynaaIDE a practical environment for building Mod Menus, while allowing developers to extend it with their own native tools. 🔥
If you have something useful that could fit this project, share it with me!
#Saynaa #SaynaaIDE #ModMenu #Android #C #Cpp #Termux #NativeDevelopment4 763
Repost from Mahdiware™
⚠️ Important — Existing SaynaaIDE Projects
Projects created with older versions of SaynaaIDE may not work directly in SaynaaIDE 1.0.1.
This release contains major internal changes, so older projects may need to be updated.
For example, in init.sa:
activity.getSaynaaDir()should now be used instead of:
java.saynaadirThis is especially important because SaynaaIDE now supports creating Mod Menus, where SaynaaActivity may not be available. The package name has also changed:
com.android.saynaa → com.saynaaThere are also other internal changes that may require modifications to older projects. 🆕 loadfile() has been updated The built-in loadfile() now supports:
loadfile([module:Module], path:String, [mode:Number=0]) -> VarModes:
0: CLONE — Create child module from parent context 1: SHARED — Execute inside parent module; changes affect parent 2: NEW — Create empty module with no parent contextpackage.loadfile has been removed because it was a duplicate of the built-in loadfile(). 🔧 If you are updating an old project, make sure to review these changes and update your code accordingly. #SaynaaIDE #Saynaa #Update #BreakingChanges #Development
4 763
Repost from Mahdiware™
🚀 SaynaaIDE 1.0.1 is here! 🔥
A new stable release with improvements, fixes, and refinements to make SaynaaIDE better and more reliable. ✨
📦 SaynaaIDE_1.0.1.apk
✨ Improvements & refinements
🐛 Bug fixes
⚡ Performance & stability improvements
🛠️ More features and developer tools
🎨 UI and overall experience improvements
🚀 SaynaaIDE is growing! More updates and features are coming.
#SaynaaIDE #Saynaa #Android #IDE #Development #Programming
4 763
Repost from Mahdiware™
🚀 SaynaaIDE 1.0.0-dev.3
The SaynaaIDE project code for version
1.0.0-dev.3 is now available!
📁 SaynaaIDE_1.0.0-dev.3.syp
🛠️ Latest improvements
🐛 Bug fixes
⚡ Development updates
💻 Project source/code included
🚧 SaynaaIDE is still under active development.4 763
Repost from Mahdiware™
📢 Saynaa IDE — Project Directory Update
I’ve changed the project directory structure in Saynaa IDE to make it more organized and easier to manage.
Previously, projects were stored directly in:
/storage/emulated/0/.SaynaaIDE/
This caused projects to not appear correctly in the app’s project list.
🔧 New project directory:
/storage/emulated/0/.SaynaaIDE/project/
The main reason for this change is to keep the .SaynaaIDE directory organized and allow Saynaa IDE to have separate directories for different purposes, such as:
- 📁 .SaynaaIDE/project/ — User projects
- ⚙️ .SaynaaIDE/.build/ — Build-related files
- 📦 .SaynaaIDE/.bin/ — apk build files
- 📤 .SaynaaIDE/.share/ — Files used when sharing projects
This new structure will make it easier to manage projects, builds, binaries, and project-sharing data as Saynaa IDE continues to grow. 🚀
⚠️ Important: Projects from older development builds may need to be moved to the new project/ directory.
Thanks for testing Saynaa IDE and helping improve the project! ❤️
#SaynaaIDE #Android #IDE #Programming #Development #DevBuild #Update4 763
Repost from Mahdiware™
🚀 Saynaa IDE 1.0.0-dev.2 — Major Improvements! 🎉
The second development build of Saynaa IDE is now available! 📱🔥
🔢 Version: 1.0.0-dev.2
🧪 Build: Development / Early Testing
📦 Format: APK
💻 Platform: Android
🛠️ Focus: Bug fixes, improvements, and UI enhancements
✨ What’s new:
- 🐛 Major bug fixes
- ⚡ Performance and stability improvements
- 🎨 UI improvements
- 🛠️ Better development experience
- 🔧 Various internal improvements
This build continues the development of Saynaa IDE. More features and improvements are coming in future releases! 🚀
📥 Download:
SaynaaIDE_1.0.0-dev.2.apk
💬 Test it, report bugs, and share your feedback to help make Saynaa IDE better!
#SaynaaIDE #Android #IDE #Programming #Development #DevBuild #SoftwareDevelopment4 763
Repost from Mahdiware™
+5
🚀 Major Improvement & Bug Fixes!
SaynaaIDE just got a major upgrade! ✨
Improved performance, fixed several bugs, and made the overall experience more stable and reliable.
More improvements are coming! 🔥
#SaynaaIDE #Update #BugFixes #AndroidDev #Programming
4 763
Repost from Mahdiware™
🧮 Calculator.syp
A simple calculator project built with Saynaa IDE.
✨ Demonstrates:
• Basic UI
• Calculator operations
• Saynaa code
• User input & expression handling
📦 Project file:
Calculator.syp
Try it with Saynaa IDE 1.0.0-dev.1 🚀
#SaynaaIDE #Calculator #Saynaa #Programming4 763
Repost from Mahdiware™
🚀 Saynaa IDE 1.0.0-dev.1
The first development build of Saynaa IDE is now available! 🎉
📱 App: Saynaa IDE
🔢 Version: 1.0.0-dev.1
🧪 Build: Development / Early Testing
📦 Format: APK
💻 Platform: Android
🛠️ Purpose: Programming & development environment
⚡ Status: Early development — features and UI are still being improved
This build is intended for testing and feedback. You may encounter bugs, incomplete features, or changes in future builds.
📥 Download:
SaynaaIDE_1.0.0-dev.1.apk
💬 Test it, report bugs, and share your feedback to help improve Saynaa IDE.
#SaynaaIDE #Android #IDE #Programming #Development #DevBuild
