Related
I am so sorry if this question has already been asked. But i was just wondering if we could use the markert enabler on Nexus one as well ? i have the version which i used on my Hero. would it work on a rooted nexus one as well ?
Get an updated version on their website: http://code.google.com/p/market-enabler/
- RasmusJV
quick question.. every time i face a provider it works, but it reverts when the phone reboots.
Re: Market Enabler
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
qiuness said:
anyone know why settings are not remembered ?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
...because the developers haven't written it in the software... it doesn't remember settings on reboot
i was hoping the dev's would further develop this app, but it has been at 3.0.8 for months now... so i think it has been deserted.
does the job though...
delete
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
i tried the market access it is much better than the Enabler....
sayyas said:
i tried the market access it is much better than the Enabler....
Click to expand...
Click to collapse
awesome.....
zgornz said:
http://amip.tools-for.net/wiki/android/marketaccess
MarketAccess is a rewrite of Market Enabler and it does include an option to enable at boot.
Click to expand...
Click to collapse
You`re the man!
sry guys I never understood what does this program need for!?
net.cat said:
sry guys I never understood what does this program need for!?
Click to expand...
Click to collapse
Quote from the site:
This Android application emulates the SIM card of the chosen operator and makes paid apps accessible in the Android Market. You need it if you want to buy apps and games from Market, but Market is not (yet) available in your country or for your operator.
Click to expand...
Click to collapse
BTW, I'm the developer of MarketAccess.
CrazyCoder said:
Quote from the site:
BTW, I'm the developer of MarketAccess.
Click to expand...
Click to collapse
Thank you for doing this! I have a stupid question, but I have to ask it, because I don't know how MarketAccess works.
Can you (or anybody) confirm that only the market is fooled? By this, I mean, I want to be sure that neither my telco nor the telco I'm spoofing will charge me for roaming and that any data I actually download while spoofing my location will still go through my normal APNs?
Thanks for your answer.
MarketAccess emulates SIM numeric of the chosen operator. My local provider APNs continue to work fine with no extra charges when I have T-Mobile emulated.
However, it may affect other applications which also depend on the SIM numeric. For example, the APN Settings dialog will start to show the APNs valid for the emulated provider (SIM numeric = MCC+MNC in the APN settings). To be on the safe side remove the APNs for the emulated provider or change the APN server to your local one, but with the MCC/MNC of the emulated provider.
In theory it may alert such application as WaveSecure and SIM Checker. But I have WaveSecure installed and it seems to live fine with the emulated SIM numeric. One user reported that SIM Checker also works fine.
If you feel paranoid, then just disable the GPRS/EDGE/3G using APNdroid or Toggle Data and buy/download the applications via WiFi. Once downloaded, restore your original SIM numeric and enable data transfer.
Thank you for your comprehensive answer!
SIM Checker dev here. I can confirm that there are no problems with MarketAccess, since the SIM numeric value is not used to determine if the SIM card has been changed.
ok i get what it does but what special apps do you need this to get?
D_Toma said:
ok i get what it does but what special apps do you need this to get?
Click to expand...
Click to collapse
You need MarketAccess to buy any application from Market in the countries where paid applications are not listed in the Market. Is that the answer you were looking for?
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
D_Toma said:
so being in the us there is really no need for it? or are there specific apps that can only be seen using this
Click to expand...
Click to collapse
Developers can choose where to distribute their applications. So we can guess that there are some apps limited to certain countries. I don't know of any specific examples.
thats more of what i was looking for was specifics
Has anyone gotten this app to work on their rooted Nexus 5? I get errors and it doesn't work. If you got it to work, can you post step by step instructions with the settings you used? I'd rather use this than the built in tethering. Thanks.
ILowry282 said:
Has anyone gotten this app to work on their rooted Nexus 5? I get errors and it doesn't work. If you got it to work, can you post step by step instructions with the settings you used? I'd rather use this than the built in tethering. Thanks.
Click to expand...
Click to collapse
no one knows how to use this app?
ILowry282 said:
no one knows how to use this app?
Click to expand...
Click to collapse
Any reason you don't want to use the built in tether feature?
i think he has the same issue as me, currently my phone is stock rooted, when doing wifi tether, the browser from the connected device takes you to the upsell page from T-Mobile. i have tried all the apps in the play store and still get the same message. anybody knows of an App that works well with stock ROM?
elrazo69 said:
i think he has the same issue as me, currently my phone is stock rooted, when doing wifi tether, the browser from the connected device takes you to the upsell page from T-Mobile. i have tried all the apps in the play store and still get the same message. anybody knows of an App that works well with stock ROM?
Click to expand...
Click to collapse
You have to modify a DB file on your device to get any tethering app to work.
Here are instructions from another thread in this QA forum:
yakman66 said:
I have the T-mobile $30 unlimited prepaid plan and I ran into the tethering block after getting my Nexus 5.
I was able to work around the issue by modifying the following sqlite database (you'll need root):
/data/data/com.android.providers.settings/databases/settings.db
You need to add a new entry to the global table called "tether_dun_required" with a value of 0.
It looks like you need to do this because some configuration data was added to Android for T-mobile that forwards tethered data to this APN: pcweb.tmobile.com
T-mobile is probably checking to see if your account has tethering enabled when you go through this APN.
After I made this change I also needed to change my APN settings so that it uses ipv4 instead of ipv6. It seems like tethering with ipv6 does not work 100% yet.
I hope this helps.
Click to expand...
Click to collapse
bilago said:
You have to modify a DB file on your device to get any tethering app to work.
Here are instructions from another thread in this QA forum:
Click to expand...
Click to collapse
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
elrazo69 said:
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
Click to expand...
Click to collapse
Please use search...been covered here:
http://forum.xda-developers.com/showthread.php?t=2512674
elrazo69 said:
i'm kinda of a noob, do i modify that with a file explorer? or terminal?
thanks
Click to expand...
Click to collapse
you need an SQL editor, like SQL lite.
The stock tethering is working fine after I rooted however I am worried T-Mobile will find out I am tethering sooner or later. I would rather use this app to tether
I solved with this app: WiFi Tether Router
on Google Play store https://play.google.com/store/apps/details?id=net.snclab.wifitetherrouter&hl=en
the developer has done a compatible update
I contacted the developer via email and he told me after a few hours
the developer advised me to select these settings
Interface wlan0
Method 0 - Auto
works also with
Interface wlan0
Method 2
Wi-Fi tether router doesn't work. T-Mobile did shut off my hotspot. Anyone else know of an app that works?
Anyone?
ILowry282 said:
Wi-Fi tether router doesn't work. T-Mobile did shut off my hotspot. Anyone else know of an app that works?
Click to expand...
Click to collapse
works fine for me, but i'm on Sprint. the dev posted specific instructions for T-mob users. did you follow them?
1lazysheep said:
works fine for me, but i'm on Sprint. the dev posted specific instructions for T-mob users. did you follow them?
Click to expand...
Click to collapse
Are you running this app with Art enabled?
Engineer4life said:
Are you running this app with Art enabled?
Click to expand...
Click to collapse
no
I am interested to know if anyone has gotten the original app in this thread, the Wifi Tether for Root users working with the Nexus 5.
Unlike the other posters, I am interested in this app because it enables you to spoof the MAC address, which I am interested in for making a streetpass relay point for my 3DS, so the alternative app suggested is not a viable alternative for me.
Any ideas how I can get this working on my Nexus 5? It is rooted, stock ROM, and have installed Busybox.
I would try mailing the Dev of the paid app. The screenshots of the options and the description of the methods available look similar to those in the free branch, and if the code is similar it may be simple to add the feature.
roustabout said:
I would try mailing the Dev of the paid app. The screenshots of the options and the description of the methods available look similar to those in the free branch, and if the code is similar it may be simple to add the feature.
Click to expand...
Click to collapse
It's worth a try, thanks for the suggestion
Hey guys,
I was curious if anyone has an app that can read Google hangouts aloud for driving purposes. The few I have tried (for sms) dont seem to work.
Thanks.
Sorry if this should have gone in questions part of forum. Please move if needed.
not a soul huh?
http://forum.xda-developers.com/showthread.php?t=1548959
tasker works on my stock 4.4.2 for sms via google hangouts(with root and gravitybox and other stuff)
had to put a 2s wait before initializing TTS, otherwise you'll get a error - TTS timeout waiting for initialization
haven't tried it with non-sms google hangouts
EDIT: someone seems to make it work via looking at the sqlite db that google hangouts uses
http://4x.reddit.com/r/tasker/comments/1q4gng/read_hangouts_message/
nyr35blue said:
not a soul huh?
Click to expand...
Click to collapse
paperWastage said:
http://forum.xda-developers.com/showthread.php?t=1548959
tasker works on my stock 4.4.2 for sms via google hangouts(with root and gravitybox and other stuff)
had to put a 2s wait before initializing TTS, otherwise you'll get a error - TTS timeout waiting for initialization
haven't tried it with non-sms google hangouts
EDIT: someone seems to make it work via looking at the sqlite db that google hangouts uses
http://4x.reddit.com/r/tasker/comments/1q4gng/read_hangouts_message/
Click to expand...
Click to collapse
Tasker can monitor and read any notifcation. The latest information is stored in global variable %NTITLE.
nyr35blue said:
Hey guys,
I was curious if anyone has an app that can read Google hangouts aloud for driving purposes. The few I have tried (for sms) dont seem to work.
Thanks.
Click to expand...
Click to collapse
I use Enhanced SMS and Caller ID. Works great with Hangouts texts - can ask you if you want it read, then read it, then ask you if you want to reply, and send you reply for you. Completely hands free, and can set it to only work when connected to headset/bluetooth if you want. Been using it for years. Developer is responsive and continually improving. Highly recommended. He also does subsets of the functions in different apps, but I have only used the main one:
https://play.google.com/store/apps/details?id=ekawas.blogspot.com&hl=en
In the English USER manual for the Mate 9, there is a section describing the SMART CONTROLLER ir remote controller application and how to use it. Its quite clear that for my Mate 9 that this application is NO WHERE to be found. I have this model: (6GB/128 GB Model MHA-AL00 / Build Number: MHA-AL00 C00B137). I have the 2 SIM version sold by a HK seller on eBay.
I was able to find and load the SMART CONTROLLER ir application (apk) for the Huawei P9 from another Huawei site online. There were a couple "wrong version for your device" messages during the install, but the app loaded and seems to function normally.
My questions...
- Has anyone else had this issue?
- Is there a version of this program specific for the Mate 9 I could get my hands on?
- What are others recommending as far as a ir remote control application?
Thanks to all.
onepiece said:
In the English USER manual for the Mate 9, there is a section describing the SMART CONTROLLER ir remote controller application and how to use it. Its quite clear that for my Mate 9 that this application is NO WHERE to be found. I have this model: (6GB/128 GB Model MHA-AL00 / Build Number: MHA-AL00 C00B137). I have the 2 SIM version sold by a HK seller on eBay.
I was able to find and load the SMART CONTROLLER ir application (apk) for the Huawei P9 from another Huawei site online. There were a couple "wrong version for your device" messages during the install, but the app loaded and seems to function normally.
My questions...
- Has anyone else had this issue?
- Is there a version of this program specific for the Mate 9 I could get my hands on?
- What are others recommending as far as a ir remote control application?
Thanks to all.
Click to expand...
Click to collapse
I'm using the same version as you and I have the app ir remote control.... It's working good but the learning function doesn't work almost all the time.... So don't worry download Anymote ir remote control and you will be very happy...
But you have to know that YES there is an app for ir remote
I think you can download it from Hiapp too if someone gives you the specific name from hiapp manage category... I can because I have deleted it
Thank you!
tsiglas said:
I'm using the same version as you and I have the app ir remote control.... It's working good but the learning function doesn't work almost all the time.... So don't worry download Anymote ir remote control and you will be very happy...
But you have to know that YES there is an app for ir remote
I think you can download it from Hiapp too if someone gives you the specific name from hiapp manage category... I can because I have deleted it
Click to expand...
Click to collapse
Thank you for the great tips!
Seems like the after market remote control apps are a better bet!
By the way...do you have the options to do WiFi calling on your phone? In the English manual its says its there, but its not present on my build.
onepiece said:
Thank you for the great tips!
Seems like the after market remote control apps are a better bet!
By the way...do you have the options to do WiFi calling on your phone? In the English manual its says its there, but its not present on my build.
Click to expand...
Click to collapse
I have never use WiFi call so if there is one I wouldn't know how to do it.... So ask someone else....
I personally disagree that a different IR app is better. The learning function doesn't work very well, but once you get it working, you can have it control anything. I've got my Mate 9 controlling my lighting, my TV (it's a strange brand so none of the apps know the codes for it, so I needed to use the learning function) and my air conditioner. It's pretty great.
duraaraa said:
I personally disagree that a different IR app is better. The learning function doesn't work very well, but once you get it working, you can have it control anything. I've got my Mate 9 controlling my lighting, my TV (it's a strange brand so none of the apps know the codes for it, so I needed to use the learning function) and my air conditioner. It's pretty great.
Click to expand...
Click to collapse
Why to get tired trying and trying... You delete this app and you install Anymote with learning function that works great
Is Anymote able to learn? Trying the free version, but it's telling me learning is not supported on my Porche Design Mate 9. Or do you mean Anymote Home?
The built-in IR app is working decently anyways, I just programmed it to control my pretty much unknown room Ventilator/Light and it seems to work just fine, first time I'm able to get a phone to control it, never found it in any app's database. Not the most fancy or flexible thing I've ever seen, but it gets the job done. As long as your real remote is sending a decent signal, it looks like the learning is pretty consistent.
Fafner76 said:
Is Anymote able to learn? Trying the free version, but it's telling me learning is not supported on my Porche Design Mate 9. Or do you mean Anymote Home?
The built-in IR app is working decently anyways, I just programmed it to control my pretty much unknown room Ventilator/Light and it seems to work just fine, first time I'm able to get a phone to control it, never found it in any app's database. Not the most fancy or flexible thing I've ever seen, but it gets the job done. As long as your real remote is sending a decent signal, it looks like the learning is pretty consistent.
Click to expand...
Click to collapse
No doesn't work you learning function in Anymote....
duraaraa said:
I personally disagree that a different IR app is better. The learning function doesn't work very well, but once you get it working, you can have it control anything. I've got my Mate 9 controlling my lighting, my TV (it's a strange brand so none of the apps know the codes for it, so I needed to use the learning function) and my air conditioner. It's pretty great.
Click to expand...
Click to collapse
Can you please take a copy of Huawei smart remote apk? I have deleted it and I want to have it as back up....it's not a system app so it must be easy.. Thanks
tsiglas said:
Can you please take a copy of Huawei smart remote apk? I have deleted it and I want to have it as back up....it's not a system app so it must be easy.. Thanks
Click to expand...
Click to collapse
Same here, i delete the smartcontroller.apk... (mate 9).. If someone can extract it from a mate 9 and post it.. I will be great for many user who deleted the apps..
Tx
druun said:
Same here, i delete the smartcontroller.apk... (mate 9).. If someone can extract it from a mate 9 and post it.. I will be great for many user who deleted the apps..
Tx
Click to expand...
Click to collapse
Extracted
https://mega.nz/#!A91UhBiR!4l1sXYiyfucwHKUibQRNifAy2Q8I7cFWbGj2gMzmkCs
5[Strogino] said:
Extracted
https://mega.nz/#!A91UhBiR!4l1sXYiyfucwHKUibQRNifAy2Q8I7cFWbGj2gMzmkCs
Click to expand...
Click to collapse
OK but I can't install it... When I try it says error something about signature...
Does anyone know how to install it without root?
I guess that a full system reset would restore all those preinstalled apps, I know this is a pain in the ... but it may be your only choice.
tsiglas said:
OK but I can't install it... When I try it says error something about signature...
Does anyone know how to install it without root?
Click to expand...
Click to collapse
It is a system app, you can't install it without root.
Hi guys! Just got my Mi Note 10 ? all is great except Android Auto is not working for me. As soon as i plug my phone to USB there is a message on car screen that the phone is not responding. Do i need to enable something or is it not supported? Please help.
My car is a 2018 KIA...
Thanks in advance!
I have read on several websites that the problem is with the dual applications.
in this web they detail how to solve it.
https://c.mi.com/thread-1850965-1-1.html
Oh thanks for the post! I also noticed that Android auto app was missing in my google store. I had to sideload it... Will try today if it works.
Hi! I can confirm... Its working now! Thanks!
jakc112 said:
Hi! I can confirm... Its working now! Thanks!
Click to expand...
Click to collapse
May I know it works with dual apps or not? Thanks!
crystal168 said:
May I know it works with dual apps or not? Thanks!
Click to expand...
Click to collapse
It doesn't work with Dual Apps. You can replace Dual Apps with DualSpace from Play Store though and it works.