Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
sakos1
Old
#2551  
Member
Thanks Meter 1
Posts: 35
Join Date: Dec 2010
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
Old
#2552  
Member
Thanks Meter 16
Posts: 67
Join Date: Feb 2011
Location: Milan
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
Old
#2553  
BilboPC's Avatar
Member
Thanks Meter 8
Posts: 65
Join Date: May 2010
Location: Zvolen
Unhappy 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
Old
#2554  
Member
Thanks Meter 16
Posts: 67
Join Date: Feb 2011
Location: Milan
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

---------- 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
The Following 2 Users Say Thank You to diego72 For This Useful Post: [ Click to Expand ]
 
herny66
Old
#2555  
herny66's Avatar
Junior Member
Thanks Meter 5
Posts: 28
Join Date: Feb 2010
Location: Milan
Quote:
Originally Posted by diego72 View Post
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

---------- 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...
 
diego72
Old
#2556  
Member
Thanks Meter 16
Posts: 67
Join Date: Feb 2011
Location: Milan
Quote:
Originally Posted by herny66 View Post
hi,where is chmod 755...I don't find...
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
The Following 3 Users Say Thank You to diego72 For This Useful Post: [ Click to Expand ]
 
BilboPC
Old
(Last edited by BilboPC; 10th October 2011 at 03:33 PM.)
#2557  
BilboPC's Avatar
Member
Thanks Meter 8
Posts: 65
Join Date: May 2010
Location: Zvolen
Wink 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?
The Following User Says Thank You to BilboPC For This Useful Post: [ Click to Expand ]
 
potattoo
Old
(Last edited by potattoo; 10th October 2011 at 04:34 PM.)
#2558  
Senior Member
Thanks Meter 8
Posts: 133
Join Date: Aug 2010
Quote:
Originally Posted by diego72 View Post
The problem is the missing of binary wlan_loader in /system/bin
is that fixed in nightly 217 ? EDIT: seems not

any chance of fixing the release? many users who fear to install nightlies and take the stable release will run into this...
 
Smoky90
Old
#2559  
Smoky90's Avatar
Member
Thanks Meter 1
Posts: 54
Join Date: Aug 2010
Quote:
Originally Posted by diego72 View Post
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
Quote:
Originally Posted by BilboPC View Post
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
 
Hanisa
Old
#2560  
Hanisa's Avatar
Member
Thanks Meter 13
Posts: 58
Join Date: Jul 2010
Wifi issue will be fixed in next nightbuilt http://cm-nightlies.appspot.com/?device=click

THREAD CLOSED
Tags
#tattoo, cyanogen, cyanogenmod, ginger, gingerbread, htc, htc-click, kalimochoaz, rom, tattoo
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...