Question about KK roms - Huawei Ascend P6, Mate

Weeks ago i tried the chinese kitkat but i had 2 problems as many others who tried it :
1) The cursor was missing in many apps ( in the search field of Play Store for example )
2) Below the incoming call i was seeing chinese letters.
Only these 2 things. ( i don't mention the lack of google play apps because i know how to install them manually )
I don't want better score in benchmarks,
I don't want any customizations.
I just want a rom exactly as the chinese KK but with the above 2 things corrected.
Is there such rom out there ?

ipred said:
Weeks ago i tried the chinese kitkat but i had 2 problems as many others who tried it :
1) The cursor was missing in many apps ( in the search field of Play Store for example )
2) Below the incoming call i was seeing chinese letters.
Only these 2 things. ( i don't mention the lack of google play apps because i know how to install them manually )
I don't want better score in benchmarks,
I don't want any customizations.
I just want a rom exactly as the chinese KK but with the above 2 things corrected.
Is there such rom out there ?
Click to expand...
Click to collapse
Right Now im using this rom " [ROM]KK_ Huawei P6_all in EN(BbN)_based on_repack SLMINSK":
http://forum.xda-developers.com/showthread.php?t=2763593
Have the next features:
- Removed Chinese apps.NO MORE CHINESE LETTERS in system apps.
- Country and City names are displayed in your language when calling and receiving calls.
- Smart number identification correctly dispayed, full international display call log, even how many times the phone rang when missed call.
- Messaging is no more displayed in Chinese...working correctly.
- Weather.com instead weather.com.cn
- I did some corrections and install missed system apps (ex. huawei backup, email), modif. in build.prop and local.prop for correct language display, call log display, gapps integration, rooted.
- Suspend button with float apps.
Im from venezuela and it gives the right cities in my country and show the correct info about it.
Try it :good:
BTW Tanks to mlsvcbbn for his release :good:

I have seen this rom but it solves only the problem No2 and not the problem No1 ( it doesn't mention anything about the missing cursor ) :/

Related

AppFinder update

AppFinder update is in the marketplace!
v1.1 includes a Hot list, New list and Best list. Apps can be filtered to show only free apps.
The apps list shows developer, price, ratings and rank. The lists show the top 1000 apps in each category making browsing hot, new and best apps simple and fast.
When selecting an app from the list, pressing back from the marketplace page will return you to where you were in the app list.
As usual, the app list is displayed nearly instantly as you type, and in the app list there is no waiting for additional results to load as you scroll through the results.
Images are NOT included - I wanted to keep the display and information access absolutely as quick as possible and have traded off loading images.
Please give it a try and let me know what you think
Very nice. Runs smooth and results are displayed quickly. Nicely done. I've rated and reviewed for you too.
Only extra thing that i'd like to see (don't know if it's possible) would be a "highest rated" list that shows apps sorted by rating highest to lowest.
The "best" apps list attempts to order by highest rated.
The main problem is that a 5 star app with 1 rating probably should not out rank a 4 star app with 20 ratings. Best apps uses an algorithm to order apps based on the star rating and rating count.
Hi ebadger,
After this update I don't get any search box. When I start the app I first see a triangle for a second, then I see the search box flash for a split sec. After that I just see a black screen with 6 blinking white dots, like if it is loading. I see the menu too, but it does not matter what ever I choose.
I'm on a Samsung Omnia 7.
Best regards
kjw
do you see anything? the dots should only show while the local data structure is being populated. This should only take a few seconds. Once this completes, you should be able to press on the flames button and see a list of apps. Is this not working?
If not, try uninstalling and reinstalling - sorry for any inconvenience - I can make this more robust to data errors. I'm wondering if perhaps the download is interrupted or corrupted.
ack!
Ok, so it turns out that the behavior of float.Parse is different with German locale.
I just booted my device with German UI language and I can repro in the debugger - luckily it can be fixed with a data update.
I have now updated the data file. Unfortunately you will have to uninstall and reinstall to make it work.
I was trimming leading 0's on prices (i.e. sending .99 instead of 0.99) float.Parse works in English but not in German. Anyway, leading zeros are back.
I'm really sorry for the inconvenience to the German users!
works better and hasn't crashed on me so I will edit my prev. ranking and give it 5 stars. Works great.
ebadger said:
ack!
..
I'm really sorry for the inconvenience to the German users!
Click to expand...
Click to collapse
First of all I did a reisntall of appfinder.
Then I tried to switch to english locale and now appfinder started to work!
But when switching back to Swedish (since I live in Sweden) locale appfinder hangs on the loading dots screen.
So there might be issues with other locales too?
Cheers
kjw
kjw said:
First of all I did a reisntall of appfinder.
Then I tried to switch to english locale and now appfinder started to work!
But when switching back to Swedish (since I live in Sweden) locale appfinder hangs on the loading dots screen.
So there might be issues with other locales too?
Cheers
kjw
Click to expand...
Click to collapse
I think so. I have also seen reports of this problem with French now as well.
I have updated the data file. Would you try uninstalling and reinstalling again and see if it's working with your locale?
ebadger said:
I think so. I have also seen reports of this problem with French now as well.
I have updated the data file. Would you try uninstalling and reinstalling again and see if it's working with your locale?
Click to expand...
Click to collapse
Uninstalled, restarted, installed. But it's a no go, sorry. Same dots...
Have you tried debugging in other locales (swedish for example)?
Cheers
Kjw
crud.
Ok, so there is definitely still an issue.
Any locale that uses the "," as a decimal seperator will cause an exception while loading.
I am converting the data to use scientific notation to work around -- the fix will be a little bit tricky. I think you'll have to switch your locale to english for the first boot - once the updated data file has been downloaded you can switch back to swedish and it should work. ugh!
Well, it looks like I definitely need to do another update to fix this particular problem.
Uninstalled, switch to english locale -> reboot, install. Now appfinder works great.
Switch to swedish locale -> reboot. Now I'm back to the loading dots in Appfinder, not working.
I don't really know what you are doing in the app that is locale dependant, but maybe it could be done in a more generic way? Like convert locale dependent data to english format, do your thing, and then convert back to current locale settings. And try to avoid converting different datatypes to text if it's not relly needed, a decimal variable is not locale dependant until converted to text... Just a thought...
Thanks for your effort, though!
Cheers
kjw,
Ok, I have been debugging in Swedish today. I have updated the data file such that it doesn't use the locale specific delimiter for floating points. I have converted the data over to use scientific notation instead. It's really a simple code fix as I can specify the locale settings to use when parsing - my mistake. I have confirmed that with the new data format (just uploaded), the steps:
1) uninstall
2) switch to English locale
3) run appfinder - wait for the dots
4) wait for the dots again
5) switch locale to Swedish forcing reboot
6) launch AppFinder
this will fix it such that it should just work with Swedish locale.
I'm sorry about the inconvenience - I'm working on an update now to fix this and other issues.
Eric
After following your steps it works in swedish locale!
Great work!
Thanks,
kjw

S8500xpkh2

Downloading now!!! anyone else downloaded?? let`s try !!!
share your thoughts
http://hotfile.com/dl/126991111/9d3f7ee/S8500XPKH2.rar.html
downloaded it.... havent yet flashed.... ppl give some changelogs or reviews about it pls. the samfirmware one is freaky....
update!
This the latest beta firmware of bada 2.0 for the Wave I & Wave II. Samsung has compiled both firmwares on Monday 8th August. Below you will find a short list with some things that has been changed or improved:
- New icon (Sound & vibrate) in the statusbar
- Better Graphics startup screen Chaton app
- Slightly changed keyboard
- New startup screen Twitter app
- Slightly changed Youtube icon (Menu)
- Faster scrolling through photos
- Voice output, you download German test voicefiles. With voice output your device can read incoming sms text messages, email and more. I haven’t test this feature at the moment.
- Can’t log into my Samsung account.
Problems:
With this firmware I faced for the first time some real problems, because it will crash on some (stranges) moments (mainly using the twitter app). I advice you to set the debug level on low, so you won’t get a blue screen with detailed crashlogs instead your device will reboot automatically.
For the ones who are using KIES for backups, I can advice you to backup only the contacts and sms text messaging. I won’t suggest to use a full backup, I’ve tried it 2 times but both times my device crashed and it got stuck into a reboot loop.
Overall I can say that the devices are a bit faster (snappier) but it also crashed often than before. Since this is just a beta firmware its normal that it crashed.
Once again I’m warning people that they should be aware of these things. If you want a stable 2.0 firmware you should wait till 2.0 is ready!!
- How to fix Samsung account problem...
There is a new Samsung Account login in this beta Firmware and it doesnt work, users cannot type in passwort and after klicking on logon bada crashes. But there is a workaround, so everyone can use the downloads in samsung apps.
At the first startup page to configure language time, and samsung account there is still the old login page.
You can trick the wave by removing your simcard starting the phone with it, then it forgets that it was already the first time started.
After that simply add your simcard and logon on the first startup page, after that you will not see in settings/accounts any account but you can use them as always.
Email accounts can be handeled over the settings/email and so on.
You will see Samsung Account over samsungapps.
Things I've seen already:
- much faster and smoother than before
- font much easier on the eyes (clearer)
- bootsplash black again (no blueish like in XPKH1) / dialogs still blue
- the 3 info pop-ups after first-run have been revamped
- several icons revamped
That's nice, but based on what I have read on the SamFirmware changelog, I decided to NOT flash my phone with this firmware, mainly because I don't particularly like (frequent) crashes....
I'll stick to XPKH1 for now...
20 more min of downloading (hotfile is piss slow as usual .. 100kb/s )
Then i'll flash as well
toxicdust said:
20 more min of downloading (hotfile is piss slow as usual .. 100kb/s )
Then i'll flash as well
Click to expand...
Click to collapse
use jDownloader. I get 650Kb/s on free mode!
stathismes said:
That's nice, but based on what I have read on the SamFirmware changelog, I decided to NOT flash my phone with this firmware, mainly because I don't particularly like (frequent) crashes....
I'll stick to XPKH1 for now...
Click to expand...
Click to collapse
Not to burst your bubble but the others apparently also crash a lot ... i haven't experienced that in particular but i'm just saying.
He did mention its mainly in the new twitter app.... so normal use of the phone should be fine.
stathismes said:
use jDownloader. I get 650Kb/s on free mode!
Click to expand...
Click to collapse
That's such BS dude ... I have a premium account and i use DAP
toxicdust said:
Not to burst your bubble but the others apparently also crash a lot ... i haven't experienced that in particular but i'm just saying.
He did mention its mainly in the new twitter app.... so normal use of the phone should be fine.
Click to expand...
Click to collapse
thanks for the clarification, nevertheless I rely on the twitter client... Anyway, I'm sure the next beta will have these problems fixed, and I feel safe enough with XPKH1...
thanks again!
what i want to know is does it installs all apps? is it worth the download?
Seems SocialHub - at least here - (changed CSC to DBT) doesn't show my set-up Facebook account, though it properly display the feed and posts status updates.
You'll see that it actually added the account by checking feeds or "add account" there facebook won't show up anymore (obviously).
More I noticed:
- phone faster reacts after boot
- you can't switch pages by swiping in the gap between the bottom two rows (on menu, not homescreen)
SamsungApps always tells me "network not available", also I can't see any string in it's UI.
toxicdust said:
That's such BS dude ... I have a premium account and i use DAP
Click to expand...
Click to collapse
oh man, DAP??? it kinda reminds me of... 2000/2001 times and stuff!
But you're right, Hotfile is very slow generally...I paid for a premium account some months ago, and had been cursing every moment after I did that... Filesonic works for me like a charm for months now.
I also noticed:
- CPU usage in "About phone" is shown in real-time now
It was always in real time.
Is it safe to flash this one ? All the people who flashed.... are they experiencing loads of crashes ?
as other 2.0,, once get into contact.. then to get back to main screen will be difficult ... few home touch needed
Can anyone upload a preview video of S8500XPKH2 in action?
kabir_sharma009 said:
Can anyone upload a preview video of S8500XPKH2 in action?
Click to expand...
Click to collapse
Its exactingly the same as all the others. Nothing visually changes at all in the versions it just becomes more stable and less crashes and faster
Other than that nothing ever changes.... just sayin
rajarshi10 said:
Is it safe to flash this one ? All the people who flashed.... are they experiencing loads of crashes ?
Click to expand...
Click to collapse
There are crashes as before. But I was able to restore my yesterday's backup (with Apps ) and some of the stuff worked from the backup. Apps, background, internet connection settings. I tlost however my bookmarks, the homescreen settings, accounts and the ringtones...
But the biggest selling point of this fw is the SPEED. It's much faster. The browser flies compared to the KH1.

Mi band notify version

I have installed the tweaked version but my xiaomi mi band doesn't recive notofication from wtsapp or messangee (i have set it inthe option)
I have lg g2 with cloudy rom thk
Help
@hackarchive do u now why?
Mi Band still with active fatal bugs.
[Reviews] Mi Band still with active fatal bugs. My clients make complains
#1
41| 01:17, Jan-20-2015 | Promote| |Go to reply no.
Mi Band still with active fatal bugs. My clients in EU make complains agains me becouse of that. They want to return goods.
Please help me. I sell every day new device. After week client return becouse of bugs. Please fix this bugs.
Report 1
Date 01.06.2015
Bug description: When I choose image from my gallery to add profile image orientation of picture in xiaomi mi band is wrong. Check my profile image to see orientation and fix bug.
Report 2
Date 01.06.2015
When send message feedback it is appear modal message for confirmation? Language is korean, it is not english.I set to english option,but still have korean text after press feedback. I do not understand. Please fix this bug too.
Report 33
Date 07.01.2015
Alarm software is not good. It is very poor. I miss my tomorrow appointments because you. Thank you for that.
Alarm vibration cannot wake me up, because missing option for vibration activity interval length. It have only max count 3 alarms. This totally wrong. It must be 10 or 20 for example.
Report 4
Activities not work at all on Galaxy S4 Android 4.3
Everything work good but activities not work at all.
Missing running activities.
Favorite1
Rate
Reply Edit
forum1
Senior Member
Rank: 2
Credits67Online time5 Hours
#2
Author| 01:19, Jan-20-2015 |
Missing public API for external integration for example according Google fitness.
Did you give the app privileges to allow notifications in your phones security settings?
Settings -> security -> notification access -> BleNotificationService make sure that box is checked
forum11111 said:
[Reviews] Mi Band still with active fatal bugs. My clients make complains
#1
41| 01:17, Jan-20-2015 | Promote| |Go to reply no.
Mi Band still with active fatal bugs. My clients in EU make complains agains me becouse of that. They want to return goods.
Please help me. I sell every day new device. After week client return becouse of bugs. Please fix this bugs.
Report 1
Date 01.06.2015
Bug description: When I choose image from my gallery to add profile image orientation of picture in xiaomi mi band is wrong. Check my profile image to see orientation and fix bug.
Report 2
Date 01.06.2015
When send message feedback it is appear modal message for confirmation? Language is korean, it is not english.I set to english option,but still have korean text after press feedback. I do not understand. Please fix this bug too.
Report 33
Date 07.01.2015
Alarm software is not good. It is very poor. I miss my tomorrow appointments because you. Thank you for that.
Alarm vibration cannot wake me up, because missing option for vibration activity interval length. It have only max count 3 alarms. This totally wrong. It must be 10 or 20 for example.
Report 4
Activities not work at all on Galaxy S4 Android 4.3
Everything work good but activities not work at all.
Missing running activities.
Favorite1
Rate
Reply Edit
forum1
Senior Member
Rank: 2
Credits67Online time5 Hours
#2
Author| 01:19, Jan-20-2015 |
Missing public API for external integration for example according Google fitness.
Click to expand...
Click to collapse
Hello sir,
I just received the Mi Band. I looked at your reports, and I have experienced the following:
I also use the Samsung Galaxy S4. But you need to run at least Android 4.4 to have the Mi Band working properly. Why do you have such an old version of Android? Also..., android Lollipop (5.0.X) is almost coming for the Galaxy S4.
You should also use the tweaked version. This one is English and also has got wayyy more options for notifications. You can customize the notifications per app. Wonderfull!
About the reports:
Report 1: I can upload a picture, and it doesn't rotate. It's OKAY in the Tweaked Mi Band app!
Report 2: Feedback is in English for me! Use the tweaked app! (Link to the correct thread below).
Report 3: Yes, the Alarm function could be more sophisticated. I suggest you to use this alarm for waking up without an annoying sound. Use Timely as a backup. Why would you rely on just one vibrating alarm? Not really smart huh...?
Report 4: Activities working just fine now. In the latest release, there is also a running activity! (including GPS from you phone, you can even track your run!)
Here is the link to the thread where you can download the Tweaked Mi Band app. This one is really good! Just update you android firmware, install this tweaked app, and you're good to go!
Link: http://en.miui.com/thread-53761-1-1.html
Good luck!
versions
what is diference between this two version?
TW version
MiFit_1.2.922_351_en.apk (10.11 MB, Downloads: 205)
Notification version
MiFit_1.2.922_351_en_notify.apk (10.13 MB, Downloads: 475)
---------- Post added at 07:19 PM ---------- Previous post was at 06:28 PM ----------
I register my account with my old phone number.
Now I use new phone number on the same phone. How to change my number on my MiBand account?
Or switch to email logon option?
On my Andorid 5 after install this version try to update ROM but failed with messages that rom is not update my MiBand.
Run tracing direction not have googe or bing card only simple geo data cordinate and direction line.
Please add map images - google or bing.
KNOX Security alert on Galaxy S4 unrooted I9505 LTA, version for Bulgaria Android 4.3 is lattes.
This if very fatal bug according KNOX Security alert that MiBand try to access some security data.
By the way SDK log files are empty.
Latest bug is fatal because it is happing every time.
After that device cannot connect.
One hour hard operation,restarts and more device work.
Here is image of exception message.
After press button boom
can anyone add minute repeater function to this tweak?
after touching, the miband will vibrate like minute repeater function, to notify us what time it's
https://en.wikipedia.org/wiki/Re ... %29#Minute_repeater
thanks for reading!!

Is there a way to replace TrueCaller?

I tried a number of things to get the Google dialer without success.
For now work with kk dialer, has anyone any idea how to get rid the TrueCaller?
Just don't use TrueCaller?
r25txe said:
Just don't use TrueCaller?
Click to expand...
Click to collapse
Thanks for nothing .
I have said that I have kk dialer, to install Google dialer am looking.
Open up the dialler and go to settings, the three dots, The top option is Truecaller you can turn it off
nikoslikos said:
Thanks for nothing .
I have said that I have kk dialer, to install Google dialer am looking.
Click to expand...
Click to collapse
I gave you the advice you wanted about Truecaller. As the previous poster stated, you can disable it, or, as I advised, simply not use it. Getting offended because someone took the time out to respond is terrible manners.
You may need to be rooted to remove it and we do not know if you are rooted. We don't know if you are running a Lollipop or Marshamallow ROM either. You have not helped us to help you by not giving us your platform information.
Have you tried to install the Google Dialer from the modular GApps thread?
Be warned that they are targeted to 32bit ROMs. Do a backup!
You could also try CM Next dialer from CM C-Apps package. This also includes Truecaller, but it is trivial to disable it.
I am rooted and am on stock TOS208G with trucaller uninstalled. I replaced with caller ID & call recorder app https://play.google.com/store/apps/details?id=com.callapp.contacts that I prefer.
I have found the phone does not display whose calling via contacts only by the true caller ap. Have I installed something in error or got a setting wrong please?
Trucaller help in many ways
r25txe said:
Just don't use TrueCaller?
Click to expand...
Click to collapse
It helps in many way to find out spam caller, customer care calls,
and know the number location carrier etc etc
thunderbolt9148 said:
It helps in many way to find out spam caller, customer care calls,
and know the number location carrier etc etc
Click to expand...
Click to collapse
Understood, but the poster doesn't want to use it.
r25txe said:
Understood, but the poster doesn't want to use it.
Click to expand...
Click to collapse
From what I have found, there is no caller id system on the phone without having one of the various true caller id apps installed.
image45 said:
From what I have found, there is no caller id system on the phone without having one of the various true caller id apps installed.
Click to expand...
Click to collapse
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
I think True Caller is still on my Swift, so I will test this later.
Sent from my P00A using XDA Labs
r25txe said:
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
I think True Caller is still on my Swift, so I will test this later.
Click to expand...
Click to collapse
Uninstall true caller id and see for yourself then, you don't have to trust the contents of members post if you so choose.
image45 said:
Uninstall true caller id and see for yourself then, you don't have to trust the contents of members post if you so choose.
Click to expand...
Click to collapse
I don't have TrueCaller on my device afterall. The dialer is the stock Android dialer and my caller ID works without issues.
What's the packagename for TrueCaller?
Sent from my P00A using XDA Labs
I wonder if I can restart this discussion here -- I want to turn off TrueCaller, but in Google Play it says it's a System App and it does not appear at all under any name in the Settings - Apps listing (no matter whether showing or hiding system apps). What other options do I have?
I'm on Android 7.1.2. My TrueCaller has no options to either turn it off or to turn off the notifications it brings up (which is my main reason for wanting to get rid of it: for something that's blocking spam, it spams me far too much with stuff that I don't want it to do).
r25txe said:
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
Click to expand...
Click to collapse
This should indeed be the case. Unfortunately, for us Swift (1st gen) users at least, this is now broken.
When Wileyfox migrated from CyanogenMod to Android they broke a few things along the way as well as doing a deal with the Devil aka Truecaller.
Unless your device is Truecaller enabled then caller ID simply will not work. We've tested at least two dozen dialers and contact managers (all from Google Play) and not one of them works with the Swift in its current firmware state. We even installed the APK of the Google Phone dialer (provided by WF themselves and which according to Google Play is incompatible anyway) and even this does not work.
Besides, how many dialers does a mobile ecosystem need anyway? One has to ask themselves why there are so many and why they nearly always require OTA registration to do what they offer....
But that's another matter altogether.
There are other issues too such as SMS alerts going off at full volume in the earpiece during an active voicecall; or the persistence of 'charge mode' when connecting via USB, even though MTP has been set in the developer options or from the status pull-down.
One thing it tells us is that the Swift cannot be running stock Android - otherwise these problems just would not happen. If not that, then it is that WF don't have a proper working build process or test protocol.
Either way, the Swift is damaged goods now and it might seem WF are prepared to kick it into the kerb. Probably the best option now is to try Lineage, assuming owners are savvy and even want to.
On the other hand we could band together to oblige WF to get an update released. We have been trying for months to get their attention, both before and since their buyout by STK. For those who are minded to, perhaps you would like to add your support by liking the following Facebook post:-
https://www.facebook.com/officialwileyfox/posts/1872330073078309
If enough give it the thumbs up then WF may be moved to respond. Please support this initiative if you can.
Thanks.
gktscrk said:
I wonder if I can restart this discussion here -- I want to turn off TrueCaller, but in Google Play it says it's a System App and it does not appear at all under any name in the Settings - Apps listing (no matter whether showing or hiding system apps). What other options do I have?
I'm on Android 7.1.2. My TrueCaller has no options to either turn it off or to turn off the notifications it brings up (which is my main reason for wanting to get rid of it: for something that's blocking spam, it spams me far too much with stuff that I don't want it to do).
Click to expand...
Click to collapse
We think we have found a solution:-
It ought to be possible to disable Truecaller but not remove it entirely unless your phone is rooted and have other management tools. We have managed this is on our own device which is totally stock and never been tinkered with (7.1.2 Nougat, Build No: TOS257G – N2G48B).
Secondly, installing another dialler from Google Play or via APK will work but it's almost 100% likely that a further setting will need to be made: setting as the default phone app.
This can be done in two ways:-
i) Settings->Apps->Configure Apps (Gear icon in top bar).
ii) From the app drawer, drag the dialler app icon to the "App Info" drop zone at the top of the screen. Scroll down to the setting that says "Phone App" - it should be yes or no.
See attached screenshots for reference.
It seems to us that many owners think their Swift can't be used with any dialler other than Truecaller, when in fact they can; the mistake is on the part of the firmware which won't recognise another dialler by default and hence breaks the contact ID display when incoming calls are received (not to be confused with caller ID).
Hopefully this serves as a solution. :good:

Dual apps (Whatsapp) on custom ROM

Hello to all P2a42 users,
Just asking if someone had experience with using dual Whatsapp on dual SIM with a custom ROM installed.
I’m currently on stock with native “protected space” feature that allows any app to be duplicated, it allows me to assign each SIM to a Whatsapp (or other app) per profile:
SIM 1 -> personal Whtsapp
SIM 2 -> work Whatsapp
I’m going to switch to LineageOS (or Havoc / CrDroid), did someone already tried duplicating Whatsapp on these ROMs? Which tool did you use exactly (shelter / G Business / Island)? Maybe are there other stable ROMs more fitted to this feature?
Thanks for sharing your experience!
I never used dual whatsapp on my phone (as duplicated) but I think if you can use whatsapp business with whatsapp this should be the best option, although you can use the regular app with some other moded version (I used this way for some time & it was okay). Another option is to use both numbers on whatsapp mods (that's I use actually).
Just note two things: 1- Be careful when choosing a moded version (remember, they are unnoffical versions aka APKs); 2- Pay attention when downloading these APKs because many sites on the web are fake (and most important: none of them are paid, never pay to use a mod, otherwise consider donating to the developer XD ).
Hope it may help you.

Categories

Resources