Related
This has been solved! Please see around page 8 of this thread.
esmith972 said:
Here guys, all wrapped up.
Make sure you have CyanogenMod 4.2.3.1, by the way.
1) Unzip zip to desktop
2) Run Part 1.bat
3) When prompted to press any key, do so; the phone will reboot
4) When your phone is running again, run Part 2.bat
5) When prompted to press any key, the installation process is done.
6) Make sure GPS is enabled
7) Open Maps and press OK
8) Press Menu
9) Press Directions
10) Enter an end point
11) Click Go
12) Just under "Show on map", click Navigate.
13) When prompted to install the voice codec, do so.
14) Enjoy.
http://www.mediafire.com/?lioyoy2ydzu
Click to expand...
Click to collapse
If you have no navigation option after the above steps try installing Google Voice from the market:
1wayjonny said:
AWESOME !!! Took another users post to install google voice and BAM the navigation button showed up!!!! Woot!
Click to expand...
Click to collapse
===============================================
This is a continuation of a discussion that started in this thread: http://forum.xda-developers.com/showthread.php?p=4918275
My best guess as to why navigation works in the emulator but not on the phone has to do with what kind of device the Maps application thinks it is running on.
For example, if you start maps and press menu->more->about and look at the "Platform" line, that will be different according to the device (emulator or G1 or other) that you are running on. What we need to change (I think) would be that setting.
According to this link, you can programatically get that string (I'm pretty sure they were talking about that string) through the API. Anyone more familiar with the API know where that string is stored?
Also, any other suggestions as to why it won't work on a real phone may be discussed in this thread.
What does platform say on the emulator? According to the info in that link, it should be null.
Cyanogen 4.3.2.1 Instructions http://forum.xda-developers.com/showpost.php?p=4921092&postcount=196
On my way to verizon to see what I can find out off the droid.... wonder if I can bring my laptop in and plug it up.... lol
[email protected] said:
What does platform say on the emulator? According to the info in that link, it should be null.
Click to expand...
Click to collapse
I fired it up to check. The exact string is "android:unknown-generic-sdk"
followinginsanity said:
On my way to verizon to see what I can find out off the droid.... wonder if I can bring my laptop in and plug it up.... lol
Click to expand...
Click to collapse
You should then just do adb pull /system C: and then bring it here. I'm sure they won't mind you trying to break their system
One thing I noticed is that it repeatedly references epc.tmobile.com as the provider. Let's hope they aren't using that and checking for verizon or this is a fool's quest.
Some interesting things to note:
The Version string of the Maps app is different in the emulator than on the phone as well.
Emulator: "3.2.0 (#3232) Web"
Phone: "3.2.0 (#3232) gmm-google"
Also, there was a blog post put up before 1.5 was released showing a way that you could spoof the ANDROID_ID on the phone by modifying a database (article here). I don't know if this is valid since at the end of the article he stated that they were supposed to fix it with 1.5.
Edit: I may have gotten ahead of myself. The ANDROID_ID string I think is not the correct one that I was looking for. That seems to be unique to the phone and not to the model, maker, whatever.
octobclrnts said:
Some interesting things to note:
The Version string of the Maps app is different in the emulator than on the phone as well.
Emulator: "3.2.0 (#3232) Web"
Phone: "3.2.0 (#3232) gmm-google"
Click to expand...
Click to collapse
Hmm mine actually says "3.2.0 (#3232) gmm-android-tmobile" for the version number... interesting.
[email protected] said:
Hmm mine actually says "3.2.0 (#3232) gmm-android-tmobile" for the version number... interesting.
Click to expand...
Click to collapse
I'm thinking that we're going to need someone to go to a Verizon store and see what the droid says there.
JAguirre1231 said:
I'm thinking that we're going to need someone to go to a Verizon store and see what the droid says there.
Click to expand...
Click to collapse
The question is, even if we knew what the droid said - how can we change our Platform string to match. It's clearly not reading off of the build.prop file (and neither is the device string in the about phone menu).
Maybe it's a database issue (the database gets initialized the first time the phone is booted to the values in the build.prop file?) that just needs to be wiped.
octobclrnts said:
The question is, even if we knew what the droid said - how can we change our Platform string to match. It's clearly not reading off of the build.prop file (and neither is the device string in the about phone menu).
Maybe it's a database issue (the database gets initialized the first time the phone is booted to the values in the build.prop file?) that just needs to be wiped.
Click to expand...
Click to collapse
Yeah, I know where your coming from. However, I think it would be easier if we at least knew what build we were aiming for
JAguirre1231 said:
Yeah, I know where your coming from. However, I think it would be easier if we at least knew what build we were aiming for
Click to expand...
Click to collapse
Well let's see... what do we know so far?
The version string shows up differently on different phones and the emulator shows up with a general one, but all have the same number. So it's probably not that, it seems to be building that from information it gathers elsewhere on the phone.
It's probably not reading which network is being used since that would block the emulator(which isn't running off the verizon network).
The only thing left I can think of immediately is the model string. That would actually make perfect sense, check against the model string to make sure that it's either the emulator or the droid. Otherwise turn off navigation. Changing that would be my first thing to aim for.
[email protected] said:
Well let's see... what do we know so far?
The version string shows up differently on different phones and the emulator shows up with a general one, but all have the same number. So it's probably not that, it seems to be building that from information it gathers elsewhere on the phone.
It's probably not reading which network is being used since that would block the emulator(which isn't running off the verizon network).
The only thing left I can think of immediately is the model string. That would actually make perfect sense, check against the model string to make sure that it's either the emulator or the droid. Otherwise turn off navigation. Changing that would be my first thing to aim for.
Click to expand...
Click to collapse
How tough is that to do?
Just wondering since if easy someone would of tried already.
Coderedpl said:
How tough is that to do?
Just wondering since if easy someone would of tried already.
Click to expand...
Click to collapse
No clue, probably need someone with experience making ROMs for that info. I'm guessing it has to be in some file somewhere. Seems highly unlikely they'd have done something as crazy as building that into the hardware.
Well, I modified cyanogen's build.prop file to include the lines below:
ro.build.id=ECLAIR
ro.build.version.sdk=5
ro.build.version.release=2.0
ro.product.name=sdk
ro.product.device=generic
ro.product.manufacturer=unknown
As well as put the Maps.apk into the system/app folder in his update file. Then I resigned the file, put it on my SD card and wiped my phone. I installed the "new" rom and booted up. The maps app works exactly as it should sans navigation options. The Version string i have now is the "3.2.0 (#3232) gmm-androidd-tmobile" one but the Platform string is unchanged.
I noticed in the "About Phone" menu, the Model Number (T-Mobile G1) was unchanged but the Firmware version said "2.0" and I'm pretty sure it said "1.6" before.
octobclrnts said:
Well, I modified cyanogen's build.prop file to include the lines below:
ro.build.id=ECLAIR
ro.build.version.sdk=5
ro.build.version.release=2.0
ro.product.name=sdk
ro.product.device=generic
ro.product.manufacturer=unknown
As well as put the Maps.apk into the system/app folder in his update file. Then I resigned the file, put it on my SD card and wiped my phone. I installed the "new" rom and booted up. The maps app works exactly as it should sans navigation options. The Version string i have now is the "3.2.0 (#3232) gmm-androidd-tmobile" one but the Platform string is unchanged.
I noticed in the "About Phone" menu, the Model Number (T-Mobile G1) was unchanged but the Firmware version said "2.0" and I'm pretty sure it said "1.6" before.
Click to expand...
Click to collapse
You would be right, cyanogen only makes builds from soure code. And the source code for 2.0 hasn't been released yet. So, obviously we need to have a modified build.prop before we flash a rom, or it won't read it correctly
I was wrong. I had that same modified build.prop on my phone before I wiped, I just hadn't noticed that the firmware version number had changed. Perhaps I didn't modify the right valued to also get the model number to change.
I have decompiled Maps.apk using dedexer 1.7. Here is all the stuff it gave me. I used dexdump last night and it gave me something similar. Im using notepad++ to search through all the files for keywords but I cant find anything interesting. Maybe you can...
http://rapidshare.com/files/305162283/Maps.apk-dedexed.rar.html
staulkor said:
I have decompiled Maps.apk using dedexer 1.7. Here is all the stuff it gave me. I used dexdump last night and it gave me something similar. Im using notepad++ to search through all the files for keywords but I cant find anything interesting. Maybe you can...
http://rapidshare.com/files/305162283/Maps.apk-dedexed.rar.html
Click to expand...
Click to collapse
Cool I'll go through it in a min. and see if I can find anything interesting.
edit: opened it up and there is googlenav stuff com/google
There is also an android folder too. I'm going to look there first
As I'm going through these I found that Google has these things filled with static locations. Haven't found any that seem to lock it down, but that's not to say there aren't any
hi everybody!
sorry for the non-descriptive title, but i have some questions i'd like to ask here. i just got my moto g 2 days ago, i switched from a samsung galaxy s+ (with cm10.2) so this is quite the change for me, hardware and software wise.
[ANSWERED] 1. first i missed the possibility to swipe my keyboard to type, i found many different apps for that, but my question would be what is the keyboard included in cyanogenmod? because since this can 'see' everything i type i want an app for that i can trust...
[ANSWERED] 2. i really liked the cLock app for time and weather in cm, but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^ so here my queston would be aswel whats the cyanogenmod cLock app and where can i find it?!
[ANSWERED] 3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
[ANSWERED] 4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
[ANSWERED] 5. another thing would be, how do i turn off the vibration when using the keyboard? i tried the setting under 'sound' -> 'vibrate on touch' (or something along those lines) but that didnt turn off all of the vibration, for example its still vibrating when i use the keyboard but not anymore when i open apps or menus.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
btw i am using the nova launcher in case that makes any difference for any of the questions above!?
also i include this screenshot with all the version numbers in it because it might be useful: https://drive.google.com/file/d/0B5JftqugO1xsbnh1dTBrQzZVWXc/edit?usp=sharing
thanks a bunch in advance and for reading and i hope someone is willing and able to help me out here!:fingers-crossed:
EDIT:
all the questions above have been answered! only one more question is open atm, [ here ] thanks to everyone who contributed so far!
bad1080 said:
hi everybody!
sorry for the non-descriptive title, but i have some questions i'd like to ask here. i just got my moto g 2 days ago, i switched from a samsung galaxy s+ (with cm10.2) so this is quite the change for me, hardware and software wise.
1. first i missed the possibility to swipe my keyboard to type, i found many different apps for that, but my question would be what is the keyboard included in cyanogenmod? because since this can 'see' everything i type i want an app for that i can trust...
2. i really liked the cLock app for time and weather in cm, but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^ so here my queston would be aswel whats the cyanogenmod cLock app and where can i find it?!
3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
5. another thing would be, how do i turn off the vibration when using the keyboard? i tried the setting under 'sound' -> 'vibrate on touch' (or something along those lines) but that didnt turn off all of the vibration, for example its still vibrating when i use the keyboard but not anymore when i open apps or menus.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
btw i am using the nova launcher in case that makes any difference for any of the questions above!?
also i include this screenshot with all the version numbers in it because it might be useful: https://drive.google.com/file/d/0B5JftqugO1xsbnh1dTBrQzZVWXc/edit?usp=sharing
thanks a bunch in advance and for reading and i hope someone is willing and able to help me out here!:fingers-crossed:
Click to expand...
Click to collapse
You can install the stock google keyboard from the play store for using swype, And there is cyangenmod version available for the G, you should go to the Moto G Original Android Development section of the forum for that. The vibration option should be in your sound / keyboard settings so you just need to look better i gues.
insanezz said:
You can install the stock google keyboard from the play store for using swype, And there is cyangenmod version available for the G, you should go to the Moto G Original Android Development section of the forum for that. The vibration option should be in your sound / keyboard settings so you just need to look better i gues.
Click to expand...
Click to collapse
hi and thanks for your answer! sadly i dont know which one 'the stock google keyboard' is, a link to the right app in the play store would be helpful...
bad1080 said:
hi and thanks for your answer! sadly i dont know which one 'the stock google keyboard' is, a link to the right app in the play store would be helpful, is it this one? https://play.google.com/store/apps/details?id=de.uniquedroid.appkeyboarddebugsettings&hl=de
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin
Here you go
Verstuurd vanaf mijn XT1032 met Tapatalk
insanezz said:
https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin
Here you go
Click to expand...
Click to collapse
thanks again, sadly the play store says: 'This app is incompatible with all of your devices.' and it seems this is because of some kind of regional restrictions for this app and/or my country. i cant imagine what and why that would be but i cant download it from there, is there any other way to get this? like an .apk or something?
bad1080 said:
thanks again, sadly the play store says: 'This app is incompatible with all of your devices.' and it seems this is because of some kind of regional restrictions for this app and/or my country. i cant imagine what and why that would be but i cant download it from there, is there any other way to get this? like an .apk or something?
Click to expand...
Click to collapse
Maybe it's not available in your country, im not sure if there's an apk for that. I suggest you google for : google keyboard or something like that
Verstuurd vanaf mijn XT1032 met Tapatalk
insanezz said:
Maybe it's not available in your country, im not sure if there's an apk for that. I suggest you google for : google keyboard or something like that
Click to expand...
Click to collapse
yea, thats what i was thinking after i posted my answer, sometimes my brain is in stupid mode *derp...
i found it here and i include the link for people with the same problem, the link is in german though:
http://www.androidnext.de/apps/google-keyboard-kitkat-tastatur-fuer-alle-geraete-apk-download/
and that works pretty good, thanks for the recommendation!
edit: i think i found the cLock app i was talking about, or a very similar one from the same developer it seems:
https://play.google.com/store/apps/details?id=com.dvtonder.chronus
its a very nice clock and weather app, i can even do more (like calendar). thats 2 down 3 to go!
bad1080 said:
3. next thing would be how can i get something like pdroid on this device (i had it on the sgs+)? i would need root i assume, i saw lots of different methods for that aswel. one with like contacting motorola to get the rom unlocked or something like that. so whats the easiest way to get a privacy control on the moto g? i remember something like the new android has some inbuilt setting for that?!?
4. something that is irritating me quite a lot are the software keys, because samsung has the back key on the right side and the moto has it on the left side. also i dont understand why there would be a key for recent apps instead of a menu key. same here: i saw lots of different methods to change that, some even with adding or getting rid of lines of the code. ok i managed to install cm on my sgs, but thats a little out of my capabilities ^^ so again what would be the easiest way to change the buttons around?
Click to expand...
Click to collapse
I suggest to install Xposed framework (Root needed), and then you can have this features with Gravity Box and Xprivacy (these are modules for Xposed).
In order to root, you have to unlock the bootloader (follow the instruction on Motorola website), then install a Custom recovery (I suggest Philz one) and supersu from Play store
Landrea said:
I suggest to install Xposed framework (Root needed), and then you can have this features with Gravity Box and Xprivacy (these are modules for Xposed).
In order to root, you have to unlock the bootloader (follow the instruction on Motorola website), then install a Custom recovery (I suggest Philz one) and supersu from Play store
Click to expand...
Click to collapse
hi and thank you for your contribution! i have unlocked and rooted my device successfully and installed the xposed framework. i havent quite got the hang of how xprivacy works as of now since its a little different from pdroid (and somewhat confusing imo). but thats just a matter of time i guess. i'll start reading here: https://github.com/M66B/XPrivacy#xprivacy or is there a better quick start guide?
i assume i can uninstall the 'xprivacy installer' (the one from google play) after i installed 'xprivacy'? and that gravity box is for the softkeys and its this one here: http://forum.xda-developers.com/showthread.php?t=2554049 ? i'll look into that tomorrow, since its getting late here and i dont wanna mess up now ^^
thanks again!
bad1080 said:
hi and thank you for your contribution! i have unlocked and rooted my device successfully and installed the xposed framework. i havent quite got the hang of how xprivacy works as of now since its a little different from pdroid (and somewhat confusing imo). but thats just a matter of time i guess. i'll start reading here: https://github.com/M66B/XPrivacy#xprivacy or is there a better quick start guide?
i assume i can uninstall the 'xprivacy installer' (the one from google play) after i installed 'xprivacy'? and that gravity box is for the softkeys and its this one here: http://forum.xda-developers.com/showthread.php?t=2554049 ? i'll look into that tomorrow, since its getting late here and i dont wanna mess up now ^^
thanks again!
Click to expand...
Click to collapse
Mornin', you're very welcome!
Xprivacy it's kind of complicated, but that reading will help you. I admit I don't use it, but I know it gives you full control on privacy and this is what you were looking for As you said, it's just a matter of time!
Btw you can install modules directly from Xposed Installer application, so you can bypass the Play Store.
Yes that's gravity box: it's very good and popular, you can surely reverse/set all the software keys, but also do a lot of modding!
It's more intuitive than Xprivacy, just go ahead options and try them, it's safe!
Good luck and forgive my english!
Landrea said:
Mornin', you're very welcome!
Xprivacy it's kind of complicated, but that reading will help you. I admit I don't use it, but I know it gives you full control on privacy and this is what you were looking for As you said, it's just a matter of time!
Btw you can install modules directly from Xposed Installer application, so you can bypass the Play Store.
Yes that's gravity box: it's very good and popular, you can surely reverse/set all the software keys, but also do a lot of modding!
It's more intuitive than Xprivacy, just go ahead options and try them, it's safe!
Good luck and forgive my english!
Click to expand...
Click to collapse
i am no native english tongue myself, so i dont notice anything wrong with your english. no need to excuse, i make mistakes myself.
i was under the impression that you could do 'stupid' stuff with xprivacy, like i was able to deny my camera app access to the camera with pdroid. that was a good way to test if it was properly working. so i tried and deny firefox access to 'internet' but that didnt seem to work, but then again it especially said its no going to break apps. i dig into all of this further later on.
just a question, what would be a good way to verify it is working like its supposed to? talking about xprivacy here...
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
bad1080 said:
i am no native english tongue myself, so i dont notice anything wrong with your english. no need to excuse, i make mistakes myself.
i was under the impression that you could do 'stupid' stuff with xprivacy, like i was able to deny my camera app access to the camera with pdroid. that was a good way to test if it was properly working. so i tried and deny firefox access to 'internet' but that didnt seem to work, but then again it especially said its no going to break apps. i dig into all of this further later on.
just a question, what would be a good way to verify it is working like its supposed to? talking about xprivacy here...
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
Click to expand...
Click to collapse
May @mokkami can help us understanding Xprivacy
---------- Post added at 03:34 PM ---------- Previous post was at 03:31 PM ----------
bad1080 said:
edit: and to answer my question no.5: there is another setting for vibration in the keyboard itself, so you have to go through -> language and input -> select settings on your keyboard -> vibrate on key push (or sth along those lines), so basically you have to turn it off twice.
Click to expand...
Click to collapse
Yeah, of course! I thought you managed this already! Keyboard is like an app itself, and has its own settings (i.e. vibration)
so i tried and deny firefox access to 'internet' but that didnt seem to work
Click to expand...
Click to collapse
I just tried it and i had no problem to deny the access for Firefox. When you open xprivacy in the app list tap on the Firefox Logo, not on the name or the checkbox. If you do so the details will open. If you now tick the category "Internet" then you will see that it is checked as a square, not as a hook. If it is a square it is only partially blocked. If you go now into the details of the category "Internet", you will see, that not all options are checked. Some are even marked red because they might be essential for the functionalty of the specific app. If you check also these and maybe also all others, then you can prevent Firefox of getting access to the Internet. If you check all items in Internet manually you'll see that category internet has now a hook than a square.
but then again it especially said its no going to break apps.
Click to expand...
Click to collapse
I did not really get what you wanted to say with this.
just a question, what would be a good way to verify it is working like its supposed to?
Click to expand...
Click to collapse
You can check for example all outgoing connections to the internet from your device. I have not tested this tool, or similar like that, but i will now because i just had the idea Else you can also prevent Facebook app to connect. I use Auto Hide Softkey App. I can for example prevent that it uses the overlay function, so it can not modify the UI and hide the Navbar.
Xprivacy is a very powerful tool. If you want it more simple, you can activate the in Android but Disabled inbuilt AppOPS App (search for AppOPS). But it is also less powerful.
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
but google-ing 'clock app' wasnt the most helpful thing i've ever done ^^
Click to expand...
Click to collapse
You should definitely work on your Googling skills
Try "best android clock apps" "List of android clocks" and so on, there are dozens.
maybe there is even the possibility to install a stable version of cyanogenmod on the moto g which would solve most of my issues? but since this is running so smoothly i dont want any nightly builds, alphas or betas on this thing right now...
Click to expand...
Click to collapse
My friend, you are really funny
Cyanogenmod just got a snapshot Status few days ago. It is one step ahead being a nightly and to steps behind beeing stable
Hope that helps.
---------- Post added at 10:06 PM ---------- Previous post was at 10:04 PM ----------
Oh and for some settings you do you also have to restart your phone. But actually it will tell you to do so by displaying a toast.
mokkami said:
I just tried it and i had no problem to deny the access for Firefox. When you open xprivacy in the app list tap on the Firefox Logo, not on the name or the checkbox. If you do so the details will open. If you now tick the category "Internet" then you will see that it is checked as a square, not as a hook. If it is a square it is only partially blocked. If you go now into the details of the category "Internet", you will see, that not all options are checked. Some are even marked red because they might be essential for the functionalty of the specific app. If you check also these and maybe also all others, then you can prevent Firefox of getting access to the Internet. If you check all items in Internet manually you'll see that category internet has now a hook than a square.
Click to expand...
Click to collapse
thanks for the explanation! i clicked on the firefox logo but i didnt know you can go even deeper into each section for permissions, that explains it!
mokkami said:
I did not really get what you wanted to say with this.
Click to expand...
Click to collapse
well you explained it yourself pretty much, the app was designed to not break apps in the way they work but restrict them from your privat data. so when i clicked firefox'es internet permission and it had the square, i disabled some but not all of it. thats all i was saying
mokkami said:
You can check for example all outgoing connections to the internet from your device. I have not tested this tool, or similar like that, but i will now because i just had the idea Else you can also prevent Facebook app to connect. I use Auto Hide Softkey App. I can for example prevent that it uses the overlay function, so it can not modify the UI and hide the Navbar.
Xprivacy is a very powerful tool. If you want it more simple, you can activate the in Android but Disabled inbuilt AppOPS App (search for AppOPS). But it is also less powerful.
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
Click to expand...
Click to collapse
thats good news i can buy it without credit card, i will consider it. that sounds like a real benefit you get for paying.
mokkami said:
You should definitely work on your Googling skills
Try "best android clock apps" "List of android clocks" and so on, there are dozens.
Hope that helps.
Click to expand...
Click to collapse
yea i ansered somewhere above that i have found the cLock app, or its successor. thanks nevertheless!
I don't know how to delete this post D:
You can not
mokkami said:
I bought xprivacy. If you buy it, you can download the restrictions automatically and upload yours for others. You are also able to export end import the settings if licensed. Also nice that you can buy it via Paypal because i do not have a Credit Card (and i don't want).
Click to expand...
Click to collapse
i wasnt on my computer for quiet some time so i couldnt answer on this thread, my apologies.
i bought the pro version of xprivacy with paypal too and i synced my permissions for all apps with the cloud or crowd. it could find and sync most of my apps which is a nice and easy way to get around the ridiculous amount of permissions to set for each app.
can you confirm that most of the synced crowd settings make sense in the way of privacy protection? because i havent looked too much into all those settings but even when i did i couldnt quiet understand them in depth...
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
bad1080 said:
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
Click to expand...
Click to collapse
You're welcome!
Check navigation bar settings in gravity box, you can change the size of the soft keys and gain space.
Go for that apps if you think you need more usable screensize (hard to believe)
Sent from my Commodore 64 using Videotel
bad1080 said:
i wasnt on my computer for quiet some time so i couldnt answer on this thread, my apologies.
i bought the pro version of xprivacy with paypal too and i synced my permissions for all apps with the cloud or crowd. it could find and sync most of my apps which is a nice and easy way to get around the ridiculous amount of permissions to set for each app.
can you confirm that most of the synced crowd settings make sense in the way of privacy protection? because i havent looked too much into all those settings but even when i did i couldnt quiet understand them in depth...
also @Landrea thanks for recommending gravity box, that thing is amazing! i was able to restore most of the cyanogenmod settings i was missing, great! also i could reconfigure my softkeys, but i am thinking about this app here to maximize my usable screensize:
https://play.google.com/store/apps/details?id=com.gmd.hidesoftkeys
or
https://play.google.com/store/apps/details?id=de.tsorn.FullScreen
or is there a setting for that in gravity box i missed?
Click to expand...
Click to collapse
Its called extended desktop in gravity box and you may see it called immersive mode in other roms it is all the same thing.
Landrea said:
Sent from my Commodore 64 using Videotel
Click to expand...
Click to collapse
thats a joke right? 0.o if not kudos! ^^
robin0800 said:
Its called extended desktop in gravity box and you may see it called immersive mode in other roms it is all the same thing.
Click to expand...
Click to collapse
i wondered what that would be and imagined something for screen transmission (chromecast) or something like that, thanks for clearing that up! best to have as little extra programs as needed on my device... cool gravity box got that covered aswel, liking this more and more!
There has been a lot of discussion about this topic and opinions. But lets be clear about a few things that are facts:
KingRoot now installs a ton of Adware on your device
KingRoot takes over your lock screen now and splatters ads on it
KingRoot's Uninstall does NOT remove everything they have modified on your device
SuperSU replace method does NOT remove everything they put on it either
KingRoot intentionally ads multiple binary files to your /system/bin folder that have nothing to do with their rooting method and are even back dating them to try and hide them
AVG has reported this and even warns of possible personal information gathering, that is NOT just a warning of rooting exploits
KingRoot has now included a Wifi option within their latest version under tools, what do you think they are gathering there ?
I have been trying to tell users for a long time that they are up to no good and they have even lied saying they tried to contact me to work with me on what they refer to as my app doing a malicious removal of their tool. That is completely incorrect... They have NEVER tried to contact me about this. They did try and ask my to stop and I told them once they allowed SupeSU to cleanly take over their root and they allowed all traces of their program to be replaced/removed I would then do it, but they never have adhered to any of that.
You the user have been warned and my conscious has been cleared. Install this at your own risk. They even went as far as trying to prevent my program from gaining root, why ? Because it will in fact remove all traces of their program including their custom binaries they have added, etc.. Now, keep in mind, they have many binaries that they add, depending on the device, but I do my best to catch them.
KingRoot, you want all of this to stop ? Then comply with the request of all the users and myself to remove EVERY file modification you have made to their device and allow replacement of your tools with whatever the user desires, cleanly.. You want to make it a paid app for you to get compensation for your time ? Fine, but get rid of all this Adware and malicious take over you have done to their device.
Let all the people speak now. It is your device and your choice of what you want to see, I am just one voice of many...
Respectfully submitted,
Gatesjunior (One of the people in the community)
Reference:
AVG:
http://www.avgthreatlabs.com/us-en/virus-and-malware-information/info/android-kingroot/
http://www.avgthreatlabs.com/us-en/android-app-reports/app/com.kingroot.kinguser/
http://www.avgthreatlabs.com/us-en/android-app-reports/app/com.kingstudio.purify
Finger printing the device:
Has the ability to get the wifi MAC address (may be used to fingerprint device)
Has the ability to read the device ID (e.g. IMEI or ESN)
Location Services (Where have you been ?):
Permission request for "android.permission.ACCESS_COARSE_LOCATION"
Permission request for "android.permission.ACCESS_FINE_LOCATION"
Camera (Can I see what your doing ?):
Permission request for "android.permission.CAMERA
Super-Sume Pro: https://forum.xda-developers.com/general/paid-software/supersu-please-t3110954
(Sony devices, or at least the majority, you are in a bad spot, because you are rooted, but try and mount your /system into (r/w) mode... Probably not going to happen unless you load a kernel module to allow this. Otherwise you are in a write-protected mode and can only factory restore your device to get rid of it.)
Tiny screen made me click the wrong poll answer. ><
Thanks for the info
SynisterWolf said:
Tiny screen made me click the wrong poll answer. ><
Thanks for the info
Click to expand...
Click to collapse
LOL...I can move your vote but not your name....done.
I recently upgraded my old s4 for hangouts only use (no carrier) to 501 and I used an old version of Kingroot and current SuperSUme. No worries. Thanks for a great app.
Real question is. Why can't someone legit make a kingroot type rooter that's not all jacked. It's there really no one else who knows how to do it that is honest?
craigviar said:
I recently upgraded my old s4 for hangouts only use (no carrier) to 501 and I used an old version of Kingroot and current SuperSUme. No worries. Thanks for a great app.
Real question is. Why can't someone legit make a kingroot type rooter that's not all jacked. It's there really no one else who knows how to do it that is honest?
Click to expand...
Click to collapse
Sure, it can be done. But they protect, for good reasons, their rooting methods. I can't disagree with them there. But someone else would have to come out with the exploits and wrap it into a rooting method for everyone to use. They definitely have the team and resources to be able to root devices. I am very thankful for that, don't get me wrong, but the way they make you accept it all is where I take issue.
KennyG123 said:
LOL...I can move your vote but not your name....done.
Click to expand...
Click to collapse
Thank you for correcting this..
Xda has a rule about having paid apps/donate version in threads. It does not seem unreasonable to ask for a similar policy with the more important and less costly demand of being able to uninstall the app, or at least not block the usage of other apps (like SuperSU).
Sent from my Nexus 6P using XDA-Developers Legacy app
Surge1223 said:
Xda has a rule about having paid apps/donate version in threads. It does not seem unreasonable to ask for a similar policy with the more important and less costly demand of being able to uninstall the app, or at least not least not block the usage of other apps (like SuperSU).
Sent from my Nexus 6P using XDA-Developers Legacy app
Click to expand...
Click to collapse
I agree completely. Again, malicious behavior.
If so, why is the Kingroot thread and apps still here? Why didn't the mods closed it?
thanks for the info
so the only app root that do that is kingroot only ?
all othr app are safe ?
ashraf77160 said:
thanks for the info
so the only app root that do that is kingroot only ?
all othr app are safe ?
Click to expand...
Click to collapse
Good question, are there safe to use root apps? Noob friendly guide is welcome too.
Verstuurd vanaf mijn HUAWEI MT7-L09 met Tapatalk
artsnjiw said:
If so, why is the Kingroot thread and apps still here? Why didn't the mods closed it?
Click to expand...
Click to collapse
That's a great question
Sent from my Nexus 6P using XDA-Developers Legacy app
artsnjiw said:
If so, why is the Kingroot thread and apps still here? Why didn't the mods closed it?
Click to expand...
Click to collapse
Because we have not been able to prove that is what is going on, the ability is there, but this is extremely difficult to prove. But, the Adware and Malware are real and has been reported by AVG and others.
Different versions/payloads??
gatesjunior said:
Because we have not been able to prove that is what is going on, the ability is there, but this is extremely difficult to prove. But, the Adware and Malware are real and has been reported by AVG and others.
Click to expand...
Click to collapse
After a bit of digging through the same versions released, one on their website (https://kingroot.net/), and the other here on xda (https://forum.xda-developers.com/devdb/project/?id=9793#downloads), it appears that the payloads have been customized through some variances contained in the following files:
channel.ini, config.properties, KINGROOT.RSA, MANIFEST.MF, KINGROOT.SF, km, classes.dex
Specifically in the release channel# (channel.ini), the encrypted properties file (propertiesconfig.properties), and the (km) file.
So it's possible to have slightly different version of the payloads depending on where you've downloaded it from.
Any constructive input is welcome.
billa said:
After a bit of digging through the same versions released, one on their website (https://kingroot.net/), and the other here on xda (https://forum.xda-developers.com/devdb/project/?id=9793#downloads), it appears that the payloads have been customized through some variances contained in the following files:
channel.ini, config.properties, KINGROOT.RSA, MANIFEST.MF, KINGROOT.SF, km, classes.dex
Specifically in the release channel# (channel.ini), the encrypted properties file (propertiesconfig.properties), and the (km) file.
So it's possible to have slightly different version of the payloads depending on where you've downloaded it from.
Any constructive input is welcome.
Click to expand...
Click to collapse
Interesting.. I wonder even though the release is the same, is the build a different number ?
Do you think it might have to do with trying different methods to root the device?
gatesjunior said:
Interesting.. I wonder even though the release is the same, is the a different number ?
Click to expand...
Click to collapse
It is a different build number bro.if u look at the build number compared to first realease of 5.05 compared to latest release 5.05 theres a few extra numbers and/or letters in the new 5.05. But like one of the xda devs said if it's to the only way to get root do it because u can uninstall purify and replace kinguser with supersu
Using SuperSU is best.
gatesjunior said:
Because we have not been able to prove that is what is going on, the ability is there, but this is extremely difficult to prove. But, the Adware and Malware are real and has been reported by AVG and others.
Click to expand...
Click to collapse
noob question here, flashing a ROM will remove whole kingroot stuff ? or there is some deep thing that can't be removed ?
JIJOK said:
noob question here, flashing a ROM will remove whole kingroot stuff ? or there is some deep thing that can't be removed ?
Click to expand...
Click to collapse
yes it will
Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Wolkill said:
Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Click to expand...
Click to collapse
If you can unlock the bootloader then I think it's as easy as flashing the GSI using the same method in wp6
Wolkill said:
Greetings to all.
So we have a well-developed topic by model Oukitel WP6:
https://forum.xda-developers.com/android/general/oukitel-wp6-discussion-t4112963
but we don't have a topic by model Oukitel WP7 at all, although this phone has similar problems in the firmware - unloading applications from memory by firmware, non-delivery of notifications, etc. I would like to know if it is possible to install an alternative firmware on this model, and how to do it.
Thanks.
Click to expand...
Click to collapse
It's not the problem with the phone, it's the users . This phone has some hardcore security settings turned on by default. If You configure it properly it will work like any other. For example let's say You want Messenger app always ready to receive new messages. First enable notifications in phone settings then go to the Phone manager app(big shield icon) and to its setting, add messenger to the white list so it wont be killed on lockscreen, also enable autorun for it so it can work all the time.
I'm totally fine with the way it works, it's easier for me to grant the notifications to few important apps than to disable it on all the garbage like shopping apps or games.
Hi. I am interested in this phone. It works fine? Any problem?
Enviado desde mi MI 8 mediante Tapatalk
What i did
This is a very interesting phone model.
Currently done and fixed:
- Received root on both official firmware, on v16 and v29 (Magisk, pathing boot.img)
- fixed destruction of applications from memory, thanks to instructions from the topic about Oukitel WP6
That, so far, I could not win:
- Forced disabling of notifications from applications when updating from Google Play and another, I do not know how to deal with this.
The latter is very annoying, since you have to follow each update and re-enable notifications.
Perhaps, under the root of the rights, just edit some file to fix this?
theleftykid said:
If you can unlock the bootloader then I think it's as easy as flashing the GSI using the same method in wp6
Click to expand...
Click to collapse
Thank you, I read it, I got root rights according to the instructions, I want to stay on my native firmware, fixing the developer's bugs in order to safely use the phone, but I could not defeat the disconnection of notifications from applications when updating
rem2 said:
It's not the problem with the phone, it's the users . This phone has some hardcore security settings turned on by default. If You configure it properly it will work like any other. For example let's say You want Messenger app always ready to receive new messages. First enable notifications in phone settings then go to the Phone manager app(big shield icon) and to its setting, add messenger to the white list so it wont be killed on lockscreen, also enable autorun for it so it can work all the time.
I'm totally fine with the way it works, it's easier for me to grant the notifications to few important apps than to disable it on all the garbage like shopping apps or games.
Click to expand...
Click to collapse
Yes, I did everything, and even more, I was able to overcome the disconnection of wi-fi and bluetooth with a long inactivity.
You're right about the user.
But can you tell me.
How to prevent notifications from turning off when apps are updated in Google Play?
Wolkill said:
Thank you, I read it, I got root rights according to the instructions, I want to stay on my native firmware, fixing the developer's bugs in order to safely use the phone, but I could not defeat the disconnection of notifications from applications when updating
Click to expand...
Click to collapse
do you mean some apps force close and you won't get notifications when your phone goes off? if that's the case then just TURN OFF the "intelligent power saving" in the settings or from SYSTEM MANAGER APP. if it still kill your background apps then you might need to uninstall the duraspeed app on your phone if it's installed.
theleftykid said:
do you mean some apps force close and you won't get notifications when your phone goes off? if that's the case then just TURN OFF the "intelligent power saving" in the settings or from SYSTEM MANAGER APP. if it still kill your background apps then you might need to uninstall the duraspeed app on your phone if it's installed.
Click to expand...
Click to collapse
Thanks for your reply.
I went through the indicated stages and I got rid of the problem described by you.
I did not delete the DuraSpeed, but turned it off through the ADB and the MacroDroid.
But I mean a completely different problem.
Let's say I install the Viber or Slack application, after installing from Google Play, notifications are turned off by default. OK. I enable them in my notification settings. After a while, these applications are updated, and notifications are disabled in the settings again.
This is the problem I mean.
Hello every body,
There is a built in app named DURASPEED. Open the app third party file explorer and then you can leave the app stay on backround Like message,whatsapp, email and so on that they dont got killed.
Then phone is just awesome
Okey, i see you are allready found that app. Next time need to read more
---------- Post added at 04:42 PM ---------- Previous post was at 04:36 PM ----------
Wolkill said:
This is a very interesting phone model.
Currently done and fixed:
- Received root on both official firmware, on v16 and v29 (Magisk, pathing boot.img)
- fixed destruction of applications from memory, thanks to instructions from the topic about Oukitel WP6
That, so far, I could not win:
- Forced disabling of notifications from applications when updating from Google Play and another, I do not know how to deal with this.
The latter is very annoying, since you have to follow each update and re-enable notifications.
Perhaps, under the root of the rights, just edit some file to fix this?
Click to expand...
Click to collapse
"The latter is very annoying, since you have to follow each update and re-enable notifications" My phone doesnt have that kind of problem, when i turned notification on they stay on even if the app is updated. Somethin wrong with you?
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Wolkill said:
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Click to expand...
Click to collapse
Big thanks for that, i will test that soon as i can :good:
Wolkill said:
Volunteers are needed to check the file.
I'm ported from the BV9900 TWRP 3.3.1 in unofficialtwrp.com
It works for me, I think the community will also be useful.
Click to expand...
Click to collapse
Its not workin
No adb, no usb connect. Can not transfer file via computer to Phone.
Can not mount data & system. If you want them mounted you need to format all but then you can't get any file there.
Maybe if i but sdcard in and try that way. But no time to test today.
Can you used it normal, like it supposed?
I try to flash gsi, but that also doesn't work. Without twrp of course.
DoggyStar said:
Its not workin
No adb, no usb connect. Can not transfer file via computer to Phone.
Can not mount data & system. If you want them mounted you need to format all but then you can't get any file there.
Maybe if i but sdcard in and try that way. But no time to test today.
Can you used it normal, like it supposed?
I try to flash gsi, but that also doesn't work. Without twrp of course.
Click to expand...
Click to collapse
Do not worry.
I found what the problem is.
I apologize for the inaccuracy of the wording and wrote that it works, although in fact it just started, loaded, but the functionality is cut down.
The problem is in the mapping and I need several diligent hours to fix it and update it for us.
Thank you for your feedback, this is very important to me.
Wolkill said:
Do not worry.
I found what the problem is.
I apologize for the inaccuracy of the wording and wrote that it works, although in fact it just started, loaded, but the functionality is cut down.
The problem is in the mapping and I need several diligent hours to fix it and update it for us.
Thank you for your feedback, this is very important to me.
Click to expand...
Click to collapse
I hope you get it works :good:
Encryption
DoggyStar said:
I hope you get it works :good:
Click to expand...
Click to collapse
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Wolkill said:
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Click to expand...
Click to collapse
Okey, keep try in :good:
Wolkill said:
It looks like it will take a little longer than I expected. I did not take into account the encryption of the partition /data, I read in detail how to overcome it.
Click to expand...
Click to collapse
Can you score it?
DoggyStar said:
Can you score it?
Click to expand...
Click to collapse
I'm wondering, since I started, I achieved some success, in the new version the zip installation works from a connected external flash drive, and I download several dozen de-encrypting modifications, maybe over the weekend it will turn out to sort out and bring the idea to the end, cleaned up the extra ways and made the ADB work in this mode, maybe over the weekend it remains to decipher and then it will be ready for the test.
Wolkill said:
I'm wondering, since I started, I achieved some success, in the new version the zip installation works from a connected external flash drive, and I download several dozen de-encrypting modifications, maybe over the weekend it will turn out to sort out and bring the idea to the end, cleaned up the extra ways and made the ADB work in this mode, maybe over the weekend it remains to decipher and then it will be ready for the test.
Click to expand...
Click to collapse
Nice, let us know soon as you get test version.
Really wanna test if its works, and maybe then we can run some gsi projects :good:
Hello guys!
Recently I bought Samsung Galaxy S22 Ultra. BUT there is no way that I can record calls. I'm from Bulgaria and it is some kind of regulation crap. I mean when I go to the options in the dialer app the option for call recordings is not present at all.
Most of my calls are for work with tons of instructions about this and that and I take them either from the car or somewhere without access to notes and pens etc. On my previous phone I found an app that enebled native call recording without rooting somehow... It was P30 Pro and the app in question I found here in XDA. However for my new phone I can't find anything... I tried all of the free and paid Google Play apps but they record only me and nothing from the person I'm talking with... Help me please!!!
Somewhere I read that I need to change the CSC code. Whatever it means... No idea how tho... Other thing I read was to root the phone. I've never done that as well... Basically I'm thinking of going to some randome phone repair shop and ask them to find me a solution whatever it takes... But first I decided to ask here.
If you have any idea what to do please include some instructions for dumb people like me with no experience in fiddling with phones etc..
Big thanks in advance!
I should probably tell you that I've tried this
https://forum.xda-developers.com/t/...cord-phone-calls-from-the-phone-line.1441643/
And lots of things that are already written here as suggestions but... nothing....
I am trying out CallApp Contacts. So far it seems to work for 2 way recording. I am in the US and we do not have call recording here.
First of, do you know your phone model and CSC code? You should be able to spot it in Settings ->About phone -> Software information under Build number and Service provider software information.
Samsung only activates native call recording on the India firmware, so you will probably have to download that version of the firmware.
Do you still have said old phone (P30 Pro) & the download for the app on it?
Just asking cause you could send the app to your S22 from the other phone...
dalepl said:
I am trying out CallApp Contacts. So far it seems to work for 2 way recording. I am in the US and we do not have call recording here.
Click to expand...
Click to collapse
Thanks for the suggestion but I've tried that app both as free and paid version without any success...
ShaDisNX255 said:
First of, do you know your phone model and CSC code? You should be able to spot it in Settings ->About phone -> Software information under Build number and Service provider software information.
Samsung only activates native call recording on the India firmware, so you will probably have to download that version of the firmware.
Click to expand...
Click to collapse
Following your steps I found this - oxm eux. That is it right?
About the firmware - do you know how I would do that? I mean how to download and install the indian version? Would that affect the warranty or anything important?
AlphaTekk Epoch said:
Do you still have said old phone (P30 Pro) & the download for the app on it?
Just asking cause you could send the app to your S22 from the other phone...
Click to expand...
Click to collapse
Yes I still have the app. I tried to install it but it returns some error. I'll attach a screenshot here.
In my previous phone Xiaomi Mi11 Ultra, TruePhone app work perfectly with call record's, but now with Samsung S22 Ultra and Android 12 don't work.
For me also call record's is very important, but i don't have the time and experience to change regions with Sammobile to make the call records work.
I am also from Bulgaria and have tried most of the available recording offers.
Her are some options
Non Root :
Change CSC. You needs paid tool, search SamKey and you will find lots result on XDA. This option is OK if you don't want to root but here your CSC will needs to change and network optimization won't be same as your own CSC
Root :
Modify CSC and enable call record, bit difficult if you are not pro witn modding
Use a ROM with Auto call record option (check development section)
dr.ketan said:
Her are some options
Non Root :
Change CSC. You needs paid tool, search SamKey and you will find lots result on XDA. This option is OK if you don't want to root but here your CSC will needs to change and network optimization won't be same as your own CSC
Root :
Modify CSC and enable call record, bit difficult if you are not pro witn modding
Use a ROM with Auto call record option (check development section)
Click to expand...
Click to collapse
Thanks for the suggestion! Maybe will try to do that... But can you give me some more info about what it means that network optimization won't be the same as my own CSC? Does that mean that I'm gonna lose connection here and there or some kind of fees?
Also how this change of the CSC code is going to affect my warranty?
csc change will void your warranty, and yes it is possible that your call, internet connection over mobile data may not be as good as it was/is on your current csc, but not a guarantee, you should check to find out if your prepared to sacrifice warranty for call recording, you could always reflash your original firmware
gav83collins said:
csc change will void your warranty, and yes it is possible that your call, internet connection over mobile data may not be as good as it was/is on your current csc, but not a guarantee, you should check to find out if your prepared to sacrifice warranty for call recording, you could always reflash your original firmware
Click to expand...
Click to collapse
Well... The essentials of my work is talking on the phone and usually that includes tasks that I need to do with all of the details about them. We are working on communicating through e-mail but we are not there yet. The warranty is not that big of a concern but potential problems with the reception etc ... now that scares me...
Thanks for your time! I'll think about it... If you come up with something that is less risky please share!
My phone doesn't have call recording in the call app, but I just tried this one after some research, configured it, and made a call and it works
If this app ain't available in your country you could try an "index of" search or I can pull and upload the apk for you
gav83collins said:
My phone doesn't have call recording in the call app, but I just tried this one after some research, configured it, and made a call and it works
View attachment 5596183View attachment 5596185
View attachment 5596187View attachment 5596189View attachment 5596191View attachment 5596199
If this app ain't available in your country you could try an "index of" search or I can pull and upload the apk for you
Click to expand...
Click to collapse
I will try it as soon Is I can and will post the results here. If for some reason I cannot find it or cannot download it I will contact you for assistance! Thank you!
yeah no wor
AVTOfficial said:
I will try it as soon Is I can and will post the results here. If for some reason I cannot find it or cannot download it I will contact you for assistance! Thank you
Click to expand...
Click to collapse
yeah no worries, ive got it, and app cloner, (an app to clone and modify apk files) uploading to gdrive ready to link you if needed, good luck
gav83collins said:
yeah no wor
yeah no worries, ive got it, and app cloner, (an app to clone and modify apk files) uploading to gdrive ready to link you if needed, good luck
Click to expand...
Click to collapse
I've tried the app. Sadly with no luck... I copied all the settings from your screenshots with the exception of enabling auto recordings. However the app doesn't create files... I'll upload screenshots of my sad empty folder... Do you know if I did something wrong? I have enabled all the permissions...
AVTOfficial said:
I've tried the app. Sadly with no luck... I copied all the settings from your screenshots with the exception of enabling auto recordings. However the app doesn't create files... I'll upload screenshots of my sad empty folder... Do you know if I did something wrong? I have enabled all the permissions...
Click to expand...
Click to collapse
give me a couple of minutes, im creating a youtube video and xda post, its currently uploading
Deleted
gav83collins said:
Check this video
oh the video editing software is glitching hiding that number lol, nm, thats what happens when you rush lol
Click to expand...
Click to collapse
Thank you very much for the trouble with the video!!! However no luck with me... I reinstalled the app to be sure that I follow your exact steps. I made some screenshots proving that I have the accessibility permissions enabled correctly ... But still my recordings folder stays empty...
AVTOfficial said:
Thank you very much for the trouble with the video!!! However no luck with me... I reinstalled the app to be sure that I follow your exact steps. I made some screenshots proving that I have the accessibility permissions enabled correctly ... But still my recordings folder stays empty...
Click to expand...
Click to collapse
oh wow, really strange, sorry then, idk what to say, it worked for me as you seen, you could try flashing the latest eux firmware its a european unlocked, and im in the uk im also unrooted