Joined
·
253 Posts
Would apps on SD-card be possible on the aPad as it is on my phone? I guess in theory, it's "just" to add an EXT partition on the sd card, have it mounted somewhere (it's on /sd-ext on my phone) move all apks in /data/app to /sd-ext/app and symlink /data/app to /sd-ext/app? I know too little Linux in general and of the initialization process in particular, but I take it it's somewhere in init.rk28board.rc the job should be done.Perhaps have a check if there is any ext partition on the sd card and if so mount and symlink, if not just perform a "std" startup