[ROM][6.0.1][BETA]Resurrection Remix MM 5.7.4 by tank0412[LATTE] | Mipad 2 - Xiaomi Mi Pad ROMs, Kernels, Recoveries, & Other D

{
"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"
}
Resurrection Remix the ROM has been based on LineageOS,slim.omni and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device​
Code:
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
NOTE: THIS ROM IS FOR MIPAD 2 (LATTE) WHICH WORKS ON INTEL CHIP!​Bugs
Camera
Deep sleep
Installation Instructions:
- Download the ROM
- Put the downloaded zip file on your SDCard
- Reboot in Recovery
- Wipe System, Cache, Dalvik Cache, Internal and Data Partition
- Flash rom
- Reboot system
Download:
ROM:
https://drive.google.com/open?id=0B-Fin8UxrD6PVGZyVHc1aTN5V2s
Outdated:
https://basketbuild.com/devs/tank0412/RR_MM/latte
Credits:
KonstaT who did a hard work for Cherry-Trail
@Harrynowl for his fixed latte kernel sources
XDA:DevDB Information
RR MM for latte, ROM for the Xiaomi Mi Pad
Contributors
tank0412
Source Code: https://github.com/latte-dev
ROM OS Version: 6.0.x Marshmallow
ROM Firmware Required: MIPAD 2 (LATTE), MIUI 6.12.22
Based On: LineageOS
Version Information
Status: Beta
Created 2016-12-27
Last Updated 2017-03-10

Awesome, fantastic news!
Enviado desde mi MI 5 mediante Tapatalk

Great.
How die you manage to Set up vendor und device tree?

Thanks all who tested new build.
New build is released.
Download:
https://basketbuild.com/devs/tank0412/RR_MM/latte
Changelog:
Change wifi/bt configuration
Add missing camera libs
Fix Houdini
Add some BT stuff ro build.prop
Add missing stuff for media
Update modules
Update ramdisk
So which bugs we have:
dead audio
dead camera
wifi fix broke deepsleep

thebrainkafka said:
Great.
How die you manage to Set up vendor und device tree?
Click to expand...
Click to collapse
I doubt that i understood you correct but i borrowed device tree + vendor from another device and i made a latte bring up in it.
All sources are published there by me:
https://github.com/latte-dev

Subscrived...
Thanks for your work!

ferreinf said:
Subscrived...
Thanks for your work!
Click to expand...
Click to collapse
When I try to build I get an error.
"Don't have a product spec for cm latte"
Think should be located in /build/target/product.
Could you help or share this missing?
Thx

thebrainkafka said:
When I try to build I get an error.
"Don't have a product spec for cm latte"
Think should be located in /build/target/product.
Could you help or share this missing?
Thx
Click to expand...
Click to collapse
Did you download this repositories?
https://github.com/latte-dev/android_device_intel_cherrytrail-common
https://github.com/latte-dev/android_device_xiaomi_latte
https://github.com/latte-dev/android_vendor_xiaomi_latte
After that use this:
. build/envsetup.h
lunch cm_latte-eng
make -j4

tank0412 said:
Did you download this repositories?
https://github.com/latte-dev/android_device_intel_cherrytrail-common
https://github.com/latte-dev/android_device_xiaomi_latte
https://github.com/latte-dev/android_vendor_xiaomi_latte
After that use this:
. build/envsetup.h
lunch cm_latte-eng
make -j4
Click to expand...
Click to collapse
Thanks will try.
Just zip download it and copied in.
---------- Post added at 02:23 PM ---------- Previous post was at 02:03 PM ----------
Same.Error messages
Don't have product spec for cm latte
Do you have the right repo manifest?

thebrainkafka said:
Thanks will try.
Just zip download it and copied in.
---------- Post added at 02:23 PM ---------- Previous post was at 02:03 PM ----------
Same.Error messages
Don't have product spec for cm latte
Do you have the right repo manifest?
Click to expand...
Click to collapse
What? Are you kidding me?
Code:
cd *folder with Android sources*
git clone https://github.com/latte-dev/android_device_intel_cherrytrail-common device/intel/cherrytrail-common
git clone https://github.com/latte-dev/android_device_xiaomi_latte device/xiaomi/latte
git clone https://github.com/latte-dev/android_vendor_xiaomi_latte vendor/xiaomi/latte
. build/envsetup.sh
lunch cm_latte-eng
make -j4 otapackage

tank0412 said:
What? Are you kidding me?
Code:
cd *folder with Android sources*
git clone https://github.com/latte-dev/android_device_intel_cherrytrail-common device/intel/cherrytrail-common
git clone https://github.com/latte-dev/android_device_xiaomi_latte device/xiaomi/latte
git clone https://github.com/latte-dev/android_vendor_xiaomi_latte vendor/xiaomi/latte
. build/envsetup.sh
lunch cm_latte-eng
make -j4 otapackage
Click to expand...
Click to collapse
Exactly did this getting the above error.
---------- Post added at 03:20 PM ---------- Previous post was at 02:43 PM ----------
thebrainkafka said:
Exactly did this getting the above error.
Click to expand...
Click to collapse
Got it.... Strange issue

Thanks for your efforts.
Will compile TRWP.
Posted soon. Hopefully
Wondering why you haven't got a recovery.fstab file in /device tree?
Which recovery are you working with?

hi folks.
compiled cwm recovery using your banch trees.
maybe you could give it a try. havent got the pad2 in hands (yet).
if its working will move on with twrp.
unzip to get the img file
thx

Guys, Bluetooth was partly fixed on unpublished RR build.
We have a progress)

Guys, new build is released.
Changelog:
Partly fix BT
Use fingerprintf from MIUI 6.12.29
Use bzimage + modules from MIUI 6.12.29
Download:
https://basketbuild.com/devs/tank0412/RR_MM/latte

new version
hi folks.
compiled cwm recovery using your banch trees.
maybe you could give it a try. havent got the pad2 in hands (yet).
if its working will move on with twrp.
unzip to get the img file
thx

tank0412 said:
- Flash ekrnel + fixes
Click to expand...
Click to collapse
Where can I download these files?
Thanks.
Enviado desde mi MI 5 mediante Tapatalk

Zokinet said:
Where can I download these files?
Thanks.
Enviado desde mi MI 5 mediante Tapatalk
Click to expand...
Click to collapse
In the new RR build you do not need to flash additional files.
Just flash one zip archive with rom via TWRP.

tank0412 said:
In the new RR build you do not need to flash additional files.
Just flash one zip archive with rom via TWRP.
Click to expand...
Click to collapse
Okay, I already have it installed.
But when the tablet are sleeping the only way to wake up is by holding down the power button until the tablet is restarted.
Enviado desde mi MI 5 mediante Tapatalk

Zokinet said:
Okay, I already have it installed.
But when the tablet are sleeping the only way to wake up is by holding down the power button until the tablet is restarted.
Enviado desde mi MI 5 mediante Tapatalk
Click to expand...
Click to collapse
Yeah. It is a bug.
I spent many time on it but it still was not fixed.
You can install app which disable deep sleep. Only this can solve this issue now.

Related

[ROM][4.4.X]Omni for the Galaxy S I9000

{
"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"
}
This is an official build of Omni for the Samsung Galaxy S (aka i9000 aka galaxysmtd).
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Installation Instructions
Coming from JB
1. You must be rooted!
2. You must have a custom recovery installed.
3. Wipe your device.
4. Flash the ROM zip, it will appear an error, warning that all data will be wiped due different partition table.
5. Reflash the ROM zip, it will continue now.
6. Flash the GAPPS.
7. Reboot. (It can take up to 5 min.)
8. Enjoy
Coming from Omni Kit Kat
NOTE: I'm not responsible of crashes due kernel changes.
1. Flash the ROM zip.
2. Reboot.
3. Wait the upgrading android dialog.
4. Enjoy!
Sources
Omni's GitHub
Useful Links
Website
Gerrit
Changelog
XDA:DevDB Information
Omni for the Galaxy S I9000, ROM for the Samsung Galaxy S I9000
Contributors
SferaDev, kasper_h
ROM OS Version: 4.4.x KitKat
Based On: AOSP
Version Information
Status: Beta
Created 2013-10-17
Last Updated 2014-07-17
Latest Version
Omni for the Galaxy S I9000 Nightlies
Download
ROM
GApps: http://goo.im/gapps
How to Install
1. Enter recovery
2. Wipe "Factory Reset" (Unless you know what you are doing!)
3. Flash ROM zip
4. Reboot
5. Enjoy
Reserved
Yeahhhhhhhhhhhhhhhh!!!!
fefuzzo said:
Yeahhhhhhhhhhhhhhhh!!!!
Click to expand...
Click to collapse
I'm delaying the first upload found a major bug that has to be solved...
Phone it's solved now but I'm facing issues with recovery. Hateful TWRP...
Now I have to make a download back to gb and test another ROM zip...
yeaahh!! awesome broo!! i'm waiting for it, and for TWRP dont worry... i prefeer CWM ( traditional xD ) (for me) haha .
only can say I'm nervous and anxious to try now! I wish very lucky with this project!
---------- Post added at 10:55 PM ---------- Previous post was at 10:55 PM ----------
yeaahh!! awesome broo!! i'm waiting for it, and for TWRP dont worry... i prefeer CWM ( traditional xD ) (for me) haha .
only can say I'm nervous and anxious to try now! I wish very lucky with this project!
japoina92 said:
yeaahh!! awesome broo!! i'm waiting for it, and for TWRP dont worry... i prefeer CWM ( traditional xD ) (for me) haha .
only can say I'm nervous and anxious to try now! I wish very lucky with this project!
---------- Post added at 10:55 PM ---------- Previous post was at 10:55 PM ----------
yeaahh!! awesome broo!! i'm waiting for it, and for TWRP dont worry... i prefeer CWM ( traditional xD ) (for me) haha .
only can say I'm nervous and anxious to try now! I wish very lucky with this project!
Click to expand...
Click to collapse
I also prefer CWM but gives a lot of issues while building omni cuz Omni prefers TWRP...
Thank you
Sent from my GT-I9000 using xda app-developers app
I give up for today, tomorrow more guys... It's 12AM...
Sorry!
Thanks
SferaDev said:
I give up for today, tomorrow more guys... It's 12AM...
Sorry!
Click to expand...
Click to collapse
Will it have the multi window feature?
Congrats SferaDev, i was trying to build it since monday, but without luck
will test it asap
waiting
Omni Rom is made by the developer of TWRP, so no CWM.
Also it is seen as alternative to CM, so they use the non CM recovery.
Kasper_h tried to build it too, talk with him or pawitp, there are some telephone bugs.
Good luck, will definitely try Omni Rom
Gesendet von meinem GT-I9000 mit Tapatalk 2
I wonder if OMNI will have NIGHTLIES... I'm addicted to flashing LOL
SferaDev said:
I'm delaying the first upload found a major bug that has to be solved...
Phone it's solved now but I'm facing issues with recovery. Hateful TWRP...
Now I have to make a download back to gb and test another ROM zip...
ETA: 30 min if no more problems arise!
Click to expand...
Click to collapse
Don't worry, be happy if you want, i can test it
I already solved Telephony bugs now let's try to build with CWM...
Enviado desde mi GT-I9000 usando Tapatalk
Can you show some pics, how it looks?
SferaDev said:
I already solved Telephony bugs now let's try to build with CWM...
Enviado desde mi GT-I9000 usando Tapatalk
Click to expand...
Click to collapse
Will there be an option for TWRP or could we just use it by flashing a TWRP-enabled kernel?
Sent from my GT-P7510 using Tapatalk HD
Now I'm definitely have to donate you, even with my phone dead. Keep up a good work!
limnaln said:
Can you show some pics, how it looks?
Click to expand...
Click to collapse
It looks like an AOSP xD
Enviado desde mi GT-I9000 usando Tapatalk

[ROM][4.4.4_R1][KTU84Q][OC KERNEL][Philz Recovery] Unofficial AOKP - BUILD 9

{
"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"
}
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
1. Full credits for the device tree goes to PecanCM and kernel sources to FreeXperia.
2. This is my first dev thread here, so if anything's wrong just tell me and I'll fix/delete it ASAP.
Sources:
Kernel
Device
Vendor
Let's get started.
Download:
BUILD 9
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=7670"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!SY0BjbLR!-hU_D7_nzO-pgYI4AREmMlBwqEVWfdKoSUG_244_2Ig"]MEGA Mirror[/URL]
[URL="#"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23578570567719311"]Android File Host[/URL]
Old Builds
BUILD 8
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=7654"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!LJ93WLyb!uezFljKEZkKDOK2CsUCxnkmW5lW0mDVq2UfI5qMXKpU"]MEGA Mirror[/URL]
[URL="https://www.mediafire.com/?ci9peen7c3cd5nt"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23578570567718663"]Android File Host[/URL]
BUILD 7
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=7205"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!SRcFTIRK!Q8JrKT03KTewz-JU96E3_OrHAv-ZTOGh11qlzeABojM"]MEGA Mirror[/URL]
[URL="http://www.mediafire.com/download/ckyccp4do72knzk/aokp_nicki_kitkat_unofficial_2014-06-28(2).zip"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358554717"]Android File Host[/URL]
BUILD 6
Code:
[URL="https://mega.co.nz/#!mQNSxKia!Ab_6ZxHWbTlKoyUeKD4iDSuf_FSgP0Xkm9sB3ceY4eo"]MEGA Mirror[/URL]
[URL="https://www.mediafire.com/?qt2m2nah6k4dv2p"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358554492"]Android File Host[/URL]
BUILD 5
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=7132"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!bddQVYiK!vWJ9WicugHqh3vRxjQi4xCPq-wKOeAd6j5PUgrxKD5M"]MEGA Mirror[/URL]
[URL="https://www.mediafire.com/?6v48i3c38a8zag3"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358552769"]Android File Host[/URL]
BUILD 4
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=6748"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!rZE1hJrZ!KsqIP_9mXWmjfgdrmcdt9iOmrr3d5tEhsQ3Mn_0fDpw"]MEGA Mirror[/URL]
[URL="https://www.mediafire.com/?336si36rq4ys8v8"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358543977"]Android File Host[/URL]
BUILD 3
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=6686"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!CI1RhTaD!mNW3XNaNZ468wRF6NHxsYVwN7sC2ELxgA7c5X4Mmku0"]MEGA Mirror[/URL]
[URL="http://i.imgur.com/MsWPOmH.png"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358542631"]Android File Host[/URL]
BUILD 2
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=6494"]XDA Mirror[/URL]
[URL="https://mega.co.nz/#!mINlGTaR!le__-sXm9jk_Jxp0gRXFI53ShoUI2Dlmh6N9RiwsSWo"]MEGA Mirror[/URL]
[URL="http://www.mediafire.com/download/yduj8s7cja7whj0/aokp_nicki-ota-eng.FrOz3n.zip"]MediaFire Mirror[/URL]
[URL="http://www.androidfilehost.com/?fid=23501681358539236"]Android File Host[/URL]
BUILD 1
GAPPS:
Choose the right package for you!
Installation:
Code:
1. flash the boot.img
2. Boot into CWM [COLOR="Red"][/COLOR]
3. Wipe DATA & DALVIK[COLOR="Red"] (RECOMENDED) [COLOR="Lime"]*NOT NECESSARY IF YOU USE EARLIER VERSION OF MY BUILDS[/COLOR][/COLOR]
4. Flash ROM
5. Flash GAPPS
6. Reboot & ENJOY!
If something goes wrong or you can't go in recovery after flashing, just re-flash boot.img via fastboot and it should be OK.
Code:
sudo fastboot flash boot ~/boot.img
What's working:
1. Wifi
2. Bluetooth
3. RIL (Call & MSGs) & Data
4.Camera
5. Same as CM (Thanks to PecanCM)...
What's not working:
1. ROMControl FIXED
2. Themes FIXED
Screenshots:
You like this?!
Click THANKS!
XDA:DevDB Information
AOKP 4.4.4_r1 for Xperia M, ROM for the Sony Xperia M
Contributors
FrOz3n, PecanCM, FreeXperia, AOKP
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock 4.3 or any other 4.4
Based On: AOKP
Version Information
Status: Stable
Current Stable Version: 9.0
Stable Release Date: 2014-07-28
Current Beta Version: 1.0
Beta Release Date: 2014-05-25
Created 2014-05-25
Last Updated 2014-07-27
Changelog:
BUILD 1
Initial build.
BUILD 2
ROMControl fixed
Themes fixed
BUILD 3
FULL BUILD (not an ota)
root fixed (rom is pre-rooted now)
touch in CWM is enabled
AOKP source updated
BUILD 4
Updated to 4.4.3 sources
fixed small bugs from build 3
should be smoother now !?
BUILD 5
Updated to 4.4.4 sources
smaller package.
Fixed clear all button in Recent apps menu
Disabled rotation on lockscreen (it really bothered me...)
The warning for damaging your ears on volume-up is disabled (Damn, I hated it too much when I had to pull out the phone from the pocket to click OK...)
HODOR HODOR!
BUILD 6
FIxed root bug from build 5
BUILD 7
Over-clocked kernel to 1.4 GHz
BUILD 8
Over-clocked kernel to 1.55 GHz
Switched to Philz-touch recovery
Battery back-up should be better!?
Updated sources to 4.4.4_r1 (KTU84Q)
BUILD 9
Fixed dancing recovery
Updated device sources
Can't wait to try it out later!
Sent from my C1905 using Tapatalk
I haven't tried this rom, and i won't be able to ever try (permanently locked bootloader) but i wanted to say thanks for developing this rom on behalf of the xperia M community. We really do appreciate new roms and mods.
Thank you
NP, If you know about any kitkat rom that's not yet ported just tell me and I might give it a try too since I will have some spare time next 3 months.
Cya around.
Thanks for the ROM. will check out ASAP.
you might wanna change the title since you haven't updated the link for build 2 yet. Also please put up the bug list for build 1 if you can
whyzee said:
Thanks for the ROM. will check out ASAP.
you might wanna change the title since you haven't updated the link for build 2 yet. Also please put up the bug list for build 1 if you can
Click to expand...
Click to collapse
Link fixed, was waiting for the upload to finish.
Bug list is back with strike and FIXED 'label'.
AOKP DDDDDDDDDDD: gotta go try it :laugh: thx dev, now i can try AOKP :highfive:
Moderator Edit: Don't quote the whole OP
i follow the steps properly bt its not booting... its stucks on bootanimation... for more than 15mins..
Hi,I want to ask you,is in this rom any way to move Games to Sd card? Thanks.
[email protected] said:
Hi,I want to ask you,is in this rom any way to move Games to Sd card? Thanks.
Click to expand...
Click to collapse
Core features will be same like CM11 so I guess no you can't move apps to sd
Right, same core as CM11.
shiromau said:
i follow the steps properly bt its not booting... its stucks on bootanimation... for more than 15mins..
Click to expand...
Click to collapse
What ROM are you comming from!?
Great Work @FrOz3n ! Keep it up:good::fingers-crossed::laugh:
FrOz3n said:
What ROM are you comming from!?
Click to expand...
Click to collapse
4.3 stock... nw i installed CM11 fxp bt no network... triend tutorial bt didnt work
edit... booted in to rom finally... bt no network... how do i fix it it???
No service - No network
:crying: amazing rom... but don't know why network not working, help me to fix
---------- Post added at 07:06 PM ---------- Previous post was at 07:01 PM ----------
raj-adroit said:
:crying: amazing rom... but don't know why network not working, help me to fix
Click to expand...
Click to collapse
I IMEI after flashing this rom, so no network.. help to solve
raj-adroit said:
:crying: amazing rom... but don't know why network not working, help me to fix
---------- Post added at 07:06 PM ---------- Previous post was at 07:01 PM ----------
I IMEI after flashing this rom, so no network.. help to solve
Click to expand...
Click to collapse
For those who can't get network, follow this guide. I have working RIL (GSM/3G, DATA, SMS).
http://forum.xda-developers.com/showpost.php?p=52427485
Once you follow this guide, you can migrate between 4.4 ROMs without problem. (I migrated from PAC to AOKP without problem, only wipe data & dalvik)
Fixed imei issue
raj-adroit said:
:crying: amazing rom... but don't know why network not working, help me to fix
---------- Post added at 07:06 PM ---------- Previous post was at 07:01 PM ----------
I IMEI after flashing this rom, so no network.. help to solve
Click to expand...
Click to collapse
The problem occurred because flashing 4.4 directly from 4.1...
So, am flashed 4.3 and then flashed 4.4.. so problem solved..
:good:
flash AOKP from Resurrection Remix, but stuck at bootanim
Richardsentosa said:
flash AOKP from Resurrection Remix, but stuck at bootanim
Click to expand...
Click to collapse
You need to flash the boot.img from the zip and
Wipe data & DALVIK

[ROM][4.4.4] AOSPA - ParanoidAndroid 4.6 [NIGHTLY]

{
"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"
}
Another KitKat ROM for the awesome HTC Wildfire S! I have patched up AOSPA to run on ARMv6 devices, huge thanks to the androidarmv6 team! Our Wildfire S is the first armv6 device to get PA based on KitKat.​
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
NOT WORKING/BROKEN
ART (doesn't support ARMv6 as of yet)
USB/WiFi tethering
Notification/charging LED
SCREENSHOTs
CHANGELOG
Code:
[B][U]02/07/2014:[/U][/B]
[LIST]
[*]Update to PA 4.4 - final
[*]Updated kernel to 2.36.1
[/LIST]
[B][U]18/06/2014:[/U][/B]
[LIST]
[*]Update to RC2
[/LIST]
[B][U]08/06/2014:[/U][/B]
[LIST]
[*]Initial release
[/LIST]
DOWNLOAD
ROM: Team Simplicit
NOTE: Some bloatware has been removed from our builds to save space. A list of removed stuff can be found here. If something you want/need is on this list, you can restore it by extracting it from the "extras" folder of the ROM.zip.
Recommended GAPPs
SOURCEs
Manifest
Device Config
Kernel Source
CREDITS
My team (izi501, feroxx, Kevinjoa, thehacka1, Mazer.One, WinSuk) for being so awesome and doing a great job!
benjamingwynn
niks255
JDevs and the OWL Team
The androidarmv6 team
The ParanoidAndroid team
XDA:DevDB Information
ParanoidAndroid for HTC Wildfire S, ROM for the HTC Wildfire S
Contributors
Olivier
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 2.6.x
Based On: ParanoidAndroid
Version Information
Status: Beta
Created 2014-09-21
Last Updated 2014-09-21
omg perfect .d i downloadn and test it amazing developer .....
i have one question i cant understand it. i can use mtp ?
and workinkg int2ext scrips ?
---------- Post added at 07:18 PM ---------- Previous post was at 06:51 PM ----------
hey oliver i do full wipe and flash rom and rec gaps but no boot...w8ing bootanimation w8 10 minute ....i go try full wipe and only flash rom and rom is opening ?????
Olivier said:
NOTE: This has been removed from the ROM itself. So we need to get MTP working instead of backporting USBMS
Click to expand...
Click to collapse
For MTP you should ask Jdevs and the OWL team, they got it working in AOSPE beta..............Although that was for 4.2, that should help quite a bit
EDIT: Just in case, workarounds for transferring data
1. Mount USB storage via recovery
2. Transfer files via bluetooth
I would really suggest the former since transferring huge files is a real drag on Bluetooth
metrixx02 said:
omg perfect .d i downloadn and test it amazing developer .....
i have one question i cant understand it. i can use mtp ?
and workinkg int2ext scrips ?
---------- Post added at 07:18 PM ---------- Previous post was at 06:51 PM ----------
hey oliver i do full wipe and flash rom and rec gaps but no boot...w8ing bootanimation w8 10 minute ....i go try full wipe and only flash rom and rom is opening ?????
Click to expand...
Click to collapse
It may take some time for KitKat ROMs to boot up for the first time, that's normal. No worries, it will boot (it has been tested).
csoulr666 said:
For MTP you should ask Jdevs and the OWL team, they got it working in AOSPE beta..............Although that was for 4.2, that should help quite a bit
EDIT: Just in case, workarounds for transferring data
1. Mount USB storage via recovery
2. Transfer files via bluetooth
I would really suggest the former since transferring huge files is a real drag on Bluetooth
Click to expand...
Click to collapse
JDevs is busy atm, but he might be free to help fixing bugs soon. Can you link me to an AOSPE build please?
Olivier said:
It may take some time for KitKat ROMs to boot up for the first time, that's normal. No worries, it will boot (it has been tested).
JDevs is busy atm, but he might be free to help fixing bugs soon. Can you link me to an AOSPE build please?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=48992076&postcount=1165
I believe this is the only AOSPE build ever released, hope you can find something useful in it
EDIT: The link in the post is giving a 404, and I think I deleted the copy I had
Lol, I just realized USB Mass Storage does work. I'll try to fix MTP though.
and workinkg int2ext scrips ?
Click to expand...
Click to collapse
Working fine for me
First aospa for armv6 *-*
You rock dude
Inviato dal mio n5 proveniente da Marte
Fine rom, great battery life, daily.
Gps having problems with " catching signal " but rest is working like a charm.:good:
I really wanted to ask, what are the chances that "Hover" works for us?
It's now open-source, right? If so, then it should be in the next build (RC1).
Gesendet von meinem Xperia S mit Tapatalk
Olivier said:
It's now open-source, right? If so, then it should be in the next build (RC1).
Gesendet von meinem Xperia S mit Tapatalk
Click to expand...
Click to collapse
It was in nightly builds before, but I believe it appears in RC1
camera flash does not work
ckilinc said:
camera flash does not work
Click to expand...
Click to collapse
Yes it does, it's timing is a little off but the same thing happens in every phone that's not Sense
ParanoidAndroid 4.4-RC2 is up.
I can confirm fully working gps on this version :good: All is good by half day usage, gona stick with it.
Waiting for Notification LED resolved.
can i use int2ext scrips ur rom ?
metrixx02 said:
can i use int2ext scrips ur rom ?
Click to expand...
Click to collapse
You can. Though it causes problems when I use the "Gapps to cache" package along with it
csoulr666 said:
You can. Though it causes problems when I use the "Gapps to cache" package along with it
Click to expand...
Click to collapse
bro i m do ext2 partition my sdcard .i use twrp. i flash rom and flast int2ext scrip but give me error ?

[ROM][6.0.1][MM] NameLess Rom 3.0 [26TH DEC][UNOFFICIAL][TITAN]

{
"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"
}
What is NamelessROM?​
NamelessROM Gerrit Review​
What is NamelessROM ?
Simple - NamelessROM is opportunity.
An opportunity to have a voice to the development team of the after-market firmware that you run on your device.
The main goal of NamelessROM is to provide quality development for android devices, phones and tablets alike.
NamelessROM developers are available nearly 24/7 and respond to bug reports and feature requests almost instantly.
This availability will allow you, the end-user, to have direct input into exactly what features and functions are included on the firmware that YOU run.
NamelessROM maintains features and functions of several well-known open-source, AOSP-based ROMs, as well as many features of our own.
Visit our website for more detailed information.
NamelessROM = endless possibilities. Unless you have an iPhone, then you're out of luck.
Click to expand...
Click to collapse
Disclaimer​
Code:
#include <std_disclaimer.h>
*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Got a bug report? Want to request a feature? Need extended support?​
NamelessROM Website / Forum
Google + Community
JIRA Bug Report​
Installation Instructions​
FROM OTHER ROMS
Factory Reset/Wipe Data
Format System
Format Dalvik Cache
Install ROM
Install Gapps
Reboot
Profit
UPDATE FROM NamelessROM TO NEWER RELEASE
Just download the zip and flash it. You will NOT need to wipe anything.
Optionally you can also use our own OTA Updater​
Contributions and Credit​
*Android/Google/AOSP
*AOKP
*AOSPA
*CyanogenMod
*OmniROM
*SlimROMs
ALL OF OUR AWESOME TESTERS​
Downloads​
ROM BasketBuild Folder​
Gapps​
NOTE:-Use only pico version of gapps,other version may cause BootLoops.It will be fixed in further builds.​
XDA:DevDB Information
NameLess Rom 3.0, ROM for the Moto G 2014
Contributors
ishubhamsingh, @LuK1337,@luca020400
Source Code: https://github.com/NamelessRom
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked BootLoader and latest TWRP recovery
Based On: CyanogenMod
Version Information
Status: Beta
Created 2015-12-26
Last Updated 2015-12-26
ScreenShots
​
Reserved
That's nice to see! Great job! Thanks a ton for your contribution to the community! Keep up the good work. Thanks again. ☺
Sorry, but i have this problem. I cant donwland. The page dosent exist
Enviado desde mi Moto G 2014 mediante Tapatalk
And as you promised !
Sent from my Moto G 2014 using Tapatalk
So only Pico gapps will work?
himsin said:
So only Pico gapps will work?
Click to expand...
Click to collapse
Yes,other gapps may give bootloops
LucasUruguay said:
Sorry, but i have this problem. I cant donwland. The page dosent exist
Enviado desde mi Moto G 2014 mediante Tapatalk
Click to expand...
Click to collapse
Try again ,the link is working.
Brother , Doze is merged right?
Sent from my Moto G 2014 using Tapatalk
AmolAmrit said:
Brother , Doze is merged right?
Sent from my Moto G 2014 using Tapatalk
Click to expand...
Click to collapse
Yes.
can you list the features..??(what seperates it frm others)
would really like some reviews before trying it on , it looks exciting though,
got a few questions if someone minds asking,
1-coming from minimal os so hows the ram usage on this rom , i mean the free ram space usually..
2- comments on battery life would be nice..
3- bugs..? (if,any)
i liked your updating method coz most roms dont allow dirty flash of updates (and thats frustrating)..
great hopes from your rom.. looing fwd to try..
ishubhamsingh said:
Try again ,the link is working.
Click to expand...
Click to collapse
Well, I test in the pc. In the phone, I can't download
Enviado desde mi Moto G 2014 mediante Tapatalk
LucasUruguay said:
Well, I test in the pc. In the phone, I can't download
Enviado desde mi Moto G 2014 mediante Tapatalk
Click to expand...
Click to collapse
Try this link:-https://www.androidfilehost.com/?fid=24345424848487536
ishubhamsingh said:
Try this link:-https://www.androidfilehost.com/?fid=24345424848487536
Click to expand...
Click to collapse
Thanks, that it's work ?
Enviado desde mi Moto G 2014 mediante Tapatalk
¿Any bug?
yuyoelmero said:
¿Any bug?
Click to expand...
Click to collapse
The bugs that are present in cm 13.0.
Is in error in issues, please correct this in the next build after installing a theme and try to activate even give FC on issues, and if you do not uninstall and reboot is giving FC interface, system and etc ... It is a great ROM do not want to get out of it, correct it please, thank you and great job. (sorry for my bad English)
---------- Post added at 04:08 PM ---------- Previous post was at 03:45 PM ----------
@DiegoJonathan10 said:
Is in error in issues, please correct this in the next build after installing a theme and try to activate even give FC on issues, and if you do not uninstall and reboot is giving FC interface, system and etc ... It is a great ROM do not want to get out of it, correct it please, thank you and great job. (sorry for my bad English)
Click to expand...
Click to collapse
After cleaning of application data "Themes" was all perfect, it worked perfectly. All right! Thanks, all OK now!

[5.1.1][BETA][UNOFFICIAL] Cyanogenmod 12.1 [latte] | Mi Pad 2

{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
Broken:
Camera
You tell me
Working:
Wi-Fi
Hardware Playback (YouTube, Twitch, etc)
Audio
Deep sleep
Sensors
Buttons (keylayout)
Installation Instructions:
- Download the ROM
- Put the downloaded zip file on your SDCard
- Reboot in Recovery
- Wipe System, Cache, Dalvik Cache, Internal and Data Partition
- Flash rom
- Reboot system
Compatibility:
Compatible with Xiaomi Mi Pad 2 (Intel Atom) tablet. 16 or 64GB. Using proprietary blobs based on Xiaomi MIUI 8.x stable rom.
Downloads:
ROM:
https://drive.google.com/file/d/0B-Fin8UxrD6PVnR2S0lUYUZVRjA/view
XDA:DevDB Information
CM12.1 for latte, ROM for the Xiaomi Mi Pad
Contributors
tank0412
Source Code: https://github.com/latte-dev
ROM OS Version: 5.1.x Lollipop
Based On: CM
Version Information
Status: Beta
Current Beta Version: 1.4
Beta Release Date: 2017-04-26
Created 2017-04-11
Last Updated 2017-04-26
New CM12.1 build is released.
Changelog:
latte: Use MIUI Stable 8.2.2.0 build fingerprint
[REVERTNE] latte: enable virtual buttons
latte: swap to source built kernel with Lollipop selinux (selinux is enabled now)
latte: re-import blobs from Miui stable v8.2.2.0
Download:
https://drive.google.com/open?id=0B-Fin8UxrD6Pbnc2X0V2VzlxM2M
What works: Wi-Fi, BT, touchscreen
What does not work: audio, sensors, autobrightness
CM12.1? In 2017?
What reason to develop old CM build for MiPad2?
Mortihead said:
CM12.1? In 2017?
What reason to develop old CM build for MiPad2?
Click to expand...
Click to collapse
Because xiaomi will not release the source code for this device so developers cannot port newer android to it.
udaan said:
Because xiaomi will not release the source code for this device so developers cannot port newer android to it.
Click to expand...
Click to collapse
Source code is already out , in which world you are living LOL?
@tank0412 Join MiPad 1 development
there are much more People using MiPad1 than MiPad 2 They will respect your hardwork a lot
At least it has LOS14.1
Thank you for your work, we need an alternative to MIUI, deep sleep work?
Mortihead said:
CM12.1? In 2017?
What reason to develop old CM build for MiPad2?
Click to expand...
Click to collapse
During ROM developing for any device, we must fix all bugs first on a rom which have same android version as stock rom.
I mean stock rom has Android 5.1 so we must fix everything on CM12.1 first.
But is very hard. I still do not understand why CM12.1 has so many bugs.
udaan said:
Because xiaomi will not release the source code for this device so developers cannot port newer android to it.
Click to expand...
Click to collapse
Theoretically we can port newer Android version (like Marshmallow) but before this we must fix everything on 5.1.1
AbhaYsinGH007 said:
@tank0412 Join MiPad 1 development
there are much more People using MiPad1 than MiPad 2 They will respect your hardwork a lot
At least it has LOS14.1
Click to expand...
Click to collapse
What's the point of this comment? Thats a thread for the mi pad 2, i respect tank0412 and I hope I will be able to offer a viable alternative to miui for this magnificent device
AbhaYsinGH007 said:
@tank0412 Join MiPad 1 development
there are much more People using MiPad1 than MiPad 2 They will respect your hardwork a lot
At least it has LOS14.1
Click to expand...
Click to collapse
I understand but i have never developed roms for Tegra chip.
I have experience of building for Intel and Snapdragon only
Skar3 said:
Thank you for your work, we need an alternative to MIUI, deep sleep work?
Click to expand...
Click to collapse
There is a very strange situation with deep sleep.
It looks like it works on prebuilt kernel from MIUI but on this kernel everything like Wifi, bt and etc are dead.
But on kernel which i built from source wifi and BT is OK but deep sleep is dead.
It is a very strange. And i really puzzled due to it
tank0412 said:
There is a very strange situation with deep sleep.
It looks like it works on prebuilt kernel from MIUI but on this kernel everything like Wifi, bt and etc are dead.
But on kernel which i built from source wifi and BT is OK but deep sleep is dead.
It is a very strange. And i really puzzled due to it
Click to expand...
Click to collapse
Try asking KonstaT about it.
AbhaYsinGH007 said:
Source code is already out , in which world you are living LOL
Click to expand...
Click to collapse
haha are you sure about that? Why dont you give that source code to @Harrynowl
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
tank0412 said:
Theoretically we can port newer Android version (like Marshmallow) but before this we must fix everything on 5.1.1
Click to expand...
Click to collapse
It has already been ported
https://forum.xda-developers.com/mi-pad/development/unofficial-lineageos-13-0-xiaomi-mi-pad-t3565760
udaan said:
haha are you sure about that? Why dont you give that source code to @Harrynowl
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
It has already been ported
https://forum.xda-developers.com/mi-pad/development/unofficial-lineageos-13-0-xiaomi-mi-pad-t3565760
Click to expand...
Click to collapse
LOL.
I developed RR 5.7.4 Marshmallow for mipad 2 during 4 month.
https://forum.xda-developers.com/mi-pad/development/rom-resurrection-remix-mm-5-7-4-t3526898
But now we must fix lollipop first and only after this we can get a stable marshmallow.
tank0412 said:
During ROM developing for any device, we must fix all bugs first on a rom which have same android version as stock rom.
I mean stock rom has Android 5.1 so we must fix everything on CM12.1 first.
But is very hard. I still do not understand why CM12.1 has so many bugs.
Click to expand...
Click to collapse
I see, thank You!
5.1 is not bad. Now I'm on leaked AOSP build for mipad2, I'm happy for everything, but random reboots and drain battery occurs.
If stable CM 12.1 will appear - it will be fine, I'm flash it.
tank0412 said:
LOL.
I developed RR 5.7.4 Marshmallow for mipad 2 during 4 month.
https://forum.xda-developers.com/mi-pad/development/rom-resurrection-remix-mm-5-7-4-t3526898
But now we must fix lollipop first and only after this we can get a stable marshmallow.
Click to expand...
Click to collapse
I don't know. You cannot fix it because xiaomi has not released proper/full source code for the device. Without it, you are basically a handicap.
But new MIUI ROM (from xiaomi.eu) for mipad2 is working good, they have significantly improved the battery life in latest builds.
But thanks for contiributing and your interest in our device. Hopefully you will be able to achieve the fully working ROM.
Cheers!
Well, guys, i am testing a new CM12.1 build.
One hour is passed and battery level is still same.
So i am not sure but it looks like that at least deep sleep is OK.
BTW, it looks i found a reason why sensors is dead.
Dmesg has this:
<11>[ 182.639903] init: cannot execve('/system/bin/msync'): No such file or directory
<11>[ 182.640453] init: Warning! Service otpserver needs a SELinux domain defined; please fix!
<11>[ 182.640785] init: cannot execve('/system/bin/coreu'): No such file or directory
<11>[ 182.641437] init: cannot execve('/system/bin/otpserver'): No such file or directory
<11>[ 182.643954] init: cannot execve('/system/bin/keymaster_meid'): No such file or directory
<11>[ 182.644351] init: cannot execve('/system/bin/sensorhubd'): No such file or directory
<11>[ 182.645104] init: cannot execve('/system/bin/hdcpd'): No such file or directory
THe problem is rom has all this files in /bin folder but init can not find it.
AbhaYsinGH007 said:
@tank0412 Join MiPad 1 development
there are much more People using MiPad1 than MiPad 2 They will respect your hardwork a lot
At least it has LOS14.1
Click to expand...
Click to collapse
Hello? Mi Pad 2 also exists! And unfortunetly, it has a much smaller development team than Mi Pad 1 does :/
Maybe init is ignoring the binarys because of missing selinux? Are you booting with selinux enforced?
BTW: execve seems to be a permission problem.
<11>[ 182.641437] init: cannot execve('/system/bin/otpserver'): No such file or directory

Categories

Resources