I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails each time I try.
Android
Saturday, January 25, 2020
system error - "Unfortunately xxx has stopped"
My Symphony Xplorer W85 running JellyBean v.4.2.2 suddenly began showing the following errors, making the phone unusable:
- "unfortunately ikeyboard has stopped"
- "unfortunately systeminfo has stopped"
- "unfortunately adobe air has stopped"
- "unfortunately measure has stopped"
I first tried factory resetting the phone, then rooted and uninstalled Adobe Air, systeminfo, and ikeyboard using Kingroot but the phone still displays the errors. What might be causing this and what can I do to fix it?
Friday, January 24, 2020
stock browser - How can I determine the SD card's path?
I'm on a Thinkpad with Android 4.0.2 trying to open an HTML file on an SD card, using the default browser. Answers here have indicated you should access file:///mnt/sdcard
, file:///mnt/sdcard-ext
, file:///sdcard
, and many other combinations, but none of them work for me: I just get "Webpage not available".
Apparently different machines mount the SD card to a different path. How can I find out which path my SD card is mounted to? Or if that's not the problem, what is?
Answer
adb shell 'echo ${SECONDARY_STORAGE%%:*}'
Thursday, January 23, 2020
app2sd - Unable to move few Apps to SD Card
I have apps such as Any.DO and AK Notepad installed in My Samsung Galaxy Y Android 2.3.6 phone. I have tried Titanium Backup and App 2 SD (move app to SD) but still not able to move these apps to the SD card at all. What's wrong? Can someone help me out here?
Answer
An app must explicitly support App2SD, or you cannot move it to the card. There are several reasons why an app might not support it:
- using widgets (both mentioned apps seem to fall into this category. AK Notepad: "Pin notes to your home screen"; Any.DO: "You can even add our widget to your homescreen")
- running a service
As the sdcard would be unaccessible when connecting to a computer, both things would "crash" (as they could no longer access their data etc.). Of course there's always the possibility the developer simply didn't care -- in which case you should contact him and ask.
cyanogenmod - How do I stop voice typing from muting/pausing other playing media?
I sometimes want voice typing to transcribe voice audio that is playing on my device. However, whenever voice typing is started, it stops all audio coming from my phone.
I have the xposed module app settings installed. This permits you to revoke individual permissions for an app. I tried revoking media_content_control and modify_audio_settings, but this didn't do anything.
keyboard - Inputting math symbols in Android
I need to input calculus and trigonometric notations in Android.
How to input math symbols in Android?
Wednesday, January 22, 2020
Is it possible to install a ROM from TWRP ADB shell?
Let's say I place a rom in /sdcard/
. Can I install in the ADB shell through TWRP. For instance, if I
- Start up in recovery of TWRP
- Type in on the host
adb shell
Is there anyway to install /sdcard/rom.zip
Answer
The TWRP provides a command line utility called twrp
and the official site has a guide to twrp
's subcommands of which the command needed is simply install
install FILENAME :
install FILENAME zip file.
Usage: under adb shell
environment, run
twrp install /path/to/rom.zip
samsung galaxy s 2 - Cannot restore Kies backup after firmware upgrade
I backed up my Samsung Galaxy S2 on Kies before updating to Ice Cream Sandwich. After the upgrade I tried to restore, but the restore fails ...
-
It runs Android 2.3.6 and has the 2.3.38.6-perf kernel version. I've already tried using SuperOneClick but it doesn't work. :( I'...
-
The Samsung Galaxy Tab 10.1 comes with a special charger which (I'm assuming) provides a higher current output than the USB standard. Wi...
-
I have a problem with audio streaming that I can not listen audio from Pulseaudio when using VNC with a Linux Desktop Environment. However i...
-
In order to save some volume on my data plan, I'd like to limit updates from the market to the times when I'm connected to a WiFi. A...
-
I'm trying to change my phone's (CM 12, Stock 4.2, both rooted) preferred network mode from "GSM/WCDMA" (0) to "WCDMA...
-
I would like to activate "USB tethering" from within a bash script, so is there any possibility to run a command line with adb she...
-
Where does the LINE app store pictures and videos that are received through it? I don't see them in Gallery. Answer Pictures and vide...