Video call (3g-324m) - ZTE Z7, Z7 Max, Z7 Mini

Is it possible to use a video call (3g-324m) on this phone (Nubia Z7 Max)? The stock android does not support this, and the function is added by the manufacturers themselves. In fact, installing software does not help here.
Competent people in this matter, can something advise or clarify the situation.

Related

[Q] iSecretary for Android ?? [answering machine app]

I have searched almost everywhere, but could not find this. I am surprised no such app for android exists
So should I conclude it is impossible due to some restriction in android OS to record incomming call or to play a message in incomming call, and hence, not possible to make an answering machine app ??
An app that has the features like isecretary has for windows mobile???
Why me and many others like me want this:
we do not have any voicemail service like hullomail, youmail etc available in our country.
voicemail is not free and is heavily charged
also no google service does this in our country afaik
Can any expert android developer tell me in detail as to why making such an app is not possible ??
ps: if it is at all possible I am ready to pay for this project :s
__^BUMP^__
any1 ??
_^BUMP^__
Don't wanna multi-post but I really really need this
Can any1 point me in some direction ?? or just a hint maybe :s
Bumping here again after so many days .. hoping somebody might have some knowledge regarding this
Arjs said:
Why me and many others like me want this:
we do not have any voicemail service like hullomail, youmail etc available in our country.
voicemail is not free and is heavily charged
also no google service does this in our country afaik
Click to expand...
Click to collapse
bump it up for you. ... . it'll be interesting to have of these apps for android
probably the last hopeless bump .. no1 has any idea about my original question -
So should I conclude it is impossible due to some restriction in android OS to record incomming call or to play a message in incomming call, and hence, not possible to make an answering machine app ??
Click to expand...
Click to collapse
Arjs said:
probably the last hopeless bump .. no1 has any idea about my original question -
Click to expand...
Click to collapse
I'm not so sure many App programers visit these forums. Even something basic would be nice. It would only work on a Rooted phone however.
There are many people on xda with good knowledge about Android and its possibilities.. But as you said, I don't think anyone of them cares about whats going on in this forum.
People are asking questions and same average users are trying to answer their questions by guessing stuff.
Nobody even with a little knowledge is trying to answer the question, as to why is this not possible!!!!
Arjs said:
There are many people on xda with good knowledge about Android and its possibilities.. But as you said, I don't think anyone of them cares about whats going on in this forum.
People are asking questions and same average users are trying to answer their questions by guessing stuff.
Nobody even with a little knowledge is trying to answer the question, as to why is this not possible!!!!
Click to expand...
Click to collapse
Probably because between their real job and their families, their free time is taken by developing roms or apps that make your phone awesome, while usually getting very little in return. Whatever time is left over, I hope they spend enjoying themselves or relaxing.
If it's that important, either learn to do it yourself or pm a developer and ask them (nicely!) if it's possible.
It's improbable that such an app would be possible. An internet connection and/or call forwarding would most likely be a requirement, which is not what you're asking for.
Sent from my Evo + MIUI using Tapatalk!
Arjs said:
So should I conclude it is impossible due to some restriction in android OS to record incomming call
Click to expand...
Click to collapse
This seems to be a problem and a major complain from Android devs. There is no API to control the audio from incoming calls. Google problably doesnt include APIs to avoid privacy issues.
Im not sure about audio from you in a call if there are APIs for it.
The program, in theory with these APIs, is possible as it is very simple.
There is undocumented APIs which people have used to record audio from incoming calls. You need root and someone they dont work.
So if you want this then yes, you are either going to have to pay someone, learn how they have (using root and undocumented APIs) made it possible to record incoming voice from calls, or wait for Google to release call and voice related APIs.
---------- Post added at 12:26 PM ---------- Previous post was at 12:20 PM ----------
In SDK 14 this has been added (maybe with workarounds it can be helpful to what you want):
Voicemail Provider
The new Voicemail Provider allows applications to add voicemails to the device, in order to present all the user's voicemails in a single visual presentation. For instance, it’s possible that a user has multiple voicemail sources, such as one from the phone’s service provider and others from VoIP or other alternative voice services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The built-in Phone application then presents all voicemails to the user in a unified presentation. Although the system’s Phone application is the only application that can read all the voicemails, each application that provides voicemails can read those that it has added to the system (but cannot read voicemails from other services).
Because the APIs currently do not allow third-party apps to read all the voicemails from the system, the only third-party apps that should use the voicemail APIs are those that have voicemail to deliver to the user.
The VoicemailContract class defines the content provider for the Voicemail Provder. The subclasses VoicemailContract.Voicemails and VoicemailContract.Status provide tables in which apps can insert voicemail data for storage on the device. For an example of a voicemail provider app, see the Voicemail Provider Demo.
plainjane said:
Probably because between their real job and their families, their free time is taken by developing roms or apps that make your phone awesome, while usually getting very little in return. Whatever time is left over, I hope they spend enjoying themselves or relaxing.
If it's that important, either learn to do it yourself or pm a developer and ask them (nicely!) if it's possible.
It's improbable that such an app would be possible. An internet connection and/or call forwarding would most likely be a requirement, which is not what you're asking for.
Sent from my Evo + MIUI using Tapatalk!
Click to expand...
Click to collapse
lol what is your problem dude?? are you some sort of messiah ?
The point of these forums is people helping out each other and sometimes those with more knowledge than the average user, also jump in to the rescue. If those developers didn't have time apart from their daily life, the Q&A thread would never be created in the first place. And there are people, who are not developers, but have a much better android knowledge and are helping people on these forums.
read what I wrote-
I don't think anyone of them cares about whats going on in this forum.
Click to expand...
Click to collapse
And there is a reason, I said that, because I have seen threads like mine, on the same issue from more than a year old.. lying without answers. No one is even trying to figure it out. My humble request to you is, if you don't know anything regarding this, and cannot understand our problem, and haven't read other thread like these from the last one year.. just mind your own business please and let us deal with our problem.
We are still here // still posting.. because we still hope someone with knowledge would read these threads someday and reply a meaningful reply.
riahc3 said:
This seems to be a problem and a major complain from Android devs. There is no API to control the audio from incoming calls. Google problably doesnt include APIs to avoid privacy issues.
Im not sure about audio from you in a call if there are APIs for it.
The program, in theory with these APIs, is possible as it is very simple.
There is undocumented APIs which people have used to record audio from incoming calls. You need root and someone they dont work.
So if you want this then yes, you are either going to have to pay someone, learn how they have (using root and undocumented APIs) made it possible to record incoming voice from calls, or wait for Google to release call and voice related APIs.
---------- Post added at 12:26 PM ---------- Previous post was at 12:20 PM ----------
In SDK 14 this has been added (maybe with workarounds it can be helpful to what you want):
Voicemail Provider
The new Voicemail Provider allows applications to add voicemails to the device, in order to present all the user's voicemails in a single visual presentation. For instance, it’s possible that a user has multiple voicemail sources, such as one from the phone’s service provider and others from VoIP or other alternative voice services. These apps can use the Voicemail Provider APIs to add their voicemails to the device. The built-in Phone application then presents all voicemails to the user in a unified presentation. Although the system’s Phone application is the only application that can read all the voicemails, each application that provides voicemails can read those that it has added to the system (but cannot read voicemails from other services).
Because the APIs currently do not allow third-party apps to read all the voicemails from the system, the only third-party apps that should use the voicemail APIs are those that have voicemail to deliver to the user.
The VoicemailContract class defines the content provider for the Voicemail Provder. The subclasses VoicemailContract.Voicemails and VoicemailContract.Status provide tables in which apps can insert voicemail data for storage on the device. For an example of a voicemail provider app, see the Voicemail Provider Demo.
Click to expand...
Click to collapse
I didn't notice this reply was made, when I was typing my previous post.
Thanks a lot, riahc3 for helping us out. Finally someone comes to the rescue xD
Google problably doesnt include APIs to avoid privacy issues.
Click to expand...
Click to collapse
yes, I have been reading regarding this lately, but I wasn't so sure until now. So this is a fact now that this is not possible in "normal" case (well, this almost answers my main question) as we don't have the APIs from google to help develop an app which is able to manipulate incoming call. And they do have a good reason for this i agree - privacy issues.
made it possible to record incoming voice from calls
Click to expand...
Click to collapse
well, then I guess I have to keep searching and learning more regarding this. I guess i' ll start with the Voicemail Provider Demo.
Thanks a lot again bro.. for finding out so much regarding the issue ..that helps clear out "the big confusion" . and hopefully, as you said, some workaround might be possible using the sdk14...
what arjas and i am looking for
We have an answering machine and voice mail available on the Samsung Start GT-5233A where you can set up the answering machine easily. It plays a greeting when you do not pick up and if he caller wishes, they can record a message as well.
This is a built in application. I believe Arjas and i are looking, trying to find a similar application for android.
I have a galaxy tab 10.1 but no luck so far.
ukayani said:
We have an answering machine and voice mail available on the Samsung Start GT-5233A where you can set up the answering machine easily. It plays a greeting when you do not pick up and if he caller wishes, they can record a message as well.
This is a built in application. I believe Arjas and i are looking, trying to find a similar application for android.
I have a galaxy tab 10.1 but no luck so far.
Click to expand...
Click to collapse
check out this post, talking exactly abt your requirement. share some thought so others might find helpful
http://forum.xda-developers.com/showpost.php?p=22304548&postcount=12
Answering Machine for Android
Though There's no straight app for this, u can combine 2 apps to get the Answering Machine.
1) Auto Call Answer
2)auto call recorder.
of-course there are lots of similar applications too for each type. install both apps from the market.
when ever u don't answer the the call for certain number of rings the 1st app picks the call and plays the voice u recorded for the caller.But it cant record the callers voice.
Thats where the 2nd app comes in handy.It will record all the incoming calls irrespective of whether u lifted or the auto responder lifted.
When ever u find time u can check the recordings which are saved mostly by the number and time.
For the time being this is the only solution we have.
Also mind u,In the calls recorded the callers voice is very low in most of the android devices.Blame google for not giving API for that.So what the apps generally does is it will record from the mic resulting in poor quality.
I also observed that android devices with honkong firmware and arabic firmwares
the recording quality is good.I think the API is buit-in for that firmware.As recording calls in their countries is legal.
Unfortunately in India call recording is not legal.so is in most of the countries.
So the trick is to flash ur cell with honkong(hhkk) or arabic(jpxx) firmwares and u have the rec option right away in dailer options.Then try installing those two apps.
I am using Galaxy Note initially was on Indian firmware now i changed it honkong version and enjoying the rec fecility which is crystal clear.
But as u said when other brands like symbian,windows are offering this app theres no point in google not letting the developers do it. its shame for the owner of a 30k cell phone running the so called great android and not having a fecility that a cheap 3k phone has.
wakeup guys
if not u,who?
if not now when?
What about something like pbxes.org or something like that? The short answer to your original question is "Not right now" for the reasons mentioned by a previous poster. ICS seems to have the appropriate hooks built in, but that isn't the same as having the app.
I can't believe there isn't a SIP provider you could get set up with and manage voicemail over IP. But you would know better than me what you can reach or not. Just thinking there must be some other way to skin that cat.
It would be nice to have an offline standalone answering machine that plays greeting and records voice messages in the SD or phone's memory.
That will save me $7/month, so I am not expecting it for free.
Hi guys, I was thinking the same thing, then I found this thread.
My need is to have an app that answers an incoming call after 3-4 ringing, then it should play a short record and after that start recording the call.
For example when I'm doing shower and friends come my home, they call me, so it will be useful to have an app that auto-answer and say "I'm on shower, take keys under the tree and enter"...:laugh:
I read previous posts, so I will try the 2 apps. Is there something new in the air? ICS is out since June...
I would spend 5 euros or something more for an app like this...
will we ever see that app ?
I hope so
It may be #1 wanted app in android
Anyway don't try to download "Auto call answer" it seems to be a malware

[Q] touch response lag

Dear developers, I have searched thru the forum, but found no answer yet. So, please, if you know the definite answer, share it with me and the community.
The question is: on Android devices I experience lag between actually touching the screen and the event when the application knows about this touch (about 0.1s). Is this a mandatory for Android in general, or is this the limitation of hardware I have tried, or is this a limitation of Android versions prior to 4.1 (I haven't tested JB yet)?
I'll try to explain what I mean. I have tested several musical apps for Android and they ALL lag. I press the virtual button, and only after a gap I hear the sound, which makes it all unusable in realtime. When I tested iOS based devices the response was just immediate. So I'd like to know if Android device can ever do such things at all, or I shouldn't expect that?
I have tried several of custom 4.1's but no luck. The same lag. Can anybody tell me if this lag is a must for android platform? Or are there people who are not experiencing such thing?

[Q] Video chat between Android and iOS?

Hey people.
I am currently looking for an app that will allow me to video chat with somebody who has an iPhone. Doesn't seem like a difficult question yet, does it? I know. Finding what I described so far isn't a problem at all, but the next part is.
I am sometimes not in a position to talk out loud, so I would like to type, while still seeing the other person, or only losing picture as short as possible.
Weird right? I am able to look at my screen and be looked at by somebody else, but not able to talk out loud. I know. And I know this isn't an easy question, but if it was an easy one, I wouldn't have to come to you guys .
In short, I want:
- Video chat
- Being able to type in a video chat, without losing video for too long
If anybody can help me, or point out an app I should try, please let me know!
Tim

[Q] 8705

All I want to know is, can I use my Galaxy Tab3 as a voice recorder. (Dictaphone) and if so, how is it done? Please explain.
Tedlester
This whole site is so complicated. What for instance does @sticky' mean' among many other strange and very technical terms?
Hope I get an answer but I'm not holding my breath.

[BV9000 Pro] Setup Wizard Error Loop and the conniving practices of some companies

QUICK RANT:
There are people with similar problems on Blackview's forum website, so I thought to add another unsolved google result to the mix. Apparently every thread and comment are approved my their moderators, even with the promise that each one is answered within a day, all of my thread requests and comments have been blocked. I assume this has to do with maintaining product confidence. At surface level all the issues seem minimal and the threads all have answers. Someone even stupidly asked If the phone would get the Oreo update, now their lone approved post in the rom section is the poster-child for post release support "hope". I guess I am stupid for buying this inaccessible paperweight.
MY PROBLEM:
No matter what option I select at the startup, the device stalls on the connect to wifi and check for update screen. No amount of updating or even suggested OTA upgrade will fix this especially given that OTA requires access to the options/settings screen that is only found post startup. I have basic experience flashing a droid III to make it compatible with different carriers. I don't have experience flashing newer phones or custom roms. Please don't put my thread in limbo, you are my only hope frontier superusers! :angel:
Edit/Update:
I figured out a work around based on a YouTube video I watched that explained that you need to access the settings menu to force stop the "startup wizard" process. I accessed it through using the contact/feedback page feature of the third-party custom emoji keyboard that comes stock on the Android. Perhaps I shouldn't detail anymore in case seeing how this is a hole in the Android nougat security. PM me for more details if you want.
TLDR; there is a stock app on these phones that allow you to bypass a bugged startup wizard and resume basic setup and function of the phone as long as it has not been synced with a previous Google account no flashing required.
I had no issues with the setup wizard, it just needed some time. (I skipped it on the first start to perform a OTA update before make any more settings. After this update everything works like it should.)
Same problem
I have the exact same issue. The installation wizard keeps on quiting. Drives me nuts too. I does not matter what I do and what options I choose, with or without sim, with or without wifi. It has something to do with the android version, more android telephones are affected. However on other phones (see YouTube) you can still access the normal menu and work around the issue. With the BV9000PRO this does not work.
Hi. I'm having the exact same problem on my bv9000 pro, but when I access the boot menu, it's in Chinese. Are the menu settings in the same order as in English? That way, I may be able toggle/turn off that setup wizard and be able to use the phone. Thanks.
This works for me
This worked on my phone: copied from a YouTube post:
Disable all the wi-fi connections in the radius of the Phone, skip the procedure for the SIM, at this point it will ask you if you want to continue without connections and yes, do not enter the name and surname to give the phone a name, accept the Google / Android agreements, at this point the phone will be activated, no update is necessary via OTA if you have the BV9000 PRO-F phone (full HD version). There are two versions of this PRO series phone, the BV9000 PRO (not full HD) and the BV9000 PRO-F (full HD). I hope this solution will work for you too. Let me know bye.
I had the same and trouble shooted through it all and the only issue I have left is finding a carrier for the USA and if or how to change parameters of Bv 9000 phone frequencies to work in the United States. Any advice from anybody in the world please send advice, Tony
BV 9000 PRO Screen Replacement
Space_Alien said:
I had the same and trouble shooted through it all and the only issue I have left is finding a carrier for the USA and if or how to change parameters of Bv 9000 phone frequencies to work in the United States. Any advice from anybody in the world please send advice, Tony
Click to expand...
Click to collapse
.
Hello everybody,
trust my message finds you well.
Sorry for posting this here, but i am not able to post a new thread and honestly i have been dealing with blackview sites and their admins with no luck , they dont answer your questions, neither do any support, nothing !
I have a blackview BV9000 pro, my screen broke up but is still working.
I bought a new screen and installed it but didn't work.'
'
After reading some forums, i understood that the new screens that are sell now are FHD+ and we need to upgrade our ROM so the new screen can work.
My questions are now :
1- where can i find this new rom that includes English and google play services.
2- if i install it, my old screen will still work?
3- this rom will let the new FHD+ screen to work?
thank you in advance.
Hi I know this is an old thread but I have issues with my second Blackview phone that is the BL6000 Pro.
To answer you: I have found several links to stock roms on the Blackview forum, they might even be interchangeable but I haven't tried.
I am currently seeking support to see if flashing with another "series" ROM will fix the Bl6000 pro hardware compatibility issues.

Categories

Resources