[mythtv] Installing gdbserver on android

David Engel david at istwok.net
Sun Jul 1 02:44:47 UTC 2018


On Sat, Jun 30, 2018 at 09:02:04PM -0500, David Engel wrote:
> On Sat, Jun 30, 2018 at 04:48:30PM -0400, Peter Bennett wrote:
> > searching the web I found a page that says the recommended method of getting
> > files into your app data directory is via the temp directory
> > 
> > > adb push data.db /data/tmp/data.db
> > > adb shell
> > # su # or run-as com.me.app
> > # cp /data/tmp/data.db /data/data/com.me.app/databases/data.db
> > 
> > On the shield, however, the temp directory is actually /data/local/tmp
> 
> 127|darcy:/data/data/org.mythtv.mythfrontend $ ls /data/local/tmp
> ls: /data/local/tmp: Permission denied
> 
> I get the same when not using run-as too.

Correction.  Using plain adb shell without run-as, I can see
/data/local/tmp.  Still can't with run-as.

David
-- 
David Engel
david at istwok.net


More information about the mythtv-dev mailing list