Related
I rooted my hero and when goind adb shell and su i got a SU Request, I hit always allow and it worked.
But now useing wifi tether or quickboot the SU Request does popup but is empty.
There are no buttons to select.
Any hint why?
BR
phlo
enabling settings------applications------development, and turned debugging on
fixed it !!
hi folks, i've also just rooted my hero and when i start setCPU i got "SU request" above, but the rest of the screen is black and i've never had chance to choose allow! after a couple of minutes i receive the message saying "Superuser Permission not responding"!
any ideas?
thx in advance.
opticalfiber said:
hi folks, i've also just rooted my hero and when i start setCPU i got "SU request" above, but the rest of the screen is black and i've never had chance to choose allow! after a couple of minutes i receive the message saying "Superuser Permission not responding"!
any ideas?
thx in advance.
Click to expand...
Click to collapse
Had the same as you describe. After restarting the whole procedure for rooting again it worked for me. The only difference that i did the second time was typing the instructions in the cmd-box instead copy and paste..
I followed these instructions:
http://forum.xda-developers.com/showpost.php?p=4257045&postcount=38
thank you this helped me with my droid when i had issues with the su request
Hi,
I don't know if this is possible because I have not found any setting to deactivate this. At least for me is a lil annoying... does anyone know how to do it?
Thanks!
siukeee said:
Hi,
I don't know if this is possible because I have not found any setting to deactivate this. At least for me is a lil annoying... does anyone know how to do it?
Thanks!
Click to expand...
Click to collapse
At the moment you cannot turn off Haptic Feeback for the keys at the bottom of the phone. Motorola says it's a bug. Maybe it'll get unbugged soon.
chmod 0444 /sys/class/timed_output/vibrator/enable
would totally disable the vibrator.
jakiej said:
chmod 0444 /sys/class/timed_output/vibrator/enable
would totally disable the vibrator.
Click to expand...
Click to collapse
What does that mean?
I think if you don't know what it me, you shouldn't try it ^^.
jakiej said:
chmod 0444 /sys/class/timed_output/vibrator/enable
would totally disable the vibrator.
Click to expand...
Click to collapse
It works, thank you, maybe someone can do an app to make this automaticaly.
autostart
fgendorf said:
It works, thank you, maybe someone can do an app to make this automaticaly.
Click to expand...
Click to collapse
one option is to use this with the autostart app.
jakiej said:
one option is to use this with the autostart app.
Click to expand...
Click to collapse
Can someone give more details how can i do that? As i can understand this is a command how can i execute it and how can i put it in startup.
*delete post*
Sent from my Defy
"How to"
In order to turn off keys vibration, you need to
- Have root on your defy (you can use z4root application, use google, download apk, install it)
- Have explorer that is able to view/edit system files (f.e. Super Manager from Android Market, remeber set "use Root" in this app settings)
- Go to the folder /sys/class/timed_output/vibrator/ with f.e. Super Manager
- Create file called "enable", and then change this file atributes (chmod 444 - read, read read) for this file with super managers, and thats all.
Regards.
headblow - your instructions work brilliantly until the phone's rebooted, and then the vibrations come back. Any way to make that stick so it's not reset every time?
Can u plz make an update zip file.
headblow said:
"How to"
In order to turn off keys vibration, you need to
- Have root on your defy (you can use z4root application, use google, download apk, install it)
- Have explorer that is able to view/edit system files (f.e. Super Manager from Android Market, remeber set "use Root" in this app settings)
- Go to the folder /sys/class/timed_output/vibrator/ with f.e. Super Manager
- Create file called "enable", and then change this file atributes (chmod 444 - read, read read) for this file with super managers, and thats all.
Regards.
Click to expand...
Click to collapse
Sent from my MB525 using XDA App
Found a couple of interesting things on another forum:
There's an app someone has cooked up that will make the permission changes to the file for you, so you don't have to hunt around in Super Manager or similar file explorer.
There's no way to make the change permanent, because you're not dealing with a physical file on disk. There's an app called Autostart than runs a script as root on startup though, so adding something like:
chmod 444 /sys/class/timed_output/vibrator/enable
into that script should always turn off vibration on startup. Haven't tried it yet, wife's phone is with her at work.
Worket for me
but how ever here is just temp when i get reboot the vibrate back , but i have a bug the call is to disable vibrations and for the call vibration is neccessary , i wish disable only for the butons
I''m disabling vibrations globally with application Streak Vibrations. Vibrating during unlocking device and button feedback drives me mad.
seukumeama said:
but how ever here is just temp when i get reboot the vibrate back , but i have a bug the call is to disable vibrations and for the call vibration is neccessary , i wish disable only for the butons
Click to expand...
Click to collapse
Hi,
I have a defy (stock 2.1) since some months now ... and I have got the same annoying issue...
Because I found nothing to answer this problem, I coded an app for myself some days ago ... but if it can help someone else ...
However, you must to be root for a full using of it.
This app stops the vibrate totaly (with a 0444 on /sys/class/timed_output/vibrator/enable) but switch it to enable (with a 777) when a call.
The app can be started at boot.
Fits perfectly for my usage ... but I'm aware if you have suggestions to improve it. Sources are shared on a SVN if someone wants them.
(I can post the url later when I have enough rights to post a link on this forum).
(sorry for my english and for the crap icon for the app : I'm not a designer )
EDIT : link for downloading is removed because a topic about VibraFix is created here.
is the problem still present on android 2.2 ?
yes on my defy with official update (Android2.2.2 / 34.164.3.MB525.Retail.en.FR).
I still using my app ^^
Cynyx said:
Hi,
I have a defy (stock 2.1) since some months now ... and I have got the same annoying issue...
Because I found nothing to answer this problem, I coded an app for myself some days ago ... but if it can help someone else ...
However, you must to be root for a full using of it.
This app stops the vibrate totaly (with a 0444 on /sys/class/timed_output/vibrator/enable) but switch it to enable (with a 777) when a call.
The app can be started at boot.
Fits perfectly for my usage ... but I'm aware if you have suggestions to improve it. Sources are shared on a SVN if someone wants them.
(I can post the url later when I have enough rights to post a link on this forum).
(sorry for my english and for the crap icon for the app : I'm not a designer )
Click to expand...
Click to collapse
Freakin' awesome! I've been trying to get the haptic to stop. This worked perfectly. Maybe you should post it in the apps thread, and/or Market? Or is it there? Either way thanks so much!
bobbyphoenix said:
Freakin' awesome! I've been trying to get the haptic to stop. This worked perfectly.
Click to expand...
Click to collapse
Nice this app can help you.. Thanks for your feedback.
bobbyphoenix said:
Maybe you should post it in the apps thread,
Click to expand...
Click to collapse
It's more a fix than a real app ... and why duplicate threads ? The fix answers the question imho.
bobbyphoenix said:
and/or Market?
Click to expand...
Click to collapse
Nope. I think I will not pay for publishing a fix for the Defy ...
The only thing I will do one day : change the icon because I don't like it and enable vibrate for SMS/MMS.
I updated my phone to 4.3, and since then the problem of changing the locale is annoying me. How do I change it? It's asking to use the "pm" command, but I can't find it how to use it. I learned that there is a way to add a permission to change the locale from ADB Shell, but when I connect my phone, nothing happens. I can't find a good starting point, can't find good documentation on how to connect my phone to change the permission from command prompt. I tried Better Terminal, but it didn't help. Please, people, I need your help. In case I won't be able to find how to unlock it, I'll have no other choice but to root my phone in hope MoreLocale will be able to get the permission by itself. And in case the phone would get bricked, I'll be blaming Google for ruining my phone.
Hi All,
Anybody using Tasker on Redmi X2 - Recently migrated from MIUI and facing lot of iffuce in the is color OS 6..1- Want to check for similar mind people
bino_mat said:
Hi All,
Anybody using Tasker on Redmi X2 - Recently migrated from MIUI and facing lot of iffuce in the is color OS 6..1- Want to check for similar mind people
Click to expand...
Click to collapse
Tasker is running fine on my X2 EU version. No problems up to now
Note4Addict said:
Tasker is running fine on my X2 EU version. No problems up to now
Click to expand...
Click to collapse
That is is interesting !! - 2 problems I encountered are
1.Tasker toasts are working only with in Tasker context - I mean if open the tasker and a do a flash message ,it flashes the message- But when on a normal working (Tasker is in background) - no toast message appears.
2.Even if I enable all of the permission,when Tasker tries to switch on the WIfi with in Tasker context as window popes out asking Tasker want to switch on Wifi - Allow or Prohibit -
If Tasker is in background,this window can't appear and nothing happens.
Finally ,I went to Developer options,Disabled the permission monitoring(last option) s- that this started working
Can you please confirm on these 2 points?
Confirm that! I had exactly the same problem with wifi on/wifi off and had to disable permission monitoring to get it working. It was the same for the initial adb permission command you need to get Tasker up and running. Unfortunately, at the moment I haven't got the chance to look into it but from version 5.9.2 Tasker has the new adb wifi commands which give it almost root like power. Perhaps one of these would be able to overcome the permission monitoring problem so that we can keep it active. Try it if you can, I would be very interested to hear if you managed to get that working.
Note4Addict said:
Confirm that! I had exactly the same problem with wifi on/wifi off and had to disable permission monitoring to get it working. It was the same for the initial adb permission command you need to get Tasker up and running. Unfortunately, at the moment I haven't got the chance to look into it but from version 5.9.2 Tasker has the new adb wifi commands which give it almost root like power. Perhaps one of these would be able to overcome the permission monitoring problem so that we can keep it active. Try it if you can, I would be very interested to hear if you managed to get that working.
Click to expand...
Click to collapse
Sorry I didn't get some part of your message _"It was the same for the initial adb permission command you need to get Tasker up and running" - Can you pl elaborate?
" Try it if you can..." - it means the ADB wifi commands ?I couldn't locate any permission disabling commands with adb wifi.
One good news is that I tried out Tasker in Android 10- COlor OS 7 and I see that Toast functionality is working in that
bino_mat said:
Sorry I didn't get some part of your message _"It was the same for the initial adb permission command you need to get Tasker up and running" - Can you pl elaborate?
" Try it if you can..." - it means the ADB wifi commands ?I couldn't locate any permission disabling commands with adb wifi.
One good news is that I tried out Tasker in Android 10- COlor OS 7 and I see that Toast functionality is working in that
Click to expand...
Click to collapse
Good news that Tasker works well in Color OS 7 which will get around March it seems. Regarding the initial ADB permission, I meant the message you get when you first install Tasker on a non-rooted device. In that case you need to execute a specific permission command via ADB to get Tasker up and running correctly.
What I meant with "Try if you can..." is that If you have the opportunity you may want to check if perhaps one of the new ADB wifi commands would be capable of setting wifi on and off despite permission monitor being active instead of disabled as we're doing now. Hope that will work so we can keep permission monitor active.
Guess ,it is more of Color OS issue , with the battery saved enabled,Tasker is missing the Alarm - I did a simple experiment of logging of BAttery level to a file in every 10 minutes.
If I look at the file now ,either the logging is not continuous or stopped after sleeping for one or hour or so !!! -- But this is not the case with MIUI - It's sharp on time with battery saver or not.
More importantly one thing I noticed is that when battery saver is on ,you can't lock the application in memory - Flip side , with battery saver on ,if I invoke recents and clear the memory ,evrything will be wiped and even when battery saver is off,the applications which you want to be in memory in normal condition will not be there!!!
Bluetooth problems with Android 10:
With my Realme X2 and Realme Ui 1.0 (Android 10) i can not start Bluetooth because my smartphone always asks with an popup for an permission ("Tasker needs the following permission: set Bluetooth on/off"). My desktop links give me the error code "action bluetooth failed".
How can i disable this popup asking for an permission? Or can i made tasker to click on yes itself?
I have a second space issue, and i hope someone can help me out. i have pictures of my deceased grandmother in my second space, but the problem is that when i enter my password it shows "too many incorrect attempts and 85000 seconds to try again. i go back and try again the correct password same message and the second still on countdown. there is " forgot password" and it doesnt give any options except to how to wipe the data. Is there any other way to retrieve picture through the phone on a laptop or i should root it so i have complete acces? thank you any advice would be extremely appriciated
How long do you wait between attempts?
Also, did you try this?
https://c.mi.com/thread-1430128-1-0.html
when i enter my correct password its shows the message with wrong attempts and starts at 85000 seconds, if i try again in a minute its 84940 seconds. so i though 85k second is almost 24 hours, so i waited 24 hours and then it starts at 85000 seconds again.
Is resetting the password as the link I posted suggested an option?
there is no forgot password option, even before entering password. i had it twice that forgot password showed up, i click on it and then it suggests how to wipe data, no other option as suggested in your link
Well, I guess getting root is your best option then.
Make sure the bootloader is unlocked before attempting anything
but would you know where these files (pictures) might be located from the second space? or maybe try to delete password of second space so it would be possible to access? Thank you for your time and advice
No, I don't know. But I can guess if you like.
However it is probably protected, so you might need root.
Try looking under /storage/emulated, possibly under /mnt/user.
okay i will try that, appriciate your help)