Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
aorth
Old
#391  
aorth's Avatar
Senior Member - OP
Thanks Meter 1977
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
How it is possible that after CM9 flash and restore to stock HC WIFI MAC address is changed. I have MAC filtering enabled in my router and it was set to MAC address of stock HC. Had a quick tour to CM9 again and returned to stock. MAC address is changed
Hmmm, I don't know how it changed. Doesn't make sense to me. Did you make sure to wipe data? I don't think we're storing anything about the MAC address in /data, but this could be the only thing that persists between stock / CM9 ROMs.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth
 
mobilx
Old
#392  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
Quote:
Originally Posted by aorth View Post
Hmmm, I don't know how it changed. Doesn't make sense to me. Did you make sure to wipe data? I don't think we're storing anything about the MAC address in /data, but this could be the only thing that persists between stock / CM9 ROMs.
Im wiping /data for sure. Maybe CWMR 5.5.0.4 is doing something wrong??? There is an empty /data/wifi folder now on stock. I must check&compare data.ext4.tar from both backups.
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
 
Bad2hold
Old
#393  
Bad2hold's Avatar
Member
Thanks Meter 29
Posts: 97
Join Date: Apr 2012
Location: Perth
Looks like wifi Details are coming soon :)
http://www.sammobile.com/2012/06/19/...es-next-month/
Dont want any Samsung/ touchwiz bloatware, so keep up the good work! :D

By the way, the HTC sensation ICS stock got more bugs than your early beta ;) not to mention that 3.2 stock on our tabs... I prefer no wifi more than ****ty, unfinished, ICS bugging bloatware work like that stock roms. Samsung needs guys like you. Thanx again man ;)
Sent from my GT-P1000 using XDA
 
Bad2hold
Old
(Last edited by Bad2hold; 22nd June 2012 at 05:45 PM.)
#394  
Bad2hold's Avatar
Member
Thanks Meter 29
Posts: 97
Join Date: Apr 2012
Location: Perth
And why is it sending 2 posts? See? ****ty p1000 stock gotta be flashed.. xD sry for this spam
Sent from my GT-P1000 using XDA
 
mobilx
Old
#395  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
Regarding to MAC address changing I did some research and found that there is a MAC address poll controlled by kernel and atheros driver. /system/bin/wlan_mac script checks /data/.nvmac.info on every boot and if it is not there recreate it with the next MAC from the poll. /data/.nvmac.info is also located in /efs/imei folder.

I also noticed the new /wifi folder and "upgaddr" binary in my /efs added after CM9 install. Something is playing with the /efs partition and we should be careful about that.


Some ref http://forums.androidcentral.com/ver...eboot.html#anb
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
The Following 2 Users Say Thank You to mobilx For This Useful Post: [ Click to Expand ]
 
aorth
Old
#396  
aorth's Avatar
Senior Member - OP
Thanks Meter 1977
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
Regarding to MAC address changing I did some research and found that there is a MAC address poll controlled by kernel and atheros driver. /system/bin/wlan_mac script checks /data/.nvmac.info on every boot and if it is not there recreate it with the next MAC from the poll. /data/.nvmac.info is also located in /efs/imei folder.

I also noticed the new /wifi folder and "upgaddr" binary in my /efs added after CM9 install. Something is playing with the /efs partition and we should be careful about that.
Interesting, I also see some recently-modified files there, and I haven't been in stock in months. Perhaps the wifi firmware is doing it? I can't find any references to upgaddr in the CM9 source or our kernel, and that binary definitely doesn't exist the build folder for CM9.

Code:
[aorth@smalls: ~/android/CM9]$ grep -rsI upgaddr *
[aorth@smalls: ~/android/CM9]$ find out/ -iname "*upgaddr*"
[aorth@smalls: ~/android/CM9]$
Also, I was under the assumption that /efs was pretty much read only, or that nothing needed to write there. Actually, I remember on Galaxy S GT-I9000 that some custom kernels didn't even mount this one, as it is obviously dangerous for messing up your radio / imei.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth
 
mobilx
Old
#397  
mobilx's Avatar
Senior Member
Thanks Meter 122
Posts: 280
Join Date: May 2007
Location: Jagodina
It's actually the text file https://www.dropbox.com/s/fvynxw4942vjufa/upgaddr

Do you have it in your /efs folder?

I wonder if this guy @kvalo is willing to help us a bit with the wifi problem http://linuxwireless.org/en/users/Drivers/ath6kl
*Galaxy NOTE*
*Galaxy NEXUS*
* ZTE V11a aka Vodafone Smart Tab 10 3.2 Honeycomb Tablet - ROOT by mobilx - CWM by utkanos - Vote for CM9 support HERE
* GALAXY S | [ROM][ICS][IML74K] teamhacksung's ICS Port for Galaxy S (LATEST BUILD)
* T-mobile G1 UK rooted | Rom:Enomther HTC ADP 1.6 DRC83 ROM v2.3.1.1 | Radio: 2.22.19_26I | SPL: HSPL10.95.3000| 2 GB Class ?| 1.3gb FAT32 : 512mb EXT2 : 32mb swap
 
aorth
Old
#398  
aorth's Avatar
Senior Member - OP
Thanks Meter 1977
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Quote:
Originally Posted by mobilx View Post
It's actually the text file https://www.dropbox.com/s/fvynxw4942vjufa/upgaddr

Do you have it in your /efs folder?
Yeah, I have it, but mine's empty. I didn't think to check if it was was text... I assumed it was a binary, heh. Anyways, there's no reference to it anywhere in CyanogenMod or the kernel. Not sure.

Quote:
Originally Posted by mobilx View Post
I wonder if this guy @kvalo is willing to help us a bit with the wifi problem http://linuxwireless.org/en/users/Drivers/ath6kl
We were using that driver initially, but now we've switched to the one included in the Galaxy S II ICS kernel source code, which is easier to build inline with CyanogenMod's build system, but seems to be missing something. I have no idea what's wrong with it, but it's likely that the kernel source that comes with the Tab 7 Plus ICS release will give some clues.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth
 
chrisrotolo
Old
#399  
Senior Member
Thanks Meter 404
Posts: 1,711
Join Date: Nov 2010
Location: Hartford, Connecticut

 
DONATE TO ME
i have upgaddr in my /efs, shows the file is 1 Byte. opening with text editor shows only the number three (3).
 
aorth
Old
#400  
aorth's Avatar
Senior Member - OP
Thanks Meter 1977
Posts: 1,112
Join Date: Nov 2010
Location: Nairobi, Kenya
Default June 24 nightly

Hola amigos. Here's a new nightly for your enjoyment. Nothing new here as far as bug fixes, just an update of the CyanogenMod sources (new Apollo music player stuff, wallpapers, system services, etc).

Download (P6200/P6201/P6200L): goo-inside.me / mirrors wanted! (md5: 622a1969a03cf73528dfa99c7c875d69)
Download (P6210/P6211): goo-inside.me / mirrors wanted! (md5: 68098efe0d05ae5eb4f9169229432b6b)

Backup applications, SMS, etc with GO Backup (or Nandroid, but your mileage may vary). Wipe data, flash from ClockworkMod Recovery.
Devices: Sony Xperia T, Samsung Galaxy Tab 7.0 Plus, Huawei U8185
Work: Heimdall firmware packages for Samsung stock ROMs (GT-I9000, GT-P6200), noma kernel for stock Huawei U8150 ROMs, CyanogenMod 7.2 for Huawei U8150, CyanogenMod 10 for Samsung Galaxy Tab 7 Plus

Life: alaninkenya.org, Tech: mjanja.co.ke, Code: github.com/alanorth, Twitter: twitter.com/mralanorth

The Following 2 Users Say Thank You to aorth For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
cm9, cyanogenmod, delectable zestiness!, gt-p6200, ics, tab 7 plus, vote aorth for recognized developer!
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...