mbonin / boot-unlocker-gnex

Automatically exported from code.google.com/p/boot-unlocker-gnex
1 stars 0 forks source link

Don't run processes from Main Thread #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
External commands should not be run from main thread.  Investigate the use of 
background threads to exec() su for changes, and Handlers to sync up and update 
the GUI.

This should ideally to the su's that _read_ param as well as those that write 
it.

Original issue reported on code.google.com by jmason...@gmail.com on 23 Jun 2012 at 9:22

GoogleCodeExporter commented 8 years ago
This causes UI update errors, as well as multiple su authorization requests on 
initial startup.

Original comment by jmason...@gmail.com on 23 Jun 2012 at 7:23

GoogleCodeExporter commented 8 years ago

Original comment by jmason...@gmail.com on 23 Jun 2012 at 7:27

GoogleCodeExporter commented 8 years ago

Original comment by supp...@jmason888.com on 25 Jun 2012 at 5:02