Jump to content

[JB] [CM10] ColdFusionX 2 for the ZTE Skate [UPDATED - 19/11]


Guest tilal6991

Recommended Posts

Guest Dio-Genes

hi, you all know about the meaning of the word "experimental" ind the name of the roms? and though they are nightly builds they aren't even tested well anyhow, i guess.

so, problems WILL occur.

if you start changing an unstable system it can remain not responding.

Edited by Dio-Genes
Link to comment
Share on other sites

Guest MaDtech

yer either push it via adb into /system

or reflash the rom without wipe. (shouldn't change any settings/data unless you've manually modded the system)

Thanks!

I tried push from adb but no change, the code is correct?

cd C:\SDK\platform-tools

adb.exe

adb devices

adb push build.prop \sdcard\system

Edited by MaDtech
Link to comment
Share on other sites

Guest razzmataz1478

Thanks!

I tried push from adb but no change, the code is correct?

cd C:\SDK\platform-tools

adb.exe

adb devices

adb push build.prop \sdcard\system

No!


adb push build.prop /system/

Link to comment
Share on other sites

Guest hugobosslives

Thanks!

I tried push from adb but no change, the code is correct?

cd C:\SDK\platform-tools

adb.exe

adb devices

adb push build.prop \sdcard\system

as raz said.

in android the system is (for obvious reasons) on the phone memory. so it will be at the phone's root directory (think of it like the windows folder at C:\windows.)

so type: adb push build.prop /system/

you will be able to find a fresh build.prop inside any rom zip at the same location.

Link to comment
Share on other sites

Guest MaDtech

OMG! adb push build.prop /system/ didn't work but adb push build.prop /system did work. I replaced build.prop but stuck in bootloader i have to reflash rom. :s

Link to comment
Share on other sites

Guest razzmataz1478
OMG! adb push build.prop /system/ didn't work but adb push build.prop /system did work. I replaced build.prop but stuck in bootloader i have to reflash rom. :s

Ok try this:


adb push build.prop /system/build.prop

Link to comment
Share on other sites

1) enable root for "adb and apps" in development settings

2) restart adb in root mode: adb root

3) remount system partition for writing: adb remount

4) adb push ....

Link to comment
Share on other sites

Guest razzmataz1478
1) enable root for "adb and apps" in development settings

2) restart adb in root mode: adb root

3) remount system partition for writing: adb remount

4) adb push ....

Oh wow how did I miss that :P

Link to comment
Share on other sites

Guest plegdroid
Don't know if it's a hoax or not but someone in blade's cm9 thread claims he got YouTube hq working on cm9...

he's put the rom up, awaiting feedback from our blade cousins.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.