[Q] Navigon select + CM10 - Desire Q&A, Help & Troubleshooting

Hi,
I can't install Navigon Select on my Desire with CM10.
On the market it says: Your Device isn't compatible.
Can I edit the buildprob that i can download it?
What should i edit?
Thanks 4 Help

There's a program for PC called "Real APK Leecher". Download it and u can use it to download apks from the play store. Once you've downloaded the apk transfer it to your phone and install it.
Sent from my HTC Desire using xda app-developers app

chromium96 said:
There's a program for PC called "Real APK Leecher". Download it and u can use it to download apks from the play store. Once you've downloaded the apk transfer it to your phone and install it.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
sorry thats not the answere of my question,
greez

MCMarcel said:
sorry thats not the answere of my question,
greez
Click to expand...
Click to collapse
He's asking you to side load the app by installing it as an apk.
Sent from my HTC Desire

MCMarcel said:
sorry thats not the answere of my question,
greez
Click to expand...
Click to collapse
It is the answer to your question. U dont need to edit the build prop or anything like that.
Sometimes the play store will say that an app is incompatible when it really isnt.
Using Real APK Leecher you can take the apk directly from the playstore without it telling you that the phone's not compatible.
From there you can sideload the apk.
Its possible that it might actually be incompatible, but most of the time it isnt.
You can get Real APK Leecher here.

chromium96 said:
It is the answer to your question. U dont need to edit the build prop or anything like that.
Sometimes the play store will say that an app is incompatible when it really isnt.
Using Real APK Leecher you can take the apk directly from the playstore without it telling you that the phone's not compatible.
From there you can sideload the apk.
Its possible that it might actually be incompatible, but most of the time it isnt.
You can get Real APK Leecher here.
Click to expand...
Click to collapse
no,
the question is how to edit the buildprob, and not how i can download it otherwise
Btw I Can't find Navigon Select with APK Leecher

MCMarcel said:
no,
the question is how to edit the buildprob, and not how i can download it otherwise
Click to expand...
Click to collapse
Try reading these:
http://forum.xda-developers.com/showthread.php?t=2146216
http://www.howtogeek.com/116456/how-to-install-incompatible-android-apps-from-google-play/

Related

[THEME] Swype Themes

Anyone looking to theme swype here's a link to do it. Finally found out how to do it after weeks of looking. So thought I'd share with y'all.
http://forum.xda-developers.com/showthread.php?t=838269
Red Trace Line For Swype
http://www.mediafire.com/?479yc17cew02n20
Just replace the libswypecore.so in /system/lib/ with this file. Read the thread in the above link if you're not sure how to do it.
PM me if you want the swype that worked for me while doing this
So post your proof? Would like a themed swype myself, but no computer for the next month
Sent from my T-Mobile G2 using XDA Premium App
Spastic909 said:
So post your proof? Would like a themed swype myself, but no computer for the next month
Sent from my T-Mobile G2 using XDA Premium App
Click to expand...
Click to collapse
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
Just put in the sd root directory and do I need to extract the file?
coszy said:
Just put in the sd root directory and do I need to extract the file?
Click to expand...
Click to collapse
No download the app metamorph from the market. This will create a folder on ur sd card called android themes. Put the downloaded zip file in this folder. Open up metamorph and click upzip/create new theme. Then click on the zip file and then apply the theme. Make sure u apply the theme TWICE
LikeaG2root said:
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I really didn't do the terminal commands. I just applied the zip twice using metamorph and it worked for me
So are you flashing it or just installing it like every other app?
suwu10 said:
There you go. And you don't need a computer really. Just download the files from the link I posted to your phone
Click to expand...
Click to collapse
which one do you get (the one on the pic) the name of the theme please
The one I got was called naked red
popimp315 said:
So are you flashing it or just installing it like every other app?
Click to expand...
Click to collapse
No just apply the zip using metamorph
suwu10 said:
The one I got was called naked red
Click to expand...
Click to collapse
thanks dude
How did you do it? Do you have a G2 phone? I have Swype.apk in system/apps. I followed the directions for the terminal command and it said my files are read only. What do I have to do? Anyone?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I think the creator of that thread assumed we knew to mount /system as read/write....
essentially, all he's asking you to do is move com.swype.android.inputmethod.apk (note, some of you might have: com.swype.android.inputmethod-1.apk) from /data/app to /system/app and then rename it to Swype.apk so that the metamorph applies itself to the correct apk... here is the exact sequence of commands to do this from adb:
adb shell
su
mount -o rw,remount /system
cp /data/app/com.swype.android.inputmethod.apk (or whatever the .apk for your Swype is named) /system/app/Swype.apk
Click to expand...
Click to collapse
you can do it through terminal emulator as well, you just don't need the first command above (adb shell)
after performing this, if you navigate to your system/app folder, you should see Swype.apk. it is just a renamed clone of your original swype from /data/app... the thing is that the metamorph theme looks specifically in /system/app for Swype.apk, which is why we have to move and rename it. after the morph is applied to Swype.apk in your /system/app folder, simply move it back to /data/app as the name of your original swype apk (most likely com.swype.android.inputmethod.apk) so it overwrites the existing Swype, and theoretically you're good to go. (I say theoretically because it is apparently hit or miss.. maybe it depends on the theme? I'm not sure, but I haven't been able to get the morphs to apply and then have a working swype afterwards)
got on mine and same as well using naked red as it goes with red remix theme for cm7
ilostchild said:
got on mine and same as well using naked red as it goes with red remix theme for cm7
Click to expand...
Click to collapse
How did u get the swype line to be red?
Nvm figured it out
suwu10 said:
Nvm figured it out
Click to expand...
Click to collapse
Can you tell me how to do that? I read OP for the thread but don't know how to do that on the computer
Sent from my HTC Vision using XDA Premium App
Nvm figured it out
Click to expand...
Click to collapse
Can you tell me how to do that? I read OP for the thread but don't know how to do that on the computer
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
Read the second post from the thread theat I posted in the link
Metamorph app does not work on HTC Vision...at least on mine it did not. It says not enough space.
I used "Zip Themer" app and it worked. Just loaded zip into app and then flashed through rom manager.
HTC Vision/meXdroidmod/meXperia V2
LikeaG2root said:
Metamorph app does not work on HTC Vision...at least on mine it did not. It says not enough space.
I used "Zip Themer" app and it worked. Just loaded zip into app and then flashed through rom manager.
HTC Vision/meXdroidmod/meXperia V2
Click to expand...
Click to collapse
works fine. could be several things causing this, but typically if you just go back in after it says "not enough space" and closes a few times it will eventually figure it out.
try updating your busybox via titanium backup ("problems" button)

help needed

need help cannot download this mod can anyone help me
forum.xda-developers.com/showthread.php?t=1304600
forum.xda-developers.com/showthread.php?t=1304600
Heavy Metal said:
need help cannot download this mod can anyone help me
forum.xda-developers.com/showthread.php?t=1304600
Click to expand...
Click to collapse
its working from my PC, if on your phone go to Market and search "download all files" install the app then try to download the rom/mod again.
are you rooted? also here is the link.
http://dev-host.org/hojppyg09h2j/EpicAOSPmodv2.5.1.zip
Still will not download
Use dolphin browser hd.
Sent from my SPH-D710 using xda premium
Still unable too ... quits at 2 percent

original Memo/notes app

hello All,
i am on ROM Jedi Mind Trick
anyone could tell me how i can get the original Memo and Notes App.
does anyone mind sharing their memo and notes .apk ??
thanks in advanced !
There you go :good:
thatdude02 said:
There you go :good:
Click to expand...
Click to collapse
Thank you
but i can't install it ! lol
yerem.k said:
Thank you
but i can't install it ! lol
Click to expand...
Click to collapse
Oh geez, that sucks. I've never had that happen before. You could just download one from the Play Store. I use Color Note. Unless you are looking for a specific UI
Sent from my SGH-T989D using xda premium
Did you just click install as an apk?
it is a system app so you need to use a root browser app and move the memo.apk file to the root/system/app folder and give it the correct permissions.
thatdude02 said:
Oh geez, that sucks. I've never had that happen before. You could just download one from the Play Store. I use Color Note. Unless you are looking for a specific UI
Sent from my SGH-T989D using xda premium
Click to expand...
Click to collapse
yes, i guess that i will do, thanks again
SlasheI2 said:
Did you just click install as an apk?
it is a system app so you need to use a root browser app and move the memo.apk file to the root/system/app folder and give it the correct permissions.
Click to expand...
Click to collapse
i tried to install it but it failed
i did put in the root/system/app folder
and put the permission RW R R
rebooted device
not in the app list.
yerem.k said:
i tried to install it but it failed
i did put in the root/system/app folder
and put the permission RW R R
rebooted device
not in the app list.
Click to expand...
Click to collapse
Any luck with this app? I tried to install it as well with no luck. I also went into Recovery and it's not there. Is there another version or way go get this done?
I only need to install the app, so I can put some of the memo's that I created back on, so I can get the information I need...
i use this on jedi knight. Might work for you.
just use a root explorer & place in root/system/app, &reboot.
gordies.swc said:
i use this on jedi knight. Might work for you.
just use a root explorer & place in root/system/app, &reboot.
Click to expand...
Click to collapse
Thanks! Will give this a try....

[Q] market app is missing in htc desire hd

hi
i m using htc desire hd running 2.2 the problem is market app is missing in the phone i have also hard reset the phone but problem is not resolved.
can anyone give me the correct version of market apk which runs smoothly or any way to fix the problem. my phone is not rooted
market app is called "play store" now
maybe you missed it?
strange problem if theres really no market app ...
Balthasar18 said:
market app is called "play store" now
maybe you missed it?
strange problem if theres really no market app ...
Click to expand...
Click to collapse
i haved checked.. no market no play store ....
google play
support.google.com/googleplay/bin/answer.py?hl=en&answer=190860
maybe this page helps you
Download the Playstore and install from sdcard ....
markus123456 said:
Download the Playstore and install from sdcard ....
Click to expand...
Click to collapse
i have tried many verison from xda also but they dont run smoth some force close as they open and some force close after sometime
komalsaeed said:
i have tried many verison from xda also but they dont run smoth some force close as they open and some force close after sometime
Click to expand...
Click to collapse
still waiting for the solution
komalsaeed said:
still waiting for the solution
Click to expand...
Click to collapse
Hey you are going to need to install the gapps file from recovery mode it will install google play for you as well as let google play run with no problems
http://www.4shared.net/download/6dFHaITkXgkdtuWL7nQjrT/gapps-gb-20110613-signed.html
Locky123 said:
Hey you are going to need to install the gapps file from recovery mode it will install google play for you as well as let google play run with no problems
http://www.4shared.net/download/6dFHaITkXgkdtuWL7nQjrT/gapps-gb-20110613-signed.html
Click to expand...
Click to collapse
can you please guide me step by step process. I am not advanced user
Locky123 said:
Hey you are going to need to install the gapps file from recovery mode it will install google play for you as well as let google play run with no problems
http://www.4shared.net/download/6dFHaITkXgkdtuWL7nQjrT/gapps-gb-20110613-signed.html
Click to expand...
Click to collapse
I doubt he can do that, since he's not rooted and therefore probably doesn't have a custom recovery.
bananagranola said:
I doubt he can do that, since he's not rooted and therefore probably doesn't have a custom recovery.
Click to expand...
Click to collapse
yes.. The devise is not rooted
Sorry didn't notice
Sent from my Desire HD using xda app-developers app
Is there any particular reason you don't want to root your phone? It's really easy and will solve your problem. Otherwise have you tried contact HTC? Is it 2.2 or 2.3? Have a look at settings/about phones and report back.
echineon said:
Is there any particular reason you don't want to root your phone? It's really easy and will solve your problem. Otherwise have you tried contact HTC? Is it 2.2 or 2.3? Have a look at settings/about phones and report back.
Click to expand...
Click to collapse
as i m not a advanced user thatshwy i dont wanna take risk. my cell is 2.2. is there an easy way to root the phone is yes then please guide me i can go for it if there is no soultion then..
Rooting is fairly easy well I believe it is if you choose to you cab always switch it back
Sent from my Desire HD using xda app-developers app
Locky123 said:
Rooting is fairly easy well I believe it is if you choose to you cab always switch it back
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
can you please guide an easy way to root my desire hd 2.2.
komalsaeed said:
can you please guide an easy way to root my desire hd 2.2.
Click to expand...
Click to collapse
Go to post #7 in the link in my signature. It has all the info you need, including a link to a tool called AAHK. Make sure you read everything, including the "effen manual" that comes with AAHK.
Side note when rooting your phones (UK aus speakers might find this funny) try to use Linux to go through the process. Windows can sometimes get complications due to drivers or os 64 and 32. Perhaps get Ubuntu and run it on disc to root your phone. Just follow strictly the instruction posted by. The bloke above me n you will be fine.
bananagranola said:
Go to post #7 in the link in my signature. It has all the info you need, including a link to a tool called AAHK. Make sure you read everything, including the "effen manual" that comes with AAHK.
Click to expand...
Click to collapse
where is post 7 i didnt find.. can you please write here again
komalsaeed said:
where is post 7 i didnt find.. can you please write here again
Click to expand...
Click to collapse
Just search for AAHK in DHD forum and remember before doing anything read the manual included.

[HOWTO] Install Flipboard on Your Iconia

If you look up Flipboard in your playstore, you wont find it because its not available for Tablets yet, sure you can go and change the build.prop file and then get it, but there is another way;
Instructions:
Download the Beta Version of Fliboard from here
Then, Install it as any other normal APK, run the app and it will itself tell you to update to latest version, and voila...
(sorry if this has been posted before)
Nice find!! Thanks
Ather said:
If you look up Flipboard in your playstore, you wont find it because its not available for Tablets yet, sure you can go and change the build.prop file and then get it, but there is another way;
Instructions:
Download the Beta Version of Fliboard from here
Then, Install it as any other normal APK, run the app and it will itself tell you to update to latest version, and voila...
(sorry if this has been posted before)
Click to expand...
Click to collapse
I signed into Google Play and was able to install it directly today on my A100 running CM10.
Izzyb914 said:
I signed into Google Play and was able to install it directly today on my A100 running CM10.
Click to expand...
Click to collapse
Lol
Sent from my HTC One S using xda premium

Categories

Resources