Guest Dio-Genes Posted October 24, 2012 Report Posted October 24, 2012 (edited) 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 October 24, 2012 by Dio-Genes
Guest MaDtech Posted October 24, 2012 Report Posted October 24, 2012 (edited) 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 October 24, 2012 by MaDtech
Guest razzmataz1478 Posted October 24, 2012 Report Posted October 24, 2012 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/
Guest hugobosslives Posted October 24, 2012 Report Posted October 24, 2012 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.
Guest MaDtech Posted October 24, 2012 Report Posted October 24, 2012 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
Guest razzmataz1478 Posted October 24, 2012 Report Posted October 24, 2012 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
Guest C3C0 Posted October 24, 2012 Report Posted October 24, 2012 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 ....
Guest razzmataz1478 Posted October 24, 2012 Report Posted October 24, 2012 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
Guest tilal6991 Posted October 24, 2012 Report Posted October 24, 2012 It's an out of memory error. Working on a fix.
Guest tilal6991 Posted October 24, 2012 Report Posted October 24, 2012 Also might throw in a jb paranoid android while I'm at it.
Guest skywalkerctu Posted October 25, 2012 Report Posted October 25, 2012 Also might throw in a jb paranoid android while I'm at it. I'm looking forward that: )thx
Guest razzmataz1478 Posted October 25, 2012 Report Posted October 25, 2012 Also might throw in a jb paranoid android while I'm at it. Ah yes you're doing this for mint aren't you ;)
Guest tilal6991 Posted October 25, 2012 Report Posted October 25, 2012 Yeah. Got all the trees set up so might as well.
Guest Verhaaltjes Posted October 25, 2012 Report Posted October 25, 2012 PA would be really wonderful. Looks like XMaster ran into too many issues whilst trying to compile it, so perhaps you can lend a hand there.
Guest J'suii J Posted October 25, 2012 Report Posted October 25, 2012 Or , boot in recovery and , Advance option - mount /system and take adb root fine
Guest hugobosslives Posted October 25, 2012 Report Posted October 25, 2012 Also might throw in a jb paranoid android while I'm at it. thank you :D :D
Guest plegdroid Posted October 25, 2012 Report Posted October 25, 2012 Also might throw in a jb paranoid android while I'm at it. yaay, thank you :D
Guest C3C0 Posted October 25, 2012 Report Posted October 25, 2012 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...
Guest plegdroid Posted October 25, 2012 Report Posted October 25, 2012 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.
Guest satanovsyn Posted October 25, 2012 Report Posted October 25, 2012 Sounds good. I will hope for it.
Guest utternoob Posted October 25, 2012 Report Posted October 25, 2012 I am sceptical, but if he's done it, I'd like to see it done
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now