Jump to content




VedroidOS - Pocket (or maybe more) Computer OS | ● ^ ● |

pocket computer lua

40 replies to this topic

#1 -DECE-

  • Members
  • 30 posts

Posted 11 February 2017 - 12:32 PM

- 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.


#2 Nothy

  • Members
  • 250 posts
  • LocationMars

Posted 13 February 2017 - 10:37 AM

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.

#3 -DECE-

  • Members
  • 30 posts

Posted 13 February 2017 - 11:44 AM

 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

#4 xcrafter_40

  • Members
  • 50 posts
  • LocationIn a room with a computer, duh.

Posted 24 February 2017 - 11:10 PM

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

#5 Meit

  • Members
  • 22 posts
  • LocationPK

Posted 04 March 2017 - 07:14 PM

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.


#6 -DECE-

  • Members
  • 30 posts

Posted 05 March 2017 - 10:44 AM

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

#7 Cross_Sans

  • Members
  • 122 posts
  • LocationFrance

Posted 09 March 2017 - 05:31 PM

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.


#8 -DECE-

  • Members
  • 30 posts

Posted 13 March 2017 - 08:16 AM

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

#9 -DECE-

  • Members
  • 30 posts

Posted 17 March 2017 - 12:17 PM

4.2 version is available

#10 xcrafter_40

  • Members
  • 50 posts
  • LocationIn a room with a computer, duh.

Posted 20 March 2017 - 12:56 AM

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.


#11 Dave-ee Jones

  • Members
  • 456 posts
  • LocationVan Diemen's Land

Posted 20 March 2017 - 11:28 PM

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?

#12 -DECE-

  • Members
  • 30 posts

Posted 02 April 2017 - 01:25 PM

4.3.0 version is available

#13 whiletrue8

  • New Members
  • 2 posts
  • LocationKepler-452b

Posted 13 April 2017 - 07:57 PM

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

#14 -DECE-

  • Members
  • 30 posts

Posted 14 April 2017 - 02:20 PM

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

#15 -DECE-

  • Members
  • 30 posts

Posted 12 May 2017 - 04:32 PM

New big update available

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

(I will update screenshots soon)

#16 -DECE-

  • Members
  • 30 posts

Posted 22 June 2017 - 05:16 PM

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

#17 DubbelSoftware

  • Members
  • 62 posts

Posted 02 December 2017 - 08:33 PM

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

#18 Nubhub

  • New Members
  • 1 posts

Posted 28 December 2017 - 09:40 PM

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

#19 -DECE-

  • Members
  • 30 posts

Posted 12 March 2018 - 08:19 PM

 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.

#20 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 13 March 2018 - 01:36 PM

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

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





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users