any ideas what soft will I need to compile/build it?
ZTE V9 Tablet
Started by
J_Martin
, Dec 13 2010 10:12 PM
#61
Posted 06 January 2011 - 03:10 PM
trying to download the source... the speed is about 5 kB/s, so long time to go...
any ideas what soft will I need to compile/build it?
any ideas what soft will I need to compile/build it?
#62
Posted 06 January 2011 - 03:36 PM
BlcakFox, on Jan 6 2011, 15:10, said:
trying to download the source... the speed is about 5 kB/s, so long time to go...
any ideas what soft will I need to compile/build it?
any ideas what soft will I need to compile/build it?
Unfortunatly the Froyo Source for the Blade also was pushed out at the same time, so theres a riot broken out over that with everyone in the world downloading it at once..
Theres loads of tutorials around the net for how to do it.... but basicaly.. unzip it, then
make ARCH=arm CROSS_COMPILE=~/android/prebuilt/toolchain/arm-eabi-4.4.0/bin/arm-eabi- $1
you need to adjust that for your enviorment of course...
and based on experience with the ZTE Blade, it wont compile from the off, so you'll need to fix the bugs/typos in their source.
#63
Posted 06 January 2011 - 04:45 PM
finally downloaded. now installing linux on virtual machine, and then I'll try to build it.
if anybody wants, I can upload the source to some filesharing (ie depositfiles)
if anybody wants, I can upload the source to some filesharing (ie depositfiles)
#64
Posted 06 January 2011 - 04:53 PM
#65
Posted 06 January 2011 - 06:08 PM
building died at
alternate url to download the source
http://depositfiles....files/uxouqywz6
CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 ln: creating symbolic link `include/asm': Operation not permitted make: *** [include/asm] Error 1
alternate url to download the source
http://depositfiles....files/uxouqywz6
#66
Posted 06 January 2011 - 10:13 PM
BlcakFox, on Jan 6 2011, 18:08, said:
alternate url to download the source
http://depositfiles....files/uxouqywz6
http://depositfiles....files/uxouqywz6
Ta, I'll have a play later today.
#67
Posted 06 January 2011 - 10:13 PM
#68
Posted 07 January 2011 - 12:37 AM
#69
Posted 07 January 2011 - 12:40 AM
Spent 5 minutes on it this morning. I can get it to compile with the attached patch, but it doesn't boot (surprise surprise). I just spliced it into my recovery.img.
Might have time later today to have another look - I'm currently fighting with java compiliation issues with cyanogen-froyo-stable
Might have time later today to have another look - I'm currently fighting with java compiliation issues with cyanogen-froyo-stable
Edited by serialmonkey, 07 January 2011 - 12:43 AM.
#70
Posted 07 January 2011 - 12:43 AM
serialmonkey, on Jan 7 2011, 00:40, said:
Spent 5 minutes on it this morning. I can get it to compile with the attached patch, but it doesn't boot (surprise surprise). I just spliced it into my recovery.img.
Might have time later today to have another look - I'm currently fighting with java compiliation issues with cyanogen-froyo-stable
Might have time later today to have another look - I'm currently fighting with java compiliation issues with cyanogen-froyo-stable
I've remebered why I hated JAVA so much... its scary how much of my Unviersity course has come flooding back... along with memories of the pain and suffering..... Im starting to think I blanked a lot of the horror out....
#71
Posted 07 January 2011 - 12:45 AM
Sebastian404, on Jan 7 2011, 00:43, said:
I've remebered why I hated JAVA so much... its scary how much of my Unviersity course has come flooding back... along with memories of the pain and suffering..... Im starting to think I blanked a lot of the horror out....
This is something they have broken - lots of people have reported the issue, but I can't google up a solution at this stage. Might just have to remove the offending code and see what happens. It's basically this problem here - http://pastebin.com/VunEG4d3
#72
Posted 07 January 2011 - 12:46 AM
serialmonkey, on Jan 7 2011, 00:45, said:
This is something they have broken - lots of people have reported the issue, but I can't google up a solution at this stage. Might just have to remove the offending code and see what happens. It's basically this problem here - http://pastebin.com/VunEG4d3
your building the froyo branch, not the gingerbread or eclair?
#73
Posted 07 January 2011 - 12:47 AM
#74
Posted 07 January 2011 - 12:49 AM
#75
Posted 07 January 2011 - 01:29 AM
is this available to buy in UK or U.S? if so what price?
#76
Posted 07 January 2011 - 11:26 AM
So Sebastian, let's say you got the cryanogen froyo stable branch to compile into an update zip and convinced the recovery to load it. You reboot and get the ANDROiD text for 60 seconds, then the device just reloads into recovery. USB never comes up.
Where would you start ? :-)
P.S. we néed to add ro.product.name to the props file of the recovery so it accepts an update zip.
P.P.S. Backup/recovery definitely works :-D
Where would you start ? :-)
P.S. we néed to add ro.product.name to the props file of the recovery so it accepts an update zip.
P.P.S. Backup/recovery definitely works :-D
Edited by serialmonkey, 07 January 2011 - 11:29 AM.
#77
Posted 07 January 2011 - 12:53 PM
@Sebastian404 & @serialmonkey:
It would be really nice if you guys succeed in what you're trying to do; ZTE support doesn't seem much enthusiastic in the 2.2 upgrade. I'll be following this thread
It would be really nice if you guys succeed in what you're trying to do; ZTE support doesn't seem much enthusiastic in the 2.2 upgrade. I'll be following this thread
#78
Posted 07 January 2011 - 07:08 PM
#79
Posted 08 January 2011 - 01:01 AM
serialmonkey, on Jan 7 2011, 11:26, said:
So Sebastian, let's say you got the cryanogen froyo stable branch to compile into an update zip and convinced the recovery to load it. You reboot and get the ANDROiD text for 60 seconds, then the device just reloads into recovery. USB never comes up.
Where would you start ? :-)
Where would you start ? :-)
harsh language mostly... have you tried swearing at it?
First thing I'd do is try the image you made in the emulator... see if that gives you any better results..
Next thing I'd try using the 'standard' boot.img with your built system.img see if its something to do with your kernel/boot build...
serialmonkey, on Jan 7 2011, 11:26, said:
P.S. we néed to add ro.product.name to the props file of the recovery so it accepts an update zip.
it is in usb.conf.. it should get picked up/set by the usbconfig process....
I've been using clockworkmod on the blade for a while without having it set... sorry still not got around to building some update zips for the V9 yet... been hella busy this week..
Edited by Sebastian404, 08 January 2011 - 01:04 AM.
#80
Posted 08 January 2011 - 03:40 PM
Not alot of success today.
Tried to build a base android froyo (not cyranmod). Good news is that it kinda booted - hung at the green screen but adb was alive. At that point I decided to restore back to my backup and everything went downhill.
Getting into 'adb shell' is a real hit-and-miss. 90% of the time I get the '#' prompt, but then it just hangs (like we saw in the past). Recovery is also having troubles seeing all my partitions. I get errors like 'Can't mount /dev/block/mtdblock4 (File exists)'. My backups won't restore and nothing boots.
So at 3am, it's time to sleep and hopefully I'll work out how to revive it in the morning.
Tried to build a base android froyo (not cyranmod). Good news is that it kinda booted - hung at the green screen but adb was alive. At that point I decided to restore back to my backup and everything went downhill.
Getting into 'adb shell' is a real hit-and-miss. 90% of the time I get the '#' prompt, but then it just hangs (like we saw in the past). Recovery is also having troubles seeing all my partitions. I get errors like 'Can't mount /dev/block/mtdblock4 (File exists)'. My backups won't restore and nothing boots.
So at 3am, it's time to sleep and hopefully I'll work out how to revive it in the morning.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top









