←  Operating Systems

ComputerCraft | Programmable Computers for Minecraft

»

VedroidOS - Pocket (or maybe more) Compute...

-DECE-'s Photo -DECE- 11 Feb 2017

- Closed -



VedroidOS

| ● ^ ● |

So, it's a nice looking graphical operating system.
I'm tring to make it look like Android or iOS and Windows Phone.
It has multi accounts support, notifications, OTA updates and etc...


Screenshots:
Spoiler

Download:
Spoiler

Changelog:
Spoiler

For developers:
Spoiler

Edited by -DECE-, 04 September 2019 - 07:10 AM.
Quote

Nothy's Photo Nothy 13 Feb 2017

Bug report:
When going into store and clicking the scroll bar I get the following error:
main:248: attempt to index ? (a nil value)
Otherwise this is a very nice OS.
Quote

-DECE-'s Photo -DECE- 13 Feb 2017

 Nothy, on 13 February 2017 - 10:37 AM, said:

Bug report:
When going into store and clicking the scroll bar I get the following error:
main:248: attempt to index ? (a nil value)
Otherwise this is a very nice OS.

Fixed, but scroll bar is nonfunctional
Quote

xcrafter_40's Photo xcrafter_40 24 Feb 2017

Found a exploit:
1. Goto Login Screen
2. Press Ctrl+T (Terminate)
3. Voila! You cracked the code!
Quote

Meit's Photo Meit 04 Mar 2017

View Postxcrafter_40, on 24 February 2017 - 11:10 PM, said:

Found a exploit:
1. Goto Login Screen
2. Press Ctrl+T (Terminate)
3. Voila! You cracked the code!

You can just CTRL + ALT + T anywhere

ALSO How to create apps for it? How do I add new user
Edited by Meit, 04 March 2017 - 07:28 PM.
Quote

-DECE-'s Photo -DECE- 05 Mar 2017

View PostMeit, on 04 March 2017 - 07:14 PM, said:

ALSO How to create apps for it? How do I add new user

You can create new accounts in security settings when you log out
Quote

Cross_Sans's Photo Cross_Sans 09 Mar 2017

You can block CTRL-T by using this piece of code:
function os.pullEvent(event, ...)
  local event = os.pullEventRaw(event);
  if event ~= "terminate" then
   return event, ...;
  end
end

Edited by Redall, 15 April 2017 - 04:40 PM.
Quote

-DECE-'s Photo -DECE- 13 Mar 2017

View PostRedall, on 09 March 2017 - 05:31 PM, said:

You can block CTRL-T by using this piece of code:
function os.pullEvent(event, ...)
  local event = os.pullEventRaw(event);
   if event ~= "terminate" then
   return event, ...;
  end
end

Thanks, I fixed it
Quote

-DECE-'s Photo -DECE- 17 Mar 2017

4.2 version is available
Quote

xcrafter_40's Photo xcrafter_40 20 Mar 2017

Nice OS! :D/>
Im going to try infecting it with my virus :P/>
I'll tell you your score of how robust it is! (~/10)

View Postxcrafter_40, on 20 March 2017 - 12:56 AM, said:

Nice OS! :D/>
Im going to try infecting it with my virus :P/>
I'll tell you your score of how robust it is! (~/10)
...
It didn't survive the boot...
2/10
Otherwise, Nice OS! :D/>
Edited by Lyqyd, 20 March 2017 - 01:55 AM.
Quote

Dave-ee Jones's Photo Dave-ee Jones 20 Mar 2017

View Postxcrafter_40, on 20 March 2017 - 12:56 AM, said:

Nice OS! :D/>
Im going to try infecting it with my virus :P/>
I'll tell you your score of how robust it is! (~/10)

View Postxcrafter_40, on 20 March 2017 - 12:56 AM, said:

Nice OS! :D/>
Im going to try infecting it with my virus :P/>
I'll tell you your score of how robust it is! (~/10)
...
It didn't survive the boot...
2/10
Otherwise, Nice OS! :D/>

What does your virus do?
Quote

-DECE-'s Photo -DECE- 02 Apr 2017

4.3.0 version is available
Quote

whiletrue8's Photo whiletrue8 13 Apr 2017

Help? I'm stuck on the screen that says "Hello!". I can't really do anything.
Quote

-DECE-'s Photo -DECE- 14 Apr 2017

View Postwhiletrue8, on 13 April 2017 - 07:57 PM, said:

Help? I'm stuck on the screen that says "Hello!". I can't really do anything.

Fixed. Thanks for report
Quote

-DECE-'s Photo -DECE- 12 May 2017

New big update available

It has some redesign and now OS feels and looks more like android.

(I will update screenshots soon)
Quote

-DECE-'s Photo -DECE- 22 Jun 2017

New version 5.5.5 is available

I think it will be the last update of the 5th generation of my OS
Now I'll be working on multitasking
Quote

DubbelSoftware's Photo DubbelSoftware 02 Dec 2017

Best -DECE-,

First of all, it is a good and stable OS! There is one thing to know:
If i boot up with a floppy disk or just get a way to get to the shell withouth logging in i can go to System/accounts/<ACCOUNTNAME> and see the password in plain text. This is not very good if someone get in the shell and wants to hack your computer or something. You can add something like a encryption to prevent people to see this in plain text.

Also you can add some things that are easier to use. One thing is that if there is ONLY ONE account registered that it then wil automaticly select that account in the login screen. So users wil not need to click on that arrow and select them a account. Something like a API with permissions so apps cannot just write things in files is also very handy, you can add it. Like the user get a prompt to trust the app or not, in that way.

All the other things are good and fine, they are stable and you have also some programs. One thing to notice is that this Operating System also works on the computer, so it isn't only for pocket computers.

-DubbelSoftware
Quote

Nubhub's Photo Nubhub 28 Dec 2017

Issue with booting up pic for error https://photos.app.g...ImEDTQ6hHHymxF3
Quote

-DECE-'s Photo -DECE- 12 Mar 2018

 Nubhub, on 28 December 2017 - 09:40 PM, said:

Issue with booting up pic for error https://photos.app.g...ImEDTQ6hHHymxF3

I don't know what is this, I have no such problems. And it's impossible if you didn't edit enything.
Quote

Bomb Bloke's Photo Bomb Bloke 13 Mar 2018

Looks to me like Nubhub would've been using one of the CC 1.80 testing releases.

https://github.com/d...27c644f311a886c
Quote