Nook Color Apps List - Nook Color Themes and Apps

I have a Sharepoint site so I can create collaboration sites super duper easy.
I'm not sure if we have an app list yet....but here's one.
http://sp.texultant.apps4rent.info/MoSo/NC/Lists/App List/AllItems.aspx
It's wide open, anybody can anonymously add and edit posts....so be nice....If it gets abused I'll have to lock it down and require logins....you don't want that hassle do you?

This is a great idea! Much more practical than having threads and relying on the OP to keep them updated.
I tried uploading the Dropbox APK, but I was asked for a username/password. Submitting blank credentials didn't work, nor did clicking "Cancel".
Am I doing something wrong?

Nooter said:
This is a great idea! Much more practical than having threads and relying on the OP to keep them updated.
I tried uploading the Dropbox APK, but I was asked for a username/password. Submitting blank credentials didn't work, nor did clicking "Cancel".
Am I doing something wrong?
Click to expand...
Click to collapse
There isn't a place to host apps....just to comment on what works....you can post a link to a network location wjere it exists.....but no hosting on the site.
Sorry

Related

Looking for Developer to...

Hi.
I was wondering how hard it would be to create a simple application that would connect to a server or website checking for updates. I plan on loading font .apk's on the server or website, and would like a application to periodically check for updates or manually check for updates, be able to preview the font, and then download the .apk if wanted. How hard would it be to create such an application?
Thanks.
Jzero88
jzero88 said:
Hi.
I was wondering how hard it would be to create a simple application that would connect to a server or website checking for updates. I plan on loading font .apk's on the server or website, and would like a application to periodically check for updates or manually check for updates, be able to preview the font, and then download the .apk if wanted. How hard would it be to create such an application?
Thanks.
Jzero88
Click to expand...
Click to collapse
Well, this depends on how you approach it, but I think the easiest way to do this would be to create a feed using XML. So if you were doing your font updater, you would load a file like this:
<FontDetails>
<Font name = "Font1" example = "http://www.myfontsite.com/FontExamples/Font1.png" location = ""http://www.myfontsite.com/Fonts/Font1.apk"\>
<Font name = "Font2" example = "http://www.myfontsite.com/FontExamples/Font2.png" location = "http://www.myfontsite.com/Fonts/Font2.apk"\>
</FontDetails>​
The problem with this is that you will have to maintain this XML file, making sure its always up-to-date(Easily manageable with some simple scripts).
If you aren't willing to do this, you could go down the road that is wrongly mislabeled as "The Easy Way" and hard-code the locations of all your APK's and all of your example images, but I would only do this if you were planning on dumping all the APK's and images in the same place(For example, if all your APK's were here: http://www.myfontsite.com/Fonts/). You would request the directory information from the server and parse that into your list of font APK's and correspond them with their example images(probably by naming them the same; i.e. Font1.apk and Font1.png).
If you decide to use the first option, you could do a bunch of cool things with the organization, like break things into categories and apply taggings and it would only require one request to the server per update. If you go with the second method, organization is guaranteed to be a mess if you try anything large scale, and adds a layer of complexity if you try to break things into folders and categories. This would require a ping per folder you have to check, which can have a high complexity factor if you have a lot of folders.
I just want to point out that even though this is directly related to development, this is a type of question that belongs in the General section(Questions ALWAYS belong in General). I'm sure a Mod will come around, scold you, then move the thread.
Anyway, I do hope this helps,
Good luck,
Tyler
Edit: Having a bit of problems getting the XML looking correct. Sorry if it looks ugly :S
Even easier would be to manage the updater as an RSS feed. Then it becomes quite trivial, as there are several examples of RSS readers online already.
Great! Thanks for the reply!
Yeah, the XML approach I think would be the better option as well, just because we could use this thread to hold everything I currently do no have any hosting at this time. Would you be up to making such a application? It seems you have the know abouts to so.... I would be the one to maintain everything and update it. I would monitor this thread and when new ones pop up, I wouldn't mind adding it to in the XML.
Also, how would the RSS feed work?
Thanks
jzero88 said:
Great! Thanks for the reply!
Yeah, the XML approach I think would be the better option as well, just because we could use this thread to hold everything I currently do no have any hosting at this time. Would you be up to making such a application? It seems you have the know abouts to so.... I would be the one to maintain everything and update it. I would monitor this thread and when new ones pop up, I wouldn't mind adding it to in the XML.
Also, how would the RSS feed work?
Thanks
Click to expand...
Click to collapse
Wish I could...I've got about 50 projects already on the back-burner and no time to finish them Tell ya what though...I've finished a mini project a couple weeks ago with some buddies at school for my friends website. Its an Open-Source RSS reader that was made to read in the latest articles of his site. With some slight tweaking, I'm sure you(or some other dev) could mod it to work in your favor...Here's the github address:
http://github.com/pencilo/Absolute-Android-RSS.git
I don't think this is the latest code, but all the working elements you need are in here.

boost mobile account app *NOT OFFICIAL, NOT BY BOOST*

sorry for the cross post
i did some looking around and it seems theres no app to check your account on boost mobile, which is odd considering they have 2 android phones and a whole host of unofficial ones
so i created an quick and dirty javascript/html app that has 4 buttons, boost mobile homepage, my account, reboost, and support
it was made with phonegap build, so when you install it says it needs access to everything(phone, internet, sms, etc) but really its only using data, its just the way phonegap build makes the apps, kinda stupid but it works
try it out, tell me if you think it could be handy, or the most useless thing you have ever seen http://tinyurl.com/myboostmobile
hope it is useful for someone besides me lol
so far i have tried it on the native android browser, and something about the way that boost puts in the dashes where your phone number goes on the my account doesnt fly so well, so if you have problems try out opera mini or opera mobile, they are much superior to the native droid browser anyway
http://pastebin.com/kgtiNX6R
thats the source to the app, just so anyone who is worried about installing based on the installer asking for all permissions can see that its not tracking you or anything
That javascript thing is evil, it doesn't work on the Android
browser or Opera Mobile. The only way I've gotten it to work was to install Skyfire (uses the Android rendering afaik), disable JS, fill in the phone, submit, go back, enable JS, and refresh the page and hope it populates.
-- Starfox
yeah the only luck i had was with opera mobile, i just hit the button to remember my username and password for my account(boostmobile.com) so all i have to do is open the app and hit the my account button, i havnt tried skyfire yet with it, but i will definitely give it a go
thanks for your input back starfox, i much appreciate any feedback given
1 for continued development. Excellent idea!
BoominSVX said:
1 for continued development. Excellent idea!
Click to expand...
Click to collapse
thank you, lol, there wasnt any app for it, which perplexes me, hopefully boost just cancels me out and creates something real instead of my quick and dirty way
appreciate the feedback boominsvx
Get rid of the javascript if possible.
I did not and will not try this. (not with boost)
javascript popup could be replaced with PAGE Maybe...
EDIT: Also, pastebin and similar sites 'own' your code when you paste it on there, not sure about how much or how but I know it's in the terms and conditions somewhere..
ryannathans, i appreciate your input, this is really all just a temporary solution, lol pastebin can own my code all they want its just a few lines at the moment anyways
im working on making this better at the moment, and app that uses boost's login protocol and all their scripts on their server to log in, ie. app comes up, presents you with a login screen, you log in with your boost account details (all of which is sent securely to their server) and bam your logged in to check your minutes and such
im trying to keep sending emails and bothering customer service at boost about this until they just give in and end up creating an app for us, something official that doesnt have to be hackandslashed, so if your on boost and you want an app for checking your balance and so forth keep bothering them too

[Q] Anyone know of a password manager that does.......

Anyone know or use a password manager that can sync between multiple devices? The only one I found was Keeper but it's $10 for each install which would run me 20-30 bucks for 2-3 devices. My wife and I need to be able to access password/logins and share the data.
Your reply is greatly appreciated.
Check out LastPass and 1Password, and specifically the "syncing" section of this link:
As I can't post external links, it's the first google result for "lastpass dropbox", titled LastPass vs. 1Password: Password Manager Shootout [Windows ..."
You can always use dropbox as well to store the password manager encrypted pass file.
I think both managers have new versions out as well as mobile versions.
ckorban said:
You can always use dropbox as well to store your pass file.
Click to expand...
Click to collapse
While I've never doubted the security of Dropbox, unless you are going to encrypt your password file youself, I would be hesitant to store it there. Otherwise, I no useful comments to add to this thread.
CurlySpiral said:
While I've never doubted the security of Dropbox, unless you are going to encrypt your password file youself, I would be hesitant to store it there. Otherwise, I no useful comments to add to this thread.
Click to expand...
Click to collapse
Sorry, I should have been more clear. By passfile, I meant the encrypted passfile that is used by the password manager of choice.
Definitely don't throw a pass.txt on there with all your passes
ckorban said:
Check out LastPass and 1Password, and specifically the "syncing" section of this link:
As I can't post external links, it's the first google result for "lastpass dropbox", titled LastPass vs. 1Password: Password Manager Shootout [Windows ..."
You can always use dropbox as well to store the password manager encrypted pass file.
I think both managers have new versions out as well as mobile versions.
Click to expand...
Click to collapse
Good reading on that article:
http://www.40tech.com/2011/05/16/lastpass-vs-1password-whose-syncing-method-is-more-secure/
Thank you for the info. Much appreciated.

[App] Looking for Beta Testers for 9GAG+

Update,
the app is nearly finished and currently in public beta. You may find it here: http://www.windowsphone.com/s?appid=e4a9c785-efde-4794-8663-d562724e4fbd
Hey,
I'm looking for beta testers for yet another 9GAG client for Windows Phone (8+). I know there are already plenty of clients available but none of them satisfy my demanding Actually there's only one client by Rudy Huyn (Market Link) which is quite good but keeps crashing since the last few updates. In addition it's somehow slow - I don't like that. So, I came up with another one
The app is not finished yet and still under development.
What's working?
viewing posts
viewing comments
downloading images, saving theme into the media library
sharing posts
pan and zoom (up to 25x)
rendering of extra large images (greater than 4000x4000)
What's not working (yet)?
videos
gif animations (ironically I included the gif section already )
uploading images
posting comments
all items on the start screen (screenshot 2, bookmarks working since 1.0.0.2)
up/down-voting comments/images
What's missing
license information and credits (guys who made the wallpaper, screenshot 1-6)
search
you tell me
Known bugs (so far)
double tapping a downscaled images which aspect ratio is nearly the same as the device's screen, sometimes doesn't initiate a zoom (like screenshot 11)
when there are too many replies to a comment, the client will not fetch all of them correctly
still some concurrency problems resulting in an app crash
you tell me
I attached some screenshots of the app. If you'd like to help me, just send me a PM with your LIVE e-mail address (the one you are using for the market). At the moment I'm looking for up to 10-15 testers.
I wish I could pay you for your efforts but I can't However, I will offer each beta tester a refund for the in-app purchase to remove ads (~1.5$).
During beta stage there won't be ads and if so, all in-app purchases are free during the app is published within the beta market. There won't be a "stand alone" paid version of this app.
I appreciate any help. Thanks in advance.
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
qpkqkma said:
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
Click to expand...
Click to collapse
You're welcome to give it a try
shoputer said:
Hey,
I'm looking for beta testers for yet another 9GAG client for Windows Phone (8+). I know there are already plenty of clients available but none of them satisfy my demanding Actually there's only one client by Rudy Huyn (Market Link) which is quite good but keeps crashing since the last few updates. In addition it's somehow slow - I don't like that. So, I came up with another one
The app is not finished yet and still under development.
What's working?
viewing posts
viewing comments
downloading images, saving theme into the media library
sharing posts
pan and zoom (up to 25x)
rendering of extra large images (greater than 4000x4000)
What's not working (yet)?
videos
gif animations (ironically I included the gif section already )
uploading images
posting comments
all items on the start screen (screenshot 2)
up/down-voting comments/images
What's missing
license information and credits (guys who made the wallpaper, screenshot 1-6)
search
you tell me
Known bugs (so far)
double tapping a downscaled images which aspect ratio is nearly the same as the device's screen, sometimes doesn't initiate a zoom (like screenshot 11)
when there are too many replies to a comment, the client will not fetch all of them correctly
still some concurrency problems resulting in an app crash
you tell me
I attached some screenshots of the app. If you'd like to help me, just send me a PM with your LIVE e-mail address (the one you are using for the market). At the moment I'm looking for up to 10-15 testers.
I wish I could pay you for your efforts but I can't However, I will offer each beta tester a refund for the in-app purchase to remove ads (~1.5$).
During beta stage there won't be ads and if so, all in-app purchases are free during the app is published within the beta market. There won't be a "stand alone" paid version of this app.
I appreciate any help. Thanks in advance.
Click to expand...
Click to collapse
I can help
qpkqkma said:
Yeah, Rudy Huyn app is good, but crashing (mostly on devices with 512MB RAM).
9gag app for devices with less RAM would be good. Lookin forward.
Click to expand...
Click to collapse
it even crashes on 1gb devices
9GAG+ works perfectly so far, of course only the implemented features. I've used it a few times already and can report no crashes.. and the comment design is awesome
can you add the option to directly hum to the first post of a list, e.g. when I click trending? so far, it looks really good
th0mas96 said:
can you add the option to directly hum to the first post of a list, e.g. when I click trending? so far, it looks really good
Click to expand...
Click to collapse
You mean switching to fullscreen directly instead of showing the list first?
Yep, would be nice I think.. Maybe as an option?
beray07 said:
I can help
Click to expand...
Click to collapse
You're very welcome. Just send me a PM with your market e-mail address, so that I can grant you access to the app within the beta market.
th0mas96 said:
Yep, would be nice I think.. Maybe as an option?
Click to expand...
Click to collapse
Sounds good I'm going to finish the bookmark system this evening (currently I'm stuck at work ;(). Afterwards I will implement the settings page. If you're lucky you can use it tomorrow morning
I think you're doing good job, from screenshot I can see 2 good differences with other's app
1 comment part ,yours is cleaner
2 screenshot 6, I like it! so I can click only the post I want (everything but the stupid duck )
just sent you pm...
qandrav said:
I think you're doing good job, from screenshot I can see 2 good differences with other's app
1 comment part ,yours is cleaner
2 screenshot 6, I like it! so I can click only the post I want (everything but the stupid duck )
just sent you pm...
Click to expand...
Click to collapse
Thank you I just sent you a PM with the market link.
I just submitted an update to the market. Bookmarks are working for now Still no settings
Edit.
At the moment there are 3 testers. So, don't hesitate to drop me a few lines
I'm busy right now , can't try the "bookmark" error you described in pm, but I was thinking if you can add "resume last position" for the sections...(like the other app), bye :good:
Bookmarks work fine so far, only removing them from bookmarks is only temporary (reloading the list gets all bookmarks again)
th0mas96 said:
Bookmarks work fine so far, only removing them from bookmarks is only temporary (reloading the list gets all bookmarks again)
Click to expand...
Click to collapse
Are you sure on that? Coz actually it isn't possible. The list maps directly to a database. When you remove an item from the list, it's removed from the database automatically. I also cannot reproduce what you are saying. Is anybody else experiencing the same?
edit.
I just pushed another tiny update to the store
1.0.0.3
- submitting crash reports should work now
- added (basic) settings. choose which channel shall be displayed on the hub page and whether to start browsing channels in fullscreen or in "quick browsing mode"
- localization: en, de
shoputer said:
Are you sure on that? Coz actually it isn't possible. The list maps directly to a database. When you remove an item from the list, it's removed from the database automatically. I also cannot reproduce what you are saying. Is anybody else experiencing the same?
edit.
I just pushed another tiny update to the store
1.0.0.3
- submitting crash reports should work now
- added (basic) settings. choose which channel shall be displayed on the hub page and whether to start browsing channels in fullscreen or in "quick browsing mode"
- localization: en, de
Click to expand...
Click to collapse
I update right now!
the home is better with icons before "bookmark, settings ecc"
Maybe it's normal but when you navigate through the two pages of channels sometimes it makes some lag, but not everytime.
Are you interested about italian translation?
qandrav said:
I'm busy right now , can't try the "bookmark" error you described in pm, but I was thinking if you can add "resume last position" for the sections...(like the other app), bye :good:
Click to expand...
Click to collapse
I will definitely think about this feature. At the moment I don't have clue how to implement it without breaking user experience.
The problem is quite simple. The collection of items displayed in a list are fully virtualized. That means items are both loaded and rendered on demand - starting with the most recent post in a channel. It's more or less simple to initialize a channel from a specified point (last position the user left) but at that time I don't know anything about the ancestor items (posts). In the end the list, which is shown to you, will start at the last position you left and you won't be able slide left to view newer posts. The only solution which currently comes to my mind is to load a channel from the beginning and skipping all items until I reach the one you viewed last time. Of course I can do this but it's a damn waste of resources (CPU, memory and traffic).
As said, I will think about this one. But not now
qandrav said:
I update right now!
the home is better with icons before "bookmark, settings ecc"
Maybe it's normal but when you navigate through the two pages of channels sometimes it makes some lag, but not everytime.
Are you interested about italian translation?
Click to expand...
Click to collapse
Well, it shouldn't be normal
Just to make sure I get your point. You're talking about the list view and fullscreen view of a channel? The lag occures when you switch between those two views?
An Italian translation would be great but at the moment I need to finish the app first. Afterwards I could provide you with a list of strings
Starting to test it tommorow
ok tried a lot and no more lag , never! I think there was some bloatware running on the phone.
about the "resume last post" I'm not a dev but I understand to fix... I prefer your app over other's becuase it's faster, if I have to choose between "resume" and speed, the second one is better!!!
good job!
excuse my English with
I'm not a dev but I understand to fix
Click to expand...
Click to collapse
I wanted write
I'm not a dev but I can imagine creating "resume position" is a pain in the a**
Click to expand...
Click to collapse
As I told you in the Email, great app.
Here are some ideas to make the app better:
1. For the channels icon you can take the latest picture from tha cahnnel (you can make it refresh every time the app starts or sth. like that)
2. Resume from the last picture you saw in the channel. That means when I'm watching a channel and than go back to the menu and watch other channel and wann go back to the previous channel so that I musn't start watching from the latest picture but there will be a pop up window or sth like that so I will be able to choose if I want resume or start new session.
3. When I tap on the picture there is always some free space under tha picture (see in the attachments "screen 1.png"). It looks really crappy so you should remove it.
That's all till now I will tell you when I found sth.
Greetz
@shoputer:
like to help you with beta testing, wrote you a PM with details

Securly for Chromebook bypass?

At my school, we have Chromebooks and a service/extension called securly. Me and my buddies have been trying to bypass it since it was first introduced last year. We are cool with the tech teacher and we have been trying to get passed him for a long time.
Any help on bypassing securly?
Note, inspect element has been blocked along with all extensions except for some adblockers. You can also only sign in on our district accounts. I do not want to powerwash it nor uninroll it(if that's how you spell it haha)
Any help would be greatly appreciated, thanks
Gavin
My buddies and I. Unenroll. Spend less time on youtube, more time learning...
Kinda have the same situation with my Technology Director at my High school, Still cant figure it out.
I Have an understanding that we have to un-enroll to bypass the extension because you can't just "Uninstall" a forced extension on a managed Chromebook.
And on top of that, Google's patched all the forced enrollment bypasses, so its pretty much impossible right now unless you literally replace parts on the computer.
all you have to do is open a console (default chrome: ctrl+shift+j) and put this code in: var a=true;while(a){alert(a);}
then hit enter. when the msg box appears, click the check box that says "prevent this page from showing additional diologs" (or something like that)
your filter should be disabled until you restart.
DISCLAIMER: I AM IN NO WAY RESPONSIBLE IF YOU GET IN TROUBLE FOR THIS. THIS IS PURELY FOR EDUCATIONAL PURPOSES. I DO NOT CONDONE ANY ILLEGAL ACTIVITY OR ANY ACTIVITY AGAINST SCHOOL RULES.
Solution
I have found a way that there is no way to prevent: open task manager with search+escape and disable the securly task. It's kind of finicky though, as it only gives you like 2 second of freedom and sometimes reloads all of your tabs, but if you load a blocked page it won't kick in unless you click a link to a different place on the page.
Also, if you want to un-enroll the chromebook from enterprise manegment, I would suggest buying an m-sata ssd and pulling the one that's in the chromebook out and putting the bought one in until you turn it in at the end of the year. the fresh one won't have enterprise managment on it.
Hope this helps!
Might have a solution?
Hey Rootaholic, I may have found a way, first, go into your extensions tab and at the top of the page click the box that says "Developer Mode", then go down to the Securly extension and click Background Page, then go into the network tab, it's recording, stop the recording and click the box right next to Offline, this may work but I don't have Securly on my Chromebook so your mileage may vary depending on however the filtering is done.
I have tried the development mode and it didn't work please help me with my problem
savagepanda27 said:
I have tried the development mode and it didn't work please help me with my problem
Click to expand...
Click to collapse
Hmm, well problem is if I want to work on this find any security holes, then I need Securly, but I don't have Securly at all, so sorry but I don't have ideas at the moment. Sorry
Hey, my school has the same problem. But my friend found a bypass:
Go to a site that is blocked and copy and paste a the site's url into your browser. Then press the search key and escape key (it will open the Task Manager). Very quickly end the task "Securely" and press enter to go to the site in the search bar (the link you copy and pasted in the search bar).
You can access any site.
If you have any questions just ask.
Good Luck.
-Shane
[content deleted by user]
---------- Post added at 06:54 AM ---------- Previous post was at 06:48 AM ----------
MrDood1313 said:
all you have to do is open a console (default chrome: ctrl+shift+j) and put this code in: var a=true;while(a){alert(a);}
then hit enter. when the msg box appears, click the check box that says "prevent this page from showing additional diologs" (or something like that)
your filter should be disabled until you restart.
DISCLAIMER: I AM IN NO WAY RESPONSIBLE IF YOU GET IN TROUBLE FOR THIS. THIS IS PURELY FOR EDUCATIONAL PURPOSES. I DO NOT CONDONE ANY ILLEGAL ACTIVITY OR ANY ACTIVITY AGAINST SCHOOL RULES.
Click to expand...
Click to collapse
enajor66 said:
I have found a way that there is no way to prevent: open task manager with search+escape and disable the securly task. It's kind of finicky though, as it only gives you like 2 second of freedom and sometimes reloads all of your tabs, but if you load a blocked page it won't kick in unless you click a link to a different place on the page.
Also, if you want to un-enroll the chromebook from enterprise manegment, I would suggest buying an m-sata ssd and pulling the one that's in the chromebook out and putting the bought one in until you turn it in at the end of the year. the fresh one won't have enterprise managment on it.
Hope this helps!
Click to expand...
Click to collapse
Astronaut701 said:
Hey Rootaholic, I may have found a way, first, go into your extensions tab and at the top of the page click the box that says "Developer Mode", then go down to the Securly extension and click Background Page, then go into the network tab, it's recording, stop the recording and click the box right next to Offline, this may work but I don't have Securly on my Chromebook so your mileage may vary depending on however the filtering is done.
Click to expand...
Click to collapse
shlongy.dongy said:
Hey, my school has the same problem. But my friend found a bypass:
Go to a site that is blocked and copy and paste a the site's url into your browser. Then press the search key and escape key (it will open the Task Manager). Very quickly end the task "Securely" and press enter to go to the site in the search bar (the link you copy and pasted in the search bar).
You can access any site.
If you have any questions just ask.
Good Luck.
-Shane
Click to expand...
Click to collapse
All of these methods have been patched at my school district, don't know about others tho.
restart chromebook, wifi off, chrome://inspect, go to other, wait for oobe locke, click it, go to application, click rea more about the web manifest, and it opens an incognito tab
If you change the language of the website it works
Nothing works!
I've tried everything (except the ssd idea- hope to do that soon!), and nothing works. I can't end securly processes (blocked), I can't open a console (ctrl-shift-j doesn't work and ctrl-alt-t, the developer shell, is blocked), and developer mode (both for extensions and chromebook itself) is blocked. :crying:
My friends have found a way to block securely all you have to do is go to the chrome web store, click on extensions and then search VPS it will keep you connected to your regular WiFi but it will change your location to make it seem like your in Mexico or something. There is another detention that my friends use but they won't tell me what it is. Because if you know a securely hack than you're in an exclusive club. Hope this helps.
I found a bypass 4 inspect element BUT I FORGOT it. we were messing around and i finally got it and closed out my securely with window.close () on chrome://inspect//extensions. Oh ya the whole school could use inspect too i do not know what my friend did but they found out in 1 hr xD
Thread Closed.
9. Don't get us into trouble.
Don't post copyrighted materials or do other things which will obviously lead to legal trouble. If you wouldn't do it on your own homepage, you probably shouldn't do it here either. This does not mean that we agree with everything that the software piracy lobby try to impose on us. It simply means that you cannot break any laws here, since we'll end up dealing with the legal hassle caused by you. Please use common sense: respect the forum, its users and those that write great code.
Click to expand...
Click to collapse
Thanks
SacredDeviL666
Forum Moderator
Reply to Disabling Securly
Rootaholic said:
At my school, we have Chromebooks and a service/extension called securly. Me and my buddies have been trying to bypass it since it was first introduced last year. We are cool with the tech teacher and we have been trying to get passed him for a long time.
Any help on bypassing securly?
Note, inspect element has been blocked along with all extensions except for some adblockers. You can also only sign in on our district accounts. I do not want to powerwash it nor uninroll it(if that's how you spell it haha)
Any help would be greatly appreciated, thanks
Gavin
Click to expand...
Click to collapse
I don't know why but everytime my school computer crashes it disables the securly extension until I reboot the computer.
same tho
securly is worthless and pointless it blocks music that is allowed at school and not the videos it should
Same Issue!
I am experiencing the same thing at my school. I am using the blocked chromebook right now to say this.
I was smart enough to figure out how to bypass things on these chromebooks because I do somewhat a lot of coding and other things similar to that.
There is an extension called 'Unblock Everything' on the chrome web store and when you click it, it allows you to go on whatever blocked website on here. When you get it, there will be yellow and black colors on the extension logo so when you see it, get it.
Next thing is I would use that to go on YouTube to find tutorials on getting Inspect Element on a BLOCKED chromebook. I would use that to edit things I did on quizzes in Google Classroom.
There would be things like Episode Interactive that would be blocked so I use this to code on there and to go to links like these!
I hope this helped a lot!
P.S. There are many other tutorials to unblocking different things so if you could find those, please share them with me! Hope I was helpful!
The "End Process" button is faded oml why

Categories

Resources