(Tut) Fix insufficient app storage error - Xperia Play General

Warning: I am not responsible for any thing happening to you or your phone
This should work on any phone and doesn't require root
1. Download and install Android SDK and Java development kit
2. Start up an elevated command prompt and type in cd C:\Program Files (x86)\Android/android-sdk\platform-tools or if that doesn't work cd C:\Program Files (x86)\Android\platform-tools
3. Make sure USB debugging is on then plug your phone into the computer
4. Go back to your command prompt and type in adb shell pm getInstallLocation then type adb shell pm setInstallLocation 2
5.Reboot. Now hopefully the error should be gone its been working for me so far
Credits- ganshani.com/2012/01/11/fix-insufficient-storage-avalible-on-android/
Sent from my R800i using Tapatalk

Right on, but most people already know how to do that. If you would of bothered to search you would have known jus sayin
Sent from my R800a using XDA App

^
Sent from my R800x using xda premium

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

double facepalm

Related

Nexus 7 ADB works Fastboot does not

Hey XDA! I'm trying to revert from cyanogenmod to stock android and I'm running into what seems to be a driver issue.
I will got through the steps I've done to better explain.
1. Followed Nexus Root Tool Kit driver instructions.
2. Do driver test.
3. ADB passes
4. Fastboot fails
Every time I go into my bootloader my computer says as follows
USB Device Unknown(A request for the USB device descriptor failed.)
Some other information about my deviecs:
Desktop:
Winodws 8 64x
Nexus 7
Cyanogenmod Nightlies
Screenshots:
ADB Passes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fastboot Fails
While in bootloader
Nexus 7 2012 in bootloader;
Same problem
Did you find any solution?
onlypirc said:
Did you find any solution?
Click to expand...
Click to collapse
You need to update the drivers. I had the same issue. Search xda. There is a thread for this solution. I don't have the link off hand right now.
EDIT: here you go: http://forum.xda-developers.com/showthread.php?t=1996051
Sent from my Nexus 4 using xda app-developers app

[How to] Remove Navigation Bar on 4.4

Thanks to bluecarbon for pointing this out. If you want to remove your navigation bar and use some type of pie controls (I'm using LMT) it can be done with a simple build.prop edit. Make sure you have a backup in case you make an error editing the file and be sure your pie app is up and running before you reboot.
Just go into system and add the following line to the build.prop file at the bottom, save and reboot (you may need to reboot more than once):
qemu.hw.mainkeys=1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Doesn't work for me
Sent from my Nexus 7 using xda app-developers app
malikadnanm said:
Doesn't work for me
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
I had to reboot twice to get it to work.
yup it worked. thank you so much
You can also do this with GravityBox.
How do you stop the chrome three dotted drop down menu disappearing?

Bluetooth problems with connecting to car stereo

I am having problems with connecting my opo to car stereo. Device is connected by says no phone only media can connect.
I tried everything even fresh reinstall it does not Help. (Exodus 6.0.1)
All other phones are connected at first try.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So i can not talk, phone is not enabled with bluetooth connection.
Sent from my ONE A2003 using Tapatalk
Solution found
Credit goes to user: @ArtakEVN
find & edit: (Root Explorer)
Code:
/system/build.prop
as 3rd line add:
Code:
ro.bluetooth.hfp.ver=1.5
reboot and it should work.
luka1002 said:
Credit goes to user: @ArtakEVN
find & edit: (Root Explorer)
Code:
/system/build.prop
as 3rd line add:
Code:
ro.bluetooth.hfp.ver=1.5
reboot and it should work.
Click to expand...
Click to collapse
have the same issue on the official CM for the OP2. tried this solution and it does not work
It depends on car stereo protocol. Did you reboot device after?
Sent from my ONE A2003 using Tapatalk

adb emulator offline

so I was trying to install a custom rom for my nexus 6p like I used to do on my nexus 5 alot...
now i set up my adb and fastboot environment (throgh google's site) as I used to do and it all worked fine
then i tried to unlock the bootloader and it got stuck (only cmd not phone) in "adb devices" i got the device ID
and 2 lines of offlines emulators that i have no idea what they are... i dont run bluestacks btw.. i do run Virtualbox though it has windows 10 on it..
(main PC has windows 10 too)
the emulator names are:
emulator-5576
emulator-5574
added a screenshot attachment
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
anyway is there a way to remove those emulator devices for good? I did try "adb kill-server" but it just restarts the adb server...
then after a few seconds the emulators are coming back... any idea?
any help would be MUCH appreciated, trying to resolve this problem for quite a while now...
Wow wait adb emulator work on bootloader"fastboot"??
wonderdroid87 said:
Wow wait adb emulator work on bootloader"fastboot"??
Click to expand...
Click to collapse
I really dont know much about these things :/ I'm not running any android emulators... not that I know of atleast..

adbToolbox [macOS] [tool] [twrp-bootloader-root]

This software is thought for Android users that use a macOS (or OS X) system. It semplify easy or not action you can perform with Android-Debug-Bridge (ADB).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Basic Commands
reboot
reboot recovery mode
reboot bootloader mode
reboot download mode
Modding Commands
Unlock bootloader
Lock bootloader
Flash recovery.img
Flash zip file
Push files from Mac to Android
Other Commands
Install APK
Uninstall APP
Download
Download page
V.3.2 - stable
Cool tool! Will there be a Linux version in the works by chance?
Sent from my Pixel 2 XL using Tapatalk
thewraith420 said:
Cool tool! Will there be a Linux version in the works by chance?
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Hi, actually I don't have linux installed, and I don't know if I'll build the tool for linux system.
But I'll speak about it with my new team!
I'm going to add a new function: AUTO-ROOT button with Magisk

Categories

Resources