[Q] Wifi works for a few minutes, then dies (kinda) - 7" Kindle Fire HD Q&A, Help & Troubleshooting
A few days ago, my daughter's KFHD stopped functioning properly. Somehow it updated to 7.4.8, and all was messy after that. I managed to back up the apps, and flashed for Kinology 3.2, and I'm seeing similar behavior, so it's two roms it's been happening on. Wifi works for a while, but then stops working.
I have a dual band router setup, and I can connect to either band fine at first.
Then, after working fine for a few minutes, the connection *stops*, no errors or warnings, just, nothing. Turning the screen off seems to expedite this, but I could just be imagining that part.
After it stops, turning the screen off, then on again, I get an X over the Wifi icon, but it still shows as connected.
Sometimes, if I switch bands, it will work again, but almost always, I have to reboot to get it to connect again.
Try leaving it plugged into your pc with adb enabled and when the connection drops running
Code:
adb shell dmesg
, the part at the bottom might list some info as to why it disconnected. Other than having a wireless b device on a n network i can't think of a decent reason for it to randomly disconnect. A adb logcat might help as well if there's no relevant wlan related info on the dmesg towards the bottom., if you happen to post any output from a logcat or dmesg, please put it in code brackets.
I have no idea what to look for. I did a dmesg and I didn't find anything that looked relevant or interesting searching for wifi, or wlan. I looked for error and found this (including several lines before and after)
Code:
<6>[53406.056396] RTC: Alarm set to 2014-03-04 22:27:43. (Now is: 2014-03-04 22:22:11 UTC)
<6>[53406.060577] max44007_suspend
<6>[53406.061523] smb347 3-005f: Entering suspend, event = 0x0002
<6>[53406.061553] smb347 3-005f: Finishing suspend
<6>[53406.063262] PVR: PVRSRVDriverSuspend(pDevice=e64ade00)
<6>[53406.063323] PVR: SysSystemPrePowerState: Entering state D3
<6>[53406.063354] PVR: Uninstalling device LISR on IRQ 53 with cookie e5d96000
<6>[53406.063415] PVR: DisableSystemClocks: Disabling System Clocks
<6>[53406.070678] bu52061_suspend
<6>[53406.071319] PM: suspend of devices complete after 64.239 msecs
<6>[53406.073303] active wake lock wlan_rx_wake, time left 124
<3>[53406.073303] pm_noirq_op(): platform_pm_suspend_noirq+0x0/0x40 returns -11
<3>[53406.073303] PM: Device power.0 failed to suspend late: error -11
<6>[53406.074951] PM: early resume of devices complete after 1.525 msecs
<3>[53406.075347] PM: Some devices failed to power down
<6>[53406.075744] bu52061_resume
<6>[53406.189178] PVR: PVRSRVDriverResume(pDevice=e64ade00)
<6>[53406.189208] PVR: SysSystemPostPowerState: Entering state D0
<6>[53406.189239] PVR: EnableSystemClocks: Enabling System Clocks
<6>[53406.189270] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie e5d96000
<6>[53406.194641] bq27541 3-0055: Suspend drainage: 0 % over 132 msecs
<6>[53406.194702] bq27541 3-0055: batt:def:cap=95;CT;1,mv=4123;CT;1,current_avg=-30;CT;1,temp_g=237;CT;1,charge=4000;CT;1:NR
<6>[53406.194732] smb347 3-005f: Finishing resume
<6>[53406.194763] max44007_resume
<4>[53406.196105] bcm2076_bt_rfkill_set_power(On)
<6>[53406.200927] PM: resume of devices complete after 125.518 msecs
<7>[53406.374816] PM: Finishing wakeup.
logcat:
Code:
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
D/dalvikvm( 260): GC_CONCURRENT freed 1927K, 30% free 17460K/24775K, paused 6ms+16ms
I/WakelockDebugService( 260): Checking for active app wake locks...
D/dalvikvm( 404): GC_CONCURRENT freed 437K, 51% free 10472K/20999K, paused 5ms+2ms
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
W/Intent ( 260): Failure filling in extras
W/Intent ( 260): java.lang.RuntimeException: Parcelable encounteredClassNotFoundException reading a Serializable object (name = java.util.MiniEnumSet)
W/Intent ( 260): at android.os.Parcel.readSerializable(Parcel.java:2037)
W/Intent ( 260): at android.os.Parcel.readValue(Parcel.java:1905)
W/Intent ( 260): at android.os.Parcel.readMapInternal(Parcel.java:2094)
W/Intent ( 260): at android.os.Bundle.unparcel(Bundle.java:223)
W/Intent ( 260): at android.os.Bundle.putAll(Bundle.java:296)
W/Intent ( 260): at android.content.Intent.fillIn(Intent.java:5724)
W/Intent ( 260): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:200)
W/Intent ( 260): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:182)
W/Intent ( 260): at android.app.PendingIntent.send(PendingIntent.java:509)
W/Intent ( 260): at android.app.PendingIntent.send(PendingIntent.java:463)
W/Intent ( 260): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:708)
W/Intent ( 260): Caused by: java.lang.ClassNotFoundException: com.amazon.mcc.crashreporter.ReportType
W/Intent ( 260): at java.lang.Class.classForName(Native Method)
W/Intent ( 260): at java.lang.Class.forName(Class.java:217)
W/Intent ( 260): at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:2297)
W/Intent ( 260): at java.io.ObjectInputStream.readNewClassDesc(ObjectInputStream.java:1656)
W/Intent ( 260): at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:683)
W/Intent ( 260): at java.io.ObjectInputStream.readNewClass(ObjectInputStream.java:1536)
W/Intent ( 260): at java.io.ObjectInputStream.readNonPrimitiveContent(ObjectInputStream.java:781)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1999)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1956)
W/Intent ( 260): at java.io.ObjectInputStream.readFieldValues(ObjectInputStream.java:1137)
W/Intent ( 260): at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:455)
W/Intent ( 260): at java.io.ObjectInputStream.readObjectForClass(ObjectInputStream.java:1369)
W/Intent ( 260): at java.io.ObjectInputStream.readHierarchy(ObjectInputStream.java:1266)
W/Intent ( 260): at java.io.ObjectInputStream.readNewObject(ObjectInputStream.java:1851)
W/Intent ( 260): at java.io.ObjectInputStream.readNonPrimitiveContent(ObjectInputStream.java:787)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1999)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1956)
W/Intent ( 260): at android.os.Parcel.readSerializable(Parcel.java:2031)
W/Intent ( 260): ... 10 more
W/Intent ( 260): Caused by: java.lang.NoClassDefFoundError: com/amazon/mcc/crashreporter/ReportType
W/Intent ( 260): ... 28 more
W/Intent ( 260): Caused by: java.lang.ClassNotFoundException: com.amazon.mcc.crashreporter.ReportType
W/Intent ( 260): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
W/Intent ( 260): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
W/Intent ( 260): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
W/Intent ( 260): ... 28 more
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
Code:
I/InputReader( 260): Reconfiguring input devices. changes=0x00000004
I/InputReader( 260): Device reconfigured: id=1, name='AtmelTouch', surface size is now 800x1280, mode is 1
I/ActivityManager( 260): Config changed: {1.0 0mcc0mnc en_US layoutdir=0 sw640dp w1024dp h640dp lrg land rot_90 finger -keyb/v/h -nav/h s.40}
D/OpenGLRenderer(19292): Flushing caches (mode 0)
D/OpenGLRenderer( 404): Flushing caches (mode 0)
D/OpenGLRenderer( 404): Flushing caches (mode 0)
D/OpenGLRenderer( 395): Flushing caches (mode 0)
D/OpenGLRenderer( 395): Flushing caches (mode 0)
D/dalvikvm( 486): GC_FOR_ALLOC freed 131K, 28% free 10155K/14023K, paused 21ms
I/dalvikvm-heap( 486): Grow heap (frag case) to 12.622MB for 1540636-byte allocation
D/dalvikvm( 486): GC_CONCURRENT freed 5K, 17% free 11654K/14023K, paused 1ms+2ms
V/Sensors ( 260): accel data: 7.644902 0.244292 -2.081272
I/ActivityManager( 260): No longer want com.android.settings (pid 12323): hidden #16
W/InputDispatcher( 260): channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 260): channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 260): Attempted to unregister already unregistered input channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)'
I/WindowManager( 260): WINDOW DIED Window{419825a0 paused=false}
D/dalvikvm( 260): GC_EXPLICIT freed 129K, 30% free 17363K/24775K, paused 3ms+9ms
D/OpenGLRenderer( 486): Flushing caches (mode 0)
W/audio_hw_hdmi_daemon( 107): changing suspend state: 0 -> 1
I/power ( 260): *** set_screen_state 0
Again, no idea if this is relevant or helpful or even what I should be looking for. I saved both files, and can look for more if you have any ideas.
ProfLonghair said:
logcat:
Code:
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
D/dalvikvm( 260): GC_CONCURRENT freed 1927K, 30% free 17460K/24775K, paused 6ms+16ms
I/WakelockDebugService( 260): Checking for active app wake locks...
D/dalvikvm( 404): GC_CONCURRENT freed 437K, 51% free 10472K/20999K, paused 5ms+2ms
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
W/Intent ( 260): Failure filling in extras
W/Intent ( 260): java.lang.RuntimeException: Parcelable encounteredClassNotFoundException reading a Serializable object (name = java.util.MiniEnumSet)
W/Intent ( 260): at android.os.Parcel.readSerializable(Parcel.java:2037)
W/Intent ( 260): at android.os.Parcel.readValue(Parcel.java:1905)
W/Intent ( 260): at android.os.Parcel.readMapInternal(Parcel.java:2094)
W/Intent ( 260): at android.os.Bundle.unparcel(Bundle.java:223)
W/Intent ( 260): at android.os.Bundle.putAll(Bundle.java:296)
W/Intent ( 260): at android.content.Intent.fillIn(Intent.java:5724)
W/Intent ( 260): at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:200)
W/Intent ( 260): at com.android.server.am.PendingIntentRecord.send(PendingIntentRecord.java:182)
W/Intent ( 260): at android.app.PendingIntent.send(PendingIntent.java:509)
W/Intent ( 260): at android.app.PendingIntent.send(PendingIntent.java:463)
W/Intent ( 260): at com.android.server.AlarmManagerService$AlarmThread.run(AlarmManagerService.java:708)
W/Intent ( 260): Caused by: java.lang.ClassNotFoundException: com.amazon.mcc.crashreporter.ReportType
W/Intent ( 260): at java.lang.Class.classForName(Native Method)
W/Intent ( 260): at java.lang.Class.forName(Class.java:217)
W/Intent ( 260): at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:2297)
W/Intent ( 260): at java.io.ObjectInputStream.readNewClassDesc(ObjectInputStream.java:1656)
W/Intent ( 260): at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:683)
W/Intent ( 260): at java.io.ObjectInputStream.readNewClass(ObjectInputStream.java:1536)
W/Intent ( 260): at java.io.ObjectInputStream.readNonPrimitiveContent(ObjectInputStream.java:781)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1999)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1956)
W/Intent ( 260): at java.io.ObjectInputStream.readFieldValues(ObjectInputStream.java:1137)
W/Intent ( 260): at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:455)
W/Intent ( 260): at java.io.ObjectInputStream.readObjectForClass(ObjectInputStream.java:1369)
W/Intent ( 260): at java.io.ObjectInputStream.readHierarchy(ObjectInputStream.java:1266)
W/Intent ( 260): at java.io.ObjectInputStream.readNewObject(ObjectInputStream.java:1851)
W/Intent ( 260): at java.io.ObjectInputStream.readNonPrimitiveContent(ObjectInputStream.java:787)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1999)
W/Intent ( 260): at java.io.ObjectInputStream.readObject(ObjectInputStream.java:1956)
W/Intent ( 260): at android.os.Parcel.readSerializable(Parcel.java:2031)
W/Intent ( 260): ... 10 more
W/Intent ( 260): Caused by: java.lang.NoClassDefFoundError: com/amazon/mcc/crashreporter/ReportType
W/Intent ( 260): ... 28 more
W/Intent ( 260): Caused by: java.lang.ClassNotFoundException: com.amazon.mcc.crashreporter.ReportType
W/Intent ( 260): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
W/Intent ( 260): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
W/Intent ( 260): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
W/Intent ( 260): ... 28 more
D/CommandListener( 9042): /proc/tcpreset 43,5037,44457,
D/WifiService( 260): TCP whitelist=43,5037,44457,
Code:
I/InputReader( 260): Reconfiguring input devices. changes=0x00000004
I/InputReader( 260): Device reconfigured: id=1, name='AtmelTouch', surface size is now 800x1280, mode is 1
I/ActivityManager( 260): Config changed: {1.0 0mcc0mnc en_US layoutdir=0 sw640dp w1024dp h640dp lrg land rot_90 finger -keyb/v/h -nav/h s.40}
D/OpenGLRenderer(19292): Flushing caches (mode 0)
D/OpenGLRenderer( 404): Flushing caches (mode 0)
D/OpenGLRenderer( 404): Flushing caches (mode 0)
D/OpenGLRenderer( 395): Flushing caches (mode 0)
D/OpenGLRenderer( 395): Flushing caches (mode 0)
D/dalvikvm( 486): GC_FOR_ALLOC freed 131K, 28% free 10155K/14023K, paused 21ms
I/dalvikvm-heap( 486): Grow heap (frag case) to 12.622MB for 1540636-byte allocation
D/dalvikvm( 486): GC_CONCURRENT freed 5K, 17% free 11654K/14023K, paused 1ms+2ms
V/Sensors ( 260): accel data: 7.644902 0.244292 -2.081272
I/ActivityManager( 260): No longer want com.android.settings (pid 12323): hidden #16
W/InputDispatcher( 260): channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 260): channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 260): Attempted to unregister already unregistered input channel '419825a0 com.android.settings/com.android.settings.WifiSettings (server)'
I/WindowManager( 260): WINDOW DIED Window{419825a0 paused=false}
D/dalvikvm( 260): GC_EXPLICIT freed 129K, 30% free 17363K/24775K, paused 3ms+9ms
D/OpenGLRenderer( 486): Flushing caches (mode 0)
W/audio_hw_hdmi_daemon( 107): changing suspend state: 0 -> 1
I/power ( 260): *** set_screen_state 0
Again, no idea if this is relevant or helpful or even what I should be looking for. I saved both files, and can look for more if you have any ideas.
Click to expand...
Click to collapse
Doesn't look relevant, just post the entire dmesg to pastebin and post a link and i'll look at it. I believe i was being lazy and didn't give a command, try this to store all output
Code:
adb shell "dmesg" > dmesg.txt
it will stick the txt file wherever you are cd'd into(probably where adb is). I think i got the syntax right on that command.
dmesg
http://pastebin.com/L5vFci7m
logcat
http://pastebin.com/vFePtP1C
I had to trim some stuff from the logcat, mostly just low battery warning, to get it to fit on pastebin
Seems like I saw more WiFi related stuff in the logcat than the dmesg, like around line 6524, not sure if what I'm seeing is relevant or not though. I understand dmesg's better than log cats. Maybe I'll look into this a bit more when I'm on my PC.
Sent from my Amazon Kindle Fire HD using Tapatalk
Related
Serious Usb Connectivity Problems
Heys guys, really need some help here usb had been working fine for sometime but now everytime i plug in the usb wether its in download mode or in mass storage or anything usb related it only displays my fone as charging. i have factory reset my device plus formatted internal memory. The usb seems to only charge and not pick up the phone via the pc. has any one got any ideas as would like to flash a custom rom and need to change the kernel but like is say my pc doesnt even detect the phone anymore i have even formatted the laptop to see if that helped and no joy im running windows 7 hope you can help cheers wattsy p.s i have flashed jpk 2.2 and all went was fine for ages now i cant even flash as the usb is no detected on pc the phone doesnt even recognise if there is another connection there it just displays chrging and thats all really need some help with this guys
wattsy1612 said: Heys guys, really need some help here usb had been working fine for sometime but now everytime i plug in the usb wether its in download mode or in mass storage or anything usb related it only displays my fone as charging. i have factory reset my device plus formatted internal memory. The usb seems to only charge and not pick up the phone via the pc. has any one got any ideas as would like to flash a custom rom and need to change the kernel but like is say my pc doesnt even detect the phone anymore i have even formatted the laptop to see if that helped and no joy im running windows 7 hope you can help cheers wattsy p.s i have flashed jpk 2.2 and all went was fine for ages now i cant even flash as the usb is no detected on pc the phone doesnt even recognise if there is another connection there it just displays chrging and thats all really need some help with this guys Click to expand... Click to collapse I currently have the exact same issue. It would be helpful if anyone has any ideas? Otherwise I think some of the SGS's may be developing faults for some unknown reason. No device is listed under device manager, and when trying to change the USB connection type whilst the phone is connected it let's you do it, instead of giving the usual message about the USB being connected, which to me eliminates any driver issues. I have tried two different cables to no avail. I would try pulling down the device logs but is this possible on a non-rooted phone? i'm running stock JF3 Vodafone firmware. Cheers, MiG
so think it may be a trip to service centre once froyo has been released as im running froyo already and dont think it would go down to well surely someone has an idea what the problem is cheers wattsy
wattsy1612 said: so think it may be a trip to service centre once froyo has been released as im running froyo already and dont think it would go down to well surely someone has an idea what the problem is cheers wattsy Click to expand... Click to collapse If you have a USB cable handy, run/download the Terminal Emulator from Android market, and run the following command: 'logcat'. After this plug in your USB cable, and see what appears on screen. I don't have my cable with me right now but will try later to see if any attempt at data is made/lost/failed etc.
tried it its currently saying "unable to open log device '/dev/log/main': permission denied im running unrooted jpk 2.2 cheers mig wattsy
wattsy1612 said: tried it its currently saying "unable to open log device '/dev/log/main': permission denied im running unrooted jpk 2.2 cheers mig wattsy Click to expand... Click to collapse Might be an issue with Froyo. Check to see if USB Debugging is enabled in Settings > Applications > Development, although I don't think this is required. I'll have a look later with my own phone if not.
treid both ticked/unticked usb debugging still look forward to your results when ur home. its a shame not even odin will flash a kernel or anything its defo the phone as i tried another on both machines and that works fine cheers mig wattsy
Just looked at logcat at got the following: Code: D/BatteryService( 2245): CHARGER :: mBatteryStatus = 2 D/NotificationService( 2245): enqueueNotification :: notification.defaults = 2, Notification.DEFAULT_SOUND = 1, notification.sound = null I/StatusBarPolicy( 2245): BAT. status:2 health:2 D/CorePlayerService( 3248): mSystemReceiver:onReceive(action=android.intent.action.BATTERY_CHANGED) is called D/WifiService( 2245): ACTION_BATTERY_CHANGED pluggedType: 1 I/WifiService( 2245): handleMessage: MESSAGE_ENABLE_WIFI I/WifiService( 2245): handleMessage: MESSAGE_START_WIFI E/Setting ( 2945): Intent Action android.intent.action.ACTION_POWER_CONNECTED E/Setting ( 2945): Battery charging. plugType = 1 E/Setting ( 2945): AC charge I/ActivityManager( 2245): Start proc com.android.MtpApplication for broadcast com.android.MtpApplication/.MtpReceiver: pid=6175 uid=10073 gids={3003, 1015, 3002, 3001} I/Zygote ( 6175): Zygote: pid 6175 has INTERNET permission, then set capability for CAP_NET_RAW(13) I/dalvikvm( 6175): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38) I/dalvikvm( 6175): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=56) E/MTPRx ( 6175): In MtpReceiverandroid.intent.action.ACTION_POWER_CONNECTED E/MTPRX ( 6175): Battery charging. plugType = 1 E/MTPRx ( 6175): Not of USB charging. Dont lauch MTP APP W/PowerManagerService( 2245): Timer 0x3->0x3|0x0 I/System.out( 2645): interface name: null I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out D/dalvikvm( 2645): GC freed 2182 objects / 600816 bytes in 180ms I/System.out( 2645): interface name: null I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out D/dalvikvm( 2593): GC freed 401 objects / 21344 bytes in 189ms I/System.out( 2645): interface name: null I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : in I/SISODRM ( 2645): OMADRMManager : IsDrmFileByExt : out D/PowerManagerService( 2245): lightSensorChangedLocked 6 I/StatusBarPolicy( 2245): BAT. status:2 health:2 D/CorePlayerService( 3248): mSystemReceiver:onReceive(action=android.intent.action.BATTERY_CHANGED) is called D/WifiService( 2245): ACTION_BATTERY_CHANGED pluggedType: 1 Not entirely sure what it all means but from what I can gather, it seems the USB interface can't get a response?
so mig what do you reckon it is then mate weird as hell am i needing to send the fone back its intermittent for me for a while now its not having any usb but charging cheers wattsy ps have you manged to solve ur phone connecting yet let me know mate thanks for ur time
wattsy1612 said: so mig what do you reckon it is then mate weird as hell am i needing to send the fone back its intermittent for me for a while now its not having any usb but charging cheers wattsy ps have you manged to solve ur phone connecting yet let me know mate thanks for ur time Click to expand... Click to collapse I think the USB is kaplunked. On trying the AC adapter I get the exact same response through logcat and the plug-type doesn't change. Also, this message concerns me slightly: Code: E/MTPRx ( 6175): Not of USB charging. Dont lauch MTP APP This is saying that the cable plugged in is not USB? Thinking it is on AC? It could be a firmware issue but I would hazard a guess that the hardware is faulty and reporting the wrong the thing to android. I'll be taking my phone for repair tomorrow, Suprised nobody else has got any answers regarding this Cheers, MiG
will take mine over too but dont think i should untill froyo is released does me having froyo void my warrenty? if it does then i will wait till its released and send it then if i take it too my local service centre how long will they have my fone for do you think will have to wait as cant flash eclair back without usb lol cheers wattsy1612
Can any of u guys create a script to re-enable the usb interface cheers wattsy *update so called samsung and was told that this 100% a hardware issue they told me to take it straight to my local service centre for an instant replacement will give another update when i return cheers wattsy
Same problem I am having the same problem with persistent unknown device. i was also thinking of taking it back to samsung service station. i did once, but the person told me that this is due to humidity. i seriously doubt the intelligence of these people. have you received your sgs back? and is it working?
mine has gone for repair managed to find a way to connect usb and flash with odin the only way to fix this is to send it off will let you know when mines back also mig managed to get his working he just deleted everything off of the internal phone memory that he didnt need restarted the f/s and reboot his was working mine was the same but it suddenly just packed up if i was you id just send it off cheers wattsy
I will be waiting for the news. i was also thinking of the same. in the mean time some food for thought, whenever i connect the device to PC, Settings>About phone>Status shows Charging by AC adopter. whenever the phone is connected to AC adapter, Settings>About phone>Status shown charging through USB. Any coments?
my problem was solved by pulling the phones usb connector slightly towards the screen side of the phone. now it is connecting seamlessly
Hi ! That's the topic I've been looking for ! Here's my story: I've got the genuine Samsung usb cable, and when I plug it between my phone and my computer, I can either choose to mount my phone as a mass storage device, or in KIES mode or .... Usual behaviour ... In the mean time, the phone gets charged via USB power. I bought 2 very cheap made in China data usb cable. None of them let me enter the usb data mode. I mean, both cables can charge my phone, but I can't connect my phone to my computer for data exchange. So I decided to dismantle one of my cheap data cable. Wiring seems correct, and exactly the same as my genuine Samasung data cable. Then I decided to slighlty rework the micro usb plug on my cheap data cable with a sharp cutter. And I discovered something interesting: depending on how I insert the cable in my phone, I sometimes get access to the data exchange mode. For instance, if I fully insert the cable straight into the phone, it only charges the phone. But if I partly insert the cable, I the get access to the data mode. And if I want to enter the mass storage mode, I then have to completely insert the cable into the phone for the phone to be properly detected by the computer. Odd isn't it ? Does anyone could explain me how the phone detects if it is connected to a charger or to a real data usb cable ? I've been reading a bit of Android documentation but didn't find anything. developer.android.com/reference/android/os/BatteryManager.html#BatteryManager%28%29 By the way, when I run logcat from my phone, I get different kinds of message, depending on how I insert my cable: D/WifiService( 2707): ACTION_BATTERY_CHANGED pluggedType: 1 Or D/WifiService( 2707): ACTION_BATTERY_CHANGED pluggedType: 2 As far as I understood, 1 means AC plugged and 2 means USB plugged
my USB Port is a little bit bricked , too. Kies and Windows just detects the phone after rebooting the phone. after a while mtp-app is beeing launched, but windows don't recognize the phone... hope the next firmware update will work !
I have a Samsung GT-I9000B and I cant use it using USB. I have 2 usb cables, I am able to find my friends phones. Now I cant change rom cause odin cant find it too. Alog cat shows: E/MTPRx ( 4020 ) Battery charging. plugType = 1 E/MTPRx ( 4020 ) Not of USB charging. DOnt launch MTP APP Any suggestion?
sektorNBA said: I have a Samsung GT-I9000B and I cant use it using USB. I have 2 usb cables, I am able to find my friends phones. Now I cant change rom cause odin cant find it too. Any suggestion? Click to expand... Click to collapse Maybe this might help http://forum.xda-developers.com/showpost.php?p=27205737&postcount=4571 MTP device fix http://www.4shared.com/office/ewdIWux2/usb-connection-issues-mtp-devi.html
[Q] Camera problem in IS?
Hello, I've googled a lot for "dead camera" and found only that there are cases when phone replacement only helped. Here is what I got from dmesg on phone restart: Code: <3>[ 18.292510] starting read retry policy count:17 <3>[ 18.552215] qup_i2c qup_i2c.4: Transaction timed out <3>[ 18.572235] s5k3h1gx_i2c_rxdata failed! <3>[ 18.572326] s5k3h1gx_i2c_read 0x0 failed! <3>[ 18.572418] starting read retry policy count:18 <3>[ 18.832214] qup_i2c qup_i2c.4: Transaction timed out <3>[ 18.852233] s5k3h1gx_i2c_rxdata failed! <3>[ 18.852416] s5k3h1gx_i2c_read 0x0 failed! <3>[ 18.852508] starting read retry policy count:19 <3>[ 18.852630] read sensor id fail <6>[ 18.852813] [Camera] gpio_request(35, "s5k3h1gx") <6>[ 18.872222] s5k3h1gx_vreg_disable camera vreg off <6>[ 18.872314] sensor_vreg_off camera vreg off <6>[ 18.872772] sensor_power_disable("wlan2") == 0 <6>[ 18.873077] sensor_power_disable("lvsw1") == 0 <6>[ 18.873474] sensor_power_disable("gp6") == 0 <6>[ 18.873779] sensor_power_disable("gp4") == 0 <3>[ 18.873901] SENSOR PROBE FAILS! <6>[ 18.874084] config_camera_off_gpios <3>[ 18.875122] [CAM]msm_sync_init: failed to initialize s5k3h1gx <4>[ 18.875213] msm_camera_s5k3h1gx: probe of msm_camera_s5k3h1gx.0 failed with error -5 Does anybody here know if this can be resolved programmatically somehow, or this is completely hardware problem and the phone should be returned back to the shop (this would take a lot of time, though, this is why I'm asking here). I have tried hardware reset - didn't help. Thanks beforehand.
I was seeing the same messages in the log on my HTC Glacier, and likely is a hardware failure. Mine just stopped working yesterday -- all camera-related apps would either time out or force close. Tmobile is replacing my phone for me.
[Q] Wifi and Bluetooth Error, is this hardware issue ??
I just spilt some tea on my nexus one, i teared it down, and nothing was wrong from the inside. Unfortunately i broke the power button and the antenna. when i powered on the phone everything was working except wifi and bluetooth. i replaced the antenna but still not able to make wifi work. each time i try to turn it on it gives me an error. i did dmseg after trying turning on the wifi, and i got the follwoing errors <4>[32607.377044] wifi_set_power = 1 <4>[32607.377319] mahimahi_wifi_power: 1 <4>[32607.817443] wifi_set_carddetect = 1 <6>[32607.817443] mahimahi_wifi_set_carddetect: 1 <7>[32607.817474] mmc0: card_present 1 <6>[32607.817474] mmc0: Slot status change detected (0 -> 1) <4>[32607.820709] <4>[32607.820709] Dongle Host Driver, version 4.218.248.20 <4>[32619.816711] dhd_module_init: sdio_register_driver timeout <4>[32619.817474] wifi_set_power = 0 <4>[32619.818206] mahimahi_wifi_power: 0 <4>[32620.131134] wifi_set_carddetect = 0 <6>[32620.131317] mahimahi_wifi_set_carddetect: 0 <7>[32620.131561] mmc0: card_present 0 <6>[32620.131713] mmc0: Slot status change detected (1 -> 0) when i try to turn on bluetooth nothing appear in the dmesg command, but still does not work as well. I tried default factory reset, format /system then reflash the cm 7.1 RC, but still not working.. Also the available space on /system is 10.5 MB. Radio Version 008 is it hardware issue or software ?? if i change the flex cable part will fix the problem or not. hopefully somebody can help me to figure out where is the problem.
no body here to help
[Q] Help Me Understand H2testw Results (card memory checker)
I bought a knockoff iPod off eBay a few weeks ago and it came in today. I immediately jumped online to try and find a program that can check the validity of the storage space, to make sure it's truly 16GB as it says it is. I found H2testw, which seems to be the most suggested program. Anyway, 2 hours later, the test if finally done. I'm not exactly sure how to understand the results and would love if someone could explain it a bit to me. I've never used it, and I'm sure someone on here likely has. I would greatly appreciate it. (at first glance it appears it's fake or faulty and is only 7GB, not 16GB as stated but again, I don't exactly know how to understand it) The media is likely to be defective. 7.6 GByte OK (16003088 sectors) 8.3 GByte DATA LOST (17430512 sectors) Details:8.3 GByte overwritten (17430512 sectors) 0 KByte slightly changed (< 8 bit/sector, 0 sectors) 0 KByte corrupted (0 sectors) 8 KByte aliased memory (16 sectors) First error at offset: 0x00000001e8602000 Expected: 0x00000001e8602000 Found: 0x00000001e8600000 H2testw version 1.3 Writing speed: 5.26 MByte/s Reading speed: 6.73 MByte/s H2testw v1.4 Click to expand... Click to collapse
Yeah, I think it means 7.6GB of actual storage with 8.3GB of corrupt storage meaning the actual capacity is only 7.6GB...at least from what I read from the description on the website for the program I used. Sample Output For A Fake 64 GB Drive The media is likely to be defective. 3.8 GByte OK (8084847 sectors) 58.6 GByte DATA LOST (122921617 sectors) Details:710.5 KByte overwritten (1421 sectors) 7.6 MByte slightly changed (< 8 bit/sector, 15630 sectors) 58.6 byte corrupted (122904566 sectors) 710.5 KByte aliased memory (1421 sectors) First error at offset: 0x000000003cef8470 Expected: 0xeb7ac43a237c5170 Found: 0xeb7a843a237c5170 H2testw version 1.3 Writing speed: 9.24 MByte/s Reading speed: 10.8 MByte/s H2testw v1.4 Click to expand... Click to collapse Would still like some input from anyone who might know better then myself.
Constant modem issues on Verizon after June 2021 update.
I've been dealing with what appears to be constant modem hangs which bring the data throughput to 0 and is often resolved with toggling airplane mode. I often have major issues with Verizon and their throttling (deprioritization) but this is a different animal. I'm kind of at the end of my rope, just waiting for July and hoping it fixes it. I've tried flashing May's image but it won't boot and just sits on the G logo and I have to flash back to June. I also tried doing a network settings reset and that did bubkiss other than to make more work for me. Has anybody else run into this issue, and have a solution, or can at least commiserate?
It truly is unusable. ~ $ ping google.com PING google.com (216.58.193.206) 56(84) bytes of data. 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=2 ttl=114 time=552 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=4 ttl=114 time=811 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=5 ttl=114 time=653 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=8 ttl=114 time=869 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=9 ttl=114 time=393 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=10 ttl=114 time=587 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=17 ttl=114 time=1104 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=21 ttl=114 time=922 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=22 ttl=114 time=840 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=24 ttl=114 time=1229 ms 64 bytes from lax02s23-in-f14.1e100.net (216.58.193.206): icmp_seq=28 ttl=114 time=961 ms --- google.com ping statistics --- 31 packets transmitted, 11 received, 64% packet loss, time 30523ms rtt min/avg/max/mdev = 393.309/811.524/1229.624/236.701 ms, pipe 2
Tb0n3 said: I've been dealing with what appears to be constant modem hangs which bring the data throughput to 0 and is often resolved with toggling airplane mode. I often have major issues with Verizon and their throttling (deprioritization) but this is a different animal. I'm kind of at the end of my rope, just waiting for July and hoping it fixes it. I've tried flashing May's image but it won't boot and just sits on the G logo and I have to flash back to June. I also tried doing a network settings reset and that did bubkiss other than to make more work for me. Has anybody else run into this issue, and have a solution, or can at least commiserate? Click to expand... Click to collapse Flashing just the radio.img from May should work. Don't quote me, though.
andybones said: Flashing just the radio.img from May should work. Don't quote me, though. Click to expand... Click to collapse I actually did try that it became extremely unstable and would keep killing the data connection every 10 seconds.
I thought I was the only one who had bad service on Verizon all of a sudden, I'm on a12 beta 3 and it is a little better but since June update Ive seen my signal turn to complete crap, I even opened a Google Fi account and it was the same