Closed
Bug 1003648
Opened 12 years ago
Closed 8 years ago
[Tarako] Support install application to sdcard
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
WONTFIX
| tracking-b2g | backlog |
People
(Reporter: lianxiang.zhou, Assigned: jesse.ji)
Details
(Whiteboard: [tarako_only][sprd312386])
Attachments
(1 file)
|
22.54 KB,
patch
|
fabrice
:
review-
|
Details | Diff | Splinter Review |
Our device storage is too small to install too many application. So we need install them to sdcard.
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(james.zhang)
Comment 1•12 years ago
|
||
That has been discussed in the past: see https://groups.google.com/forum/#!topicsearchin/mozilla.dev.b2g/sdcard|sort:date|spell:true/mozilla.dev.b2g/aVUq6Kck1D4
There's no chance to do that for 1.3t
Updated•12 years ago
|
Flags: needinfo?(ttsai)
Comment 3•12 years ago
|
||
Jesse, please try this new feature.
Assignee: nobody → jesse.ji
blocking-b2g: --- → 1.3T?
Updated•12 years ago
|
Flags: needinfo?(ttsai)
Updated•12 years ago
|
blocking-b2g: backlog → 1.3T?
Whiteboard: [tarako_only][partner-blocker]
Comment 5•12 years ago
|
||
See comment 1. We won't do that anytime soon. What we will have is import/export of apps to the sdcard (bug 982874), but not installing them and running them from the sdcard.
Comment 6•12 years ago
|
||
triage: base on comment 5, its not going to happen. to backlog
blocking-b2g: 1.3T? → backlog
Comment 7•12 years ago
|
||
Jesse, please uplift you patch and let owner review.
We need land it on v1.3t.
Status: UNCONFIRMED → ASSIGNED
blocking-b2g: backlog → 1.3T?
Ever confirmed: true
Flags: needinfo?(kli)
Updated•12 years ago
|
Whiteboard: [tarako_only][partner-blocker] → [tarako_only][partner-blocker][sprd312386]
Fabrice, could you help review my patch?
Known issues:
1. Could not open UMS if apps in sdcard have been opened.
2. Security issue of sdcard webapps. Need to protect .b2gapps/webapps directory in sdcard.
Attachment #8422288 -
Flags: review?(fabrice)
Comment 9•12 years ago
|
||
Comment on attachment 8422288 [details] [diff] [review]
move_apps_to_sdcard.patch
Review of attachment 8422288 [details] [diff] [review]:
-----------------------------------------------------------------
Instead of trying to automatically install to the sdcard I'd really prefer to let the user actually move the app to the sdcard.
With your patch we will end up with unlaunchable apps if the user changes or removes the sdcard, but we won't have cleaned up the app data that is still stored under /data/local/storage for instance.
Attachment #8422288 -
Flags: review?(fabrice) → review-
| Assignee | ||
Comment 10•12 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #9)
> Comment on attachment 8422288 [details] [diff] [review]
> move_apps_to_sdcard.patch
>
> Review of attachment 8422288 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Instead of trying to automatically install to the sdcard I'd really prefer
> to let the user actually move the app to the sdcard.
> With your patch we will end up with unlaunchable apps if the user changes or
> removes the sdcard, but we won't have cleaned up the app data that is still
> stored under /data/local/storage for instance.
Since your team is working on this on master, we won't add any webapi on navigator.mozApps, so automatically installing to sdcard is the best choice on Tarako.
If you insist on handing over installing choices to users, you need to persuade marketplace owner to make changes for Tarako only.
Comment 11•12 years ago
|
||
Jesse, no one is working on that on master, because it's a large feature we haven't planned to do so far. See the link in comment 1 for details on the (large) scope. What we are working on is something simpler to import and export apps to the sdcard in bug 982874.
In any case there would be no marketplace change needed. We would have a "move to/from sdcard" option in the settings app instead, or an option in the install dialog that is managed by the system app.
Comment 12•12 years ago
|
||
triage: this is a big feature, lets put this to backlog
ni? Steven
blocking-b2g: 1.3T? → backlog
Flags: needinfo?(styang)
Comment 13•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #12)
> triage: this is a big feature, lets put this to backlog
> ni? Steven
This feature is not committed. leave it as POVB if partners still want it.
Flags: needinfo?(styang)
Comment 14•12 years ago
|
||
As per offline discussion with , if ODM/OEM need this feature, they can pick patch from this bug.
Flags: needinfo?(kli)
Comment 15•12 years ago
|
||
(In reply to Kai-Zhen Li from comment #14)
> As per offline discussion with , if ODM/OEM need this feature, they can pick
> patch from this bug.
Discussion with who?
Of course they can do that, but this patch is missing a lot of important pieces.
Comment 16•12 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #15)
>
> Discussion with who?
> Of course they can do that, but this patch is missing a lot of important
> pieces.
Sorry for the mistake, I am not aware that the name is deleted accidentally.
I discussed with James.Zhang.
Updated•12 years ago
|
Whiteboard: [tarako_only][partner-blocker][sprd312386] → [tarako_only][sprd312386]
Updated•11 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 17•8 years ago
|
||
Firefox OS is not being worked on
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•