Status
Not open for further replies.
Search This thread

sudghosh

Senior Member
Dec 11, 2010
64
2
Sometimes, for example by clicking the HOME-button after viewing the internet or any other app, the complete homescreen get stuck. All widgets (clock, calendar) disapear and have to load again. This happens randomly, but very often, for example 5 times a day.

Can anybody confirm?

Yes i face the same problem. I think this is due to the lack of ram

Sent from my HTC Tattoo using XDA App
 

sakos1

Member
Dec 18, 2010
44
3
Hi, I am using 7.1.0 RC1 Gingerbread 2.3.4 and installed Runtastic application from market. This is to log GPS track during running/jogging. Unfortunately the application sometimes stops recording GPS data for minutes and sometimes the phone reboots.
How can I check the crash log? Can I do anything to make this application stable?
 

diego72

Senior Member
Feb 13, 2011
67
16
Milan
sonoundottore.blogspot.com
WiFi doesn't work after upgrade to 7.1.0 release.

Code:
D/WifiService(  179): releaseWifiLockLocked: WifiLock{NetworkLocationLocator type=2 binder=android.os.BinderProxy@409788f8}
D/dalvikvm(  848): GC_CONCURRENT freed 136K, 47% free 3030K/5639K, external 0K/0K, paused 11ms+9ms
D/dalvikvm(  848): GC_CONCURRENT freed 94K, 44% free 3366K/5959K, external 0K/0K, paused 7ms+13ms
I/ActivityManager(  179): Process com.google.android.apps.uploader (pid 650) has died.
D/Tethering(  179): tiwlan0 is not a tetherable iface, ignoring
D/dalvikvm(  445): GC_EXPLICIT freed 126K, 51% free 2778K/5575K, external 0K/0K, paused 77ms
D/dalvikvm(  565): GC_EXPLICIT freed 46K, 47% free 3560K/6663K, external 0K/0K, paused 102ms
E/Tethering(  179): attempting to remove unknown iface (tiwlan0), ignoring
E/WifiService(  179): Failed to load Wi-Fi driver.
 

BilboPC

Senior Member
May 30, 2010
82
8
Zvolen
Wi-fi bug in stable 7.1click

I can confirm that. Wi-Fi can't turn on in ROM 7.1 click stable. Only when I flash back to Nightly 212, wifi works correct :'(
 

diego72

Senior Member
Feb 13, 2011
67
16
Milan
sonoundottore.blogspot.com
The problem is the missing of binary wlan_loader in /system/bin

Extracting them from RC1, pushing in /system/bin and chmod 755 and all is working :D

---------- Post added at 10:25 AM ---------- Previous post was at 10:11 AM ----------

dmesg output for the wlan_loader problem:

Code:
<6>[  854.139282] TIWLAN: Found SDIO controller (vendor 0x104c, device 0x9066)
<6>[  854.152984] TIWLAN: Driver initialized (rc 0)
<4>[  854.153564] TIWLAN: 1251 PG 1.2
<6>[  854.154022] TIWLAN: Driver loaded
<3>[  854.156097] init: cannot find '/system/bin/wlan_loader', disabling 'wlan_loader'
<6>[  874.188262] TIWLAN: Driver unloading
<7>[  874.447418] TIWLAN: Releasing SDIO resources
<7>[  874.447845] TIWLAN: SDIO resources released
<4>[  874.450347] wifi_remove
 

herny66

Senior Member
Feb 25, 2010
56
10
Italy
The problem is the missing of binary wlan_loader in /system/bin

Extracting them from RC1, pushing in /system/bin and chmod 755 and all is working :D

---------- Post added at 10:25 AM ---------- Previous post was at 10:11 AM ----------

dmesg output for the wlan_loader problem:

Code:
<6>[  854.139282] TIWLAN: Found SDIO controller (vendor 0x104c, device 0x9066)
<6>[  854.152984] TIWLAN: Driver initialized (rc 0)
<4>[  854.153564] TIWLAN: 1251 PG 1.2
<6>[  854.154022] TIWLAN: Driver loaded
<3>[  854.156097] init: cannot find '/system/bin/wlan_loader', disabling 'wlan_loader'
<6>[  874.188262] TIWLAN: Driver unloading
<7>[  874.447418] TIWLAN: Releasing SDIO resources
<7>[  874.447845] TIWLAN: SDIO resources released
<4>[  874.450347] wifi_remove

hi,where is chmod 755...I don't find...
 

BilboPC

Senior Member
May 30, 2010
82
8
Zvolen
Thank You Diego72!

I've got it!
Here is wlan_loader: h t t p://db.tt/jwdh4Izj (remove spaces)
Copy this to system/bin/
Then open terminal emulator and write: su.
Then write: chmod 755 /system/bin/wlan_loader ...... as said Diego.
Ok?
 
Last edited:
  • Like
Reactions: Smoky90

Smoky90

Senior Member
Aug 14, 2010
60
1
once you have the wlan_loader binary (you can unzip from the rc1 rom):

adb remount
adb push wlan_loader /system/bin
adb chmod 755 /system/bin/wlan_loader

Bye

I've got it!
Here is wlan_loader: h t t p://db.tt/jwdh4Izj (remove spaces)
Copy this to system/bin/
Then open terminal emulator and write: su.
Then write: chmod 755 /system/bin/wlan_loader ...... as said Diego.
Ok?

Thanks, you two.

In combination this worked fine for me.

Did the first two steps of diego and finished it with the terminal-howto of Bilbo. :)

Regards,
Smoky
 
Status
Not open for further replies.

Top Liked Posts