amazingone
Great Supremacy Member
- Joined
- Jan 14, 2015
- Messages
- 66,737
- Reaction score
- 6,155
Hmmm seems like loading is slow.
the whole forum is loading slow, even on browser

Hmmm seems like loading is slow.

the whole forum is loading slow, even on browser
![]()
Hi all,
Sorry to MIA. Unfortunately yes I dont think I will be upgrading or supporting this app anymore due to work/social life etc. I believed all the features that are needed has already been implemented into this app. Dont worry all the functionality in the app such as pager will still work.
I do read through the comments inside the thread, there are still issues here and there, but i do believe it's not really that major. My app is not 100% perfect, there will be some issues like missing content in one or two unique posts or minor bugs which yall have encountered randomly..but in all, i can say that it doesn't really affect much. If you need to read the post that has the missing/incorrect content, I do have a button which open the thread in the web browser, you can check it there. That is the only solution I can give you for now.
Thank you so much for all your support until now.![]()
Can open source the code?

Sorry i dont think i can make my code open source.
Someone got asked before, I got explained why, its in an earlier post in this thread, lazy to find lol. Another reason would be, there is a risk of exposing the database directory which contains confidential user data. This is dangerous.
Anyway guys, sorry to bring some bad news but pager will be down, or paused temporary from 1st nov to 15 nov. Reason being is i'm going overseas for holiday and there is no one to supervise/maintain the pager server. Someone have to supervise because the pager will sometimes stop due to connection errors or exception errors, so have to restart the pager again. It occurs randomly, once every 3/4 days. I can recommend you guys to use nubitol edmw innosia pager if you like for now![]()
![]()
Sorry i dont think i can make my code open source.
Someone got asked before, I got explained why, its in an earlier post in this thread, lazy to find lol. Another reason would be, there is a risk of exposing the database directory which contains confidential user data. This is dangerous.
Anyway guys, sorry to bring some bad news but pager will be down, or paused temporary from 1st nov to 15 nov. Reason being is i'm going overseas for holiday and there is no one to supervise/maintain the pager server. Someone have to supervise because the pager will sometimes stop due to connection errors or exception errors, so have to restart the pager again. It occurs randomly, once every 3/4 days. I can recommend you guys to use nubitol edmw innosia pager if you like for now![]()
![]()
Yeah. There's no need to expose db data or credentials.
You can push the DB schema up. So whoever running can just run script to populate the tables etc.
And yeah. Shouldn't have any confidential data right? Unless your confidential data refers to who page who which isn't confidential and can be wiped.
Hi,
Okay sorry perhaps i didn't explain clear enough.
By making my android app code open source, there is a risk of exposing the db directory and also the PHP, node JS scripts because they are open for all to see in the code. Sorry this will be too technical. In Java, there are many types of connections one can use to connect to DB and other scripts. Example would be using JDBC connection. If i make it open source, everyone can see the direct link and credentials to the DB. Another example would be volley, to access PHP scripts on the server from the app itself. So it is risky and dangerous.
And yes, the DB do contain many confidential data. Like the usernames and GCM ID of users who uses pager.
Anyway guys, sorry to bring some bad news but pager will be down, or paused temporary from 1st nov to 15 nov. Reason being is i'm going overseas for holiday and there is no one to supervise/maintain the pager server. Someone have to supervise because the pager will sometimes stop due to connection errors or exception errors, so have to restart the pager again. It occurs randomly, once every 3/4 days. I can recommend you guys to use nubitol edmw innosia pager if you like for now![]()
![]()
Well a server class application shouldn’t be so fragile. In any case, you will want to read up on “monit” and let it monitor your app and restart the process/service if necessarily.

