{
"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"
}
XPerience 12.0 for the MOTO E 2015
Made by Klozz Jesus AKA TeamMEX
XPerience is a free, community built distribution of Android 8.0 (Oreo) which greatly extends the capabilities of your phone.
This project are based on AOSP CAF
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.
*/
NOTE: READ this PLS
Please don't ask for etas
Please don't report same bugs all time
Report with logcat and dmesg
Screenshots representative only
Click to expand...
Click to collapse
Features:
Substratum support(Rootless)
Cpu Overlay
Always on (enable via tuner configs)
Traffic meter view
Fab button recents
Lockscreen settings
Allow user to add/remove QS with one click
XPerience Updater
WORKING:
Rild
LTE/3G/2G
Bluetooth
MTP
Sensors
Led
Wi-Fi
MUSIC
sounds
Videos
Camera
SELinux
VoLTE
Not working/ Bugs:
camcorder (Works in footej)
How to install:
Download zip from Downloads:
Put zip into Internal Storage
Reboot into Recovery like TWRP
Flash zip file XPerience-12.x-xxxxxxx-device.zip
Flash Gaaps
Wipe dalvik-cache and cache
Reboot and config
Reboot Again and enjoy!
Screenshots:
Source Forge
Or the web
http://thexperienceproject.com
MD5:
Google APPS
http://opengapps.org
Credits:
XPerience
AOSP CAF
Open Gapps
LineageOS
TheMuppets
XDA:DevDB Information
[OREO][VoLTE][8.0.0_r32]XPerience 12.0.0 [surnia][UNOFFICIAL], ROM for the Moto E 2015
Contributors
althafvly, Alberto97, TeamMex
Source Code: https://github.com/althafvly/lineage_device_motorola_surnia
ROM OS Version: 8.x Oreo
Based On: AOSP-CAF
Version Information
Status: Beta
Created 2017-11-26
Last Updated 2017-11-26
Reserved
26-11-2017
-Initial Build
-VoLTE Fixed
thanks for this
Do you still need to flash only Pico or Nano OpenGAPPS? That is currently a dealbreaker. I utilize a lot of Google's apps and prefer to keep that on the system partition rather than be forced to use APPS2SD, IF that even works on the betas.
Thanks
Problem flash
have a problem to flash this rom. He says it's not surnia my device.
Zarosky said:
have a problem to flash this rom. He says it's not surnia my device.
Click to expand...
Click to collapse
Me too
Zarosky said:
have a problem to flash this rom. He says it's not surnia my device.
Click to expand...
Click to collapse
EmilianoFlores said:
Me too
Click to expand...
Click to collapse
Remove the asset statement from update_script
Sent from my Motorola XT1521 using XDA Labs
Sher1234 said:
Remove the asset statement from update_script
Sent from my Motorola XT1521 using XDA Labs
Click to expand...
Click to collapse
sorry I do not understand
edit: I understood the file inside the zip / META-INF / com / google / android /
Can you tell me, what i need to change?
raterro said:
Can you tell me, what i need to change?
Click to expand...
Click to collapse
Inside the rom file, in the folder
/META-INF/com/google/android/
there is a file with the name: update_script
you have to edit it, deleting the first lines of the asset statement.
Hope it's understandable,
I do not speak English
Zarosky said:
Inside the rom file, in the folder
/META-INF/com/google/android/
there is a file with the name: update_script
you have to edit it, deleting the first lines of the asset statement.
Hope it's understandable,
I do not speak English
Click to expand...
Click to collapse
assert(getprop("ro.product.device") == "surnia" || getprop("ro.build.product") == "surnia" || abort("E3004: This package is for device: surnia; this device is " + getprop("ro.product.device") + ".");
ui_print("Target: Motorola/xpe_surnia/surnia:8.0.0/OPR6.170623.023/88aff8e0ee:userdebug/test-keys");
ifelse(is_mounted("/system"), unmount("/system"));
package_extract_dir("install", "/tmp/install");
set_metadata_recursive("/tmp/install", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644);
set_metadata_recursive("/tmp/install/bin", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755);
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");
run_program("/tmp/install/bin/backuptool.sh", "backup");
unmount("/system");
show_progress(0.750000, 0);
ui_print("Patching system image unconditionally...");
block_image_update("/dev/block/bootdevice/by-name/system", package_extract_file("system.transfer.list"), "system.new.dat", "system.patch.dat") ||
abort("E1001: Failed to update system image.");
show_progress(0.020000, 10);
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");
run_program("/tmp/install/bin/backuptool.sh", "restore");
unmount("/system");
show_progress(0.050000, 5);
package_extract_file("boot.img", "/dev/block/bootdevice/by-name/boot");
show_progress(0.200000, 10);
set_progress(1.000000);
=Which line deletes from to from
Thanks,but I solve this problem by myself.
You need do delete all from start to the first ";" and this symbol also
raterro said:
Thanks,but I solve this problem by myself.
You need do delete all from start to the first ";" and this symbol also
Click to expand...
Click to collapse
Can u plz tell me little clear ... From where to where i need to delete in the script ??
Delete first line. Nothing else
raterro said:
Delete first line. Nothing else
Click to expand...
Click to collapse
assert(getprop("ro.product.device") == "surnia" || getprop("ro.build.product") == "surnia" || abort("E3004: This package is for device: surnia; this device is " + getprop("ro.product.device") + "."); i deleted this still getting some error
On my phone it works, but this ROM is buggy.
Flashing screen all the timer etc. Look
Zarosky said:
have a problem to flash this rom. He says it's not surnia my device.
Click to expand...
Click to collapse
Hey, so I've looked at your twrp screen shot and it seems to be a problem with the device's identity. What i mean by that is your phone doesn't seem to have a name like Octus or Surnia for example (That's why you just see a . instead for the name), What you could do is possibly re-flash a stock firmware to your specific device (Make sure you have the correct model number for your phone and the right device name for the firmware files before you flash them.
Use this link here and search through the links/posts and see if you can find the files (The Firmware) that is for your device:
https://forum.xda-developers.com/mo...e-restore-moto-e-2015-stock-firmware-t3044936
If you have any questions just let me know, i am not entirely sure that this may work but it should.
Hope i have helped you out
Is LTE really working? because in android 7.x it did not work
Me too
raterro said:
On my phone it works, but this ROM is buggy.
Flashing screen all the timer etc. Look
Click to expand...
Click to collapse
It's too weird but I love the performance of this rom, did you find the sol?
Related
{
"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"
}
PAC-man ROM is a ROM built with our own tweaks and options, including picks and features from the best ROMs out there!
Why choose among ROMs, when you have All-in-One !!
* By flashing this, you automatically void your warranty!
* If your phone breaks, blows up or runs away from you, do not cry to us!
* Do not ask for ETAs!!
* Download the ROM and GApps
* Reboot to recovery
* Wipe data/factory reset
* Flash the ROM and then GApps
* Reboot your phone
* Enjoy
* Download the latest version
* Reboot to recovery
* Flash the ROM
* Wipe both dalvik cache and cache
* Reboot your phone
* Enjoy the latest version of PAC-man
* Submit a bug
* Submit a patch
* None for now
* PAC-man ROM Downloads
* GApps
* PAC-man Rom Sharing Policy
* PAC-Rom Site
* PAC Forum
* PAC Gerrit
* PAC Changelog
* PAC JENKINS
* PAC Bug Reports
* PAC Github
* PAC Stats
* PAC Google+
* PAC Facebook
* PAC Twitter
* Want to help Dev or Maintain for PAC-man
* Try out PAC's Universal Gerrit Review Script
* PAC-Rom Central----Questions and Features broken down and seen by all PAC Devs on XDA
* Cyanogen Team
* AOKP Team
* Paranoid Android
* PAC-man Team
* SlimRoms
* RootBox
* Carbon ROM
* Vanir
* ChameleonOS
* Omnirom
* Paranoid SaberDroid
* Special thanks to all our Build Bot Providers (see Contributors list for all names)
* PAC Graphix Team - Graphics, logos and images (see Contributors list for all names)
* And of course, thank you for your love and support!
Help with server costs
Support us with these banners:
Reserved...
again...
zaclimon said:
again...
Click to expand...
Click to collapse
Very Nice. Might have to try it!
I'll give this a whirl. Hopefully much better since the ROM controls have been condensed.
sent from the 7th nexus of 2013
Awesome to see this ROM on the new Nexus 7. Flashing now!
Downloading now, gonna give it a whirl
I am getting an error when I try to flash this ROM.
The error is: Error executing updater binary in zip.
I have re-downloaded twice. I have factory reset, manually wiped System and Data, and I always flash along with GApps.
Is there something I'm missing? Thanks for any help.
cyberprodigy said:
I am getting an error when I try to flash this ROM.
The error is: Error executing updater binary in zip.
I have re-downloaded twice. I have factory reset, manually wiped System and Data, and I always flash along with GApps.
Is there something I'm missing? Thanks for any help.
Click to expand...
Click to collapse
What exactly does the error say? That's an error in the build prop, which you can edit; probably the device name not being 'acceptable.'
teh roxxorz said:
What exactly does the error say? That's an error in the build prop, which you can edit; probably the device name not being 'acceptable.'
Click to expand...
Click to collapse
I would suggest maybe try to flash it in CWM as explained here:
http://forum.xda-developers.com/showpost.php?p=43028347&postcount=2
Is there a list of the features?
cyberprodigy said:
words
Click to expand...
Click to collapse
Taking a look now.
Edit:
Added the following line in the build prop and flashed just fine from twrp 2.6, even using the otg.
Go into the build prop:
/META-INF/com/google/android/
Locate the top line:
assert(getprop("ro.product.device") == "flo" || getprop("ro.build.product") == "flo");
Edit it to read:
assert(getprop("ro.product.device") == "flo" || getprop("ro.build.product") == "flo" || getprop("ro.build.id") == "JSS15J");
Save the build prop, update the zip, flash.
Ooo I love P.A.C. on my phone can't wait to try
Sent from my Nexus 7 using Tapatalk 4
teh roxxorz said:
Taking a look now.
Edit:
Added the following line in the build prop and flashed just fine from twrp 2.6, even using the otg.
Go into the build prop:
/META-INF/com/google/android/
Locate the top line:
assert(getprop("ro.product.device") == "flo" || getprop("ro.build.product") == "flo");
Edit it to read:
assert(getprop("ro.product.device") == "flo" || getprop("ro.build.product") == "flo" || getprop("ro.build.id") == "JSS15J");
Save the build prop, update the zip, flash.
Click to expand...
Click to collapse
There is no build.prop file located there. There is a build.prop located in /system though but it doesn't contain that line anywhere.
I tried flashing in CWM and it gave me a Status 7 error.
cyberprodigy said:
There is no build.prop file located there. There is a build.prop located in /system though but it doesn't contain that line anywhere.
I tried flashing in CWM and it gave me a Status 7 error.
Click to expand...
Click to collapse
I'm sorry, I did that editing the actual zip file, while on my pc in this case.
And status 7 is the 'official' sign that its a build prop error. If you edit on the pc in this case, then transfer, it'll install fine.
I don't have it on my nexus to tell you were it is on the device. [feeling a little lazy >_<"]
teh roxxorz said:
I'm sorry, I did that editing the actual zip file, while on my pc in this case.
And status 7 is the 'official' sign that its a build prop error. If you edit on the pc in this case, then transfer, it'll install fine.
I don't have it on my nexus to tell you were it is on the device. [feeling a little lazy >_<"]
Click to expand...
Click to collapse
I guess I'll just pass on this ROM then. :/
Thanks for your help.
cyberprodigy said:
I guess I'll just pass on this ROM then. :/
Thanks for your help.
Click to expand...
Click to collapse
I was able to flash it no problems, Thanks for the build.
cyberprodigy said:
I guess I'll just pass on this ROM then. :/
Thanks for your help.
Click to expand...
Click to collapse
I think you can get it.
I loaded my usb drive [where I stored the rom] and used my otg cable, navigated to the same path I listed earlier [using es file explorer] and shows up just as I listed. Pic coming in a sec.
teh roxxorz said:
I think you can get it.
I loaded my usb drive [where I stored the rom] and used my otg cable, navigated to the same path I listed earlier [using es file explorer] and shows up just as I listed. Pic coming in a sec.
Click to expand...
Click to collapse
Never mind. I found it and I am flashing now.
Dear Galaxy Ace 3 users, after days learning and learning, successfully compiled OmniRom 4.4 for our device. Credits go to @kotzir for his device tree and @duffycop for letting me use his computer by remote control.
OmniROM is a free, community built, aftermarket firmware distribution of Android 4.4.4 (Kitkat), which is designed to increase performance, reliability and features over stock Android for your device. It's also about options, which is the beauty of Android.
Click to expand...
Click to collapse
{
"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"
}
About OmniRom
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.
*/
BUGS:
- NFC
- You might have random reboots
- You tell me...
Click to expand...
Click to collapse
WORKING:
- Everything else!
Click to expand...
Click to collapse
Omni does NOT provide root by default. You MUST flash SuperSU in recovery for any type of root
Click to expand...
Click to collapse
Omni only supports TWRP recovery, use any alternate recovery at your own risk.
Click to expand...
Click to collapse
Code:
Latest Release is [COLOR="Red"]20150827-FINAL[/COLOR]!
[URL="https://www.androidfilehost.com/?fid=24052804347802592"]Download[/URL]
[URL="http://d-h.st/IvsU"]Mirror[/URL]
How to install:
1) TeamWinRecoveryProject is required to install this ROM!
2) Download ROM .zip
3) Download Google apps (optional)
4) Put both .zip files on your device (either internal or external storage)
5) Boot your device into recovery mode
6) Make nandroid backup (if needed)
7) Wipe data/factory reset (not needed if installing above previous Omni build)
8) Format /system (only if the previous ROM is not the same Omni version)
9) Install the ROM .zip file
10) Mount /system, install Google apps
11) Done.
Click to expand...
Click to collapse
Code:
If you experience problems with wi-fi:
All you have to do is to set country code to your country in Wi-Fi settings
All the builds will be hosted here: Download
And here: Mirror
***Mirroring my ROM and builds is not appreciated***
Click to expand...
Click to collapse
Thanks list
@kotzir
@duffycop
@People who helped kotzir
@Omni team of course
*If I forgot someone, excuse me, send me a pm, and I will add you*
Donate to those guys if you can.
Click to expand...
Click to collapse
Code:
[SIZE="4"]Releases:
[COLOR="Red"]-20150827-FINAL-[/COLOR]
*Removed Stock FM Radio
*Added Spirit2FM
[COLOR="Red"]-20150825-[/COLOR]
*OmniROM sources updated
*Device sources updated
*Kernel sources updated
*Fixed build date display
[COLOR="Red"]-20150819-[/COLOR]
*Fixed FM recording
[COLOR="Red"]-20150817-[/COLOR]
*Fixed Bluetooth
*FM Radio implemented
*Fixed OmniTorch
*Little patches applied
[COLOR="Red"]-20150814-[/COLOR]
*Initial build[/SIZE]
Sources
Device Source:https://github.com/Javier-Alonso/omni...g_loganreltexx
Click to expand...
Click to collapse
Code:
[URL="http://opengapps.org/"][SIZE="4"]GAPPS[/SIZE][/URL]
Code:
[SIZE="4"]If you like it, give me a thanks ;)[/SIZE]
Contributors
JavierAlonso, duffycop, and everyone else that is working on Omni 4.4
ROM OS Version: 4.4.4 KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: TWRP
Based On: CyanogenMod
Version Information
Status: Stable
Created: 2015-08-14
Last Updated: 2015-08-27
Final build has come! I'm not thinking on more updates unless device sources get a big changes.
PD: Now I'll work on Miui 4.4.4
Thank You!!
Hi @JavierAlonso Thank you for this ROM! It's very light and stable. Just one thing: I couldn't get it to install with TWRP 3.2.1 (or any other TWRP version really). It would always stuck on the boot logo.
Then I tried to flash it with CWM 6.0.5 and boom it worked!
It might sound strange, as you mentioned in your post that TWRP is a must, but believe me this is what happened to me:laugh:
Dear Galaxy Ace 3 users, after seen FIUI ported for S7270, I've decided to port it to our beloved LTE variant. Thanks to @kotzir for CyanogenMod 11.
FIUI is a Chinese ROM based off of CyanogenMod. The Future Interface UI is made by the AZ Fuga Team!
FIUI's concept is simple: Remove redundant features that bloat up the system, maximize functionality, all the while maintaining a gorgeous UI!
Click to expand...
Click to collapse
FIUI (Future Interactive UI)
{
"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"
}
About FIUI
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.
*/
Bugs:
- NFC
- Headphones
- You might have random reboots
- You tell me...
Click to expand...
Click to collapse
Working:
- Everything else!
Click to expand...
Click to collapse
Code:
Latest release is [COLOR="red"]20151023[/COLOR]
Links on "Downloads" tab of this thread
Code:
***Warning: ROM is in beta state. You might face with non-listed bug.
ROM can be used as daily driver.
Installation:
1) CWM/TWRP is required to install this ROM!
2) Download ROM .zip
3) Put .zip file on your device (either internal or external storage)
4) Boot your device into recovery mode
5) Make nandroid backup (if needed)
6) Wipe data/factory reset (not needed if installing above previous FIUI build)
7) Format /system (only if the previous ROM is not the same FIUI version)
8) Install the ROM .zip file
9) Mount /system and flash Gapps
10) Done.
Click to expand...
Click to collapse
Code:
If you experience problems with wi-fi:
All you have to do is to set country code to your country in Wi-Fi settings
All the builds will be hosted here: Download
***Mirroring my builds is not appreciated***
Click to expand...
Click to collapse
Code:
Releases:
[COLOR="red"]-20151023-[/COLOR]
*Fixed frontal camera
[COLOR="red"]-20151011-[/COLOR]
*Updated to beta_2.25.1f
*Removed some unwanted apps
*Gapps no longer included
*Removed navbar
*Little patches applied
[COLOR="red"]-20151008-[/COLOR]
*Initial build
Code:
[URL="opengapps.org"]GAPPS[/URL]
Code:
If you like it, give me a thanks ;)
XDA:DevDB Information
FIUI v2.25.1f Beta (CM11-Based), ROM for the Samsung Galaxy Ace 3
Contributors
JavierAlonso, duffycop
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: CWM/TWRP
Based On: CyanogenMod
Version Information
Status: Beta
Current Beta Version: v2.25
Beta Release Date: 2015-10-11
Created 2015-10-10
Last Updated 2015-10-23
Headphones Fix
Hi guys! Here's the way to fix the headphone issue with this ROM! Thanks to @Carlos Enrique for finding the solution and report it to me. Here we go:
Install SoundAbout App
Switch on the service and reboot the phone
You're done!
That's all! Hope you can enjoy the ROM 100% now.
Any screenshot?
Edit:
Found it. Thanks anyway.
fbli_41 said:
Any screenshot?
Edit:
Found it. Thanks anyway.
Click to expand...
Click to collapse
They're available on screenshots tab :laugh:
PD: Updated to beta_2.25.1f. I recommend to do a clean install. (Realise that Gapps are no longer included)
JavierAlonso said:
They're available on screenshots tab :laugh:
PD: Updated to beta_2.25.1f. I recommend to do a clean install. (Realise that Gapps are no longer included)
Click to expand...
Click to collapse
It's ok
Headphones fixed?
cykachu11 said:
Headphones fixed?
Click to expand...
Click to collapse
Not yet [emoji29]
Hi
I got a google play service problem
Would any one help me
Im new at this
Thnx at first
Hello to everyone !
>> CyanogenMod 13.0 <<
>> Development Project For Huawei Ascend G620S <<
*** stable version ***
{
"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"
}
PHP:
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0.1 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
PHP:
/*
* 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.
*
*/
CyanogenMod 13.0 Build 14/02/2016
Huawei Ascend G620S | CM-13.0 | Downloads :
Code:
[CENTER]
* [B][I][COLOR="Blue"]Recent Update :[/COLOR][/I][/B] [URL="http://forum.xda-developers.com/showpost.php?p=65327580&postcount=534"]cm-13.0-20160214-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=65204764&postcount=493"]cm-13.0-20160207-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=65134528&postcount=403"]cm-13.0-20160203-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=65078375&postcount=354"]cm-13.0-20160131-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=64919983&postcount=275"]cm-13.0-20160121-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=64742061&postcount=222"]cm-13.0-20160110-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=64174614&postcount=167"]cm-13.0-20151206-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=63977719&postcount=108"]cm-13.0-20151123-UNOFFICIAL-g620s.zip[/URL]
* [URL="http://forum.xda-developers.com/showpost.php?p=63954386&postcount=80"]cm-13.0-20151122-UNOFFICIAL-g620s.zip[/URL]
* [URL="https://www.androidfilehost.com/?fid=24269982086997850"]cm-13.0-20151116-UNOFFICIAL-g620s.zip[/URL] [B]md5 :[/B] 9af33903ed555d7b6fd376be29f31fae
* [URL="http://opengapps.org/"]OpenGAPPS[/URL]
[/CENTER]
Installation :
Code:
[CENTER]
* Your Device Must Have Installed TWRP 2.8.6.0 !
[LIST]
[*] Wipe : Cache, Dalvik, System, Data ;
[*] Flash The CyanogenMod ROM ;
[*] Flash OpenGAPPS ;
[*] Wipe Cache & Dalvik ;
[*] Reboot To System ;
[/LIST]
* Enjoy !
[/CENTER]
Currently Not Work :
Code:
[CENTER]
* NFC ;
* also, may be some small issues - I hope to fix in time all those issues ;
Huawei Ascend G620S - Device Tree - Open Source Code For Dev.
Code:
[CENTER]
[B][I][SIZE="4"][COLOR="Blue"]New source code ( include new kernel msm8916, 6.0.1 from CAF - without Huawei dependencies ) :[/COLOR][/SIZE][/I][/B]
* [URL="https://github.com/surdupetru/android_device_huawei_g620s-caf"]android_device_huawei_g620s-caf[/URL] branch 6.0.1
* [URL="https://github.com/surdupetru/android_vendor_huawei_g620s-caf"]android_vendor_huawei_g620s-caf[/URL], branch 6.0.1
* [URL="https://github.com/surdupetru/android_kernel_huawei_msm8916-caf"]android_kernel_huawei_msm8916-caf[/URL], branch 6.0.1
[B][I][SIZE="4"][COLOR="Blue"]Older source code :[/COLOR][/SIZE][/I][/B]
* [URL="https://github.com/surdupetru/android_device_huawei_g620s"]android_device_huawei_g620s[/URL], branch cm-13.0
* [URL="https://github.com/surdupetru/android_vendor_huawei_g620s"]android_vendor_huawei_g620s[/URL], branch cm-13.0
* [URL="https://github.com/surdupetru/android_kernel_huawei_msm8916/tree/cm-13.0"]android_kernel_huawei_msm8916[/URL], branch cm-13.0
[/CENTER]
Contributors :
Code:
[CENTER]
* [URL="http://forum.xda-developers.com/member.php?u=5091734"]dianlujitao[/URL]
* [URL="http://forum.xda-developers.com/member.php?u=2335078"]surdu_petru[/URL]
* [URL="http://forum.xda-developers.com/member.php?u=4479868"]desalesouche[/URL]
[/CENTER]
Screenshots :
[/CENTER]
Best regards !
Test version II : 12/11/2015
cm-13.0-20151108-UNOFFICIAL-g620s.zip
Test version I : 08/11/2015
Only experimentally - almost everything does not work !
Hopefully in the shortest time to return with a functional version .
Downloads : cm-13.0-20151108-UNOFFICIAL-g620s.zip md5 : f9b2e741debab468bf5628f18d281091
Install : Please perform a clean install, by wiping all into TWRP apart Internal/External Storage !
thanks for all that sir, could you compile twrp 6.0?
desalesouche said:
thanks for all that sir, could you compile twrp 6.0?
Click to expand...
Click to collapse
Don't know, but I'll try later, for the moment I use my TWRP for flash cm-13.0 without issues !
Anyway I'm waiting your work/help here , maybe you can fix some stuff into cm13 . Thank you for your cooperation :good:
surdu_petru said:
Don't know, but I'll try later, for the moment I use my TWRP for flash cm-13.0 without issues !
Anyway I'm waiting your work/help here , maybe you can fix some stuff into cm13 . Thank you for your cooperation :good:
Click to expand...
Click to collapse
This is not really fix for now but i added midi function to kernel... , which i guess is likely to work on cm12.1...
https://github.com/desalesouche/android_kernel_huawei_msm8916/commits/cm-13.0
it seems there is also some M selinux commitsfor kernel also,, i let you have a look on those...
https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/commits/cm-13.0?page=2
Edit= logcat is complaining about 1798 1894 E WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libstlport.so" not found
but if we compile it we have not booting rom?
rotation working
i added sensors folder from your cm12.1 device tree with include fix for android m.
rotation is working. will push fix in a moment.
Done: https://github.com/desalesouche/android_device_huawei_g620s/commits/cm-13.0
sensor
may be this can help us to understand how to fix sensor?
this how-to is about msm8916.
http://www.mediafire.com/download/9483g1dttged1og/lm80-p0436-9_sensors_porting_guide.pdf
cm13.0 logcat fix
that commit is fixing i guess same logcat complain we have.
will compile in a minut to check that.
https://github.com/CyanogenMod/andr...mmit/49d33397de8abf87955a1c7d8293ed2b8f9ccad6
desalesouche said:
that commit is fixing i guess same logcat complain we have.
will compile in a minut to check that.
https://github.com/CyanogenMod/andr...mmit/49d33397de8abf87955a1c7d8293ed2b8f9ccad6
Click to expand...
Click to collapse
Unfortunately this is not what we need, I already tried and not change anything .
Anyway I managed to fix, wifi, bluetooth and also gsm but no data network yet enabled , I'll add very soon dataservices to see if with the new librmnet I'll have 4G connection !
Edit :
Yes, I have LTE enabled with the new dataservice library
Wonderfull, that is very good news. @surdu_petru
Edit you might need with sensor folder to add that line in boardconfig.mk:
# Compatibility with pre-kitkat Qualcomm sensor HALs
SENSORS_NEED_SETRATE_ON_ENABLE := true
check post 6 for "fixed" sensor folder but may be our blobs are just from kitkat.
surdu_petru said:
Unfortunately this is not what we need, I already tried and not change anything .
Anyway I managed to fix, wifi, bluetooth and also gsm but no data network yet enabled , I'll add very soon dataservices to see if with the new librmnet I'll have 4G connection !
Edit :
Yes, I have LTE enabled with the new dataservice library
Click to expand...
Click to collapse
Great work.
A team member from IO told me you need to add external/connectivity to enable Data Network.
As soon as you enable data network i would be good if you could send me a build. For me it will be good for a daily driver.
Compiling ... Muhahaha :silly:
desalesouche said:
Wonderfull, that is very good news. @surdu_petru
Edit you might need with sensor folder to add that line in boardconfig.mk:
# Compatibility with pre-kitkat Qualcomm sensor HALs
SENSORS_NEED_SETRATE_ON_ENABLE := true
check post 6 for "fixed" sensor folder but may be our blobs are just from kitkat.
Click to expand...
Click to collapse
Yep, no worry, I already seen ... but I'll check later at the same time with camera and other stuff, right now I'm doubt why sound card is not detected ... so this is the first work for me in the next days , hope to find a viable solution soon !
Guys, you rock
nightwalkerkg said:
Great work.
A team member from IO told me you need to add external/connectivity to enable Data Network.
As soon as you enable data network i would be good if you could send me a build. For me it will be good for a daily driver.
Click to expand...
Click to collapse
Yep, I already added ..
Unfortunately the sound is still inactive, so you can not use the rom !
desalesouche said:
Compiling ... Muhahaha :silly:
Click to expand...
Click to collapse
You should not compile yet, not all commits are pushed into my github ... hope to be updated in a few days , because need some tests before
surdu_petru said:
Yep, no worry, I already seen ... but I'll check later at the same time with camera and other stuff, right now I'm doubt why sound card is not detected ... so this is the first work for me in the next days , hope to find a viable solution soon !
Click to expand...
Click to collapse
kernel seem broken...?
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c: In function 'uid_stat_show':
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:91:11: error: 'struct task_struct' has no member named 'cpu_power'
if (task->cpu_power == ULLONG_MAX)
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:96:34: error: 'struct task_struct' has no member named 'cpu_power'
uid_entry->active_power += task->cpu_power;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c: In function 'process_notifier':
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:188:26: error: 'struct task_struct' has no member named 'cpu_power'
uid_entry->power += task->cpu_power;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:189:6: error: 'struct task_struct' has no member named 'cpu_power'
task->cpu_power = ULLONG_MAX;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/scripts/Makefile.build:308: recipe for target 'drivers/misc/uid_cputime.o' failed
surdu_petru said:
Yep, I already added ..
Unfortunately the sound is still inactive, so you can not use the rom !
Click to expand...
Click to collapse
So, network is working now ?
Yeah, i think i have seen something about bad path for cards in logcat.
desalesouche said:
kernel seem broken...?
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c: In function 'uid_stat_show':
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:91:11: error: 'struct task_struct' has no member named 'cpu_power'
if (task->cpu_power == ULLONG_MAX)
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:96:34: error: 'struct task_struct' has no member named 'cpu_power'
uid_entry->active_power += task->cpu_power;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c: In function 'process_notifier':
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:188:26: error: 'struct task_struct' has no member named 'cpu_power'
uid_entry->power += task->cpu_power;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/drivers/misc/uid_cputime.c:189:6: error: 'struct task_struct' has no member named 'cpu_power'
task->cpu_power = ULLONG_MAX;
/home/desalesouche/cm13.0/kernel/huawei/msm8916/scripts/Makefile.build:308: recipe for target 'drivers/misc/uid_cputime.o' failed
Click to expand...
Click to collapse
Yep, I'll push the fix very soon into my github, thanks for info
Edit : already fixed right now !
nightwalkerkg said:
So, network is working now ?
Yeah, i think i have seen something about bad path for cards in logcat.
Click to expand...
Click to collapse
Yes, data network is enabled like you can see into my screenshots !
surdu_petru said:
Yep, I'll push the fix very soon into my github, thanks for info
Edit : already fixed right now !
Yes, data network is enabled like you can see into my screenshots !
Click to expand...
Click to collapse
does operators are shown under XXX4G ?
Yep, operator name are correctly displayed !
Need some help, maybe someone can find something about "Permission denied" when I try to mount /system under a root device
So, I enabled Root access into Developer options , and I have this issue :
HTML:
> adb shell
[email protected]:/ #
[email protected]:/ # mount -o remount,rw /system
mount: '/dev/block/bootdevice/by-name/system'->'/system': Permission denied
Thanks in advanced !
Edit :
I think we need also "BOARD_USES_SECURE_SERVICES := true" into BoarConfig - because I have issue on enable Settings/Security
{
"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"
}
PAC-man ROM 4.4 is a ROM build from scratch from AOSP with our own tweaks and options, including picks and features from the best ROMs out there!
Why choose among ROMs, when you have All-in-One !!
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.
*/
Working
Wifi
Bluetooth
Touch
RIL
Sound
Buttons
Offline charging
Storages (External SD / Internal SD)
ART
Camera
Reboot recovery
video encoding/decoding(except h264 video decoding)
Not working
h264 video playback
Not tested
GPS
RIL(mobile data)
(Recommended recovery is TWRP 2.8.6.0)
Reboot into recovery
Do a full wipe
Install rom
Reboot
Enjoy!
There's no need of gapps because at first screen it will ask to you if you have a google account
This will install the minimal gapps, but if you need an other google app you can download it from play store
ART work but i don't suggest to switch.
Stable-1
S7390
S7392
Sources
device tree
kernel
Thanks to:
zim555 for device tree
nice work i hope so you will fix soon
Beta-2
Changelog:
Code:
ARM and camera(photos) fixed!
nice work ! waiting for video playback fix
Hi. When i try to install,i got ,,The file is corrupt'' Is something wrong with my phone or with your file?
gonaciu said:
Hi. When i try to install,i got ,,The file is corrupt'' Is something wrong with my phone or with your file?
Click to expand...
Click to collapse
I've checked md5 and in fact is wrong, maybe mediafire resumable upload is buggy?
Thanks for reporting!
Now, i have to re-upload it and hope that now is uploaded correctly...
PS
sorry for this problem
edit:re-uploaded
http://www.mediafire.com/download/qo2ffs8fgussz9a/pac_kylevess_KK.RELEASE.dev_20160124-174532.zip
I like your rom...but i have 2 problem:HERE maps and mobile data dont work.
gonaciu said:
I like your rom...
Click to expand...
Click to collapse
thanks
gonaciu said:
HERE maps
Click to expand...
Click to collapse
i've tried and have glitches, so probably its because the app try to use hardware accelleration(witch not work), same problem than video decoding/encoding
gonaciu said:
mobile data dont work.
Click to expand...
Click to collapse
Ok, so i can it at "not working"
Great ROM so far.???
Hope u fix the bugs soon for s7392.
tra_dax
tra_dax said:
Great ROM so far.
Click to expand...
Click to collapse
Thanks
tra_dax said:
Hope u fix the bugs soon for s7392.
Click to expand...
Click to collapse
bugs are the same as I wrote in this thread, or you found something new?
i'm asking you because i don't know if rom for s7392 has the same bug(and i cannot test)
mac12m99 said:
Thanks
bugs are the same as I wrote in this thread, or you found something new?
i'm asking you because i don't know if rom for s7392 has the same bug(and i cannot test)
Click to expand...
Click to collapse
Ok here are the two things that I found not working:-
1. Speakers and mic
2. Mtp
And I m feeling the ROM uses too much of ram and battery drains too fast.
I have not tested everything so probably, I would have missed some more.
Waiting for the fixes.
tra_dax
tra_dax said:
Ok here are the two things that I found not working:-
1. Speakers and mic
2. Mtp
Click to expand...
Click to collapse
Ok, thanks for the report
tra_dax said:
And I m feeling the ROM uses too much of ram and battery drains too fast.
Click to expand...
Click to collapse
hmm, ok i'll try to fix
Beta-3
Now rom is stable, everything works, except h264 video playback.
Changelog:
Code:
Camera fixed
reboot recovery fixed
video playback fixed
Dead link
Please re-upload, link's not working. Thanks!
stevenn97 said:
Please re-upload, link's not working. Thanks!
Click to expand...
Click to collapse
Sorry for the inconvenience
rom re-uploaded: http://www.mediafire.com/download/c59onb1yi38nt9a/pac_kylevess_KK.RELEASE.dev_20160412-141444.zip
Is there any bugs if i use on s7392?
Sent from my GT-S7392 using XDA-Developers mobile app
androiddesu said:
Is there any bugs if i use on s7392?
Click to expand...
Click to collapse
No, but dualsim won't work
PS
but first you need to delete this lines from updater-script:
Code:
assert(getprop("ro.product.device") == "kylevess" ||
getprop("ro.build.product") == "kylevess" ||
getprop("ro.product.device") == "S7390" ||
getprop("ro.build.product") == "S7390" ||
getprop("ro.product.device") == "GT-S7390" ||
getprop("ro.build.product") == "GT-S7390" ||
getprop("ro.product.device") == "hawaii" ||
getprop("ro.build.product") == "hawaii" ||
abort("This package is for device: kylevess,S7390,GT-S7390,hawaii; this device is " + getprop("ro.product.device") + "."););
Anyway, i can compile it for s7392
Please make a build for s7392 so we dont have to delete those complicated lines.
Sent from my GT-S7392L using XDA-Developers mobile app
Beta-4
A little performance update:
-added low-ram configuration(https://source.android.com/devices/tech/config/low-ram.html)
-added row i/o scheduler
Low-ram configuration: make android use less ram, so you have more for your apps
ROW:
The ROW IO scheduler was developed with the mobile devices needs in mind. In mobile devices, we favor user experience upon everything else, thus we want to give READ IO requests as much priority as possible. In mobile devices we won't have as much parallel threads as on desktops. Usually it's a single thread or at most 2 simultaneous working threads for read & write. Favoring READ requests over WRITEs decreases the READ latency greatly. The main idea of the ROW scheduling policy is: If there are READ requests in pipe - dispatch them but don't starve the WRITE requests too much.
Benefits:
- Faster UI navigation and better overall phone experience
- Faster boot times and app launch times
Disadvantages:
- Not great for heavy multitasking
- Slower write speeds
Download:
s7390
s7392
What a rom you have made dude, congrats. By the way, the RIL and GPS are working fine on my S7390.
Have you find a way to get the h264 video playback to work? It's the only thing its missing :crying::crying::crying:
Thank you for your work