Any way to force an app to rotate screen? - Android Q&A, Help & Troubleshooting

I have one specific app that I'd like to keep but it won't auto-rotate like all the other apps and insists on being "upside down" with no in-app way to change it. All my other apps have no issue following the system auto-rotate. I have done a cursory net search and found a handful of "rotation managers" that claim to do this. I'd prefer an ADB solution but if a rotation manager is the only way to fix this can anyone recommend something for me?
Note that I will not install any app on my device that requires google play store or google play services to operate which does limit my options somewhat.
BTW thanks for all the help so far and into the future.

Try rotation control, works pretty well for me

This is easy find with Google.. you probably can rotate it upside down i.e. 180° like this using adb..
Changing Android Device orientation with ADB
I'm using Android 4.4 on a real device and I want to set the device orientation via adb. I don't want it done with uiautomator since it won't last after the termination of the uiautomator code. H...
stackoverflow.com
if not working you probably have to edit the manifest..

AmmarHaseeb said:
Try rotation control, works pretty well for me
Click to expand...
Click to collapse
Rotation control is the one I found as well. Good to see a 7 year old app that still performs its function cleanly and reliably. Also good to see my somewhat random choice validated.
Thanks

CXZa said:
This is easy find with Google.. you probably can rotate it upside down i.e. 180° like this using adb..
if not working you probably have to edit the manifest..
Click to expand...
Click to collapse
Thanks. I did stumble across this but it's way beyond my understanding.
Pretty much everything on this site is beyond my understanding but I'm very grateful to have found a site of knowledgeable folks willing to help a tyro out.
Thanks again.

Related

App Inventor Devs

Upon finding out that I can't upload my programs made in app inventor to the market (currently google restricts this), I decided to help some other AI developers out and allow them to post their apps for download on my website: www.xxthe3dmanxx.com
Curently I am only accepting apps that fall under these requirements.
1) The app must be useful to the android community (no fart or porn type apps)
2) The app must be free (currently I have no way to accept paid apps)
3) OpenSource is recommended but not required.
4) The app must have been made by you.
5) Only app inventor made apps will be accepted.
If you are interested send me a pm with a description of your app and your name for (application credit), if your app is a beta please list known issues with it. If I approve your app I will send you info on where you can send your app. Also if you would like, once your app gets approved you can also send me an icon for your app and I will replace the stock app inventor icon for you (currently there is no way to do this inside app inventor).
Please allow 2 days for a response from me.
Thats a great offer,
OK well I'm trying to make a simple app that lets people record voice messages, like " there is ice on the road here" and allow other users to be able to see such warnings before they get to the point in question. I thought it could be used with a compass to determin the direction of travel.
With out building a whole navigation system, do you thinkthis could be achieved ?
spcfnz said:
Thats a great offer,
OK well I'm trying to make a simple app that lets people record voice messages, like " there is ice on the road here" and allow other users to be able to see such warnings before they get to the point in question. I thought it could be used with a compass to determin the direction of travel.
With out building a whole navigation system, do you thinkthis could be achieved ?
Click to expand...
Click to collapse
I like the idea. Sounds difficult but just about anything is possible. Its gonna require a nice database. Let me know how it goes.
a friend of mine had the idea of making an app and thought that id bring it to life, well the idea is that it lets u choose which keyboard u want to use in landscape mode and portrait mode, example being swype in portrait and stock keyboard in landscape... can this be done?
Julianmgn said:
a friend of mine had the idea of making an app and thought that id bring it to life, well the idea is that it lets u choose which keyboard u want to use in landscape mode and portrait mode, example being swype in portrait and stock keyboard in landscape... can this be done?
Click to expand...
Click to collapse
Possibly the app would have to recognize which way the phone is and auto switch the default keyboard for you.
the3dman said:
Possibly the app would have to recognize which way the phone is and auto switch the default keyboard for you.
Click to expand...
Click to collapse
Except that Andriod security stuff restricts that. You can't auto-change the keyboard, you can pop up the dialog to select one, but you can't change it without user intervention.
It makes sense, as keyboards can steal passwords and such, so you don't want to allow a trojan to install a keylogger AND enable it. It would be nice if they would let you pick keyboards to enable switching between though.
This could be bypassed, but it would require a full custom ROM built from source.
ttabbal said:
Except that Andriod security stuff restricts that. You can't auto-change the keyboard, you can pop up the dialog to select one, but you can't change it without user intervention.
It makes sense, as keyboards can steal passwords and such, so you don't want to allow a trojan to install a keylogger AND enable it. It would be nice if they would let you pick keyboards to enable switching between though.
This could be bypassed, but it would require a full custom ROM built from source.
Click to expand...
Click to collapse
That makes perfect sense. Its always the simple sounding apps that become difficult lol.
Is there any other way to use app inventor other than getting an invite? Google is stalling on me.
: (
sent from my Vibrant.
I you could use tasker to pull up input method.. that's what I do
Sent from my Vibrant
pittphan said:
Is there any other way to use app inventor other than getting an invite? Google is stalling on me.
: (
sent from my Vibrant.
Click to expand...
Click to collapse
No currently there is no other way. It took google 4 weeks to get my invite. Just keep waiting.

[Q] Remote access app

Hi.
I'm new here, so apologies in advance if i ask a question that was handled in a previous thread.
I'm looking for a decent app that will allow me to control an android device from a pc. I have a tablet that is being used as a kiosk device and i would like to connect remotely and check the status of apps, run scripts, generally just troubleshoot issues that might pop up from time to time. I would like screen sharing also, that would make things a lot easier. I've tried webkey, teamviewer, airdroid but none of them give me the kind of functionality I need
At the moment I'm using a Nexus 7, but I'd like the app to work on any device. In future we might start using generic android devices, nothing brand-specific.
Any help in this regard would be greatly appreciated
meshegan said:
Hi.
I'm new here, so apologies in advance if i ask a question that was handled in a previous thread.
I'm looking for a decent app that will allow me to control an android device from a pc. I have a tablet that is being used as a kiosk device and i would like to connect remotely and check the status of apps, run scripts, generally just troubleshoot issues that might pop up from time to time. I would like screen sharing also, that would make things a lot easier. I've tried webkey, teamviewer, airdroid but none of them give me the kind of functionality I need
At the moment I'm using a Nexus 7, but I'd like the app to work on any device. In future we might start using generic android devices, nothing brand-specific.
Any help in this regard would be greatly appreciated
Click to expand...
Click to collapse
Hey,
once there was ShareKM the dev kinda dropped the projekt. I found some Guides for it because the old version stopped working.
Here is the original thread ShareKM on XDA
If you read it a bit they start to talk about the workarounds.
Hope that helps you I'm also very interested in this.
i found app that will help you to remotely control your tablet
BBQ Screen Remote Control
screen.bbqdroid.org/
it is a paid app
but you can search and download its apk in google
shubham1358 said:
BBQ Screen Remote Control
screen.bbqdroid.org/
it is a paid app
but you can search and download its apk in google
Click to expand...
Click to collapse
Thanks. But as far as I can see, this only works if the pc and android device are on the same network. My kiosk devices are hundreds of kilometers away, so I need something that works over the internet

Help?: LG Google TV G3 - "Unfortunately, VideoInputSetup has stopped"

I have a 2013 model LG Google TV G3 55GA6450 that was recently gifted to me. Whenever I try to configure it to use the built-in tuner as my video source, I encounter "Unfortunately, VideoInputSetup has stopped"
According to this G+ thread, the error has to do with Google no longer supporting the local channel / programming lineup service thus causing the app to crash, and making the TV unusable as there is no other way to enable the TV Tuner input option without the app.
I have already tried force closing the 'VideoInputSetup' app, clearing its cache, etc. Also tried were a factory reset and using a custom launcher shortcut to launch the different functions of the app. Nothing has worked so far. I am willing, (with help) to extract the app and send it along to whoever and see if they can fix. Or to help any other steps / process to fix the issue.
Optionally, if someone might be willing to help me root and/or upgrade the device to newer Android TV, that would be awesome
I'm having same ANNOYING problem! This guy says he managed to root the TV but not sure if it will help. You need to go to the article since I can't post a url
forum.xda-developers.com/android/help/lg-google-tv-rooted-t2811945
Any fix?
Anyone find a fix to this yet?
deeluk said:
Anyone find a fix to this yet?
Click to expand...
Click to collapse
Negative. I was able to find a way to manually add channels to the tuner, but it is currently useless without a way to enable the tuner for Input selection.
Thanks! Could you share the manual process to add channels? Right now, I have a fancy wall paper, would at least like to watch the morning news. Thanks in advance!
deeluk said:
Thanks! Could you share the manual process to add channels? Right now, I have a fancy wall paper, would at least like to watch the morning news. Thanks in advance!
Click to expand...
Click to collapse
This will only work if you already have the "Buil-In Tuner" option available under Inputs.
You will need an app to launch custom shortcuts, I am using QuickShortcuts. Some custom launchers can also do this.
In the shortcut app, find the Settings application under "Activities". Expand it and then scroll through the activities until you find "Manual Tuning" (com.android.settings/com.android.settings.lge.channel.ManualScanActivity) and select that and finish setting up the shortcut to it. Launch the shortcut and add the channels you want.
and is there anything that we can using inseed to do this manually? It is working but there is a bad pop up saying "no paired devices found" and I can't change channel.
Thanks
Awesome, it works! It's clunky, but I can see a few channels now. Really hope someone has a hack through a rooted approach.
Do you know if anyone are working to root the GA7900 or other GTV3?
deeluk said:
Awesome, it works! It's clunky, but I can see a few channels now. Really hope someone has a hack through a rooted approach.
Click to expand...
Click to collapse
I've tried decompiling the VideoInputSetup apk to see if I could manually change anything in the part that keeps crashing, but I wasn't able to recompile it afterwards.
And I've tried everything else I can think of as a work around for those like me with LG's that can't even see the manual tuner in the input options, but to no avail ?
Correct, the manual function for the tuner is not available. I am writing to LG every week to get this done. know it is a lost of time ...
Your inquiry has been submitted for review and we are waiting for feedback so we can communicate it with you as soon as possible. We will also be including the observation you have suggested to improve future LG products. We assure you that these are being reviewed by LG management periodically and being utilized as valuable inputs for consideration in our products and services innovations.
Sorry, I can't help much than that
After a few calls with LG support, and asking for escalation, I learned that a converter box is the workaround. I have coaxial from cable provider. The converter box should have an hdmi output. Any suggestions on which product/model works well?
After accidentally rescanning for channels, I've bricked my TV for the broadcast channels. I've tried to use Teamviewer, Remodroid, but I can't find proper instructions to connect remotely to possibly fix the problem. The exploiteers website seems promising (www exploitee.rs) but not much information for my LG GA6450...
Anyone with update root instructions or ways to get Manual Tuner to work.? I've tried the manual tuner method but no channels are showing up.
I ran into this same issue and had several frustrating calls with LG support that went nowhere. I was lucky enough to stumble on some other suggestions and found a workaround. While not perfect, I can actually use the TV again. I hope this helps others in a similar situation. Follow the steps below and do not deviate (trust me I got really close to bricking my TV figuring this out):
From settings navigate to "Applications".
Scroll over to "All" and then down to find "Live TV" and open it.
Click on "Disable".
Exit back to settings and then to "Channels" (you'll see the options are now enabled).
Auto scan for channels (or if you've already done this manually tune to a channel).
Exit back to settings and back to "Applications".
Scroll over to "All" and then down to find "Live TV" and open it.
Click on "Enable".
Turn the TV off and then back on. (You'll notice you can change the channel, but after android has finished restarting it won't let you any longer).
To get around that, use the gesture button and click on the channel bar at the top to enable to guide below. You can now scroll up and down through channels, find the one you want and open to watch.
Note - If you press the "Home" button, you will no longer be able to get back to live TV. You will have to repeat the steps (on step 5, you can just manually tune). It's extremely frustrating that LG won't release an updated firmware to simply re-enable the tuner and I'm very disappointed with the way they have handled this situation (as well as how they interact with faithful customers).

Turning HP Touchpad into an sort-of Amazon Echo Show

Hello all,
I love my Touchpad. It got me through College, especially with its completely underrated out-of-the-box office suite. However now it just functions as my Alarm Clock on my bedside table on a Touchstone dock.
When the Amazon Echo Show came out, I think I can saw we all laughed a little. After all, who would would want a tablet with at-a-glance information that they can't carry around with them. Then I realized, that's *exactly* how I use my Touchpad in Exhibition mode. So that got me thinking: how could I transform the hardware I already have and love into a device similar to the Echo Show.
Now, in my mind, there are three ways to do this:
a) Keep webOS and install the somewhat buggy ACL made by Phoenix Communications then install the Alexa handsfree app from the new Fire10 tablet (if I can find the APK). Basing myself on this article: https://techcrunch.com/2017/09/19/a...s-as-a-cheap-echo-show-with-hands-free-alexa/
b) Install Android 6.0+, and make the Google Assistant my Alexa stand-in. I would therefore need to find a way to port-over webOS's Exhibition Mode. Also perhaps the Prelude fonts, as I find Roboto completely unappealing.
c) Install ANY version of Android, and use the same Alexa handsfree app from a), setting it to be constantly on (no screen lock).
Given the Touchpad's aging hardware, any Android ROM would need to be fast, minimal and barebones as I don't intend to use this for much else. It does, however, need to be stable enough to not crash every time I say "Ok Google" or "Alexa".
Any tips on how I should proceed?
Thanks in advance!
Sheik
Sheikboy said:
Hello all,
I love my Touchpad. It got me through College, especially with its completely underrated out-of-the-box office suite. However now it just functions as my Alarm Clock on my bedside table on a Touchstone dock.
When the Amazon Echo Show came out, I think I can saw we all laughed a little. After all, who would would want a tablet with at-a-glance information that they can't carry around with them. Then I realized, that's *exactly* how I use my Touchpad in Exhibition mode. So that got me thinking: how could I transform the hardware I already have and love into a device similar to the Echo Show.
Now, in my mind, there are three ways to do this:
a) Keep webOS and install the somewhat buggy ACL made by Phoenix Communications then install the Alexa handsfree app from the new Fire10 tablet (if I can find the APK). Basing myself on this article: https://techcrunch.com/2017/09/19/a...s-as-a-cheap-echo-show-with-hands-free-alexa/
b) Install Android 6.0+, and make the Google Assistant my Alexa stand-in. I would therefore need to find a way to port-over webOS's Exhibition Mode. Also perhaps the Prelude fonts, as I find Roboto completely unappealing.
c) Install ANY version of Android, and use the same Alexa handsfree app from a), setting it to be constantly on (no screen lock).
Given the Touchpad's aging hardware, any Android ROM would need to be fast, minimal and barebones as I don't intend to use this for much else. It does, however, need to be stable enough to not crash every time I say "Ok Google" or "Alexa".
Any tips on how I should proceed?
Thanks in advance!
Sheik
Click to expand...
Click to collapse
Good idea! I don't use my TouchPad very much anymore away from it being my alarm clock on the Touchstone dock.
I'd definitely try to upgrade it to an Alexa enable tablet if possible.
Will follow this thread with interest!
Sent from my Nexus 5 using Tapatalk
Quick Update:
Option a) does not work. As I suspected, the ACL simply doesn't work well enough to run the Google Assistant and listen for the Ok, Google hotword. I didn't run the Alexa app, but I suspect I'll run into similar issues with it.
This leaves me with options b) and c). I've been installing all sorts of different ROMs for the past day and I keep running into a recurring issue: the WiFi on my tablet doesn't seem to be working. It works fine in webOS, but in every single Android version I've run it gets stuck on "turning WiFi on".
I suspect I have an issue with the ath6kl driver, but I can't find a replacement driver updated for anything past CM9. Can anyone help me? I seem to be having the exact same issue OP is having in this thread: https://forum.xda-developers.com/hp-touchpad/help/wifi-wont-clean-flash-t3612062
Sheikboy said:
Quick Update:
Option a) does not work. As I suspected, the ACL simply doesn't work well enough to run the Google Assistant and listen for the Ok, Google hotword. I didn't run the Alexa app, but I suspect I'll run into similar issues with it.
This leaves me with options b) and c). I've been installing all sorts of different ROMs for the past day and I keep running into a recurring issue: the WiFi on my tablet doesn't seem to be working. It works fine in webOS, but in every single Android version I've run it gets stuck on "turning WiFi on".
I suspect I have an issue with the ath6kl driver, but I can't find a replacement driver updated for anything past CM9. Can anyone help me? I seem to be having the exact same issue OP is having in this thread: https://forum.xda-developers.com/hp-touchpad/help/wifi-wont-clean-flash-t3612062
Click to expand...
Click to collapse
Use the Evervolv ROM.
shumash said:
Use the Evervolv ROM.
Click to expand...
Click to collapse
That's what I'm currently running. I also changed the Kernel to see if that's what was causing the issue but it isn't.
I know for a fact it's not the hardware, because webOS's wifi works perfectly.
Sheikboy said:
That's what I'm currently running. I also changed the Kernel to see if that's what was causing the issue but it isn't.
I know for a fact it's not the hardware, because webOS's wifi works perfectly.
Click to expand...
Click to collapse
All I can tell you is that wifi works perfectly for me (and most others based on the devs-base forum). I have no problem with Google Assistant and "OK, Google" voice recognition.
shumash said:
All I can tell you is that wifi works perfectly for me (and most others based on the devs-base forum). I have no problem with Google Assistant and "OK, Google" voice recognition.
Click to expand...
Click to collapse
Hey !
Thanks to kernel and settings found here, my TouchPad is now usable.
I plan to use it as a control screen for my home automation system, and a echo show / google home like.
You told that the Google Assistant was active, and usable on your TouchPad. Could you please explain me how did you activate it ?
I tried some tricks found on xda dev, but i'm stuck with google now...
Thank you !
thedeathspirit said:
Hey !
Thanks to kernel and settings found here, my TouchPad is now usable.
I plan to use it as a control screen for my home automation system, and a echo show / google home like.
You told that the Google Assistant was active, and usable on your TouchPad. Could you please explain me how did you activate it ?
I tried some tricks found on xda dev, but i'm stuck with google now...
Thank you !
Click to expand...
Click to collapse
Get Assistant - Root works
I still haven't been able to fix the WiFi on my Touchpad. It works perfectly in webOS, but it just remains stuck on "Turning WiFi On" on every single Android ROM iIve tried. I'm not quite sure what to do at this point
shumash said:
Get Assistant - Root works
Click to expand...
Click to collapse
Thank you, I'll try.

General How to disable Google feed on home screen.

There are colleagues who have asked me how to deactivate the Google feed window that we have on the left of the home screen, for those who want to deactivate it, they must follow the following steps.
We get into the application drawer, we go to the Google application. Click on the application and a window opens, click on application information and click on disable the application.
Now we will no longer have the Google feed window on the left of the home screen.
Any downsides on this? Just noticed Google assistant doesn't work anymore
jackowy said:
Any downsides on this? Just noticed Google assistant doesn't work anymore
Click to expand...
Click to collapse
As you say, the google assistant will not work for you.
Podcasts and Lens won't work either.
Thank you. This is the only reasonable answer, and it appears to be easy in fact. Unfortunately, the regular method is hidden/eliminated by the developers, i.e. there is no item to control it in the Home Screen settings. I have seen so many opinions, from "impossible" to sophisticated ways using Android Debug Bridge.
Good tip, works like a charm. I'm not a fan of Assistant or most other bloatware either, so good riddance. I just wish these products gave more control to the user, or even retained the same options to enable/disable things as the older versions.

Categories

Resources