[Q] Advent Vega Screen Capture App - Vega General

Hi
I'm having trouble with Android screen capture apps on the Vega - all I get is a blank image. I've rooted using z4root before hand and have tried 3 or 4 different free screengrab apps.
Was wondering if anyone had a similar experience or could recommend an app?
Cheers

All the apps I've tried give a blank image as well. I guess we only have the possibility of using the SDK...

Suspected as much, thanks Logseman

There isn't anything you can run on the device at the moment, however, if you don't want to delve into the SDK, you can use DroidExplorer (Google it) and that allows for screen capture and even remote control..

Related

[Q] Tricking an app so it will install on 7 inch display

I have been following the development of cm9 on kindle fire and I look forward to a stable release. What I found out today is that some of the apps I'm interested in installing once ics is available require a certain screen size. (larger than 7inch) Does the android market allow me to buy and then manually install apps outside of the market? And if it does will the app just run or will I be able to hack something so it will? I'm specifically looking at adobe ideas, Sketchbook pro, and the other adobe apps. I appreciate any ideas/suggestions.
1st question: you can install apps from where you want
2nd question: if you are an experienced programmer ... maybe

[Q] Nook Simple Touch disable screensaver & full screen browser

Hi,
First of all, thanks for great set of resources! I was rooted an up and running with market in no time.
I am planning to use the Nook as a home automation controller, where the interface is presented through a webpage. For that, I am going to have it mounted and constantly powered-up.
So, my question is - how can I disable screensaver to have the Nook show the browser 24/7?
Also, is there any simple way to show contexts of the browser window without the navigation buttons? (If not, no worries - I can put something together quickly in PhoneGap or similar).
Thanks!
Bumping for interest - has OP/anyone found a solution to this? I'm going to have a tinker with the sys files in the next few days to see if I can manipulate those, will post any positive results.
I'm looking for always-on functionality as part of a live bus timetable / weather station project I'm 75% through.
For those interested, I'm running a simple PHP server pulling data from London's TFL API and the UK MetOffice's Datapoint API and displaying the page in Dolphin.
julianfox said:
Bumping for interest - has OP/anyone found a solution to this? I'm going to have a tinker with the sys files in the next few days to see if I can manipulate those, will post any positive results.
I'm looking for always-on functionality as part of a live bus timetable / weather station project I'm 75% through.
For those interested, I'm running a simple PHP server pulling data from London's TFL API and the UK MetOffice's Datapoint API and displaying the page in Dolphin.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=29113425 (found by googling "nook screensaver disable sqlite3").
julianfox said:
Bumping for interest - has OP/anyone found a solution to this? I'm going to have a tinker with the sys files in the next few days to see if I can manipulate those, will post any positive results.
I'm looking for always-on functionality as part of a live bus timetable / weather station project I'm 75% through.
For those interested, I'm running a simple PHP server pulling data from London's TFL API and the UK MetOffice's Datapoint API and displaying the page in Dolphin.
Click to expand...
Click to collapse
Hi, I am quite interested in your project and was wondering how you got on with this.
Basically I am looking to have a calendar + weather page up constantly on in my rooted Nook Simple Touch. I have managed to get rid of the screensaver but it still goes into sleep mode after a while. Also would like to get some direction on how I could do my own PHP based page because most of the calendar apps out there dont seem to report weather
Jayyzee said:
Hi, I am quite interested in your project and was wondering how you got on with this.
Basically I am looking to have a calendar + weather page up constantly on in my rooted Nook Simple Touch. I have managed to get rid of the screensaver but it still goes into sleep mode after a while. Also would like to get some direction on how I could do my own PHP based page because most of the calendar apps out there dont seem to report weather
Click to expand...
Click to collapse
I implemented the server side part of this weather app
http://www.mpetroff.net/archives/2012/09/14/kindle-weather-display/
also made the following changes
http://www.shatteredhaven.com/2012/11/1347365-kindle-weather-display.html
Getting the image on the nook is a different story. I tried using crond to wget or curl the image from the server to the screensaver folder so I could have other info graphics rotated throughout the day. I was unable to get the image via wget and unable to get cron working. Any suggestions... (besides having a browser open 247)
here is another example
http://origami.phys.rpi.edu/~jimenc/public/pjs/weather_kindle/server2/weather.php
Refresh?
larryflynt said:
Getting the image on the nook is a different story. I tried using crond to wget or curl the image from the server to the screensaver folder so I could have other info graphics rotated throughout the day. I was unable to get the image via wget and unable to get cron working. Any suggestions... (besides having a browser open 247)
Click to expand...
Click to collapse
Hi, kudos for the progress so far.
I take it you couldn't just use another device to FTP the file to the nook every so often?
I was hoping to do a very similar thing with my spare NST but unfortunately my coding skills are not up to that level. You mention that you were trying to populate the screensaver folder with the image to be displayed, would there be any way to automatically make the NST wake up every few hours to refresh this image (assuming you can get the image there in the first place)?
I think that the better way to do this all is to write an app.
The app could use either an ImageView or a WebView.
You could easily make this work directly without a proxy or a server.
You wouldn't have to play around with screen timeout/wakeup,
This is going to be hard wired powered?
Renate NST said:
I think that the better way to do this all is to write an app.
The app could use either an ImageView or a WebView.
You could easily make this work directly without a proxy or a server.
You wouldn't have to play around with screen timeout/wakeup,
This is going to be hard wired powered?
Click to expand...
Click to collapse
The more I think about this, the nook simple touch might have to be charging.
I've done something very similar with my nook showing a custom weather listing in a fullscreen Dolphin browser. Though I have a problem with it not running for more than a day or so before the browser stops refreshing anymore. Have you experienced this? I'm currently looking into some way to kill/restart the browser on schedule perhaps.
Also, how did you get the browser in landscape mode? I can't find that anywhere.
neonpolaris said:
Also, how did you get the browser in landscape mode? I can't find that anywhere.
Click to expand...
Click to collapse
I use this to set the orientation: https://play.google.com/store/apps/details?id=com.mah.screenrotationlock
OB
Sent from my HTCEVOV4G using Tapatalk 2
Another way to set orientation is if you have an application that only does landscape.
Switch to the landscape app, home out of that, go to the application that does both.
It should stay in landscape mode.
I have an assortment of apps, some portrait only, some landscape only, some both orientations.
By jumping briefly to a landscape only or portrait only app you can set the orientation for subsequent apps.
Thanks for the help guys!
I've got a web server running on my NAS serving a custom page for me. The browser launches fullscreen on boot up via some auto start app. After 5 min, the page redirects to an all black page for a second, then an all white page for a second (to clean up the display), then back to the original page with any new information on it.
This works well except for two issues.
1. On boot up, there's no way to avoid the first lock screen. After unlocked, it doesn't come back, but it's always there on startup. This wouldn't really be an issue except...
2. The browser stops loading the page after a while. I can hit refresh and it goes through the motions, but the page isn't updated. It can take a couple of days for this to happen. Restarting the nook solves this. I confirmed that the page is still served normally to other devices (not a web server problem). I would just have the device auto restart at 3am or something, but then the lock screen would always be there.
Do you guys have any ideas about how to correct this or at least work around it?
I can't even try other browsers because this is the only one I've found that displays full screen.
Any updates on this?
I wonder if there's a way to have a cron job kill and relaunch the browser every once in a while to get past the freezing issue you'd mentioned. Or just have the cron job kill the browser every once in a while and relaunch it, pointed at a new information display page.
Even better would be if there was way to bypass the need for a web browser and interact directly with the e-ink screen buffer as can be done on rooted kindle devices. (I can't post a link, but google search "Tools Eink Framebuffer Update Trigger" to find the kindle framebuffer commands)
Yeah, I worked directly with the screen output on my kobo, which worked well, but it was more of a pain to make changes. That might be because I'm more familiar with php and css than python and screen blit-ing. Having android to work with makes it much easier to expand functionality by just downloading an app and using my fingers, instead compiling software and ssh-ing in for everything.
Speaking of which, it looks like my problem is solved. I installed tasker and set it to kill the browser at 3am and start the browser at 3:01am. Thanks all.
What about google play apps for weather? Most of the apps I have used so far have had contrast issues since they are designed for color screens. Does anybody know of good apps that display the current weather info and forcast data in an eink friendly color scheme?
As far as the going to sleep issue, the apk listed in the second comment here: http://forum.xda-developers.com/nook-touch/general/fridge-calendar-t3057759
worked without issue for me, so that problem has mostly been solved.
Try this: electricsign app
Apologies for the resurrection, but for those looking for a digital low power / e-ink info display this might just do it.
This app will do the trick if a static jpg of a web page updated at an interval will do (set to output a jpeg in the custom screensaver folder on rooted nook)
Electricsign android app: (search electricsign on the play store - I can't post a URL here yet).
Leave the WiFi on and set the screensaver timeout.
The source code is on github also (google.it ).
I can never find the app because I always think it's called electricsheep.
Hope this helps someone...or me in the future.
Hi future me, the app is called electricsign, not electricsheep. You'll thank me next time you forget. From your past self bored at a ceildh BC your gf doesn't want to dance.
electricsign looks like the ticket!

[Q] Nexus 7(2012) Webcam OTG Issue

Hi, i am looking to use webcam(s) with my Nexus7 to run AR navigation apps like Navigate 6 or iOnRoad however have been unsuccessful in getting the webcam to work with Nexus 7 in this form
I am running Timur's USB ROM - apps like simplewebcam run absolutely fine and project the webcam images through the N7 however when i attempt to use the native camera thru this http://forum.xda-developers.com/show...2100452&page=4 method. The native camera app closes with "unfortunately, gallery has stopped"every single time. i also attempted to browse through similar threads but haven't been successful. I have already tried restoring to factory settings, switched ROMs (including Stock) and yet no avail.
I want to eliminate the need of using 2 different apps for dashcam and navigation hence this requirement (desperation). I am a complete n00b however have one medal to my credit : was able to get a powermate to work with the N7
Any help would be greatly appreciated

Looking for APP to remote control Android 5.1 via USB

Hello there!
As the title says i'm looking for an app to remote control my Nexus 5 wich uses android 5.1.1 and mobizen is not supporting inputs on it. My mouse won't work on it and the staff says they are working on it. But I need to capture my device for gaming/YouTube purpose and need an APP which can pass with high bandwidth(USB, because via wi-fi will possibly delay/buffer on 1080P)
Mobizen does exactly the work and i couldn't find out another app. Also my device is NOT ROOOTED and mobizen works on not rooted.
As an alternative i'm recording internally on the device using "Shou" but it reduces my FPS, my device get more hot faster and I can't have any more APPS or games or musics on my device due to low space during the recordings. BUT i can't record my cam while i'm looking down to the device(can?).
So getting my monitor which is ultra wide with full screen from my device which is 1080 and record with NVidia shadow play that records the entire Desktop while recording with my web cam C920 would be really great.
Hope someone knows any app that could do that without root(If rooting the device i still can receive updates via OTA I would go for a root) but if You only know rooting needed APPs put it here so I can think about rooting my device T_T.
Thank You very much for Your time, hope posted it on the right place.
@edit Just noticed...its in on the wrong place. Sorry....... this is HTC section.
Can someone please move the topic? I can't delete it. sorry.

Element E4STA5517 55" 4K Android TV [TU43GDX] upgrade os?

Hi all, wondering if anyone has attempted messing with this unit - found nothing on Google/duckduckgo.
Had it 2ish years, been a glitchy little monster and apps like Hulu show incompatibility (though they are 'preloaded' and on the menu). So far as I can tell the system OS has never been updated and am curious what might be done to refresh it?
TheDrake2k said:
Hi all, wondering if anyone has attempted messing with this unit - found nothing on Google/duckduckgo.
Had it 2ish years, been a glitchy little monster and apps like Hulu show incompatibility (though they are 'preloaded' and on the menu). So far as I can tell the system OS has never been updated and am curious what might be done to refresh it?
Click to expand...
Click to collapse
Unfortunately most android TV's don't get updates because the manufacturer doesn't take the time or resources to make an update and push it to the TV's.
As for glitches and apps I would try expanding it's memory using a flash drive and moving apps to it and letting the device use it as internal storage. And I'd use a PC or laptop and download the free program called "adb app control" and use the debloat option and clean some stuff off it. I'd also suggest getting a lighter launcher than the default one. There's a few options here -> Link but I like one called dashboard from the playstore. Also install a launcher manager and/or button mapper (both are free). Hopefully some or all of this helps make your tv a little snappier. I have a fairly new Hisense android tv and I did all this and it feels a lot better than stock.

Categories

Resources