ZTE Grand X V970M Development - ZTE Grand X V970

Hi all! ^^.
You guys might have (or not) noticed that ZTE has been developing some cool phones lately. This time it's the ZTE Grand X V970M. Here in Venezuela it's a big boom, running out of stock mere hours after arriving in a store, due to its cheap price and capabilities.
I've had Motorola Defy and HTC Magic before and even though this ZTE doesn't feel as heavy or "sturdy" as those phones, it's blazing fast and features ICS already, so it's pretty awesome, not to mention a nice GPU. It also features a MK6577 SoC, kind of rare in the Android world as I can't seem to find any CM/AOSP/AOKP/Stock compilation guide or ROM .
Small review aside, I'm not asking for XDA to make a sub-forum for the Grand X series (though if XDA does it would be awesome, there's a big community building up on facebook for development and such), but making a single-thread-has-them-all isn't a bad idea for the meanwhile, I guess.
The point of this thread is to contain information on how to develop for the V970M: ROM cooking, kernel compiling, etc. aswell to find out WTF did ZTE include in the phone software, such as custom apps, build.prop settings, you know, to dissect and discover what can we modify on this device so it performs even better. Well, that's the essence of hacking isn't it? to get more knowledge and make everything work in a customized way?
I will start with a list of non-common APKs I found in the stock ROM (RET-VE-QB128D-P175A20V1.0.0, the most up-to-date and stable yet), as there are some I don't know what is their purpose, it would be a good idea to have a dictionary of sorts.
You guys can help by providing links to ROMs, cool stuff, apps, hardware info that could be useful, etc so we can at least get some concise and good info for when XDA makes us a sub-forum (yay!, right? XD).
Anyways, time to reserve a few posts, let's have fun developing! ^^
- DARKGuy

Guides, FAQs and CUSTOM ROMS
Real useful guides + custom ROM by bgcngm! -> http://forum.xda-developers.com/showthread.php?t=1856578
HOWTOs
Unpack system.img (or any other .img) from the ZTE stock ROMs (says it's for SGS but it works for ZTE, just rename system.img to system.ext4.img and there you go)
Porting CWM Recovery to MT6577 phones (they "work" but you can only scroll using volume keys and menu. No other button does an action so it's kinda useless but good tutorial and know-how nonetheless)
Porting CWM Touch Recovery to MT6577 phones (I haven't tested this one yet. Since it's based on Lewa's I'd dare to say it works as Lewa's stock one works pretty good so my opinion is based on that
Development
ZTE Kernel Source Code (Tegra2 only!): http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1002402
Info
"Unknown" APK files in /system/app:
Code:
ActivityNetwork.apk = ???
ArabicPack.apk = Arabic lang pack?
AtciService.apk = ???
BackupRestoreConfirmation.apk = Shows up when you activate a backup/restore operation, it seems, according to Bin4ry's root script as it invokes a function which does that.
CangjieQwertyPack.apk = Chinese lang pack?
CDS_INFO.apk = ???
CellConnService.apk = ???
ChsHandWritePack.apk = Chinese lang pack?
ChsPack.apk = Chinese lang pack?
ChtPack.apk = Chinese lang pack?
dm.apk = ???
EngineerCode.apk = MediaTek Eng/Debug APK?
EngineerMode.apk = MediaTek Eng/Debug APK?
EngineerModeSim.apk = MediaTek Eng/Debug APK?
fota_zte.apk = OTA Updates?
FrenchPack.apk = French lang pack?
Galaxy4.apk = Live wallpaper it seems
GMS_Maps.apk = Google Maps
InternalEngineerMode.apk = MediaTek Eng/Debug APK?
LatinImeDictionaryPack.apk = Is this standard from Android?
LocationEM.apk = ???
MediaTekLocationProvider.apk = MediaTek GPS-related app?
MobileLog.apk = ???
ModemLog.apk = ???
MTKAndroidSuiteDaemon.apk = MediaTek Eng/Debug APK?
MtkBt.apk = MediaTek Eng/Debug APK? (Bluetooth?!)
MTKThermalManager.apk = MediaTek APK?
MtkVideoLiveWallpaper.apk = MediaTek APK?
MtkWeatherProvider.apk = MediaTek APK?
MtkWeatherSetting.apk = MediaTek APK?
MtkWorldClockWidget.apk = MediaTek APK?
Omacp.apk = ???
PartnerBookmarksProvider.apk = ZTE bookmarks?
Phonesky.apk = Google Play Store (wtf with this name? lol)
PortugueseBrPack.apk = Portuguese lang pack?
PortuguesePtPack.apk = Portuguese lang pack?
RussianPack.apk = Russian lang pack?
SDCardUpdate.apk = Enables updating through SDCard, a-la Huawei?
SharedStorageBackup.apk = ???
SmsReg.apk = ???
SpanishPack.apk = Spanish lang pack. Does not seem to contain Spanish dictionary for LatinIME :/
Stk1.apk = SIM 1 SimToolkit modified APK, it seems
Stk2.apk = SIM 2 SimToolkit modified APK, it seems
StkSelection.apk = Default SimToolkit app selector. Seems to select default SIM for making calls/SMS/etc.
VpnDialogs.apk = Standard from Android?
YGPS.apk = What is this? there's another GPS APK in here, what does it do?

Aaaaand reserved!

darkguy2008 said:
Development
ZTE Kernel Source Code (!): http://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1002402
Click to expand...
Click to collapse
Just one note: this is the kernel source code for ZTE GrandX Tegra2 based, not for the MT5677 based V970. It's not useful for any development of V970 / V970M.
Moreover... you have posted the link to my thread and stated it as a guide. That's much more than a guide as it includes custom ROMs for V970. Please edit your post.

bgcngm said:
Just one note: this is the kernel source code for ZTE GrandX Tegra2 based, not for the MT5677 based V970. It's not useful for any development of V970 / V970M.
Moreover... you have posted the link to my thread and stated it as a guide. That's much more than a guide as it includes custom ROMs for V970. Please edit your post.
Click to expand...
Click to collapse
Hi Bruno! good to see you here! ^^
I've read that note about the kernel before, but it has me thinking since I read it... are you sure it can not help in *any* way to at least help develop a custom kernel or something? I mean there must be stuff we can use/grab from it, no?
Well, I considered your thread a guide because it answers FAQs and provides links to tutorials and such including your roms, though it's kind of mixed, I agree it was my fault, sorry! I've edited it accordingly, hope it's alright now!
Btw I sent you a PM, did you get some time to read it? hehe. Greets!

False alarm nevermind lol xD

do you a great CUSROM for this Phone?

Related

[DEV] Adding your ROM to ROM Manager

It's easy, it's free. And here's how you do it!
You will need to create two simple JavaScript files:
A file that describes your ROMs that you send to me.
A file that you host that lists your ROMs, so you can update your ROM Manager section.
First, your developer/ROM description file:
Code:
{
// This is what name you want your ROMs to show up under.
developer: "CyanogenMod",
// Your id. This should have no spaces or other funny characters.
// This would ideally be your Github id, so when you send me your manifest
// I can verify who you are. But it can be anything really.
id: "cyanogen",
// The display summary. Two lines max.
summary: "Mods and bacon for Dream, Sapphire, Droid, and Nexus One",
// The location of the developer's manifest.
manifest: "http://gh-pages.clockworkmod.com/ROMManagerManifest/cyanogenmod.js",
// The list of devices that this developer's ROMs support.
// If you don't support a device, just don't list it!
roms:
{
sholes: true,
passion: true
}
}
Send me that file! [email protected]
Link to developer sample: http://gh-pages.clockworkmod.com/ROMManagerManifest/samples/developer.js
And now, create your ROM list file:
Code:
{
// The version of the manifest, so ROM Manager knows how to load it
version: 1,
// The homepage for your ROM, if you have one.
homepage: "http://www.cyanogenmod.com/",
// The donate link for yuor ROM, if you have one.
donate: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3283920",
// Your list of ROMs
roms:
[
{
// Display name of the rom
name: "CyanogenMod 5.0.5",
// Display summary of the rom
summary: "Stable",
// Device that this rom runs on
device: "sholes",
// This is the download URL of your ROM.
// These URLs should have unique filenames per version!
// Ie, don't use a zip with the same name
// as that of a previous version with a new version.
// Otherwise ROM Manager will continue using the
// old cached zip on the SD card.
// This must be a direct download,
// and not a Mediafire type link.
url: "http://www.droidaftermarket.com/koush/motorola/sholes/cyanogen_sholes-ota-eng.koush_5.0.5.zip"
},
// Antother, older ROM!
{
name: "CyanogenMod 5.0.4",
summary: "Stable",
device: "sholes",
url: "http://www.droidaftermarket.com/koush/motorola/sholes/cyanogen_sholes-ota-eng.koush_5.0.4.zip"
}
]
}
Link to manifest sample: http://gh-pages.clockworkmod.com/ROMManagerManifest/samples/simplemanifest.js
And you're done!
If you're a pro dev, you can even create a ROM customizer. But I won't get into that here
Follow this link for more information: http://www.koushikdutta.com/2010/03/rom-manager-and-third-party-roms.html
Bump. We need more ROMs added to this awesome mod!
I hope that Paul @ modaco decides to up his roms to rom manager.
Koush can you please answer me one question. Is it at all possible to add an extra button as confirm within recovery? My trackpad is totally broken. I have asked loads of times. I'm not demanding anything as such just want to know,
1. Is it possible to physically implement? Power button or menu to confirm?
2. If it is possible is there a chance you can add it to a future release.
I feel like a broken record going on about it but i'm really big on rom flashing but worried about flashing roms now incase i get stuck and need to use recovery!
Thanks.
clockworkmod is the best thing IMO for the htc desire, after root of course
honestly its just pleasing to know its there as a safeguard
thanks for all your work
ephumuris said:
I hope that Paul @ modaco decides to up his roms to rom manager.
Koush can you please answer me one question. Is it at all possible to add an extra button as confirm within recovery? My trackpad is totally broken. I have asked loads of times. I'm not demanding anything as such just want to know,
1. Is it possible to physically implement? Power button or menu to confirm?
2. If it is possible is there a chance you can add it to a future release.
I feel like a broken record going on about it but i'm really big on rom flashing but worried about flashing roms now incase i get stuck and need to use recovery!
Thanks.
Click to expand...
Click to collapse
Yeah, Koush! Honestly, I feel bad for Ephu. Unluckiest son of a ***** in these here parts.
Ha more like stupidity! Dropping my phone in a drink lol. Il buy a replacement trackpad as soon as it is possible. I think mine is 100% dead now. I just want an alternative button as I'm a Rom whore lol.

Ginger Stir Fry [Gen1 + Gen2] [ZTE 2.3.4 leak based rom]

This Rom is based on the ZTE Android 2.3.4 (Gingerbread) leak with ZTE's 2.6.35.7-perf [email protected] kernel...
It is now obsolete ... a more recent version is here: http://forum.xda-developers.com/showthread.php?t=1389364
This rom is for Gen1 or Gen2 ZTE Blades. You need to use ClockworkMod 3 or above to install this.
Ginger Stir Fry Beta 27
Download: gsf-blade-b27.zip mirror mirror
File size: 89.07 MB
MD5: e993799f9496d6979d8e547506afeb00
SHA1: ae98c4b74879667825223d0fe12a65ff6c2b54a7
*NO WIPE, NO WHINE POLICY - Please make sure that you wipe data / factory reset in ClockworkMod before reporting any bugs.
Included Apps / Credits
2.6.35 kernel with overclocking support - Source Code
Darktremor A2SD (modified by me)
App Widget Picker
Google Car Home
CM7 Contacts, Messaging & Dialler
CM7 Deskclock
CM7 Email
ZTE Emode & FelixL's Emode Helper App
OI File Manager
Andorko's FM Radio 0.5
CM7 Gallery
GMail 2.3.5
CM7 Keyboard
Gingerbread Launcher (With 3D App Drawer)
Live Wallpapers, Magic Smoke Wallpapers (CM7), Visualisation Wallpapers
Google Maps & Street View
No-Frills CPU Control
Rom Manager 4.4.0.6
Super User
Android Terminal Emulator
Google Talk
Flashlight (Torch App)
Android market 3.1.5
Voice Dialler (CM7)
Voice Search
YouTube 2.2.16
Busybox 1.19.0 - Source Code
Bash (CM7)
OpenVPN (CM7)
Dropbear SSH (CM7)
Nano (CM7)
CM7 GPS Shim
CM7 APNs
Lib Files (stagefright, media decoders, surfaceflinger) & Browser App from Orange Monte Carlo rom (ZTE Skate)
Particle Ring Boot Animation (Optimised by me)
Extra Ring Tones (Mostly from CM7)
Most of the rest of the rom is from the ZTE Gingerbread leak.
GPL source code notice - The following parts of this rom contain GPL code:
The kernel used in this rom was modified by me & Burstlam from ZTE's Skate 2.6.35 kernel source code, source is here: https://github.com/John-Kenney/kernel-35
Busybox is using the compiled binary from busybox.net here, source code is available on the busybox.net website here
Bash & Nano are taken from the CM7 project - instructions to compile CM7
welcome here @ xda, wbaw!
keep up the good work!!!
Oh ! a modaco man on xda,welcome.
a new competitor for elitemovil
I don't really know why CM7 struggles with its own kernel. Wbaw said in some earlier posts on Modaco that this leaked kernel is way more buggy than the one used in CM7. I regularly switch to CM7 because of its features and to see the innovations in Android. But I always keep coming back to ROMs based on stock kernels because the CM7 kernel simply sucks. I use my Blade for more than half a year now and CM7 always disappoints me. These kernels are far better than the one CM7 is using, that's my own experience by using each ROM for a week or two. The best would be to mix all the good working stuff of the available ROMs into one.
Thanks to wbaw for joining xda. Great efforts!
guys, i used to own a blade, enjoy the best rom there is, and also give wbaw all the support he deserves, actually all devs deserve.
Sent from my HTC Desire using XDA App
@wbaw
I found you ! .. keep up the great work man !
after my posting at:
http://forum.xda-developers.com/showthread.php?t=1163609&page=3
it may not surpise you that I may try the b19, and that I just used your 'donate' link.
cheers mate.
btw,
just noticed that b19 is an all-in-one ... will it go on ok considering I already have clockwork installed ?
The all in one 'TPT' version is only for users with 'Gen1' phones which were sold with Android 2.1 (Eclair) who haven't updated to 'Gen2' radio firmware yet. It updates the radio firmware, installs the rom & the latest clockworkmod all in one. Because it is flashing the low level radio firmware & loaders there is a very small risk involved ... but it's the safest & easiest way to get to Gen2, it'll work even on an unrooted Gen1 phone. If you use the TPT version then follow the instructions carefully & I'm not responsible if you break your phone.
The all in one TPT version wont work on phones that were sold with Android 2.2 (Froyo) or officially updated to Froyo. Those phones are already 'Gen2', so they don't need any radio firmware updates, so they should just use the standard clockworkmod .zip file to install the rom.
If you used a previous version, then you've already got the Gen2 radio firmware you need for the rom. So you should install the standard clockworkmod version which is linked at the top of the post. There is absolutely no risk of permanently damaging your phone with clockworkmod.
HI!
Is this good ROM?
Does all work fine?
Is the Battery life good?
Does all works?
I maybe tested this ROM once really fast but it was older version!
yes, yes, yes, yes easy
Hey wbaw !
I just flashed this ROM and it is good but how many % it is completed?
and can you fix Estonian language? it works but: [settings --> applications] not work :/ maybe it need other Estonian language files to framework-res.apk ..?
I can confirm that com.android.settins force closes every time when i select any item under Settins>Applications when language is set to Estonian.
When language is set to English everything works fine.
I wonder were Estonian translation comes from anyway, since its only half translated and as far as i know it is not in stock Android 2.3.4 nor in CM7.
BTW any changelog from b17 to b19?
Thanks for a very nice ROM!
Graviticvortex said:
I can confirm that com.android.settins force closes every time when i select any item under Settins>Applications when language is set to Estonian.
When language is set to English everything works fine.
I wonder were Estonian translation comes from anyway, since its only half translated and as far as i know it is not in stock Android 2.3.4 nor in CM7.
BTW any changelog from b17 to b19?
Thanks for a very nice ROM!
Click to expand...
Click to collapse
Almost all ROMs which have Estonian language but it's not Estonian ROM them not work fine!
some apps not work and some settings an other not work!
If anyone can find any Estonian Gingerbread 2.3 ROM then the language can be added to framework-res.apk and then it needs to work!
Peaaegu kõik ROMid millel on Eesti keel aga pole Eesti ROM nendes ei tõõta kõik siis hästi!
mõned programit ei tõõta ja mõned seadused ei tõõta..
Kui keegi leiab Eesti GingerBread 2.3 ROMi siis selle keele saab lisada: framework-res.apk ja siis peaks tõõtama hästi!
Sorry for bad English and sorry if I wrote something wrong to Estonian..
I live in Finland so I don't remember really fine how to write in Estonian and my English is not really good yet!
EDIT: If anybody can tell me how I can edit/fix language then plz. tell me! and what name Estonian language using in framework-res.apk ?
The Estonion language files were taken from CM7, that has much more complete language support.
wbaw said:
The Estonion language files were taken from CM7, that has much more complete language support.
Click to expand...
Click to collapse
OK
but it needs little bit editing or then need adding from other ROM the Estonian language..
when I have free time for ZTE then I can try to search better Estonian language to GingerBread!
CM7 is Gingerbread & it does fully support Estonian as well as many other languages.
Is anybody having trouble updating the launcher pro home launcher..???
Sent from my ZTE-BLADE using XDA Premium App
wbaw said:
CM7 is Gingerbread & it does fully support Estonian as well as many other languages.
Click to expand...
Click to collapse
OK! I used CM7 and no Estonian language!
right now I use this ROM so I cant test newer CM 7 Nightly!
Does ZTE Blade CM 7 have Estonian language or other CM7?
thank you very much for making me leave from the battery eatter cyanogen
I noticed that the music player not work!
I tried to get it to work with other language: English
but still not work!
how it can fix?
Do I need again to find one good ROM which works and are 100% stable... ?
:/
I will try to search official normal cra# 2.2 ROM back!
I cant use ROM which not work fully!
I don't even have time for ZTE because I edit ROMs for JetDroid and here finland schools starts again soon (only 7 days I have free time..) and then I don't have time to search or edit ROMs...
EDIT: How I can extract and re-pack the boot.img?
I don't understand how, I don't understand that how and when I try then not work.. is there any extractor program for .img files?
A little doubt about this ROM, does it support RDS for FM radio?

[APP] Stock/System 2.3.5 Keyboard App That supports Greek/Eng Keyboard + Dictionary

Hello all,
I recently became a U8800 owner and I decided to flash it with the latest MIUI ROM, only to find out that their stock Android keyboard does not yet support text prediction in Greek or Greek keyboard at all. Since I didn't want to install a third-party Greek IME from the market, I decided to inject a Greek dictionary found in a previous CM Release plus a Greek keyboard supporting existing LatinIME.apk (from htc devs on a stock 2.3.5 keyboard apk).
It should work on all devices/ROMs, but you can try and share your results.
I also removed all other dictionaries exept english / greek to make it light.
How to install:
1. Navigate to /system/app using Root Explorer and copy/rename your existing LatinIME.apk to a backup folder in your SD card (just to be sure, should things go wrong).
2. Use Root Explorer to mount /system/app as R/W and then paste the new LatinIME.apk inside this folder. Change the file's permissions to rw-r--r-- after pasting.
3. Reboot your device and go to Settings > Language & Keyboard > Android Keyboard > Input Languages. Under Greek, it should now say "Dictionary available".
Download Link:
http://www.multiupload.com/O5KAN3HQ1E
Here is another link to download it from:
nullfix.com
It wokrs correctly on HD2 with Xperia v42 ROM
Thanks
Nice to hear that it works ok.
It works also 100% on my Ideos x5
please reup to somewhere else! will test it on x10 2.3.4 with android keyboard running donut hd rom
Hi ! It's a good news, since I'm seeking how to do the same for the French language since a ROM i flashed my Wildfire S with doesn't support spell check or prediction for it.
Yet, I'm fairly new to the modding scene (my previous phone was a an LG oldie...) and don't know how all of this works, so could you please elaborate ?
Do you mean I should try and retrieve HTC_IME.apk (I'm guessing it's the equivalent of LATIN_IME.apk, but for HTC...) from the stock 2.3.5 ROM and replace the current crappy one with it ? Are the dictionaries contained in the apk ? If not, where will I find the French dictionary ?
Thanks for reading me, I hope you can help.
I would gladly click the "thank you" button for your OP, but I can't seem to see it...
So here goes the old-fashioned way : Thanks !
comaX13 said:
Hi ! It's a good news, since I'm seeking how to do the same for the French language since a ROM i flashed my Wildfire S with doesn't support spell check or prediction for it.
Yet, I'm fairly new to the modding scene (my previous phone was a an LG oldie...) and don't know how all of this works, so could you please elaborate ?
Do you mean I should try and retrieve HTC_IME.apk (I'm guessing it's the equivalent of LATIN_IME.apk, but for HTC...) from the stock 2.3.5 ROM and replace the current crappy one with it ? Are the dictionaries contained in the apk ? If not, where will I find the French dictionary ?
Thanks for reading me, I hope you can help.
I would gladly click the "thank you" button for your OP, but I can't seem to see it...
So here goes the old-fashioned way : Thanks !
Click to expand...
Click to collapse
I have French dictionary on mine but i don't know where to find it..on stock Sony keyboard the files where located in system /usr ..but on the rom i am using with android keyboard i just have en.us folder..if anyone could give a hint ...
Sent from beneath my cloak of magic
Hanzo.Hasashi said:
I have French dictionary on mine but i don't know where to find it..on stock Sony keyboard the files where located in system /usr ..but on the rom i am using with android keyboard i just have en.us folder..if anyone could give a hint ...
Sent from beneath my cloak of magic
Click to expand...
Click to collapse
Yeah I stumbled upon this same folder en.us in usr/ and it's purely useless (in regard of our problem) as far as I can tell...
But I found a way to get it back and working. It's basically the same procedure, but for HTC. I just posted it, I hope it'll help others as well :
http://forum.xda-developers.com/showthread.php?t=1521922
comaX13 said:
Yeah I stumbled upon this same folder en.us in usr/ and it's purely useless (in regard of our problem) as far as I can tell...
But I found a way to get it back and working. It's basically the same procedure, but for HTC. I just posted it, I hope it'll help others as well :
http://forum.xda-developers.com/showthread.php?t=1521922
Click to expand...
Click to collapse
Looking good on first sight.will try it when i have time and post feedback!
Gesendet von meinem X10i mit Tapatalk

Part2---NextBook Next2-Next3/Prestigio PMP3084B/Odys Genesis---ROMS and more

-Prolog-
This is continuation of Donaldj83 thread, who has left the first thread
NextBook Next2-Next3/Prestigio PMP3084B/Odys Genesis > http://forum.xda-developers.com/showthread.php?t=988740
as the founder in November 2011. So far -thanks to Donald for all the good work and the fun we had together.
DaremoS an JDfense decide after more than two months later, it is time to go on and clean up. So much lost roms and dead links.
After consultation the »management«(forum moderator) we are allowed to open the second part of the thread under the same headline.
Our main goal is to get the best ROMs for our lovely rk2818(rk2808) tablets.
Everybody is invited, who wants to help, has a question or the answers or likes simply to discuss some »nerd-things« around the tablet.
Off the topic is strictly forbidden, but with respect and a sense of humor, we find a path between the rule.
JDfense
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---kernel of the thread---
DaremoS, the Dev of our gingerbread roms
stevemp, the archive, another gingerbread Dev, rom cooker and code player
heart_crafter, testpilot, codemaker and rom cooker
surfer63 alias hvdwolf, the great rom cooker and code maker from the archos forum
JDfense, rom cooker and code copier, who tries to hold all the pieces together
News
---new---2012.11.16---stevemp Darwin_Froyo_ver_2.0 The hall of fame edition
---2012.09.21---CyanogenMod-7.2.0-UNOFFICIAL_GB_v.2.0 by stevemp
---2012.09.21---Darwin_Froyo_ver_1.0 by stevemp
---2012.07.08---cleaning up of the thread to get a better overview
---2012.05.18---New gingerbread CM7.2 released by stevemp # 5
---2012.05.18---Final eclare v0.5.e is rom released by heart_crafter #646
---2012.04.25---Final eclare v0.4.e is rom released by heart_crafter #646
---2012.04.07---New eclare rom update by heart_crafter (maybe final version)
---2012.04.03---hvdwolf froyo mod by JDfense out now for testing. for details look here # 865
---2012.03.24---Darwin froyo Nerd Edition 2.0 update by JDFense
---2012.03.19---New eclare rom by heart_crafter
ROM's
Most wanted ROM's of the thread
---new---2012.11.16---stevemp Darwin_Froyo_ver_2.0 - The hall of fame edition
-for download and more details check out here #1642
05.24.2012 / CyanogenMod-7.2.0-UNOFFICIAL-KANG by stevemp
for download and more details check out here # 5 and the final release # 1555 from 06.26.2012
DaremoS Gingerbread Third Edition V1.2rc2 by stevemp and JDfense
2012.02.12 / V1.2rc2 https://rapidshare.com/files/760915292/JDfenseZeamOdysRC21.img for genesis
2012.02.12 / V1.2rc2 https://rapidshare.com/files/2833919076/stevempZeamNext3RC21.img for pmp3084b and next 3 for pmp3084b and next 3
2012.02.13 / V1.2rc22 http://www.mediafire.com/?z2bcygrfdyou56n for genesis
features like V1.2rc1
+Daroon video and audio player
+new bootanimation and bootlogo
+ supercharger V6 special thanks to Zeppelinrox for the extra horse power in the rockship
> for details check here http://forum.xda-developers.com/showthread.php?t=991276
JDfense's Darwin froyo Edition for genesis, next3 and pmp3084b
2012.03.24 / http://www.mediafire.com/?73v3dz1b7lpdpk5 --- Nerd Edition 2.0
Details update: # 746
+small and fast froyo, add apps as you like over the market
+/-Adobe reader won't work, but I recommend ebookdroid as pdf-reader from the market
+market 2.36 black edition
+zeam launcher
2012.04.23 Next3-Rockingchip_Eclare-Final-Version 0.5e modded by heart_crafter
Look here for details # 646 --- This is an awesome eclare rom, but not easy to install (recommended for advanced user)
Not most wanted, but part of the history
---------------------------------------
>>>Gingerbread ROM's<<<
---------------------------------------
05.24.2012 /CyanogenMod-7.2.0-UNOFFICIAL_GB_v.2.0 by stevemp
for download and more details check out here #1626
DaremoS Gingerbread Third Edition V1.2rc1 by stevemp and JDfense
2012.02.07 / V1.2rc1 http://www.mediafire.com/?vky6f0kjtr7iina for genesis
2012.02.07 / V1.2rc1 https://rapidshare.com/files/3581080985/JDFenseSteveV12rc1Next.img for pmp3084b and next 3
Details:
-system audio and video player out, choose the players you like from the market
+change to the faster zeam launcher
+jukefox audio player
+faster than the original
+brightness adjustment fixed
+market downgraded to 2.36 Black edition
+ supercharger V6 special thanks to Zeppelinrox for the extra horse power in the rockship
> for details check here http://forum.xda-developers.com/showthread.php?t=991276
more details soon here> # 183
2012.02.03 / DaremoS gingerbread 2.37 V1 for genesis, pmp3084b and next 3 modified by JDfense
https://rapidshare.com/files/3950306239/DarJDfV1.img
Details:
+system audio and video work with media list and no crashes on odys genesis
+change to the faster zeam launcher
+jukefox audio player
+faster than the original
+brightness adjustment fixed >thanks to stevemp
-market still a bit slow
more Details ># 158
2012.02.03 / DaremoS gingerbread 2.37 Third Edition for Genesis, PMP3084B and Next3 ---original version
RK28 AndroidTool.rar
Details:
+ROM have system R/W
+Sports an excellent player PlayerPro v2.2 for media (green player)..
+Include my favourite RockVideoPlayer and awesome utility Rom Toolbox.
The ROM is unpacked in directory "rockdev". To flash it is needed to select "RKAndroidTool.exe", do a Erase IDB and then tick "loader" and press "Run".
2012.01.23 / CyanogenMod-7.2.0-RC0-RK2818-KANG_FullRoot for Genesis, PMP3084B and Next3 modified by heart_crafter
http://dl.dropbox.com/u/43803172/201...Root-RW_en.img
use more info from here http://forum.xda-developers.com/show...postcount=1919
Details: +RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
2012.01.22_Gingerbread237_BQ_Root-RW_en modified by heart_crafter
http://uploading.com/files/f1f81dcm/...oot-RW_en.rar/ for PMP3084B and Next3
https://rapidshare.com/files/1284430739/20120122_Ginger237_BQ_Root-RW_enGenesis.img for Genesis
Details:
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
2011.12.31 / DaremoS gingerbread 2.37 Second Edition for Genesis, PMP3084B and Next3 modified by JDfense
https://rapidshare.com/files/2864054811/dar237v8.img or
http://www.multiupload.com/F03FKNXDO4
Details: changed to the fast and stable launcher pro; screen rotation should work; changed to bq-tablet kernel
+ fast and stable
- no media list in audio/video
For audio I recommend still jukefox from the market to play all kind of mp3; for more comfort in the video mobo player is often recommended, but I like rock player more
----------------------------
>>>Froyo ROM's<<<
----------------------------
---new--- 2012.11.16---stevemp Darwin_Froyo_ver_2.0 - The hall of fame edition
for download and more details check out here #1642
2012.09.21---stevemp Darwin_Froyo_ver_1.0
for download and more details check out here #1626
hvdwolf(surfer63) froyo modified by JDfense for genesis, next3 and pmp3084b
2012.04.03 / http://www.mediafire.com/?f109tje1lsnjlan - No.3
For details: # 865
+ fast and stable froyo
Prestigio 3.02 froyo stripped by JDfense
2011.11.05 / https://rapidshare.com/files/1043526064/Prestigio5.img -or- http://www.mediafire.com/?3hh639afv42sj65 ---for Odys genesis
2011.11.05 / https://rapidshare.com/files/3506116497/Prestigio5_1.img -or- http://www.mediafire.com/?tihvfr8ube6suuq --- for PMP3084B and next3
Details: froyo with the nice coloured Prestigo firmware, you love it or will hate it.
2012.02.02 / Prestigio froyo 3.04 for next 3, pmp3084b and genesis modded by JDfense
https://rapidshare.com/files/1492974....4rwfullV4.img Nerd Edition 2
Details:
+stripped about 20MB
+fully read and write rooting , thanks to stevemp and heart_crafter
+changed to the simple and fine zeam launcher
+without rockaudio, instead jukefox
+file Expert app for the destroyer like nerds
+full googlesync support
2012.01.21_bq_Froyo_NE_en.rar for Genesis, PMP3084B and Next3 modified by heart_crafter
http://uploading.com/files/2f9f4ada/...oyo_NE_en.rar/
Details:
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+Working Music/Video/YouTube/Market
+LauncherPro
+bq Kernel
NEXT 2 froyo 2.21 ROM based on bq Voltaire in the archos forum
http://forum.archosfans.com/viewtopic.php?f=82&p=368152
Details: Some next 2 user have recommended this ROM, but not all.
Next 2 froyo 2.21, another bq voltaire rom in the archos forum posted by Nauj666
http://www.forotablets.com/showthread.php/3652-NUEVA-ROM-FROYO-VOLTAIRE-VERSION-2
Details: tested by upNsmokeAllDay, works so far without issues, default language is spanish
-----------------------------------
additional old roms/firmware
-----------------------------------
NEXT 2 ROM ONLY special thanks to delimeat52
http://www.mediafire.com/?rd5zoladeyf4tlv
Details: needed next 2 users for testing, maybe broken!
NEXT 2 ROM from the archive of Mr. stevemp
http://www.mediafire.com/?4vt4exfo254eya1
Details: not tested on next 2 tablet, only on next 3 so far
Original Next 3 ROM Rooted with Market Added that was posted by Donaldj83
http://www.mediafire.com/?scke28z3a7i412j
====================================================================================================
Now the sentences you all know. The use of all ROMS in the thread is on your own risk and none is 100% stable, but we are on the way.
So be careful and ask better twice for details. Please report issues to all ROM's in details, so that we could learn from your experiences.
and more...
>>>>>>>>>>Tools and Instructions for ROM cooking<<<<<<<<<<<
Driver for rk28xx and rk2818 to install before flashing
http://uploading.com/files/get/b8da25e3/
Flash tools and instructions edited by stevemp
http://www.mediafire.com/?a2wgkzbuogv7fif
Rooting tools and cooking instructions by heart_crafter
http://pastebin.com/raw.php?i=fCXLt2Mp
Package of RKcooking, apps, superuser, busybox 1.19.4, and other things for new modders by stevemp http://www.mediafire.com/?r2a213bo5tjip9q
RK2818 kitchen --- a basic description
about rom cooking by Perichel from slatedroid http://www.slatedroid.com/topic/2186...n-for-windows/
---Rk2818 kitchen---
# 404 Here are some details for cooking under linux from hvdwolf alias surfer63
# 565 and some basics RK2818: The flashing mechanism and recovery images from hvdwolf alias surfer63
---Scripts---
# 588 forced apps installation during first booting, a script with a helpful comments by hvdwolf alias surfer63
Next 2 tools
http://www.mediafire.com/?f767thlaw1txymm
>>>>>>>>>>>>Useful basics about android<<<<<<<<<<<<<<
# 75 ADB commands that can help modify your roms without flashing --- posted by heart_crafter
# 81 video stuff for those who learn better visual ---posted by stevemp
We are here ready for the action... I hope the excellent guys from the original thread comes here to share their enthusiasm
Roms
CyanogenMod-7.2.0-UNOFFICIAL
If Screen rotation is wrong. You may have to edit settings in build.prop.
Thanks fun_ for the fix.
#fun_ screen orientation
accelerometer.flip_xy=0
accelerometer.invert_x=0
accelerometer.invert_y=0
accelerometer.invert_z=0
accelerometer.hwrotation=0
Thanks to CyanogenMod for the rom, DaremoS, JDFense, heart_crafter, surfer63 for help with scripts and testing.
CyanogenMod-7.2.0-UNOFFICIAL-KANG-05.24.2012
7" Tablets
BqVernePlus > http://www.mediafire.com/?b7r3b5tnmb9a5iu
BqVoltaire > http://www.mediafire.com/?d28k1pii6z39139
PMP3074B > http://www.mediafire.com/?cxop5dz916pccx0
Yarvik > http://www.mediafire.com/?lw9sqmzdmkb1nw6
Yarvik mod by ny-hardcore > gathering.tweakers.net/forum/list_message/38287677?limit=1
CyanogenMod-7.2.0-UNOFFICIAL-Release
8.4" Tablets
Next3 > http://www.mediafire.com/?ajiky56vop7j2ma
PMP3084B > http://www.mediafire.com/?5mbbv54gmacx206
Darwin > http://www.mediafire.com/?pjp7j4elw2hjar0
Odys Genesis > http://www.mediafire.com/?secb6folapg3fra
stevemp
Finally things will be organaized
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
JDfense said:
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
Click to expand...
Click to collapse
Too late, just installed a new drive just for android and linux. Starting from beginning with original roms, rooting and modding now that I know more about android. But I will try to do one today or maybe tomorrow, just can't say. I look back and the roms I made were not so good.
stevemp
---------- Post added at 08:23 AM ---------- Previous post was at 07:58 AM ----------
heart_crafter said:
Finally things will be organaized
Click to expand...
Click to collapse
Better already. Read your last post about no comments, 200+ downloads for me and barely a word. Maybe no one likes me. Just joking. Good job on the rooting with RKCooking, much better than using linux.
stevemp
Some advantages...
stevemp said:
Better already. Read your last post about no comments, 200+ downloads for me and barely a word. Maybe no one likes me. Just joking. Good job on the rooting with RKCooking, much better than using linux.
stevemp
Click to expand...
Click to collapse
We got couple advantages for using something like pastebin...
We get to know how many users are trying to get your file...
You can edit the links inside anytime you like...
So for example JD uses that link in the top post... and he leaves us all alone like Donald and mediafire goes down then i will still be able to change the links.
You can add more links(mirrors) inside whenever you like
You can delete the links really fast if you find that img could have bad affect somewhere... and fix the img and update the link
lol I feel like I'm stretching it to much
That's it for now
heart_crafter said:
We got couple advantages for using something like pastebin...
We get to know how many users are trying to get your file...
You can edit the links inside anytime you like...
So for example JD uses that link in the top post... and he leaves us all alone like Donald and mediafire goes down then i will still be able to change the links.
You can add more links(mirrors) inside whenever you like
You can delete the links really fast if you find that img could have bad affect somewhere... and fix the img and update the link
lol I feel like I'm stretching it to much
That's it for now
Click to expand...
Click to collapse
Right now it is diffecult to decide which way is the best to protect an upload, because filehoster seemed to be nervous. Pastbin could be a help, but not a solution. When a link dies, you have to upload it again.
Btw I have not the intention to run away, pal.
Maybe we find a stable file hoster or change sometimes the link.
One thing is for shure, these guys have a lot of fun right now.
http://www.megaupload.com/
Read here for a small movement.
http://techcrunch.com/2012/01/26/pi...lawsuit-against-fbi-over-megaupload-takedown/
JDfense said:
@heart_crafter and stevemp
If you like to release your best of roms in thread rom list, feel free to send me the links with some Details about it: like based on..., self new built up rom, what changed, improvements...
Important is to respect the sources. I try that too, but somestime it is not possible to know all the cooks and developers who are responsible for the improvements.Then take the last one you know.
JDfense
Click to expand...
Click to collapse
I have so many roms floating around for my Next3
I try to leave the original file name in the file name for the reference to the old file,
I think the best one I had was based on froyo...
20120121_bq_Froyo_NE_en.rar = http://uploading.com/files/2f9f4ada/20120121_bq_Froyo_NE_en.rar/
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+Working Music/Video/YouTube/Market
+LauncherPro
+bq Kernel
20120122_Gingerbread237_BQ_Root-RW_en = http://uploading.com/files/f1f81dcm/20120122_Gingerbread237_BQ_Root-RW_en.rar/
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
CyanogenMod-7.2.0-RC0-RK2818-KANG_FullRoot = http://dl.dropbox.com/u/43803172/2012012304_hvdv4_Root-RW_en.img
use more info from here http://forum.xda-developers.com/showpost.php?p=21736398&postcount=1919
+RW /System
+Modified framework-res.apk (changed phone strings to tablet and changed wallpaper)
+Added ButtonRemapper
+LauncherPro
+bq Kernel
Maybe make a section for some kool helpfull adb commands
A section for faq...
Known issues for each rom version...
Some screen shots....
Recommended apps...
I'll let you know if i think of anything else
Happy editing
---------- Post added at 10:36 AM ---------- Previous post was at 10:20 AM ----------
JDfense said:
Right now it is diffecult to decide which way is the best to protect an upload, because filehoster seemed to be nervous. Pastbin could be a help, but not a solution. When a link dies, you have to upload it again.
Btw I have not the intention to run away, pal.
Maybe we find a stable file hoster or change sometimes the link.
One thing is for shure, these guys have a lot of fun right now.
http://www.megaupload.com/
Read here for a small movement.
http://techcrunch.com/2012/01/26/pi...lawsuit-against-fbi-over-megaupload-takedown/
Click to expand...
Click to collapse
We can use:
dropbox.com/home
skydrive.live.com
Anything that has personal storage...
"Btw I have not the intention to run away, pal." - no offense i was just giving an example
Edit:
I added as much as i can.... ill have to flash them again to test them...
@haert_crafter
Thanks, I will look for the storage links you mentioned.
Can you explain a bit your ROM's before take them in thread list, because here we have not a riddle thread, captain starbuck?
Your headlines for other section are welcome.
I will take them all in the first three posts or for more space I /we could link to a later posts, if necessarey.
I just added more info...
I will update more when i check them all again...
heart_crafter said:
I just added more info...
I will update more when i check them all again...
Click to expand...
Click to collapse
Okay, thats enough details for now. All roms for next3?
I take your roms later in the list.
Sended from hannsspree hannspad
All worked on Next3...
All of them have bqKernel
heart_crafter said:
All worked on Next3...
All of them have bqKernel
Click to expand...
Click to collapse
With bq kernel the would work fine on all three tablet, I think. We could try it. Lets see the feedback.
donaldj83
We have to give credit to donaldj83, he led the way.
PMP3084BA-V3.0.4
http://www.mediafire.com/?7a11cv0vy65qvtq
From recovery build.prop
ro.build.display.id=MASTER.eng.donaldj83.20110809.222823
ro.build.version.incremental=eng.donaldj83.20110809.222823
ro.build.date=Tue Aug 9 22:55:07 EDT 2011
Already in place waiting to be RW and rooted.
/system/lib/modules/aufs.ko
/system/xbin/su
From eclair
#!/system/bin/sh
echo "===== In tweaks.sh ====="
insmod /modules/aufs.ko
busybox mkdir -p /data/sysrw
busybox mount -t aufs -o br=/data/sysrw=rw:/system=ro none /system
stevemp Thank You donaldj83
Are any of these roms for a next2? Wife just got 1 off ebay and i wanted to flash a rom to it so it would be like a regular tablet and not an ereader.
upNsmokeAllDay said:
Are any of these roms for a next2? Wife just got 1 off ebay and i wanted to flash a rom to it so it would be like a regular tablet and not an ereader.
Click to expand...
Click to collapse
Nope, these roms are for 8,4'' rk2818 tablet.
Try this one, should work fine.
http://forum.xda-developers.com/showpost.php?p=20145970&postcount=1478
JDfense
so the archos rom will work on the next2?

[Lenovo A750] ROM Overview and Guides for Rooting/Flashing

I have about 15 ROMs here testing them and writing this overview but I cannot edit this post any more
Hi folks,
I like to do an overview of Lenovo A750 ROMs that are available on the web. Basically I am interested in Android 4 ROMs but we could list up 2.3 ROMs as well to have a complete list.
For that purpose I will update and extend this posting, that will be quite empty for the next hours. But I hope to get it filled this evening and with your help even more in the next couple of days.
I really hope that some people here speak Russian or Chinese and are able to post links found in foreign forums.
I found two topics in a Russian forum about A750 ROMs. One of them seems to be an overview:
http://www.forum.china-iphone.ru/viewtopic.php?f=53&t=20815&start=380
http://forum.china-iphone.ru/viewtopic.php?p=640831#p640831
I already tried some ROMs like Anton and apkhot but not sure if I found the most recent version. And I did not find them by Russian forums.
BTW setting language to English in build.prop before you flash is not a big thing.
So I'm going to collect everything I got now and it would be great if you could provide more links and maybe a translation of the Russian and Chinese ROM overviews.
Please let me know if you find any invalid links.
Guides
Rooting Tutorial by Colonel Zap
(For rooting I used A750_CWMR_Touch_recovery.rar from cybermaus' repository.)
Rooting/Flashing Instructions
Set boot language
(Boot language might be set to Chinese (cn) or Russian (ru) so for being able to even find the settings menu you might like to set boot language to English (en) or whatever (we) ^^)
Update Instructions
Solve Assert failed problem
Recover IMEI
[German] Recover IMEI
ROMs for Android 2.3 Gingerbread
Cybermaus S148 V1 (2012-04-28) Android 2.3.6
This ROM is not installed by loading a zip file from recovery. It will directly be flashed by USB cable. As the user data will not be overwritten, it had my German language selected. But the ROM only supports English and Chinese. Only some apps support German. So I had a mixture of English and German in my test. It has the GoLocker for Lenovo and the Idea Widget. That is how the launcher is called. So happy I found it.
It has some nice apps such as Car Mode or Lenovo Task Manager. Playstore is installed.
(Download a750_s148_120428_cybermaus_v1.rar from cybermaus' 4shared repository.)
BaderMQ S148 Multilang+Arabic Fix (2012-05-15) Android 2.3.6
This ROM is very nice. Its located to en/UK by default. Supports Multilanguage - at least German is supported quite good. Keyboard is only in QWERTY. It has two launchers installed and the nice lenovo lock screen. It has GoLauncher Ex but seems not to have a Widget. Lenovo Task Manager is a nice tool on that ROM. Playstore is installed but no File Explorer. I guess it's not rooted. Better link to discussion site appreciated if anyone knows.
Download Lenovo_A750_v1_BaderMQ.zip on 4shared.
ROMs for Android 4 ICS
Cybermaus S306 V1.3 (2012-06-18) Android 4.0.3
This ROM is mainly English and Chinese but has also some poor support of other languages (many items are still in English).
It has a Lenovo Magic Launcher with a buggy background, that may be fixed after changing the wallpaper a couple of times and rebooting.
Keyboard did not work until I installed the stock application ICS-keyboard.apk from here (German).
For installation first apply v1 and then update v1.3. Versions between can be skipped.
Download a750_s306_120530_cybermaus_ics_v1.zip and a750_s306_120530_cybermaus_ics_v1.3.zip from cybermaus' 4 shared repository.
ROMs that did not work for me
bgcngm S143 Hebrew fixed by BN (2012-03-29)
build.prop says it would be a S306 from 2012-05-30 and Android 4.03. Boot language is set to zh (Zhongwen - simplified Chinese). It also has a lot of Chinese apps in its system/app folder. To install I removed the assert from updater-script but then just got "installation aborted". Better link to discussion site appreciated if anyone knows.
Download Lenovo A750 patched ROM by BM.7z on mediafire.
Interesting Links for A750
A750 ROMs in Spanish forum
ICS Stock Apps
ICS Stock Apps (German page, multiligual apps, downloads easy to find)
Cybermaus ROMs old eten-users.eu thread, not supported any more
Cybermaus ROM thread for forum newbies
Demos and Guides on YouTube
Rooting Tutorial Video by Colonel Zap (longer version)
A750 Lockscreen Demo
I am looking for this Lockscreen and for the ROM! If you know it, please PM!
Reserved for Flashing Instructions - coming soon.
Reserved for Installing Instructions - coming soon.
Very interesting 3d
Hope to be successful

Categories

Resources