Any roms / kernels with Bluetooth 4.0? - T-Mobile Samsung Galaxy S II SGH-T989

Do any of the custom roms or kernels have bluetooth 4.0 support? The T989 uses a Broadcom 4330 chipset which has Bluethooth 4.0+HS. From what I understand the stock rom does not have the updated 4.0 drivers. This makes many of the new devices using Bluetooth Low Energy not compatible (many of the fitbit type devices).
Any ideas?
Thanks!

From what I know it has v3.0 with A2DP, HS and that's it. Remember this phone is from 2011. But the GS3 has 4.0
Sent from my SAMSUNG-SGH-T989 using Tapatalk

I dont think our phone has bt 4.0 its a hardware limitation from what i understand

Syzee101 said:
I dont think our phone has bt 4.0 its a hardware limitation from what i understand
Click to expand...
Click to collapse
Hmm... Even with the Broadcom 4330?
https://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM4330
I've done some digging around and it appears that the 4330 can be made to enable BTLE. It requires updated Broadcom drivers and android 4.3+. There are a number of phones using this same chipset that have gotten BTLE to work (and pair with Fitbit like devices). Looks like the drivers need to be enabled in the kernel compile.
I've got a Samsung Galaxy Nexus running CM11 and it has the 4330 chipset as well. I used this .apk to check for BTLE support and it reports that it is enabled. Unfortunately I don't have any BTLE devices to test with it.
http://weimenglee.blogspot.com/2013/10/check-if-your-android-device-supports.html
If anyone is running a CM11 version can you use the file in the page I showed to check for support? If I get the time I may try CM11 on my wife's T989 and see....
EDIT:
Looks like with it is working with the Galaxy S2 ( i9100 intl.)
http://forum.xda-developers.com/showpost.php?p=48977119&postcount=147
Cool..... I may do the CM11 update then pick up a Fitbit and see if I can get it working....

oh, haha ive been misled this whole time! guess you learn something new everyday ill check it out on my device tonight. thanks for the find!

Syzee101 said:
oh, haha ive been misled this whole time! guess you learn something new everyday ill check it out on my device tonight. thanks for the find!
Click to expand...
Click to collapse
Did you get a chance to check for support?

Lost Dog said:
Did you get a chance to check for support?
Click to expand...
Click to collapse
sorry for the late reply,
I can confirm jedi mind trick 8 (4.1.2) doesn't support it... i haven't had much time to update to anything newer (CM11)

Syzee101 said:
sorry for the late reply,
I can confirm jedi mind trick 8 (4.1.2) doesn't support it... i haven't had much time to update to anything newer (CM11)
Click to expand...
Click to collapse
Thanks!
I've been trying to get CM11 working but I hit snag with the phone rebooting every few minutes (not a boot loop but after it's booted it's really unstable). Once I figure that out I can test!

Lost Dog said:
Hmm... Even with the Broadcom 4330?
https://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM4330
I've done some digging around and it appears that the 4330 can be made to enable BTLE. It requires updated Broadcom drivers and android 4.3+. There are a number of phones using this same chipset that have gotten BTLE to work (and pair with Fitbit like devices). Looks like the drivers need to be enabled in the kernel compile.
I've got a Samsung Galaxy Nexus running CM11 and it has the 4330 chipset as well. I used this .apk to check for BTLE support and it reports that it is enabled. Unfortunately I don't have any BTLE devices to test with it.
http://weimenglee.blogspot.com/2013/10/check-if-your-android-device-supports.html
If anyone is running a CM11 version can you use the file in the page I showed to check for support? If I get the time I may try CM11 on my wife's T989 and see....
EDIT:
Looks like with it is working with the Galaxy S2 ( i9100 intl.)
http://forum.xda-developers.com/showpost.php?p=48977119&postcount=147
Cool..... I may do the CM11 update then pick up a Fitbit and see if I can get it working....
Click to expand...
Click to collapse
Hi, I tested it with this app and the result was LE not supported, see attached screenshot.
I'm on SlimKat ROM.

Related

[DEV] [KERNEL] with support for L2CAP

DEVELOPERS WANTED!!
Hello!
I want to build a kernel with support for wiimote and other gaming controllers, as our galaxy tab kernels dont support them! Im currently gathering infos about how to.integrate the support, and i would be glad if you can help me a bit!
03/08/11:
libs from cm6 dont work
03/07/11:
Research:
L2CAP server sockets stopped working around Android 1.5
I'll pay to see this happen
currently have my tab downgraded to cm6 purely to get fpse working with a wiimote...
I believe the SGT already supports the HID protocol (hence mouse & keyboard support), so that's half-way.
The Wiimote keyboard app works with (most?) Cyanogenmod 6 ports as well, so you might be able to kang the libs from there.
im willing to help out, although i dont know a whole lot, but iv been trying to look into getting the wiimote to work as well.
knightnz said:
I believe the SGT already supports the HID protocol (hence mouse & keyboard support), so that's half-way.
The Wiimote keyboard app works with (most?) Cyanogenmod 6 ports as well, so you might be able to kang the libs from there.
Click to expand...
Click to collapse
yes works with cyanogenmod 6 like a charm, using the libs from it causes a bootloop... (not really a bootloop but stuck at the samsung galaxy tab screen)
i need to look into the android sourcecode, and try to compile the bluetooth stuff from cyanogenmod for the galaxy tab (samsung roms) and pack it into an update.zip
jschmid698 said:
im willing to help out, although i dont know a whole lot, but iv been trying to look into getting the wiimote to work as well.
Click to expand...
Click to collapse
thank you
jschmid698 said:
im willing to help out, although i dont know a whole lot, but iv been trying to look into getting the wiimote to work as well.
Click to expand...
Click to collapse
Exactly what he said.
Sent from my GT-P1000 using XDA App
cm6 libs
Do the CM6 libs need ported to run correctly? or is the issue kernel based?
jschmid698 said:
Do the CM6 libs need ported to run correctly? or is the issue kernel based?
Click to expand...
Click to collapse
what i can say after my research is, that this is due to a lack of L2CAP support in the kernel, but there are private APIs which allow openening L2CAP sockets, but its VERY exhausting to learn/understand/hack them to get them work on the galaxy tab, so this is most likely a kernel issue!
Landroid said:
what i can say after my research is, that this is due to a lack of L2CAP support in the kernel, but there are private APIs which allow openening L2CAP sockets, but its VERY exhausting to learn/understand/hack them to get them work on the galaxy tab, so this is most likely a kernel issue!
Click to expand...
Click to collapse
There is l2cap support in the samsung kernel and CONFIG_BT_L2CAP=y in the config so i don't think it's a kernel issue.

[Q] Samsung Smart View apk

My SGS2 died today so I thought it might be a good idea to get a Nexus, but yes the Smart View App I have surely wasnt updated to 2.4.2 which should support ICS and as Samsung doesnt support the Galaxy Nexus with their apps yet could someone supply me with the latest version please until I get my SGS2 back?
cheers
Try this mate
http://forum.xda-developers.com/showthread.php?t=1177692
xethor said:
Try this mate
http://forum.xda-developers.com/showthread.php?t=1177692
Click to expand...
Click to collapse
I checked those threads already but the latest they hold is the 2.4.0 which I have on my memory card, the 2.4.2 is the build released on Dec 27th thats the reason why I asked
rand0m said:
I checked those threads already but the latest they hold is the 2.4.0 which I have on my memory card, the 2.4.2 is the build released on Dec 27th thats the reason why I asked
Click to expand...
Click to collapse
The thing is, I think the app is only compatible with the SGSII, so we have to wait until somebody ports it over.
xethor said:
The thing is, I think the app is only compatible with the SGSII, so we have to wait until somebody ports it over.
Click to expand...
Click to collapse
the 2.4.0 does work but due to ICS there are issues thats why I wanted the 2.4.2 release which has been updated on DEC 27th to support ICS ... but as the market is limited to SGS2, Tab and Note I cant fetch it on the Nexus ...
*bump* c'mon guys dont let me down on this one ... really need it ...
really? no one able to quickly fetch, backup and upload it? tried almost everything possible, editing build.prop to get recognized as a SGS2 on the market, android emulator patching and stuff ... unfortunately all attempts did fail ...
so if anyone would be so kind it would be highly appreciated
r4n
http://db.tt/LHPSDKHd
Sent from my GT-I9100 using Tapatalk
installs on my SGS, however dualview is not available
however it doesn't install on the galaxy nexus
rand0m said:
really? no one able to quickly fetch, backup and upload it? tried almost everything possible, editing build.prop to get recognized as a SGS2 on the market, android emulator patching and stuff ... unfortunately all attempts did fail ...
so if anyone would be so kind it would be highly appreciated
r4n
Click to expand...
Click to collapse
Hi, did you get the compatible version to ICS? If so, could you please share it? I'd like to use on my Galaxy Nexus. I don't know if it will work, but I'm gonna try. Tks
I've tried diffrent version in combination with wanamlite 11 to no succes, it wil se my ue55d8000 and i can use channel selector and remote, but no dual view... an news on a new version?
Is this available on the Nexus with dualview?
This was the only reason I bought my nexus
great work

FitBit Sync Support for CyanogenMod 10.0/10.1 or any AOSP ROMS

Hi all
I might be the only one using this constellation but I have a fitbit one tracker that should support i9300 Bluetooth synching. It looks like this support is limited to official Android 4.1.2 ROMs or any adaptions of those. CyanogenMod ROMs do not work. Anyone got a 10.0 or 10.1 nightly for the i9300 running with their FitBits ?
Same here. Fitbit sync worked with stock and also worked with SynergyROM but doesn't work with CM10.
I am having the same issue. My question is does the CM10 not support low-power Bluetooth (4.0)? Or is the Fitbit app checking the phone version somehow. If the latter is the case, we should be able to forge the signature on the phone config to be a standard GS3.
What do you think?
Updates?
also wondering this - put liquidsmooth on parents' gs3s and now theyre complaining
I would also like to see support for this, especially on the S3.
lasersocks said:
I would also like to see support for this, especially on the S3.
Click to expand...
Click to collapse
I'll just chime in with my agreement - it would be nice to see this working for my fitbit and my VZW GS3 running CM 10.1
+1 Here
Same issues already described.+1 to see support for GS3. Any guidance would be appreciated.
Me as well! Really desperate for this!
Same here
Doesn't work for me either
Yeah, bummed that Fitbit One doesn't work for me either on cyanogenmod.
Alastair
Hi all,
Has anyone had luck yet? I haven't been able to emulate it yet.
Michael
fitbit one + CM 10.1 + GS3
Glexia said:
Hi all,
Has anyone had luck yet? I haven't been able to emulate it yet.
Michael
Click to expand...
Click to collapse
+1 for this fix, I love the FitBit App on my stock Samsung Galaxy S3 (TMO) and would love to have the syncing working on CM. I'm running 10.2-20130401-NIGHTLY-d2tmo right now.
Bump for the inclusion of BT 4.0 driver stack into CM.
FITBIT
It's April 19th and still no response for support???
Hi Guys,
I love CM but I've also been running a stock derivative so I can sync my Fitbit One. I'm not familiar with Androids insides, but wouldn't it be possible for Fitbit to implement their own Bluetooth stack in software and bypass the stock stack for syncing. I realise you would still need a device with Bluetooth 4.0 hardware, but theoretically there would be many other handsets that could then sync, not to mention all of us modders out there. If this is possible, then perhaps we could ask Fitbit for support.
Nothing useful with this post, i just wanted to say that I would also like this to possibly happen in the future. I know the next android update 4.3 is bringing this feature, so perhaps it may not be long at all..
tremblingwater said:
Nothing useful with this post, i just wanted to say that I would also like this to possibly happen in the future. I know the next android update 4.3 is bringing this feature, so perhaps it may not be long at all..
Click to expand...
Click to collapse
Hi All,
Anyone have updates on this yet? Any way to bypass the stack?
mbwmbw
Glexia said:
Hi All,
Anyone have updates on this yet? Any way to bypass the stack?
mbwmbw
Click to expand...
Click to collapse
Also looking for a solution to this..
+1 for possible fix/workaround. Would be nice to get the sync with the Fitbit Flex back - great feature, shame to lose it on non-stock ROMs.

How to get 9005 ROMS working on TMOBILE GN3

It looks like it has gotten much easier to get BLUE TOOTH and WIFI working when you flash roms originally made for 9005 GN3 on a TMOBILE GN3.
First Step is go over and dowload the Bluetooth fix posted in the Stainless ROM in TMOBILE ANDROID DEVELOPMENT Forum http://forum.xda-developers.com/showthread.php?t=2499593 Make sure you click thanks on the Dev who made this possible! MISCOM did a real service when she came up with this fix....
Step Two - flash the 9005 ROM of your choice (I have done this for both BOB CAT and OMEGA ROMS)
Step 3 - Flash ROM -
STEP FOUR Flash BLUE TOOTH FIX
Step Five - Flash TMOBILE KERNEL - I flashed Compulsive Ultimate 5.0 - don't know if it is absolutely necessary to this entire fix, but that is what I did anyway ....
Step 6 REBOOT
Step 7 Say thanks to the DEV who created the BLUE TOOTH FIX
GOOD LUCK
Whatever you do - make sure you give thanks to the DEV who created the BLUETOOTH FIX
This does work for wifi but bluetooth still does not work....also tried the same thing with the bluetooth folder but it didnt work
cwalker0906 said:
This does work for wifi but bluetooth still does not work....also tried the same thing with the bluetooth folder but it didnt work
Click to expand...
Click to collapse
I didn't realize Bluetooth wasn't working -just tried it myself and you are correct. Hopefully someone can help us get this figured out - there must be a way....
mocsab said:
I didn't realize Bluetooth wasn't working -just tried it myself and you are correct. Hopefully someone can help us get this figured out - there must be a way....
Click to expand...
Click to collapse
There has to be a way....just one that I xant figure out with my limited ability....surprised there is not more interest in this....on the s4 I never used a tmobile rom...to much stutter but international update fixed it.....we shall see
cwalker0906 said:
There has to be a way....just one that I xant figure out with my limited ability....surprised there is not more interest in this....on the s4 I never used a tmobile rom...to much stutter but international update fixed it.....we shall see
Click to expand...
Click to collapse
I agree. The various varients (International and Tmobile anyway) phones are so similar - nearly the exact same phone, right? The only difference that I know of is the radio and the modem software - right? - but on the S4 - it was virtually possible to flash any International ROM on both ATT and TMOBILE phones even some kernels were interchangeable - hopefully, someone with a lot more brains than I have will come up with a quick and easy solution - we are so close.....fingers crossed....
@mocsab , thanks for opening this thread... Very valuable information
Hopefully the bluetooth issue gets sorted out too
thanks been wanting to get a international rom on this for awhile!
Damn you beat me to it lol i was just going to try this myself since i used to port n7100 note 2 roms to the att note 2, ill see about bluetooth
hmm wonder if same method for note 2 will work for borked bluetooth on note 3
does usb mount on omega work for you guys?
.
Sent from my SM-N900T using Tapatalk
turilo said:
does usb mount on omega work for you guys?
Click to expand...
Click to collapse
To be honest, I don't recall - during the week I have to come back to my DD because of my travels for work and the need for blue tooth - but when I get a chance I will restore my nandroid of this rom and see -come to think of it, maybe not - which is why I always keep WIFI Explorer on my phone so I can hook up via wifi if needed. but just to be sure,I will check and get back to you.
Sure hope someone finds a BLUE TOOTH FIX sometime SOON!
mocsab said:
To be honest, I don't recall - during the week I have to come back to my DD because of my travels for work and the need for blue tooth - but when I get a chance I will restore my nandroid of this rom and see -come to think of it, maybe not - which is why I always keep WIFI Explorer on my phone so I can hook up via wifi if needed. but just to be sure,I will check and get back to you.
Sure hope someone finds a BLUE TOOTH FIX sometime SOON!
Click to expand...
Click to collapse
Well I've tried quite a few things, flashing omega as it is actually still boots up but everything like wifi, bt and nfc still do not work. I then added the wifi folder and bt folder in the omega zip before flashing that fixed the wifi issue but still no bt or nfc. Someone in the omega thread actually made a zip with kernel and wifi fix but still bt issues and nfc. I might have to ask some other devs with higher knowledge see what they think. I've even added all lib files from a tmob rom and still nada. I'm beginning to think it's something with kernels and drivers.
Sent from my SM-N900T using Tapatalk
turilo said:
Well I've tried quite a few things, flashing omega as it is actually still boots up but everything like wifi, bt and nfc still do not work. I then added the wifi folder and bt folder in the omega zip before flashing that fixed the wifi issue but still no bt or nfc. Someone in the omega thread actually made a zip with kernel and wifi fix but still bt issues and nfc. I might have to ask some other devs with higher knowledge see what they think. I've even added all lib files from a tmob rom and still nada. I'm beginning to think it's something with kernels and drivers.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Your dancing on a floor reserved for people with much greater skills than me - I really appreciate your efforts and hope soon that you and or any of the DEVS are able to come up with something that will open the door to the International ROMS - We don't have nearly enough variety yet on TOMBILE (I know, patience grasshopper, it will come) but just the same -Omega and a few others are really quite special.
Fingers crossed and thanks again
Hi everyone. I have had success with this on the XNote ROM. However, I only replaced the wifi folder and didn't bother to edit build.prop. Can anyone advise regarding the build.prop tweak. What's the purpose of it? Should I bother or leave it as is?
profcx said:
Hi everyone. I have had success with this on the XNote ROM. However, I only replaced the wifi folder and didn't bother to edit build.prop. Can anyone advise regarding the build.prop tweak. What's the purpose of it? Should I bother or leave it as is?
Click to expand...
Click to collapse
Yes but as you will notice bluetooth and nfc are not working, or are they for you?
Sent from my SM-N900T using Tapatalk
turilo said:
Yes but as you will notice bluetooth and nfc are not working, or are they for you?
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
No BT or NFC. Don't really use NFC. Used BT daily with headset on Note2. Learning to live without it for the while...
So I edited the build.prop...first thing after reboot I got a message saying that my Wifi connection was unstable. The connection then dropped. I had to reconnect and re-enter my wifi passkey...strange.
Since then (which is only like 20 mins) I have remained connected without a problem.
Is there possibly another field that has to be modified in the build.prop to enable Bluetooth and NFC?
Sent from my SM-N900T using xda app-developers app
To be honest, I didn't figure this out myself. I just looked at someone else's script. I've found that copying the wifi folder is all that's required. I was wrong about the build prop edits. Still no NFC or Bluetooth yet. I'm sure someone will figure this out, and we'll have interoperability among variants soon.
Sent from my SM-N900T using Tapatalk
Isn't that a kernel issue? I think there is not yet a compatible kernel that works with Inter. ROMS on TMO devices.
I think we need to try it with cwm guys, someone mentioned everything works for him on his N900W8 note 3 but he uses chenglu cwm. ill give it a go in 2 min. Funny thing also I gave chenglu the stock recovery for N900W8 lol if its because of recovery ill personally be suprised, but doughtfull
Sent from my SM-N900T using Tapatalk
EDIT: Yeah ignore all that, still same issues even with CWM. I think the person doesn't really know what hes looking for that says everything is working :/

[ROM][CDMA][4.3.1] PAC-Man for SCH-I800 and SPH-P100

Hey guys, I recently found an SPH-P100 in a dumpster (score! :victory and I was quite disappointed to see that there's a terrible lack of development for these devices. As such, I've forked the newest device configuration available on github, and I'll be working to release a wider variety of ROMs and to complete hardware support as much as possible. Unfortunately, there is very little I can do to address the complete lack of 3G support, as I have no service whatsoever on my device.
Now, the ROM! This is a clean build of PAC-man 4.3 for p1c. I have removed the hardcoded verizon-specific properties and model identifiers as a first step towards proper support of both Verizon and Sprint models, but no functionality is changed from the newest CM10.1 builds.
I notice that there are not any PAC builds for p1(l|n) posted either, so if there is adequate interest I may begin builds for those devices as well.
TWRP 2.6.3.0 is the included recovery, and has full SELinux support. (Compatible with KitKat ROMs!)
Downloads
PAC 4.3.1 -- Build Date 1-17-2014:
p1c: Androidfilehost | Direct MD5: 5b817c6c94753f136e3fa7b98d6326c0
Changes:
First build of PAC for this device
You are definately right. As of right now, there are no developers working on the p1c. The last one i remember was stimp0z, and his son broke his tab. So, all the developers are now gsm based. Terenceng does have a kit kat version for the p1c. I have it on my other tab. Anyway, the developers all went to kit kat.
If i can be of help, let me know.
Sent from my SCH-I800 using xda app-developers app
Deep Nox said:
You are definately right. As of right now, there are no developers working on the p1c. The last one i remember was stimp0z, and his son broke his tab. So, all the developers are now gsm based. Terenceng does have a kit kat version for the p1c. I have it on my other tab. Anyway, the developers all went to kit kat.
If i can be of help, let me know.
Sent from my SCH-I800 using xda app-developers app
Click to expand...
Click to collapse
as of now, there's one developer working on p1c, then :3
if you have 3g service on your tabs, i could use your help... as i understand it 3g hasn't worked on any p1c model since the linux 3.0.x port?
I have 3g on one tab, but it's on galaxy cubed. My other tab is on terenceng cm11 mod. Kit kat. If you could make a zip file with a patch to flash on kit kat, i could try it out.
Sent from my SCH-I800 using xda app-developers app
ultravioletnanokitty said:
Hey guys, I recently found an SPH-P100 in a dumpster (score! :victory and I was quite disappointed to see that there's a terrible lack of development for these devices. As such, I've forked the newest device configuration available on github, and I'll be working to release a wider variety of ROMs and to complete hardware support as much as possible. Unfortunately, there is very little I can do to address the complete lack of 3G support, as I have no service whatsoever on my device.
Now, the ROM! This is a clean build of PAC-man 4.3 for p1c. I have removed the hardcoded verizon-specific properties and model identifiers as a first step towards proper support of both Verizon and Sprint models, but no functionality is changed from the newest CM10.1 builds.
I notice that there are not any PAC builds for p1(l|n) posted either, so if there is adequate interest I may begin builds for those devices as well.
TWRP 2.6.3.0 is the included recovery, and has full SELinux support. (Compatible with KitKat ROMs!)
Downloads
PAC 4.3.1 -- Build Date 1-17-2014:
p1c: Androidfilehost | Direct MD5: 5b817c6c94753f136e3fa7b98d6326c0
Changes:
First build of PAC for this device
Click to expand...
Click to collapse
Deep Nox said:
You are definately right. As of right now, there are no developers working on the p1c. The last one i remember was stimp0z, and his son broke his tab. So, all the developers are now gsm based. Terenceng does have a kit kat version for the p1c. I have it on my other tab. Anyway, the developers all went to kit kat.
If i can be of help, let me know.
Sent from my SCH-I800 using xda app-developers app
Click to expand...
Click to collapse
ultravioletnanokitty said:
as of now, there's one developer working on p1c, then :3
if you have 3g service on your tabs, i could use your help... as i understand it 3g hasn't worked on any p1c model since the linux 3.0.x port?
Click to expand...
Click to collapse
first up - great to see someone working on development for the p1c - good score finding one in the bin!
to make things clearer - i was never a developer for the p1c, my old tablet (the p1 GSM version) was broken by my youngest son recently. my work on the p1c was purely guess work / diagnosed via my testers. p1c lost it's support from it's main developer (jt1134) before kernel 3.0 was released so without a developer to work on p1c related issues, it was hit and miss all the way. both humberos and myself had it booting, but it never worked with data (though attempts were made). now due to a generous donation from one of my CDMA testers, i will soon receive a Sprint tablet he has spare so i can continue developing - which means it will be a lot easier for me to work on issues facing the CDMA variants (but will never be able to test data myself as I live in Australia, not USA).
however - the more developers that work on the p1c the better, so please keep working on whatever you can - also working on something different to CM is definitely called for as i believe the users deserve a choice between custom ROMS for their SGT7.
if you wish to have a crack at data already - shoot me a pm and i'll give you some commits to look into that may help you on your way.
I am another P1C user, the last build around here that worked for me was alrodger's 4.1.2
Terenceng's does not work on my P1C, I am on verizon and it doesn't find the carrier and never activates.
P1C is only $75 on ebay these days for refurbished, great value.
I was kinda hoping to find a kitkat build for p1c that works but none exists and doesn't seem forthcoming by anyone.
I guess I will try 4.3.1
Does this have working usb and wifi tether? That's a biggie for me.
---------- Post added at 06:43 PM ---------- Previous post was at 06:19 PM ----------
Okay I get the same failure trying to install this that I got with alrodger's final build.
using TWRP from the last kitkat flash, I wipe everything except the external sd card
then I try to install the rom and I get
assert failed: getprop("ro.product.device") ==
and a long list of devices
does that mean I have a device not in that list?
it then says
"E:Error executing updater binary in zip"
Also on 4.1.2 on my Sprint tab 7. I'm downloading and will give it a run. I dont have 3G but I'll report back after install.
terenceng is working on 4.4 and has "Coming Soon" for the PC1 but been a while. so now one is working on 4.4.
thanks ultravioletnanokitty for giving the P100 some love.
Update : ROM installed with out issue also used PAC gapps. WiFi OK camera OK feels quicker than 4.1.2. So all good for last 30 minute of use. Thanks for this rom dude nice job.
Cheers
update: okay I remembered how to get back to basics and I used heimdall to sideload cwm bootloader recovery
very fun looking rom, however it suffers from the same problem as Terenceng's:
it does not find the verizon radio/carrier and crashes when I try to manually activate it
_ck_ said:
update: okay I remembered how to get back to basics and I used heimdall to sideload cwm bootloader recovery
very fun looking rom, however it suffers from the same problem as Terenceng's:
it does not find the verizon radio/carrier and crashes when I try to manually activate it
Click to expand...
Click to collapse
Could u link to the cwm I can't seem to find it... thanks!
TaPpEd from my nOtEwOrThY N2
Hi again, as stated before I do not have 3G connection plan on my Sprint tab, So I cannot test connectivity to 3G. All other functionality I can test.
Rom working nicely, few issues with following apps:
Netflix: movie never starts playing
Youtube: video never starts playing, "There was a problem while playing, Touch to retry"
Pandora: Audio does not start
Google Play Music: Audio does not start
Timely alarm clock: The set time to ring caused app stop
Navigation in all these apps is OK just issue when playing something
Apps working well:
iHeartRadio: Working OK
Gmail: Ok
Camer: pictures OK
Ebay: seems to be working ok but have not tested placing a bid
Let me know what else I can check, weekdays have little time to test but should be able to get something done.
Let me know what you want me to check or report on?
Cheers
jrbxx7 said:
Could u link to the cwm I can't seem to find it... thanks!
TaPpEd from my nOtEwOrThY N2
Click to expand...
Click to collapse
http://cmw.cmfs.me/p1/p1c/recovery/cwm-5.0.2.7-p1c.tar
http://wiki.cyanogenmod.org/w/Install_CM_for_p1c
_ck_ said:
http://cmw.cmfs.me/p1/p1c/recovery/cwm-5.0.2.7-p1c.tar
http://wiki.cyanogenmod.org/w/Install_CM_for_p1c
Click to expand...
Click to collapse
Thanks
TaPpEd from my nOtEwOrThY N2
BelannaBi said:
Hey great job on the ROM, however I have found some bugs. Upon installing the keyboard didn't work. I installed hackers keyboard. Web videos and audio also do not seem to work either. I was also wondering if charging with USB while the device is on could be enabled.
Sent from my SCH-I800 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
media playback is flat-out broken in all p1x 4.3+ roms, i believe... also, i've never found charging while the device is on to work at all... if i leave it plugged into my laptop with the screen off overnight, it gets up to 99%. if i want to fully charge it the only option i've found is to power it off and plug it in. i don't have the original samsung charger or cable, though, so that could be it. regarding the keyboard, are you using gapps? i am on my tab, and i don't have any issues... it could be an issue with the aosp keyboard, though.
I just also recently picked up one of these guys, my actual intentions for mine is to get it on verizon prepaid using a extravert as a donor phone and tethering the 3g. I seen a guy offering a service to flash them but I am a bit unsure I would rather do it myself. Have you ever looked into this yet. You might get more bars with verizon than you do with sprint. Plus at like 10 bux a month unlimited internet isn't tp bad ( if you buy a $30 card good for 3 monthes IE $10 a month)
Let me know if I can be of assitance, Looking to flash a light weight rom.
blazin6969 said:
I just also recently picked up one of these guys, my actual intentions for mine is to get it on verizon prepaid using a extravert as a donor phone and tethering the 3g.
Click to expand...
Click to collapse
It is my understanding (but not firsthand experience) that verizon can detect this within a couple of months and kill the imei, so be careful.
Instead I got onto a friend's family plan for $10 a month legit (but data cap of course)
Do I install this in recovery?
Sent from my SCH-I800 using Tapatalk
MVD
_ck_ said:
It is my understanding (but not firsthand experience) that verizon can detect this within a couple of months and kill the imei, so be careful.
Instead I got onto a friend's family plan for $10 a month legit (but data cap of course)
Click to expand...
Click to collapse
Lets say I work for Verizon in a department that has privy info and tools at my disposal and I will tell you we have a tool called MVD it is a Mobile Virtual Diagnostic it can detect root and will show if the tool is run. The thing is it is only loaded for tools that have the most current version of My Verizon application installed 10.0 or higher. Anything prior to that it won't load your info so root can't be seen with general tech tools. Just FYI... I am happy you all are working on SCH-I800 But I can't seem to find the the Root and Tar files to load... Any image files link?
vzw said:
Lets say I work for Verizon in a department that has privy info and tools at my disposal and I will tell you we have a tool called MVD it is a Mobile Virtual Diagnostic it can detect root and will show if the tool is run. The thing is it is only loaded for tools that have the most current version of My Verizon application installed 10.0 or higher. Anything prior to that it won't load your info so root can't be seen with general tech tools. Just FYI... I am happy you all are working on SCH-I800 But I can't seem to find the the Root and Tar files to load... Any image files link?
Click to expand...
Click to collapse
WOW nice info. Thanks. Another reason to remove every bit of verizon bloat.
TaPpEd from my XpOsEd 4.4.2 NIII
Anything new with this ROM?
ultravioletnanokitty said:
media playback is flat-out broken in all p1x 4.3+ roms,
Click to expand...
Click to collapse
Well, that explains the lack of sound and the fact that all video apps crash.
Seriously though, this ROM is a significant improvement for me compared to Cyanogenmod 9.1 (4.0.4). My Tab is far more stable than it was, and has only crashed on me once, forcing me to do a factory reset.
Can I flash back to an earlier ROM, say 4.2.2 or 4.0.4, without bricking my Tab? I have seen on the AT&T Galaxy S 3 (SGH-i747) board that S 3s that updated OTA to 4.3 will hard brick if flashed to an older ROM, so I am concerned.
Also, how close in hardware is the p1c to the Galaxy S GT-i9000? I have several i9000 ROMs on my computer, and if it is close enough, I might be able to get media working on mine. Worth a try. :fingers-crossed:

Categories

Resources