gpd xd @ C.R - General Questions and Answers

i had gpd xd tablet -- it run android 4.4 - i want to install
CyanogenMod ( last version ) on it or the most suitable custom rom ( i want it to be marshamellow ) - how i could do that - what is the most easy way - many thanks for help

seeingtech said:
i had gpd xd tablet -- it run android 4.4 - i want to install
CyanogenMod ( last version ) on it or the most suitable custom rom ( i want it to be marshamellow ) - how i could do that - what is the most easy way - many thanks for help
Click to expand...
Click to collapse
Someone would have to build or port CM it isn't available for this device. Not sure if the source code for that device was ever posted. I may get one, they are a bit over priced though.

Related

[Q]

this question is related to the thread - [JB] CM10 Android 4.1.2 for the Defy(+)
- I am currently using the 24.09 update for CM10 for defy Plus (MB526)
- I want to update to 2ndboot builds : 13.10 which I cannot find in the defy ROM updater.
- do I need to flash all apps and data in order to install the new builds ?
- if yes, is there any way in which I can preserve all my apps and still update it to the latest build ?
- Can you provide a step by step procedure to update it ? (or install from scratch whichever applicable)

[Q] Any Help Please ?!

i just wanna know if there is an "OFFICIAL" ROM for Android 4.2 Jelly Bean (API level 17) for this Tablet (GT-P6800) and if there, can i get it ?
if there isn't what's the last "OFFICIAL" ROM is available to download ?
also wanna know how to save the build-in one which already installed in my tablet ?
by the way i'm from Egypt and the last official release is available is the one i already have since i bought the tablet ( v 3.2 ) !
thnks for your time and help
eng. Badr said:
i just wanna know if there is an "OFFICIAL" ROM for Android 4.2 Jelly Bean (API level 17) for this Tablet (GT-P6800) and if there, can i get it ?
if there isn't what's the last "OFFICIAL" ROM is available to download ?
also wanna know how to save the build-in one which already installed in my tablet ?
by the way i'm from Egypt and the last official release is available is the one i already have since i bought the tablet ( v 3.2 ) !
thnks for your time and help
Click to expand...
Click to collapse
No, JB is not officially available on this device, only Ice Cream Sandwich.
If you go the Android Development section, you will find d the official
ICS stock ROM available for download. You will find It a vast improvement over Honeycomb

[ROM][4.1.2] Goclever TAB R70 (RK2926)

This is (to my knowlodge) the very first CM port to Rockchip RK292x device.
This is a beta build of CM10 (Android 4.1.2)
Things that work: (Updated 02-13-2014)
- CM10
- Wifi
- Audio
Things that don't work
- camera (captures few frames, then freezes)
- rotation is off by 90 degrees
Install
CWM flashable image
Download:
Check the download tab above: cm_rkr70sdk-ota-eng.markus
Added working boot and recovery (CWM 6.0.2.8) images next to ROM
Extras
http://goo.im/gapps/gapps-jb-20121011-signed.zip (Gapps)
Please give Your feedback and if someone can chip in, it would be a real help!
XDA:DevDB Information
CM10 port for RK292x device, a ROM for the Android General
Contributors
Shmarkus
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod
Version Information
Status: Alpha
Beta Release Date: 2014-03-03
Created 2014-02-01
Last Updated 2014-02-13
Just tested this on my Beneve Kids Tablet, it has the same specs as Goclever TAB R70 except the screen resolution is higher. Apart from some trouble with sensors for rotation its working really well. Its way faster than stock rom. Looking forward to future releases.
oddhap said:
Just tested this on my Beneve Kids Tablet, it has the same specs as Goclever TAB R70 except the screen resolution is higher. Apart from some trouble with sensors for rotation its working really well. Its way faster than stock rom. Looking forward to future releases.
Click to expand...
Click to collapse
Thanks for Your feedback. I'm back doing this project after a small break! The camera rotation error is caused by kernel. Rockchip guys have done a dirty hack somewhere!
If You'd like, I could try to build a kernel from source for you. But I can only do this if You can pull Your kernel config from the device
Code:
adb pull /proc/config.gz ./
This feature can be disabled though (I know my device doesnt support this and it's a pain to figure out kernel config from scratch)
@Shmarkus I know I'm resurrecting an old thread here but I was wondering if I would be of some help whether as a tester or developer for this ROM of yours (Great work BTW). I have a question though is it stable enough for daily usage...
FLAmbuRNE1 said:
@Shmarkus I know I'm resurrecting an old thread here but I was wondering if I would be of some help whether as a tester or developer for this ROM of yours (Great work BTW). I have a question though is it stable enough for daily usage...
Click to expand...
Click to collapse
Hi! I think this ROM isn't just quite daily driver ready. All my sources are available at github! I haven't really done anything since the release of this ROM, so it is all quite foggy today The main stumbling block for me was the kernel, since I didn't find the correct drivers for the touchscreen (the rest worked quite ok). @FLAmbuRNE1 if you have time and motivation, then I can give you some pointers but I won't be developing it myself.
Alright man, thanks. I'll try my best but this will be my first time developing from actual sources (Thanks mediatek).

building a custom rom

hi,
so i'm trying to build a custom rom for my device asus zenfone go (zb500kl) but my low-end pc can't do it and i'm a noob so if you can help me out with this
here's my phone's kernel source:
https://github.com/LWJGLRobot/android_kernel_asus_x00ad/tree/cm-14.1
msm8916 kernel:
https://github.com/LWJGLRobot/ZB500KL_X00AD_KERNEL
android_device_asus_msm8916-common :
https://github.com/LineageOS/android_device_asus_msm8916-common/tree/cm-14.1
vendor tree:
https://github.com/TheMuppets/proprietary_vendor_asus/tree/lineage-15.1/X00TD/proprietary
this all needed stuff right ?
i really need a custom rom because ZenUI sucks
I'm ready for any risk on my device, i already made a backup using twrp
med99 said:
hi,
so i'm trying to build a custom rom for my device asus zenfone go (zb500kl) but my low-end pc can't do it and i'm a noob so if you can help me out with this
...
Click to expand...
Click to collapse
You know , even low end PCs can do the job sometimes , I remember , I tried to build AOSP Extended for my Nextbit Robin with a laptop , my config was :
• 2Gigs of Ram
• Intel Core 2 Duo
• An old Intel graphic card
• Running a 32-bit Linux
I successfully cloned the source , and I start building , but it failed because I needed 64-bit Libraries.
So give it a try , it will take time but it may work.

[RECOVERY]PHILZTOUCH_ALCATEL_U5/TCL_5044T_5044D_mt6737m

_______________________________________________
PHILZ TOUCH FOR TCL 5044T
_______________________________________________
*****************DISCLAIMER*********************
I am not will not nor will any part of me be responsible for any damage that can and may occur when using flash tools with mediatek devices , Recovery is fully tested & 100% working & compiled by myself aswell as themed by myself, this is an unofficial bug free build.
______________________________________________
DEVICE INFO :
Baseband CPU : MT6735M_S00
Baseband CPU Secure Version : FF
Baseband CPU BL Version : 01
---------------------------------------------------------------------------
INT RAM: 128KB SDRAM
EXT RAM : 1GB DRAM
---------------------------------------------------------------------------
emmc :58GB+8192Mb Samsung 0x464e36324d42
emmc FW version : 03:00:00:00:00:00:00:00
emmc CID : 150100464E3632
emmc UA size : 0x1d2000000
boot style : EMMC BOOT
full length : 0x1d2880000 [ 7.290 GB ]
______________________________________________
**************PRE REQUIREMENTS**************
1. OEM unlock from developer options MUST be enabled.
2. MediaTek Vcom drivers installed.
3. SP Flash tool
4. A computer.
5. Firmware dump or backup of your existing working ROM for a fallback.
______________________________________________
*********************LINKS**********************
Philz touch/Clockwork Mod [UNOFFICIAL] ver3 updated 21-01-2019 :
https://drive.google.com/file/d/1IXwCCAxGBQ4d9bc3TsM2ScqalO2KUVhd/view?usp=drivesdk
________________________________________________
Patched boot.img (no dm-verity) 5044T only!! :
https://drive.google.com/file/d/1SR99R4Bo-VoZnd4T9rQebt5tczaHNQxT/view?usp=drivesdk
Version 3 working mounted & new lineage theme i added
can you do a noob guide to root the Spirit and adding a light Rom please to be used with Nova Launcher.
Thanks for your great work.
ollie2012 said:
can you do a noob guide to root the Spirit and adding a light Rom please to be used with Nova Launcher.
Thanks for your great work.
Click to expand...
Click to collapse
Hey mate,
I certainly can help you out in regards to rooting,
Firstly have you ever rooted a device before & which model 5044 do you have the 5044T 5044D or 5044Y, if your device is Optus X spirit from optus it will be 5044T,
With roms unfortunately there may not be one available for your device due to how new these are if you have 5044Y User154 has CRdroid which is android 7.1.2 im currently trying to release it for the 5044T but there is a null imei problem so im halted
Im also tryingto build LOS16 for these but im not sure if its going to work or not,
You wont find any rom from anywhere for this phone unfortunately due to how new they are myself & user154 have only just really kicked off the development for these with me Building the first working TWRP and philz touch for these and user 154 building the first working custom rom for the 5044Y variant,
Over time others will contribute to developing of the 5044 and things will get rolling,
And apologies for the late reply
ollie2012 said:
can you do a noob guide to root the Spirit and adding a light Rom please to be used with Nova Launcher.
Thanks for your great work.
Click to expand...
Click to collapse
Ill have AOSP 7.1.2 custom rom up in a week or less hopefully for the Optus X spirit,
It will come with default Trebuchet Launcher from LineageOS 14.1, if you want nova launcher on it just download it from the google play store when i release it,
Front camera needs fixing now and thats it so wont be far away,
This post originally also did have a rooting guide attached to it but i removed it as was taking up alot of space so what ill do when i get some free time is type one out in a .txt file zip it up and upload the link here so you can just download it and read instructions.
CR_DROID 3.8.7 AOSP 7.1.2 for Optus X Spirit 5044T
https://forum.xda-developers.com/android/development/rom-crdroid7-1-2alcatel-t3902279
TWRP 3.2.3-0 by me also
https://forum.xda-developers.com/android/development/twrp-t3903337

Categories

Resources