460
Subscribers
+124 hours
+357 days
+9130 days
Data loading in progress...
Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Tags Cloud
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
September '26
September '26
+38
in 1 channels
August '26
+60
in 1 channels
Get PRO
July '26
+3
in 0 channels
Get PRO
June '26
+6
in 0 channels
Get PRO
May '26
+7
in 0 channels
Get PRO
April '26
+9
in 2 channels
Get PRO
March '260
in 1 channels
Get PRO
February '260
in 0 channels
Get PRO
January '260
in 0 channels
Get PRO
December '250
in 2 channels
Get PRO
November '250
in 0 channels
Get PRO
October '250
in 0 channels
Get PRO
September '250
in 0 channels
Get PRO
August '250
in 0 channels
Get PRO
July '250
in 0 channels
Get PRO
June '250
in 0 channels
Get PRO
May '250
in 0 channels
Get PRO
April '250
in 0 channels
Get PRO
March '250
in 0 channels
Get PRO
February '250
in 0 channels
Get PRO
January '250
in 0 channels
Get PRO
December '240
in 0 channels
Get PRO
November '240
in 0 channels
Get PRO
October '240
in 0 channels
Get PRO
September '240
in 0 channels
Get PRO
August '240
in 0 channels
Get PRO
July '240
in 0 channels
Get PRO
June '240
in 0 channels
Get PRO
May '240
in 0 channels
Get PRO
April '240
in 0 channels
Get PRO
March '240
in 0 channels
Get PRO
February '240
in 0 channels
Get PRO
January '24
+1
in 0 channels
Get PRO
December '230
in 0 channels
Get PRO
November '23
+2
in 0 channels
Get PRO
October '23
+1
in 0 channels
Get PRO
September '23
+3
in 0 channels
Get PRO
August '23
+1
in 0 channels
Get PRO
July '23
+9
in 0 channels
Get PRO
June '23
+18
in 0 channels
Get PRO
May '23
+9
in 0 channels
Get PRO
April '23
+16
in 0 channels
Get PRO
March '23
+31
in 0 channels
Get PRO
February '23
+10
in 0 channels
Get PRO
January '23
+16
in 0 channels
Get PRO
December '22
+40
in 0 channels
Get PRO
November '22
+50
in 0 channels
Get PRO
October '22
+54
in 0 channels
Get PRO
September '22
+128
in 0 channels
Get PRO
August '22
+186
in 0 channels
Get PRO
July '22
+50
in 0 channels
Get PRO
June '22
+439
in 0 channels
| Date | Subscriber Growth | Mentions | Channels | |
| 07 September | +2 | |||
| 06 September | +1 | |||
| 05 September | +2 | |||
| 04 September | +6 | |||
| 03 September | +15 | |||
| 02 September | +1 | |||
| 01 September | +11 |
Channel Posts
🔨 1 new commit to saynaa-packages:main:
ad53278: added memory library by Mohammed Abdifitaax (Mahdiware)
| 2 | https://github.com/Mahdiware/saynaa-packages | 75 |
| 3 | https://github.com/Mahdiware/ARMStub | 92 |
| 4 | Usage
-- patch no required to use hex bytes | 481 |
| 5 | First test, mod menu build in SaynaaIDE | 702 |
| 6 | 🚀 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 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 #NativeDevelopment | 873 |
| 7 | Soon... | 192 |
| 8 | ⚠️ 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.saynaadir
This 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.saynaa
There 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]) -> Var
Modes:
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 context
package.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 | 767 |
| 9 | ⚠️ 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.saynaadir
This 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.saynaa
There 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]) -> Var
Modes:
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 context
package.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 | 1 |
| 10 | Saynaa IDE_1.0.1.apk | 773 |
| 11 | Calculator_2.3.0.syp | 264 |
| 12 | No text... | 259 |
| 13 | Tasbeeh_1.0.syp | 255 |
| 14 | Tasbeeh App | 269 |
| 15 | Saynaa IDE_1.0.0-dev.3.apk | 351 |
| 16 | Saynaa IDE_1.0.0-dev.3.syp | 2 097 |
| 17 | No text... | 0 |
| 18 | No text... | 0 |
| 19 | 📢 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/ — Binary/tool 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 #Update | 2 099 |
| 20 | Saynaa IDE_1.0.0-dev.2.apk | 2 645 |
