[Q] Battery recalibrate/Wipe Stats - Tilt, TyTN II, MDA Vario III Android Development

So, I heard other phones have this option in recovery but what about kaiser?
Do we have thing like such? (I chose recovery in install menu, and it returns back to Install menu)
From past two days I am seeing that my phone sticks to 88% charging (even I remained plugged in for 10 hours) and drops the level from there. Tell me how can I recalibrate my batter? its standard 1350mAH and just to let you guyz know that I am having same good battery backup as it was before i-e 48+ hours.
Thank you!
I asked this question since search didnt give me quiet good response regarding Kaiser

You can try turn off phone and remove battery for a while. In first boot kernel should recalibrate battery level

doesn't help I think :|

The old method on the Galaxy S was to let it drain fully, recharge to full then go into terminal emulator and type
su
rm /data/system/batterystats.bin
then reboot straight away

I found this...
Maybe helpful...
Edit : Take also a look to the link at the bottom..

I don't think you need a recalibration.
Charge overnight, then use "adb shell" and type:
echo 100 > /sys/module/board_kaiser_battery/parameters/set_percentage

FlanFlinger said:
The old method on the Galaxy S was to let it drain fully, recharge to full then go into terminal emulator and type
su
rm /data/system/batterystats.bin
then reboot straight away
Click to expand...
Click to collapse
Doesn't help :| I tried like 6-7 times and still my phone is stuck at 84% and not charging anymore
n2rjt said:
I don't think you need a recalibration.
Charge overnight, then use "adb shell" and type:
echo 100 > /sys/module/board_kaiser_battery/parameters/set_percentage
Click to expand...
Click to collapse
I had to install drivers for adb all again, the HTC Dream Composite Device ones. ADB didnt connect :/ I was so frustrated, I flashed back to WM. Atleast no crashes till yet and battery is charging/draining as it should. Though I will miss finger-griendliness till some time. Maybe on my next fly to android I might start doing gingerbread.

Related

[Solved] Question: How to root MyTouch Slide using OSX?

wdfowty said:
I'm having a few issues using my bootcamp partition for this (in Parallels), following eugene and king_fyo's tutorials, and was wondering what it would take to root my MyTouch3gS using osx?
I am semi-familiar with ADB, and I have made the loop.sh script, but i'm stuck at that point.
Here are my main questions:
-How to you get the loop to stop? I have to quit Terminal app to stop it.
-Any other things to know? Tips? Success stories? Tutorials maybe (or even a quick and dirty how-to?)
Thank you for your time, and for not flaming the newb
Click to expand...
Click to collapse
EDIT: SOLVED!
So, I'm waiting for my Nexus one to come in the mail, and I think to myself, "Why not give rooting the slide another go?"
Worked second try. How's that for random....
So, here's how I made it work...Dunno if it was 'luck of the draw', but here ya go anyways...Hope it helps someone!
1. Instead of turning off the phone normally, I rebooted straight into recovery, with the phone being on first.
Code:
./adb reboot recovery
2. While rebooting, MANUALLY search for devices as soon as you can type it in, repeating rapidly (This made the difference for me).
Code:
./adb devices
3. You should catch the device in offline mode right before the recovery screen. Unplug device for 5 seconds or so, then plug it back in.
Code:
./adb devices
List of devices attached
HT05MPS02279 recovery
4. You should see your device in recovery, then you're good to go. If not try again.
How to you get the loop to stop? I have to quit Terminal app to stop it.
Click to expand...
Click to collapse
No, simply hit <control> c from inside the Terminal app to break out of the shell script.
Any other things to know?
Click to expand...
Click to collapse
Not really, it may take you several tries to get this as it did for people using M$ Winblows. I tried it about 20 - 30 times on XP and never was successful. After switching to my mac, I got root on the 5th try!
My suggestion is to follow Eugene's guide, it worked great for me! If you have problems, post them here and myself or others will try to help you.
Good luck!
wdfowty said:
I'm having a few issues using my bootcamp partition for this (in Parallels), following eugene and king_fyo's tutorials, and was wondering what it would take to root my MyTouch3gS using osx?
I am semi-familiar with ADB, and I have made the loop.sh script, but i'm stuck at that point.
Here are my main questions:
-How to you get the loop to stop? I have to quit Terminal app to stop it.
-Any other things to know? Tips? Success stories? Tutorials maybe (or even a quick and dirty how-to?)
Thank you for your time, and for not flaming the newb
Click to expand...
Click to collapse
So I set up my camera to record myself rooting my phone using OSX and a couple friends walked into the room. I got distracted explaining what it was I was doing and didn't make the how to. If I have free time tomorrow afternoon I can make a how to vid. My girlfriend just got her slide yesterday and I believe she wants me to root it.
it's exactly the same doing it in Mac OSX as doing it in Windows except you don't have to worry about drivers. Make sure you get android SDK for Mac OSX and that you put it somewhere that is in your PATH variable.
But if you feel more comfortable doing it from Bootcamp Windows partition -- by all means do that.
Don't boot camp it... lol
I'll be posting a Mac OSX version of Eugene's Root Method shortly.
sk8rbebop, Fordude, stangri, Thanks for the quick replies! Wasn't expecting anything so soon!
I think I have tried to press CMD+C to stop the script, must have been my problem. lol.
@stangri What do you mean by PATH variable? I have the Android SDK installed in my home folder...
@sk8rbebop That's pretty funny . I'm going to have a go at it right now, I'll edit this post with my results.
edit: I don't know if this is right, but I stop the script when I see the device in offline mode. But when I unplug device, re-plug and run ./adb devices nothing shows up. The same happens if I don't unplug.
edit2: Still nothing. adb never recognizes device after I stop the loop.
I threw up a guide. Hope it helps.
Don't shut off the loop until something displays under the devices.
Re: Question: How to root MyTouch Slide using OSX?
When u connect the slide to your mac and type "adb devices", do you see your phone listed? Crucial first step before moving on.
To make things a little easier for me, I put the sdk tools folder in my path so I could issue adb commands in any directory I want to.
Sent from my T-Mobile myTouch 3G Slide using Tapatalk
@sk8rbebop Read the guide and i'm still stuck at the loop. I'm having the same issues as earlier, the device will show for a little bit but right before the recovery screen shows, it dissapears. I was stopping the script once I saw the device, before it "dissapeared". Stopping the script after it dissapears does the same...
BTW, I've noticed that I need to start the adb daemon before I run the loop in order for it to even see the device in the loop. Odd.
@Fordude Yes, if I run ./adb devices when the phone is on I get my serial number and it says "device".
edit: I found that I am running an out of date SDK revision, so I am updating to the newest (revision 6), lets see if that makes any difference...
edit 2: No dice. Lame. Oh well I guess...Try try again. My mac seems to be determined not to let this happen
update: So, I'm getting a nexus. Thanks all for your help, happy hacking!
SOLVED
post removed

[Howto] Battery Calibration

AS ALWAYS I AM NOT RESPONSIBLE FOR WHAT YOU CHOOSE TO DO WITH YOUR PERSONAL DEVICE, PERIOD.
Battery Calibration and Other Tips from RealPariah
To save space on the post I am moving to spoiler type Q/A. Just click the SHOW CONTENT button for a given guide or answer to show the related information
Folks seem to keep asking a lot of the same questions so I have begun this thread at first to answer the Battery Calibration [Manually] and now I am going to keep adding things I find users keep asking about. Hopefully this will help alleviate the Dev Threads and please feel free to Link here in ROM directions I will try to break up things in to posts so you can link to a certain post for a certain item.
RealPariah's Manual Battery Calibration Methods
First is just whenever; Below that will be how to calibrate on flash of new ROM.
When I talk of charging it is highly highly recommended you use the AC adaptor and charge with phone off for absolute best results.
Calibrate Anytime
[Reminder: To save space on the post I am moving to spoiler type Q/A. Just click the SHOW CONTENT button right below to see the steps in battery calibration]
-> Charge phone to 100%
-> Restart phone [to be sure it isn't off by some amount (if phone off just unplug AC adapter for 30 secs and plug back in)]
-> Wait 20 min after you are sure it is 100% (phone should stay plugged in)
-> Boot in to recovery
-> wipe battery stats (advanced)
-> Get ready to pull battery and unplug phone and do so after the screen goes black after tapping restart device (pull AC adaptor first)
-> Wait 30 seconds and replace battery
-> Allow phone to boot
-> run through ENTIRE CHARGE (COMPLETELY DISCHARGE) the battery (whether normal usage or looped media files whatever you have time for)
-> restart phone to be sure it is totally dead
-> Charge fully one more time
You should be good to go!
Just remember it may take several days for phone to generate statistics and for this to fully settle in.
Calibrate Battery at ROM Install
Just be sure your battery to 100% as above and wipe battery stats right before you flash ROM zip.
Then be sure to fully kill the device and do one full phone off charge
You should be good to go!
as above it takes several days for battery stays to fully generate and settle in!
Hope they helps, and in my multiple tests seems to really make sure you get best performance!
Device: Samsung Tmobile S2 [SGH-T989]
ROM: Paranoid Android 2.52
Tweak Script: Newest Supercharger V6 with modified services.jar+KaK+3G Turbo Boost
Battery Calibration and other USEFUL ANDROID INFORMATION as answers to repeated ??s
JB AND ICS ROM Installation Procedure [or any ROM really]
**If You Follow the steps below it should clear any residual files and should leave you with a totally blank slate for the ROM to install on. So, be sure to do Nandroid and/or Titanium Backup as your scenario dictates**
First, to be thorough you should have 100% battery before flashing for best battery life.
Supplies:(links will be added)
Darkside Cache Wipe [OPTIONAL]
Darkside Super Wipe Script[Optional if using CWM more mandatory if using TWRP but it can be optional]
Kernel Cleanser Script [Very optional and only needed if you change kernels a lot and worry about residual files really]
Fix Permissions V2 by Minotauri Zip [yes v2 and v3 are different get v2]
Fix Permissions V3 Zip [edified again by Minotauri] [OPTIONAL]
*NEW* SEE Section BELOW INSTALL STEPS FOR HOW TO CHECK A ZIP FILES MD5 Signature via an ANDROID PHONE
ROM Installation Guide
Download The ROM of your choice using your WiFi Connection or Transfer it from your computer. Do not use the cell data connection [E, 3g, 4g] as there are more errors in data downloads this way. Also, some users report that they get the best results when they save the things they flash to their External SDCards. Myself, I use either the Internal Storage [EMMC] or the External SDCard interchangeably.
Reboot Phone in to Recovery
Choose Wipe Dalvick Cache [Advanced Menu]
Back at Main Menu, Tap Mounts and Storage
Tap to Wipe /cache /data and /system [Do each twice in a row]
Back at Main Menu Tap Install From SDCard and choose where you saved the kernel cleanser script and tap it to flash it [I suggest 2x again]
Do same thing for Darkside Superwipe Script [2x]
Restart Recovery [Advanced Menu]
Install From SD choosing your ROM zip file (just as above script zips)
Restart Device and allow to boot [skip account setup for now if it prompts we'll come back] wait 3 min from initial lock screen if unsure.
Restart in to Recovery
Clear Cache [Main Menu] and Dalvick Cache [Advanced Menu]
*(NEW) You can use Darkside Cache wipe here you should not need to clear any caches or to run fix perms separately if you flash Darkside cache wipe skip the above line, flash add-ons as stated in line below AND THEN flash darkside cache wipe (you can manually also skip cache wipes until after add-ons are installed the point is you clear both caches [before or after add-ons] and fix perms AFTER installing everything so adjust according to your tastes
Install any add-ons like super user, toggle zip installing custom radio and kernel last in that order [if nothing to add no worries that's cool]
Install From SDCard and find Fix Permissions v2 and flash it
or if you wish substitute Darkside cache wip here again subbing out the line right above this text
Restart Device and allow to boot [we cleared Dalvick Cache so yes it will be another longer boot]
You are done [unless you choose to fix ROM Manager so it doesn't freeze partially through fixing permissions while OS is running, but totally optional] Skip to Notes below and onward if not wanting ROM Manager fix
[OPTIONAL For ROM Manager FIX]
Once phone boots install [if it was not already apart of the ROM] ROM Manager [Premium License install will not affect anything do it now or later either way works]
Restart Device in to recovery
Flash the Fix Permissions V3 [YES VERSION 3 THIS TIME (Won't be needed again after this unless you install a new ROM, or uninstall ROM Manager when you re-install run this again) Just Like you installed the Zips above]
Once Done, Restart Device and let it fully boot and settle [give it 10 min after seeing initial lockscreen if unsure]
Open ROM Manager and Tap the Fix Permissions shortcut and let it do it's magic and it should not freeze on you now [best practice is to keep screen on in ICS it appears ICS sleeps deeper than GB and some apps haven't corrected for this so they stop processing just because device is in deep sleep not because the script is in error!]
DONE, Notes:
This method seems to ensure the best installation of ROM with least chance of cross contamination from the previous resident. I do find rarely even with this method I have to do this whole thing 2x in a row. This can happen when the data is transferred to the phone during install even if you do everything right. Once you run through it once or twice it gets easy and just throw those scripts and current ROM zip on Internal Storage if you find flashes from there work for you, because you should NEVER format EMMC [Internal Storage] as this will brick your phone [recoverable if you send it to Samsung or buy a $150 box and take your phone apart to connect it up [or if lucky know someone you trust that has one]]; and therefore as long as you have that and access to recovery you can flash your phone.
New Addition 2012.07.10
UPGRADING YOUR ROM WITHOUT WIPING USER DATA AND APPS!
This can only be done when upgrading from a previous to a new version of of your current ROM OR if you go from a ROM's base to the ROM [ie Paranoid Android is based on CM10 and you should be able to install Paranoid if you have CM10 without formatting your storage. This does also include how many changes exist between your current version and the one you are installing [ie you have Paranoid 2.2 installed and you try to install 2.52 you are more apt to have issues and/or errors than if you went from 2.51 to 2.52, so I can't account for EVERY scenario, use your best judgement please]. If this is your FIRST FLASH OF CM9 FOLLOW ABOVE INSTRUCTIONS AND USE TITANIUM BACKUP OR LIKE APP TO CARRY OVER USER APPS ONLY!
*BEFORE THE POSTING BEGINS YES I HAVE TESTED THIS USING NIGHTLY BUILDS AND HAVE DONE THIS OH ONLY ABOUT 12 TIMES IN THE LAST 14 DAYS! IT WORKS EVERY TIME!* I have also done this with both Clockwork Recovery 5.0.2.7 AND Clockwork TOUCH RECOVERY 5.8.1.3. I have not tried and will not risk using the Open Source Recovery [you can tell you are using it if the touch buttons are up and down and the enter key on the bottom of LCD screen and Clockwork Touch is the one the menu options themselves are tappable [If not sure install ROM Manager and have it install one or the other]]
Supplies
---------
** = Required
* = Optional
[/I]** You can use ROM Manager to Download the ROM file just don't have it start the flashing process automatically.
You can also visit Cyanogen Download Page
If you Happen to use the T-Mobile Galaxy S2 so do I so here is a direct link: Cyanogen T-Mobile S2 Download Section
** GApps
Click the top-most link labeled for CyanogenMod 9.0.x in the table at top of the page
* Chainfire SuperSU
I recommend Chainfire SuperSU as opposed to Original SuperUser included in CM9. It has some extra features, and its binary has been built better soo far. Well, Original Super User USED to Seg Fault All over ICS, but that has been fixed in the newest release. Chainfire has been built MUCH more recently geared towards ICS moreso [it works in Gingerbread just fine too] so I have stuck with it. If you like it PLEASE donate by buying SuperSU Pro on market. It is not my product, but it is well worth checking out and donating to if you find it useful.
Upgrade Guide
NOTE: It usually takes until AFTER the SDCard checks run through [2 if you installed ext SD] before the cell data even starts to connect, be PATIENT. If you have BEEN PATIENT AND ARE SURE THE RADIO IS ACTING UP FOLLOW ABOVE INSTRUCTIONS TO FLASH A ROM FROM SCRATCH [I recommend Paranoid Android].
Upgrading From a previous CM9 version to a Newer one
Gather the files you downloaded above and throw them on either your internal storage or your SDCard either will do just fine, just make 'em easy to find.
Don't forget to run the MD5 check as explained BELOW to ensure no data corruption during file download if you choose to do so.
FIRST RUN A NANDROID BACKUP [boot in to recovery, and use the backup feature provided in Recovery Menu] Step-by-Step Procedure on that coming soon . Of course, if you are an advanced user and do not feel this is needed then skip it, but if not is saving a few minutes skipping it worth rebuilding all your apps and settings if something goes wrong? You decide ...
Boot In To Recovery [Hold middle of Vol buttons so both are in while powering on and release them as soon as you see first Samsung Logo]
Now This is the order I do things, if you are comfortable or as you get comfortable you can change up exact order
Clear Cache [Main Menu]
Clear Dalvick Cache [Advanced Menu]
Now You can either go in to Mounts and Storage and Format the System Partition for a safer flash [I found not doing this on some Nightlys caused the touch screen to stop responding a lot, now that does seem to be fixed, just noting this incase you start wondering why the power, and vol keys work but the screen stops paying attention to you and how I fixed it go back in to recovery Wipe Storage and flash again from start [meaning dont skip re-flashing the following things as mentioned]]
Go to Install Zip from SDCard and Navigate to the CM Nightly you downloaded and flash it [remember to choose internal storage or SDCard as it applies to where you saved the files
WITHOUT RESTARTING
Install Zip and Now choose the Gapps zip [no worries your account info is retained but still flash it or Market and other Gapps will fail to work]
WITHOUT RESTARTING
IF you CHOSE to use Chainfire; Install Zip and Now choose the SuperSU zip
Now Run Fix Permissions [in Advanced Menu] IT WORKS FROM RECOVERY WITHOUT A FLASH PACK WHEN USING CM Based ROMs! [When they are installed to begin with if this is your FIRST CM flash then it still will bomb out and not run right] You can also skip this again if comfortable doing so
Once you are done those cache wipes and installs now Restart...
Be patient as anytime you wipe the Dalvick Cache you are on the hook for a LONG boot [~5 min]
Once the OS loads and you give it the 10 min to settle in and setup stats and all that background stuff [again use your judgement if comfortable skipping this]
Be sure to Open SuperSU from App Drawer and tap the button to update the binary when the pop-up prompts you to do so [if you did decide to use it]
Now you are good to go!
Now, THIS WAY you don't have to restore any USER APPs OR DATA [if you didn't wipe System before flash MOST of those settings should remain as well] and you only have your system settings to worry about!
--------------------------------------------------------------------------------------------------------------------------------
How To Run MD5 Check on Downloaded Zips Before Flashing
Screenshots will be added also (please bear with me as I have time). This will be via phone so it helps the most people it can I will add a Windows version as well soon, but this will work even if you have no computer.
Supplies and the Basics
An Android Phone
An MD5 checking App [I will use Android File Verifier (AFV) which is free and available on market and free]
A Zip to verify and
a known MD5 number for the zip [usually posted as a line of text with zip (something like MD5: MD5-NUMBER-WHICH-IS-MIX-OF-LETTERS-AND-NUMBERS (Hexadecimal) in thread near download zip [or sometimes changelogs] just copy it to a text file or bookmark thread to refer back once we generate the MD5 signature on the file when we complete downloading it.
Checking a Downloaded Zip's MD5 Signature on an Android Device Guide
[ANY ROM doesn't need to be specifically Gingerbread or ICS]
-> Download Zip you wish to check to some form of storage [Internal or External SD or even USB drive if you have USB host support and adapter doesn't matter where as long as you have enough storage to store the downloaded file.
-> Open Market and Install Android File Verifier [AFV]
-> If first install of AFV then click on return button on pop-up to see main window
-> Now, tap Select File and navigate to where you saved your zip
-> LONGPRESS the zip file [or any really] you want to check and choose calculate MD5 signature from the menu
-> Wait while it calculates the MD5 signature [this takes roughly 2 min with a 275MB ROM zip]
-> Once it is done you will see pop-up stating it is done, what the MD5 is and if you hit return the main window will now list the last checked zip's location with its MD5 checksum. The App also auto copies the number to your clipboard meaning if you saved the OPs MD5 in to a text file you can re-open it hit enter for a clean line, longpress screen and choose paste and it will paste the MD signature there for you to verify together with original signature.
-> You can go back and hit select file again and repeat for any files you would like and AFV supports following file signatures [incase OP likes to use more accurate checks [the longer the signature the more thorough the check, but also the longer it takes to process a file and generate that check]
AFV Supports FOLLOWING FILE SIGNATURE FORMATS:
* MD-5
* SHA-1
* Jar signing
* Verify Nandroid [MD-5]
* SHA-224
* SHA-256 [what I normally use to generate signatures when I release zips as it is more thorough than MD-5]
* SHA-512
Device: Samsung Tmobile S2 [SGH-T989]
ROM: Newest Paranoid Android [Currently 2.52]
Tweak Script: Newest Supercharger V6 with modified services.jar+KaK+3G Turbocharger
FAQs and Links to Other Useful Informational Threads
[size ="3"] How do I know when it is time to try and recalibrate my battery?
You can tell when if your phone says 0 battery and shuts down yet you can still power it on for any length of time. Basically, the OS uses statistics to judge what the exact battery level is when displaying in status bar as well as when to alert you to low battery. Have you ever gotten low battery warning and then a min later it rebounds and alerts again? I have and that again demonstrates the OS is not always dead on. Also, switching batteries usually aggravated this as well. I have also had users who have used same ROM for long periods of time and it degraded so slowly they hardly noticed then after it is re-calibrated it helps a lot. All that to say there are a few indicators, but using your judgment (*gasp*) if you feel it may be off give this a shot. I do not recommend running it every day or every boot but once every several weeks or roughly 30 charge cycles (whichever comes first (kinda like oil changes in cars use judgment and changing the oil does not mean you gain 100 miles to the gallon poor a million horsepower, you instead website the car (or battery here) is in top shape and runs the best it can.
Everyone keeps asking me to search for my questions/answers before posting but that is a lot of scrolling, how do I save time searching for the information I need?
CTRL+F [Windows or Linux] or Command Key+F [OS X] should allow you to search the webpage currently in view [all text not just what you can see, but all text on page period]
OR using:
" Site:forums.xda-developers.com" (without quotes unless you want the results to include every word just how you typed it search to be in the results shown, also, try different variations of your error or question not just a long written out sentence) at http://www.google.com and this will limit your results to only those pages on xda forums (you could copy/paste URL from inside any sub-forum to further limit searches [i.e. site:http://forum.xda-developers.com/forumdisplay.php?f=1332 would limit you to the Galaxy S2 T989 DEV forum only for results]
What is with some ROMs asking for me to use CWM Touch [OR NON-Touch]?
I have been using CWM Touch latest for sometime [Current: 5.8.1.3] (being since it first released)
and I have used it to flash EVERYTHING whether it is a Gingerbread or ICS ROM whether the thread said not to or to specifically use Touch doesn't matter.
Also, I can flash anything from either internal or external SD with really no difference [I seem to get an occasional flash error via external SD and have to flash a 2nd time but I use an old SD so prolly more the cells slowly going]
From my own testing it seems to be either user error or bad flash [keep in mind EVEN if you download the file right and it is read right sometimes you can have a bad flash because during the file copy process a random hiccup happened so rarely RARELY I have to re-flash and/or re-download the zip. JUST BE SURE TO DOWNLOAD ALL ZIPs VIA WIFI YOU INTEND TO FLASH as this will have less errors during data transfers as opposed to a cellular data connection like 4G. You could also use an MD5 signature checker [versions for android and desktop pcs are available easily by searching] and if OP posts MD5 signature you can verify your download before you even try to flash which can help. Of course MD5 checks on the phone will most likely take longer than if you use a computer, but if on comp be sure TO COPY ZIP TO SOME KIND OF PHONE STORAGE BEFORE CHECKING MD5 AS THE XFER FROM THE COMPUTER TO THE PHONE COULD CAUSE AN ERROR NOT CAUGHT IF YOU RUN MD5 CHECK BEFORE COPYING ZIP TO THE PHONE. I will be posting a quick how to check MD5 guide hopefully today.
After I Install my New ROM I am getting errors no one else seems to have, WHAT GIVES?!
I keep seeing users say I have FCs all this stuff doesn't work, while in OP it clearly states all the issues they post of are all working. In my experience of helping users in these spots one of the following is normally to blame...
>> Did you Download ROM over WiFi Only? If No, you need to do so it causes less errors in file to download via WiFi and not Cellular Data [2g, 3g, 4g, etc.]
>> Did You Run MD5 Check on ROM ZIP AFTER download? If No, You really should even if using WiFi only you could possibly have a transfer error [rare but happens due to many factors]. I have posted guide below install steps on how to verify MD5 on downloaded files
>> Did you use Kernel Cleanser, Darkside Super Wipe, and Fix Permissions v2 [my flash zip]? If NO, You really need to follow the guide and be sure you fully wipe data [DO NOT WIPE EMMC OR INTERNAL SD PERIOD] FULLY [just hitting format won't do it especially if installing ICS, hopefully will change soon, but until then you need a clean slate to install ANY ICS ROM EVER, YES EVEN UPGRADES].
>> Did you skip restart allow boot THEN Restart in to recovery Clear Dalvick cache and cache run fix perms v2 and restart? IF YES, you should stop now and do that restart recovery clear cache, clear Dalvick cache and run fix perms [built-in fix perms wont work must use flash pack]
>> I FOLLOWED Everything and Still have a problem, What now, genius?
Well, sadly, like everything computer and tech SOMETIMES [albeit rare] if you MD5 checked your download and did EVERYTHING right SOMETIMES there may still have been an error when copying files, setting symlinks, or setting permissions during install that while it didn't cause major problem still caused issues. I have had to flash ICS ROMs twice before to get things to fully take [Seems better now on T-mobile based leak than the Skyrocket based leak [imagine that], but can still happen even if EVERYTHING was done right. Just be sure to follow directions again to make sure you didn't gloss over something small and flash again.
I am getting weird errors out of any GAPPS [GMail, GTalk, Market com.google.gapps, etc] After installing a ROM [Darkside evolution is one I BELIEVE], How do I fix that one?
I found that when I removed apks from /system/app in Darkside 2b1 [tw launcher, snstw (twitter) snsli [LinkedIn], Mini Diary, Mini Notes, the Yahoo Stock watching apps, etc] that I got FCs from Google Talk [even though i never touched it, and com.google.gapps [again removed google quick search box but otherwise should never have had an error]. I tried MANY different fixes over many restarts [clear caches fix perms, put the removed apps back everything].
Then I flashed Newest Gapps from http://goo.im/gapps [I believe it is 2012.04.03 [should be newest for CM9 at top of page and no you dont need separate facelock pack as that is included since 2012.0.23 pack so DONT flash facelock ICS labeled pack I had to re-install a different ROM after I accidentally pulled that one myself.
How do I mount my external_sdcard as /sdcard?
I have found the following guide on how to do just that! Mostly useful only if your micro sd is larger than the 11G internal sd the phone already has. As always, be careful, read entire post before starting, run a full nandroid backup. This is not my work, and ask you to thank the OP if you find this useful.
http://forum.xda-developers.com/showthread.php?t=1454753
OH NO, I am getting Bad Connection to Battery Error Messgae [and/or] When in charging screen [phone off battery grapic on display] and I see a yellow caution sign with a broken battery [and in some cases a rapid vibrate] IS MY PHONE DEAD?!
I ran across this myself not too long ago... First the Basics of how/why this happens the the rundown of how I fixed it
How/Why
---
Ok, so you are getting an error message stating bad connection to battery, or your phone is constantly restarting [this is not the only cause] and/or I got a weird yellow caution icon in the charge only screen [the screen seen when phone is off but plugged in to charger] [you may also get a series of quick vibrates as well in charge only screen with this as well].
From my research this seems to be caused by shutdown hangs when phone turns off when OS states 0% battery and goes to auto shutdown [may also happen if like 0 - 1% and you hit shutdown]. When the phone is about dead and goes to shutdown the capacitive lights [that bottom row of menu, home, back, search] stay off. The problem comes in if the ROM you are using hangs during this time. Contrary to popular belief when the OS says 0% and shuts down THIS DOES NOT MEAN THE BATTERY ITSELF IS AT FULLY 0% CHARGE. ANY BATTERY [not taking in to account so new experimental tech that may be out or come along come on lets be reasonable here] CAN NEVER BE TRULY FULLY DRAINED. If this were to occur you would need a special deep trickle charge device to breathe life back in to the battery. So now that's explained...
If shutdown hangs when the battery was already as dead as it can be unless you have that special device if it stays hung then it will very slowly take the battery past this safe point and you run the risk of killing it in such a way you cant revive it with a normal fast charger. Now of course since the phone is in a shutdown state it will hardly use any power at all and this should take hours [if not a couple days; I dunno as I dont want to test this and see how far you can push it] to get to the point of absolutely no return.
So when you go to even plug in to charge Android detects this and assumes the battery is damaged and is truly dead or close to it and warns you.
THE FIX
---
So after that happened when I went ot plug it in to charge the next morning [as I forgot to try to do it before bed and that would have shown a hang and I would have reseated battery and it would have been fine] I got to charge only with the yellow caution symbol and it was constantly quick vibrating so I hurried and pulled the battery and tried to put it back and got no boot vibrate and could not get charge only screen so I called Tmo and went through the motions and they agreed it was the battery and since they only replace phones referred me to Samsung
I called Samsung and to get a new battery they have A CRAZY RMA Policy [to force you to buy a battery rather than get a replacement] where you need the ORIGINAL receipt and then to wait for them to ship you a label [not next day; 5 business days], send it to them, wait for testing, and wait for them to send a new one back [again the SLOW way]. Since I dont have my receipt and refused to wait the crazy 4ish weeks it prolly would turn out to be I called them crazy and hung up. What I did was to leave the battery out of my phone for roughly 12 hours - 1 day [trying to just reseat the battery turned out to do no good the phone would not even boot vibrate even after a couple tries] then when I put it back I got it to boot to charge only screen with the warning and no constant vibrate this time]. I then waited a few min to try and ensure the battery got some charge and then pulled it out and reseated it and plugged phone back in [if you leave charger plugged in phone stays kinda on have to unplug charger AND reseat battery then plug it back in EVERY TIME].
THIS TIME I GOT TO CHARGE ONLY WITH NO WARNINGS! I let it sit for 12 hours [ENSURE it is FULLY CHARGED AS BEST YOU CAN] and I was able to boot the phone. For the next several days I would get random restarts and on occasion I would get an error stating Bad connection to battery. When that happened I had to pull battery reseat it and restart the phone [sometimes a few good times in a row stick with it] and over those few days I CAREFULLY monitored the battery to be sure I did full charge cycles [charged it fully in charge only and as soon as it auto shutdown I made sure to get it RIGHT on the charger [and pulled battery and made sure to see charge only screen to ensure another hang up didnt get me].
After those few days, I felt comfortable to CHARGE IT FULLY IN CHARGE ONLY and ran through calibrating the battery. After the calibration I no longer got random restarts or errors saying Bad Connection to Battery and ever since it has been good to go.
I know that was a little long winded but trying to get all the info in there as I AM NOT TESTING THE CONDITIONS THAT BROUGHT THIS ON TO FURTHER REFINE THE STEPS. Unless someone wants to buy me a couple spare batteries to test this and I know I have a good spare to fall back on.
Device: Samsung Tmobile S2 [SGH-T989]
ROM: Paranoid Android 2.52
Tweak Script: Newest Supercharger V6 with modified services.jar+KaK+3G Turbocharger
Which Android versions? So people aren't confused
Sent from my SAMSUNG-SGH-T989 using xda premium
Locksmith81 said:
Which Android versions? So people aren't confused
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
All Android versions apply I would specify in title of my thread if it were limited just tailored to be best method with our device regardless of OS as long as you have cwm or most other custom recoveries.
Device: Samsung Tmobile S2 [SGH-T989]
ROM: Yaldak's Vanilla ICS RC2
Radio: Blaze 4g ICS Radio
Tweak Script: Newest Supercharger V6 ICS with modified services.jar
Superchargers 3g turbo boost
(specific T989 pack as next project)
I agree with what Google said about battery calibration and conditioning, it is a placebo effect. I have never calibrated nor conditioned my battery and always get anywhere from 15 hours to 2 days use out of my battery depending on use.
Sent from my SGH-T989 using xda premium
DannyB513 said:
I agree with what Google said about battery calibration and conditioning, it is a placebo effect. I have never calibrated nor conditioned my battery and always get anywhere from 15 hours to 2 days use out of my battery depending on use.
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
LoL and if you abuse battery by leaving it plugged in our never fully charging discharging battery and statistics are messed up or a bad flash corrupts them what you get new battery?
All I can say is I have seen huge gains on devices doing this, yes it won't help to do it all the time that is a placebo, but trust me in real world with folks not always using devices per manufacturers guidelines (cough rooting and custom ROMs cough) it can really help.
Trust me I don't post info unless I exhaustively test something and can vouch for results myself on multiple devices and with multiple user feedbacks (just ask mysticfrog if it is worth reading what I post )
To each his own though you don't have to follow my advice if you choose not to I ain't gonna show up at your house or anything )
Sent from my SAMSUNG-SGH-T989 using Xparent Green Tapatalk 2
This method works not because u wipe battery stats, but because u reset the battery memory, which is built into the battery itself. Google has confirmed the myth, wipe battery stats simply deletes a bin file that android creates on each reboot that track your app usage per charge, that is all.
It should also be noted that doing the method frequently will actually have ADVERSE affects on your battery. Completely discharging newer lithium batteries can result in dead cells, so be careful.
icenight89 said:
This method works not because u wipe battery stats, but because u reset the battery memory, which is built into the battery itself. Google has confirmed the myth, wipe battery stats simply deletes a bin file that android creates on each reboot that track your app usage per charge, that is all.
It should also be noted that doing the method frequently will actually have ADVERSE affects on your battery. Completely discharging newer lithium batteries can result in dead cells, so be careful.
Click to expand...
Click to collapse
Well FYI, there is actually no way to FULLY discharge a battery UNLESS you left it without charging for days or weeks by fully discharging we mean until phone wont turn back on which leaves plenty of charge for a couple weeks still there. If battery EVER FULLY discharged you would need a special deep slow charger to revive it. You can trust I have been on computers and technically minded since I was VERY young [over 20+ years experience in computers and related devices]
Keep in mind Google engineers may not want to say admit there could ever be a battery issue that could be blamed on something like a stats file as that could open them to lawsuits since they do not disclose that at time of sale so sometimes what google may say on something while not an out right lie by any means will be shaded to benefit them every time [they have to make money can't blame them too much ] LLike they just got caught overriding browser privacy settings be exploiting an old loophole in cookie code so even if you said to deny google based cookies they were still getting all the tracking info they needed from you, or in UK [and here but under investigation] when they had the street cars for maps out and got caught gathering unencrypted wireless data to include passwords, emails, internet traffic, etc.] or how they just released that they are now spending 5 BILLION in lobbying in Washington up 5 fold from only a couple years ago. Not trying to say you cant listen to what they have to say just saying maybe you could investigate what they say just like you read my post and were not satisfied and went looking for information.
CORRECT, you wipe the statistics file SAVED ON THE DEVICE that saves your statistical information about your usage as battery charge changes [the file on the battery is actually just for dating, # of charge cycles, and current charge level you cant mess with that]. BUT, the statistics file ON the phone can be erased. By doing this you wipe away the files if they are corrupt OR have outdated information for say a differnt ROM with DIFFERENT usage conditions.
I already said you shouldn't do this everyday there is no gain from that, but if you say are home body and leave it plugged in all day everyday for a month and then go to go on a trip your battery will die too fast as the statistics Android is using are based on being plugged in all the time [NOT RECCOMENDED as again device chargers are fast chargers meaning they throttle between slow and fast charge and you DONT want the top 25% of a battery to be charged quickly as that can really hurt the battery and leaving it plugged in will increase the chances the charger accidentally throttles to fast during a time it should not as time goes on] so you would wipe those and have it restart stats while it is now being used off charger instead of on and that does and will get extra life [not more than the battery is physically capable of just the MAX it is capable of.
The only proof you need is to see when the phone shutsdown saying no more battery and then if you can boot it up and it says 10% left and stays running for another 15 min then the statistics are off and you can reset them to gain that time BACK instead of having the device shutdown earlier than it should have.
Dude I did not say this will give you more battery life than the battery is capable of, it is like chkdsk for your phone as you use NTFS it journals [albeit poorly and half ass] and should not suffer from corruption, BUT users who shutdown the machine incorrectly for instance will find when they run chkdsk on occasion they gain free space back due to errors caused by incorrect usage. The philosophy is the same here.
or EXT3 which is fully journalized should NEVER need to be checked yet they have e2fsck to fix errors due to corruption [again due to incorrect usage [ie forced power outtages that the FS can't account for] because even though it shouldn't happen in the real world nothing goes to plan.
sorry, gotta be said, stupidest post ever, clearing battery stats is pointless, and STORES NO INFORMATION ABOUT CELL CAPACITY/OR ANYTHING OF THE SORT, all that is actually on the board inside the cell.. also, check the location, gets wiped installing a new rom anyways? Also, with cell phones (keyword, CELL) Which use lithium ion cells, there is NO POSSIBLE WAY to "calibrate" the cell through the device, please at least research befor posting "how tos" u more or less are wasting peoples time
@buddy saying killing a lithionum cell will ruin it, also bull****, that. Control board inside is designed to actually stop or "die" around 100mAh meaning its impossible to kill a lithium ion cell without screwing with the board, or leaving it in device, empty, for over 6months.. PLZ PPL, CHECK UR FACTS BEFORE POSTING
doug36 said:
sorry, gotta be said, stupidest post ever, clearing battery stats is pointless, and STORES NO INFORMATION ABOUT CELL CAPACITY/OR ANYTHING OF THE SORT, all that is actually on the board inside the cell.. also, check the location, gets wiped installing a new rom anyways? Also, with cell phones (keyword, CELL) Which use lithium ion cells, there is NO POSSIBLE WAY to "calibrate" the cell through the device, please at least research befor posting "how tos" u more or less are wasting peoples time
@buddy saying killing a lithionum cell will ruin it, also bull****, that. Control board inside is designed to actually stop or "die" around 100mAh meaning its impossible to kill a lithium ion cell without screwing with the board, or leaving it in device, empty, for over 6months.. PLZ PPL, CHECK UR FACTS BEFORE POSTING
Click to expand...
Click to collapse
Before being so abrasive, it should also be said that you stated facts without providing correlating evidence. I'm here to learn just like everyone else, and if something was said in error it is only based on information i have read or learned elsewhere. If you look at my thanks meter you will see i am an EXTREMELY helpful user on this forum.
Although uncalled for in the way you stated it, I would be interested to see where you obtained this information. Perhaps some links?
icenight89 said:
Before being so abrasive, it should also be said that you stated facts without providing correlating evidence. I'm here to learn just like everyone else, and if something was said in error it is only based on information i have read or learned elsewhere. If you look at my thanks meter you will see i am an EXTREMELY helpful user on this forum.
Although uncalled for in the way you stated it, I would be interested to see where you obtained this information. Perhaps some links?
Click to expand...
Click to collapse
I am sorry if I hurt you're feelings, I can't account for local customs, I am here to pass along info. When I get time I will post links if needed you can google things like google cookies bypass browser settings, google street car suits, etc to double check me. Right now I have a dislocated ankle and getting dental work done so it may take a day or 2 before I can sit down and index the information for you.
Sent from my SGH-T989 using Xparent Green Tapatalk 2
RealPariah said:
I am sorry if I hurt you're feelings, I can't account for local customs, I am here to pass along info. When I get time I will post links if needed you can google things like google cookies bypass browser settings, google street car suits, etc to double check me. Right now I have a dislocated ankle and getting dental work done so it may take a day or 2 before I can sit down and index the information for you.
Sent from my SGH-T989 using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Not you RealPariah, you posted an informative thread with information based on your testing and results, and nothing is wrong with that, health debate is good and you provided some good arguments. I was making reference to doug36, and his rather uncalled for comments.
This would be what your looking for, quick google search,
Click a result and read the specifications.
http://elithion.com/lithiumate-pro-cell-boards.php
Ofc none really compare to the one in these batteries, but you should get the idea
They all have a preset for min (Isolation voltage apparently xD google rocks)
as other variables, and ofc with OEM cells, and boards,
Are actually able to store a WIDE variety of data to the cell, and the device doesn't have write access to this board...
So how can you calibrate it?
Also, google debunked this a while ago (batterystats)
And stated EXACTLY what its used for IT DOESNT STORE THE CURRENT PERCENT
batterystats.bin is located in "/data/system"
And 99% of roms wipe data/system/cache partition
Last point.
Its deleted/redone on boot, REGARDLESS OF POST STATE
meaning, its new every time anyway.
You are totally missing the point the below copied conversation may help:
The batt stats is a file under data, and it attempts to keep a good record of your usage to accurately predict your battery use. It's good to wipe this, if you're able, every two weeks or so. This file can also get messed up if you flash a rom on a non full battery, hence why battery can be worse after flashing a new rom.
Sent from my Droid using Tapatalk
Tank, *where* under data do I look for the battery stats - what's it called?
-Mike
It is the batterystats.bin under /data/system.
Oh and yes file is replaced at install and that's what causes you to have to then remove it while battery at totally full so file starts correctly thus fixing the problem. The same goes with usage the file may get corrupted if phone shutdown incorrectly, or app did something, or storage has an issue causing data loss, etc. Or be totally wrong because you swapped out the battery (whether it dies or you have spares what matters is it is a physically different battery you should wipe) and why I posted how to do it best on this phone.
I am not saying you are doing anything to the battery itself. You are working with the Android system and what it is doing (not changing it just restarting it).
I have seen this personally help at least 20 unique Android based devices personally and to varying degrees of success (depends how far off the estimation has gotten) so I know it can help.
Sent from my SGH-T989 using Xparent Green Tapatalk 2
Ok, and u didnt read my post, ITS RECREATED ON BOOT REGARDLESS OF POST STATE,
Try this if you wanna test
Usng root explorer find the file, mod permissions 777 (rwxrwxrwx)
Edit it in text editor probly wont open it all, who cares.
Add anything at top or bottem, save, restore perms, and battery pull
Reboot and see if that lines there.
If it helped some devices it was probably the reboot.
Again please test this if your actually making a "guide".
Also, HOW CAN IF EFFECT A ROM INSTALL IF ITS A SYSTEM FUNCTION AND DOESNT EVEN CALL CURRENT %
Its main purpose is show a timeline in >SETTINGS>APPLICATIONS>battery use (I believe that's wherre) on GB
And >SETTINGS>battery on ics..
the file can't get messed from rom install..
Alls it does in a short sentance:
Stores information regarding uptime/cpu on running APPLICATIONS,not services.
This information is then calculated from the info from the cell board, such as
Max mAh and Isolation voltage, to get a estimation of the percentage of the battery use used by that application
COMPARED WITH THE SYSTEM. This file IN NO WAY DOES ANY SORT OF CALCULATIONS ITSELF
IT IS:
NOT a binary
NOT a configuration
NOT an executable
A list of references that the system should gather calculations for.
Recreated on boot
Read/write on system no perms on group/others
A temp file.
You brought up another useless. point, data corruption from incorrect shut down is rare to say the least that's what buffers are for
Android, like most full OSs (linux also, duh) use multiple countermeasures to stop this
If The system stored the mah levels of the cell WE COULDNT USE EXTENDED BATTERYS
as I said a few posts back RESEARCH BEFORE MAKING STUPID TOPICS
Its not recreated on boot if it were there would be even more problems that file should only be created when battery at 100%.
ALSO CACHES ARE USELESS IF SHUTDOWN INCORRECTLY (power loss due to not enough power a user pulling a battery during a freeze, etc can happen anytime you are thinking of journal which should eliminate errors (in theory) but really only help, if that ass umption were correct (that ext file systems gave no errors) then why does a file system repair tool exist (e2fsck) if errors never needed fixing?
Look you obviously have your head in a book, try something out in practice and stop quoting theory and corporate lackeys I have read all the same things before too. I am not new to Linux or Android.
Also statistics are not hard set to one mah level or they would have to do stats for every new battery the system takes basic info such as full mah from battery and current level (so if charger plugged in it is not fried) and generates a new stats file on boot if none exsists, but if you day have stock battery in it does then you plug in extended battery you would see when it"supposedly"did you can turn phone back in. if estimation was never wrong then once it dies saying 0% you couldn't turn it back on because you were already tools battery did not have enough power to continue to run phone. If it does turn on for any length of time the OS got it wrong.
you don't want to calibrate your battery don't this is last time I reply to this tangent.
Sent from my SGH-T989 using Xparent Green Tapatalk 2
icenight89 said:
Not you RealPariah, you posted an informative thread with information based on your testing and results, and nothing is wrong with that, health debate is good and you provided some good arguments. I was making reference to doug36, and his rather uncalled for comments.
Click to expand...
Click to collapse
I am sorry I misread you, and sorry you got lost in the mix there., thank you, but you can only lead a horse to water I guess. I just love how he says research and then says that cache helps save you from bad shutdowns when in fact cache is set aside fast access memory [usually a chip on the device or could be provisioned RAM] and that is what causes the problems on bad shutdowns [since it is in a form of memory dependent on power an you lose power that data is lost and how to try to mitigate that on power loss or bad shutdowns is half the battle. I think he was talking about the journaling found in the EXT file systems I think which is supposed to help re-create corrupted data if it happens, but as with everything computer nothing is ever 100% in practice, and is why you have need for error checking with things like e2fsck.
Also, I hope he realizes Google ASSUMES THE FOLLOWING CASE WITH ALL SUBSCRIBERS When dealing with anything: You buy your Android Device, You turn it on, you use it (maybe with some accessories like headset and bluetooth), and you never change anything the OS, the Battery, anything inside the case. They enjoy modders and developers, BUT they always call anything modified [EVEN EXTENDED BATTERIES] outside the normal and therefore outside of warranty and outside of the scope of any support they offer.
I do my best volunteering my time giving information learned from countless hours of love poured in to a craft that I love, working on a MULTITUDE of devices [I have co-workers, neighbors, and even sometimes strangers approach me and have me help them do any number of things]
FOR INSTANCE THIS METHOD OF CALIBRATION was thought of, sorted out and gathered AFTER my boss had an issue with his phone lasting like 6 hours on a charge and he wondered why when using 3 different batteries the phone would behave differently even though they were all the same make and size. I then went out and researched why that could be and gathered information and learned what was happening, was able to re-create it and then I fixed it. That was back in Android 1.5 LoL. Now when I got the S2 and had the same things happening several years later I researched that it was still an issue and went about fine tuning a method for fixing it best on the T989. Since initially learning how to do this and when and why I have helped COUNTLESS users who always complain their batteries die too quickly and who have never rooted, modified their phones or otherwise knew they could and when I went about getting custom recoveries and running variations of this method they all came back the next day or several days later and profusely thank me that they magically gained anywhere from an extra hour to 6. So I have to laugh when folks who read the first couple paid for results and quote the theory written in text books that I have already found through further research and practical use while not intentionally wrong did not take in to account certain things [be that apps can freeze a phone to the point you pull the battery or that a phone never loses power in such a way to cause data loss is just speaking in absolutes which is always an absurd thing in the technological realm.
Sounds like it's boiling over!
sent from a Android device
I'm always on!
axne1 said:
Sounds like it's boiling over!
sent from a Android device
I'm always on!
Click to expand...
Click to collapse
I know right is why I am done I posted more than enough on that and more than enough folks vouch for it that's the last I pay attention and reply to that.
Sent from my SGH-T989 using Xparent Green Tapatalk 2

[Q] ERM... I tried something without knowing fully what it would do.

I know that it was foolish of me to not fully research this set of commands I have copied the before and after of tit all from the command line. I was attempting to mess around with my phone with QPST. I know, I can REALLY REALLY make things hideous if I don't tread carefully with QPST, but I am willing to take the risk in order to learn, even if I do get burned because my phone bursts into flames.
Any who here is the output from my commandline which I ran because using *#0808# and switching to either RNDIS+DM+MODEM or DM+MODEM+ADB didn't make my phone visible for QPST. And I also tried while in recovery, download mode, and all the other settings in the *#0808# menu, plus variations of the menu and then booting into recovery, normal boot, and download mode. All to no avail, then in frustration I tried the following and it's gotten to the point I can't see my phone via adb anymore. So could someone please give me the undo set of commands for typing into my phones terminal as I can't type them via my computer due to adb not seeing it anymore? Thanks
C:\Users\xxxxx>adb devices
List of devices attached
0123456789ABCDEF device
C:\Users\xxxxx>adb shell
$ echo MODEM USB > /sys/class/sec/switch/usb_sel
echo MODEM USB > /sys/class/sec/switch/usb_sel
cannot create /sys/class/sec/switch/usb_sel: permission denied
$ su
su
# echo MODEM USB > /sys/class/sec/switch/usb_sel
C:\Users\xxxxx>adb shell
error: device not found
Oh!, and if anyone can explain either what the commands did or better yet where I can go read about such commands and what they do that would be great too. Thanks
Not sure how relevant this is or if it will help you but this man seems to be in kinda the same boat, why don't you take a look at this thread particularly post #2 http://forum.slimroms.net/topic/2008-broken-usbuart-path-causing-loss-of-adb/
Sent from my Nexus 7 2013 using Tapatalk
crazymonkey05 said:
Not sure how relevant this is or if it will help you but this man seems to be in kinda the same boat, why don't you take a look at this thread particularly post #2 http://forum.slimroms.net/topic/2008-broken-usbuart-path-causing-loss-of-adb/
Sent from my Nexus 7 2013 using Tapatalk
Click to expand...
Click to collapse
Thank you for the link I haven't tried anything based on the information yet, actually haven't read it all yet. Very complex stuff just lets me know how far I have to go. Odd thing is that I now for some reason have ADB working again. I did a factory reset recently and the other day I reinstalled/refreshed my computer. My computer was infected by a bunch of viruses and malware the phone was just sluggish and I had way more apps I wanted rid of than to keep. Anyway, I don't know if the virus on my system had anything to do with the malfunction or if it was the command I used but for now it is back to working.
I was working on a friends HTC Desire and was having a hell of a time getting fastboot commands to work. I got hboot USB working but when giving a command it would generate a "device connected toi USB has malfunctioned" also the USB ports would shut off untill reboot too intermittantly and even my wifi three or four days ago became disabled and I reset the adapter fine for 5mins then it went a level deeper and deeper till I reinstalled the driver. That being said it is more likely that it was the virus and or the person messing with my system that was causing all the grief. They even triggered email alerts on a couple of my accounts that passwords were input wrong 5 times in a row and that some security settings were being changed. Hopefully I have dealt with that if not I'll have to wait till they get bored. Sorry if that was a little off topic it sort of conencts to my recent problems.

Devices is not booting

Hello guys,
I am new to Android. So pardon me if my question is silly or vague.
My Sony Xperia Z1 Compact is not switching on. When I press and hold power button it shows Boot screen, then splash screen then as soon as home screen comes, it shows message your device is shutting down.
What could be the issue? And how to solve it?
Apart from this, can I access my device when it is switched off? I want to take backup of images, videos and contact. So that if I restore from PC Companion software, I would be worry free that I have data backup
Thanks.
Sounds like a simple case of the battery being flat. Have you tried charging it overnight?
spudata said:
Sounds like a simple case of the battery being flat. Have you tried charging it overnight?
Click to expand...
Click to collapse
Battery is 39% charged. I've also tried by charging it for 2-3 hours. But despite having 39% battery it shuts down as soon as home screen displayed.
Sorry, forgot to mention this information earlier.
parthbhagat said:
Hello guys,
I am new to Android. So pardon me if my question is silly or vague.
My Sony Xperia Z1 Compact is not switching on. When I press and hold power button it shows Boot screen, then splash screen then as soon as home screen comes, it shows message your device is shutting down.
What could be the issue? And how to solve it?
Apart from this, can I access my device when it is switched off? I want to take backup of images, videos and contact. So that if I restore from PC Companion software, I would be worry free that I have data backup
Thanks.
Click to expand...
Click to collapse
Is it in stock condition? Have you modded anything, (rooted, custom ROM, removed system apps, etc)?
levone1 said:
Is it in stock condition? Have you modded anything, (rooted, custom ROM, removed system apps, etc)?
Click to expand...
Click to collapse
It is in stock condition. Not modified anything. Not rooted, no custom ROM. Not removed system apps.
parthbhagat said:
It is in stock condition. Not modified anything. Not rooted, no custom ROM. Not removed system apps.
Click to expand...
Click to collapse
How can you see battery level? You can access files through adb shell on PC, (terminal), and copy to PC to save them if you have to. If you bought it new, I would contact Sony and see what they'll do. Otherwise, I would save what you can through adb, and try messing with it from there.
levone1 said:
How can you see battery level? You can access files through adb shell on PC, (terminal), and copy to PC to save them if you have to. If you bought it new, I would contact Sony and see what they'll do. Otherwise, I would save what you can through adb, and try messing with it from there.
Click to expand...
Click to collapse
When I switch it on it displays home screen for few seconds. On home screen I can see battery level.
Its been more than a year I've bought it. I've in fact contacted Sony service station, they says that it needs to be reset and doing so will wipe out data on internal memory.
I have not used ADB tool earlier. Will look at how to use it and copy data from internal memory from console.
For ADB, will it access internal memory when it is switched off? Because the phone switch on for few seconds only. Will ADB works and allow me to copy data in this circumstances?
parthbhagat said:
When I switch it on it displays home screen for few seconds. On home screen I can see battery level.
Its been more than a year I've bought it. I've in fact contacted Sony service station, they says that it needs to be reset and doing so will wipe out data on internal memory.
I have not used ADB tool earlier. Will look at how to use it and copy data from internal memory from console.
For ADB, will it access internal memory when it is switched off? Because the phone switch on for few seconds only. Will ADB works and allow me to copy data in this circumstances?
Click to expand...
Click to collapse
I don't know all the technical details, but it might be your best chance at this point. You need to install adb package on your computer, and make sure drivers are installed for your phone. Then open a terminal, and CD to the directory where adb is. Plug your phone in, and wait for any message to finish, (about installing software, etc - if you're using Windows, and it says 'searching Windows update', click on 'skip windows update'). Once it's done, type 'adb devices' to see if it's recognized. If it is, type 'adb shell', and you should get a new command prompt showing that you have access to the phone's files. Just use terminal commands to navigate around and copy files you want. If you're not familiar with it, you'll have some learning to do to figure out how to do it all, but it's not too difficult.
1) We know it's a battery problem.
2) We know that you want to backup your data through ADB.
3) You got to go through all these steps and see what it turns out to be.

Question Verifiy last finished dexopt job.

Been trying to dig around but don't see a solution for this.
On older devices you can apparently see this the last successful dexopt job via this command.
adb shell dumpsys jobscheduler
But I don't see it here nor have I any older phone to confirm success in finding it.
Any ideas?
Manually running "cmd package bg-dexopt-job" and it finishes in like 2 minutes and you know it does not have a lot of unfinished optimizing but it's a less fun way to know it
swejuggalo said:
Been trying to dig around but don't see a solution for this.
On older devices you can apparently see this the last successful dexopt job via this command.
adb shell dumpsys jobscheduler
But I don't see it here nor have I any older phone to confirm success in finding it.
Any ideas?
Manually running "cmd package bg-dexopt-job" and it finishes in like 2 minutes and you know it does not have a lot of unfinished optimizing but it's a less fun way to know it
Click to expand...
Click to collapse
Hey friend! Followed your guide over on the OP Community for optimizing apps and such for the 9Pro, and ran the adb command as well after setting up my 9pro as a clean flash, not restored from other phone.
Just put it on the charger, I was at something around 6 hours and 14 minutes of SoT, 30 hours off of charge with 3% battery left. I am still on 11.2.3.3 as well.
Not that any of this really relates to your question, but wanted to let you know!

Categories

Resources