T-Mobile Wi-Fi Calling. - Nexus 6 General

So does anyone have an idea on how to get this to work on AOSP ROMS? I'm making new vebdor blobs and the only real new APK I see is CNEService. There's other files here and there but nothing I can tell that will help with this.

xanaxdroid said:
So does anyone have an idea on how to get this to work on AOSP ROMS? I'm making new vebdor blobs and the only real new APK I see is CNEService. There's other files here and there but nothing I can tell that will help with this.
Click to expand...
Click to collapse
I haven't been able to look into it yet and I don't have tmobile so it's going to be tough for me... I plan on checking into it tomorrow while I'm off work though...

Im very interested in helping with this as I would love wifi calling on my gpe htc one m8, anything you guys need to test ill do it. I even have an old m7 with aosp firmware on it I'm willing to brick for the cause if needed.

I'm on 5.1.1, and I'm on T-Mobile with my Nexus 6. Anything you need? My Bootloader is unlocked, but I'm stock and not rooted

swimdude1120 said:
I'm on 5.1.1, and I'm on T-Mobile with my Nexus 6. Anything you need? My Bootloader is unlocked, but I'm stock and not rooted
Click to expand...
Click to collapse
I already have a system dump which is here, and I've made some test blobs here. Now comes the hard part.

xanaxdroid said:
I already have a system dump which is here, and I've made some test blobs here. Now comes the hard part.
Click to expand...
Click to collapse
I am running the stock ROM (don't worry, bro, be back later today :victory: ) and I just got an update on an app I had never seen before: Google Connectivity Services. The tag line is "Improved Networking for Android", and the description talks about automatic wifi connections and Google VPN. Obviously this is a precursor to Fi, but I am wondering if the delay for T-Mobile WiFi calling was to wait for it to be built on the Fi platform for WiFi calling, which we know will be part of the deal.
Not sure what to make of it, other than it's looking very proprietary right now.

brizey said:
I am running the stock ROM (don't worry, bro, be back later today :victory: ) and I just got an update on an app I had never seen before: Google Connectivity Services. The tag line is "Improved Networking for Android", and the description talks about automatic wifi connections and Google VPN. Obviously this is a precursor to Fi, but I am wondering if the delay for T-Mobile WiFi calling was to wait for it to be built on the Fi platform for WiFi calling, which we know will be part of the deal.
Not sure what to make of it, other than it's looking very proprietary right now.
Click to expand...
Click to collapse
Yeah the Google Connection Service app has been on the Play Store for awhile. I already added it to my blobs. Yeah it is looking proprietary, but I'm sure we can get it to work. It's been done on other phones before.

i have faith is will be a short time before you guys get it to work

justcallmeTHEKID said:
Im very interested in helping with this as I would love wifi calling on my gpe htc one m8, anything you guys need to test ill do it. I even have an old m7 with aosp firmware on it I'm willing to brick for the cause if needed.
Click to expand...
Click to collapse
You won't brick, the WiFi calling feature requires framework changes that (I can pretty guarantee) are not open source.
Second: This is in the DEVELOPERS ONLY section, so if you guys want to discuss WiFi calling and aren't actually working on it then you need to move general discussion of it to a different thread. This area is strictly for development and discussion of such development (technical things, not "oh nice can't wait" or "I'll test for you" )

i think we should look at the file systems for the stock nexus 6 and t mobile nexus 6 and check for differences i know its a long shot but ill check it out tonight and see what i can find.
Second: see development were not just chatting anymore
Third: If anyones already done that please tell me so I don't have to its gonna take forever.

justcallmeTHEKID said:
i think we should look at the file systems for the stock nexus 6 and t mobile nexus 6 and check for differences i know its a long shot but ill check it out tonight and see what i can find.
Second: see development were not just chatting anymore
Third: If anyones already done that please tell me so I don't have to its gonna take forever.
Click to expand...
Click to collapse
you need tmobiles blobs. besides that, all n6 roms will be identical.

So I decompiled LYZ28E and took a look around in the Settings app. It has a class called WifiCallingSettings. Inside there it makes calls to ImsManager.isWfcEnabledByUser. It seems like Wfc is WiFi Calling. I took a look at frameworks/opt/net/ims/src/java/com/android/ims/ImsManager.java and it doesn't have a function called isWfcEnabledByUser. I looked at android-5.1.1_r4 and android-m-preview tags. I think we need to wait for Google to push androiid-5.1.1_r5. According to https://android.googlesource.com/pl...om/+/ecfa803f8e7ca0cb65e74fb4dda90c16156655f3 that's the tag for LYZ28E.

From what I've been told by a guy I know at Tmo, you can only use WiFi Calling on phones that have been authorized by Tmo. (Example) Nexus 5 with Android M preview shouldn't be able to do WiFi calling. Even though Google is now baking in WiFi calling into Lollipop and M.

Check out the latest revision (5.1.1_r5) on AOSP. It includes WiFi calling support. Check it!
https://android.googlesource.com/

Gandalf said:
You won't brick, the WiFi calling feature requires framework changes that (I can pretty guarantee) are not open source.
Second: This is in the DEVELOPERS ONLY section, so if you guys want to discuss WiFi calling and aren't actually working on it then you need to move general discussion of it to a different thread. This area is strictly for development and discussion of such development (technical things, not "oh nice can't wait" or "I'll test for you" )
Click to expand...
Click to collapse
I'll just leave this here since guarantees were made and all
https://github.com/codeaurora-unoff...mmit/2cc69a62cb1bc4989f0421e0006290e3985aa506
https://github.com/codeaurora-unoff...mmit/1a2e9e4a1dffe211bb503962bc42f476072dd216
https://github.com/codeaurora-unoff...mmit/98f974e95d880d76d653e2f4a36a057c667ce1b3
I will add that you don't just need the frameworks part but also kernel commits to support this WPC feature

I'll submit the specific changes made to bcmdhd driver (rather than just merge the entire m-preview kernel) to Omni Github once it is tested further and verified functional and stable for merge.

Gandalf said:
I'll submit the specific changes made to bcmdhd driver (rather than just merge the entire m-preview kernel) to Omni Github once it is tested further and verified functional and stable for merge.
Click to expand...
Click to collapse
Interesting. Todays nightly came closer than ever!
Stock CM Kernel allowed me to get the IWLAN status in SIM Status, but the Data Quick Toggle Shows TMOBILE (Not WiFi Calling), and I am unable to call out. Also, WiFi Calling Settings don't show up in the "More" Tab (Under Wireless & Mobile Network Settings), and no WiFi Calling toggle in the Dialer (Does CM use the Google Dialer? Or its own?).
Interesting. It seems like the hard part is done at least.

npjohnson said:
Interesting. Todays nightly came closer than ever!
Stock CM Kernel allowed me to get the IWLAN status in SIM Status, but the Data Quick Toggle Shows TMOBILE (Not WiFi Calling), and I am unable to call out. Also, WiFi Calling Settings don't show up in the "More" Tab (Under Wireless & Mobile Network Settings), and no WiFi Calling toggle in the Dialer (Does CM use the Google Dialer? Or its own?).
Interesting. It seems like the hard part is done at least.
Click to expand...
Click to collapse
To my knowledge, all wfc builds so far have merged the m-preview kernel into the lollipop-mr1 kernel. I believe I have the specific commits needed and it will be up on Omni's github once ready.

Gandalf said:
To my knowledge, all wfc builds so far have merged the m-preview kernel into the lollipop-mr1 kernel. I believe I have the specific commits needed and it will be up on Omni's github once ready.
Click to expand...
Click to collapse
Outstanding. Thank you for your work.

Related

Nexus One and 2.3.4 - Talk doesn't support voice or video

heya,
I've got the new 2.3.4 update for my Nexus One, and it seems that there's absolutely no voice or video support in chat.
Other people on the forum seem to have confirmed this as well:
http://forum.xda-developers.com/showthread.php?t=1061270&page=2
It seems like a pretty lousy move from Google.
On their blog post:
http://googlemobile.blogspot.com/2011/04/video-chat-on-your-android-phone.html
they specifically mention that Google Talk with video and voice chat will will launch on other devices in the future.
I can understand there not being video on the Nexus One, as there's no front-facing camera (although they could still support it, just with the rear camera...lol), but it seems like a pretty low move to leave the Nexus One in the dust like that with voice as well.
Does anybody know if this is perhaps a bug in the Nexus One update, or perhaps you need to do something to unlock the voice functionality?
Cheers,
Victor
Strange, because with just the normal gtalk app installed on my nexus one (2.3.3 CM7), i'm able to at least voice chat. A pretty lame move if it doesn't allow voice and video.
Seriously, no voice and no video. Google needs to just make a universal gtalk app and put it in the market. Oh well at least there are better alternatives on the market that work now like tango and yahoo messenger.
Has anyone tried manually adding the new talk/jingle lib? I doesn't seem like its included in the update. See here for a link/how to. I would start by copying JUST the lib (second to the last line)
Google just isn't going to bring video chat to phones without a FFC (they said so in the announcement which was pretty clear to me). It offers a pretty bad experience for the average user. Voice chat is certainly possible and there's no reason to not allow it. Hopefully they fix this in a future update and hopefully put chat in the market so they can update it more often.
Just use the app and lib from the Nexus S update. Problem solved.
I agree though that they should at least allow Voice Chat. The only reason I can think of for not doing it would be that it competes with Google Voice but considering that's only available in 2 countries in the world it's hardly what I'd call "widely available".
lazytt said:
Has anyone tried manually adding the new talk/jingle lib? I doesn't seem like its included in the update. See here for a link/how to. I would start by copying JUST the lib (second to the last line)
Click to expand...
Click to collapse
Yes, the slightly modified Talk2.apk and lib from the thread that we both linked to above works on the N1. There is no reason to only copy the lib as it would be useless without the apk since there is nothing in the old apk actually loading the lib and calling the functions it provides.
I wish I could say I used the Talk app and I cared about this... but I can't.
Yes! Who cares about gtalk I want bug fixes!!!
GldRush98 said:
I wish I could say I used the Talk app and I cared about this... but I can't.
Click to expand...
Click to collapse
Sent from my Nexus One using XDA App
blunden said:
Just use the app and lib from the Nexus S update. Problem solved.
Click to expand...
Click to collapse
Cool! Do the 'other' things that didnt work in 2.3.3 work? Like being able to initiate a voice/video call from the pc? Or sending video?
Gapps 20110503 fixes everything. I can send video AND the other user can call me. Awesome!
CM7 nightly #60.
heya,
Hmm, interesting - so you're saying if I just install the gapps 20110503 package, I'll get Gtalk with voice/video support?
Do you mean the one from here?
http://goo-inside.me/gapps/
I'm on stock Android, and I'd like to stay that way for now. This package doesn't have any dependencies on CyanogenMod, does it? And it's not going to cause any other weirdness or breakages if I install that package, is it?
I thought that package was just the stock GoogleApps package that's split off as a separate download due to licensing restrictions - what difference is it to the one that's one my Nexus One 2.3.4 now?
Cheers,
Victor
I'm pretty sure you need to be rooted. I'm running CM7 nightly #60.
So that means that the hardware is capable of video chat for sure. we should write to google and ask the nexus team to give it to us, the official way!
It is 100% capable. Confirmed working on my N1.
victorhooi said:
heya,
Hmm, interesting - so you're saying if I just install the gapps 20110503 package, I'll get Gtalk with voice/video support?
Do you mean the one from here?
http://goo-inside.me/gapps/
I'm on stock Android, and I'd like to stay that way for now. This package doesn't have any dependencies on CyanogenMod, does it? And it's not going to cause any other weirdness or breakages if I install that package, is it?
I thought that package was just the stock GoogleApps package that's split off as a separate download due to licensing restrictions - what difference is it to the one that's one my Nexus One 2.3.4 now?
Cheers,
Victor
Click to expand...
Click to collapse
I can't find 20110503, only 20110501
#60 + 20110503 = works!
Here is the link for gapps-gb-20110503:
http://defy.bz/ws/roms/gapps/gapps-gb-20110503-signed.zip
I'm running a stock, rooted 2.3.4 OTA on my Nexus One and while it works, its only working on WiFi. Anyone else have this problem?
It says I need to be connected to WiFi to initiate a voice/video call. If someone else tries to initiate it, it'll tell me I missed a call because I wasn't on WiFi.
A buddy of mine has the Desire and its working fine on their 3G connection.
works fine here
works here too
mindfrost82 said:
I'm running a stock, rooted 2.3.4 OTA on my Nexus One and while it works, its only working on WiFi. Anyone else have this problem?
It says I need to be connected to WiFi to initiate a voice/video call. If someone else tries to initiate it, it'll tell me I missed a call because I wasn't on WiFi.
A buddy of mine has the Desire and its working fine on their 3G connection.
Click to expand...
Click to collapse
I get the 'wifi required' message sometimes, but other times it works great.
Probably needs a good 3G/3.5G connection.
Edit: check out the topic for a wifi optional version

Line 2 working on rooted motorola xoom

Hey there. I just wanted to let everyone know that I have Line2 working on my rooted Motorola Xoom. It works on 3G and I am making calls and texting. It requires another Android phone that can download Line2 and App Saver to package the .apk file, but viola, it works!
Props nice find
Line2 apk
Hey radiogodd30. Do you happen to still have the apk file? The Xoom is the only android device I have a this time so I am unable to download it from the ap store.
mwanon said:
Hey radiogodd30. Do you happen to still have the apk file? The Xoom is the only android device I have a this time so I am unable to download it from the ap store.
Click to expand...
Click to collapse
Here u go
http://db.tt/2RFHlCP
Looks all but perfect. I'll probably wait around for an official Android 3.x supported release, but it's good to see that something like this works. I'm sure I'll subscribe once that's the case.
Works on my wi-fi zoom too, in case anyone is wondering.
Of course you have to be around a wi-fi hotspot to make/receive calls, but I'm pretty much ALWAYS around a wi-fi hotspot, so it's a viable option for me.
On a side note, this is COOL! Making calls from a xoom!
radiogodd30 is awsome
That line2 apk worked perfectly. I am now using line2 on my xoom. Thank you
Its cool and all, but not something I'd pay monthly for. I wish text free would update their app.
I use Line2 on my Thunderbolt, ipad2 and zoom. Find that it works best on IOS devices.
Charlie
correction on perfectly
My xoom is only working for wifi. the dialing section of the settings tab is not there. I think it is because the app thinks I am a non phone tablet so doesn't need the option. I am guessing on that. I haven't found the configuration files that I hope exist on the xoom to make that change manually.
I know found tjat groove ip is a better solution to make or receive calls using Google voice so no monthly fees just the one time free of 3.99 to buy the app that's ot
PaulG1488 said:
I know found that groove ip is a better solution to make or receive calls using Google voice so no monthly fees just the one time free of 3.99 to buy the app that's ot
Click to expand...
Click to collapse
Could be, but with line2 I get a ring even when my screen is sleeping and texting built in so it works like the cell phone I am trying to replace.
Anyone happen to know where settings are kept for line2 on the phone? apparently xoom is not at the top of the list of devices they are moving to support so tech support was not really helpful. from the conversations, it sounds like the app thinks my device is wifi only so does not show the dialing (use 3g/4g) section on the settings tab. I am assuming that there is only one app that is hiding that part of the configuration instead of maintaining two versions. IF that is true, there is probably a 'don't use 3g/4g' setting stored on my phone wherever they keep the configuration info.
CAN SOMEONE PLEASE RE-UPLOAD THE OLDER LINE2.APK file. I had to reset my Xoom and lost it and the newer one DOES NOT allow you to make calls on the XOOM!
radiogodd30 said:
CAN SOMEONE PLEASE RE-UPLOAD THE OLDER LINE2.APK file. I had to reset my Xoom and lost it and the newer one DOES NOT allow you to make calls on the XOOM!
Click to expand...
Click to collapse
+1
Not sure where else to find the apk for this one.....
+1 I can't seem to download it from the earlier post.
Sent from my Xoom using XDA App
heres a new link sorry
http://db.tt/2RFHlCP
That is actually the latest version....
The one you uploaded is actually the latest version. Can someone please upload version 1.0.2? Thanks.
can u please update ur line2 apk link
its not working
Xoom speaker volume
I've got the 1.0.5 version, but am having speaker issues. It will work fine for a week or two then it will be super quiet. without any specific action that i can identify, it starts working again. Then there is the no phone on my 3g connection. only wi-fi.
Does anyone know what the 1.0.8 version fixed? And does it effect the Xoom.
And of course the obligatory demand for the apk to be posted. Does anyone have it. and Thanks in advance.
Hi
the link os not working please can send a new link2.apk

Deleted

Deleted
Changelogs
Deleted
Kernel
Kernel​
Features
Swap
Overclock up to 1000 MHz
Tun
Undervolt
O3 flag
Blur fix
Some new governors
Improved Camera
Improved wlan drivers
Thanks:
> Cyanogen.inc for Cm9 kernel I used as base
> Gellmar for a charger and msc fixes and sdmerge
> Qcom for the great Soc and a some help
> CodeAurora Forum for many hacks and mods for msm7x25a
If someone ask me why I don't want that my work is used, it means that you don't know xda rules so here i report the #12 that explain the sharing policy for both rom and kernel.
Cyanoid kernel is for cyanoid rom only.
XDA Rule #12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails, you may then contact a Moderator and provide clear evidence that the work was created by you.
Convincing evidence will result in the copied work being removed. If there is no clear evidence that it was you who created the work, then in the spirit of sharing, all work will remain posted on the forums.
As an addition, developers have the right to hold exclusivity over their work for as long as it is deemed necessary by that developer. However, if the work is claimed as exclusive, it must remain as such. No selective sharing will be allowed (ie, allowing certain people to use it and not others). Should the developer decide to start sharing the work with others, the work automatically becomes fair game for all to use, albeit with the relative credit displayed.
In regard to permissions, the same rules apply for this but if permission was already given and unless there is a very valid reason, it cannot be revoked (same applies to major updates on the work). Under that same premise, permissions cannot be denied unless the work is exclusive or under extreme circumstances.
In plain English: If you want to keep your work exclusive, go for it. However, if you are going to share your work, do it fairly.
These rules apply to all software posted on XDA (including but not limited to ROMs, RUUs, apps, games, kernels, themes, icons, etc) unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
Screenshots
Deleted
holy kanging.........
★★★[jellycast_forever]★★★
emokeizer said:
holy kanging.........
★★★[jellycast_forever]★★★
Click to expand...
Click to collapse
What do you mean?
that systemui is @emokeizer's work..you should at least give credits
eyesore123 said:
that systemui is @emokeizer's work..you should at least give credits
Click to expand...
Click to collapse
This status bar isn't his work. I gave the credit to the developer on the website.
Inviato dal mio Nexus 7 usando Tapatalk 4
wifi tethering really works? impressive I don't think anyone's fixed that yet on ICS for this device or is there some other workaround that I don't know about? also wow I never seen a installer with a custom gui/touchscreen controls like this this is pretty cool. love the installation percentage meter too!
ok super brief testing theres a bug on first boot the back to home button won't work at all but restarting the phone fixes that.
and a continuous bug that seems to be on all custom roms I've tried whenever I use my Amaysim brand sim card on a custom rom it says the carrier is "Yes Optus" which is the owner of the network im on but they resell to Amaysim and so Amaysim's name should be coming up but since it isn't or for some other reason the APN fields are blank and trying to add to it, it won't save a APN so I can't get any mobile data at all. Phone calls and Texts will still work oddly.
But if I use this same sim card on my phone with stock gingerbread I can get data and it will say Amaysim as my carrier weird problem right?
If I use another simcard that's not Amaysim like Telstra (different operator) it works fine and mobile data will work.
Interesting rom I'll keep testing.
Scaregdearimasu said:
wifi tethering really works? impressive I don't think anyone's fixed that yet on ICS for this device or is there some other workaround that I don't know about? also wow I never seen a installer with a custom gui/touchscreen controls like this this is pretty cool. love the installation percentage meter too!
ok super brief testing theres a bug on first boot the back to home button won't work at all but restarting the phone fixes that.
and a continuous bug that seems to be on all custom roms I've tried whenever I use my Amaysim brand sim card on a custom rom it says the carrier is "Yes Optus" which is the owner of the network im on but they resell to Amaysim and so Amaysim's name should be coming up but since it isn't or for some other reason the APN fields are blank and trying to add to it, it won't save a APN so I can't get any mobile data at all. Phone calls and Texts will still work oddly.
But if I use this same sim card on my phone with stock gingerbread I can get data and it will say Amaysim as my carrier weird problem right?
If I use another simcard that's not Amaysim like Telstra (different operator) it works fine and mobile data will work.
Interesting rom I'll keep testing.
Click to expand...
Click to collapse
You must do a dlavik cache, for fix this home key problem, WiFi thering is working but u have to reinstall yhe thering app (system/app)
Sent from my Mi2s
linuxxxx said:
You must do a dlavik cache, for fix this home key problem, WiFi thering is working but u have to reinstall yhe thering app (system/app)
Sent from my Mi2s
Click to expand...
Click to collapse
I always clear Dalvik cache before installing a new rom but still the home key wouldn't work but all I did was restart/reboot and that fixed it.
Very cool if I get that APN/carrier issue solved I'll try out the tethering.
thanks for your response.
Scaregdearimasu said:
I always clear Dalvik cache before installing a new rom but still the home key wouldn't work but all I did was restart/reboot and that fixed it.
Very cool if I get that APN/carrier issue solved I'll try out the tethering.
thanks for your response.
Click to expand...
Click to collapse
You must follow the last part of the install video i show how to fix this, u can change ur carrier name in systemui settings, for apns when you chance somwthing press menu button and click save
Sent from my Mi2s
linuxxxx said:
You must do a dlavik cache, for fix this home key problem, WiFi thering is working but u have to reinstall yhe thering app (system/app)
Sent from my Mi2s
Click to expand...
Click to collapse
linuxxxx said:
You must follow the last part of the install video i show how to fix this, u van change ur carrier name in systemui settings, for apns when u chance somwthing press menu button and click save
Sent from my Mi2s
Click to expand...
Click to collapse
I'll make a video for you tomorrow showing you what I mean.
I know how to save apns it's just after I click save it does nothing.
I don't think the carrier name is a problem I just think it's a symptom of something else being an issue. Yes there is a way to change the carrier name to whatever I want it to be but I doubt that'll allow me to start using mobile data.
Scaregdearimasu said:
I'll make a video for you tomorrow showing you what I mean.
I know how to save apns it's just after I click save it does nothing.
I don't think the carrier name is a problem I just think it's a symptom of something else being an issue. Yes there is a way to change the carrier name to whatever I want it to be but I doubt that'll allow me to start using mobile data.
Click to expand...
Click to collapse
OK i checked, so do i have this problem, it show me 'Hutchinson 3g' intestead 3 ITA. It's an aosp setting
Sent from my Mi2s
linuxxxx said:
OK i checked, so do i have this problem, it show me 'Hutchinson 3g' intestead 3 ITA. It's an aosp setting
Sent from my Mi2s
Click to expand...
Click to collapse
Does that block you from using mobile data and are default apn settings showing up?
So since it's a Aosp setting any idea on how to fix it to enable data usage? seems weird how it's only occurring on some sims.
Scaregdearimasu said:
Does that block you from using mobile data and are default apn settings showing up?
So since it's a Aosp setting any idea on how to fix it to enable data usage? seems weird how it's only occurring on some sims.
Click to expand...
Click to collapse
Try, it worked for me
Sent from my Mi2s
linuxxxx said:
Try, it worked for me
Sent from my Mi2s
Click to expand...
Click to collapse
If by Aosp settings you mean Quick notifications panel settings for "change Carrier Label" yeah no that doesn't fix the APN issue.
Here I took a video for you It shows my Amaysim Sim card going in but Shows Yes Optus and no ability to save an APN or use Data.
and it shows I can use a vodaphone sim with mobile data and it has default apn already on it. no clue why one works and the other doesn't
anyway heres the video youtube should be cutting out the shaky-ness of it but if you catch it too soon you see it all shaky sorry about that.
https://www.youtube.com/watch?v=z4d_8BhEsr8
Scaregdearimasu said:
If by Aosp settings you mean Quick notifications panel settings for "change Carrier Label" yeah no that doesn't fix the APN issue.
Here I took a video for you It shows my Amaysim Sim card going in but Shows Yes Optus and no ability to save an APN or use Data.
and it shows I can use a vodaphone sim with mobile data and it has default apn already on it. no clue why one works and the other doesn't
anyway heres the video youtube should be cutting out the shaky-ness of it but if you catch it too soon you see it all shaky sorry about that.
https://www.youtube.com/watch?v=z4d_8BhEsr8
Click to expand...
Click to collapse
Have u try using operator name? Or can u use an auto_config SMS? (This will depend by your operator) is this phone brand?
Build 8 relased for the 1000 post on the androidiani.com forum!!!
Inviato dal mio Nexus 7 usando Tapatalk 4
Scaregdearimasu said:
If by Aosp settings you mean Quick notifications panel settings for "change Carrier Label" yeah no that doesn't fix the APN issue.
Here I took a video for you It shows my Amaysim Sim card going in but Shows Yes Optus and no ability to save an APN or use Data.
and it shows I can use a vodaphone sim with mobile data and it has default apn already on it. no clue why one works and the other doesn't
anyway heres the video youtube should be cutting out the shaky-ness of it but if you catch it too soon you see it all shaky sorry about that.
https://www.youtube.com/watch?v=z4d_8BhEsr8
Click to expand...
Click to collapse
I watched the video it look like a SIM problem, try tour SIM on another phone or contact your provider
Inviato dal mio Nexus 7 usando Tapatalk 4

[Q] No "Add to Split View" in i9300?

Hi,
I flashed Omnirom 4.4.2 nightly 2014-03-17 yesterday and then updated it to the 21st nightly using the built in update.
I can't figure out how to enable/use the multi-window / split screen feature.
I don't have the "Add to Split View" option in "Recent Apps" manager like shown in so many blogs and how to videos, no matter on which app I tap and hold.
The only options I have are "remove from list" and "App info".
I also tried enabling OmniSwitch but that didn't seem to help.
I flashed superuser from TWRP so I do have root.
Am I missing something?
I'm on i9300.
Baseband I9300JKEMC1
Boeffla kernel 2.1 (although I also tested with Omni stock kernel)
Thanks,
Pyrocks
Same here on my n7105
Pyrocks said:
Am I missing something
Click to expand...
Click to collapse
Yeah, you're missing add to split view.
chasmodo said:
Yeah, you're missing add to split view.
Click to expand...
Click to collapse
You're sharp
Now really, I did some more reading, do I have to install Xposed framework and XMultiWindow?
I thought this was supposed to be integrated into OmniRom.
Does it work for others?
What may be the reason?
After digging around I found out its not implemented by default in the final/nightly builds yet. I think you can patch it in.
Chris_c81 said:
After digging around I found out its not implemented by default in the final/nightly builds yet. I think you can patch it in.
Click to expand...
Click to collapse
Thanks for replying.
Do you know how can I patch it in? is there a flashable zip I can download (and maybe place in the FlashAfterUpdate folder) ?
I couldn't find more information about this (except for Xposed framework and XMultiWindow) - and found it strange that so many reviews and blogs show this feature with OmniRom and it's not there.
Thanks again.
Pyrocks
OK - found it:
http://forum.xda-developers.com/showthread.php?t=2567667
I think that the fact it's not yet integrated in the nightlies should be mentioned in a more visible place. It's not so obvious as some might think.
To be honest I gave up on it after reading about stability issues. Probably why it doesn't get included in the night lies.
Aside from that, I have a Note II which had split view on Touchwiz and I never used the feature!
Chris_c81 said:
To be honest I gave up on it after reading about stability issues. Probably why it doesn't get included in the night lies.
Aside from that, I have a Note II which had split view on Touchwiz and I never used the feature!
Click to expand...
Click to collapse
Indeed stability issues, i gave it a try and ended up with a bootloop. Luckily the post also contains instructions for reverting the change so no harm done eventually, but yes, very unstable.
In all the forums and blogs this is like THE feature when peopele discuss about this rom. It has gotten too much publicity and too little discussion or work.
I also had toucbwiz and never used it, the reason was it was only for a limited list of apps. If it would be limitless and any app can be split - i'm pretty sure it'll end up being useful. That's kind of one of the reasons I wanted to try this rom in the first place (i'm not regretting though, it's mor:laugh:e stable than cm 11 nightlies).
Hope it gets fixed. Until then maybe I'll give xMultiWindow a try.

Verizon OP6T Rom?

I am just curious if anyone on here is capable of creating a stock rom with all the Verizon needed blobs and apps installed? I would love to have full Verizon function. I have everything enabled but there seems to be something missing to make it work for wifi calling and video calling
ROMs can't fix this issue. Your device is a open-development device, and therefore will not support WiFi Calling, or Video Calling.
parker.stephens said:
ROMs can't fix this issue. Your device is a open-development device, and therefore will not support WiFi Calling, or Video Calling.
Click to expand...
Click to collapse
So you don't think someone couldn't just add the blobs and the required apps. And make it functional? Like adding the correct IMS apk as well as the wifi calling activity? Just curious? It just seems like it should be possible.
Wrong section for the thread, it doesn't belong to Dev section but to Q & A
tha_mechanic said:
So you don't think someone couldn't just add the blobs and the required apps. And make it functional? Like adding the correct IMS apk as well as the wifi calling activity? Just curious? It just seems like it should be possible.
Click to expand...
Click to collapse
Nope. It's blacklisted on their servers. To get that you have to have an "official" Verizon phone.

Categories

Resources