Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if it would work, could apps from the sd card be opened by the phoneThere is a patch for the sd card issue I have to find it
There are apps that can move apps to sd cardif it would work, could apps from the sd card be opened by the phone
Here's my screen shot
C:\Users\Alex\Desktop\ADB and Fastboot>fastboot flash recovery recovery.img
sending 'recovery' (7986 KB)...
OKAY [ 0.302s]
writing 'recovery'...
I did read about root on another site
I downloaded the one that came with the software update for this phoneAwesome, thanks. I was trying this last night but fastboot wouldn't recognize the phone. I downloaded the universal driver but it kept saying waiting for device? What drivers do you have installed?
It isn'tWas it in the .zip file?
Hm, I've tried the drivers that came with the update and I've tried the universal driver but when I enter "fastboot boot z998-cwm-recovery.img" I just get "waiting for device"It isn't
It's in the official zte KitKat software update for z998
<permission name="android.permission.READ_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
</permission>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
</permission>
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
</permission>
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="media_rw" />
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
</permission>
Dude, you just got me so pumped. It's been way too long since I've had a CM rom.i've been running the official kitkat update for about a week now.
system/etc/permissions/platform.xml has to be edited for proper permissions to write to external storage when unrooted and rooted alike--very similar to how the one for the moto xoom has to be done on every rom for proper external storage permissions.
i edited these sections of the file like so:
one could add media_rw to each one as well which would make it hypothetically possible to install apps in data/media
PHP:<permission name="android.permission.READ_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="sdcard_all" /> </permission> <permission name="android.permission.WRITE_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="sdcard_all" /> </permission> <permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" > <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="sdcard_all" /> </permission> <permission name="android.permission.WRITE_MEDIA_STORAGE" > <group gid="media_rw" /> <group gid="sdcard_r" /> <group gid="sdcard_rw" /> <group gid="sdcard_all" /> </permission>
usb mtp never worked in stock jelly bean for me on the device in either windows or linux. it works just fine in kitkat.
i've got several pre-builds of a proper cm11 port for the device using its actual settings and not those from the radiant. wifi has been an issue though.
just wait, a proper rom is in tow finally for this great phone.
Were you also able to flash cwm recovery?I got root access!
STEPS:
1. unzip z998-cwm.zip and put the img on the root of ADB and Fastboot folder
1. send UPDATE-SuperSU-v1.94.zip to phone
2. type adb reboot bootloader in terminal
3. type fastboot boot z998-cwm.img
4. flash UPDATE-SuperSU-v1.94.zip to phone
DOWNLOADS:
down below
Were you also able to flash cwm recovery?