Cloning APK Carousell - Verizon Samsung Galaxy S6 Edge

Dear experts of XDA,
i am in the midst of a personal project. But i cant seem to clone an app call "Carousell", it can be found in google playstore. I already tried multiple means to create a clone apk out of it but to no avail.
Software that i tried are APK editor and advanced apk tool.
It either gives error such as "install_failed_conflicting_provider" or when i really managed to install the clone app, it crashes.
I already tried changing the values of the Package and the Ath provider.
Would really be very grateful if anyone can guide me through. Thanks alot experts!

Related

Motorola Connect & Motorola Assist apks

Hello.
I would like to use these two apps on my device (Nexus 4), but they are incompatible and I can't download them.
For about 3 hours I have searched for ways to download these two apks but have ultimately failed to do so.
Google provided no help, as they appear to be uploaded nowhere else on the internet, for me to download.
I have tried changing build.prop (=> no effect), I have tried downloading via the chrome extension APK Downloader (=> requires the Device ID of a Moto X, which I do not own), I have tried using Market Helper (=> outdated, only offers SGS3 and HTC One X as replacement options).
In short nothing works.
I would be very grateful if someone were to upload these two apk and give me the link.
It should be very simple to download them using a Moto X, as the only thing you have to do is simply grab them from the play store and then just extract the apks (using an app similar to Fast Uninstaller to create an .apk backup of it).
Thank you
stefyvoly said:
Hello.
I would like to use these two apps on my device (Nexus 4), but they are incompatible and I can't download them.
For about 3 hours I have searched for ways to download these two apks but have ultimately failed to do so.
Google provided no help, as they appear to be uploaded nowhere else on the internet, for me to download.
I have tried changing build.prop (=> no effect), I have tried downloading via the chrome extension APK Downloader (=> requires the Device ID of a Moto X, which I do not own), I have tried using Market Helper (=> outdated, only offers SGS3 and HTC One X as replacement options).
In short nothing works.
I would be very grateful if someone were to upload these two apk and give me the link.
It should be very simple to download them using a Moto X, as the only thing you have to do is simply grab them from the play store and then just extract the apks (using an app similar to Fast Uninstaller to create an .apk backup of it).
Thank you
Click to expand...
Click to collapse
I don't yet have an X so I can't help, but it's worth mentioning that even if someone provides the APK's they probably will not work because they're dependent upon framework changes that Motorola made for the X.
As an alternative to Motorola Connect you might consider trying "Mighty Text".

Can someone with unlocked Ativ help!

I installed Simple Calendar yesterday from store. The app does not start and uninstalling it didnt remove everything and the app is still present in apps list. The store says I have it installed, so I cant instal it again. Storage sense does not list it, so Im SOT and have this ghost app in my apps lis now.
Can someone please go to the apps folder and take Simple Calendar installation files, so I can make a .xap and try to sideload it to my Ativ and that way fix it so I can uninstal it!
Please guys someone, its easy. Just enable full FS access from SamWP8Tool, navigate to: Data\programs\
Simple calendar folder there is: 977e5d54-01d8-4cf8-9891-da9579ce2692
Copy the instal folder to your pc and send a download link in PM to me. I can try to make a .xap from that and try to fix this without having to hardreset!
I have Simple Calendar folder present, but they are empty so I cant make a .xap from my device.
Please guys someone, it will only take few minutes. THANKS!
Heres a topic about the procedure http://forum.xda-developers.com/showthread.php?t=2462730
Please somebody... Seems that this is the only thing I can try besidess hard reset, if I want to get rid of this app from my programs list.
You do know you can't sideload a XAP with the same Product ID as a store app, right?
Also, you seem a little more desperate than the situation calls for.
GoodDayToDie said:
You do know you can't sideload a XAP with the same Product ID as a store app, right?
Also, you seem a little more desperate than the situation calls for.
Click to expand...
Click to collapse
No I didnt know that, I thought I could "overwrite" it... I think I did it with one app I made a backup from, did the xap and tested it by deploying it over the original installation from the store. If its not possible, maybe I remember it wrong and actually uninstalled it before deploying it.
And yes your maybe right, but I still would like to get rid of this stupid installation if possible, without a hard reset.

Need Help fixing many errors in Android Studio

Hi
So I want to learn how to make Android apps in Android Atudio with Udacity's Android Fundamentals course. I have no knowledge or experience in app-development and very very veeeeerry basic programming knowledge. The problem is though that there are many error messages everywhere and I already searched on the internet a few times but have newer gotten a working answer to the problems I'm having. So I thought i could ask the people at the xda-forum for help
I am going to post the problems one after another (posting the next problem after the one before is fixed), because maybe with one answer multiple problems get fixed.
Also I completely reinstalled Android Studio just to be sure I didn't create any more problems myself.
The first problem is that there is an error message saying:
failed to find Build Tools revision and then the Version specified in the build.gradle
I know that I need to change the SDK versions in the build.gradle file but I cant find where you can look up the Build Tools Version currently installed. By the way I want to compile for android Marshmallow hoping that it also works for Android Lollipop if that helps in any way
I am thanking in advance to everyone trying to help me
Hey!
I'm also a new learner to android app development
Just wanted to know if the udacity tutorial videos are helpful?
Do they explain well?
ChahatGupta said:
Hey!
I'm also a new learner to android app development
Just wanted to know if the udacity tutorial videos are helpful?
Do they explain well?
Click to expand...
Click to collapse
I did't really come that Far in the Tutorial (because of obvios reasons) but I Can say they are really good. Easy to understand and straight forward.
DasMaennel said:
I did't really come that Far in the Tutorial (because of obvios reasons) but I Can say they are really good. Easy to understand and straight forward.
Click to expand...
Click to collapse
Thanks
I followed a lot tutorials but none of them worked out
Will try this one
Did you check on the Sdk manager whether you have the needed build tools installed?
I don't comprehend what the correct name is for s highlight this way, yet I will simply depict it.
I am utilizing android studio and I included some java classes from an alternate venture. Presently it says
"missing bundle articulation: whatever". Be that as it may, there is not alternative in the mistake popup to simply naturally include the missing bundle articulation. I know it appears to be lethargic to not sort it, but rather I get a kick out of the chance to do things rapidly.
At the point when there is a mistake this way, is there a route for android studio to naturally included the required lines of code like obscuration would?
For Windows/Linux, you can go to File -> Settings -> Editor -> General -> Auto Import -> Java and make the following changes:
change "Insert imports on paste" dropdown value to "All"
check "Add unambiguous imports on the fly" option
On a Mac, do the same thing in Android Studio -> Preferences
That way, as you type, or when you copy and paste, many imports will be added automatically. Those that aren't are ambiguous; put the cursor on the class, press alt+enter and select which version of the class you meant.

Samsung Live Wallpaper App Missing after debloat.

Howdy all,
I recently rooted my note 5 and ran this debloating script which worked fantastically. However, it did remove the Samsung live wallpaper app which has left me unable to use live wallpapers.
So "no problem" I thought, went and found the .APK for Android 7 online and tried to install it. Unfortunately I get the error "The package conflicts with an existing package by the same name." error.
I've been attempting various fixes I found after googling the problem however I've yet to find anything that'll work (and is within my realm of understanding) in this instance. So what I'm hoping is one of you folks can help me fix this little annoyance without having to completely blow out my phone and edit the debloat script to not uninstall that app.
Cheers!
InfiniteWeird said:
Howdy all,
I recently rooted my note 5 and ran this debloating script which worked fantastically. However, it did remove the Samsung live wallpaper app which has left me unable to use live wallpapers.
So "no problem" I thought, went and found the .APK for Android 7 online and tried to install it. Unfortunately I get the error "The package conflicts with an existing package by the same name." error.
I've been attempting various fixes I found after googling the problem however I've yet to find anything that'll work (and is within my realm of understanding) in this instance. So what I'm hoping is one of you folks can help me fix this little annoyance without having to completely blow out my phone and edit the debloat script to not uninstall that app.
Cheers!
Click to expand...
Click to collapse
First off you are supposed to learn about editing the script & then flashing it after making necessary changes to the script by deleting the lines of needed apks.
Secondly for the apk package conflict, you need to manually replace the apk to its actual location with an file explorer capable to access root & restart the phone.

Question Help with x3 neo

Hello folks I got a new oppo neo x3 and am having problems installing apps well the main one I use is f-droid but when I go to install I get error saying can't install I also tried different ways that found on Google changing permission and such with no luck any advice be great
Also I tried different file explorers never seen a android lockup like this on colour is
Weird! I just tried on mine, no problem to install it. Could you provide a screenshot of the error you get, the version of coloros you have, the name of the app you use to get the APK and any screenshot of any other messages you get?

Categories

Resources