0

For example, I have a snapdragon phone. But I want to reach an app's intel version too. Because tablet of my litte cousin can not reach to WiFi. And he want to download a free game. When I download and give it to my cousin, game won't work cause different proccessor(intel thing). So I want to get this app's intel version. How can I do this?

I think its possible with edit my device info but I dont know which info and to what.

Edit: And if I edit my build prop's ro.product.cpu.api, will my device get hard brick?

Ataberk
  • 103
  • 4
  • What good does it do? Can you give some background? The Intel version wouldn't run on ARM. Do you e.g. need the .apk for some Intel device that has no Playstore access? It's no good idea to manipulate your device for that, as for the side-effects to be expected. – Izzy Aug 30 '16 at 10:01
  • I'll edit build prop then reboot. Download the app and after 5 minute recover my old build.prop. In this 5 minute, I'll open just Play Store. If I edit this, will my device get hard brick? – Ataberk Aug 30 '16 at 10:08
  • In the worst case, the device won't boot up successfully anymore, and you'll neet to repair your build.prop via recovery or reflash the ROM. But again, please [edit] your question and add the background: What do you need that for? This is not a forum to discuss things – and I have good reason to believe this is a XY problem. What is your final goal? What do you need the Intel .apk for? there might be other (and less dangerous) ways to achieve that. – Izzy Aug 30 '16 at 10:12
  • Okay edited the question – Ataberk Aug 30 '16 at 10:23
  • Thought so :) See my answer here: Raccoon is your answer. No device modification. Runs on any computer with Java installed. I'm using this myself. // as for the build.prop part: Please ask that as separate question. Q&A sites work best if you put each question in a separate question post. – Izzy Aug 30 '16 at 11:18

1 Answers1

0

As I've already pointed out in my comments on the question, modifying your device's build.prop to appear as a different architecture is a very bad idea. It won't "hard-brick" your device, but certainly will have side-effects you won't like (e.g. the device might refuse to boot up at all – not sure what exactly will happen, as I was not yet bold enough to try; if you really want to know that, either try (not recommended if you don't know a way out then) or ask that as a separate question).


Concerning your real goal: As pointed out in my answer here, you can use Raccoon on your computer for that.

While the other question focuses on apps you've bought, Raccoon of course also works for free apps. For different device architectures, you will need to create different profiles: DummyDroid can create the required "GSF IDs for mock up devices" if you don't know the one of yours, based on the given device's build.prop. If that doesn't work out, or you want to use the "real ID", please see my answer here on how to obtain it from your device (or from that of your cousin).

Izzy
  • 91,166
  • 73
  • 343
  • 943
  • concerning your real goal GOT IT! I was thinking about "oh god.. why he wondering it.." Thank you a lot :D – Ataberk Aug 30 '16 at 12:11
  • :) Glad I could help! If this solves your "real issue" (LOL), please consider "accepting" it (tick the green check-mark next to the answer) so others can identify the post as solution. Enjoy Raccoon! – Izzy Aug 30 '16 at 12:14
  • One more little question, how can I download intel version of an app? – Ataberk Aug 30 '16 at 15:42
  • As I wrote: by using a profile based on the GSF ID of an Intel device. As with the Playstore app, Raccoon will only show apps matching your device. – Izzy Aug 30 '16 at 15:50
  • Didn't see after While the other.. – Ataberk Aug 30 '16 at 15:52
  • LOL Yeah, it's useful to read the full answer before asking for additional details #D Good luck then! // Btw: if the app doesn't show up then, it might not be available for Intel. Can happen, so be prepared. – Izzy Aug 30 '16 at 15:55
  • @Izzy Market helper on the Play store Could help too- it configures a false build.prop that makes Google think your device is something else, while leaving your actual build.prop to chill. It also allows for the installation of apps from the play store in this way. OP could just pretend to be a device with a Intel CPU. – Dan Brown Sep 02 '16 at 07:50
  • @DanBrown I know Market Helper – but for one it's not available on the Playstore, two it was last updated in 8/2014 (AFAIK back then there weren't any x86 devices around running Android, so not sure if this would be supported). On the "pro side", it doesn't touch the build.prop, so there shouldn't be much side-effects :) – Izzy Sep 05 '16 at 05:45
  • @Izzy Oh. Odd. Maybe they removed it recently, I remember using the play store to get it. – Dan Brown Sep 05 '16 at 07:46
  • @DanBrown That must have been pretty long ago. My corresponding app list has it as "supplemental link" for ages, as the app wasn't on Playstore. Which means, it hasn't been there for at least 2+ years. // Nevermind: It's not there now, and it hasn't been updated for a long time. – Izzy Sep 05 '16 at 08:53