Jump to content

[JB] [CM10] [4.1.1] CyanogenMod 10 for the ZTE Crescent [ROM] [Last updated: 01/09]


Guest Dazzozo

Recommended Posts

Guest AmbushReality

I know it is not my phone it was just a report of an issue and hopefully with some useful info to fix it. Love this CM10 Rom some great work by Dazzozo and all the others who help bring it to our phones

Unfortunatly, I Dont think its some that Dazzozo can Fix :)

Link to comment
Share on other sites

Guest robt77

ah well never mind, have reverted to the earlier release which runs well for me. I don't know how he manages to get all these Roms and fixes out. i tried to port a rom a week or so ago took me ages just ot actually get it to boot but the wifi still will not work for love nor money :)

Link to comment
Share on other sites

Guest PsYcHoKiLLa

Has anyone figured out why it won't let you install apps you've paid for? Seems fine with free apps but the bought ones bring up the sdcard error even if you enabled the sdcard security setting (could this new thing be something to do with it?)

...some time later...

After a bit of Google Fu I found the following, could it be a similar fix for us?

So I checked out logcat to see why some of my apps were not restoring correctly through TiBu. I found out that we were indeed missing make_ext4s and setup_fs in /system/bin.

After more checks, the problem was the exact same for paid apps through the market.

http://forum.xda-dev...3&postcount=279

I attached the zip file he attached to his post. Just gonna do a CWM backup and then try flashing it, can't hurt :)

...some more time later...

Well that didn't help but maybe the same fix?

I looked at the updater-script, this was inside...

ui_print(" Mounting /system...");

run_program("/sbin/busybox", "mount", "/system");

show_progress(1, 15);

ui_print(" Copying stuff...");

package_extract_dir("system", "/system");

ui_print(" Setting permissions...");

set_perm(0, 0, 0755, "/system/bin/make_ext4fs");

set_perm(0, 0, 0755, "/system/bin/setup_fs");

ui_print(" Unmounting /system");

run_program("/sbin/busybox", "umount", "/system");

ui_print("Done. You can reboot now.");

This post also mentions a similar fix being added...

http://forum.xda-developers.com/showthread.php?t=1781970

Included setup_fs and make_ext4fs

market-sdcard.zip

Edited by PsYcHoKiLLa
Link to comment
Share on other sites

Guest MadEye Moody

Am I the only one getting bootloops after flashing and after attempts to troubleshoot, it automatically getting fixed ?

Must be something I missed to do before compiling. But what I can't understand is how it gets corrected

Also at the time of these bootloops, i'm not able to remount /system rw. permission issue.

Is it normal to have this is the boot log

W/SurfaceFlinger(  112): hwcomposer module not found[/CODE]

Edited by MadEye Moody
Link to comment
Share on other sites

Guest dodgetimmy

Daz, great to see again the latest android version for the crescent!! Thanks so much.is there any idea if or when the front camera will be working for any of the cm roms?

Link to comment
Share on other sites

Guest welshrage

just flashed the latest build of this.. f##kin amazing man... smooth,fast,sweet.. only prob i got, got my gps turmed off and every now and again i get a gps symbol in top left of notification bar sayin searching for gps,have deleted maps in the hope that it was that which was accessing gps and it still happening, any ideas? ps sorry been away a while,have been busy. great work though Daz seriously

Link to comment
Share on other sites

Guest Sonuxis

Hey guys :)

I'm on CM9 right now and would love to try out this rom, what TPT should be used for this one? I haven't found any info about it in the OP. I'm still on stock partitions...

Link to comment
Share on other sites

Guest AmbushReality

Hey guys :)

I'm on CM9 right now and would love to try out this rom, what TPT should be used for this one? I haven't found any info about it in the OP. I'm still on stock partitions...

Probably Stock, as that as the most ROM Memory

Link to comment
Share on other sites

Guest Dazzozo

Unfortunatly, I Dont think its some that Dazzozo can Fix :)

I actually think I broke it...

Am I the only one getting bootloops after flashing and after attempts to troubleshoot, it automatically getting fixed ?

Must be something I missed to do before compiling. But what I can't understand is how it gets corrected

Also at the time of these bootloops, i'm not able to remount /system rw. permission issue.

Is it normal to have this is the boot log

W/SurfaceFlinger(  112): hwcomposer module not found[/CODE]

I am merging a lot of gerrit patches before I build - some are in the qcom display area. That might be the problem for you.

Edit: yeah I have some libcopybit patches and that's enabled in the BoardConfig, but you don't have them locally.

This is one: http://review.cyanogenmod.com/#/c/19700/

Daz, great to see again the latest android version for the crescent!! Thanks so much.is there any idea if or when the front camera will be working for any of the cm roms?

No idea, sorry, bigger priorities at the moment. I'm not talking about any bugs or broken hardware until we get everything working acceleration wise.

just flashed the latest build of this.. f##kin amazing man... smooth,fast,sweet.. only prob i got, got my gps turmed off and every now and again i get a gps symbol in top left of notification bar sayin searching for gps,have deleted maps in the hope that it was that which was accessing gps and it still happening, any ideas? ps sorry been away a while,have been busy. great work though Daz seriously

Cheers! :D

Link to comment
Share on other sites

Guest dodgetimmy

Ah Oki!.keep up the good work! Such a shame about the qualicom drivers, and unfair to be penalised just because the crescent has an older architecture cpu!

Link to comment
Share on other sites

Guest MadEye Moody

It's fixed internally but there's no build yet.

:) :) Sync and compile

eh... and pull the new changes which are waiting to pass review, then compile

Link to comment
Share on other sites

Guest PsYcHoKiLLa

Was it the same problem? I tried the zip file they had attached, didn't seem to fix it and had a look at the files inside, there didn't seem to be any device specific stuff.

Link to comment
Share on other sites

Guest Barden95

firstly i must say that you are a complete legend for doing this and secondly, how would i be able to update the rom without having to do a wipe cache install??

Link to comment
Share on other sites

Guest Dazzozo

Wiping cache is a placebo anyway. Android automatically detects when caches are outdated because it signature checks the apks. If you're wiping cache that's a redundant step, not to mention that a data wipe formats every partition where any cache can be stored.

If you mean without wiping data, you can try it but if you start having weird problems you're going to have to wipe data.

Link to comment
Share on other sites

Guest MadEye Moody

How do I manage CM9 and CM10 source directory together?

Presently, I have

~/android/source/cm9

and

~/android/source/cm10

From what I understand, these are 2 branches in the same/similar collection of projects, so there should be a way to have just 1 directory for both and checkout the branch as needed.

Link to comment
Share on other sites

Guest MadEye Moody

I may be able to setup a cronjob to sync, apply display patch, compile and upload zip to some server if anyone has a server. Or i could just use dropbox if anyone is interested.

Link to comment
Share on other sites

Guest PsYcHoKiLLa

You should really use Google Drive to be honest, Dropbox isn't really good with people mass sharing files but Google is pretty much fine with it. That would be wicked if you could do that.

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.