Bug #5254
on uninstall/install, Orbot cannot kill processes left running
Status: | In Progress | Start date: | 06/04/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | hans | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | v15 - MayPhlowerz | |||
Component: |
Description
Sometimes when Orbot is uninstalled, then reinstalled, Orbot gets a new UID. If any old @ or
@ or left running, then the new Orbot cannot kill them because they are running under the old UID.
root@grouper:/ # ps | grep torproject u0_a99 20968 132 719080 65364 ffffffff 40113844 S org.torproject.android u0_a64 29327 1 960 328 c010d328 401aa8cc S /data/data/org.torproject.android/app_bin/polipo
Related issues
History
#1 Updated by n8fr8 over 2 years ago
Reboot!
#2 Updated by hans over 2 years ago
- Status changed from New to In Progress
- Assignee set to hans
Orbot should aide the user somehow. I implemented a notification telling them to reboot. If they have root support, then it should be able to kill anything. I took a quick stab at that.
#3 Updated by n8fr8 over 2 years ago
Sure would be nice if there was an uninstall hook too of course.... but yeah, Good ideas!