Change Mac Adress permanently CM12 // Xperia Z3 maybe other Sony devices - Xperia Z3 Q&A, Help & Troubleshooting

Hi,
after CM 12 my Z3 becomes the same MAC Adress like my Z2 Wifi Tablet.
So how to change the MacAdress of my Z3 permanently?
Tried to google for it but found only solutions for KitKat that dont work.
And here is the Solution for CM12/maybe other CustomROMs that changes MAC Adress at flashing:
1. Use a Root Explorer/Root Filemanager
2. Go to: /data/etc/wlan_macaddr0
3. Open it and read out your old MAC from Sony - write it down.
4. Go to: /system/etc/firmware/wlan/bcmdhd/bcmdhd.cal and open it writeable
5. Edit Line 8 macaddr=xx:xx:xx:xx:xx:xx to your original MAC from Sony.
6. Save changes and reboot.
7. DONE - enjoy - you will have your old MAC Adress permanently.

Posted solution in first Post.

Related

Backtrack 5 on LG Optimus 3D

hi,..i just want to share how to run backtrack 5 on our Optimus 3D.
must rooted and have busybox installed, (im currently on V21a v1 accura ROM)
DISCLAIMER : I AM NOT RESPONSIBLE TO ANYTHING THAT HAPPEN TO YOUR PHONE BECAUSE OF THIS, DO THIS ON YOUR OWN RISK
1. Prepare backtrack 5 from here :
http://forum.xda-developers.com/showthread.php?t=1079898 (thx to msullivan)
2. Extract and put it on root of sdcard (/sdcard)
3. Install ConnectBot, vnc viewer.
4. open Connectbot, tap box with SSH written and choose LOCAL
5. type : cd /sdcard/bt5, then it will take u to its terminal, then type :
- su
- cd /sdcard/bt5
- sh bt
6. when u see : [email protected], tap back button to go back to connectbot menu.
7. change LOCAL to SSH
8. type : [email protected]
9. it will ask password, type : root
10. when [email protected] prompt, type : stopvnc, then : startvnc.
11. tap home button
12. open vnc viewer (im using android vnc viewer) :
- nickname : BT (or whatever u like)
- password : root
- address : localhost
- port : 5901
- color format : 24-bit color (4bpp)
13. tap connect
14. if u have trouble when typing letter "m" inside BT5, try to remove mail shortcut (beside date on top right screen), by hold the pointer there till the option to remove pop up.
15. enjoy.
i've tested it and its worked, so im sharing it here, please pardon me for my bad english,
http://dl.dropbox.com/u/29942511/2011-11-27 22.50.32.png
http://dl.dropbox.com/u/29942511/2011-11-27 22.50.44.png
all credits go to :
msullivan : http://forum.xda-developers.com/showthread.php?t=1079898
The BackTrack 5 Development Team
anantshri on xda-developers (his blog: http://blog.anantshri.info/) for creating the image file to fit FAT32 filesystems
anantshi's original thread where it all began: http://forum.xda-developers.com/showthread.php?t=1074169
Reamer09 for tricks on using Connectbot
can you tell what works and what not?
crime_of_heart said:
can you tell what works and what not?
Click to expand...
Click to collapse
Wifi dont work, but connecting using 3g data plan work. Cant access to o3d memory yet (internal sd nor external sd). Everything else that i tried is working fine, except for the "security testing"(since im new to ubuntu, still trying to figure it out), wondering if any experts can help by build the image file so that it can access, both internal and external sd, as i used to have when using maverick.
danielkaboom said:
Wifi dont work, but connecting using 3g data plan work. Cant access to o3d memory yet (internal sd nor external sd). Everything else that i tried is working fine, except for the "security testing"(since im new to ubuntu, still trying to figure it out), wondering if any experts can help by build the image file so that it can access, both internal and external sd, as i used to have when using maverick.
Click to expand...
Click to collapse
Thank you so much for bringing it up. prior to your post, i have no idea whats bt5 and never use ubuntu
until now running bt5 on o3d.
i wonder how do we add scripts to mount internal/external sd recognize on bt and that would be great.

[HOW-TO]Change wifi mac address on mt6589

Hi everyone , this is my first how-to guide
i will try to keep it as clear as possible
NOTE : I will not be held responsible if you change your wifi mac address for illegal purposes.
A backup of your NVRAM is recommended.
Method 1(via Engineering mode)
This method does NOT require ROOT access.
1.Download MTK Engineering Mode shortcut app from here :https://play.google.com/store/apps/details?id=com.themonsterit.EngineerStarter
2.Turn Off your Wifi .Open MTK Engineering Mode shortcut app and Click MTK Settings.
(Incase you are not able to access Engineering mode, skip to alternate method below)
3.Swipe To Connectivity Tab.
4.Click Wifi
5.Click NVRAM
6.In Byte String Access put values as
addr(h,byte) : 4
length(byte) : 6
7.Click Read. The 12 Digits shown in value(h) field is your current wifi mac address.Better make a note of it.
8.Erase the value(h) field and now put your own 12 digit mac address,
IMPORTANT:
RULES FOR WIFI MAC ADDRESS
1.Should be 12 Digits long only
2.Should have hexadecimal characters only (0-F)
3.Second digit of mac address should be Even Digit only (0 or 2 or 4 or 6 or 8 or A or C or E)
valid example - 0205160F0A3E
invalid example - 016GEABCDF59
9.Click write.
10.Exit to Home, Turn Off and turn On your Wifi Again.
11.Now Check your Wifi mac address in Phone Status.It should be Changed to what you entered in Step 8.
12.To get back your original Mac address, repeat the process with original Mac address value.
Alternate Method
THIS METHOD REQUIRES ROOT ACCESS
1.Get any good File Browser with Root access (https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree)
2.Get this Hex Editor : https://play.google.com/store/apps/details?id=tuba.tools
3.Turnoff your wifi.With the File Browser, browse to /data/nvram/APCFG/APRDEB/
4.Copy the file called WIFI to sdcard twice(one for backup purpose and other to edit)
5.Also note the permissions on the WIFI file (for me it was rw-rw----)
6.Rename this file to WIFI.bak
7.Open the copied WIFI file on sdcard with Hex Editor.
8.Notice your Wifi mac Address from address 04 to 09.Change the values of addresses 04,05,06,07,08,09 each with corresponding 2 digits of your new mac address
IMPORTANT:
RULES FOR WIFI MAC ADDRESS
1.Should be 12 Digits long only
2.Should have hexadecimal characters only (0-F)
3.Second digit of mac address should be Even Digit only (0 or 2 or 4 or 6 or 8 or A or C or E)
valid example - 0205160F0A3E
invalid example - 016GEABCDF59
9.Save it.
10.Now copy this modified WIFI file to /data/nvram/APCFG/APRDEB/
11.Set the permissions you noticed in step 5 to this just copied WIFI file( rw-rw---- in my case)
12.Turn on Your Wifi And check your mac address,it should be changed.
Screenshots coming soon,
If this guide helped you ,Click THANKS button.
chiragjn said:
Hi everyone , this is my first how-to guide
i will try to keep it as clear as possible
NOTE : I will not be held responsible if you change your wifi mac address for illegal purposes.
A backup of your NVRAM is recommended.
Method 1(via Engineering mode)
This method does NOT require ROOT access.
1.Download MTK Engineering Mode shortcut app from here :https://play.google.com/store/apps/details?id=com.themonsterit.EngineerStarter
2.Turn Off your Wifi .Open MTK Engineering Mode shortcut app and Click MTK Settings
.
(Incase you are not able to access Engineering mode, skip to alternate method below)
3.Swipe To Connectivity Tab.
4.Click Wifi
5.Click NVRAM
6.In Byte String Access put values as
addr(h,byte) : 4
length(byte) : 6
7.Click Read. The 12 Digits shown in value(h) field is your current wifi mac address.Better make a note of it.
8.Erase the value(h) field and now put your own 12 digit mac address,
IMPORTANT:
RULES FOR WIFI MAC ADDRESS
1.Should be 12 Digit long only
2.Should have hexadecimal characters only (0-F)
3.Second digit of mac address should be Even Digit only (0 or 2 or 4 or 6 or 8 or A or C or E)
valid example - 0205160F0A3E
invalid example - 016GEABCDF59
9.Click write.
10.Exit to Home, Turn Off and turn On your Wifi Again.
11.Now Check your Wifi mac address in Phone Status.It should be Changed to what you entered in Step 8.
12.To get back your original Mac address, repeat the process with original Mac address value.
Alternate Method
THIS METHOD REQUIRES ROOT ACCESS
1.Get any good File Browser with Root access (https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree)
2.Get this Hex Editor : https://play.google.com/store/apps/details?id=tuba.tools
3.Turnoff your wifi.With the File Browser, browse to /data/nvram/APCFG/APRDEB/
4.Copy the file called WIFI to sdcard twice(once for backup purpose)
5.Also note the permissions on the WIFI file (for me it was rw-rw----)
6.Rename this file to WIFI.bak
7.Open the copied WIFI file on sdcard with Hex Editor.
8.Notice your Wifi mac Address from address 04 to 09.Change the values of addresses 04,05,06,07,08,09 each with corresponding 2 digits of your new mac address
IMPORTANT:
RULES FOR WIFI MAC ADDRESS
1.Should be 12 Digit long only
2.Should have hexadecimal characters only (0-F)
3.Second digit of mac address should be Even Digit only (0 or 2 or 4 or 6 or 8 or A or C or E)
valid example - 0205160F0A3E
invalid example - 016GEABCDF59
9.Save it.
10.Now copy this modified WIFI file to /data/nvram/APCFG/APRDEB/
11.Set the permissions you noticed in step 5 to this just copied WIFI file( rw-rw---- in my case)
12.Turn on Your Wifi And check your mac address,it should be changed.
Screenshots coming soon,
If this guide helped you ,Click THANKS button.
Click to expand...
Click to collapse
Lenovo S920, MT6589 device, data folder is empty. Nevertheless there's a lot of stuff in the folder /dev, but no /APCFG/APRDEB/ route at all either.
The first "non-root" method didn't worked for me either. It changes the MAC but when I am trying to connect to the router with this "new" MAC, which by the way it worked in my Galaxy Note with Cyanogenmod 10.2 installed, the phone can't get internet, although it connects to the router.
mulenguezt said:
Lenovo S920, MT6589 device, data folder is empty. Nevertheless there's a lot of stuff in the folder /dev, but no /APCFG/APRDEB/ route at all either.
Click to expand...
Click to collapse
Now I know that all these "Droids" are not created equal... But, I suspect that your unable to find the /APCFG/APRDEB/ in the /dev Folder... Is 'cause its under the /data Folder....
/data/nvram"/APCFG/APRDEB" -> WIFI & WIFI_CONFIG...
BTW:
2.Turn Off your Wifi .Open MTK Engineering Mode shortcut app and Click MTK Settings
.
(Incase you are not able to access Engineering mode, skip to alternate method below)
3.Swipe To Connectivity Tab.
4.Click Wifi
5.Click NVRAM
6.In Byte String Access put values as
addr(h,byte) : 4
BTW: You messed up... At least so with whatever version of MTK Engineering Mode is currenty on Google play...
length(h,byte) : 6
lenght(byte) : 4
That'll net you the first Four Digits plus the last Eight of your MAC Address... Such as it is.
Though I'll doubt that this too would survive a wipe. Before heading back off to 00:08:22:xx:xx:xx-random-land again...
nice guide but is there any way to permanently change MAC address. it auto Revert back to original MAC address On reboot
Thanks!
ANY IDEA ABOUT THIS ISSUE????
>>Step: Ap Meta Disconnect with target...
>>OK: Exit Meta successfully
>>----------------------------------------------------------------------<<
>>Step:Begin Scan Smart Phone data...
>>Step: Cancel scan Barcode DiagBox.
>>-------------------------------------------------------------------<<
>>Step: Enter Meta Mode && Smart Phone;
>>Step:Begin Scan Smart Phone data...
>>Step: Start to Init AP Nvram Database...
OK: Init AP Nvram Database successfully.
>>Step: Start to Connect with target...
COM port searching and preloader handshake
COM port searching and preloader handshake ok
COM port searching and Kernel handshake
COM port searching and Kernel handshake OK
SP_META_ConnectInMetaMode_r Error: maybe is META_MISC_FAIL_TO_WRITE_BACKUP_RESULT cause...
Error: Connect failed, Exit Meta Mode and turn to next phone.
ERROR!! Go to ST_END statues is: ST_AP
>>Step: Ap Meta Disconnect with target...
>>OK: Exit Meta successfully
>>----------------------------------------------------------------------<<
>>Step:Begin Scan Smart Phone data...
>>Step: Cancel scan Barcode DiagBox.
chamelemac
I know of this app
https://play.google.com/store/apps/details?id=com.cryptotel.chamelemac&hl=en
chamelemac
it changed mac adress for Leva ported Rom perfectly.And it persist through restart of phone.
It will however have "error not compatible device" if device prop is changed to something like "samsung galaxy" etc.
IcemanSR said:
I know of this app
https://play.google.com/store/apps/details?id=com.cryptotel.chamelemac&hl=en
chamelemac
it changed mac adress for Leva ported Rom perfectly.And it persist through restart of phone.
It will however have "error not compatible device" if device prop is changed to something like "samsung galaxy" etc.
Click to expand...
Click to collapse
Worked for me too!!!! Every time i reboot, the last 3 par of HEX char randomly change.
After set the original mac address with Chamelemac, and a reboot, MAC ADDRESS remains!!!!
NOTE: tested and working with MT6595 Zopo zp999 3gb RAM 32gb ROM
5.Click NVRAM
6.In Byte String Access put values as
addr(h,byte) : 4
length(byte) : 6
Ok this works but evidently my info are stored somewhere else. at 4 and 6 I have only zeroes. Programming those worked (it stick after reboot) but didn't fix the issue. Still have the 1st 6 hex the same and the other 6 randomly changed everytime I disable the wifi
Question is, do you have any idea where (at what addres) this string could be stored?
I have an ALPS w806 aka K18
thank you
How could you restore your device.prop or build.prop to its default? I'm encountering an Chamelemac error: "error not compatible device" on my Huawei Y220-U10. I wish you could enlighten me a bit because just last few months I've been able to change my mac address with the use of Chamelemac but now I can't. And i don't know why, maybe application update but it seems like chamelemac is just stuck with version 1.0 . Maybe you know something that could help me. By the way I'd rather use chamelemac other than those posted on the thread because it's easy to use just one click and i could change my mac address instantly. Hope for your response. Thanks in advance!
Ichijoe said:
Now I know that all these "Droids" are not created equal... But, I suspect that your unable to find the /APCFG/APRDEB/ in the /dev Folder... Is 'cause its under the /data Folder....
/data/nvram"/APCFG/APRDEB" -> WIFI & WIFI_CONFIG...
BTW:
2.Turn Off your Wifi .Open MTK Engineering Mode shortcut app and Click MTK Settings
.
(Incase you are not able to access Engineering mode, skip to alternate method below)
3.Swipe To Connectivity Tab.
4.Click Wifi
5.Click NVRAM
6.In Byte String Access put values as
addr(h,byte) : 4
BTW: You messed up... At least so with whatever version of MTK Engineering Mode is currenty on Google play...
length(h,byte) : 6
lenght(byte) : 4
That'll net you the first Four Digits plus the last Eight of your MAC Address... Such as it is.
Though I'll doubt that this too would survive a wipe. Before heading back off to 00:08:22:xx:xx:xx-random-land again...
Click to expand...
Click to collapse
Hi there. This is work to Lenovo TAB2 A8-50F. My Wi-Fi Mac Address is every time when I turn on and connect to Wi-Fi point is automatic changing. Now, I have a fixed Mac Address. Thanks.
What I am do?
Install MTK Engineering Mode app. Then turn off Wi-Fi. Launch MTK EM app > Go to Connectivity Tab > Wi-Fi > NVRAM. Then type at "Byte String Access:".
add(n,byte): 6
length(byte): 4
value(h): 11223344
Then push button Write. Turn on Wi-Fi. Go to check Wi-Fi Mac Address. There must be an 00:00:11:22:33:44. Thanks!
my phone a1 aq4501 processor MT 6582 help me
Thanks a lot. You saved me
the MTK Engineering methods doesnt works for me,, neither does any other method iam trying since past few days. Could anyone help? I have a Infinix hot 4 pro
/data/nvram does no texist in my system and nothing hapend when i create it a put the file exist another way for fix it? i try install another roms but only one work but imei wifi BT dont work, i can not intall many roms my phone and PC dont install good the preloader driver. i just can use the fastboot and only one rom can be intalled sucses whit that bug i'm sad
I click write many times but it doesn't change. Crap
TheDarkLord098 said:
I click write many times but it doesn't change. Crap
Click to expand...
Click to collapse
I too am stuck here with you.
daveburnt said:
I too am stuck here with you.
Click to expand...
Click to collapse
Sucks really ?
Thanks a lot.
Last resort
If you are unable to change your MAC with those methods, I found a working solution that should work for everyone. Try this: http://bbs.infinixmobility.com/forum.php?mod=viewthread&action=printable&tid=13678 It worked for me when anything I tried didn't work.
Hi,
I'm sorry, but the files below are not found:/data/nvram/APCFG/APRDEB/
any other solution?
Thanks

[Solved][Xperia E] WiFi not working on new update 11.3.A.2.33

Sony recently released new software update for Sony Xperia E build 11.3.A.2.33
In some cases this update causes a problem regarding WiFi connectivity.
After the device gets updated, WiFi network can be connected but Internet doesn't work.
So here's the solution if you got this problem.
Follow Steps:
1. Go to Settings -> Wi-Fi
2. Tap and Hold on the name of your Connected Wi-Fi network.
3. Select Modify network
4. Scroll down a little and check ☑ Show advanced options
5. In the IP Settings - Select -> Static
6. Change DNS 1 - 8.8.8.8 and DNS 2 - 8.8.4.4 and Save and Voila !
And if you don't want to follow this steps then simply Factory Reset phone and it works like a charm.
Thanxs man!

[Sony] Xperia Open Devices Project

Sony Mobile is committed to supporting the open developer community, and one way to show this is by publishing parts of our code as well as selected tools developed by our internal developers.
For some of the Xperia™ devices, we provide Android™ Open Source Project (AOSP) device configurations on GitHub. This means that the software will be open for you as a developer to use and contribute to. This is a way for us to support the open Android community, and it is also a tool for us to facilitate and verify contributions to AOSP.
If you want to build AOSP for your unlocked Xperia device, you find all the resources you need in the sections below.
http://developer.sonymobile.com/knowledge-base/open-source/open-devices/
Unified 3.10 kernel sources
https://github.com/sonyxperiadev/kernel
Project git
https://github.com/sonyxperiadev/
jerpelea,
This is for android-5.1.1_r12
Do you know how to fix the issue of when you type
fastboot flash system system.img
that it just hangs on "sending". I left it for over an hour and it never seemed to finish sending.
Otherwise everything seemed to build properly.
edit: was able to get it on the system properly but am getting errors when booting:
(attached full logcat)
which is resulting in a bootloop
Thanks,
Chris
sorry for forgetting this info
i have updated the build guide
to flash system you have to use
fastboot -S 256M flash system system.img
br
J
ChrisJ951 said:
jerpelea,
This is for android-5.1.1_r12
Do you know how to fix the issue of when you type
fastboot flash system system.img
that it just hangs on "sending". I left it for over an hour and it never seemed to finish sending.
Otherwise everything seemed to build properly.
edit: was able to get it on the system properly but am getting errors when booting:
(attached full logcat)
which is resulting in a bootloop
Thanks,
Chris
Click to expand...
Click to collapse
no touchscreen on karin_windy
jerpelea,
the sparse option is also needed for karin_windy.
It boots but the touchscreen does not work at all. Powering OFF/ON does not help.
OK, I did:
Code:
repo init -u https://android.googlesource.com/platform/manifest -b android-5.1.1_r1[COLOR="Red"]3[/COLOR]
I'll try again with android-5.1.1_r12
DHGE said:
jerpelea,
the sparse option is also needed for karin_windy.
It boots but the touchscreen does not work at all. Powering OFF/ON does not help.
OK, I did:
Code:
repo init -u https://android.googlesource.com/platform/manifest -b android-5.1.1_r1[COLOR=Red]3[/COLOR]
I'll try again with android-5.1.1_r12
Click to expand...
Click to collapse
ok
i will look into it
br
J
jerpelea said:
sorry for forgetting this info
i have updated the build guide
to flash system you have to use
fastboot -S 256M flash system system.img
br
J
Click to expand...
Click to collapse
I was able to get it to boot (it seems the thermal manager was stopping it, I set it in front of a fan to get it to).
But now it says baseband version Unknown and it also appears to be unable to turn on wi-fi as well.
(See attached image)
22 the right choice?
hi jerpelea,
second try (following your HowTo verbatim) same result - no touchscreen only the keys do work.
I am building for my xperia Z4 Tablet Wifi (SGP712).
I chose option 22. I could think of option 2.
Anything wrong with my choice?
Code:
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_arm64-eng
3. aosp_mips-eng
4. aosp_mips64-eng
5. aosp_x86-eng
6. aosp_x86_64-eng
7. aosp_hammerhead-userdebug
8. aosp_mako-userdebug
9. aosp_grouper-userdebug
10. aosp_flo-userdebug
11. full_fugu-userdebug
12. aosp_fugu-userdebug
13. aosp_tilapia-userdebug
14. aosp_deb-userdebug
15. aosp_manta-userdebug
16. mini_emulator_mips-userdebug
17. mini_emulator_x86-userdebug
18. mini_emulator_x86_64-userdebug
19. mini_emulator_arm64-userdebug
20. m_e_arm-userdebug
21. aosp_sgp771-userdebug
[COLOR="Red"] 22. aosp_sgp712_windy-userdebug[/COLOR]
23. aosp_e6553-userdebug
24. aosp_shamu-userdebug
25. aosp_flounder-userdebug
Which would you like? [aosp_arm-eng]
edit:
I think the choice is right.
there is no /system/lib64/touchfilter directory or tfsw.so
I can adb shell with root rights.
your choice is fine (22)
i am debugging it as we speak
br
J
DHGE said:
hi jerpelea,
second try (following your HowTo verbatim) same result - no touchscreen only the keys do work.
I am building for my xperia Z4 Tablet Wifi (SGP712).
I chose option 22. I could think of option 2.
Anything wrong with my choice?
Code:
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_arm64-eng
3. aosp_mips-eng
4. aosp_mips64-eng
5. aosp_x86-eng
6. aosp_x86_64-eng
7. aosp_hammerhead-userdebug
8. aosp_mako-userdebug
9. aosp_grouper-userdebug
10. aosp_flo-userdebug
11. full_fugu-userdebug
12. aosp_fugu-userdebug
13. aosp_tilapia-userdebug
14. aosp_deb-userdebug
15. aosp_manta-userdebug
16. mini_emulator_mips-userdebug
17. mini_emulator_x86-userdebug
18. mini_emulator_x86_64-userdebug
19. mini_emulator_arm64-userdebug
20. m_e_arm-userdebug
21. aosp_sgp771-userdebug
[COLOR=Red] 22. aosp_sgp712_windy-userdebug[/COLOR]
23. aosp_e6553-userdebug
24. aosp_shamu-userdebug
25. aosp_flounder-userdebug
Which would you like? [aosp_arm-eng]
Click to expand...
Click to collapse
ChrisJ951 said:
I was able to get it to boot (it seems the thermal manager was stopping it, I set it in front of a fan to get it to).
But now it says baseband version Unknown and it also appears to be unable to turn on wi-fi as well.
(See attached image)
Click to expand...
Click to collapse
This is normal for an initial release
We have not added yet kernel wireless driver or GSM
Br
J
Hi
There is no need to add touch filter in AOSP
I have published new zip (v11) that fixes touch on our website and added patches to buildguide to enable audio on Z3+/4 devices
Br
J
DHGE said:
hi jerpelea,
second try (following your HowTo verbatim) same result - no touchscreen only the keys do work.
I am building for my xperia Z4 Tablet Wifi (SGP712).
I chose option 22. I could think of option 2.
Anything wrong with my choice?
Code:
You're building on Linux
Lunch menu... pick a combo:
1. aosp_arm-eng
2. aosp_arm64-eng
3. aosp_mips-eng
4. aosp_mips64-eng
5. aosp_x86-eng
6. aosp_x86_64-eng
7. aosp_hammerhead-userdebug
8. aosp_mako-userdebug
9. aosp_grouper-userdebug
10. aosp_flo-userdebug
11. full_fugu-userdebug
12. aosp_fugu-userdebug
13. aosp_tilapia-userdebug
14. aosp_deb-userdebug
15. aosp_manta-userdebug
16. mini_emulator_mips-userdebug
17. mini_emulator_x86-userdebug
18. mini_emulator_x86_64-userdebug
19. mini_emulator_arm64-userdebug
20. m_e_arm-userdebug
21. aosp_sgp771-userdebug
[COLOR=Red] 22. aosp_sgp712_windy-userdebug[/COLOR]
23. aosp_e6553-userdebug
24. aosp_shamu-userdebug
25. aosp_flounder-userdebug
Which would you like? [aosp_arm-eng]
edit:
I think the choice is right.
there is no /system/lib64/touchfilter directory or tfsw.so
I can adb shell with root rights.
Click to expand...
Click to collapse
jerpelea said:
This is normal for an initial release
We have not added yet kernel wireless driver or GSM
Br
J
Click to expand...
Click to collapse
Do you know when the kernel wireless driver or GSM will be released?
ChrisJ951 said:
Do you know when the kernel wireless driver or GSM will be released?
Click to expand...
Click to collapse
I have just updated kernel driver to support 4356/58 wifi, now all that is needed is to use it
Feel free to join dev
Br
J
jerpelea said:
I have just updated kernel driver to support 4356/58 wifi, now all that is needed is to use it
Feel free to join dev
Br
J
Click to expand...
Click to collapse
So that means working Wifi but no GSM? or does it include GSM as well?
Also what do you mean by join dev? (If it's a website/forum please add a link )
Also latest build still seems to have wifi not working properly
Thanks,
Chris
How to turn on the LED at the bottom of Sony Phone and Change the colour accordingly?
Sorry guys for disturbing. I was looking for a way to control the LED right at the bottom of the Sony phone which I don't see in Samsung or Motorola. I want it to change colour according to my image gallery. Like: when the background is mostly white, then the LED will change to white and so on. Anyone deal with it before?
LED mods
Anyone deal with it before?
Click to expand...
Click to collapse
I would start looking in the xperia cross devices forum.
I was able to mount the /modem partition and pull out all the modem.b## files and add them to the Android.mk but am still getting baseband not found. Anyone have any other ideas? (From what I could tell of Z3 (leo) that is how people got the baseband working in aosp)
ChrisJ951 said:
I was able to mount the /modem partition and pull out all the modem.b## files and add them to the Android.mk but am still getting baseband not found. Anyone have any other ideas? (From what I could tell of Z3 (leo) that is how people got the baseband working in aosp)
Click to expand...
Click to collapse
on kitakami devices there is no reason to touch those partitions
firmware is loaded from those partitions when is enabled
br
J
jerpelea said:
on kitakami devices there is no reason to touch those partitions
firmware is loaded from those partitions when is enabled
br
J
Click to expand...
Click to collapse
How do we get them enabled and baseband working?
ChrisJ951 said:
How do we get them enabled and baseband working?
Click to expand...
Click to collapse
Would updating the defconfig be of any use or are we waiting for the actual libs from sony?
i.e.
Would adding:
CONFIG_MSM_MODEM_SUBSYSTEM_RESTART_MONITOR=y
and
CONFIG_MSM_PIL_SSR_GENERIC=y
be of any use?
jerpelea said:
I have just updated kernel driver to support 4356/58 wifi, now all that is needed is to use it
Feel free to join dev
Br
J
Click to expand...
Click to collapse
Was the driver for the Z3+ also included or just the z4 tablet?
The comment seems to imply it is just for the Z4 tablet?
2015-08-19: AOSP Lollipop binaries for Android 5.1 updated with improved support for Xperia Z4 Tablet WiFi, Xperia Z3 Tablet Compact WiFi and Xperia Z2 Tablet WiFi. In addition, the AOSP Lollipop 5.1 build guide is updated with added audio patches for Xperia Z3+, Xperia Z4 Tablet, and Xperia Z4 Tablet WiFi.

Changing kernel lefts some old bits

Hi,
I'm fighting with bug https://bugs.launchpad.net/canonical-devices-system-image/+bug/1592412
In short: I've installed FlymeOS 5.1.x (which has DT2W feature). But when I flash UT again, DT2W is still working (and it shouldn't, because UT doesn't support that feature). It seems that when phone is going to older 4.x Android base (which UT has for now), it leaves some files from FlymeOS 5.1.x.
That log https://launchpadlibrarian.net/266876187/syslog shows (ctrl+f and find 'double') that there is something left from FlymeOS kernel in UT installation and not removed/overwritten by wipe option. Maybe I sould remove some specific file reponsible for DT2W? How to find it?
If I good understand, whole UT installation (and other ROMs) do sth
similar to below process:
Android files before UT install:
a
b
c
d
UT files in image:
a
b
d
e
so the result (UT image installation) will be:
a (version from UT image)
b (version from UT image)
c (from Android before installation)
d (version from UT image)
e (new file from UT image)
yes? Simply it works like copying and overwritting all files/folders,
but if in destination there are more files not included in source
path, installation will leave them untouched (don't remove them),
right?
Is there any possibility to fix that (remove these additional Android
5.x bits)? I mean to get something similar to 'rsync --delete' (it
sync and delete files in destination which are not present in the
source).
Or maybe is there any possibility to disable that DT2W manually in kernel?

Categories

Resources