[Q] Dual SIM dialer problem - Moto G 2015 Q&A, Help & Troubleshooting

Hi friends,
I'm looking for a Dialer App that would allow me to assign a SIM Card to each contact.
I believe that it's present in the stock ROMs.
Am I missing a setting?
Currently on Bliss ROM.

i saw this on Stock, i am unaware of the Rom which you are using

I'm using Bliss ROM. But it's not only in Bliss, I've tried other ROMs and never found this option.
Is it possible to install or flash the stock Dialer from MM Stock ROM? If it is, how can I do it?

Well, I'm trying to put the stock MM dialer on Bliss ROM.
So far, I managed to:
1 - download stock MM.
2 - Extract system.img.
3 - Extract Dialer folder from priv-apps.
Inside de dialer folder I found a dialer apk and, in a sub-folder, i found an .odex file.
Tried to copy dialer folder to system of moto g and matched the permissions to original dialer, but didn't work.
Perhaps it's becaude the odex file, I believe that it must be deodexed.
Can anybody cast some light on this subject, I'm a little (or maybe a lot) lost here?
Thanks

Related

[Q] problem installing a modded rom

I am having hard time to install a ROM after I modded it a bit.
The ROM itself had been installed already and works perfectly.
I was trying to change a few things like icons, bootanimation, default launcher and other stuff but the phone keep giving me an error and fail to install the file.
my phone is HTC HD2 t-mobile version, the ROM is android 2.3.4 with CM7, I am installing ROMs using MAGLDR 1.13 + clk 3.1.0.1.
I modified the zip file using 2 methods - both led to the error
1. unpack the zip file, replace the files, repack the folders back together into zip
2. swapping the files without extracting the folders out of the zip file
in both cases I used winrar (my computer runs 64bit win7).
am I missing something?
any help will be much appreciated
This is strange... I basically use the same method to mod minor stuff (like icons)... And it works for me without problems.
Are you sure your repackaged file has the same structure? Maybe unpack both original package and your modified one and compare folders and files using WinDiff or something?
I ran a check with "Beyond Compare 3" and it appeared to be the same except the files I've replaced.
What archiving software are you using?
There is no need to sign the zip or anything like it, right?
I'm using Total Commander which has zip functionality built-in.
No, I don't need to sign anything either (although I don't know, maybe it requires setting development options in android's settings).

install apk extracted from other stock firmware or roms deodexed - help

Hello everyone, I hope I have posted in the right section, I have to ask you a question that despite several hours of trial and research remains to me: I was going to download the firmware official google nexus 7 and take the apk that interest me, and install them on our tablet 7plus.
I downloaded the version both deodexed and odexed of the google nexus 7 and I extracted, for example, the contacts.apk DEODEXED from it.Installing the apk android ics stock tells me: error with the analysis of the packet. I also tested with version odexed putting the apk file and the odex file into the folder system / apps but also restarting did not work ...
1) it's possible what I want and for example it's possible to install another launcher (ex. launcher.apk stolen from google nexus 7 stock deodexed) like a normal apk and use it just pressing home button and selecting it instead of touchwiz launcher?
2) if yes can you explain me the procedure?
3) do you know where I can find the backgrounds stock once downloaded any ROM (which gives me the compacted system folder plus other img etc etc?
Thank you in advance .... sorry for my english, i hope you have understood my intention : I'm going to replace the application of our contacts and launcher tab with those of the google nexus 7
See you soon, Andrea
djskarpia said:
Hello everyone, I hope I have posted in the right section, I have to ask you a question that despite several hours of trial and research remains to me: I was going to download the firmware official google nexus 7 and take the apk that interest me, and install them on our tablet 7plus.
I downloaded the version both deodexed and odexed of the google nexus 7 and I extracted, for example, the contacts.apk DEODEXED from it.Installing the apk android ics stock tells me: error with the analysis of the packet. I also tested with version odexed putting the apk file and the odex file into the folder system / apps but also restarting did not work ...
1) it's possible what I want and for example it's possible to install another launcher (ex. launcher.apk stolen from google nexus 7 stock deodexed) like a normal apk and use it just pressing home button and selecting it instead of touchwiz launcher?
2) if yes can you explain me the procedure?
3) do you know where I can find the backgrounds stock once downloaded any ROM (which gives me the compacted system folder plus other img etc etc?
Thank you in advance .... sorry for my english, i hope you have understood my intention : I'm going to replace the application of our contacts and launcher tab with those of the google nexus 7
See you soon, Andrea
Click to expand...
Click to collapse
I don't think you can just copy over a system apk from one device to another without porting it which I cannot help you with. Same thing goes for the launchers they too would need to be ported over. You could try and use something like apkManager to decompile the app then make the necessary changes to it, i.e. resolution, device name, etc, etc,. then compile it. I have no experience doing this with apps and you might find some help by digging around in the main android development forum, not the one for this device the main one.
http://forum.xda-developers.com/forumdisplay.php?f=524

[Resolved] [Q]Getting Sim Toolkit (STK) to work on Custom ROM

Hi, I am using ShenDu Custom DEV ROM on my Huawei U8860 (4.1.2-130329-DEV) and it doesn't come with Sim Toolkit.
I created a custom Zip that contains Stk.apk from another ROM, and flashed it. It flashes with no error, sets permission right but SimTookit app does not run. It is not in my list of apps or even running apps. find my signed ZIP attached.
Where could I have messed? P.S. I'm a noob
Click to expand...
Click to collapse
Solved the above thanks to this post by djnmcz.
You need to prepare a flashable zip with Stk.apk from similar ROM to yours, eg A ICS/Jellybean STK if you ROM is based on the same . Then extract the manifest (CERT.RSA, CERT.SF, MANIFEST.MF) from the META-INF of your current ROM (ROM your phone is running on) and replace the same files in your flashable zip. You can then flash the zip from CWMR. No need to sign the apk or zip. The rule here is that for Stk.apk to work, it has to have the same manifest as your phone.apk. No idea what happens if you replace phone.apk alongside Stk.apk instead in a zip.
Attached is my zip, you can use the update script, but remember to change the Stk.apk and especially the Manifest file.
ATTACHMENT
Stk sim tool kit
gramware said:
Solved the above thanks to this post by djnmcz.
You need to prepare a flashable zip with Stk.apk from similar ROM to yours, eg A ICS/Jellybean STK if you ROM is based on the same . Then extract the manifest (CERT.RSA, CERT.SF, MANIFEST.MF) from the META-INF of your current ROM (ROM your phone is running on) and replace the same files in your flashable zip. You can then flash the zip from CWMR. No need to sign the apk or zip. The rule here is that for Stk.apk to work, it has to have the same manifest as your phone.apk. No idea what happens if you replace phone.apk alongside Stk.apk instead in a zip.
Attached is my zip, you can use the update script, but remember to change the Stk.apk and especially the Manifest file.
ATTACHMENT
Click to expand...
Click to collapse
I'm running a custom rom on my HTC One X+. Your solution makes sense but I' not clear. Do I need the manifest from the original ROM? I see the stk.apk that came with the custom rom and the manifest. What do I replace? How do I make a flashable zip?
Sorry - noobie.
joe10s said:
I'm running a custom rom on my HTC One X+. Your solution makes sense but I' not clear. Do I need the manifest from the original ROM? I see the stk.apk that came with the custom rom and the manifest. What do I replace? How do I make a flashable zip?
Sorry - noobie.
Click to expand...
Click to collapse
No , you need the manifest from the ROM that you want to flash the STK to. If it came with the ROM, it should probably work?
gramware said:
No , you need the manifest from the ROM that you want to flash the STK to. If it came with the ROM, it should probably work?
Click to expand...
Click to collapse
Thanks. Flashed successfully. But SIM Toolkit is still not appearing as an app. ??
joe10s said:
Thanks. Flashed successfully. But SIM Toolkit is still not appearing as an app. ??
Click to expand...
Click to collapse
You can extract this zip, then replace the STK with one from your phone model, but you have to replace the manifest files - (CERT.RSA, CERT.SF, MANIFEST.MF) from the META-INF folder of the ROM your phone is on (the one without toolkit). Zip the folder again, then reboot phone and flash http://forum.xda-developers.com/attachment.php?attachmentid=1865210&d=1365355542
gramware said:
You can extract this zip, then replace the STK with one from your phone model, but you have to replace the manifest files - (CERT.RSA, CERT.SF, MANIFEST.MF) from the META-INF folder of the ROM your phone is on (the one without toolkit). Zip the folder again, then reboot phone and flash http://forum.xda-developers.com/attachment.php?attachmentid=1865210&d=1365355542
Click to expand...
Click to collapse
HTC One X+ AT&T
Custom ROM: Elegancia 5.3
ROM included STK.apk but SIM Toolkit is not visible as APP. I followed the instructions and created a flashable zip using the STK from Elegancia ROM, and the manifest files from this ROM. I was successful in flashing ZIP using TWRP recovery. Skipped MD5 files checking.
STK.APK can be found in system/app folder but SIM Toolkit is not visible in app drawer. I can find SIM Toolkit in Settings / Applications, but the app is checked as DISABLED and cannot be unchecked. This was the same behavior after I flashed the customer ROM.
I deleted the STK.apk from the system/app folder and flashed the zip file again. The STK flashed successfully and I can find it in the system/app folder but the behavior is still the same. SIM Toolkit is not visible.
Not sure what I did wrong?
joe10s said:
HTC One X+ AT&T
Custom ROM: Elegancia 5.3
ROM included STK.apk but SIM Toolkit is not visible as APP. I followed the instructions and created a flashable zip using the STK from Elegancia ROM, and the manifest files from this ROM. I was successful in flashing ZIP using TWRP recovery. Skipped MD5 files checking.
STK.APK can be found in system/app folder but SIM Toolkit is not visible in app drawer. I can find SIM Toolkit in Settings / Applications, but the app is checked as DISABLED and cannot be unchecked. This was the same behavior after I flashed the customer ROM.
I deleted the STK.apk from the system/app folder and flashed the zip file again. The STK flashed successfully and I can find it in the system/app folder but the behavior is still the same. SIM Toolkit is not visible.
Not sure what I did wrong?
Click to expand...
Click to collapse
Hi, did you ever get sorted? If not, you can attach your ROM and STK I see if I can compile a working solution.
I also need to get STK work on my SlimRom 4.3 for Samsung GT-I9100G Galaxy S2
gramware said:
Hi, did you ever get sorted? If not, you can attach your ROM and STK I see if I can compile a working solution.
Click to expand...
Click to collapse
Hi
First, I do apologize, I am a newbie and I cannot post links.
I have the same issue. I am using the latest SlimRom 4.3 for my Samsung Galaxy S2 GT-I9100G
When I browse my apps with Link2SD for example, I see there is a SIM Toolkit com.android.stk version 4.3-910. See screenshot Screenshot_2013-09-20-18-55-27.jpg attached.
But the STK does not appear among the Apps.
I need to use the APP because I have bought from Magic-Sim an adapter, supposedly designed for GS2s, to run 2 Sims: MAGICSIM ELITE - NO CUT A DUAL SIM ADAPTER
In order to switch from Sim to Sim, I need to access the STK app.
MagicSim told me to Dial 007 from my phone and that would enable me to switch then from Sim 1 to Sim 2 just by dialing 001 or 002.
It does not work.
They also told me to save 007 on my local phone and to call it. It does not work as well.
So, is there a way of changing my STK?
I tried to install the latest version found in Aptoide: 5.1.2316262366.589212.571364, but it cannot install, on the grounds thre is another package with the same name but with a different signature.
Now, I know that my phone has detected 2 Sims. I am attaching a screenshot showing that the phone is detecting my Orange Sim as Sim-1 (which was not the case before installing the dual sim adapter).
I would be extremely grateful if I could get STK app or menu work on my phone.
All the best,
Chawki
Chawki HTC 7 Pro said:
Hi
First, I do apologize, I am a newbie and I cannot post links.
I have the same issue. I am using the latest SlimRom 4.3 for my Samsung Galaxy S2 GT-I9100G
When I browse my apps with Link2SD for example, I see there is a SIM Toolkit com.android.stk version 4.3-910. See screenshot Screenshot_2013-09-20-18-55-27.jpg attached.
But the STK does not appear among the Apps.
I need to use the APP because I have bought from Magic-Sim an adapter, supposedly designed for GS2s, to run 2 Sims: MAGICSIM ELITE - NO CUT A DUAL SIM ADAPTER
In order to switch from Sim to Sim, I need to access the STK app.
MagicSim told me to Dial 007 from my phone and that would enable me to switch then from Sim 1 to Sim 2 just by dialing 001 or 002.
It does not work.
They also told me to save 007 on my local phone and to call it. It does not work as well.
So, is there a way of changing my STK?
I tried to install the latest version found in Aptoide: 5.1.2316262366.589212.571364, but it cannot install, on the grounds thre is another package with the same name but with a different signature.
Now, I know that my phone has detected 2 Sims. I am attaching a screenshot showing that the phone is detecting my Orange Sim as Sim-1 (which was not the case before installing the dual sim adapter).
I would be extremely grateful if I could get STK app or menu work on my phone.
All the best,
Chawki
Click to expand...
Click to collapse
What happens if you insert a SIM without the dual SIM thing, is it recognised? Did you flash your phone with a custom ROM before this started happening?
Sim works OK, just the STK I cannot access
gramware said:
What happens if you insert a SIM without the dual SIM thing, is it recognised? Did you flash your phone with a custom ROM before this started happening?
Click to expand...
Click to collapse
Thanks for yhe reply. The Sim is OK, it works. The isse, I cannot access the STK menu.
Do you know any nice, pretty 4.3 Rom including STK for my I9100G that I could use. Most of the Roms I have checked do not contain STK (SlimBean, Cyanogenmod...)
Thanks
Chawki HTC 7 Pro said:
Thanks for yhe reply. The Sim is OK, it works. The isse, I cannot access the STK menu.
Do you know any nice, pretty 4.3 Rom including STK for my I9100G that I could use. Most of the Roms I have checked do not contain STK (SlimBean, Cyanogenmod...)
Thanks
Click to expand...
Click to collapse
You have to create your own ROM with STK, just try finding a ROM with STK, preferable the same version (ie JellyBean, ICS). Then follow my guide above to create a flashable ZIP with STK. Seems the sTK has to be flashed with the same manifest file your dialer uses.
gramware said:
You have to create your own ROM with STK, just try finding a ROM with STK, preferable the same version (ie JellyBean, ICS). Then follow my guide above to create a flashable ZIP with STK. Seems the sTK has to be flashed with the same manifest file your dialer uses.
Click to expand...
Click to collapse
Thanks a lot. IT is becoming too complicated for me. I will downgrade instead if I do not fond a devemoper to jemp me. Best
Chawki HTC 7 Pro said:
Thanks a lot. IT is becoming too complicated for me. I will downgrade instead if I do not fond a devemoper to jemp me. Best
Click to expand...
Click to collapse
Try copying STK to the apps folder in your ROM, then flash your ROM and see if it works.
gramware said:
Try copying STK to the apps folder in your ROM, then flash your ROM and see if it works.
Click to expand...
Click to collapse
Thanks a lot. best,
gramware said:
You have to create your own ROM with STK, just try finding a ROM with STK, preferable the same version (ie JellyBean, ICS). Then follow my guide above to create a flashable ZIP with STK. Seems the sTK has to be flashed with the same manifest file your dialer uses.
Click to expand...
Click to collapse
I used root explorer to copy stk.apk from e988 rom. Then replace your stk.apk in the zip above.
Copy and replace CERT.RSA, CERT.SF, MANIFEST.MF from meta if folder of Lgphone_jb.apk to the zip.
Then i flash it with cwm.
Result is: see attach file. Sim tool kit isnt avaiable in app drawer.
Did i do anything wrong? How can i fix it.
Thanks alot if you help me. And sorry for my bad english
Sent from my LG-F220K using Tapatalk
kembacha said:
I used root explorer to copy stk.apk from e988 rom. Then replace your stk.apk in the zip above.
Copy and replace CERT.RSA, CERT.SF, MANIFEST.MF from meta if folder of Lgphone_jb.apk to the zip.
Then i flash it with cwm.
Click to expand...
Click to collapse
Hi,
the operation is too complicated for me.
Woiuld you be able to download SlimBean 4.3.1 build 2 Official for my I9100G, include there a compatible and working STK, share with me the new zip package? I am offering a good donation for that (more than USD 50).
Thanks
---------- Post added at 11:09 AM ---------- Previous post was at 11:06 AM ----------
gramware said:
You have to create your own ROM with STK, just try finding a ROM with STK, preferable the same version (ie JellyBean, ICS). Then follow my guide above to create a flashable ZIP with STK. Seems the sTK has to be flashed with the same manifest file your dialer uses.
Click to expand...
Click to collapse
Hi Gramware,
the operation is too complicated for me.
Woiuld you be able to download SlimBean 4.3.1 build 2 Official for my I9100G, include there a compatible and working STK, share with me the new zip package? I am offering a good donation for that (more than USD 50).
Thanks
kembacha said:
I used root explorer to copy stk.apk from e988 rom. Then replace your stk.apk in the zip above.
Copy and replace CERT.RSA, CERT.SF, MANIFEST.MF from meta if folder of Lgphone_jb.apk to the zip.
Then i flash it with cwm.
Result is: see attach file. Sim tool kit isnt avaiable in app drawer.
Did i do anything wrong? How can i fix it.
Thanks alot if you help me. And sorry for my bad english
Sent from my LG-F220K using Tapatalk
Click to expand...
Click to collapse
I don't know why it is not working for you. Check if the permissions of the app (through File Manager) match permission of other apps.
Chawki said:
Hi,
the operation is too complicated for me.
Woiuld you be able to download SlimBean 4.3.1 build 2 Official for my I9100G, include there a compatible and working STK, share with me the new zip package? I am offering a good donation for that (more than USD 50).
Thanks
---------- Post added at 11:09 AM ---------- Previous post was at 11:06 AM ----------
Hi Gramware,
the operation is too complicated for me.
Woiuld you be able to download SlimBean 4.3.1 build 2 Official for my I9100G, include there a compatible and working STK, share with me the new zip package? I am offering a good donation for that (more than USD 50).
Thanks
Click to expand...
Click to collapse
I have downloaded your version of SlimBean and confirmed that it already comes with STK, so no need to upload or reflash it. What's issue are you having since the Sim toolkit should be working for you?
kembacha said:
I used root explorer to copy stk.apk from e988 rom. Then replace your stk.apk in the zip above.
Copy and replace CERT.RSA, CERT.SF, MANIFEST.MF from meta if folder of Lgphone_jb.apk to the zip.
Then i flash it with cwm.
Result is: see attach file. Sim tool kit isnt avaiable in app drawer.
Did i do anything wrong? How can i fix it.
Thanks alot if you help me. And sorry for my bad english
Sent from my LG-F220K using Tapatalk
Click to expand...
Click to collapse
Also confirm the folders , you have to have STK.apk in a folder called app, inside another folder called System when flashing. The certs and manifest files should also be in their respective folders.
You can also try this hack, also copy phone.apk to the app folder such that your flash them together.
gramware said:
Also confirm the folders , you have to have STK.apk in a folder called app, inside another folder called System when flashing. The certs and manifest files should also be in their respective folders.
You can also try this hack, also copy phone.apk to the app folder such that your flash them together.
Click to expand...
Click to collapse
its has a right permission 6-4-4 now. Everything exactly the same as you said. But nothing's changed.
I think that we should do "something" in stk.apk, that would make it appear in app drawer. Because i have a flashable zip of vega ion a870, i just extract it, copy to system/app, set right permission and reboot=> stk appear
Sent from my LG-F220K using Tapatalk

[Q] Transferring stock apps

Summary: How can I transfer apps from the stock rom (that are stored as.apk and .odex pairs) to my current rom?
Full Story: The stock rom (Gingerbread) for the Samsung YP-G70 has a working fm radio app that I'd like to use with my current rom (CM 10.2). I saved the .apk and .odex files from a stock install to my sd card.
Is this even possible?
If anybody's managed to do it, what're the steps? (the default apps are stored as .apk with a .odex file and xultimate can't seem to handle the files (get "top level error" about missing files and such))
No mate it is not that way....
goggle For it
Ankit Gor said:
No mate it is not that way....
goggle For it
Click to expand...
Click to collapse
Already tried that. All the results I'm seeing involve a third party app backup tool (which I've already tried without success), or don't address the mixed apk & odex issue.
no it wont
it wont work as it is odexed .... try deodexing the apk but still i would say it wont work but still u try...

[Q] CM Messaging .apk? [SOLVED]

Does anyone have a standaole Cyanogenmod Messaging apk I can push to /system/app or install on another ROM? I looked in the latest nightly zip, and did not find an Mms.apk. I also flashed the ROM just to make sure it was there, and yes it was. I also looked inside the /system/app folder on my phone after it installed, and I did not see an Mms.apk. Where is it stored?
Found it!
It's located in system/priv-app. No idea when/why it moved there. Also, if you flash the Paranoid Android GAPPS package (first one with everything), it automatically removes the AOSP/CM Mms.apk included. Hope this helps! Going to write a small tutorial as to how to avoid this problem in the future.

Categories

Resources