I have P7-L10 with 32GB sdcard. I tried to set Dolphin's download dir to be on the external sdcard, but Dolphin reports: "Can't write to specified directory: The directory or partition is read_only".
I would like my download dir to be on /mnt/media_rw/sdcard1, but I cannot read media_rw directory.
Permissions are:
drwx------ media_rw media_rw 2014-10-31 15:33 media_rw
I tried to add group gid="media_rw" in /system/etc/permissions/platform.xml but with no success
<permission name="android.permission.READ_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="media_rw"/>
</permission>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
<group gid="media_rw"/>
</permission>
Does anyone have a clue how to enable external storage for the Dolphin Browser?
It is only Dolphin browser issue ? Did You KitKat SD patch installed ?
I am using Exposed module cooled Kit Kat SD card full access ver.1.2
Edit:
I have just installed Dolphin and it work properly with this patch.
Spoiler
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my HUAWEI P7-L10
Ziółek said:
It is only Dolphin browser issue ? Did You KitKat SD patch installed ?
I am using Exposed module cooled Kit Kat SD card full access ver.1.2
Edit:
I have just installed Dolphin and it work properly with this patch.
Spoiler
Sent from my HUAWEI P7-L10
Click to expand...
Click to collapse
If possible, can you share the APK of KitKat SD patch with us?
Or can you give us the download link of KitKat SD patch?
xjeternity said:
If possible, can you share the APK of KitKat SD patch with us?
Or can you give us the download link of KitKat SD patch?
Click to expand...
Click to collapse
I wrote that is Xposed framework module. Can't pull link because it downloaded by Xposed UI. But in Play market there's many similar apps. Of course first You have to root Yours device. [emoji14]
Sent from my HUAWEI P7-L10
Hi
i think you don´t need any patch.
i have changed in the (Android)Settings -Device-Memory- the Standard MemoryLocation from -Internal Memory to Sd-Card.
Then you can go with your downloads to scard1
Well, I would like to keep default storage as internal, but only few applications to have access to the external card.
With setup you have suggested it will not work, but still thanks.
kriticar said:
Well, I would like to keep default storage as internal, but only few applications to have access to the external card.
With setup you have suggested it will not work, but still thanks.
Click to expand...
Click to collapse
Try that metod step by step, for me works great without any other apps
1. Launch your favorite file manager with enabled root access rights.
You can use any app you prefer which can run elevated on your device.
For example, the 'Root Explorer' app or 'Total Commander' or 'File Manager' from CyanogenMod will do.
2. Navigate to the following file:
/system/etc/permissions/platform.xml
3. Find android.permission.WRITE_EXTERNAL_STORAGE and android.permission.WRITE_MEDIA_STORAGE lines. These are XML sections. You need to make them look exactly like the strings below:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Save the platform.xml file. It’s necessary to set the file permissions to 644 (rw-/r–/r–) before mobile restarting. Now reboot your Android device.
Related
MobileMatt FEWidgets Ultimate Theme v1.0.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
* Thanks to nicodega for creating this wonderful UI and all credit goes to him for his hard work putting this together. Please be sure to thank him for his efforts. (Donating beer is always nice..)
* Thanks to everyone else for their support
Install:
* Download and install the FEWidgets Ultimate CAB file here: http://forum.xda-developers.com/showthread.php?t=544874
* Download the MobileMatt FEWUltimate Theme and extract contents to your device (Main or Storage Card)
* Install CAB file to the Main Directory
* Re-Enable FEWidgets Ultimate and enjoy...
I have only tested these out using NRGZ28's ROM's on the AT&T Fuze (VGA) but may work with other devices.
** reserved **
** reserved 2 **
Thanks for the nice theme. Looks great on my tp
jrodizzkool01 said:
Thanks for the nice theme. Looks great on my tp
Click to expand...
Click to collapse
Thanks, I'm working on finishing the rest of the icons to match.
Couple more pics....
nice Matt
have you tried to change Phone signal size ? (from 100 pixels to 50)
brunoisa10 said:
nice Matt
have you tried to change Phone signal size ? (from 100 pixels to 50)
Click to expand...
Click to collapse
I haven't but thats a good idea.....
I've tried but not working now , I'll ask it to nicodega
resizing Signal
: resize png
and change signal.vga.xml in objects directory
<?xml version="1.0" encoding="utf-8" ?>
- <Root>
<Image Id="Icon" Image="images/icons/SignalIco.vga.png" />
- <Group Id="Widget" ZIndex="0" Size="73;51" Clip="true">
<Image Id="icon" Image="images/batsignal/SignalLeft.vga.png" DragTarget="root" Z="0" />
<Animation Id="signal" Z="1" Image="images/batsignal/signal.vga.png" X="23" Frames="6" FPS="2" FrameSize="50;50" Columns="6" DragTarget="root" CurrentFrame="0" />
<Script Source="scripts/signal.vga.js" />
</Group>
</Root>
seems I had to soft reset to work
brunoisa10 said:
resizing Signal
: resize png
and change signal.vga.xml in objects directory
<?xml version="1.0" encoding="utf-8" ?>
- <Root>
<Image Id="Icon" Image="images/icons/SignalIco.vga.png" />
- <Group Id="Widget" ZIndex="0" Size="73;51" Clip="true">
<Image Id="icon" Image="images/batsignal/SignalLeft.vga.png" DragTarget="root" Z="0" />
<Animation Id="signal" Z="1" Image="images/batsignal/signal.vga.png" X="23" Frames="6" FPS="2" FrameSize="50;50" Columns="6" DragTarget="root" CurrentFrame="0" />
<Script Source="scripts/signal.vga.js" />
</Group>
</Root>
seems I had to soft reset to work
Click to expand...
Click to collapse
YES... post a pic!
before resizing
after
same for battery
with battery.vga.xml (same values)
A little bit of Bond....
Didn't worked on my samsung Omnia
italodance said:
Didn't worked on my samsung Omnia
Click to expand...
Click to collapse
Did you install to your main memory or storage card?
mchapman007 said:
Did you install to your main memory or storage card?
Click to expand...
Click to collapse
main memory (the place that i installed the prime FEWidgetsUltimate)
then renable even reboot my device but no chance
Nice theme indeed. Will you issue a QVGA version, as well?
QVGA Version will be really helpfull.....nice skin..!
thanks, nice piece of work.
T_
I'm translating QQ Desktop Pro from Chinese to English using the UziTech Android Translator. I have successfully translated the strings.xml, but when it's reinstalled onto the device it force closes with this error:
ActivityThread | E: android.view.InflateException: You must specify a valid layout reference. The layout ID @layout/app_vertical_list is not valid.
(From CatLog)
The app_vertical_list.xml mentioned looks like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<com.tencent.launcher.VerticalAppLayout android:id="@id/all_apps_v" android:paddingLeft="0.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="70.0dip" android:layout_weight="1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.tencent.qqlauncher">
<com.tencent.launcher.AllAppsListView android:id="@id/applistview" android:background="#00000000" android:scrollbars="none" android:fadingEdge="vertical" android:fadingEdgeLength="20.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:listSelector="#00000000" android:cacheColorHint="#00000000" android:divider="@drawable/ic_list_dividing_line" />
<com.tencent.launcher.LetterListView android:id="@id/MyLetterListView01" android:background="#00000000" android:layout_width="25.0dip" android:layout_height="fill_parent" android:layout_alignParentTop="true" android:layout_alignParentRight="true" launcher:textColor="#ffffffff" launcher:textSize="12.0sp" launcher:startPadding="10.0dip" launcher:endPadding="10.0dip" launcher:rightPadding="3.0dip" />
<TextView android:textSize="30.0sp" android:gravity="center" android:id="@id/TextView_CenterChar" android:background="@drawable/bg_hitchar" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" style="\@style/app_list_hitchar" />
<com.tencent.launcher.DrawerTextView android:id="@id/drag_cache_view" android:visibility="invisible" android:layout_width="72.0dip" android:layout_height="80.0dip" style="\@style/DrawerIcon.Portrait" />
</com.tencent.launcher.VerticalAppLayout>
(I've also attached the original XML in a zipped xml)
And the r.java decompiled from the classes.dex looks like this (screenshot):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've also attached the zipped source files, as it's too big to post.
Any ideas on why it force closes? I have successfully translated the Tencent Desktop (MIUI / iPhone style launcher with no app drawer) but want to translate this one. I'll post the other one soon.
Bump
Sent from my GT540 using XDA App
ill have a look tomorrow when im at home to see what the problem is
eoghan2t7 said:
ill have a look tomorrow when im at home to see what the problem is
Click to expand...
Click to collapse
off topic
hey eoghan2t7 can you pls pm the way to hard code sdcard???
bs828 said:
off topic
hey eoghan2t7 can you pls pm the way to hard code sdcard???
Click to expand...
Click to collapse
yes i will pm you it when i get home i cant remember the script atm
@Quinny can you post a clean untranslated version of the app mine has broken aswel
eoghan2t7 said:
@Quinny can you post a clean untranslated version of the app mine has broken aswel
Click to expand...
Click to collapse
Here you go:
Download the untouched (should be) version
@Mods, This app is a pro, yet free app. I am not posting warez
This is it, no? Looks the same to me as the Chinese version you posted earlier. Not bad, but lacks some customization options.
nutterbg said:
This is it, no? Looks the same to me as the Chinese version you posted earlier. Not bad, but lacks some customization options.
Click to expand...
Click to collapse
Yeah, they put it in english the other day on the market, so I'm going to call:
PROJECT CLOSED!
Quinny899 said:
Yeah, they put it in english the other day on the market, so I'm going to call:
PROJECT CLOSED!
Click to expand...
Click to collapse
thanks a lot any way
I have a problem with this launcher.
When I choose it (after pressing the Home button) the screen turns off. It was difficult to uninstall it, but i want it so much
Someone tells me: There is no problem in cm7 rc2
s-u-f-f-e-r said:
I have a problem with this launcher.
When I choose it (after pressing the Home button) the screen turns off. It was difficult to uninstall it, but i want it so much
Someone tells me: There is no problem in cm7 rc2
Click to expand...
Click to collapse
The translated apk is dead. Use the market version
Thank you for the fast reply. The .apk what i use before was this:
http://dl.dropbox.com/u/17539072/MIUI/com.tencent.launcher-1.apk
Try it on your own risk. Before that i recommend nandroid backup
s-u-f-f-e-r said:
Thank you for the fast reply. The .apk what i use before was this:
http://dl.dropbox.com/u/17539072/MIUI/com.tencent.launcher-1.apk
Try it on your own risk. Before that i recommend nandroid backup
Click to expand...
Click to collapse
That's not the same launcher. That's just TencentLauncher, not QQ. See my other post for a working version of that
Sent from my D255 using XDA App
I see it. It's alful with this chinese stuff
Thanks again, man
Rooted Phones Only
First Install This App - http://forum.xda-developers.com/showthread.php?t=1410262
1 - Open DirectoryBind And On Root Acces Check To Yes
2 - On Menu Add New Entry
3 - (1) On Enter Source (data) Path Add This : sdcard1/Android/data/
4 - (1) On Enter Mount (target) Path Add This : sdcard/ Android/data/
5 - Add
6 - Check
7 - (2) On Enter Source (data) Path Add This : sdcard1/Android/obb/
8 - (2) On Enter Mount (target) Path Add This : sdcard/ Android/obb/
9 - Add
10 - Check
11 - (3) On Enter Source (data) Path Add This : sdcard1/gameloft/games/
12 - (3) On Enter Source (data) Path Add This : sdcard/gameloft/games/
13 - Add
14 - Check
15 - DONE
Played around with the ExtSd2InternalSd mod by mattiadj. Managed to get it working great on our xperia z Will test some more before I ask mattiadj to post the changes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ratcom said:
Played around with the ExtSd2InternalSd mod by mattiadj. Managed to get it working great on our xperia z Will test some more before I ask mattiadj to post the changes
Click to expand...
Click to collapse
wow! can't wait:good:
Wow sweet! Look forward to that
Sent from my C6603 using Tapatalk 2
Guitarfreak26 said:
Wow sweet! Look forward to that
Sent from my C6603 using Tapatalk 2
Click to expand...
Click to collapse
isnt it easier to install link2sd ??
I`m totally can`t get how this program works! If i set Source (data) - internal memory, and Mount (target) - external SD card, the program tells me that i set incorrect path name (on external sd card). I tried a choose another dir on ext SD card, still the same. But if i set Source (data) - external SD card, and Mount (target) - internal memory, just like it listed in first post, it doesn`t make sense at all, because need to move files from internal to external, not from external to internal!
I can`t get something or what ?
DennisDD78 said:
I`m totally can`t get how this program works! If i set Source (data) - internal memory, and Mount (target) - external SD card, the program tells me that i set incorrect path name (on external sd card). I tried a choose another dir on ext SD card, still the same. But if i set Source (data) - external SD card, and Mount (target) - internal memory, just like it listed in first post, it doesn`t make sense at all, because need to move files from internal to external, not from external to internal!
I can`t get something or what ?
Click to expand...
Click to collapse
Dear sir, it works by "mounting" the (external) source folder to a (internal) location. Thus it is correct to set the folder containing data as the source, and the folder you want them to appear as mount.
anyone tested ???????
hello guys,
today i m gonna tell u how to make ur volumebar like ICS on ur Gingerbread devices.....
its easy & can be made on any gingerbread device...
screenshot :->
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Q :- what is needed [requirements ]??
1. apk tool or apkmultitools or any similar program for decompiling
2. notepad ++ [ i prefer it for editing xmls ]
3. decompiling & re-compiling knowlege. [refer my thread ]
4. a mind & given resources files....
tutorial :->
Q:- > Which xml deals with the ICS Volume Bar ??
A:-> framework-res.apk -> res -> layout -> volume_adjust.xml.
<------------------------------------- STEPS ------------------------------------->
1. open ur volume_adjust.xml .
2. Replace all ur code with mine given below & save it.
My ics styled volumebar code :-->
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_horizontal" android:orientation="vertical" android:background="@drawable/ics_panel_background" android:layout_width="300.0dip" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="?textAppearanceMedium" android:id="@id/message" android:layout_width="0.0dip" android:layout_height="0.0dip" />
<TextView android:textAppearance="?textAppearanceSmall" android:id="@id/additional_message" android:layout_width="0.0dip" android:layout_height="0.0dip" />
<ImageView android:id="@id/other_stream_icon" android:padding="16.0dip" android:layout_width="0.0dip" android:layout_height="0.0dip" />
<ImageView android:id="@id/ringer_stream_icon" android:padding="16.0dip" android:layout_width="0.0dip" android:layout_height="0.0dip" />
<LinearLayout android:gravity="left|center" android:orientation="horizontal" android:layout_width="300.0dip" android:layout_height="60.0dip" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip">
<ImageView android:background="@drawable/ics_volume_ac" android:padding="16.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ProgressBar android:id="@id/level" android:layout_width="230.0dip" android:layout_height="32.0dip" android:layout_marginRight="16.0dip" android:progressDrawable="@drawable/ics_progress_horizontal_holo" style="?android:attr/progressBarStyleHorizontal" />
</LinearLayout>
</LinearLayout>
3. Now extarct this given View attachment Sources.zip in drawable folder.
note:- u can also modify .9.png according to ur need..
4. Recompile ur framework-res.apk & push into system/app.
regards,
abhi922.
dont ask for permissions --> just give credits & thanks [nothing else ]
Nice one abhi
Nice Tut ....:thumbup:
Sent from my GT-S5830i using xda app-developers app
RESERVE.
Don't work?
It doesnt work for me.
sake1001 said:
It doesnt work for me.
Click to expand...
Click to collapse
Maybe you are from Planet ZOG ....(read the OP with your eyes wide )
Nice.
Hmm...
- ICS volumebar
- ICS taskswitcher
- ICS setting switches
- ICS toggles
- ICS statusbar
- ICS-Themed Framework
It looks like we need only ICS framework base and anything else to make on our phones false ICS/JB
Nice volumebar. I've added it to my phone .
not working for me nothing is displayed when i press volume up or down key any idea..??
shlnarang said:
not working for me nothing is displayed when i press volume up or down key any idea..??
Click to expand...
Click to collapse
i think u have wrongly edited the xml file ...
try again... it should work..
abhi922 said:
i think u have wrongly edited the xml file ...
try again... it should work..
Click to expand...
Click to collapse
no bro i edited the same as given in ur guide checked 4-5 times..
shlnarang said:
no bro i edited the same as given in ur guide checked 4-5 times..
Click to expand...
Click to collapse
i cant say exactly what is the root cause....
abhi922 said:
i cant say exactly what is the root cause....
Click to expand...
Click to collapse
I'm having the same problem, once you try to adjust the volume, the device reboots,I have tried this mod several times but I'm getting the same result again.
Here is how to add init.d and write to external Sd Card support.. I decided to just give you guys easy instructions. So you can enable it yourself. This is very easy to do. Follow instructions below.
I have also provided flash-able zips to make process easier.
1.init.qcom.post_boot.sh Location system/etc. Add Init'd support by adding this line to the bottom of the script be sure there is a blank space between this line and the bottom of the script.---->>> busybox run-parts /system/etc/init.d/ >>>
2.platform.xml Location system/etc/permissions Add's write capabilities to external SDcard
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
<group gid="sdcard_all"/> <--- add this line. thats it.
</permission>
Set permissions to chmod755 rwx, rx, rx
If you enjoy my work Please give thanks.
Update;6/8/2015. Added new zips,fixed write to SD proper.
How about you tell us what this is for? What does it do? Not everyone knows what init'd and write to external SD is.
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
kenkamm said:
How about you tell us what this is for? What does it do? Not everyone knows what init'd and write to external SD is.
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
init.d gives you script support --->> write to external Sd card means you can do exactly that. .IE. Google removed this in KitKat so tibu and twrp/cwm cannot save their backups to it. Unless you give it WRITE access .
Thanks.
Sent from my SAMSUNG-SM-G900A using XDA Premium 4 mobile app
Why the F would google do this? What should we use our external SD card for if they limit it so we cannot write to it?
I feel really bad about google running the Android development they suck and when they are done there will not be any freedom left in android OS..
kgyirhj said:
Why the F would google do this? What should we use our external SD card for if they limit it so we cannot write to it?
I feel really bad about google running the Android development they suck and when they are done there will not be any freedom left in android OS..
Click to expand...
Click to collapse
they want control, and invade your privacy so the can collect data on what you do with your phone to further their business so they can be aware (SKYNET)
Sent from my SM-G900T using Tapatalk
A lot changed in kitkat. It's even worse in sense roms. I would assume it would be to encourage, buying higher value devices. With more storage. By the way I made a script to add the lines for you. I'll post it soon.
blaz1nr said:
How to add init.d and write to external Sd Card. I've made the mods already for S4's . Instead of posting what I've already made. I decided to just give you guys easy instructions.
1.init.qcom.post_boot.sh Location system/etc. Add Init'd support by adding this line to the bottom of the script be sure there is a blank space between this line and the bottom of the script.---->>> busybox run-parts /system/etc/init.d/ >>>
2.platform.xml Location system/etc/permissions Add's write capabilities to external SDcard
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
<group gid="sdcard_all"/> <--- add this line. thats it.
</permission>
Set permissions to chmod755 rwx, rx, rx
If you enjoy my work Please give thanks.
Click to expand...
Click to collapse
Is this for the S5?
Sent from my SM-G900T using Tapatalk
Yeah
---------- Post added at 12:21 PM ---------- Previous post was at 12:17 PM ----------
[/COLOR]
blaz1nr said:
Yeah
Click to expand...
Click to collapse
= do i add this (chmod77) as well if so what would it look like =
You use chmod755 pic below.I will be fixing this thread today and adding update scripts.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
blaz1nr said:
You use chmod755 pic below.I will be fixing this thread today and adding update scripts.View attachment 2850975
Click to expand...
Click to collapse
i dont have to have busybox installed do i?
Not for this. But you should always have it installed.
Nothing has to be done to platform.xml right?
Sent from my SM-G900T using Tapatalk
Only if you need SD card write ability.
Added flashable zip's on OP
I need to be able to write to my SD when use apps to download music and other things
Sent from my SM-G900T using Tapatalk
---------- Post added at 07:30 PM ---------- Previous post was at 07:28 PM ----------
blaz1nr said:
Only if you need SD card write ability.
Added flashable zip's on OP
Click to expand...
Click to collapse
I need to be able to write to my sd card when I use apps to download music and other things
Sent from my SM-G900T using Tapatalk
Flash zips on OP
blaz1nr said:
Flash zips on OP
Click to expand...
Click to collapse
one final thing hope am I suppose to flash this, I don't have recovery
Sent from my SM-G900T using Tapatalk
There's this app called flash gordon. It's supposed to be able to flash zips. Other wise just ad the lines yourself.
blaz1nr said:
There's this app called flash gordon. It's supposed to be able to flash zips. Other wise just ad the lines yourself.
Click to expand...
Click to collapse
thank you very much my good sir i know i must have been a pain. all the more THANK YOU!:good: