Related
Hello everybody!
I have managed to change the Wi-Fi MAC address of my device and now I share this technique with you. With this method, you can change your address permanently!
What is a MAC address?
A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. It may also be known as a burned-in address, an Ethernet hardware address (EHA), hardware address or physical address. (Source: Wikipedia)
Why would somebody change his/her MAC address?
- To access the internet where it is restricted to particular addresses.
- To hide his/her illegal activity. (Though this is not effective enough since the Android system sends product information and a lot of other things to the Google servers and I'm sure that previous IP addresses could be searched for if somebody does something really nasty.)
Is it legal to change the MAC address?
As far as I know, it is. However, I firmly discourage you on doing anything illegal with changed/unchanged MAC.
Let's do it!
What do you need?
- A rooted device.
- A kernel with MAC address changing support. (I include my ICS kernel (version 3.1.10) for those who want to try it out and the method of implementing it into other custom kernels.)
- A file manager that can explore the root filesystem.
How does this exactly work?
Normally, the Wi-Fi driver gets the MAC address from the built-in chip then it writes the address to '/efs/wifi/.mac.info' and '/data/.mac.info'. This is the original burned-in address. This cannot be changed with software modifications, but only by soldering off the chip from the motherboard and rewriting its contents. Our Wi-Fi device is a Broadcom BCM4330. It has very good built-in features and the open source driver can be found in our kernel sources.
There are two different options in the driver (READ_MACADDR and RDWR_MACADDR (actually, there is a WRITE_MACADDR option too, which stands for creating the two files I have mentioned before)), which enable us changing the address. I tested both and found READ_MACADDR better. By enabling it in the kernel, you get some options regarding MAC changing.
Before you change your MAC address in any way, turn off Wi-Fi! I recommend writing down your original address somewhere (just to be extra secured). You can always return to your original one using the second method (read further) or by flashing a kernel that doesn't have the patch.
- If you flash a patched kernel and delete the '/efs/wifi/.mac.info' file, the driver will generate (!!) a custom MAC address based on some predefined rules (The first 24 bits are common in all generated addresses.).
- Of course you can set your own custom MAC address. Do this by editing the '/efs/wifi/.mac.info' file with a file manager. If you change it to an incorrect address, the system will automatically use the original (burned-in) MAC.
For kernel developers who want to enable this:
Find '#define WRITE_MACADDR' after '#ifdef CONFIG_MACH_N1' in 'drivers/net/wireless/bcmdhd/src/dhd/sys/dhd_sec_feature.h' and insert '#define READ_MACADDR' after that line. This is for ICS kernels (version 3.1.10), but the patch must work on GB ones too. You just have to insert the define somewhere else (I didn't look into this.).
(I count on you guys in implementing this! )
I attach my prebuilt (secure, MMC_ERASE_CAP disabled) kernel for trying out this feature. It is an ICS kernel (version 3.1.10).
Every custom modification to devices have risks. Use this at your own risk!
Have fun and enjoy!
Thanks!
Just tried patching the kernel, it works! So, this feature will be included in my next kernel.
Before flashing the patched kernel, when I turn off wifi, delete .mac.info file, re-enable wifi, the MAC address is not changed.
However, after flashing the patched kernel, after I turn off wifi, delete .mac.info file and re-enable wifi, the MAC address is changed!
Thanks very much for the useful guideline from Adam77Root :good:
Hey bro can u explain this in a more simpler manner...I'm a newbie here and i need this! bcuz my brother alwayz blocks my wifi mac address so i cannot access wifi. I hav a rooted Samsung galaxy ace s5830 using cm 10.1 rc4......thanks in advance!:good:
Abuzzz said:
Hey bro can u explain this in a more simpler manner...I'm a newbie here and i need this! bcuz my brother alwayz blocks my wifi mac address so i cannot access wifi. I hav a rooted Samsung galaxy ace s5830 using cm 10.1 rc4......thanks in advance!:good:
Click to expand...
Click to collapse
If kernel supports only we change the WIFI MAC Address, we can not use it on all the kernels...
Hello,
Is it possible on Samsung Galaxy SII GT-I9100 ?
thanks
miradorid said:
Hello,
Is it possible on Samsung Galaxy SII GT-I9100 ?
thanks
Click to expand...
Click to collapse
Just have taken a look into your kernel sources and it seems it is.
Check this thread: http://forum.xda-developers.com/showthread.php?p=37299543
Somebody will surely compile a kernel for you.
thanks ! I hope anyone will do this
Is it possible to port this to nexus 7 wifi edition with Dirty Aokp rom?
I already have this on my r with cm10.1 kernel
Sent from my GT-I9103 using Tapatalk 2
Deadfreak said:
Is it possible to port this to nexus 7 wifi edition with Dirty Aokp rom?
I already have this on my r with cm10.1 kernel
Sent from my GT-I9103 using Tapatalk 2
Click to expand...
Click to collapse
I have looked into the sources of your Wi-Fi driver (the same BCMDHD) and it seems it doesn't support it. Maybe this is a Samsung-only feature.
any suggestion...?
mj.vikram said:
If kernel supports only we change the WIFI MAC Address, we can not use it on all the kernels...
Click to expand...
Click to collapse
Can you suggest me a ROM with the suitable kernel to change the mac address of my Samsung Galaxy Ace S5830 please?? It would be of great help...
Abuzzz said:
Can you suggest me a ROM with the suitable kernel to change the mac address of my Samsung Galaxy Ace S5830 please?? It would be of great help...
Click to expand...
Click to collapse
I think your best bet would be the galaxy ace forums. You could search if there's an existing kernel with this functionality or else you could direct one of the kernel developers there to have a look at this thread.
I'm a beginner, plz explain in detail such that I can do it.
I'm using Karbonn A11(rooted).
I need to change my Wi Fi mac address because my network administrator blocked my device mac address.
yo be able to connect to wi fi I need to change my wi fi MAC address...
plzz help me..
plzzz
---------- Post added at 02:42 PM ---------- Previous post was at 02:20 PM ----------
I'm using Karbonn A11(rooted).
I need to change my Wi Fi mac address because my network administrator blocked my device mac address.
yo be able to connect to wi fi I need to change my wi fi MAC address...
plzz help me..
plzzz
You need a kernel that supports it.
BTW: Why on earth is this thread in the Q&A??
Adam77Root said:
You need a kernel that supports it.
BTW: Why on earth is this thread in the Q&A??
Click to expand...
Click to collapse
OK then asked mod to move this one to General Forum.
hmm, good idea . but not for all mobiles, I think.
not working for N7100.
thanks anyway.
CracKey said:
hmm, good idea . but not for all mobiles, I think.
not working for N7100.
thanks anyway.
Click to expand...
Click to collapse
If you didn't say, I would have tried it out on my refrigerator.
...not on my refrigerator, but on my U8860
Adam77Root said:
If you didn't say, I would have tried it out on my refrigerator.
Click to expand...
Click to collapse
Hello experts,
since a long time I'm trying to fix my mutating MAC on a Huawei U8860 (so called Honor).
Your Thread gives me new hope. Atm I'm running a custom rom (baidu v.5, ROM 43) on my device.
Do you think, it's possible to insert the phrase into the kernel-source to make the MAC fix again? The wlan-chip is nearly the same as in your tested device (bcm4329).
What else do I have to patch? Is it necessary to write the MAC (seen on the label under battery) into any config-file?
I apprecheate your help - thanx for reading...
Works on Samsung S4 mini with CM 11, however I need to reboot after changing .mac.cob even when deleting .mac.info (which does not automaticly returns), as turning off/on WiFi isn't enough.
I guess the READ_MACADDR option is missing, and at one point I'd like to make my own CM modification. Or is there a more simple solution?
I'm new here..
I have rooted my galaxy note 2 gt-N7100
I want to change my mac address to another one that i want
Can you tell me how can I do it?
Hi,
Just over a year ago, I asked you a solution for my Galaxy S2, and you found me a solution thanks to this post on the Galaxy S2 forum.
Is there a similar kernel for Galaxy S4 GT-I9505 ?
Details of how to connect to PC, upgrade to JB and rooting with Play Store in posts #3 and #4.
I came across this tablet during the holiday season sale at P C Richard and Son (don't see them carrying it anymore). Found it to be a great deal for 59.99 USD (+tax) since it looks like it has a lot of potential for so cheap a tablet.
The one I am currently playing around with is the last of the 5 that I had picked up as gifts for others (and this one will be reaching the recipient soon).
When searching the web for more info, could practically find none. Most of the stuff I saw online was desperate queries of folks struggling with this model - Proscan PLT7035-B from Curtis Intl..
I love the Jelly Bean on my Nexus 7 and the Note II - and so was just trying to put together a sort of guide of the great work you folks have been doing here at XDA that will immensely help those who seek them for this particular make/model.
Product details:
Model #: PLT7035-B
Processor: Rockchip 2906
1.2 GHz processor
7" capacitative touch screen
ICS 4.0.4
4GB flash memory (expandable up to 32 GB with micro SD card)
512 MB ddr3 RAM
Front facing camera
800 x 480 resolution
Wifi 802.11 B/G/N
Pre-loaded GetJar app
Kernel version
3.0.8+
[email protected] #260
Build number
rockchip
rk29sdk-eng 4.0.4_20121114
Click to expand...
Click to collapse
In the next couple of posts, will try my best to explain in detail the steps that I took to upgrade my tablet from ICS 4.0.4 to JB 4.1.1 and successfully root as well as have CWM installed along with Google Play store.
Cheers
Now before we get into details about flashing etc. link below is a nice "guide" article about the various terminologies like what is a Bootloader, custom ROM, Kernel, CWM, Firmware, Flashing, ADB, Root etc.
http://androidforums.com/4657640-post1.html
Click on the above link - a must read for newbies.
Now the Statutory warning: Follow all the remaining steps in this thread at your own risk. It worked fine for me - so neither the forum or me are liable in any sort of way for any damages whatsoever that you may bring upon yourself.
Jelly Bean 4.1.1 Update:
Proscan Model Number PLT7035-B has it on their official site:
http://proscanvideo.com/item.asp?itemnmbr=PLT7035-B
Firmware:
-------------
4.0
http://www.curtisint.com/html/custservice/manuals/PRO_PLT7035-B_FIRMWARE_4.0.ZIP
4.1
http://www.curtisint.com/html/custservice/manuals/PRO_PLT7035-B_FIRMWARE_4.1.ZIP
Manual
http://www.curtisint.com/html/custservice/manuals/PRO_PLT7035-B_ENFR.PDF
As always - statutory warning - neither me nor the forum are liable for any damages to your tablet - do it at your own risk - no one other than you alone is liable for any damages arising from the usage of this guide.
How to upgrade the firmware after downloading it from above link:
Get the RKBatchTool
First of all - ensure that your tablet is FULLY charged.
Unzip the RKBatchTool v1.5 to your desktop
Turn off the tablet and disconnect from the PC.
Now press the Volume Up (+) button and keep holding it down.
Here comes the slightly tricky maneuver - you have to keep pressing the volume UP (+) button and connect at the USB at same time in to the PC. The tablet will power up on it's own but the screen will remain blank
Once the PC starts searching for the driver, you can release the volume button.
Windows will prompt you for drivers for "RK29 device".
Use appropriate drivers from the driver folder.
Have attached some pictures collected from the web (it is just to give a visual idea as an aid to the walk through and may not be detailed nor accurate in every aspect since some of them are from instructions for other devices).
Run the RKBatchTool v1.5.
Click on first button at the left bottom end of the tool screen - this is a toggle for Chinese/English versions.
In the "FW Path" load the update.img file by clicking on the top right side button with the three ... dots
The following will appear in the status box after the "connected devices" box turns green.
Loading firmware...
Loading firmware Finished.
I clicked "Upgrade" (even though the picture says restore).
Your previously green colored box of "connected devices" will now keep flashing in yellow.
Sit back and have fun watching the status box - will probably take a couple of minutes for the whole process and verification.
When it is all done with - the tablet will reboot.
Remember that the first boot would take a longer time than usual powering up time - so just be patient.
All the best.
Image credits : Dave S:
Attached below are the pics from Proscan site Powerpoint.
I have successfully rooted it twice and installed Play Store (once with ICS and now with JB)
First time it was with help of amjtech thread [Tutorial] Proscan PLT-7035-PL Root and install GAPPS
Now I tried the [RK29][TOOL] Root RK29 Tab Toolkit since the sdk was already installed.
Very simple and super effective rooting process.:good:
The first time when I ran in to driver installation issues it was pertaining to permissions.
Found work-arounds elsewhere and also had issues with the installing google playstore.
Hence used the Vending 3.9.16.apk from thread [Share] Google Play 3.10.10 [Updated 14.12.12] to resolve it.
Installing CWM was also a breeze - thanks to the great work of fun_ . It is a simple process if you follow his guidelines :good:
He has been very kind to upload an exclusive CWM-based Recovery image for ProScan PLT7035-B (ext4)
Click above link to d/l it and follow installation instructions
--------------------------------------
Precautionary measure - the following is just in case something goes wrong and you want to revert back (and also to have a copy of original images) :
I used the romdump technique and following Oma's suggestion have created the kernel, boot, recovery and system images in SD card for ICS 4.0.4 of Proscan PLT7035-B
http://www.4shared.com/zip/UtCs-yCE/Proscan_PLT7035-B.html
Above link upload to 4share is exclusively for the Proscan PLT7035-B (ICS 4.0.4) and hopefully has not been corrupted because my internet connection has been flubbing for past few days.
Have fun and remember to use caution because you alone are responsible if you brick your device.
Cheers
yes ok
vulcanize said:
I came across this tablet during the holiday season sale at P C Richard and Son (don't see them carrying it anymore). Found it to be a great deal for 59.99 USD (+tax) since it looks like it has a lot of potential for so cheap a tablet.
The one I am currently playing around with is the last of the 5 that I had picked up as gifts for others (and this one will be reaching the recipient soon).
When searching the web for more info, could practically find none. Most of the stuff I saw online was desperate queries of folks struggling with this model - Proscan PLT7035-B from Curtis Intl..
I love the Jelly Bean on my Nexus 7 and the Note II - and so was just trying to put together a sort of guide of the great work you folks have been doing here at XDA that will immensely help those who seek them for this particular make/model.
Product details:
Now before we get into details about flashing etc. link below is a nice "guide" article about the various terminologies like what is a Bootloader, custom ROM, Kernel, CWM, Firmware, Flashing, ADB, Root etc.
http://androidforums.com/sony-erics...om-kernel-cwm-firmware-flashing-adb-root.html
Click on the above link - a must read for newbies.
Now the Statutory warning: Follow all the steps at your own risk. It worked fine for me - so neither the forum or me are liable in any sort of way for any damages whatsoever that you may bring upon yourself.
-----------------------------
I have successfully rooted it and installed Play Store with help of amjtech thread [Tutorial] Proscan PLT-7035-PL Root and install GAPPS
Ran in to driver installation issues and found work-arounds elsewhere and also with the google playstore from above link.
Used the Vending 3.9.16.apk from thread [Share] Google Play 3.10.10 [Updated 14.12.12] to resolve it.
Installed CWM using steps from thread [CWM] CWM-based Recovery for RK3066/RK2918 devices with the help of fun_
----
I would love to have a suitable kernel on this Rockchip based model to flash Oma's JB.
Any ideas/suggestions????
Thanks in advance.
Cheers
Click to expand...
Click to collapse
Rooted stock Jelly Bean 4.1.1 with Play store screen shot from the Proscan PLT7035-B with RK2906
Details of how-to in the third and fourth post from top.
A BIG THANK YOU TO Oma7144 :good:
RK2906 Tab Proscan PLT7035-B now joins his list and rocks with Jelly Bean Custom Rom! Click here if you want to try it out.
Am loving it.
Thanks to him the Kernel for the PLT7035-B can be found here
Or click here for direct download.
Looking foward to the stable CM10 version.
Cheers.
This is an update from my end with regards to the JB 4.2.2 Multi-Window by Oma on the RK29
http://crewrktablets.arctablet.com/?p=1661
Check it out
------------------------------
There is also a Second Test Build CM10.1 (Thanks Oma) on Proscan PLT7035-B
Tried the CrewRKTablets_RK29_Loox_CM10.1_4.2.1_20130113.7z along with CrewRKTablets_Format NAND.zip with the custom kernel made by him on his ICS thread.
Am very happy to say it is working great so far except for the spotty wi-fi at times and also screen rotation (needs sensor/rotation calibration).
Please remember that it is still a test build.
Cheers.
pondering
Before I try something dumb was pondering if the update will work on 7035 pl. would love to have jb on it, and maybe get a little better battery life. There is so little info out for the pl. thanks for any help you can give.
crhm said:
Before I try something dumb was pondering if the update will work on 7035 pl. would love to have jb on it, and maybe get a little better battery life. There is so little info out for the pl. thanks for any help you can give.
Click to expand...
Click to collapse
NO!!!!
It is meant for the 7035-B. Someone else flashed the wrong ROM and the message is quote below.
capfl2k5 said:
Proscan/Curtis PLT7035-PL
Sooo I had a moment of derrrr and flashed the jellybean upgrade for the PLT7035-B to my 7035-pl. Boots up (quickly I might add) and goes to the lock screen but I have no touch control over the screen. Does anyone have an image of the original firmware for this tablet? Or any Idea on how I can regain control of the touch screen?
Source: http://androidforums.com/general-tablet-talk/682172-proscan-curtis-plt7035-pl.html
Click to expand...
Click to collapse
But you can do all the rooting and install CWM along with playstore as mentioned in post 4 since fun_ has a generic CWM on his site.
http://forum.xda-developers.com/showpost.php?p=37221496&postcount=4
Would also appreciate it if you could kindly do a romdump of your 7035-PL and host the Boot, Recovery And System Partition Images to help people like capfl2k5 whose post from another forum is quote above.
Also try requesting Oma for a suitable kernel in his JB custom rom thread http://forum.xda-developers.com/showthread.php?t=1903745 and you will be all set. I really like that rom he has built.:good:
And then you could also try the CM 10.1 with that same kernel
I will see what I can do . I have su already but did not have any luck with with Google play I will try again later
Sent from my PG06100 using Tapatalk 2
crhm said:
I will see what I can do . I have su already but did not have any luck with with Google play I will try again later
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
As mentioned in post # 4 in previous page
Download the Play store apk
How to install:
Rename it to Vending.apk
Paste it in system/app
Change permissions to rw-r--r--
Reboot if needed
http://forum.xda-developers.com/showpost.php?p=32731467&postcount=1
Courtesy: Kakashi Hatake
I will look for a place to put those files, boot ,recovery, and system. Got a chance to to do a romdump. Now to move on to a recovery for cwm. I am getting to old for this stuff fingers dont work like they used to.lol
Sent from my PG06100 using Tapatalk 2
crhm said:
I will look for a place to put those files, boot ,recovery, and system. Got a chance to to do a romdump. Now to move on to a recovery for cwm. I am getting to old for this stuff fingers dont work like they used to.lol
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
Great.
Hope you followed Oma's advice for the romdump images.
http://forum.xda-developers.com/showpost.php?p=35298423&postcount=462
As for CWM - it is very simple and straightforward thanks to the great work by fun_
http://forum.xda-developers.com/showthread.php?t=2102679
Clicking the link at the top of his post will take you to his site where there is a nice walkthrough.
Now the proscan PLT7035-B that I have currently is running on the custom rom - Oma Odys Loox JB 4.1.1 V1.2.3a and I might have just enough time with the tablet to make it to 4.2.2 version.
Cheers
Have been using Orange Backup (by snoopy33) on the proscan and loving it.:good:
Playstore:
https://play.google.com/store/apps/details?id=com.pommedeterresautee.twoborange3
xda:
http://forum.xda-developers.com/showthread.php?t=2040507
Suits the need of lazy folks like me
crhm said:
I will look for a place to put those files, boot ,recovery, and system. Got a chance to to do a romdump. Now to move on to a recovery for cwm. I am getting to old for this stuff fingers dont work like they used to.lol
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
I see that you have posted the image dump on mediafire
http://forum.xda-developers.com/showpost.php?p=38400364&postcount=53
Am just putting it up here in case anyone with the PROSCAN PLT7035-PL stumbles across this thread in search of the stock recovery, kernel etc.
crhm said:
I put the plt 7035-pl files on mediafire. I hope it helps. Iam trying to build a recovery file for cwm. I hope to make a little progres there soon.
I will try and help when I can. I just have to quit thinking webos and maybe it will go faster.:good:
Recovery.img
http://www.mediafire.com/view/?5v04gu0c2ow8cx1
Kernel.img
http://www.mediafire.com/view/?6ztdrpr217h1dos
Boot .img
http://www.mediafire.com/view/?tt9fdttjxankm1i
Click to expand...
Click to collapse
Cheers.
Ubuntu Installer for Android
Was wondering if this cheap dual core tab could handle Ubuntu and used the app from following link to install an older version of Ubuntu
http://www.mediafire.com/?5ru3tzddteciahd
Process is very simple and the app gives a detailed walk through. Am in the process of upgrading the versions now
Kudos and all credits to the original devs because I saw it on a site that did not name them.
For newer version of the install app visit the linux on android website:
http://linuxonandroid.org/downloads/
Cheers.
vulcanize said:
I see that you have posted the image dump on mediafire
http://forum.xda-developers.com/showpost.php?p=38400364&postcount=53
Am just putting it up here in case anyone with the PROSCAN PLT7035-PL stumbles across this thread in search of the stock recovery, kernel etc.
Cheers.
Click to expand...
Click to collapse
Just a mirror created for the PLT7035-PL kernel, boot and recovery images (originally posted by crhm)
https://www.dropbox.com/sh/hxky38cnck1m0oq/GXvk4Onc9F
JB 4.2.2 on the Proscan PLT7035-B
Unofficial AOSP 4.2.2 on rk29board ! thanks to Oma
http://forum.xda-developers.com/showthread.php?t=2162760
:good:
As soon as I get my recovery fixed I was thinking of using a copy of recovery and port it to mine fix it where it could be flashed with rktool if need be
Sent from my Galaxy Mini (SGH-T499) using Tapatalk 2
Q&A for [ROM][4.4.4r2]p6800/p6810/i815(10Oct2014)SlimKat build 8.4 Unofficial
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
香港加油!
great work bro!!
well it's pretty good but I think it's quite lag .I only installed 19 apps but still i feel lag. please make it free bug and will our galaxy tab 7.7 p6800 update to android lollipop? will 2 gb ram computer can port a rom ? i like to port a rom using source code on my own but seems to be a hard work ←_← bty i tried to install cyanogenmod android 4.3 that u ported but still i feel lag=_= Anyway hope to make it free bugs and thank you so much for your hard work
Batery
I installed the rom on my tab 7.7 but battery consumption is very high.
The battery does not last more than 9 hours. Is this normal?
p6800 problem flashing Slimrom, Carbon, AOSB from PacRom milestone.1.release
Hey Everyone,
Noob here, been using Daniel_HK's Pac Rom as a daily for almost a year now, happy happy, but now I wanted to try Slimrom, smaller footprint, easier on RAM, maybe. Problem is, I can't get latest Slimrom, Carbon, or AOSB to flash with either CWM-6.0.3.0 or CWM-6.0.4.5. Just wondering what kind of diagnostic information to provide and if anyone can offer me some help. I have experience with Odin (took a stock p1000 through Overcome and CM9) and have tried CWM flash and Mobile Odin on the P6800. I try Factory Reset/Wipe Cache/Wipe Dalvik, flash rom, and then try reboot, also try all Wipes, then reboot, try Format System as suggests in the Slimrom FAQ. Not sure what my next step is, really want to try Slimrom or Carbon or OMNI. Any help is greatly appreciated. Big thanks to Daniel_HK and everyone who keeps our beloved P6800 alive.
Bluetooth pan
Trying to get Internet connection on Galaxy Tab 7.7 P6800 from Iphone over bluetooth
In iPhone, there is blue stripe on top saying there is one device connected to modem
In P6800, there is "Used for internet connection of another device" status in Bluetooth Settings under the Iphone (not sure of exact status as it is in Rusian)
But there's no Internet on P6800 (e.g. browser says "no internet connection")
Device is Galaxy tab 7.7 P6800, slimkat Slim-4.4.4.build.8.20-UNOFICCIAL-20141215-1732
File bluetooth-patch2.zip installed (from here http://forum.xda-developers.com/showthread.php?t=2666261 )
From very same iphone, internet sharing over bluetooth works with sony z3 tablet without problems.
Files are transfered to P6800 from windows machine over bluetooth with no problems.
The question is if it is possible to connect to Internet from P6800 over bluetooth?
upd. Actually happens the following.
After connecting, I see in terminal window that interface bt-pan is up, but not ip address assigned to it
after performing commands in terminal with root rights
netcfg bt-pan dhcp
route add default gw 172.20.10.1 dev bt-pan
Internet is working in firefox and chrome browser (but not in embedded browser).
In play market, I can search for application but can not install it, as play market says "waiting for network connection".
ehm.gee said:
Not sure what my next step is, really want to try Slimrom or Carbon or OMNI. Any help is greatly appreciated.
Click to expand...
Click to collapse
Use TWRP instead of CWM. you can get TWRP for p6800 here http://forum.xda-developers.com/showthread.php?t=2352967 and install it using your CWM
CPU Voltage do not change
CPU Voltage settings in built-in performance settings do not change CPU voltage.
Device is P6800
ROM is Slim-p6800-4.4.4.build.8.20-UNOFFICIAL-20141215-1732.zip
Recovery is TWRP 2.8.x
14 Feb 2015 version - video now ok
Installed 14 Feb version. now HW decoder for video works fine. Youtube app, embedded video in web and FB, HW in MX player, all working fine. Thank you.
Few random reboot.
Click to expand...
Click to collapse
Where did you find this version?
I can only find latest release from 2014/12/15
can't install 8.20
hi guys
pls help I want to install slimkat 8.20 from latest version of TWRP . But after i select slimkat an error apear and TWRP restarted .
what should i do?
help me
please help me...show me step by step to install slimrom for samsung tab 7.7
best rom i have tried
thanks alot daniel you are a genius
i have p6800 and it works perfect and battery runs longer
one thing that i have noticed
that my data sim card is not recognized by SLIMROM... if you would fix that it would be the complete ROM for me and p6800 users
my data sim card is from STC saudi telecommunication company in KSA.
i appreciate your time and efforts for bringing our lovely tab to life again !!
Q&A for [ROM][29-11-2013] ZTE V970 / V970M (MT6577) custom ROMs (ICS / JB)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][29-11-2013] ZTE V970 / V970M (MT6577) custom ROMs (ICS / JB). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
virtualspeed said:
One more here. Can someone upload all superdragonpt files somewhere?
(JB 1.4, CWM,...)
Thank you
Click to expand...
Click to collapse
ZTE_v970_JB_4.2.2_Stable_v1.2.zip
https://mega.co.nz/#!SUZQRbDa!MkpzKTa5uxw6r6TaJrPJFxC-6MQC4cuECbWrCy3e7TI
cant find the ZTE970 kernel in that thread
I have CWM and the latest custom FW (1.3) and have done the repartitioning in the ZTE 970, but now it doesn't see the external SD card.
In the thread it says:
Question: After installing Android 4.1 based ROMs, I'm not able to access sdcard anymore, even though it is accessible via CWM recovery.
Answer: Due to hardware differences between models, the included kernel is not compatible. The alternative is to flash the latest V970 kernel compiled by @superdragonpt, which can be found here.
Well, I went there, and I cant find that kernel posted anywhere. The first 3 posts are empty.
I pressed thanks, but still nothing.
Am I such a noob? What am I doing wrong?
I just want to be able to see that microSD card.
Can someone help me and tell me where is that kernel?
Thx.
Hi
Some nasty things ocurred on my xda threads and GitHub.
Currently im in The process of re-uploading all my files
Tomorow all kernel versions will be up ( i hope)
Offtopic: we got kitkat running on our device ( still on alpha /beta States)
/offtopic
Regards.
thanks.
I found a solution doing the following:
I downloaded the above mentioned 1.2 zip file, put it in the microSD and flashed it from CWM.
Then the phone stuck in a boot loop with the 4 colored circles dancing around.
I then reflashed the ROM I mentioned (the last 1.3 custom ROM that I got from this thread),
and not only did the phone work again ok, but it still holds the 2.49 internal memory partition AND it sees the microSD now !!!
I am too noob to explain this, but works just fine for me.
Mic on Skype
Hi every one...
The mic on Skype apps is not working
Only working when I'm using Bluetooth device,
The mic is working with all other recording apps
Any idea ?
Using Skype v 5.1.0.56619
superdragonpt said:
Hi
Some nasty things ocurred on my xda threads and GitHub.
Currently im in The process of re-uploading all my files
Tomorow all kernel versions will be up ( i hope)
Offtopic: we got kitkat running on our device ( still on alpha /beta States)
/offtopic
Regards.
Click to expand...
Click to collapse
KitKat running con v970???
Sent from my XT1032 using XDA Free mobile app
dackhack said:
KitKat running con v970???
Sent from my XT1032 using XDA Free mobile app
Click to expand...
Click to collapse
Yes...
Adb usb debugging enabled
Hi thanks for your post.
My phone have a broken blank screen, is rooted BUT when the screen crash the usb debugging was disabled.
I connected on bootloader-fastboot and the adb is enabled by default but with no root grants (' ._.) and i cant edit build.prop or default.prop i'm stuck with that
i developed a software that allow me to control my device from pc using adb but its useless without the usb debugging.
so, does you custom ROM has usb debugging enabled by default.?
thanks?
Turned off with incoming calls
Hello
Using ZTE V970M - V970 Android 4.1.1 V1.1 MOD
Lately there is problem when there is incoming call the phone shut down after 2 sec
The battery status is good 90% and above, so it's not battery issue,
Any idea why the phone turned off with incoming calls ?
Thank You
Bluetooth failure
Bgcngm good afternoon, my ZTE 970M Bluetooth is not connected to New Version V1.5 ELM327 OBD2 OBDII Bluetooth Car Diagnostic Interface Scanner, you can help me, thanks
Hello,
I need your help guys.
I installed ubuntu on my Asus T100 TAF using the magic stick http://forum.xda-developers.com/win...opment/live-asus-t100-ta-magic-stick-t3091481
Grub and all the booting stuff is ok however.
Wifi is not Working !!!
After looking through this google+ community https://plus.google.com/communities/117853703024346186936
Kernel 4.1 was posted through the community and I installed it hoping my Wifi would work. Nothing. Not working
After, I saw that someone with the same computer than mine posted a Kernel version that would make wifi work.
Here's the link to the github: https://github.com/pinkflozd/T100TAF_kernel/
The thing is that I have absolutely no clue how to install this. It's an uncompiled kernel.Could you please assist me on the subject ?!
More info:
Before arriving to that point, I tried installing brcmfmac43241b4-sdio.txt and brcmfmac43241b4-sdio.bin according to https://linuxnorth.wordpress.com/2014/08/28/establishing-wi-fi-connectivity-on-the-t100/
But, no sign of wifi connection
According to someone on the google+ community, the right driver for my computer is brcmfmac43340.bin, but I have no clue on how to find the .txt(nvram file)
Also, sound is not working but the previously posted uncompiled kernel apparently fixes all the previously mentioned problems.
Heres the actual Google+ Posting of the kernel version for my asus t100taf, its the second post.https://plus.google.com/112460475763080321634/posts
All help would be appreciated. thank you very much !!
Hi there,
You already founded the right place for this question, so please ask there for assist:
[LIVE][USB][T100] Asus T100-TA Magic Stick
Read first this thread: Windows 8 FAQ:-Want to ask a question?Check here first!
Good luck