Related
Hi all,
I am in a development team which develops an app used by millions of users worldwide. We get mysterious crash log messages all the time which happens only a couple dozen or even less devices which we can not directly reproduce while the vast majority of the users can use those features without problem. We suspect that in some of these cases some custom ROM or custom kernel causes the problem. Currently we get these informations from the hardware/software environment (in the parentheses there are examples from an actual crash log):
- Android version (4.0.4)
- Board version (SPH-D710)
- Brand (Samsung)
- System build number (IMM76I.FH13)
- System build ID (IMM76I)
I have a Nexus S with ParanoidAndroid, and on the About Phone page there are the extra fields I speak about (for example CyanogenMod version, ParanoidAndroid version, kernel version). My question is that is there an universal way to extract all or some of this information which could work on any device?
Go to settings and click about phone there will be the versions...
Sent from my GT-S5360 using xda app-developers app
rameshrko said:
Go to settings and click about phone there will be the versions...
Click to expand...
Click to collapse
You misunderstood me. I know perfectly what kind of ROM is on MY phone, but I don't have access to every single phone and tablet which runs our app.
EDIT: The os.version system property seems to get the kernel version, but the other properties in System.getProperties() does not seem to have much use for me.
Did you find an answer?
EDIT: After a little digging I found everything shown in Kernel version of about phone:
On a N4 with Matr1x kernel, about phone shows this:
3.4.0-cfs-gb074426 <dev_email> #4 Sun Mar 3 22:47:55 CST 2013
This gets the initial version:
Code:
System.getProperty("os.version");
I'm pretty sure the date can be retrieved using this:
Code:
android.os.Build.TIME
3.4.0-cfs-gb074426
However there doesn't seem to be any other property that leads to the remaining version information, but this file has it all:
/proc/version
Anyone found a better way to get the dev build number, eg <dev_email> #4
[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2] Samsung Galaxy Players[/SIZE]
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: I would like to know what's inside my device?[/SIZE]
Please check here for your device's specifications:
The Samsung Galaxy Players/S Wifi (All Variants) All-In-One Thread
[SIZE=+1]Q2: Where can I find the USB drivers for my device without installing Kies?[/SIZE]
Here you will find them: Samsung USB Drivers
[SIZE=+1]Q3: What is root?[/SIZE]
To access root in Linux means that you have full administrative rights over your device and achieve things that you could never do before if you haven't done so. It can be pretty risky if you don't know what are you doing so be warned!!
But remember this: When you aren't root, you are the user of the device. When you're rooted, you are the owner of it.:good:
[SIZE=+1]Q4: How do I root my SGP?[/SIZE]
The prefered method is using Odin or heimdall to flash an insecure kernel or a custom rom which will enable root for you. You should find them in the android development section.
[SIZE=+1]Q5: Ok that's cool but i'm kinda new here and I don't know how to use those programs?[/SIZE]
Here's a link to help you
How to use heimdall and odin
[SIZE=+1]Q6: What is a custom recovery?[/SIZE]
A custom recovery is mostly the native android recovery modified from the source to feature multiple options like backup a whole ROM or flashing a rom for example. The most known one and the only one available for our devices is the ClockWorkmod Recovery or commonly called CWM.
[SIZE=+1]Q7: How can I get CWM?[/SIZE]
Flash a custom kernel with CWM support.
[SIZE=+1]Q8: Where I can find a list of ROMS and kernels?[/SIZE]
Here you can find them all:
The Samsung Galaxy Players (All variants) All-In-One Thread
[SIZE=+1]Q9: How can I OC my device?[/SIZE]
See Q7 for answer
[SIZE=+1]Q10: I have bricked my device pleaseee heeeeeeeeelppppppp meeeee!!!:crying:[/SIZE]
Check a Recovery thread made for your device
[SIZE=+1]Q11: I would like to flash CyanogenMod but I've lost my Efs? (for 4.0 users)[/SIZE]
Please check at the end of this post:
http://forum.xda-developers.com/showpost.php?p=23290275&postcount=2
[SIZE=+1]Q12: What is ADB?[/SIZE]
Please see this thread for all ADB information:
Full ADB guide
[SIZE=+1]Q13: What the heck is the cat on a log?[/SIZE]
Well logcat isn't a cat on a log. It's a system element from android used to record the system logs. This is the most efficient way of squashing bugs when developpers are facing problems. To use logcat, you will need ADB. See Q10 for setting ADB.
This is how you can see logcat
Code:
adb logcat
This is how you can save a logcat into your computer
Code:
adb logcat -d > logcat.txt
[SIZE=+1]Q14: What are custom ROMS?[/SIZE]
Custom roms are modified software made in order to offer more features and options. There's 2 types of custom roms: the stock based ones and AOSP ones
Stock: They are based from the manufacturer's original firmware.
AOSP: They are compiled from the android source and provides a pure stock experience if the manufacturer have an interface overlay. They often offer much more and unique options than stock roms. (like Cyanogenmod, AOKP, or ParanoidAndroid for example)
[SIZE=+1]Q15: Nice! how can I flash those ROMS??[/SIZE]
Normaly the roms threads should have the necessary instructions in order to flash them.
[SIZE=+1]Q16: Why I can see my cell standby percentage when my device is a PMP?[/SIZE]
Well... Android is first and most a mobile phone, tablet OS and not a PMP OS. The OS think you're a phone and then use cell standby but don't worry, there's no battery life extracted from there.
[SIZE=+1]Q17: What is the best kernel/ROM?[/SIZE]
There's not really best kernels and roms. Just try them out and see which one you prefer.
Forum Rules | New Users Guide | XDA Tour | Report Posts
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ
Reserved.
Reserved again.
One last time.
Reserved
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
goldflame09 said:
Shall this be my reserved just in case?
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
Click to expand...
Click to collapse
Why not. More is better than less. :good:
Sent from my Nexus 7 using Tapatalk HD
Well written, deserves to be pinned. :good:
Batter life
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
droid_noob21 said:
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
Click to expand...
Click to collapse
There's a big difference between determining what programs are using a certain percentage of the battery (it's based on CPU time and network use), and how much total battery has been used (based on voltages). I would say the total battery percentage left is mostly accurate, but it's not quite (see attached screenshot) (at least it could be tweaked a bit). But I still recommend you to charge it at 10% to ensure future battery capacity. If you drain it too much, it will wear down -- in the screenshot, I had accidentally left it on for a week.
Galaxy 5.8 information
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
N0Karma said:
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
Click to expand...
Click to collapse
There's not really anything about the 5.8 so I don't think I will add something for it as of right now. As of spirit, you need to be rooted in order to use it. As for t-dmb, (tv) you can only use it in South Korea (exclusive technology).
Envoyé depuis mon Nexus 7 avec Tapatalk
I have a galaxy player 4.0 YP-G1, and then update it ... stay all perfect with the exception of the most important. When I connect the audio cable and start the music, the device automatically restarts. They know that it can be?
Model Number: I9000
Firmware: 2.3.5
Kernel: 2.6.35.7-CL562447-G1XXKPN TerraSilent_intl-1.3.5
Compilation: GINGERBREAD.UEKI8
Just a message to get posts to 10. I'm a long time reader please ignore.
josephcantrell4 said:
Just a message to get posts to 10. I'm a long time reader please ignore.
Click to expand...
Click to collapse
Please don't post randomly. It's against xda rules
Sent from my SCH-I535 using Tapatalk
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Sent from my YP-G70 using XDA Premium 4 mobile app
lildhiel08 said:
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Click to expand...
Click to collapse
Hi guys my samsung j7 speaker sound is low is there any way to increase its sound and plz tell me how to root this device without computer
Hey guys,
This is my 1st post here ever.
The only time I fiddled around with rooting an android phone was more than a year ago when I had an AT&T Samsung infuse. I followed very detailed instructions on how to root it and upgrade it. It worked like a charm and I'm so grateful to all of you experts trying to help newbies.
A friend of mine went to China last month and brought me a Samsung s3 clone.
The phone is factory unlocked BUT
1. It doesn't have the original google play application. It has a similar logo which leads to a Chinese app store.
2. Google mail account application is missing
3. The phone supports only Chinese, Korean and English languages. (I'd like to use it in different ones)
So I need to re-install a good Android version that has all the Android features that I'm missing
I thought it would be easy to find instructions on how to do it it here, but unfortunately I wasn't lucky to find a direct and clear step -by step instructions for my phone model
Phone: Samsung Galaxy S3 GT-i9300
Model #: mtk6515_ics2
Android version: 4.0.4
Base band version: MAUI.11AMD.W12.22.SP.V14
Kernel Version: 3.0.13
[email protected]#1
Build Number: ALPS.ICS2.MP.V1.18
Custom Build Version: V15.12
Please help!
Is there anybody out there?
Is there anybody out there? :crying:
Hey man,
unfortunately I don't think anyone can help you rooting/changing roms as it's a replica and there isn't a real development for it.
BUT as for the play store you can DL the apk directly from here:
http://www.androidpolice.com/2013/05/14/download-latest-google-play-store-4-1-6/
As for the phone language, after installing the google play store look for:
https://play.google.com/store/apps/details?id=jp.co.c_lis.ccl.morelocale&hl=en
and choose the language of your wishing. That is in case that your phone supports it.
If you mean by google mail account the gmail app then in that case:
http://www.androidpolice.com/2013/0...ith-slide-out-navigation-and-brand-new-inbox/
BTW for future references - try to make a search for yourself I'm sure you could've find those in less than a minute
Cheers.
Thanx
Thanx a lot for your effort and concern.
I downloaded the latest google play apk, I installed it, but it wasn't working apparently because "google login service" and "google services framework" were missing too!
So I downloaded them, but they needed to be installed in system/apps.
I downloaded "root explorer" which should help me accessing the system folder.
I copied&pasted the apps in system/apps but a message says "your phone should be rooted first in order to paste" came out.
So back to square1
On the other hand, I tried to disactivate some of the annoying Chinese applications that came with the system using "root app delete", and guess what?
I get the same message that I should root this phone first.
So how can I root this bloody thing???
Yeah that is sounds pretty frustraing..Well I guess you won't find here a "how to root s3 replica" guide and personally I wouldn't try and rooting the device as it could easily brick it.
I suggest you go to the store and tell them that you've got a phone with no option to download apps, or connect to your Google account...
Hope you'll sort things up with the store soon
eytan123 said:
Yeah that is sounds pretty frustraing..Well I guess you won't find here a "how to root s3 replica" guide and personally I wouldn't try and rooting the device as it could easily brick it.
I suggest you go to the store and tell them that you've got a phone with no option to download apps, or connect to your Google account...
Hope you'll sort things up with the store soon
Click to expand...
Click to collapse
I wish I could follow your advise. The shop is 4000 miles away in China.
There is a google store app installed, but it's fake. It has a similar icon but with different proportions. The problem is that it's in Chinese and it deals with chinese applications.
Oh that is unreachable, but maybe can you contact them via Email etc..?
Anyways I found this thread I think you'll see it much more beneficial than my help as I don't have experience on rooting replicas and it's focused on your device:
http://forum.xda-developers.com/showthread.php?t=1921178
eytan123 said:
Oh that is unreachable, but maybe can you contact them via Email etc..?
Anyways I found this thread I think you'll see it much more beneficial than my help as I don't have experience on rooting replicas and it's focused on your device:
http://forum.xda-developers.com/showthread.php?t=1921178
Click to expand...
Click to collapse
thanx,
This method is for i9300 mtk6575
Will it work on my phone which is i9300 mtk6515_ics2?
What are my chances to brick the phone if I follow this procedure?
festerzio said:
thanx,
This method is for i9300 mtk6575
Will it work on my phone which is i9300 mtk6515_ics2?
What are my chances to brick the phone if I follow this procedure?
Click to expand...
Click to collapse
If you flash recovery from different device, there's a big chance you brick it
Try to use MTKDroidTools to root it, its pretty safe.
As @lolet said correct, you can possibly brick your phone...
That's why I advise you to ask in the thread I've linked onto, there are fellows there with much more experience than myself with rooting your device.
I guess in the last couple of years I've flashed hundreds of times but only on samsung, htc and motorolas.
Cheers
Good time. Please help find the firmware on clone I9300. For many drivers pumped and can not find adequately to my I9300. Lays bricks. All who have tried to upload the firmware through Flush Toole an error S_DL_GET_DRAM_SETTING_FAIL (5054) do not know where to find them. Here is a description of TA
model
I9300 1:01
network
Dual sim card
An unlocked 2G GSM 800/850/1800/1900MHz
Processor (CPU)
MTK 6575 1.0GHz
operating system
Android 4.0.4
RAM
512
ROM
* Support TF card up to 32GB
screen
4.7 inch Touch Screen Resolution: HD AMOLED, 800 * 480Pixels
camera
Front 1.3 / Rear 8MP with Flash Light, Support Video record
wireless
WiFi 802.11b / g, GPRS/EDGE/3G, Bluetooth 2.1, FM-radio
GPS
Integrated GPS-Navigation + AGPS
TV
No.
sensor
G-sensor, light sensor, proximity sensor, motion sensor
clone GT-9300-Microsim second one is the usual Sim, OS 4.04, kernel version 3.0.13, lxq @ server0-br # 1 Thu Mar 14 11:53:11 GST 2013 build number ALPS.ICS2.MP.V1.18 , Custom build version v19.01
photos of the phone attached
zver16 said:
Good time. Please help find the firmware on clone I9300. For many drivers pumped and can not find adequately to my I9300. Lays bricks. All who have tried to upload the firmware through Flush Toole an error S_DL_GET_DRAM_SETTING_FAIL (5054) do not know where to find them. Here is a description of TA
model
I9300 1:01
network
Dual sim card
An unlocked 2G GSM 800/850/1800/1900MHz
Processor (CPU)
MTK 6575 1.0GHz
operating system
Android 4.0.4
RAM
512
ROM
* Support TF card up to 32GB
screen
4.7 inch Touch Screen Resolution: HD AMOLED, 800 * 480Pixels
camera
Front 1.3 / Rear 8MP with Flash Light, Support Video record
wireless
WiFi 802.11b / g, GPRS/EDGE/3G, Bluetooth 2.1, FM-radio
GPS
Integrated GPS-Navigation + AGPS
TV
No.
sensor
G-sensor, light sensor, proximity sensor, motion sensor
clone GT-9300-Microsim second one is the usual Sim, OS 4.04, kernel version 3.0.13, lxq @ server0-br # 1 Thu Mar 14 11:53:11 GST 2013 build number ALPS.ICS2.MP.V1.18 , Custom build version v19.01
photos of the phone attached
Click to expand...
Click to collapse
please this firmware link ,,,
I have a cheap china clone of the Samsung S3 phone. It claims to be:
Model GT-i9300
Android version 4.1.1
BASEBAND VERSION - MAU1.11AMD.W11.50.SP.V12.2012/09/20 18:56
kernel3.0.13 - [email protected] #1 wed feb 27 14.44.52 cst 2013
build number - ALPS.ICS.MP.V2.6
CUSTOM BUILD 001130227
DEVELOPER DEVICE ID - JA56-JNR6-NEDN-C
Am not too sure about the Android version, maybe 4.0.3 and someone altered the build.prop to make the phone sell better. Phone came with a fake Antutu program to display fake results. Can anyone advise how to actually check the system for correct version?
It has an MTK6575 CPU(appears to be 1.2MHz), single micro-sim, with 540 by 960 display, front and rear cameras.
Came with many software problems, have managed to get the WiFi stable, however still some problems with the GPS chip, but eventually got YGPS to obtain a fix and give me a location – but very unreliable. Not managed to get any other software to work.
PROBLEM 1
However, when I use google Maps, it always want to install the Google Play Services, so that it has the V2. This always fails due to error "incompatible with other application(s) using the same shared user ID".
It seems to be complaining about Google Framework as this and play services both specify
<shared-user name="com.google.uid.shared" > - not found any other programs/system bits using shared ID's
could a poorly doctored build.prop be causing this?
Has anyone a solution to this problem?
PROBLEM 2
The other problem I have noticed is that MediaTek seem to have their own location services. In mobile tools, engineering mode, there is an option to use either Google or MediaTek. If I specify Google, it states that the goggle Netloc and Geocoder services’ Fail to bind’, but no problem with the MediaTek drivers? As MediaTek only divert their traffic to Google anyway, it would seem more sensible to bind with google direct.
Has anyone a solution to this problem?
stevet99uk said:
I have a cheap china clone of the Samsung S3 phone. It claims to be:
Model GT-i9300
Android version 4.1.1
BASEBAND VERSION - MAU1.11AMD.W11.50.SP.V12.2012/09/20 18:56
kernel3.0.13 - [email protected] #1 wed feb 27 14.44.52 cst 2013
build number - ALPS.ICS.MP.V2.6
CUSTOM BUILD 001130227
DEVELOPER DEVICE ID - JA56-JNR6-NEDN-C
Am not too sure about the Android version, maybe 4.0.3 and someone altered the build.prop to make the phone sell better. Phone came with a fake Antutu program to display fake results. Can anyone advise how to actually check the system for correct version?
It has an MTK6575 CPU(appears to be 1.2MHz), single micro-sim, with 540 by 960 display, front and rear cameras.
Came with many software problems, have managed to get the WiFi stable, however still some problems with the GPS chip, but eventually got YGPS to obtain a fix and give me a location – but very unreliable. Not managed to get any other software to work.
PROBLEM 1
However, when I use google Maps, it always want to install the Google Play Services, so that it has the V2. This always fails due to error "incompatible with other application(s) using the same shared user ID".
It seems to be complaining about Google Framework as this and play services both specify
<shared-user name="com.google.uid.shared" > - not found any other programs/system bits using shared ID's
could a poorly doctored build.prop be causing this?
Has anyone a solution to this problem?
PROBLEM 2
The other problem I have noticed is that MediaTek seem to have their own location services. In mobile tools, engineering mode, there is an option to use either Google or MediaTek. If I specify Google, it states that the goggle Netloc and Geocoder services’ Fail to bind’, but no problem with the MediaTek drivers? As MediaTek only divert their traffic to Google anyway, it would seem more sensible to bind with google direct.
Has anyone a solution to this problem?
Click to expand...
Click to collapse
the problem seems to be with the firmware and build search the net for a stock firmware for your phone if there is one and flash may be that helps
sangalaxy said:
the problem seems to be with the firmware and build search the net for a stock firmware for your phone if there is one and flash may be that helps
Click to expand...
Click to collapse
The problem with these 'unnamed' clones is that there isn't any stock firmware, you get only what it comes with. Usually this is 'defective' as they rush to sell the phones while there is still a demand for them, and never get the firmware working properly. So some advice if you are looking for a smartphone/tablet, ONLY BUY ONE WITH SOME SORT OF AFTER SALES SUPPORT! Check the forums and see what phones have stock ROMS that are being actively developed.
PROBLEM 3
The LocationManger never reports any 'NETWORK' location. Wrote software to check it, can get a location when I run this on a tablet with only a WiFi connection, but on this phone with both WiFi and Cell, no location provided.
Has anyone a solution to this problem?
Update
PROBLEM 1 - SOLVED
guessed that it was really ICS and not JB, so loaded gapps-ics-20120429-signed.zip with CMW
this got over the shared user ID problem.
However, lost the IMEI number when doing this, (maybe clearing dalvik, not looked into) so reinstated with the MTKDroidTools.
SO RECORD YOUR IMEI BEFORE applying update.
Now thinks it is dual sim version, but that doesn't seem to matter
Now using the new Google Location software, GPS fix from COLD within 2 mins.
so problems 2 and 3 seem immaterial now.
see this post for solution to fix problem 1 ... created by brother @praderj
http://forum.xda-developers.com/show...4&postcount=45
[q] Galaxy S4 China Clone mtk6576
Hi,
My friend bought S4 Mini Clone from China but it really doesnt seems to be close to S4. So I have few question about it, and maybe you will help me. Os is prepared to looks like Samsung TouchWiz but most of functions doesnt work, there is not even Google Play :]
OK. It has Militek MTK6576 chip. In about phone there is:
Device Name: GT-I9190
Model number GT-I9190
Android Version: 4.2.2
Baseband version: I9190XXUAMF5
Kernel version:
3.4.0-849021
[email protected]#1
thu jun 13 16:52:08 KST 2013
Build Version: JDQ39.I9190XXUAMF5
SeLinux state: Permissive
Secure boot status: Type Samsung
Cant turn it in download mode any way, but instead of this it turn "Factory Mode" where is menu "Version" and it says
BB Chip: MT6575
MS Board: GT-I9190
IMEI: 123445 ...
Kernel Version: 2.6.35.7
Android ver: 2.3.6
SW ver: MDK_v2.1_K18_en_201308271711_tp5206
1. I dont trust what it says on "about phone" . How to check Storage / memory / CPU ?
2. Is there a way to backup entire phone for recovery ?
3. How, and witch rom can be installed there ?
4. Is there a way for touchwiz to work on this phone ?
Hope some one will guide me for this
Best Regards
Fenix23
Hello Friends,
My Device: Galaxy S6 EDGE
Android version: 5.1.1
baseband: G925IDVU2D0I2
I am using this device for last 6 months without any issue. But 2 Days ago, i made a factory reset on my device. After the reset i installed all my application which i used before . But after the reset i face 2 problems:
1. After using sometimes my device getting hotter & hotter
2. Battery drained so quickly
I dont know whats wrong with my device. But how can i overcome from this problems ? Please help me !!!!
you obviously have a stray app that is using up all the CPU, install something like clean master or another cpu monitoring tool to find out which one it is and then uninstall it
BrainlessSaj said:
Hello Friends
I dont know whats wrong with my device. But how can i overcome from this problems ? Please help me !!!!
Click to expand...
Click to collapse
Install CPU-Z, and check the temperature of the battery and processor. Take a screenshot of the local temperature, and upload it.