Screen bug - Galaxy S 5 Q&A, Help & Troubleshooting

Just noticed another set of icons in the top of the screen...after a reboot they went away
G900f-non rooted
ANG2 firmware
Sent from my SM-G900F using XDA Premium 4 mobile app

How many times have you observed this?
There is little basis to believe it's a bug if it a one time glitch.
.

3 times its happend now...the icons were larger...then seemed to downsize to what u see....
Sent from my SM-G900F using XDA Premium 4 mobile app

adie1234 said:
3 times its happend now...the icons were larger...then seemed to downsize to what u see....
Click to expand...
Click to collapse
How often is it happening?
What were the most recent two apps installed?
Reboot to recovery mode and wipe the cache partition.
If the issue still persists, do a logcat
Install a terminal emulator app and then type these commands to produce a system log file for us to troubleshoot with.
Code:
$ su
# logcat > /sdcard/logcat.txt
.

Related

ROM manager force closing

I'm trying to root my friends g1. Easy right? Well I have root and super user installed. But when I open Rom manager to install a custom recovery, it force closes and won't open at all.. anyone have anything that can help?
Sent from my Incredible 2 using xda premium
knipp21 said:
I'm trying to root my friends g1. Easy right? Well I have root and super user installed. But when I open Rom manager to install a custom recovery, it force closes and won't open at all.. anyone have anything that can help?
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Try redownloading it. See what happens
Sent from my SGH-T959V using XDA Premium App
Light-라이트 said:
Try redownloading it. See what happens
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
I did, as well us unrooting and re rooting..superuser works and when I type Su in terminal I get root access, but busy box and Rom manager auto force close on open.
Sent from my Incredible 2 using xda premium
knipp21 said:
I did, as well us unrooting and re rooting..superuser works and when I type Su in terminal I get root access, but busy box and Rom manager auto force close on open.
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
try running fix permissions from terminal :
type su(press enter)
fix_permissions(press enter)
And reboot
Then,
try installing the app "cachemate for root users"
from the market, check power clear option, and clear cache
Then try running rom manager, if it still doesnt work, try uninstalling and reinstalling
maximo360 said:
try running fix permissions from terminal :
type su(press enter)
fix_permissions(press enter)
And reboot
Then,
try installing the app "cachemate for root users"
from the market, check power clear option, and clear cache
Then try running rom manager, if it still doesnt work, try uninstalling and reinstalling
Click to expand...
Click to collapse
Thanks ill try it tomorrow.when he comes by
Sent from my Incredible 2 using xda premium
I'm having the same problem, except when i type su in android terminal it says
"
link image[1638]: 645 could not load needed library 'libbinder.so' for 'su' (load_library[984]
: Library 'libbinder.so' not found)CANNOT LINK EXECUTABLE
"
Any ideas?
GMSonicX said:
I'm having the same problem, except when i type su in android terminal it says
"
link image[1638]: 645 could not load needed library 'libbinder.so' for 'su' (load_library[984]
: Library 'libbinder.so' not found)CANNOT LINK EXECUTABLE
"
Any ideas?
Click to expand...
Click to collapse
I get something similar. Also, after doing the full root, I lose root after a reboot...and even after I have root...no root commands work.
Sent from my Incredible 2 using xda premium
Maybe u guys aren't fully rooted. What method did u guys use to root?
Sent from my Froyo on Dream/Sapphire using Tapatalk
maximo360 said:
Maybe u guys aren't fully rooted. What method did u guys use to root?
Sent from my Froyo on Dream/Sapphire using Tapatalk
Click to expand...
Click to collapse
I tried universalandroot and z4root
Sent from my Incredible 2 using xda premium
Bump
Sent from my Incredible 2 using xda premium

Android market

Anybody know why I can't access the AMarket from my phone? It keep crashing the past couple of days...
Sent from my Nexus One using XDA App
On another problem I'm having is my phone keeps saying the "su binary is outdated" , when I try to update from my phone it downloads but quits on the final move.....
Sent from my Nexus One using XDA App
Try wiping the data for Market. This can be done in Settings -> Applications -> Manage Applications -> All
bassmadrigal said:
Try wiping the data for Market. This can be done in Settings -> Applications -> Manage Applications -> All
Click to expand...
Click to collapse
you can also try to select "uninstall updates" on your market.
Sent from my Nexus One using xda premium
Try to wipe the dalvik cache.
Try to uninstall by titanium backup pro.And install another one
Solution
TJJSDJ said:
Anybody know why I can't access the AMarket from my phone? It keep crashing the past couple of days...
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Go to settings->Language & Input->Language; and select English US (or whichever u prefer). And Market should work after that.
I had the same problem when I switched to ICS rom (by texasice). Found this solution after a lot of searching and it definitely worked for me.
Btw, no other solution worked for me (clearing cache, dalvik..).
I always get the msg "Authentications required. Please log into your Google account." :-(
P.D I use the Market Enabler

[Q] face problen to install apps

mine is p6800 with 16gb built in..and i just use only about 2 gb..now i'm facing problem to install apps that i download from internet(not from market)..i mange to fully download it..but i can't seems to press the install button while other buttons workings just fine..is there a limit of how many apps that we can download??
Sent from my GT-P6800 using xda premium
Just checking: settings> applications> unknown sources is selected, right?
Sent from my GT-P6800 using xda premium
yup!!it was selected..what i do is reboot the phone..than only it turns to normal..but is there any other way?
Maybe it is something you installed then. I have no such problems on mine. Try uninstalling any application that may cause this. Is your device rooted? If nothing else helps - try hard reset (Settings --> Privacy --> Factory data reset)
what are the application that can cause this probs??no..i still not rooted
Sent from my GT-P6800 using xda premium

[SMALL GUIDE] How to use TRIM Support on Android 4.3

Many of you may or may not know that one of Android 4.3 features are TRIM support
What it basically does is that it cleans your /system /data /cache partitions and makes your phone not to lag
A TRIM command enables your operating system to find the marked pages before you need them and wipe them clean. Cleaning these data pages beforehand saves you time when you need to write on the data pages again. It's like you have your own recycling guy next to your desk, recycling the pieces of paper as they come.
Click to expand...
Click to collapse
Instructions:
Download the Terminal Emulator: https://play.google.com/store/apps/details?id=jackpal.androidterm
Launch the app
Type:
Code:
su
Grant SU access
Type this if you want to clear /system partition
Code:
fstrim -v /system
Type this if you want to clear /cache partition
Code:
fstrim -v /cache
Type this if you want to clear /data partition
Code:
fstrim -v /data
you can also checkout other parameters by typing
Code:
fstrim
-----------------------
i will make a script which can do this just by running it
Thanks for taking your time and reading it
I tough this has been done automatically or @ boot.
Anyhow I'm on 4.3 since it 1st came out and I can confirm it performs much better then 4.2.2 regarding maintaining the speed.
Btw doesn't " lagfix" app do the same thing as the scripts you're gonna make ?
Sent from my HTC One using XDA Premium 4 mobile app
Shan89 said:
I tough this has been done automatically or @ boot.
Anyhow I'm on 4.3 since it 1st came out and I can confirm it performs much better then 4.2.2 regarding maintaining the speed.
Btw doesn't " lagfix" app do the same thing as the scripts you're gonna make ?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
well yeah
but lag-fix app is really meant for 4.2 because the app has fstrim binary
but still not that different for my upcoming script
fstrim wont happen if you reboot the phone..it only gets triggered only when the battery gets below 40%(weird isn't it)
half i time i dont see it happening
MightyBear007 said:
well yeah
but lag-fix app is really meant for 4.2 because the app has fstrim binary
but still not that different for my upcoming script
fstrim wont happen if you reboot the phone..it only gets triggered only when the battery gets below 40%(weird isn't it)
half i time i dont see it happening
Click to expand...
Click to collapse
Yeah lol , well looking forward to test your script , tho I never use any cache cleaning stuff , seams like unnecessary on 4.3. Still didn't lose the speed after 5/6 days on the same rom unlike on 4.2.2.
Sent from my HTC One using XDA Premium 4 mobile app
Shan89 said:
Yeah lol , well looking forward to test your script , tho I never use any cache cleaning stuff , seams like unnecessary on 4.3. Still didn't lose the speed after 5/6 days on the same rom unlike on 4.2.2.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
this is just the small thing
the script is gonna do all these three commands thats it lol
even a small baby can do the script lol
yeah your right about speed on 4.3
Does clearing cache and dalvik achieve the same results?
On Android 4.3 TRIM automatically runs when the battery level is above 60%/70% and the screen is off I believe.
Sent from my Nexus 10 using Tapatalk 4
I'm getting this...?
Sent from my SGH-I777 using xda app-developers app
I am getting command not found on MaxHD 14
I'm also getting the command not found error on pure stock ROM 3.22.1540.1, flashed with the RUU.

Strange app behavior

I've flashed 3 lollies pop roms n keep getting same issue.
I click on whatsapp n one of my game loads.
I've wiped cache cleared all data n uninstalled both apps.
Put the problem still continues.
It's very odd for another app to loads when I've not tapped on it.
I'm trying to get a logcat but not successful is there a app that will record in background whilst I try get the issue to happen ??
Thank u spud
Sent from my SM-G900F using Tapatalk
You can try looking in system/data/log /dumpstate_app_error. Copy to your pc, unzip and open with notepad++ and search for fatal or other errors.

Categories

Resources