Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
On a tablet, is it possible to install Linux on an SD card, and let it boot from it without the need to partition the internal memory and without touching Android?
For a native boot, out of the box, no. Android tablets generally have a locked bootloader and there would likely be driver issues. However, it has been done. For this to be done, however, you need to do quite a bit to the tablet.
I recommend you research which distribution of linux you want running on a tablet, then look for guides (such as on xda-developers.com), then buy the corresponding tablet.
You can emulate linux on your android phone. Take a look at this app:https://play.google.com/store/apps/details?id=com.zpwebsites.linuxonandroid&hl=en
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last year.
Improve this question
I just got my screen destroyed and can't see anything on the phone, and I need access to the phone quickly.
Since the screen is completely black I can't see anything but I use it for local Android development so adb and all the developer settings are enabled.
Is it possible for me to stream Android screen to my laptop and somehow recover my accounts?
Yes, you can use scrcpy to mirror your screen: https://github.com/Genymobile/scrcpy
In addition to answer of davehenry. You can also use this tool https://www.vysor.io/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I can't figure out how to flash the original stock firmware to my Samsung Galaxy S6. I want to download different version of Android on my mobile and I've found a useful firmware repository called sammobile but I don't know how to install the downloaded files on my mobile.
Please help.
This is quite easy you have first to download the firmware files with the right model to your device (which you have done).
Then you need to flash this files in Download mode using your PC with a tool called Odin.
you can follow this guide for beginners with illustrated images and common problems Samsung Original Firmware Download and Flash Guide
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
My friend has a phone with Android 4.2.1 and it has "Preferred Installation Location" option under Settings->Storage which allows to set default installation location for applications as SD Card and in another friends phone with Android 4.2.2 is missing that!! What is the scene there?? has any body come across this?
Internal and external storage share a partition on many Android 3.0+ devices, meaning that installing the app to external storage is no longer necessary.
Moreover, I do not recall a global "Preferred Installation Location" option being available in any version of stock Android. My guess is that this option is unique to certain devices, or perhaps certain ROM mods.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
If i would have a Zte phone and a htc.Both phones had the same specs(i mean the same cpu,camera,etc).What if i root and install an android rom for my zte to htc phone.My htc phone would be recognised as a zte phone?(same id)
No, it wouldn't. Unless both phones have the exact same hardware components (by which I don't mean same ability, but same component at a chip level), it is highly unlikely that simply flashing another device's ROM onto yours will work well, or even work at all.
Different hardware manufacturers and models require different drivers at a very low level in the ROM. You cannot run hardware properly using the wrong drivers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
we designed a mobile application and want to hold a presentation for round about 20 people. We use Android's Samsung Galaxy S3 and want to get the display 1:1 onto a beamer.
Any ideas?
With best regards,
KjubE
We use the Droid#Screen application for our needs. Please have a look at it. Any device will work, provided the adb and the device drivers are installed. You don't have to be rooted either.
There is a simple way:
Download asm.jar file from https://code.google.com/p/android-screen-monitor/downloads/detail?name=ASM_2_50.zip&can=2&q=
Open command prompt Enter
C:\> adb devices
And then
C:\>cd Users\santhosh\Desktop\ASM_2_50
C:\>java -jar asm.jar
Then a prompt open with your mobile device id then click ok button.