Hello,
Does anyone know how I can change the default car mode app? When I dock my phone the car mode app automatically launches, but I'd like to configure it for a different car mode app as I"m not a fan of the stock one. In settings there are no defaults set for the car mode app so I'm not sure where to go to clear it and set a different one.
Thanks,
Tim
Same here.
Would love to replace the car mode app. It has some limitations and I would like to replace it.
Have not found a way yet to change this up.
Is there no solution to this seemingly simple problem? Is HTC/Android really that limited that it can't be changed? I may just root the phone to get rid of it lol
bigtfatty said:
Is there no solution to this seemingly simple problem? Is HTC/Android really that limited that it can't be changed? I may just root the phone to get rid of it lol
Click to expand...
Click to collapse
That's what I did in the end.
Root and use Titanium Backup or similar to remove the 'Car' app. Then it allows you to set and associate a different car app by default.
Note: when you hard reboot the phone (e.g. do not use the 'Fast Boot' setting) it will automatically restore the 'Car' app from HTC.
Thus make sure you have 'Fast Boot' on, otherwise you have to remove the 'Car' app again.
Pain in the buttocks.
R.
robohofo said:
That's what I did in the end.
Root and use Titanium Backup or similar to remove the 'Car' app. Then it allows you to set and associate a different car app by default.
Note: when you hard reboot the phone (e.g. do not use the 'Fast Boot' setting) it will automatically restore the 'Car' app from HTC.
Thus make sure you have 'Fast Boot' on, otherwise you have to remove the 'Car' app again.
Pain in the buttocks.
R.
Click to expand...
Click to collapse
You might try a custom kernel to get rid of the system write protection that prevents you from deleting something. And then you'll be able to reboot without Fastboot enabled.
Sent from my HTC One using Tapatalk
lampel said:
You might try a custom kernel to get rid of the system write protection that prevents you from deleting something. And then you'll be able to reboot without Fastboot enabled.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Very true.
Unfortunately I heavily rely on the T-Mobile WiFi calling feature (coverage, international travel etc). No newer custom kernel support this (that I know of).
Otherwise I would have gotten the generic HTC One Developer versions vs. the specific TMO version.
Cheers, R.
robohofo said:
Very true.
Unfortunately I heavily rely on the T-Mobile WiFi calling feature (coverage, international travel etc). No newer custom kernel support this (that I know of).
Otherwise I would have gotten the generic HTC One Developer versions vs. the specific TMO version.
Cheers, R.
Click to expand...
Click to collapse
As far as I know, and hopefully someone who knows more can chime in, Wi-Fi calling is built into sense in tmous roms (or roms based off of them) and isn't reliant on specific kernels. And if it is there is still a modification for the stock kernel to allow write access. If you want I can find you a link when I'm not typing on my phone.
Sent from my HTC One using Tapatalk
Related
I'm looking to use the Nexus one hardware to create a single purpose device that will run an app at boot up and not allow the user to exit the app. This device will be given to users to take home for days so needs to be tamper-proof. i.e. cannot make calls, cannot SMS, cannot access rest of the OS, etc.
At the Android API level, I believe I can auto-start the app and "disable" the home button but cannot get around the long-press home button recent app list.
One possible solution would be to open it up and physically unplug the buttons' ribbon connector from the PCB.
What I would prefer is to somehow disable the home button using a cooked ROM that will ignore it in this particular app and the app can have some kind of secret way to exit. I do not know how difficult this would be using a rooted Nexus one.
Any input will be greatly appreciated.
Thank you.
You would need to build it from source. (non winzip deving)
If any knowledgeable person get's it it would be pretty easy to boot into recovery and edit system files or wipe it.
The nexus would not be suitable for this because of the nature of the bootloader.
To be honest, I personally think you would be better off building your own device for this. I'm sure that the buttons could be disabled easily enough, but the tamper proof part is a little different.
Main reason:
If you make the device so that you can't boot into recovery, fastboot, or tamper with it in anyway. How would you yourself make any additional modifications to the device?
You guy have some good points.
Maybe it's better off just using rooted stock ROM and set it as home screen then physically disable the hardware buttons. The battery cover will be glued shut to prevent access to SIM and battery anyway
As for making changes to the app, I believe ADK will allow me to update the app through USB. I wonder if its feasible to do auto-update it over network...?
wow your trying to lock the device down sounds like steve jobs lol
would not the best approach to this is to write your app as a home replacement and not show any apps? you could disable access to app drawer and settings, then you would only need to hook/disable home long press.
You wont be able stop a savvy user from flashing something on it easily.
What about setting up a pattern lock and using FLAG_SHOW_WHEN_LOCKED
to display on top of the lock? If the user tries to exit your program they'll be greeted with the pattern lock. Have some timer so your app automatically comes back to the top.
Correct me if I'm wrong, but doesn't the last app list show NO apps if no apps were launched yet?
pikipirs said:
Correct me if I'm wrong, but doesn't the last app list show NO apps if no apps were launched yet?
Click to expand...
Click to collapse
Yes you're right. I've set my app as home screen replacement and after reboot there wasn't any 'recent app' list
Looks like I don't need a custom ROM after all.
Just out of curiosity, what exactly are you doing with the phone that requires it to be tamper proof?
-------------------------------------
Sent via the XDA Tapatalk App
The absolute minimum requirement is that we have a device we can give to a user of any technical proficiency and allow them to easily record videos and post them directly onto a website from anywhere.
[email protected] said:
What about setting up a pattern lock and using FLAG_SHOW_WHEN_LOCKED
to display on top of the lock? If the user tries to exit your program they'll be greeted with the pattern lock. Have some timer so your app automatically comes back to the top.
Click to expand...
Click to collapse
That's an interesting approach, I will have to explore that more.
How can users actually exit the app when it's over the lock screen? Does that mean all buttons including home will not do anything since lock screen is keyguarded? Does touch still register? Is this the workaround that the custom lock screen app uses?
dzeikei said:
Yes you're right. I've set my app as home screen replacement and after reboot there wasn't any 'recent app' list
Looks like I don't need a custom ROM after all.
Click to expand...
Click to collapse
How do you set an app to be the home screen replacement?
Thanks:
Scary Alien for helping with some of my brainstorms
CPCookieMan for pointing me in the right direction with my initial thoughts for this project
MongooseHelix for the idea of the script vs a flashable zip
This is a very simple script that utilizes the radiooptions command to disable the radio but still allow use of WiFi without having to use airplane mode. Great for people who just upgraded and want to use their older device for an mp3 player with WiFi access. I wanted to make it to be run in init.d on startup but haven't successfully got it working that way yet so for now it can be run with script manager. This script can be run as follows:
1. Download the script and place it somewhere on your SD Card. (Maybe make a folder named Scripts to keep things organized)
2. Download Script Manager from the market.
3. Open Script Manager and navigate to where you saved the script then select the script.
4. Check the options for run as root and if you always use wifi only because you don't have service on your device check off Run at boot as well.
5. When prompted by superuser allow superuser permissions.
I have tested this script on my Incredible and my Eris as well and should be universal to run on any android device.
Download Here
If you are using this on an inactive device and don't want the activation screen coming up after reboot and new ROM flash follow these simple steps.
*NOTE: you need to be using a ROM that has EPST.apk in it for this procedure to work.
1. Select emergency call and dial ##778.
2. Select edit and enter service password 000000.
3. Select NAM Settings.
4. Change Mobile Directory number to 0000000000 (Ten digits).
5. Change MIN1 to 0000000 (Seven digits).
6. Change Mobile Country Code to 000 (Three digits).
7. As you back out "Commit the Change".
cvbcbcmv said:
cool! Will this work on any rom? I guess it should. This is just what I've been looking for. I'm getting a second dinc to test roms, this won't be on a line so this will be perfect. I haven't flashed scripts before (however it sounds easy enough) is it easy to disable it?
Click to expand...
Click to collapse
Yes. It will work on any rooted device and any ROM. Just run through Script Manager and if you want to disable it change the settings within Script Manager to disable run on boot then reboot. It's that easy.
cvbcbcmv said:
hey, will this work on a nexus one? I'm getting one for rom testing instead of a second incredible, so, same deal. I would think this would work, but will it?
Click to expand...
Click to collapse
Yes.. It should work on any rooted device running any ROM. If you want to double check to be certain you can check inside the ROM for /system/bin/radiooptions, then you will know for certain it should work. The script uses that to shut down the radio.
Cool, almost makes me wish I would have kept my Eris.
tether?
So can this allow us to tether the wi-fi only phone to our new network phone? the idea being to use the non-network phone to stream pandora, use google maps, etc?
jumperalex said:
So can this allow us to tether the wi-fi only phone to our new network phone? the idea being to use the non-network phone to stream pandora, use google maps, etc?
Click to expand...
Click to collapse
Yes. That can be done or connected to a WiFi ap. Whatever you would like to do with it.
Sent from my ADR6300
Quick question, I have an old incredible with a cracked screen I wanted to turn into an MP3 player like youre suggesting here. How exactly do I download from the market on a deactivated phone? Can't get past setup without the phone being activated.
Carnage9270 said:
Quick question, I have an old incredible with a cracked screen I wanted to turn into an MP3 player like youre suggesting here. How exactly do I download from the market on a deactivated phone? Can't get past setup without the phone being activated.
Click to expand...
Click to collapse
There is a way to get past that using ##778. I don't remember without going through it exactly what in all to do but i have a link at home
On ny comp and I can add the details when i get home.
Sent from my ADR6300
CondemnedSoul said:
There is a way to get past that using ##778. I don't remember without going through it exactly what in all to do but i have a link at home
On ny comp and I can add the details when i get home.
Sent from my ADR6300
Click to expand...
Click to collapse
Actually got through it by pressing activate and cancelling several times. It finally just bypassed it. Thanks for the script, working perfectly.
Carnage9270 said:
Actually got through it by pressing activate and cancelling several times. It finally just bypassed it. Thanks for the script, working perfectly.
Click to expand...
Click to collapse
Doing that will work but next reboot you'll probably get the activation screen again. If not you'll get it again after another ROM flash but it will come back at some point. I think I noticed on my Eris it was after a reboot. This procedure below got rid of it permanently.
1. Select emergency call and dial ##778.
2. Select edit and enter service password 000000.
3. Select NAM Settings.
4. Change Mobile Directory number to 0000000000 (Ten digits).
5. Change MIN1 to 0000000 (Seven digits).
6. Change Mobile Country Code to 000 (Three digits).
7. As you back out "Commit the Change".
Then you shouldn't be prompted to activate again even after a new ROM is flashed
Just to be sure, is this reversible? Say if I needed to reactivate the the phone?
slow88lx said:
Just to be sure, is this reversible? Say if I needed to reactivate the the phone?
Click to expand...
Click to collapse
Absolutely. Simply open script manager and disable run on boot. You can then remove the script from your SD card.
Sent from my ADR6300
CondemnedSoul said:
Absolutely. Simply open script manager and disable run on boot. You can then remove the script from your SD card.
Sent from my ADR6300
Click to expand...
Click to collapse
Would they have to undo your other step from here? http://forum.xda-developers.com/showpost.php?p=16714569&postcount=12
Just asking before someone else does.
jermaine151 said:
Would they have to undo your other step from here? http://forum.xda-developers.com/showpost.php?p=16714569&postcount=12
Just asking before someone else does.
Click to expand...
Click to collapse
Good point . No they won't. Dial *228 option 1. It will ask for the phone number you want to activate and that stuff will be done ota. That's how I activated my Eris with a different number as well. I would suggest making sure to do that from a stock or stock based ROM as well.
Sent from my ADR6300
Hi!
Just a question? It isn't easir just use airplane mode + wifi on? on my CM7 nightly i can do it and runs fine. CM7 also remebers the last radio mode after hot reboot.
Sorry for my english. I'm not native
lordc said:
Hi!
Just a question? It isn't easir just use airplane mode + wifi on? on my CM7 nightly i can do it and runs fine. CM7 also remebers the last radio mode after hot reboot.
Sorry for my english. I'm not native
Click to expand...
Click to collapse
That is also an option to this script. Not everyone likes the airplane mode method for one reason or another though so this is an alternative for those people.
You're English isnt bad. I've seen natives with much worse and wouldn't have known you weren't
Sent from my ADR6300
I have the HTC Evo View 4G that I did this too, but for some reason when I ran the script I got the signal bar with an x through it saying "looking for service". Isn't it when it looks for service it's draining the battery more? Isn't there anyway to completly remove the signal bars?
Also, I'm trying to remove the activation upon startup, but the View doesn't have a phone to it. is there any other way to disable the activation throuhg the registry or something?
hasseye said:
I have the HTC Evo View 4G that I did this too, but for some reason when I ran the script I got the signal bar with an x through it saying "looking for service". Isn't it when it looks for service it's draining the battery more? Isn't there anyway to completly remove the signal bars?
Also, I'm trying to remove the activation upon startup, but the View doesn't have a phone to it. is there any other way to disable the activation throuhg the registry or something?
Click to expand...
Click to collapse
i think your right when you also go to battery it say cell standby is using alot of power mine was aroun23%
4218kris said:
i think your right when you also go to battery it say cell standby is using alot of power mine was aroun23%
Click to expand...
Click to collapse
It shouldn't be searching for service with the script running. Do you have the radiooptions command in system/bin? Apparently there are some roms around that do not.
Sent from my ADR6300
I'm confused....I have a non activated incredible that I use at work connected to wifi every day and i've never done anything special to it besides rooting and different roms...am i missing something here?
This may sound a little noob-ish but I am new to device and my condition is a bit bad.
My G1 is running Android 2.2 Froyo, it has a keyboard with E,R and 6,7 keys not working. And I cannot get past google verification. I can't run wifi and to write the apn settings, I require the keys.
The ****ty system doesn't even show on-screen keyboard in the auth.
So what can I do apart from dumping the G1? Is there some way to enable on-screen keyboard?
EDIT -> I now know that the device is rooted and has Amon_Ra but I can't seem to do anything. Any help?
Re: [Q] [HELP] Bypassing Google authentication
If you are running 2.2froyo then you must be rooted as the dream can not be updated past 1.6 donut without root.
But if your only issue is those couple keys to bypass why not just make a new gmail that doesn't use those keys, new accounts are free you know, how about [email protected]
Sent from my Nexus 7 using xda premium
demkantor said:
If you are running 2.2froyo then you must be rooted as the dream can not be updated past 1.6 donut without root.
But if your only issue is those couple keys to bypass why not just make a new gmail that doesn't use those keys, new accounts are free you know, how about [email protected]
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Well, the problem is not with the Gmail account, the problem is setting up the GPRS connection. You know, the APN settings. If only would it let me use WiFi from default.
And I can't even use it on adb I guess (to enable it I need to type in a code).
I did see something like "WiFi patch" on CaNNoN202's ROM thread, but the links were dead.
Still looking for help
Androhacker said:
Well, the problem is not with the Gmail account, the problem is setting up the GPRS connection. You know, the APN settings. If only would it let me use WiFi from default.
And I can't even use it on adb I guess (to enable it I need to type in a code).
I did see something like "WiFi patch" on CaNNoN202's ROM thread, but the links were dead.
Still looking for help
Click to expand...
Click to collapse
Do ya need a keyboard? i have some inbox me.
If it is rooted and has amonra recovery installed then boot to recovery and flash a compatible ROM, nearly all custom ROMs have the ability to let you bypass sign in and go straight to os
If you want help choosing a ROM that is compatible you need to tell me what radio and SPL you have
If you really just want to use adb to bypass I can help with that too but it is unneeded if the phone is rooted
Sent from my Nexus 7 using xda premium
http://forum.xda-developers.com/showthread.php?t=1098899 <-this helped me a lot.
PM me if you cannot understand the process.
demkantor said:
If it is rooted and has amonra recovery installed then boot to recovery and flash a compatible ROM, nearly all custom ROMs have the ability to let you bypass sign in and go straight to os
If you want help choosing a ROM that is compatible you need to tell me what radio and SPL you have
If you really just want to use adb to bypass I can help with that too but it is unneeded if the phone is rooted
Click to expand...
Click to collapse
Well, I do not know the radio and SPL (the person I bought it from had it all done). Would anything happen if I install the latest SPL and Radio? And they already be on the device? (which is rare)
EDIT: I looked another thread and found that pressing Camera + Power should show me a screen which tells me the radio and other things. Tried it and it showed me a RGB-color screen. Radio was 1.22 something and the Hboot was 0.95 something.
And by the way, on the same thread I found that, if we boot into recovery and it shows a triangle and "!", it means the phone is unrooted. Well, unfortunately that is the case with me
jephimax said:
http://forum.xda-developers.com/show....php?t=1098899 <-this helped me a lot.
PM me if you cannot understand the process.
Click to expand...
Click to collapse
Thanks for this. I did get most of my questions about the device solved from this thread. But the By-pass method won't work for me as I can't enable the device in adb. W,E,R keys are not working on my keyboard...
Hi, I had the same problem. Try to go to the 'Welcome to Android' screen with the android guy. Touch the upper left, upper right, down right (above the bar with the Emergency dial button and down left in THAT order. It should work....
Dual screen not active, work around
Hi guys, after reading several threads I was having problems getting any of the method to work for my LG H634. I was able to get as far as opening browser, but as far as installing an app or opening dual windows I was unable to. It seems that the dual screen option is not turned on when the phone is reset and returns default setting. Fortunately while using the phones browser to research the problem I noticed the more browser window and apps I left open the the longer it would take to go to the activation screen when the phone was turned on. After leaving nearly 30 browser windows and several app such as messages note pad and other as that I was able to open using the share option from sites such as YouTube the phone had enough lag when initially booting that I actually had time to open the setting screen by quickly making a downward swipe on the screen during short time it took to go from the the opening screen to the activation screen. Once I was able to do this I had full access to the phone's option menu which allowed me to change account, turn on the dual screen option, allow third party apps to be installed as well as every thing else needed to gain full access to my phone.
Hope this helps some of you. I there are any questions I will be glad to answer them.
Ok, I know that this is kind of weird "problem" to post about here, but my One doesn't have any of the Sprint bloat/apps. I suspect it might be because my Network Operator Name in the About portion of Settings is "HTC" instead of "Sprint". I'm running viperboy's stock odexed 1.29.651.10. My wife, who also has a Sprint One, is running 100% stock and has all of the Sprint crap and her Network Operator is Sprint. So is this because I'm running a rooted "stock" ROM? Or is there something else going on? In any event, I kind of wanted to check out the Scout navigation app and it apparently isn't on my phone and certainly doesn't show up in the Play Store when I search for it or under the Sprint category. How can I get my phone to believe that it is a Sprint phone? I'll worry about freezing or ripping out bloatware I don't want later, I just want the choice!
Where did you get the phone? It doesn't sound like it's a retail device.
ak074 said:
Where did you get the phone? It doesn't sound like it's a retail device.
Click to expand...
Click to collapse
I got it at Sam's Club from the retail phone guy. I should add that everything else seems to work fine: Play Store access including paid apps, make and receive phone calls, 3g and LTE, wifi, GPS, etc.
GreyRogue said:
Ok, I know that this is kind of weird "problem" to post about here, but my One doesn't have any of the Sprint bloat/apps. I suspect it might be because my Network Operator Name in the About portion of Settings is "HTC" instead of "Sprint". I'm running viperboy's stock odexed 1.29.651.10. My wife, who also has a Sprint One, is running 100% stock and has all of the Sprint crap and her Network Operator is Sprint. So is this because I'm running a rooted "stock" ROM? Or is there something else going on? In any event, I kind of wanted to check out the Scout navigation app and it apparently isn't on my phone and certainly doesn't show up in the Play Store when I search for it or under the Sprint category. How can I get my phone to believe that it is a Sprint phone? I'll worry about freezing or ripping out bloatware I don't want later, I just want the choice!
Click to expand...
Click to collapse
A lot of the "stock" rooted roms still remove bloatware apps. Check the rom's thread on here and see if they were removed. Sometimes the bloat apps are still there, but moved to a different folder. That way, you can add what you want.
There was a thread on this a while back. I believe the general assumption is you got an HTC demo unit. Its htc branded as opposed to sprint branded. No issues save for missing sprint apps. If you take it back, theyll exchange it for the simple fact its branded htc. Just ruu first. No need to exchange, though.
Sent from my HTCONE using xda app-developers app
youkosnake said:
There was a thread on this a while back. I believe the general assumption is you got an HTC demo unit. Its htc branded as opposed to sprint branded. No issues save for missing sprint apps. If you take it back, theyll exchange it for the simple fact its branded htc. Just ruu first. No need to exchange, though.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I kind of wondered about that. I don't think it's really worth taking it back just for some carrier apps I'll probably end up pulling out anyway. I wonder why there seem to be so many demo units out there being sold as retail? Maybe the initial supply problems?
I dont know man. Maybe they got shipped out in retail boxes beforehand and some sprint stores never put them out on display and got them mixed up? Thats a mofo of a coincidence if so though
Sent from my HTCONE using xda app-developers app
Further research
I've poked around a little more in my system files to see if there is any reference to Sprint and found a few apks in /system/app: SprintDMS.apk, Sprint_Worldwide.apk, SprintInstaller.apk, and SprintZone.apk. If I try to install them using ES File Explorer, the installer runs and warns me that they are system apps and tells me about permissions, then fails with the message "App not installed." (Well duh, that's why I tapped on the apk....) So at least some of the Sprint stuff is on my phone, but it is dormant somehow. Is it possible that I just didn't get activated quite right after rooting? I sort of remember something called Hands-Free Activation running for several minutes on the first boot after rooting and cancelling it because it did not seem like it was going to complete. Maybe that has something to do with it?
You (or someone) changed something in your dialer settings. There is an option to turn off sprint branding in there. When you were on stock did you have any sprint animations when the phone booted?
You just have to change one setting to fix it if the problem is what I think it is.
easy fix...
1. install nova launcher
2. with nova launcher now set as launcher hold on homescreen to create new shortcut.
3. select new short cut > activities.
4. scroll down the list until you see "Update Device"... click update device then look for a "Branding" submenu.
5. Click on "Branding" and you will make a "Branding" shortcut on your Homescreen.
6. Click new "Branding" shortcut and set Branding to "Sprint"
Thank Autoprime for posting this fix. All your sprint apps will come back too. If that doesn't fix it PM me.
Sent from my LG-LS970 using xda premium
kc_exactly said:
When you were on stock did you have any sprint animations when the phone booted?
Click to expand...
Click to collapse
I don't remember for sure (I booted maybe 2 times before I got around to rooting), but I don't think so.
kc_exactly said:
4. scroll down the list until you see "Update Device"... click update device then look for a "Branding" submenu.
Click to expand...
Click to collapse
"Update Device" isn't in that list, and I didn't see Branding or anything like it in some other submenus I tried.
Just found this thread (not sure how I missed it when I was searching and reading thread titles before posting my thread). It is full of people with varying degrees of the same "problem" I have, but for some of them significant things are missing, like mobile network settings and so on. The fix is basically flashing the RUU and letting it download its Sprint package a few minutes after connecting to the network after that, then rebooting. I'm backing up all my apps now to give that a try.
GreyRogue said:
Just found this thread (not sure how I missed it when I was searching and reading thread titles before posting my thread). It is full of people with varying degrees of the same "problem" I have, but for some of them significant things are missing, like mobile network settings and so on. The fix is basically flashing the RUU and letting it download its Sprint package a few minutes after connecting to the network after that, then rebooting. I'm backing up all my apps now to give that a try.
Click to expand...
Click to collapse
I suggest HTCs built in backup. It backs up apps, settings, evrrything minus autorotate settings and lockscreen password
Sent from my HTCONE using xda app-developers app
GreyRogue said:
Just found this thread (not sure how I missed it when I was searching and reading thread titles before posting my thread). It is full of people with varying degrees of the same "problem" I have, but for some of them significant things are missing, like mobile network settings and so on. The fix is basically flashing the RUU and letting it download its Sprint package a few minutes after connecting to the network after that, then rebooting. I'm backing up all my apps now to give that a try.
Click to expand...
Click to collapse
PM me your serial number
Alright, I flashed the RUU, updated the profile and PRL and ... got the Sprint icons on the second home screen to show up! But mostly they are just links to the Play Store and the items are not available for my carrier as my carrier is still HTC. Does anyone know of a way to force my phone to get reprovisioned entirely? Maybe that would help....
And now confirmed not a demo unit, just a regular old Sprint One. So it must be something with how it got activated, right?
Do you stick with the stock option (WatchON) or use a different one? If so, which?
50/50 for me. I use WatchOn that came stock on S5. The original one had some minor problems (couldn't change channel) that the new one does not. Looks uglier but works better.
So technically 'Other'.
What still ticks me off about it is the need for an internet connection when I launch the app.
Smart remote
Sent from my GT-I9295 using XDA Premium 4 mobile app
Kaurix said:
50/50 for me. I use WatchOn that came stock on S5. The original one had some minor problems (couldn't change channel) that the new one does not. Looks uglier but works better.
So technically 'Other'.
What still ticks me off about it is the need for an internet connection when I launch the app.
Click to expand...
Click to collapse
Mine always asks, but still allows me to get the full remote, just no show preferences. There is also a way to add it to the drop-down menu.
timmytron said:
Mine always asks, but still allows me to get the full remote, just no show preferences. There is also a way to add it to the drop-down menu.
Click to expand...
Click to collapse
How very weird. I guess it wants it the first time you launch it, after that I've kept turning on the wifi for the launch, then turned it off. Just tried it, both WatchOns start without trouble. I feel a bit like a doofus. The S5 one no longer even asks.
Also smart remote here. It's not the one with the best looks but at least it's supporting all my devices - not just the sammy-sanctioned ones. And I can create custom remote layouts just the way I like them