Random data usage - myTouch 3G, Magic General

Hi guys,
Not sure what's happening on my Vodafone Magic...
Rooted it so i could install the HTC (htc_ime) keyboard. All that went fine all working ok. However since i've noticed my phone seems to be randomly using 5mbs of data every few hours. Can see this in netcounter. At one time i actually caught it happening, checked taskiller and closed everything that was running, yet the data still carried on transferring!!!
I've done a wipe to factory and set up again, just checked the phone before it was on 9mb, closed everything in taskiller, left for maybe an hour or two just looked and it now says 14mb.
Any ideas???

Could be the update problem I had. The phone downloads an update but fails to install (because the phone is rooted otacerts.zip does not match). If you catch it again you should be able to see the download progress in settings software update or the file being created in /cache. As soon as the download completes the update fails quietly and the cycle begins again. I'm looking for a stock ROM but for now I have copied /system/build.props from the ADB JFv1.51 ROM and is seems to have prevented the download from starting.

Roostlick said:
Hi guys,
Not sure what's happening on my Vodafone Magic...
Rooted it so i could install the HTC (htc_ime) keyboard. All that went fine all working ok. However since i've noticed my phone seems to be randomly using 5mbs of data every few hours. Can see this in netcounter. At one time i actually caught it happening, checked taskiller and closed everything that was running, yet the data still carried on transferring!!!
I've done a wipe to factory and set up again, just checked the phone before it was on 9mb, closed everything in taskiller, left for maybe an hour or two just looked and it now says 14mb.
Any ideas???
Click to expand...
Click to collapse
Turn off Data synchronization and see how it is. Maybe this is sync traffic

Downloaded JFV1.51 CRB43 ADP (10791) from the jesus freke blog.
adb pushed build.prop to system folder on phone, will leave it a few hours now and see if the data count randomly goes up or not, cheers!
Surely everyone should get this problem when they root? As i haven't put on a custom ROM or installed jesusfrekes stuff, just rooted it to install a keyboard!

Still doing it, went from 33mb to 37mb.
Could of done the build.prop wrong i guess, do you mind detailing the complete full procedure just in case?
Many thanks!

I had a very similar problem with my Magic although I don't know if it was downloading 5Mb chunks each time. It was on the stock firmware from Vodafone UK, can't remember if I had rooted at the time ... my Magic was rooted using these instructions: http://android-dls.com/wiki/index.php?title=Magic_Rooting
Just interested to see if you did the same? At one point I had noticed 200Mb of data downloaded within one week ... Voda only allows 500Mb per month in their 'fair use' policy.
I didn't ever fix this but wiped and flashed a different ROM, I've been OK since then. Unfortunately Netcounter does not tell you which apps have been doing the downloading!
I didn't have many apps installed but you know how it is, virtually every app in the market requires internet access for something or another.

Hmmm that sounds very similar to me st0kes.
Left Voda stock rom on, just rooted it to be able to install the htc keyboard and yep i used those instructions you linked to.
Think i will follow your lead and flash to a different ROM this afternoon, thanks for your reply!

How did you go flashing a different ROM Roostlick? Which ROM did you try (URL?).
I rooted my Australian Vodafone Magic the day i got it using the same instructions st0kes mentioned. I didn't replace the 'su' program since i didnt need it and seemed like an unnecessary security risk.
Data usage was fine (normal) for the first 2 weeks. Then it started downloading 4.5mb chunks every 2 hours.
Got close to my 1gig cap, so i turned off all data synchronisation. I have just received my bill today to find the cap was blown.... and that these 4.5mb downloads have continued.
Obviously looking to fix it, since i'm already 400mb through this months cap!!
edit: looked at Settings>About phone>System updates> and i can see "Android Update 1.5" waiting to be installed... no surprises its 4.2mb. I hit "download' on the update and it fails silently after downloading, giving a download prompt again.
Found some more info on the OTA updates in JF's blog here.
I'm currently testing the chmod solution:
./adb shell
chmod 000 /cache/download*

Hi rrfx,
I flashed the phone and installed the rom here:
http://forum.xda-developers.com/showthread.php?t=538633
Think it was the 3.6.8 release 4 version.
That seems to of fixed the problem

Roostlick,
You have done everything I did to solve the probelm except after I modified build props I did a factory reset and I have not hit the download button in settings->about phone->system updates since I did the factory reset. I still see the download available but it does not download any more.
Do you have the following info in settings->about phone (shows the build.props has been updated properly)?
Model No. = Android Dev Phone 1
Build = dream_dephone_.......
My phone is rooted as done here: http://android-dls.com/wiki/index.ph...=Magic_Rooting
B.

Hi guys, thanks for the information. I've fixed my phone now... for anyone else with this problem, and unwilling to use a 3rd party ROM... the path I followed from my post above.
JF's chmod 000 *.zip idea didnt work, my Vodafone Magic AU just kept downloading over the top. However using the SDK and logcat gave plenty of info
Code:
./adb logcat
I/SystemUpdateHelper( 63): Started a new update download: http://android.clients.google.com/updates/signed-vfpioneer-CRC1-from-CRB17.7fbab120.zip
D/InetAddress( 155): android.clients.google.com: 66.249.89.101 (family 2, proto 6)
D/InetAddress( 155): android.clients.google.com: 66.249.89.100 (family 2, proto 6)
D/InetAddress( 155): android.clients.google.com: 66.249.89.102 (family 2, proto 6)
E/SystemUpdateVerifierTask( 63): Verification for /cache/signed-vfpioneer-CRC1-from-CRB17.7fbab120.zip failed: java.io.FileNotFoundException: /system/etc/security/otacerts.zip
W/SystemUpdateHelper( 63): Download system update disappeared.
W/SystemUpdateHelper( 63): Download system update disappeared.
Specifically touching the exact filename in /cache and chmod'ing it 000 didn't work. Suspect the android downloader runs as root and seems to clobber the file anyway:
Code:
touch /cache/signed-vfpioneer-CRC1-from-CRB17.7fbab120.zip
chmod 000 /cache/signed-vfpioneer-CRC1-from-CRB17.7fbab120.zip
(didnt work)
I tried a bunch of other ideas, trawled through bits of the OS code etc. Tried manually downloading and forcing the OTA update.
What worked:
I tried replacing the build.prop file with JF's v1.51. If anyone needs specifics here happy to help.
Rebooted the phone etc, the build version didn't change and the downloads continued. I didn't want to do a factory reset! So left it like this for a couple of days.
This morning, checked the logs and the downloads weren't happening. Odd. Checked the build version and the "dream_devphone" seems to have been read from the build.prop file now! And in system updates "your system is currently up to date". Yay. So perhaps no need to do a factory reset.

Related

Haykuro 1.5r3 keeps downloading official update CRB43

Hi,
I still use Haykuros 1.5r3 and since last weekend my battery went flat in like 8 hours each time after charging. There was constant GPRS traffic and I finally found out why: The system keeps downloading the official update: signed-kila-CRB43-from-PLAT-RC33.xxxxx.zip from the google site.
When the download is done, the signature check of course fails (this is actually expected as far as I know) and it is redownloaded and so on....
Anyone got an idea how I can stop this? Preferably without upgrading to a newer build! Restoring all my apps and data takes ages...
Thanks,
Dicer
Edit:
Creating an empty file or directory and only giving root rights to write does not help
I think you should really switch from this ROM to another.
It doesn't take so long to resetup...
If you relly want to not switch use "toggle data" from the market and disable your data connection when yxou don't use it.
Maybe someone here knows a better solution.

Android constantly downloading?

Hi,
So I have been using my android for 6 month now and its all good. I have JF1.5 and offcourse its a rooted phone. I was travelling last week and so the phone was on roaming, I got back and turned data networks on and its all good. Except I noticed today that my phone has been constantly transfering data and it actually downloaded 500MB in only 3 days. My battery is being drained so fast, im not able to keep up with the recharge. So I had to actually delete the APN so that the phone no longer has data connectivity.
I looked up at the task manager and I couldnt find anything out of the ordinary. I closed everything up to only the android keyboard and the netcounter. Still I could see it downloading at full speed. So if anyone has any suggestion as to WHAT is it trying to download and Why ?? Please let me know.
Thanks abunch for any help !!
Update to JF 1.51.
I'm having the same issue, and I'm on JF1.51. The weird thing is, I did a manual flash and the version in About still shows as 1.5. Should 1.51 show up in there somewhere?
I've been without data for the past two days but I haven't had to charge my battery yet!
Do either of you have the SDK installed? If so, can you do us a favor and post your logcat?
southsidedan said:
I'm having the same issue, and I'm on JF1.51. The weird thing is, I did a manual flash and the version in About still shows as 1.5. Should 1.51 show up in there somewhere?
I've been without data for the past two days but I haven't had to charge my battery yet!
Click to expand...
Click to collapse
If you flashed JF1.51 correctly your build number should contain "CRB43". JF version numbering is not 1:1 with Android version numbering.
in that case, I have JF1.51 installed...
OK, so I had 1.50. I updated to 1.51 now , I will keep monitoring this for the rest of the day and if it starts downloading like mad again, I will let you guys know. I really REALLYYY hope this will fix it.
I think I have SDK installed in my desktop computer, if thats what you were asking for, please provide instructions to extract a log and send it to you.
Thanks for the reply.... The reason I ask is two-sided.
Sometimes apps can be malicious and I want to make sure that it's not something that could be adversely affecting you and secondly... if by chance there was another update that hasn't gotten leaked ... you might be holding the key.
Now mind you this will only work if you are having more issues...
Connect your phone to your computer and open a command prompt. Type in ADB logcat and hit enter. Right click and hit enter. This will copy the contents to your clipboard. Paste them (CTRL+V) here.
If you need further help, feel free to IM me at ChicagoTransAm
Thanks alot for your help.......
So the bad news is that the problem is still their, the good news is I got the log. I attached it to this post, because it wouldnt fit as a code since it has lots of characters.
So the code attached was generated in about 1min. during which the phone downloaded around 2.5Mb. I changed the APN settings to the correct one (so that phone could connect) and then it immediatly started downloading. after about 1 min. or less actually I changed the APN name so that it stops working. You will notice that in the log file where the correct APN is etisalat.ae
D/dalvikvm( 1385): GC freed 5220 objects / 260960 bytes in 207ms
D/InetAddress( 346): android.clients.google.com: 209.85.229.100 (family 2, prot
o 6)
D/InetAddress( 346): android.clients.google.com: 209.85.229.101 (family 2, prot
o 6)
D/InetAddress( 346): android.clients.google.com: 209.85.229.102 (family 2, prot
o 6)
D/InetAddress( 346): android.clients.google.com: 209.85.229.113 (family 2, prot
There it is. But no full link...
So Any ideas as to what is causing this ? or how to block it ?
Weees said:
So Any ideas as to what is causing this ? or how to block it ?
Click to expand...
Click to collapse
It's not an update, it's something else. My guess would be Market is trying to download something. You can stop it by adding android.clients.google.com to the hosts file, but then you'd lose all market access.
right but wut could it possibly be downloading ? and why not everyone ?? this is wierd !
Guys......any thoughts ?? PLEASEEE !!
Maybe the GTalk app. Try playing with it... i dunno.

[Q] OTA System Update - 1.141.07 WIFI - ERROR

I just updated my system and now my WIFI just reads error. I did a factory reset two times and still no luck does anybody have any suggestions?
androidA500 said:
I just updated my system and now my WIFI just reads error. I did a factory reset two times and still no luck does anybody have any suggestions?
Click to expand...
Click to collapse
What if anything did you do/load on your tab before you updated?
were you rooted and or applied removed any hacks or programs???
I don't know if I was rooted I didn't do anything to change the system when I bought it. All I did was download some games and use the browser. The update failed the first time, so I tried it again and it succeeded. As soon as the tablet restarted it had no internet access and on the setting menu under WiFi it just said Error.
i had to reset permissions on the wpa_supplicant to rwxr xr x.
How would I do that?
this has also happened to me. i'll try changing the permissions.
i used chmod 755 wpa_supplicant in the /systems/bin/ and my wifi still reads "Error"
did not work for me neither ;(
i think i will just send it to acer
You did reboot after making the permissions change, right?
yep i did. i did a system reset too and still came back as wifi error, and little did I know that when you do that it also wipes the "SD Card" internal storage as well, which had my system backup on it. UGH. Now, alot more troubleshooting
Ok I got wifi back up by restoring a system.img i found for the US to the original 1.04 version. After installing the patch manually, wifi failed to work. again.
After letting impatience get the best of me, I managed to extract the update from a posted link back to acer and successfully updated to 1.141. Now I have the same problem here. Error - No wifi.
Log reports an error loading the wifi driver. Tried to fix the wpa_supplicant permissions, but once I had the system folder set to r/w, the permissions were already at 755.
Anyone else figure this out? perhaps there's an old wifi driver we can use and replace the existing borked driver file?
Update: After searching though the forums, only two "fixes" are available for lack of wifi and neither of them do anything. Permission changes for the wpa_supplicant file does nothing and the two kernel mods also do nothing. In fact both those modules are the exact same size so I'd guess they are the same files. It has to be something else. Looking at attempting to revert back to 1.04 until this can get resolved (once I find the 3 images to do so)
Update2 (RESOLVED): Ok, this is something one would not expect from an update. From what it looks like, the update does NOT update the kernel in any way. The kernel modules were the cause of the error as the 1.141 update will update the modules but not the kernel itself. I found a set for my kernel here and after copying those to the /system/lib/modules folder (and changing the permissions to 755 or rwxr-xr-x) after rebooting I got connected. Hope that helps.
Update2 (RESOLVED): Ok, this is something one would not expect from an update. From what it looks like, the update does NOT update the kernel in any way. The kernel modules were the cause of the error as the 1.141 update will update the modules but not the kernel itself. I found a set for my kernel here and after copying those to the /system/lib/modules folder (and changing the permissions to 755 or rwxr-xr-x) after rebooting I got connected. Hope that helps.
Click to expand...
Click to collapse
Thanks! This worked for me.

Can't find my 2.3 update

I was out of the country and used my phone on wifi. Of course as soon as I am gone, I get the notification for the 2.3 update. I downloaded it (160 megs or so) over wifi, but didn't install it since I wasn't sure if it would turn off my airplane mode and I would get slammed by tons of txt which add up $$ quick. It was always in my notification bar for the update and when I cleared all notifications it was still there under "ongoing". I landed back in the US and turned on the cell. A few minutes later I looked in the notifications and the update was gone. Anyone know where the file was saved on my phone so I can go ahead and run the update? Thanks in advance. I checked the "about" screen and I am still running 2.2 (was hoping it automatically updated without me knowing it).
DMC78 said:
I was out of the country and used my phone on wifi. Of course as soon as I am gone, I get the notification for the 2.3 update. I downloaded it (160 megs or so) over wifi, but didn't install it since I wasn't sure if it would turn off my airplane mode and I would get slammed by tons of txt which add up $$ quick. It was always in my notification bar for the update and when I cleared all notifications it was still there under "ongoing". I landed back in the US and turned on the cell. A few minutes later I looked in the notifications and the update was gone. Anyone know where the file was saved on my phone so I can go ahead and run the update? Thanks in advance. I checked the "about" screen and I am still running 2.2 (was hoping it automatically updated without me knowing it).
Click to expand...
Click to collapse
here, download THIS FILE, and rename it to "PD15IMG.zip"
place it in the root of your sdcard, reboot into hboot/bootloader by holding power +volume down buttons, then follow the onscreen instructions.
good luck
That file saranhai gave you is exactly what you need. Do as he says, and you'll get what you are wanting. Its the least dangerous flash you can make to your phone. If you walked into T-mobile and asked for the update they would pop in an sd card with that file and follow the same procedure.
BTW, its important that the name be all caps.
Sent from my HTC Glacier using XDA App
Correct me if I'm wrong, but I believe doing this manual install will wipe your device's memory. Just a heads up as a reminder to backup your data beforehand.
Yeah, it will. Sms backup & restore will save your sms messages at least.
Sent from my HTC Glacier using XDA App
Thanks for the help. Is there any way to run the update that I already downloaded ? I assume that it is stored somewhere, and wanted to see if anyone had an idea where.
Hello,
I really dont know if the file has the same name but you can try using find.
Something like that :
Code:
adb shell find / -name PD15IMG.zip
Regards

[Problem identified] CM 12.1 - Wifi connectivity VS mobile data priority problem

[Solution HERE: disable AFWall+-2.0-alpha2]
Hey there,
I installed the optimized CM12.1 20150602 with Xposed and Xprivacy and now I got a connectivity problem:
When I come back from flight mode or enter a known wifi, wlan0 connects to my local wifi but Internet still gets routed through mobile data (LTE).
ping rounter not possible
Wifi icon has a "!"
netcfg shows:
Code:
rmnet_usb0 UP 10.175.104.107/29 0x00000041
wlan0 UP 192.168.2.126/24 0x00001043
on turning off mobile data, wifi data starts working and keeps working when I turn mobile data back on
I tried with a clean system: no problem, added Xposed/Xprivacy: no problem. So I guess one of my apps with root access must have caused that bug.
Possible candidates: AFWall, AdAway, droid VNC, OpenVPN, OS Monitor, SSHDroid, Tasker, TB.
Anyone knows how to fix this? I guess it must be a problem of how and what gets prioritized.
The setup took me quite some time and it would be great if I could fix this without starting from scratch. Plus I'd like to know the source of the problem.
Log attached.
I run none of the apps you mention and have the same issue and it happens on all wireless networks. I know of two workarounds, if they can be called that.
First is to cycle WiFi from within settings. When I do that it normally works right for a few days after.
Second is to power cycle my wireless router. That normally only works for a day or so as well.
I personally feel this is a flaw in CM as I have also seen the exact same issue on CM and any ROM built from it.
FIX
I found a fix for my problem by trial and error:
First I dirtyflashed the system again which didn't help, so I thought the problem must be in /data... thats where wpa_supplicant.conf is located so I had a look at it and strangest thing was:
The priority numbers for high eventhough it had only three entries. I changed them to 1/2/3 and rebooted. After that automatic connection to wifi worked again. BUT:
I rechecked the
Code:
/data/misc/wifi/wpa_supplicant.conf
again and the priority was back to the old state: 41/47/38 - in this order for the only three networks.
So the fix for me was: Change priority and save. Reboot afterwards.
Can someone elaborate on how this could fix the problem?
Oh and I must revoke my solution. Didn't work on the other network. :/
OK next trial and fail: deleting wpa_supplicant so it gets renewed. No difference.
Maybe I just try to install a fresh install and just restore /data.
I tried deleting the whole /data/misc/wifi folder. Didnt fix it!
And now I even installed from scratch and restored /data only from backup. Didn't help either!
What do I have to remove to fix this???
Rule number 1 of the Optimized ROM: do not use Xposed if you want support. So, uninstall Xposed, make a logcat of your issue if uninstalling Xposed doesn't fix it, then send that to AntaresOne.
He doesn't read the threads in Q&A, and wouldn't reply to this one anyway because of Xposed.
Strephon Alkhalikoi said:
Rule number 1 of the Optimized ROM: do not use Xposed if you want support. So, uninstall Xposed, make a logcat of your issue if uninstalling Xposed doesn't fix it, then send that to AntaresOne.
He doesn't read the threads in Q&A, and wouldn't reply to this one anyway because of Xposed.
Click to expand...
Click to collapse
Yes, thank you, I know that.
I didn't report a bug, I'm just trying to understand the problem, so I won't run into it again.
I tried tried a clean system and a clean system with Xposed and Xprivacy installed and did not have that problem, so I ruled that out.
Lucky for me: I did mention that in my OP.
My point is that you're presenting your information to the wrong audience. You need to post the logcat, without Xposed, on the Optimized CM12.1 thread, if you haven't already done so. That way the people who can actually do something about it can attempt to fix it.
I do apologize however for not reading the thread properly. It was late at night for me and I was half asleep. *sigh*
SOLUTION
So I hope it is fixed now.
My last resort was to flash a new modem/non-hlos.
I was on a 4.4.2 modems (DTM-I9505XXUGNG8_I9505DTMGNG3_I9505XXUGNG8_HOME.tar) before and updated to the latest modems for T-Mobile Germany: DTM-I9505XXUHOD5_I9505DTMHOD1_I9505XXUHOD5_HOME.tar.
This seemed to have solved my Wifi problem.
Step-by-step (no data loss but still: make a backup):
Check which is the latest ROM for your country/carrier on sammobile.com
Download ROM on sammobile.com or samsung-updates.com (no account necessary).
Extract ZIP > rename extracted *.tar.md5 to *.tar > extract modem and non-hlos file from *.tar with WinRAR or the likes.
Shutdown mobile and start into Download mode (Vol-Down)
Run Odin, disable Auto-restart and flash modem and reboot back into Download mode (I did that twice because people were hinting that but I doubt it's necessary).
Flash non-hlos in case you have a S4-LTE version.
Reboot and test.
/edit: didn't fix it.
Solved this time?
I think I finally found the problem: AFWall v2.0-alpha2 seems to cause the connectivity problem.
As soon as I deactivate the Firewall connection won't have any problems. I can't believe I needed so much time to find the bad boy.
Guess I didn't want to reduce security on my system, so I tried to avoid disabling/deleting my firewall.

Categories

Resources