[Cross Porting] Spreadtrum SC7731g | SC7731c | SC9830 | SC8830 Cross Porting - Android General

Hello everybody. This is Yeasir Arafat. In this video I am going to show you how to cross port on Spreadtrum SC7731g | SC7731c | SC9830 | SC8830.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can port :
Spreadtrum SC7731c to SC7731g
Spreadtrum SC7731g to SC7731c
Spreadtrum SC8830 to SC7731c/SC7731g
Spreadtrum SC7731 to sC8830
Reduired Files:
1.Zarchiver
2. Root Explorer
Download these apps from google.
Now watch this : Click Here
For some roms you need to port boot.img.
Boot.img Porting : Click Here
This tutorial is tested on IDOS rom. [ SC7731c to SC7731g]
To join us on facebook : SU Droid Tech
Credits :
Yeasir Arafat
SU Droid Tech
If you have any question about this topic, please comment below.

I need Help
Hi Sir, i need your help to port SOME rom to my device sc7731 marshmallow based, i have ported a twrp 3.0.2 working perfectly but now i want to create a custom rom like cm13 or RR for my device, i have tried your porting method, anothers posts, but, nothing working for me,when i use the ported boot.img, not working, it stuck at bootlogo.
I tried porting RR-M rom using my stock boot.img, it passes the bootlogo screen but it stuck on the bootanimation, i have read many posts and i have ported the rom replacing libs,bin,......etc..... i'm sure that the problem is on the Boot.img

Filarhq said:
Hi Sir, i need your help to port SOME rom to my device sc7731 marshmallow based, i have ported a twrp 3.0.2 working perfectly but now i want to create a custom rom like cm13 or RR for my device, i have tried your porting method, anothers posts, but, nothing working for me,when i use the ported boot.img, not working, it stuck at bootlogo.
I tried porting RR-M rom using my stock boot.img, it passes the bootlogo screen but it stuck on the bootanimation, i have read many posts and i have ported the rom replacing libs,bin,......etc..... i'm sure that the problem is on the Boot.img
Click to expand...
Click to collapse
there is a nice guide on Advan S4p official Group on FB download the ROMs from there only if you download ROMs from somewhere else you need to do do lot of changes to make it compatible to your device. As you you think the problem is in the boot.img yes there might ba a lot chances. Have you replaced the modules in ramdisk/lib while porting boot.img and make sure that you replaced the mali.ko also grab it from System/lib/modules of stock ROM.

Jitheshwar said:
there is a nice guide on Advan S4p official Group on FB download the ROMs from there only if you download ROMs from somewhere else you need to do do lot of changes to make it compatible to your device. As you you think the problem is in the boot.img yes there might ba a lot chances. Have you replaced the modules in ramdisk/lib while porting boot.img and make sure that you replaced the mali.ko also grab it from System/lib/modules of stock ROM.
Click to expand...
Click to collapse
Should I seriously replace ramdisk/lib/modules/mali.ko with system/lib/mali.ko? I mean ... the mali.ko of my system weighs 57 bytes while that of my stock boot.img weighs 4mb (sorry for my bad english, i'm from Ecuator)

Filarhq said:
Should I seriously replace ramdisk/lib/modules/mali.ko with system/lib/mali.ko? I mean ... the mali.ko of my system weighs 57 bytes while that of my stock boot.img weighs 4mb (sorry for my bad english, i'm from Ecuator)
Click to expand...
Click to collapse
Is there a mali.ko in your stock boot.img then use it to port don't replace with the one in system/lib/modules. In my case I don't have mali.ko in my boot.IMG then I had to use the one from system.
have you read the guide in Advan Group? If not then go through it once you'll get some clarity. Don't fear about size the mali.ko file will be that size only it is the module which handle GPU. And for the language don't bother because what knowledge you have does matters it doesn't matter that how you share it. Never feel sorry for little things like this you can manage to speak and understand more than one language it's great.

Jitheshwar said:
Is there a mali.ko in your stock boot.img then use it to port don't replace with the one in system/lib/modules. In my case I don't have mali.ko in my boot.IMG then I had to use the one from system.
have you read the guide in Advan Group? If not then go through it once you'll get some clarity. Don't fear about size the mali.ko file will be that size only it is the module which handle GPU. And for the language don't bother because what knowledge you have does matters it doesn't matter that how you share it. Never feel sorry for little things like this you can manage to speak and understand more than one language it's great.
Click to expand...
Click to collapse
thanks i had successful ported a PAC-MAN rom to my device, but now..... i need some help to fix wifi, camera, bluethoot bugs ;-; but... i think is great, it boot up :"v, and have a question, i have storage bug, gallery, music, and a lot of apps can't access to my storage but "diskinfo" app can read the partitions

Filarhq said:
thanks i had successful ported a PAC-MAN rom to my device, but now..... i need some help to fix wifi, camera, bluethoot bugs ;-; but... i think is great, it boot up :"v, and have a question, i have storage bug, gallery, music, and a lot of apps can't access to my storage but "diskinfo" app can read the partitions
Click to expand...
Click to collapse
it's because of boot.img you need to compare the following files of port files with stock files and modify them accordingly
fstab.sc8830
init.sc8830_ss.rc (the related lines may be found in stock init.storage.rc).
There are some guides in Advan Group for fixing bugs like Wi-Fi and camera see in the files section you'll find solutions/guides and also search in the group if you have any doubt which may be already asked by someone else by this way you'll find answers quickly use the logcat extreme app for seeing logs which will help you too see what causing the issue them you can easily resolve the bug.

Jitheshwar said:
it's because of boot.img you need to compare the following files of port files with stock files and modify them accordingly
fstab.sc8830
init.sc8830_ss.rc (the related lines may be found in stock init.storage.rc).
There are some guides in Advan Group for fixing bugs like Wi-Fi and camera see in the files section you'll find solutions/guides and also search in the group if you have any doubt which may be already asked by someone else by this way you'll find answers quickly use the logcat extreme app for seeing logs which will help you too see what causing the issue them you can easily resolve the bug.
Click to expand...
Click to collapse
thanks a lot, it was exactly what i was suspecting of the storage bug, i can understand what you say, but a little bit, i need to compare it, yes, luckily i have an init.storage.rc file located on my stock boot, what i don't understand is comparing and changing the lines, and.... please help me to solve the wifi & bluethoot issue ;-;

Filarhq said:
thanks a lot, it was exactly what i was suspecting of the storage bug, i can understand what you say, but a little bit, i need to compare it, yes, luckily i have an init.storage.rc file located on my stock boot, what i don't understand is comparing and changing the lines, and.... please help me to solve the wifi & bluethoot issue ;-;
Click to expand...
Click to collapse
Next time PM me don't reply here.
Compare the following lines with the fstab.sc8830 of your stock file
Code:
# /devices/sdio_sd/mmc_host/mmc1/mmc1:*/block/mmcblk1 auto auto defaults voldmanaged=extSdCard:auto,encryptable=userdata
# /devices/20200000.usb/usb auto auto defaults voldmanaged=usbdisk:auto
/dev/block/zram0 auto swap defaults zramstreams=4,notrim
and in init.sc8830_ss.rc see if there any lines that match with the lines of init.stotage.rc it may look like lot of mess but you have to go by trail and error the difference is because of different Mounting structure of SD card from marshmallow you can mount external SD card as either internal (you install apps on external) or as portable used for storing files only can't be used for installing apps. even apps can't store the data on SD card.
hey there is another way of fixing storage bug that is with the help of SU.D script (you can see it in system partition after flashing the ROM) the script is IntextSDcard or something but I don't have that script few months back while porting CM13.1 I have read in Advan S4p official group about that but unable to fix but I think at that time I don't have sufficient knowledge anyway I just left porting because there are some bugs that can't be fixed in my device because my device is shipped with KitKat. I think,but not sure, this was already included in the ROM by the one who made it compatible with our device.

Screen goes black.......
sudroidtech said:
Hello everybody. This is Yeasir Arafat. In this video I am going to show you how to cross port on Spreadtrum SC7731g | SC7731c | SC9830 | SC8830.
You can port :
Spreadtrum SC7731c to SC7731g
Spreadtrum SC7731g to SC7731c
Spreadtrum SC8830 to SC7731c/SC7731g
Spreadtrum SC7731 to sC8830
Reduired Files:
1.Zarchiver
2. Root Explorer
Download these apps from google.
Now watch this : Click Here
For some roms you need to port boot.img.
Boot.img Porting : Click Here
This tutorial is tested on IDOS rom. [ SC7731c to SC7731g]
To join us on facebook : SU Droid Tech
Credits :
Yeasir Arafat
SU Droid Tech
If you have any question about this topic, please comment below.
Click to expand...
Click to collapse
Sir,
Everything working in my phone but screen goes black imean to say phone is running but not give display output plz help
---------- Post added at 02:50 PM ---------- Previous post was at 02:49 PM ----------
Sir,
Everything working in my phone but screen goes black imean to say phone is running but not give display output plz help

Hrishabh Sharma said:
Sir,
Everything working in my phone but screen goes black imean to say phone is running but not give display output plz help
---------- Post added at 02:50 PM ---------- Previous post was at 02:49 PM ----------
Sir,
Everything working in my phone but screen goes black imean to say phone is running but not give display output plz help
Click to expand...
Click to collapse
Have you ported the boot.img and make sure the split_img is your stock's

Jitheshwar said:
Have you ported the boot.img and make sure the split_img is your stock's
Click to expand...
Click to collapse
I'm using stock boot.IMG everything working but blackscreen

Hrishabh Sharma said:
I'm using stock boot.IMG everything working but blackscreen
Click to expand...
Click to collapse
let me know your chipset, kernel, and based system, are you triying to port different API?
whatever, if you want a rom you have to port the boot.img, if the system boot up with your stock boot.img, you need to port the rom's boot.img to fix bugs

Jitheshwar said:
Have you ported the boot.img and make sure the split_img is your stock's
Click to expand...
Click to collapse
Filarhq said:
let me know your chipset, kernel, and based system, are you triying to port different API?
whatever, if you want a rom you have to port the boot.img, if the system boot up with your stock boot.img, you need to port the rom's boot.img to fix bugs
Click to expand...
Click to collapse
Sc7731 chipset micromax cancas spark 3:
I'm porting cm based RR ROM......
And also plz tell me how fix rotation, camera not connect,no sound in loud speaker,and ROM speed slow how fix all bugs

Hrishabh Sharma said:
Sc7731 chipset micromax cancas spark 3:
I'm porting cm based RR ROM......
And also plz tell me how fix rotation, camera not connect,no sound in loud speaker,and ROM speed slow how fix all bugs
Click to expand...
Click to collapse
Follow the guide of KitKat for fixing bugs some of the bugs can't be fixed easily for ex: rotation (don't know why fix provided by dev isn't working it's may be a problem in boot.img) for more help look in Advan group there are posts and docs for fixing bugs and porting the ROM properly.

sir my recovery image is recovery-sign img, I can't install with spd flash tool if I change its stock recovery with twrp, and even fastboot. not any error message appear but it like stuck loading. is it still possible to my phone can have root access here
thanks in advance

video down.

Related

[Q] MP 809t

I bought a MP 809t Smartphone. Are there any CWM and ROM for this phone? It runs android 4.3.0 from fabric, maybe AOSP, In "about phone" update is not listed.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Android 4.4.2
I have stock Android 4.4.2 KitKat
4.4.2 ROM
Can you please upload the ROM, so that we shall benefit. I have a problem. I bought MP809T in Abu Dhabi, UAE. There it used to recognize the SIM and was working. But now I am in India and no SIM working. I am not sure whether the current ROM 4.3 does not support this region or so. Please help.
Also if someone can guide on how to install this stock ROM 4.4.2, it would be of gr8 help.
Thanks,
Joe
reshi5531 said:
I have stock Android 4.4.2 KitKat
Click to expand...
Click to collapse
Installing ROM MP809T
spljoe said:
Can you please upload the ROM, so that we shall benefit. I have a problem. I bought MP809T in Abu Dhabi, UAE. There it used to recognize the SIM and was working. But now I am in India and no SIM working. I am not sure whether the current ROM 4.3 does not support this region or so. Please help.
Also if someone can guide on how to install this stock ROM 4.4.2, it would be of gr8 help.
Thanks,
Joe
Click to expand...
Click to collapse
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
LCD Version Checking?
Hi Dani,
Thanks for prompt response. It seems u r having Quad-Core phone (MTK6582), but mine is 6592 chipset, octacore one. Anyways, thanks a lot for sharing. I got the links for 6592 from needrom; BUT having the doubt about LCD version...how to check the LCD version before flashing any ROM?
If you can clarify, it will be gr8.
Thanks,
Joe
reshi5531 said:
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
Click to expand...
Click to collapse
For Mtk 6592 - OctaCore
Dear Dani,
Thanks for uploading all these files. It looks like u r using Quad Core 6582 chipset phone 809T. But I am having MTK6592 Octa-Core Phone. If you can, please assist me installing this 4.4.2 firmware. My phone is not detecting India network providers. I set the phone region to UAE and it was working when I was in Abu Dhabi, UAE. But now I am in India and I want to reinstall the ROM and check. My phone is just a electronic gadget now, without phone funtionality. Please help.
I am following this link below and I am getting an error message unable to continue with flashing. Anybody please help.
View attachment 2958354
View attachment 2958355
http://www.needrom.com/download/official-mpai-809t-mtk6592/
Thanks,
Joe
reshi5531 said:
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
Click to expand...
Click to collapse
Solution
Just download software from link that I give you from mediafire.com. There is a different flash software that can choose lcd version I can flash. Guide is also included.
MTK6592 Chipset, Oct-core 809T
reshi5531 said:
Just download software from link that I give you from mediafire.com. There is a different flash software that can choose lcd version I can flash. Guide is also included.
Click to expand...
Click to collapse
But my chipset is MTK6592 not what is mentioned in the document. I doubt it will work for me. I am confused and don't know how to proceed.
Please confirm this will work for MTK6592 chipset as well. Because mine is Octa-core phone.
I am just looking for step-by-step procedure to follow.
Thanks,
Joe
Answer
You can download ROM for MTK 6592 octacore where you find from needrom. After that you can follow the steps in my Guide from mediafire. Just use other ROM for MTK 6592 octacore.
reshi5531 said:
You can download ROM for MTK 6592 octacore where you find from needrom. After that you can follow the steps in my Guide from mediafire. Just use other ROM for MTK 6592 octacore.
Click to expand...
Click to collapse
Dear Dani,
I was able to upgrade the firmware from 4.3 to 4.4.2 by following your instructions. I installed from needrom download. But It's not complete format and reinstall. Upgrade didn't give me option to select/re-select the region to India. My India SIM cards are still not working. Can you please help me to format the phone completely and reinstall the 4.4.2 ROM ??? I have taken NVRAM backup using custom recovery.
If you can provide step-by-step procedure for that, it will be of gr8 help to me.
Thanks for the guide you have provided.
Thanks,
Joe
Answer
Hello,
I am sorry, but I have no idea what can you do more. You can ask someone else for help.
IMEI Issue
Incorrect IMEI # was causing the issue. After writing new IMEI # using Droid tool resolved my issue. Thanks for all your guidance. With your help I could upgrade my phone to 4.4.2. Thanks Dani, though no beer!
---------- Post added at 04:27 PM ---------- Previous post was at 04:24 PM ----------
reshi5531 said:
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
Click to expand...
Click to collapse
These drivers helped me to connect to PC successfully for data transfer through USB.
Thanks,
Joe
---------- Post added at 04:29 PM ---------- Previous post was at 04:27 PM ----------
reshi5531 said:
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
Click to expand...
Click to collapse
4.4.2 also can be rooted easily after flashing using it vroot method. It's worth I guess. People always prefer latest version
problem with speaker
hi guys i need ur help...i have chinese phone mp 809t octacore...is perfect !!!and i like so so much but now i have problem with the speaker(music ringtones etc)where can i find for this mobile replacement parts??thnx a lot for ur help
tosiro said:
hi guys i need ur help...i have chinese phone mp 809t octacore...is perfect !!!and i like so so much but now i have problem with the speaker(music ringtones etc)where can i find for this mobile replacement parts??thnx a lot for ur help
Click to expand...
Click to collapse
Even I have problem when I put my phone in loudspeaker mode while using Skype, so much noisy it is, almost not audible at all. Is there no voice reduction managed in this phone?
Is there anyway we can correct this?
Thanks,
Joe
---------- Post added at 12:28 PM ---------- Previous post was at 12:26 PM ----------
tosiro said:
hi guys i need ur help...i have chinese phone mp 809t octacore...is perfect !!!and i like so so much but now i have problem with the speaker(music ringtones etc)where can i find for this mobile replacement parts??thnx a lot for ur help
Click to expand...
Click to collapse
What part are you trying to replace? Are you sure this is the hardware problem? What exact issue are you facing? And when?
spljoe said:
Even I have problem when I put my phone in loudspeaker mode while using Skype, so much noisy it is, almost not audible at all. Is there no voice reduction managed in this phone?
Is there anyway we can correct this?
Thanks,
Joe
---------- Post added at 12:28 PM ---------- Previous post was at 12:26 PM ----------
What part are you trying to replace? Are you sure this is the hardware problem? What exact issue are you facing? And when?
Click to expand...
Click to collapse
thnx a lot for ur help and for ur time !!!yeah im sure is not hardware problem the phone speaker is broken...(i dont know if are the exactly words <<burned speaker>>
reshi5531 said:
Hello spljoe,
I will write you how to install ROM to your phone. First download links to ROMs:
1. Stock pre-rooted ROM Android 4.3.0 - needrom.com/download/official-factory-rooted-rom-android-4-3-0-mtk6582-for-mpai-809t/
2. Stock non rooted ROM Android 4.4.2 - needrom.com/download/official-factory-rom-android-4-4-2-kitkat-mtk6582-for-mpai-809t/
I prefer personally 4.3.0 because is pre-rooted and rooted apps works perfectly!
Now you need to download this files: mediafire.com/folder/w0dh4b4h854mqq6,e22d2b5foep12ty,em36kke7pwkwphf/shared
1. Install PDA drivers from file;
2. Now open MP809T mobile phone flash steps Android 4.4.2.doc and follow instructions;
First you have to know that there is 2 different LCD screens for MPai 809T. You have to choose witch driver to install for your LCD. For 4.3.0 ROM you have only 1 option for LCD! If after flashing you start the phone, but can not see the logo, that's means wrong LCD driver.
If you need more help you can ask. If you are success with flashing you can buy me a beer - PayPal - [email protected] :good:
Click to expand...
Click to collapse
Friend, I need your help. My 809T, with MTK6592, broke the screen. But I found one screen to buy, and I did this purchase, I already have the new screen. But when I plug the flat cable of the new screen in cell phone, the screen light up, but no image was shown. After that, I knew that 809T have two screen versions, and probally the screen that I bought have a different version that screen that came with cell phone.
I downloaded the ROM, but I need a help with intructions to install the ROM with driver for my new screen, because till now I couldn't install the screen with any program. I have the "SPMultiPortFlashDownloadProject", and "SP flash tool", but a several errors appear with these programs. Could you give the steps to configure these programs? My new screen is TD0-HD0499K70425.
I really need this cell phone, and think that I could lost it because I can't install the screen drives me crazy, because the cell phone is too good!
I have octa core model, with 4.4.2. i cant root it at all, any ideas?
Today I uploaded my modified KitKat ROM to needrom.com: Click.
Modifications:
- root access
- TWRP 2.7.1.0 included
- fixed external SD card limitations
- data partition resized to 2.0GB
- fake hardware specs and chinese crap removed
Please rate this ROM at needrom.com if you like it.
MKKLR21 said:
Today I uploaded my modified KitKat ROM to needrom.com: Click.
Modifications:
- root access
- TWRP 2.7.1.0 included
- fixed external SD card limitations
- data partition resized to 2.0GB
- fake hardware specs and chinese crap removed
Please rate this ROM at needrom.com if you like it.
Click to expand...
Click to collapse
How you resized the data partition? I have done it, and had problems, internal storage file system was damaged after reboots and at random times, and suddenly /data was wiped for no reason. I restored stock ebr1 and ebr2. This problem was happening only when i had many apps (when /data had more than 1GB data). Have you checked this?
Hi gerstavros, I manually edited EBR1 and EBR2.
I tried it out before with 2.5GB data partition and I had the same problem: damaged storage, phone doesn't boot, data gone...
I changed data partition size to 2.0GB and it works fine until now. Free space is about 650MB. Remaining internal storage is 444MB (I think this is sufficient for system apps that don't use external SD).

[Q] Kitkat Rom for Allwinner A13!

Hello Guys
I am new here and I have a allwinner a13 tab
Android 4.0.4
1.2 Ghz Single Core Cortex A8
Baseband V 1.5
Kernel armv7I
512 mb ram
4gb rom
Board Nuclear_evb
GPU Mali 400
GPU ARM
Hardware sun5i
kernel version 3.0.8+
7 inch screen
I want a custom kitkat rom for my device.
Searched all XDA threads found none useful
I want to develop own rom 4.4 for my device. I am a noob so please bear with me
I will be highly obliged if someone would make it for me
But just want some guidance to develop custom rom.
Please can just someone tell me how to develop rom for my device.
My device is Intex I Buddy 3 and is rooted. I have knowledge about rooting ,firmwares , kernels etc.
Can someone tell me that rom can be developed?
If yes then guide me the steps to do so as I am a quick learner I won't cause much trouble :laugh:
If no then why rom can not be developed.
So please help me
Thanks in advance.
Note: Please don't ignore this thread as I really need a kitkat rom for my device as it is completely screwed up . I dont have enough funds so that I can buy a new device
Still no help found
Tech N You said:
Hello Guys
I am new here and I have a allwinner a13 tab
Android 4.0.4
1.2 Ghz Single Core Cortex A8
Baseband V 1.5
Kernel armv7I
512 mb ram
4gb rom
Board Nuclear_evb
GPU Mali 400
GPU ARM
Hardware sun5i
kernel version 3.0.8+
7 inch screen
I want a custom kitkat rom for my device.
Searched all XDA threads found none useful
I want to develop own rom 4.4 for my device. I am a noob so please bear with me
I will be highly obliged if someone would make it for me
But just want some guidance to develop custom rom.
Please can just someone tell me how to develop rom for my device.
My device is Intex I Buddy 3 and is rooted. I have knowledge about rooting ,firmwares , kernels etc.
Can someone tell me that rom can be developed?
If yes then guide me the steps to do so as I am a quick learner I won't cause much trouble :laugh:
If no then why rom can not be developed.
So please help me
Thanks in advance.
Note: Please don't ignore this thread as I really need a kitkat rom for my device as it is completely screwed up . I dont have enough funds so that I can buy a new device
Click to expand...
Click to collapse
I have been wanting this as well but so far I have yet to see someone port or try to port a ROM for the A13 using the KitKat rom. I have many A13 tabs and I have some custom ROMs I created myself but none entail the makes of the KitKat ROM. To be honest I am not even sure it can be done other then a stock ROM modified to replicate the KitKat ROM meaning it is per say JellyBean 4.2 but the prop is edited to say KitKat and the theme to look like KitKat the added features etc.
orbitA13 said:
I have been wanting this as well but so far I have yet to see someone port or try to port a ROM for the A13 using the KitKat rom. I have many A13 tabs and I have some custom ROMs I created myself but none entail the makes of the KitKat ROM. To be honest I am not even sure it can be done other then a stock ROM modified to replicate the KitKat ROM meaning it is per say JellyBean 4.2 but the prop is edited to say KitKat and the theme to look like KitKat the added features etc.
Click to expand...
Click to collapse
I also want to run KitKat as you. Can you guide me how to modify stock rom in order to flash kitkat boot img and run kitkat or anything else that can create a cutsom rom.?
Tech N You said:
I also want to run KitKat as you. Can you guide me how to modify stock rom in order to flash kitkat boot img and run kitkat or anything else that can create a cutsom rom.?
Click to expand...
Click to collapse
Light MODing like editing build.prop start up sound and things like that is easy you can even change your start up/splash images and even APK's adding and removing with simple tools you can find on the net just do a search for how to edit your stock ROM or any ROM for that matter even here you might find all the tools you need.
I create all my ROMs using Ubuntu 12.04.3 desktop AMD64 and Source for JB 4.2.2 or a donor ROM which is similar to the stock ROM of the device the user may own. As for explaining step by step I am sorry but you will need to do the leg work for that as it is not easy to explain and you will need a general knowledge of what you are doing and at some points advanced knowledge. As for flashing the boot.img from KitKat to JB 4.2.2 will not work.Things that would/could be added if compatible to your donor ROM are Drivers, Sounds, Images, APKs, System Apps, Etc...
So the point is here that you can add images and splash screen and boot up images that come from KitKat and even add the apps if compatible with JB 4.2.2 and tweaks of your own that are made to boot with the system or not anything else would need to be ported and as mentioned I have yet to see a ported KitKat version for the A13. You can also edit your SystemUi.apk to make changes but this is another avenue make sure you understand and know what you are doing when doing so and always make backups!
Some Tools
=========
System Type is up to you!
ADB Tools is a (MUST)
DragonFace
LiveSuite
APK Tool
Bootimage Tools
slidepad704ce-jb-kitchen
Script-Bin Tools
Uberizer
This is just some of the things you can use some are for Windows other I use on Ubuntu.
orbitA13 said:
Light MODing like editing build.prop start up sound and things like that is easy you can even change your start up/splash images and even APK's adding and removing with simple tools you can find on the net just do a search for how to edit your stock ROM or any ROM for that matter even here you might find all the tools you need.
I create all my ROMs using Ubuntu 12.04.3 desktop AMD64 and Source for JB 4.2.2 or a donor ROM which is similar to the stock ROM of the device the user may own. As for explaining step by step I am sorry but you will need to do the leg work for that as it is not easy to explain and you will need a general knowledge of what you are doing and at some points advanced knowledge. As for flashing the boot.img from KitKat to JB 4.2.2 will not work.Things that would/could be added if compatible to your donor ROM are Drivers, Sounds, Images, APKs, System Apps, Etc...
So the point is here that you can add images and splash screen and boot up images that come from KitKat and even add the apps if compatible with JB 4.2.2 and tweaks of your own that are made to boot with the system or not anything else would need to be ported and as mentioned I have yet to see a ported KitKat version for the A13. You can also edit your SystemUi.apk to make changes but this is another avenue make sure you understand and know what you are doing when doing so and always make backups!
Some Tools
=========
System Type is up to you!
ADB Tools is a (MUST)
DragonFace
LiveSuite
APK Tool
Bootimage Tools
slidepad704ce-jb-kitchen
Script-Bin Tools
Uberizer
This is just some of the things you can use some are for Windows other I use on Ubuntu.
Click to expand...
Click to collapse
Ohk! Thank you:laugh::good:
Here is version for allwinner a10(this is allwinner a13+HDMI):
4pda.ru/ forum/index.php?showtopic=425228&st=2380#entry30353733
sorry for non working link but i cant add working (restrication)

[KERNEL SOURCE] MT6592 (MTK6592) Kernel - Kernel, rom for DG550

Hi,
I was looking for developer who can make kernel (would be awesome also a rom) for MTK6592 especially for Doogee DG550. If you don't have DG550 never mind. Owners can buy you one. We will be so grateful.
Here is kernel source:
https://github.com/tpruvot/MT6592-KK-KERNEL
Thank you very much.
Mattthev said:
Hi,
I was looking for developer who can make kernel (would be awesome also a rom) for MTK6592 especially for Doogee DG550. If you don't have DG550 never mind. Owners can buy you one. We will be so grateful.
Here is kernel source:
https://github.com/tpruvot/MT6592-KK-KERNEL
Thank you very much.
Click to expand...
Click to collapse
i can build bt is abv kernel source nd drivers for dg550 ??
[email protected] said:
i can build bt is abv kernel source nd drivers for dg550 ??
Click to expand...
Click to collapse
Hi man, would be awesome. Are system img and boot img enough for you?
I posted it here:
http://www.needrom.com/download/dg550-kitkat-02112015-blackview-dm550/
It's just rebranded DG550 and it's better than original rom by Doogee (causes battery draining) and they also fix time from internet and other stuff...
Well, all MT6592 are "ALPS". AFAIK
Please provide proper LCM Driver, etc.
As i have the same device i'm very interested.
Files u provided are way not enough for a "simple" build
Currently i'm running this Phone at stock kernel with DarkL privat port. It gives me up to 5days battery on moderated use. So the stock dg550 Kernel is fine already, at least on the battery side ofc
However in my opinion there is no reason why somebody would donate a developer this phone. It cost around 135€. People would have more benefits if they just buy a new, cheaper and more powerful phone while dumping this one.
If u like a good Rom, u can still try port cm12.1 from mt6592 plattform. We might just miss steps in ramdisk
Traace said:
Well, all MT6592 are "ALPS". AFAIK
Please provide proper LCM Driver, etc.
As i have the same device i'm very interested.
Files u provided are way not enough for a "simple" build
Currently i'm running this Phone at stock kernel with DarkL privat port. It gives me up to 5days battery on moderated use. So the stock dg550 Kernel is fine already, at least on the battery side ofc
However in my opinion there is no reason why somebody would donate a developer this phone. It cost around 135€. People would have more benefits if they just buy a new, cheaper and more powerful phone while dumping this one.
If u like a good Rom, u can still try port cm12.1 from mt6592 plattform. We might just miss steps in ramdisk
Click to expand...
Click to collapse
I've contacted Doogee on some e-mails so be in touch. They post on FB post about developing roms for their phones. Does anybody know if they truly pick someone from XDA or 4pda?
Could some one please compile TWRP 2.8.7 or 2.8.6 for DG550? I tried but no success only boot loop
They dont share source. U can use stock Kernel and build cm around. Like few guys here.
Please just read the forum
don't worry dude....backup rom via mtk droid tool
den use my guide for port...nd for recovery check last post of @Traace
http://forum.xda-developers.com/android/development/guideport-cm-12-1-mtk6592-cm-12-1-t3142499
[email protected] said:
don't worry dude....backup rom via mtk droid tool
den use my guide for port...nd for recovery check last post of @Traace
http://forum.xda-developers.com/android/development/guideport-cm-12-1-mtk6592-cm-12-1-t3142499
Click to expand...
Click to collapse
When u plan to renew the tutorial? as it's still broken for us dg550 users
Current tutorial state is useless for us.
Traace said:
When u plan to renew the tutorial? as it's still broken for us dg550 users
Current tutorial state is useless for us.
Click to expand...
Click to collapse
can u share me info..what r u facing ??....though it's working grt for other devices....i'll share another guide
[email protected] said:
can u share me info..what r u facing ??....though it's working grt for other devices....i'll share another guide
Click to expand...
Click to collapse
Wonderful, thx.
Well it ain't boot(didnt pass vendor bootloader logo) on our Devices Doogee DG550. More than me already tried
Port from mt6582 to mt6592 works fine on first run
Yeah, it doesn't work at all. It was working on previous updates. They changed /data to 3GB that could be the problem, isn't it? I was working on flashable rom but it didn't boot. Even I use files from backup in TWRP, it must be problem with META-INF files.
Yeah other recoveries may work, but TWRP is best now like CWM few years ago. I can't even port 2.8.1 with that MTK tool on the newest rom from Blackview.
Also do you know about more complex tool for root checker? I have still problem I was using Super Su 2.46 but can't install busybox, so I used KingoUser and it was working but sometimes it stop working and I have to update Su binaries manually. BTW I don't like KingoUser, the Super Su is much better but doesn't work as it should on this rom. On my P4 5.1.1 working just fine.
my data is 8gb// ebr1 ebr2 .
what u mean, that previous version of cm12 kingzone worked on dg550?
The update script itself works fine with philz
For busybox i used "smartinstall" on Dark L Rom with dg550"
Traace said:
Wonderful, thx.
Well it ain't boot(didnt pass vendor bootloader logo) on our Devices Doogee DG550. More than me already tried
Port from mt6582 to mt6592 works fine on first run
Click to expand...
Click to collapse
ahh......seems like storage ,surfaceflinger issue .................may be extras too.........if u able to take logcat.....it help me lot to tell u exactly what's happening
[email protected] said:
ahh......seems like storage ,surfaceflinger issue .................may be extras too.........if u able to take logcat.....it help me lot to tell u exactly what's happening
Click to expand...
Click to collapse
Sorry adb doesn't work, hang on vendor.
- waiting for device..
Could u do me a favor and check if my ramdisk is different from other mtk's?
Here is a link from both ramdisks only: http://d-h.st/1VOT
Proper drivers are in place
untouched ramdisk hang on vendor logo nothing happens, if i edit mail node in ueventd.rc(Line 152, thx to @chanaka89 ) the device reboots after a while. Never pass logo
thx for ur help

Lenovo Tab 2 A10-70 MM 6.0 Custom Roms and Ports

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have opened this thread for the discussion of and sharing of specific information regarding the Lenovo Tab 2 A10-70F/L running on Android 6.0 MM.
This is to reduce the need to post in the "main" thread for this device which is HERE
The thread is open to ALL so please do not direct all question or comments towards me but ask and comment generally.
The thread should be restricted to Customisation and Porting of the Stock ROM.
Hints Tips and Tweaks.
The thread should Not include anything related to xposed PLEASE as this has a dedicated forum thread.
WARNING SPFlashTool and the use of will NOT be discussed in this thread. You are expected to know the very basics already like using SPflashTool, ADB, Fastboot and TWRP.
Simple Google search's will reveal all the info you need about the aforementioned.
The #2 post below this one will contain the leaked MM link TWRP and official Kernel source code etc etc
This OP will be updated as time goes by so I am open to suggestions
Where is everything??
KEY: F= WiFi only version L= CELLULAR version (takes a SIM card) MM= Marshmallow (Android version 6.0) LP= Lollipop (Android version 5.0) KK= KitKat (Android version 4.4)
Kernel Source: HERE
FOR USE WITH RECOVERY OFFICIAL STOCK OTA's 6.0 MM ROM's L & F versions: HERE
FOR USE WITH SPFlashTool OFFICIAL STOCK 6.0 MM ROM's L & F versions: A10-70F_S000214_M_170207_ROW.7z (WiFi) and A10-70L_S000214_M_170606_ROW.7z (SIM) Passwords and credits located HERE
TWRP RECOVERY "L" and "F" 6.0 MM compatible: HERE
Thanks to @Tzul
Empty image used to Wipe/Format your Userdata Using SPFashTool: HERE
Thanks to bigrammy
The Modified Boot.img's "Systemless SuperSU Ready" L & F versions: for the above Firmware's are HERE
Thanks to @Tzul again.
LEAKED STOCK MM ROM: HERE I Recommend using the Official Stock MM ROM's above but will leave this here for reference.
Thanks to @zMILWAUKEE again.
Noob's guide to Flashing the OFFICIAL STOCK MM ROM's L & F versions above:
NOOB's Read this post before you ask anything!!
Add Modified SPFlashTool Version OFFICIAL STOCK MM ROM's L & F versions from above:
Read this post HERE for more info
Notes: Flashing this stock MM will automatically encrypt your data and "systemless" root will not work due to the old style Mediatek boot.img format (MTK Headers) these are not supported by SuperSU. See above for compatible version boot.img by Tzul.
Thanks to @Tzul for all the info TWRP's and OTA's Too many to link to. :good:
Thanks to @suhridkhan for the Main device thread HERE
There are so Many others who deserve Thanks concerning this device but listing everyone would be impossible for me to do.
Any help or advice from other Mediatek threads would be most welcome but especially from these guys @superdragonpt @DerTeufel1980 @fire855 and others working on the M.A.D project https://github.com/MediatekAndroidDevelopers
xda background info here
Help input or advice with regard to maybe building from source porting from source would be invaluable Thanks.
CPU is mt8165 > aka mt6752 build enviroment but is The Quad Core Version aka mt6732
Lenovo Tab 2 A10 specifications and features:
10.1-inch Full HD IPS LCD display with 1920×1200 resolution
Wifi model: 1.5GHz quad core 64-bit MediaTek MT8165 processor, LTE model: 1.5GHz quad core 64-bit MediaTek MT8732 processor
2GB of RAM
16GB of internal storage, MicroSD expansion up to 32GB
171 x 247 x 8.9mm, 509g
8MP rear-facing camera
5MP front-facing camera
Non-removable 7200mAh battery
Android 4.4 KitKat (Kernel Source) 4.4 5.1 and 6.0 official ROM's
Dolby ATMOS 3D Surrond Sound
Available in Pearl White and Midnight Blue
User contributed Hints Tips and Fixes
These are placed here for convenience only and should by no means take the place of reading this thread thoroughly​
Custom Boot Animations HERE Posted by @chris5s
Enable Multi Window and Multi User Modes + SD_card Storage + Sound: HERE Posted by @coolbeans2016
SPFlashTool flashable Custom stock based ROM HERE Posted by @bigrammy
TWRP flashable Fix for Changing the Lockscreen Wallpaper on the above ROM HERE Posted by @bigrammy
Quick photo tut for newb's to remove the Sim icons etc on WiFi Only (F) models. HERE Posted by @bigrammy
Enable Double Tap to Wake "DTTW" HERE Posted by @chris5s
Custom Boot Animation
-Delete/rename/move original start.mp4 from system/media
-use a rooted file explorer to place new start.mp4 in the same folder
-Reboot and enjoy :good:
Download
Nice idea @bigrammy
Peace
chris5s said:
Custom Boot Animation
-Delete/rename/move original start.mp4 from system/media
-use a rooted file explorer to place new start.mp4 in the same folder
-Reboot and enjoy :good:
Download
Nice idea @bigrammy
Peace
Click to expand...
Click to collapse
First Poster :victory:
Thanks mate. :good:
Custom Stock ROM v1
Due to confusion and minor bugs that required some user input I have removed the TWRP version and replaced it with this SPFlashTool version.​
Before Flashing:
This ROM will wipe your internal sd_card including Pictures, Music, etc, etc on it. BACKUP First You have been warned!!!
This ROM is NOT a full Android upgrade so please make sure you are already on Android 6.0 (MM)
Whats Different bigrammy??
boot.logo Now Black instead of the White burning out your eyeballs one.
bootanimation. Now Black Pixel animation.
Default wallpapers Desktop and lockscreen Now Pixel Blue (no more boats)
Pixel Launcher
Assistant enabled
Sony id enabled (Allows you to install some Sony app's from the play store like keyboard)
Ported Sony Music Album and Video directly from my Sony C4 mt6752 device.
These are Just to name a few but has lots of other minor mods I have forgotten about.
Installing and things to Note:
MM TWRP is included in the ROM.
Please flash the entire ROM or I/we will not know whats causing the problems should there be any.
After the flash is complete boot to recovery ONLY and flash Magisk Latest Stable release HERE
First time boot takes 10 minutes so do not panic. As soon you see the boot animation go make a cup of coffee and wait.
It will boot guaranteed if you see the bootanimation. :fingers-crossed:
The reason it seems to take so long is that the boot animation continues until fully booted so you do not see the usual dialog box "updating app 1 of xxx" etc
Ensure you update Google Play Services via the playstore (Doing this First ensures smooth and uninterrupted updates of the other playstore apps)
Update all other app's listed in playstore/my apps
Note app's like trackid will only display in portrait as our device res is not officially supported.
Credit to HootanParsa for the Awesome file explorer his thread is HERE Please leave your thanks there too.
Ensure to check all app permission and choose the Pixel launcher as default.
See post #3 for instruction on hiding the SIM icon in the notifications bar.
Lastly But Most important please LEAVE SOME FEEDBACK
I know it will not be to everyone's tastes so feel free to mod add remove install what you like.
Download Link:
Download HERE from G-Drive
Screenshots:
Lockscreen:
Desktop:
App drawer:
Music Portrait:
Music Landscape:
@bigrammy I'm sure it's on your to-do list, but how about, in the first post or placeholder posts, links to
- TWRP
- Original MM ROM
- Individual mods and/or guides to customisations/tweaks
Otherwise i guess they run the risk of getting swallowed up in the thread...Not that that has ever happened
Cheers
chris5s said:
@bigrammy I'm sure it's on your to-do list, but how about, in the first post or placeholder posts, links to
- TWRP
- Original MM ROM
- Individual mods and/or guides to customisations/tweaks
Otherwise i guess they run the risk of getting swallowed up in the thread...Not that that has ever happened
Cheers
Click to expand...
Click to collapse
Hi chris5s,
Yes good point & I have been mulling this over since I started this dedicated MM 6.0 thread.
I really don't want to be dragged into the world of noobs and SPFlashtool, driver installation, flashing, etc as they will swear blacks white and whites black regardless of how well it's all explained. So I will put up the links along with a strong warning that I/we will not expand on SPflashTool drivers etc etc for installation of the Original MM ROM and TWRP recovery.
All the Best.
Edit: All Done anything I missed let me know.
@bigrammy Excellent work on the thread.
Since I don't have this tablet anymore, my information are probably not updated. This is an amazing device, and I enjoyed every bit of it. It's still running strong with my younger brother.
I shall put a link to this thread in mine so that people can come here for most current information.
Great job on the new thread, looks great and should streamline the process of the noobs and experienced alike find what they need and point them in the right direction. Great tutorial. The reason Android will keep growing is because of people like ones that have been involved with the dev work on this tablet, and all the projects here on XDA..
I was just comparing my A10-70F running 6.0.1 with my mother's which is on stock 5.0.1 and found that my screen was distinctly dull and grey in comparison. After removing f.lux and checking all the display and battery settings were the same I was stumped.
That was until I discovered that the brightness slider setting does absolutely nothing on mine!
Does it work for everyone else?
@mr-br working fine here :good:
@mr-br People with non-working brightness sliders on this tablet usually have enabled auto-brightness somehow, which does not work, as the tablet doesn't have an ambient light sensor. If you disable auto-brightness (for which you might need an app, as there are no controls for it in the standard settings app), then the brightness slider should work again.
Yes tx I found this seems to be a generic issue with this tablet. Found the app via a thread on the lenovo forum.
"I just installed the App "Best Display Brightness Level" from "Top10Labs" out of the GPlay-Store, then start it and uncheck the "Auto Brightness" tick Smiley Happy After that, i can use the built in brightness slider, even after uninstall the app Smiley Happy"
My screen still has rather a blue cast though ...
Has anyone installed this ROM coming from (rooted) stock 5.0.1 yet?
gtallmadge said:
Has anyone installed this ROM coming from (rooted) stock 5.0.1 yet?
Click to expand...
Click to collapse
To which ROM do you refer??
If you mean the Stock then pretty much everyone I guess.
If you mean my custom stock then nobody has even bothered to report anything back at all.
I am pretty sure it would be just fine but until a few report back to it's OK I cant offer any Guarantees.
If your use to SPFlashTool then restoring the tablet would not be an issue anyway.
Yes, I do mean the stock Lenovo 5.0.1. Another question would be on your custom ROM 6.0, are there any issues for Tab2 A10-70F? As I have observed, you and others in Europe have the L version, which is not available to us in the US. Also, thank you for your hard work and guidance for the device, it is appreciated.
gtallmadge said:
Yes, I do mean the stock Lenovo 5.0.1. Another question would be on your custom ROM 6.0, are there any issues for Tab2 A10-70F? As I have observed, you and others in Europe have the L version, which is not available to us in the US. Also, thank you for your hard work and guidance for the device, it is appreciated.
Click to expand...
Click to collapse
Most of us and me included are on the "F" version I think..
It is just that the L firmware also works on our F versions.
Maybe I should make it clear that my ROM is the WiFi version only as I stripped some of the RIL parts out of the ROM
Good news! I look forward to flashing your ROM and getting 6.0 on my tablet. Thank you for your patience in addressing my concerns and questions.
gtallmadge said:
Good news! I look forward to flashing your ROM and getting 6.0 on my tablet. Thank you for your patience in addressing my concerns and questions.
Click to expand...
Click to collapse
No problem
Be sure to let us know how it all goes. :fingers-crossed:
PS: Is that the Fire Phone you have?? I have just bricked my second Fire Phone trying unlock that darn bootloader again. I maybe able to recover this one though as there are still some signs of life unlike the last one

[KERNEL] [ARM64] [Blade_v6/z7] [3.18.19] ZeroxKernel-v1 Zte Blade V6/Z7

ZEROXKERNEL-V1 ZTE BLADE V6/Z7
Code:
#include
/ *
* Your warranty is now empty.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or zombies down the street. Please
* Do a little research if you have doubts about the features included in this Recovery
* Before flashing it! YOU choose to make these modifications, and if
* point your finger at me for spoiling your device, I will laugh at you.
* /
New kernel for the blade v6 and z7, based on cyanogenmod.
Source used Cyanogenmod mt6735 CM13
Unofficial update to android marshmallow thanks to kernel 3.18.19, with version ZeroxKernel-V1 Beta
Code:
Kernel only work in Lcd otm1287a_720p_dsi_dj and otm1287a_720p_dsi Touch Screen GT9xx and Synaptics Tpd
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
●Working features
+Audio
+Wifi
+Bluetooth
+Sim1/2
+Flashlight
+Sensors(all)
+TouchScreen(GT9xx and Synaptics tpd)
+Mobile Data 2G/3G+
+USSD
+RIL
+Navigation Buttoms
+Vibration
+Buttoms(HW) Power Vol+ Vol-
+MTP(Only Original Flex)
+USB(Only Original Flex)
+Headphones
+Als/ps
+Notification Led
+Charging
+LCD buttons Backlight
+Charging Off
Won't Working
-Front Camera(OV5670_MIPI_RAW)
-Rear Camera(OV13850_MIPI_RAM)
-Lens(DW9714AF and DW9718AF)
Fixing Flex USB, Power Up Charging
+Porting Any ROM MT6735 Kernel 3.18.xx
Thanks to
Andr7e(For drivers and kernel porting) and DeviceInfo HW App
Me(For Kernel Building, Fix Touch Screen Sinaptics, IMEI, RIL and Sim 1/2 working)
Javier Alvarez(Kernel, Fixes and Firmware Tester "ZTE BLADE V6/Z7/T660 Community Mexico)
How to install?
Guide:
Download my zip(all in one)
Download Blade a610 Firmware(I don't provide link, search in google)
Replace LK.bin, Preloader, boot.img and recovery.img(twrp)
Flash with spflashtool(Upgrade mode or Format All and Download)
How to install fixes?
For fix sound flash FIX_SOUND.zip
1-Mound System
2-Flash the zip
For fix Imei, Ril and Sim's
Flash SuperSU(Last Version)
Configure your device and download ES File Explorer or other file manager with root support
enter to nvdata/md/nvram and delete folders and paste the Imei_fix.zip folders after of this reboot
Links
Code:
https://mega.nz/#!KUZgTLpa!A-f_h4gXfi1lVni5gnvv4wleOxJNvvjGqUcURm9U-gc
Administrators, please do not delete my post. Thank you
Thank you, amazing rom.
But i have a question, about the next errors:
Won't Working
-Front Camera(OV5670_MIPI_RAW)
-Rear Camera(OV13850_MIPI_RAM)
-Lens(DW9714AF and DW9718AF)
What can i do for fix them? Any solution?
I hope there is something to do about it
i agree with ivan_amado, when will they be fixes.
if anyone who reads this makes 3.18.19 kernel work with lineageos and bugs fixed for zte blade v6
iwill pay you $$$$ via paypal
wow... not i just got this v6 from my mom. try to install the los 14.1 rom, but phone don't have baseband and never enter deep sleep .
will this kernel fix the issue?
it would be much better to teach me how to fix baseband issue,
Hello I'm Javier Alvarez I was helping the original developer to the kernel doing the tests but unfortunately I'm left alone with the bugs that up to now but I would not know how to fix it since it was the original development of it and I have no way to contact him in any way Themookid2 IF I WANT SOMEONE COULD ENTER THE DEVELOPMENT AND END THE KERNEL AS IT IS ALMOST STABLE ONLY THE CAMERAS ARE MISSING:crying::crying:
---------- Post added at 01:21 AM ---------- Previous post was at 01:18 AM ----------
Theemokid2 said:
i agree with ivan_amado, when will they be fixes.
if anyone who reads this makes 3.18.19 kernel work with lineageos and bugs fixed for zte blade v6
iwill pay you $$$$ via paypal
Click to expand...
Click to collapse
Hello I'm Javier Alvarez I was helping the original developer to the kernel doing the tests but unfortunately I'm left alone with the bugs that up to now but I would not know how to fix it since it was the original development of it and I have no way to contact him in any way Themookid2 IF I WANT SOMEONE COULD ENTER THE DEVELOPMENT AND END THE KERNEL AS IT IS ALMOST STABLE ONLY THE CAMERAS ARE MISSING
that in the same way I will tell you that in reality the rear camera already works and in the part of the flashlight only one of the two LEDs of the phone works but the front camera does not work at all
hi Javier Alvarez
hi well iwas able to make RR rom with this kernel, and rewrote boot.img to make lineageos based roms boot.
all on needrom.
itryed to fix the camera issue, and did get one camera working,
but there is an issue, the kernel has modifyed a610 drivers what is asighned to a610 lib files.
the blade v6 original driver files and blobs don,t work on the kernel at all,
becouse the phone kernel thinks it is a610 and not v6 its inposible to rewrite the codec and libdrivers.
very strange they even used a610, a610 is not custom rom user freindly, it has a heck of alot security locks.
the original kernel updates and stock roms were facktory based on meizu m2 mini and zopo hero/color 6735
better to make kernel from them phones or even better use opensource to make a new one,
Javier can you get someone to remake 3.18.19 kernel and get it 2 work?=).
andr7e had contact with him awhile a go but he went offline,
imade and realsed the first ever 7.1.1 and 7.1.2 cyagonmod/lineageos roms and boot.img, for v6.
need this kernel so i can rewrite the boot.img to boot lineageos15 and 16 it will allsaw enable develepors to port roms again
Theemokid2 said:
hi well iwas able to make RR rom with this kernel, and rewrote boot.img to make lineageos based roms boot.
all on needrom.
itryed to fix the camera issue, and did get one camera working,
but there is an issue, the kernel has modifyed a610 drivers what is asighned to a610 lib files.
the blade v6 original driver files and blobs don,t work on the kernel at all,
becouse the phone kernel thinks it is a610 and not v6 its inposible to rewrite the codec and libdrivers.
very strange they even used a610, a610 is not custom rom user freindly, it has a heck of alot security locks.
the original kernel updates and stock roms were facktory based on meizu m2 mini and zopo hero/color 6735
better to make kernel from them phones or even better use opensource to make a new one,
Javier can you get someone to remake 3.18.19 kernel and get it 2 work?=).
andr7e had contact with him awhile a go but he went offline,
imade and realsed the first ever 7.1.1 and 7.1.2 cyagonmod/lineageos roms and boot.img, for v6.
need this kernel so i can rewrite the boot.img to boot lineageos15 and 16 it will allsaw enable develepors to port roms again
Click to expand...
Click to collapse
Before explaining I apologize for my bad English, was able to make a Custom ROM Nougat 7.1.1 with the kernel 3.18.19 I mention what DOES NOT WORK:
- Front camera
- Only one led of two of the rear camera works but even the rear camera presents some very minimal difficulties
The Custom ROM that was ported with the kernel 3.18.19 is from MadOs
As you mentioned before, everything was based on the ZTE Blade A610 device, that way the developer made quite good changes that made it possible to get a first boot with the ROM Stock of the same device (Android 6.0) being the same as for issues that ROM was very heavy took the Custom ROM of MadOs with Android 7.1.1 and that way there is only the failures of the cameras, everything works perfect, the only thing missing are the cameras
And answering your first question, there is no one who can continue with the development unfortunately as I mentioned before, the kernel developer canceled or suspended his facebook account and I have nothing to contact him
andr7e I contacted a lot with the developer who was doing this kernel and what I managed to do, he did not contact me but I could not tell you if andr7e can return to help finish the kernel or redo the kernel from scratch
yes, look at the kernel if it is no longer available in that link I have only the rom nougat available with the kernel 3.18.19 supported I only have the boot.img, I do not have the code I only have all the rom to flash it and use it obviously with the problems that it still has which are only the cameras
It would be good to return the development of v6 but I do not know if there are more developers that can help to finish the kernel which, since it does not have many problems, is just the cameras
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, ?, might be a nought for making updates again
---------- Post added at 10:47 PM ---------- Previous post was at 10:41 PM ----------
Can you upload the firmware you made and send it to me?,
---------- Post added at 10:49 PM ---------- Previous post was at 10:47 PM ----------
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, ?, might be a nought for making updates again
EzioNight said:
Before explaining I apologize for my bad English, was able to make a Custom ROM Nougat 7.1.1 with the kernel 3.18.19 I mention what DOES NOT WORK:
- Front camera
- Only one led of two of the rear camera works but even the rear camera presents some very minimal difficulties
The Custom ROM that was ported with the kernel 3.18.19 is from MadOs
As you mentioned before, everything was based on the ZTE Blade A610 device, that way the developer made quite good changes that made it possible to get a first boot with the ROM Stock of the same device (Android 6.0) being the same as for issues that ROM was very heavy took the Custom ROM of MadOs with Android 7.1.1 and that way there is only the failures of the cameras, everything works perfect, the only thing missing are the cameras
And answering your first question, there is no one who can continue with the development unfortunately as I mentioned before, the kernel developer canceled or suspended his facebook account and I have nothing to contact him
andr7e I contacted a lot with the developer who was doing this kernel and what I managed to do, he did not contact me but I could not tell you if andr7e can return to help finish the kernel or redo the kernel from scratch
yes, look at the kernel if it is no longer available in that link I have only the rom nougat available with the kernel 3.18.19 supported I only have the boot.img, I do not have the code I only have all the rom to flash it and use it obviously with the problems that it still has which are only the cameras
It would be good to return the development of v6 but I do not know if there are more developers that can help to finish the kernel which, since it does not have many problems, is just the cameras
Click to expand...
Click to collapse
---------- Post added at 10:49 PM ---------- Previous post was at 10:49 PM ----------
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, , might be a nought for making updates again
EzioNight said:
Before explaining I apologize for my bad English, was able to make a Custom ROM Nougat 7.1.1 with the kernel 3.18.19 I mention what DOES NOT WORK:
- Front camera
- Only one led of two of the rear camera works but even the rear camera presents some very minimal difficulties
The Custom ROM that was ported with the kernel 3.18.19 is from MadOs
As you mentioned before, everything was based on the ZTE Blade A610 device, that way the developer made quite good changes that made it possible to get a first boot with the ROM Stock of the same device (Android 6.0) being the same as for issues that ROM was very heavy took the Custom ROM of MadOs with Android 7.1.1 and that way there is only the failures of the cameras, everything works perfect, the only thing missing are the cameras
And answering your first question, there is no one who can continue with the development unfortunately as I mentioned before, the kernel developer canceled or suspended his facebook account and I have nothing to contact him
andr7e I contacted a lot with the developer who was doing this kernel and what I managed to do, he did not contact me but I could not tell you if andr7e can return to help finish the kernel or redo the kernel from scratch
yes, look at the kernel if it is no longer available in that link I have only the rom nougat available with the kernel 3.18.19 supported I only have the boot.img, I do not have the code I only have all the rom to flash it and use it obviously with the problems that it still has which are only the cameras
It would be good to return the development of v6 but I do not know if there are more developers that can help to finish the kernel which, since it does not have many problems, is just the cameras
Click to expand...
Click to collapse
Theemokid2 said:
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, , might be a nought for making updates again
---------- Post added at 10:47 PM ---------- Previous post was at 10:41 PM ----------
Can you upload the firmware you made and send it to me?,
---------- Post added at 10:49 PM ---------- Previous post was at 10:47 PM ----------
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, , might be a nought for making updates again
---------- Post added at 10:49 PM ---------- Previous post was at 10:49 PM ----------
Could you upload the lineageos you made to like media fire and send me the links? and the other files what could come in handy, , might be a nought for making updates again
Click to expand...
Click to collapse
yes, let me upload the complete ROM with what is necessary so that you can install it and check, I hope that the kernel that the developer did that unfortunately I can not communicate and I do not have to do it, the link by private message here in xda developers, I would like be in communication with you if you want a tester, I'm a port of rom but the kernel by default is not very good to say and taking quje if it is stable I would like you to give an announcement to the ZTE group if it is it becomes stable
check video tutorial for install rom: https://www.youtube.com/watch?v=-Vp-iQ654OU is spanish the voice :v
EzioNight said:
the links are invalid, imight be able 2 make a lope hole, to make your rom stable with cameras but need a valid link. ihave tested every lib file one by one in nearly every mtk6735 phone out there. to see is any was compatible, and idid find zopo hero/color c and wiko harry and dooge x5 think it was called some camera driver/libs are compatible with v6 3.18.19 kernel for the v6, some libs from zte blade x3 and zte a520/a910 work 2. but the best match hardware wise was aphone from sony.
so there might be ways round to get the kernel running, upload the file again;D
Click to expand...
Click to collapse
Theemokid2 said:
EzioNight said:
the links are invalid, imight be able 2 make a lope hole, to make your rom stable with cameras but need a valid link. ihave tested every lib file one by one in nearly every mtk6735 phone out there. to see is any was compatible, and idid find zopo hero/color c and wiko harry and dooge x5 think it was called some camera driver/libs are compatible with v6 3.18.19 kernel for the v6, some libs from zte blade x3 and zte a520/a910 work 2. but the best match hardware wise was aphone from sony.
so there might be ways round to get the kernel running, upload the file again;D
Click to expand...
Click to collapse
Yes, that was just the video but upload the files and I'll send it to you by private message.
Click to expand...
Click to collapse
Can you Publish the Source Codes?

Categories

Resources