CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.3 (JB), which is designed to increase performance and reliability over stock Android for your device.
Code:
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.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
IMPORTANT INFORMATIONS
We will not support users and answer questions from users which:
are running a custom kernel
have flashed mods
modified system files
didn't follow our intructions word by word
are unfriendly
This is a nightly build. Expect breakage, we make mistakes, too.
WIKI
Official CyanogenMod Wiki: http://wiki.cyanogenmod.org/w/Endeavoru_Info
INSTRUCTIONS
First time installing CyanogenMod 10.2 to your HTC One X (GSM), or coming from another ROM:
Read the official wiki
Unlock your device via http://www.htcdev.com
Flash the latest official ClockworkMod-Recovery via Fastboot
Copy GApps and CM10.2 ZIPs to your SDCard
Boot into Recovery
Flash CM10.2 zip from SDCard
Flash GApps zip from SDCard
Flash the boot.img included in the CM10.2 zip via Fastboot
DO A DATA WIPE / FACTORY RESET
Reboot
Don't restore system data using Titanium Backup!
Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of CyanogenMod 10.2:
Copy CM10.2 ZIP to your SDCard
Boot into Recovery
Flash CM10.2 zip from SDCard
Flash the boot.img included in the CM10.2 zip via Fastboot if necessary. If in doubt, flash it.
Reboot
Upgrading from CyanogenMod 10.1:
Read known issues ans FAQs
Copy 4.3 GApps and CM10.2 ZIPs to your SDCard
Boot into Recovery
Flash CM10.2 zip from SDCard
Flash GApps zip from SDCard
Flash the boot.img included in the CM10.2 zip via Fastboot
Reboot
DOWNLOADS
CM10.2 official nightly builds: http://www.get.cm/?device=endeavoru
Google Apps: http://goo.im/gapps
ClockworkMod-Recovery: recovery-clockwork-touch-5.8.4.0-endeavoru.img
CHANGELOG
BBQDroid: http://changelog.bbqdroid.org/#endeavoru/cm10.2/next
CMXLog: http://10.2.cmxlog.com/?device=endeavoru
KNOWN ISSUES
[CONFIRMED] MHL doesn't work.
[CONFIRMED] Sense 5 camera features (HDR, burst, ...) not available
[CONFIRMED] List of Wi-Fi access points gets stuck and doesn't refresh automatically.
Disabling and enabling Wi-Fi helps if that happens.
[CONFIRMED] Wi-Fi roaming does not work. Device hast to lose signal before connecting to a AP.
Many thanks to @pakjebakmeel for investigating this issue.
[CONFIRMED] Incorrect audio volume when plugging in a headset or using A2DP. When changing the volume it jumps back to the correct level.
[CONFIRMED] A2DP audio stream is not movable between devices
[CONFIRMED] Proximity sensor issues (screen stays black after call)
Workaround: install Rezound Prox Sensor Calibrator and play with the PS1_CANC slider)
#14522
[CONFIRMED] OpenGL Live Wallpapers may crash on launcher rotation. Explanation by @scotte9999 http://forum.xda-developers.com/showpost.php?p=46715484&postcount=36 and logcat http://pastebin.com/JVMME8Pn.
A2DP Bluetooth issues (stuttering sound).
Face detection in the camera is not working and can cause crashes.
[CONFIRMED] No sound when recording a video.
[CONFIRMED] CPU frequency gets stuck.
[CONFIRMED] Searching for mobile networks fails
[CONFIRMED] just means that the issue is reliably reproduceable by me. It doesn't mean that I know how to fix it.
For workarounds around some problems see third post.
FAQ
Why is my sound not working?
Flash the boot.img included in the ROM zip. See http://forum.xda-developers.com/showpost.php?p=46927185&postcount=144
Can I dirty flash coming from CM 10.1?
Yes, generally it should work. Don't forget to flash CM 10.2 gapps and boot.img
Where is the Superuser App?
The Superuser App is now part of CM. You can find it in the Setting under the System category. Make sure you enable root access for Apps in the Superuser settings. In case you can't find it enable the "Developer options" by tapping "Build number 7" in "About phone" 7 times and enable root access there.
Where are the Sweep2Wake, Button Backlight Notifications, NVIDIA Smart Dimmer and Fast Charge Settings?
Gone or moved to other menus. But the functionality is still in the framework. See second post for details.
Where is the "Developer options" menu?
Hidden by default. Go to "About phone" and press "Build number" seven times to show it.
Here are instructions to enable or disable some features that were previously in the advanced settings menu.
Button Backlight Notifications (enabled by default (so far))
Button backlight notifications are enabled by default. To disable them remove the write permission for the sysfs file with
Code:
chmod 444 /sys/class/leds/button-backlight/slow_blink
Only execute it while the lights are not currently blinking
The newest kernel also contains the abillity to limit to the notification brightness. Do
Code:
echo 1 > /sys/class/leds/button-backlight/slow_blink_brightness_limit
to limit the brightness to your normal button backlight brightness (which you can adjust in the settings).
Fast Charge (disabled by default)
Fast charging is disabled by default and can be enabled with
Code:
echo 1 > /sys/devices/platform/htc_battery/fast_charge
Sweep2Wake (enabled by default (so far))
Code:
# Disable s2w
echo 0 > /sys/android_touch/sweep2wake
# Adjust the needed swipe length. 325 for one button (default), 500 for two buttons and 850 for three buttons
echo 500 > /sys/android_touch/s2w_min_distance
# Disable direction independent behaviour
echo 0 > /sys/android_touch/s2w_allow_stroke
DoubleTap2Wake (disabled by default)
Like the name suggests. You can wake your device by double tapping anywhere on your hardware keys.
Code:
# Enable dt2w
echo 1 > /sys/android_touch/s2w_allow_double_tap
There are some tunables to adjust the minimum time span between taps (s2w_double_tap_duration) and maximum timespan (value of s2w_double_tap_duration + value of s2w_double_tap_threshold).
Nvidia SmartDimmer (disabled by default)
Now called "Adaptive backlight". Setting was moved to the "Display & LED" menu.
All settings where you manually have to execute a command are not persisted between reboots. You can use a third party app that supports toggling the settings or you can put the commands into /data/local/userinit.sh to apply them at boot.
Workarounds
The fixes here have either not yet made it into the official CM sources or will likely never accepted because they are crude hacks.
Important system files will be overwritten! To restore them you need to flash CyanogenMod again!
Wi-Fi Scanning Fix
Fixes list of access points getting stuck.
Download wpa_supplicant_leap.zip - 754.93 KB
Flash from recovery
Sources: https://github.com/thoemy/hostap
Pictures of cats coming soon.
Great job. Thanks for all your hard work, and creating a clean new thread!
Thanks for a seperate thread. Things were getting messy.
Edit:
>inb4 imagesize
{
"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"
}
TimeWasterNL said:
Thanks for a seperate thread. Things were getting messy.]
Click to expand...
Click to collapse
You you messed up everything!! I wanted to post pictures of cats!
I have a question about making cm update over the settings:
How do I know if I have to flash new boot.img? Can we do the update without worrying that something won't work because it needs new kernel?
Sent from my HTC One X using xda app-developers app
nucky thomson said:
I have a question about making cm update over the settings:
How do I know if I have to flash new boot.img? Can we do the update without worrying that something won't work because it needs new kernel?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
U cant update without caring about Kernel unless u have S off Device, or Use Kernel Lighter of @Thunder07
Btw, if there is a big change so u need to flash new boot.img. Maybe in change log will shows that
nucky thomson said:
I have a question about making cm update over the settings:
How do I know if I have to flash new boot.img? Can we do the update without worrying that something won't work because it needs new kernel?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
You can check kernel changes here: https://github.com/CyanogenMod/android_kernel_htc_endeavoru/commits/cm-10.2
No reason to flash kernel unless you see a change.
nfc cats
Here are the logs I promised for my nfc problem.
The first one is when I try to receive an image. As I said before, my phone detects it has to receive, but than it just opens the playstore with a non existing link - https://dl.dropboxusercontent.com/u/28149756/nfc_receive_fail.txt
I have changed the stock Gallery2.apk with the leaked 4.3 gallery app from GE phones, but I doubt that has to do anything with the problem.
Whe I try to receive a playstore app link, it works - https://dl.dropboxusercontent.com/u/28149756/nfc_receive_from_playstore.txt
And I have a question, does my phone log all the time I use it? And how can I disable and after that enable (if I do need to take a log) Android logging?
I don't know whether it's answered before, but after I got the sense update, my phone is a lot cooler and consumes less battery when listening to music but ofcourse it does stutter at times when listening to music like I'm on eps energy saving mode where the processor goes below 102 mhz. Nevertheless it's a lot cooler. My question here is..
Has anyone looked into the audio blobs and the kernel changes from sense 5..? I know HTC has messed audio blobs and we are still using ics blobs.. what if we use the sense 5 blobs ?? Maybe that might fix the audio problem..
Sent from my HTC One X using xda app-developers app
nucky thomson said:
I have a question about making cm update over the settings:
How do I know if I have to flash new boot.img? Can we do the update without worrying that something won't work because it needs new kernel?
Click to expand...
Click to collapse
a704e said:
You can check kernel changes here: https://github.com/CyanogenMod/android_kernel_htc_endeavoru/commits/cm-10.2
No reason to flash kernel unless you see a change.
Click to expand...
Click to collapse
This is not entirely true. The kernel is one part the other is the ramdisk with its init scripts. So you also have to check https://github.com/CyanogenMod/android_device_htc_endeavoru/commits/cm-10.2 and https://github.com/CyanogenMod/android_device_htc_tegra3-common/commits/cm-10.2 for related changes. But you won't directly see if a change affects the ramdisk.
Most of the time you will be fine if you don't flash the boot.img. But before reporting problems make sure you flashed it. I will probably announce when I'm doing bigger changes to the kernel. But not before HTC releases the sources.
IllUMINATUz said:
Has anyone looked into the audio blobs and the kernel changes from sense 5..? I know HTC has messed audio blobs and we are still using ics blobs.. what if we use the sense 5 blobs ?? Maybe that might fix the audio problem..
Click to expand...
Click to collapse
Well I tried and failed as many other people before me. I don't know why. Either HTC has made custom changes to the API that we don't know about or I ****ed up all the time. Reading and understanding assembler is also not my best talent .
I have a possible fix for the audio problems that I need to get packaged up nicely so you guys can test it. But I think I'm too lazy today. My Weekends are somehow always a bit exhausting .
i hope screencast and airplay coming soon to the Nightlys https://plus.google.com/110558071969009568835/posts/WmNPa9cbkSN
Will cm10.2 flash on hboot 1.72?
I tried cm10.1.3 but it refused to install
Cocktopus said:
Will cm10.2 flash on hboot 1.72?
I tried cm10.1.3 but it refused to install
Click to expand...
Click to collapse
Yes
I have a problem to report from an older nightly and which isn't fixed after flashing the most current one:
When selecting front camera and taking pics with a face in it, camera crashes with the message "gallery stopped working". Pics taken before crash won't be available in the gallery afterwards, so front camera is pretty much useless right now.
D000XXX said:
I have a problem to report from an older nightly and which isn't fixed after flashing the most current one:
When selecting front camera and taking pics with a face in it, camera crashes with the message "gallery stopped working". Pics taken before crash won't be available in the gallery afterwards, so front camera is pretty much useless right now.
Click to expand...
Click to collapse
Can you get me a logcat? Also try cleaning Gallery app data and try changing the picture resolution.
e34v8 said:
Here are the logs I promised for my nfc problem.
The first one is when I try to receive an image. As I said before, my phone detects it has to receive, but than it just opens the playstore with a non existing link - https://dl.dropboxusercontent.com/u/28149756/nfc_receive_fail.txt
I have changed the stock Gallery2.apk with the leaked 4.3 gallery app from GE phones, but I doubt that has to do anything with the problem.
Whe I try to receive a playstore app link, it works - https://dl.dropboxusercontent.com/u/28149756/nfc_receive_from_playstore.txt
Click to expand...
Click to collapse
Thanks, but I'm not sure why it's failing. The failure log contains http://market.android.com/details?id=com.sec.android.directshare. There is not a single mention of "directshare" in my Android code base. So I guess that is something from GE blobs. I would recommend you test it again with a unmodified CM ROM.
e34v8 said:
And I have a question, does my phone log all the time I use it? And how can I disable and after that enable (if I do need to take a log) Android logging?
Click to expand...
Click to collapse
Yep, logging is enabled all the time and quite verbose at the moment. Lots of debugging stuff in there. It should be less once RC and stable builds roll out. Are you concerned about battery life?
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"
}
Cyanogenmod 9 Android ICS 4.0.4 FOR LG P350
Click to expand...
Click to collapse
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), which is designed to increase performance and reliability over stock Android for your device.
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.
*
*/
Notice:
Code:
These are Alpha - Beta quality builds and are very much still in development.
Features may not work, or may crash, they may alternate between functioning
and non-functioning between builds. Please look over the lists below before
reporting suspected bugs.
Please note: Currently only the included kernel is supported.
Other kernels may not be fully compatible with ICS and may cause issues.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod 9 Pecan is available in the TeamPecan Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review.
Prerequisites
Rooted LG Optimus Me
Custom Recovery (Amon Ra OR CWM)
Partition sdcard: swap-size: 32MB, Ext2-size: 200MB, Continue partitioning, SD:ext2 to ext3
Download Links:
CyanogenMod 9.1:
Latest version: cm-9-20121013-UNOFFICIAL-Weekly-1.2-p350.zip
Below you will find download links for each build and instructions on how to install it.
Download Latest Build From The Following Link :http://teampecan.tk/2012/10/rom-tea...fficial-cyanogenmod-9-1-compiled-from-source/
Click to expand...
Click to collapse
Google apps
Click to expand...
Click to collapse
gapps-ics-20120429-signed.zip
WARNING:
Click to expand...
Click to collapse
Friends, It is Is My Kind Request Please Don't Mirror Our Download Links as We are Collecting Money To Buy Build Server for Team Pecan And on the Site Where we are Uploading is Paying for Downloads. So Please Support Us. Thank you
Instructions:
First time installing CyanogenMod 9 to your Opimus Me P350, or coming from another ROM:
Root the device and install cwm 6.0.1.4 Recovery. Instructions are available here.
DOWNLOAD NEWER ROM FROM TOPIC
Hold down VOL DOWN + HOME + POWER keys to enter recovery
Perform a NANDroid backup of your current ROM.
MAKE FULL WIPE : format system,boot,dalivk,cache,data
FLASH ROM ZIP AND GAAPS ZIP
Install LINK2SD , select ext3 and reboot.
Open Link2SD: Select AutoLink from Preferences.
ENJOY CM9
Upgrading from earlier version of CyanogenMod 9:
Copy CM9 ZIP to your internal SDCard
Boot into Recovery
wipe cache and dalvik cache
Flash CM9 zip (your Google Apps will be backed up & restored automatically)
Reboot
Recommandations
Don't use 3G network
Don't change CPU freq over 768 mhz
Don't use live wallpapers
PERFORMANCE: Memory Management: zRAm: 28%, KSM: enable
ABOUT PHONE: CM Stats, Enable reporting: off
WORKING:
Booting
Touch Screen
Baseband (GSM/phone/messages/GPRS/EDGE/3G)
Audio
Headphones
SD CARD
Almost working HW acceleration
BLUETOOTH
Browser
ICS keyboard
Games
USB Mass Storage ( WITH APP )
FM Radio - use Spirit FM app
Data limit, IPv4, IPv6
Sensors
Color Banding
OpenGL Acceleration
Buttons backlight
Bluetooth Tethering
Youtube LQ/MQ
Deep sleep
Camera - Fixed in Weekly #2
WIFI
Gps
Google play download
Live wallpapers - some works, some not
USB/Wifi Tethering - with 3rd party apps
NOT WORKING :
[*]CAMERA - Fixed In Weekly #2
HQ VIDEO
3D
Gralloc Module
Stock Gallery
HD Games
Don't expect any support if you:
Not using stock kernel
Have installed any mods/tweaks
Have modified system files
Known Issues:
Graphics memory sometimes runs out: as we are on less RAM the memory management is a bit whack. Sometimes while rotating an app it will twitch and maybe crash. Also systemserver have chance of will crash and Android will restart ( bit it'srarely)
Chrome beta doesn't work: not for armv6
FM radio : not implemented in CM9, use Free Spirit FM: Link then go to:
Settings=>Audio=>Method=>msm7x30
If For you Trebuchet Launcher is slow: Try Nova Launcher , Apex Launcher and LauncherPro Also work great
Wifi Known Issues
If Wifi is Not Able to scan network then flash this zip file
http://www.mediafire.com/?0a59e74k4k8ym7c
Click to expand...
Click to collapse
Source Code :
General:
http://github.com/CyanogenMod
Click to expand...
Click to collapse
Device Config:
https://github.com/TeamPecan/android_device_lge_p350
Click to expand...
Click to collapse
Kernel Source:
https://github.com/TeamPecan/Team-Pecan-kernel
Click to expand...
Click to collapse
KANGERS
Click to expand...
Click to collapse
If you're going to kang or reuse our work, which we're doing for p350 without any cost , be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't meant Out-of-Respect!!!
Changelogs:
Click to expand...
Click to collapse
[email protected]
[email protected] repo
[email protected]
Team Pecan Developers
Click to expand...
Click to collapse
Keyur Maru ( rom2maru ) (ME)
Ron Gokhle
Anthony Dave King
Teja SKT ( GODARM)
Please Contact Me If I missed Anybody
SUPPORT US
Click to expand...
Click to collapse
If you like my work and If you want to donate some bucks for the work that i'm doing for LG Optimus Me, go to the my username and hit the 'donate to me' button. Otherwise I would be grateful if you can click the "Thanks" button on the bottom right of this post.
Thanks to all
Special Credit:
Ron Gokhle : Thank you Bro For Special Thread Design and I'm Kanging it with Proper Credits
CHANGE LOG
Click to expand...
Click to collapse
Weekly #1 14-10-2012
Initial Release of CM9 by Team Pecan Weeklies
Nightlies Switched To Weeklies
Browser Fixed
OpenGL Acceleration is Enabled !!!
Switched to CM9.1 Latest Source Code
Wifi Fixed From Nightly 3.1
Color Banding ( Thanks To Ron Gokhle )
Weekly #1.2 15-10-2012
Updated CM9 Source
I Uploaded Wrong ZIP This One is Right (LOL)
USB Mass Storage App
Fixed Overlay Issues
Some Libs from P500 CM9 Build Added to Zip for some acceleration
ICS Tweaks and Tricks
All Credits for This FAQ Go to the Hawke84. all this FAQ is from Hawke84, i found some tips are working in p350 so i posted here
soo ALL Big thanks to Hawke84
Ringtones dont stick on reboot
if your having problems with ringtones sticking on reboot, seems to be especially a problem for custom ringtones, create a new soundset with the ringtone in and that will sort it
Clock / Weather App only showing country and not current location
Go to Settings>Apps>All and try clearing data for Clock Widget, Google Maps, Weather, Sync provider and Weather Provider.
Finally, refresh the widget and hopefully that will solve your problem.
Google Play Download fix 1
This is for download problem, caused by drmserver not running
Open Terminal Emulator
su
/system/bin/drmserver&
This is a Temp fix. you have to do it every time you boot.
thanks to antdking for this fix
Google Play Download fix 2
1.Go Settings->Aplication->All Aplications
2.Now search Google play Store.apk and tap on them
3.Tap on "Froce close" boton,then tap on "Delete Dates" boton
4.Now install this gplay aplication who i uploaded : http://www.fileshare.ro/79426910043 (Copy to SD CARD,install it)
5.Now open Google play and accept the google licence.
thanks to r0bocop for this fix.
Wi-Fi Teather Doesnt Work
This is a work around to get the function working.
Downloaded wifi tether app from the market, and check
Wi-Fi Sleep Policy
Seems to be a bug where the Wi-Fi sleep policy settings are reversed. Selecting "Never" sets you to "Always", selecting "Always" sets you to "Never". No fix for this but something to be aware of.
Can see Gallery pics but still cant set wallpapers
1) go into gallery
2) long press the pic you want for the back ground and set it to wallpaper
Thanks to stroobach for this.
3) If that doesnt help try disabling force GPU Rendering (if you enable this )
General SD card problems
If your getting general slow SD card, issues with content on there being read, backup the importent stuff like photos etc and format SD card, seems the old android files on SD card may be messing things up
If this didnt help and your still having prolems with slow SD card speeds download sd booster from the market and set the cache to 2000+
Wallpaper FC loop
It happens when you place a 3rd party app on the bottom dock. The Wallpaper that force closing is the lock screen, if you change to the weather lockscreen that will start FCing as well.
My phone isnt booting after first flashing the new ROM
First boot does take bloody ages, if you get to like 20/30 mins pull the battery and it will boot straight away, seems to be getting stuck for some people. for most when it works its 5/10 mins for first boot..
How to force Hardware Acceleration
1) Settings
2) Developer option
3) Tick force GPU rendering
After going into power saving for low battery my buttons dont vibrate!
seems sometimes u have to re-enable this after the power save turns it off, annoying i know, its located in the strangest place:
1) Settings
2) Sound settings
3) Vibrate feedback - tick it!
Reduce Lag - Force CPU1 Online
1) Install system tuner from marker
2) open system tuner
3) tweaks - cpu - boot settings - active tweaks - force all cpus online - on boot completed
4) now reboot and enjoy the faster experience
This will cause more of a battery drain, might not be a big drain though.
Some apps dont work
If your problem is some apps , try disabling force GPU acceleration, that should fix it.
Getting FC in Security Settings
If you have an exchange account that requires a Device Admin and use a pin it seems once removed, the security settings worked without a problem. Its a workaround at least.
HOW TO SEND BUG REPORTS
Hold down VOL_DOWN + MENU keys for 2 seconds, release when vibrated.
Wait 20-30 seconds, it will vibrate again.
Send me: /sdcard/bugreports/bugreport.txt
Get New Updates Instantly
Guys Be Subscriber Of Our Official Website Of Team Pecan
www.TeamPecan.tk
Click to expand...
Click to collapse
Good to see this keyur.hope u get the required fund for a build server.i don't use this device now but i regularly check xda for any help or progress.all the best with your work
Sent from my HTC HD2 using xda premium
why you compied my thread design why can't you make your own ? you also copy my sign 2 times
plz change the design, it's more then 95 % copy of my thread
sorry bro i like you're thread design and signature wait i will write you're namee in credits for getting thread design
Anurag pandey said:
Good to see this keyur.hope u get the required fund for a build server.i don't use this device now but i regularly check xda for any help or progress.all the best with your work
Sent from my HTC HD2 using xda premium
Click to expand...
Click to collapse
thanks bro
deleted
sorry
when can we expect gralloc fix in this rom?????????
and keep it up the good work
Well it is only Our Device Who is Getting Gralloc Problem It is One of Major bug But Team Pecan is Still Trying out their Best If we get Gralloc Fix We will get Gallery , 3d , HD Games everything fixed ! Do you're prayers LOL
Guys Im having my hands with gralloc compiling ics with some changes pray to god it workz
i tried some other device gralloc but not fixed m too disappointed it is major bug now
rom2maru said:
i tried some other device gralloc but not fixed m too disappointed it is major bug now
Click to expand...
Click to collapse
Man i've forgotten what was gralloc
It is like Graphic Controlling Unit Which Controlls GPU , 3d etc If we Fix Gralloc We will fix EGL Issues , Gallery , 3d , HD Games Most bug will be fixed !
Finally Some one Replied LOL
Nice ROM and all, but is this the new thread of Ron's CM9 or is this a completely different ROM?
Skyheiser
Skyheiser said:
Nice ROM and all, but is this the new thread of Ron's CM9 or is this a completely different ROM?
Skyheiser
Click to expand...
Click to collapse
Same question
No Ron's Build is Not Having Open GL Acceleration Enabled So they are bit slower than me and in mine open gl is acclerated and this is based on ics-wip and keyur-test branch ! and ron builds are having commits which are tested in this builds we do tests and i it works we add it in ron device config
CarbonRom is an aftermarket firmware based on the Android Open Source Project.
We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
{
"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"
}
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
Features
Here are just a few of our features:
Android 4.3
Halo
AOKP Ribbons
Comprehensive speed enhancements, including Linaro -O3 and processor-specific optimizations
Unofficial Voodoo Sound support on Note 2 and i9300 devices.
Option to hide lockscreen hints
Carousel lockscreen
Customizable lockscreen buttons and sliders
Chronus clock widget
Customizable hardware and software keys
Transparent navbar and status bar
Customizable navbar ring
Navbar arrow keys
Navigation bar widgets
Customizable power menu
Notification power widget
Notification brightness adjustment
Customizable quicksettings panel
Statusbar mods including center clock and color
LCD Density
Theme engine
Quiet hours
Volume rocker music controls
Full Rotation
Customizable battery and notification light
More that haven't even been mentioned, and more to come!
please note you must either have taken the ota to jb or used the appropriate teeny bin or have successfully flashed the latest cm10.1 or one of the many aosp roms available for our phone...and as always make a backup of your current configuratin before trying anything
VERY IMPORTANT THAT YOU BACKUP YOUR EFS THROUGH FREEGEE AND/OR TWRP
Installation
Fresh/new install:
* download rom and gapps to the root of your sd card
* reboot to twrp
* factory reset
* use advanced tab and wipe :
data,system,cache,and dalvick cache (do not wipe internal storage)
* factory reset
* flash rom
* flash gapps
* reboot phone
Updating/dirty flash method: ONLY if already using my Carbon rom
Download ROM and gapps onto the root of your sdcard
* Reboot phone into recovery
* Use the advanced tab and wipe:
cache and dalvick cache
*Flash ROM
*Flash gapps
*Reboot phone
*(IMO) for optimal results after dirty flash and it reboots, go back to recovery and fix permissions (JMO)
Known Issues
these "fixes" are only necessary if you are experiencing problems
if experiencing data problems restore your efs that you backed up prior to flashing
if experiencing mms issues try this:
MMS confirmed working for a few in IRC.. send receive should work now if you're lucky and can follow directions.
1. Delete telephony.db located at /data/data/com.android.providers.telephony/databases/telephony.db ...Open ES File Explorer > Press the menu button > Settings > Scroll to the bottom > Make sure "Root Explorer" is checked > Click "OK" > navigate to the directory starting from "/" (you could prob do this with the CM file explorer too)
2. Delete messaging Data...From home screen > Press menu button > Manage Apps > "All" tab > Find Messaging > Press "Clear data" button
3. Reboot. Clear cache if you want.
GPS issues:
go back to stock rom or a stock based rom ( a back up is sufficient )
Get a GPS lock and keep it for a few minutes ( make certain you are getting a lock from GPS and not your network or WiFi )
Flash back to CARBON
That should solve any GPS problems
Battery drain issues:
if your experiencing major battery drain there are a few things you can try i will list a few here....
turn wifi, gps, bluetotth, and sync off when not using it
turn auto-brightness off and adjust it to your liking
lower sceen time-out to 15 or 30 seconds
try installing an app like greenify or batteryguru that will shut down apps that are running in the background
try changing your govenor from performance to powersave with an app like faux enhancement or trickstermod
try lowering your max freq. from 15+ to something a little lower
turn things like daydream off if you dont use it
try using wifi more often if able 3g/mobile data will suck the battery dry in no time
try looking in task manager to see if you have rouge apps hanging out.. if you do stop them
Try flashing smoocha kernel can find it in the android development section for this phone
these in no way are guaranteed to get you more life but they are a start to getting better life..hell it cant hurt only make it better
Camera focus issues:
Double tap instead of single tap
Switch to a different mode then back..(switch to HDR then back, switch to panorama then back)
Try the script method posted below
Try a third party camera app
Or try this: a quick hack work-around to anyone who has auto-focus working but only for the 1st app launch.
using smanager
* Install and launch smanager
* Make a new script with this in it
killall mm-qcamera-daemon
killall com.android.gallery3d
am force-stop os.tools.scriptmanager
am start -n com.android.gallery3d/com.android.camera.CameraLauncher
* Click on the script. Set it as "favorite" and highlight "SU". Save
* Add a shortcut on launcher. Select SMShortcuts.
* Select Add one script shortcut. Pick your script. Change the name/image to whatever you want.
* Hit OK and profit.
Need to thank sputnikk23 & prowlingfox for this workaround
or try with tasker method
Originally Posted by Carrick1973
One thing I did a bit differently that might help others out is use Tasker for the camera script instead. I didn't want to have to deal with shortcuts, but instead wanted all the requests for camera, to actually use the camera program.
To do this, In Tasker:
Create a new Task called "Load Camera".
Click the + sign.
Click on Script.
Click on Run Shell.
Paste the following into the Command section (note that the first line is missing - that's on purpose):
Code:
killall com.android.gallery3d
am force-stop os.tools.scriptmanager
am start -n com.android.gallery3d/com.android.camera.CameraLauncher
Check the box next to Use Root - not sure if this is needed or not, but it works fine if it's checked.
Click the Tasker icon in the top left of the screen to accept the changes for the shell command.
Click the Tasker icon in the top left of the screen again to accept the changes to the Task.
Click on the Profiles tab.
Click on the + sign.
I called my Profile "Load Camera"
Click on "Application".
Select Camera.
Click on the Tasker icon in the top left of the screen to accept the selection.
Click on the task that you created in the first steps to tie the profile to the task.
Enjoy....
Give it a shot and let me know if it doesn't work for you, but it works just great for me.
Downloads
GAPPS:
baanks gapps: http://forum.xda-developers.com/showthread.php?t=2012857
pagapps: http://goo.im/devs/paranoidandroid/roms/gapps
Current build:
dropbox: http://db.tt/qit2VBhJ
goo: http://goo.im/devs/Spleef/geehrc4g/carbon
dev-host: http://d-h.st/users/spleef
androidfilehost: http://www.androidfilehost.com/?a=show&w=files&flid=8217
old builds will be kept primarily at goo to save on space.... search for Spleef
Changelog
CARBON-DEV OFFICIAL CHANGELOG
10/20/2013
10/20 carbon and cyanogenmod sources
built vanilla straight cm sources only changes are the new gps and the new apns
10/09/2013
10/09 carbon and cyanogenmod sources
latest NH kernel sources
all built with linaro toolchain
nfc with screen off added
android os 4.3.1
new gps and apns
10/04/2013
10/04 carbon and cyanogenmod sources
added in new gps.conf and apns
Sources & Credits
CyanogenMod sources: https://github.com/CyanogenMod
carbon sources: http://github.com/CarbonDev
vendor sources: https://github.com/TheMuppets/proprietary_vendor_lge
kernel sources: https://github.com/CyanogenMod/lge-kernel-gproj
my github: https://github.com/spleef
major thanks to these people without them this would not have been made
sharkboy0901
trailblazerz11
xboxfanj
haze028
TheByteSmasher
rlasalle15
bmp7777
shelnutt2
chadouming
th3bill
jokersax
synergye
voluntaryman.. contributor/dontaor
AdhvanIt
Syprus21.. donator
rhop1.. donator
kmull4.. donator
85gslse.. donator
don1376.. donator
PartimusPrime
droidmk
A MAJOR THANK YOU TO THESE GUYS
THANK YOU GUYS
due to maintaining five roms i will only be updating once a week, updates will start to roll out every weekend (friday-sunday), unless there is a issue which needs addressing then it will be worked on immediately....also if you choose to donate please provide your xda name in the description so i can add you to the list in the op...much thanks everyone.
XDA:DevDB Information
[ROM] UNOFFICIAL [4.3] Carbon [ls970] , a ROM for the Sprint LG Optimus G
Contributors
spleef, Shelnutt2
ROM OS Version: 4.3.x Jellybean
Based On: aokp,cm,pa
Version Information
Status: Stable
Current Stable Version: 1020
Stable Release Date: 2013-10-20
Created 2013-09-09
Last Updated 2013-10-20
build_set_up_Carbon
am posting here a zip with files and instructions for anyone to be able to build carbon for the l970..enjoy
some early screenies
Here we go .. Downloading
Damn, another one? You must never sleep... Downloading now!
Sent from my LG-LS970 using xda premium
You killin' the game, homie!
Damn spleefy you're not even giving us time to blink with these new ROM's haha
prowlingfox said:
Damn spleefy you're not even giving us time to blink with these new ROM's haha
Click to expand...
Click to collapse
well idk if anyone read my comment in root box thread but that certain something I was waiting on arrived so building is going to increase... lol, now granted at some point I'm going to have to say OK that's enough.... but as long as I have the time, and the errors are minimal I can keep going... also if any body wants to help maintain anything only need to request in a pm as long as you willing to learn and don't get frustrated easily... Lol.. everything can be taught and can even turn over the set ups I have to build, so it would really just be sync, make few edits to match mine , hit build and fix any error that may occur
spleef said:
well idk if anyone read my comment in root box thread but that certain something I was waiting on arrived so building is going to increase... lol, now granted at some point I'm going to have to say OK that's enough.... but as long as I have the time, and the errors are minimal I can keep going... also if any body wants to help maintain anything only need to request in a pm as long as you willing to learn and don't get frustrated easily... Lol.. everything can be taught and can even turn over the set ups I have to build, so it would really just be sync, make few edits to match mine , hit build and fix any error that may occur
Click to expand...
Click to collapse
Dude you rock are you a bot or something your like a machine who keeps putting out these great roms and i just start to get one settled in and of course you put out another one. thanks again for your hard work and if I remember wright to the person who hooked you up with PC
---------- Post added at 02:44 AM ---------- Previous post was at 02:43 AM ----------
So just out of curiosity what is your favorite rom you have built and your daily driver
I just flashed this ROM and wanted to say thank you.
You are doing a fantastic job with weekly updates on your current roms and every week it seems that you build new roms as well.
Thank you
EFEXR said:
I just flashed this ROM and wanted to say thank you.
You are doing a fantastic job with weekly updates on your current roms and every week it seems that you build new roms as well.
Thank you
Click to expand...
Click to collapse
yep that's the plan... exactly.... weekend updates and every week going to try and produce a new ROM ...I know I've taken several ROM requests I haven't forgotten you guys just building what builds... Lol, so far ive synced and attempted...
xylon.. ran out of room on computer.. (won't happen again)
paranoid.. wouldn't build the adds and remove files are tricky (to me)
tried extinction but just to download their source was confusing
sourcery... ran out of room..(won't happen again)
looked at avatar
looked at chameleon
looked at raspbean
looked at and built carbon...
so now I'm deciding which I've to go after next... lol
spleef said:
yep that's the plan... exactly.... weekend updates and every week going to try and produce a new ROM ...I know I've taken several ROM requests I haven't forgotten you guys just building what builds... Lol, so far ive synced and attempted...
xylon.. ran out of room on computer.. (won't happen again)
paranoid.. wouldn't build the adds and remove files are tricky (to me)
tried extinction but just to download their source was confusing
sourcery... ran out of room..(won't happen again)
looked at avatar
looked at chameleon
looked at raspbean
looked at and built carbon...
so now I'm deciding which I've to go after next... lol
Click to expand...
Click to collapse
Chameleons
Sent from my LG-LS970 using xda app-developers app
spleef said:
yep that's the plan... exactly.... weekend updates and every week going to try and produce a new ROM ...I know I've taken several ROM requests I haven't forgotten you guys just building what builds... Lol, so far ive synced and attempted...
xylon.. ran out of room on computer.. (won't happen again)
paranoid.. wouldn't build the adds and remove files are tricky (to me)
tried extinction but just to download their source was confusing
sourcery... ran out of room..(won't happen again)
looked at avatar
looked at chameleon
looked at raspbean
looked at and built carbon...
so now I'm deciding which I've to go after next... lol
Click to expand...
Click to collapse
I vote for Sourcery!
Damn spleef you are the man! Great ROM after another! I envy your dedication and work ethic!
Sent from my LG-LS970 using xda premium
Here's a tip...
Use Tasker to create a profile that watches for the state of the display to be off. Task it to run a script, as described in the OP, except make sure the code is as follows:
Code:
killall mm-qcamera-daemon
killall com.android.gallery3d
Make sure "Use Root" is checked (it won't work without it)
Voila, the camera will be reset every time you lock your phone, so you never have to worry about running the script yourself or using a custom shortcut! And every application that uses the camera will be able to take advantage of the autofocus this way (Instagram, QR scanners, Snapchat, custom camera apps...)
Hey nice job on the ROM! You keep cranking them out, gives some nice options and quality builds. Your the man!!!......why about basic PA?
RubbleTea said:
Hey nice job on the ROM! You keep cranking them out, gives some nice options and quality builds. Your the man!!!......why about basic PA?
Click to expand...
Click to collapse
He mentioned that PA is incessant in giving build errors.
prowlingfox said:
Here's a tip...
Use Tasker to create a profile that watches for the state of the display to be off. Task it to run a script, as described in the OP, except make sure the code is as follows:
Code:
killall mm-qcamera-daemon
killall com.android.gallery3d
Make sure "Use Root" is checked (it won't work without it)
Voila, the camera will be reset every time you lock your phone, so you never have to worry about running the script yourself or using a custom shortcut! And every application that uses the camera will be able to take advantage of the autofocus this way (Instagram, QR scanners, Snapchat, custom camera apps...)
Click to expand...
Click to collapse
Would be able to go into a little more detail on this? Maybe a how to or something more specific for us with less knowledge?
spleef, is liquid still your fav?
Sputnikk23 said:
spleef, is liquid still your fav?
Click to expand...
Click to collapse
yeah... oddly enough i just like how it is a slim root box...lol or at least that's how I view it... really they're all very much alike
Versioning explained:
>>>>>>>>>|0.92*|>>>> alpha>>>>>>beta>>>>RC>>>>1.0>>>>>
*0.92 will be removed as an option once RC comes out
This ROM is a spin-off from Mr. Linscue's and CyanogenMod sources.
What makes it different is that it is built with Linaro toolchain, current 4.7., instead of Google supplied one.
It's a product of my curiosity, Mr. Linkscue's extensive patience with helping me to understand the whole picture and his work so far on our devices. This wouldn't be possible without him.
To be able to build with Linaro toolchain there is a lot of CM source editing and git cherry-picking to make code fit for Linaro's GCC so the final ROM can actually be compiled. Thanks to Open Source, Android, internet and XDA-devs, I have been able to make it real by collecting the info and conveying it to this ROM.
I have to remind you, this is my personal build, it was never intended to be released to the wide public, I'm not a programmer/coder and there is no warranty.
Few notes:
1
The build: This is a first functional build through Linaro for this phone. It's compiled with -O3 flag, so /system (ROM) side is 90% optimized. I' m continuing to find proper code snippets that will further improve the build.
2
Battery life. Kernel used is prebuilt Lenovo, therefore battery life should be similar to official ROM, bar the specific LenovoPower settings, however if you are installing CM you are expected to know how to manage your phone. Without Lenovo's updated kernel sources, further optimizations are not possible, either for performance or extending battery life. If you are experiencing poor battery life, there are two things, 1. You have just I nstalled the ROM, give it a few days for system to settle in. There are few things going on during first day or two that might deteriorate your battery life 2. You have an app installed that is keeping your phone awake, preventing it to go to deep sleep. You can install BetterBatteryStats from here: http://forum.xda-developers.com/showthread.php?t=1179809 and find the offending app.
3
If you like it, use it. We are fixing general bugs as we go, and we know what those are. You may report them here but don't expect them to be fixed. Any app addition request or AOKP/MIUI/whatever port will not be entertained. As I said in the beginning, this is my personal build and I'm just sharing it with you.
4
Why name it SENNA: Ayrton Senna: “And so you touch this limit, something happens and you suddenly can go a little bit further. With your mind power, your determination, your instinct, and the experience as well, you can fly very high.This rom was made possible thanks to:
1.
linkscue
2.
zuncun
3.
xda-dev usersDJLamontagneIII, @Dri94
4.
OpenSource
5.
Linaro
Sharing is caring, so if you want to repost this ROM to other places, I don't care but I do ask you kindly to refer to http://bbs.lephone.cc/k860/t570716/
Since 99% of the work is by Mr. Linkscue,take your time and drop by his thread: http://bbs.lephone.cc/k860/t553805/1/ and give him some kudos.
That's all.
Two releases:
SENNA 0.92
Latest CM source
Reverted the codecs to official, now video is ok
Updated busybox binary
Special thanks to linkscue on his continued support
SENNA beta 1
Kernel is built from Lenovo old source and adapted for JB
Both kernel and ROM are built with Linaro at O3 optimization level
Samsung's gralloc, hwconverter, fimg and kernel mali drivers, readjusted memory use, replaced ion libs.
Bloetooth works.
Disable HW overlays to have video working in landscape mode
(Current result on Antutu is 21605) (I have to note here that I have noticed performance deterioration, the number you get varies and drops on subsequent tests)
SENNA beta 1
[bugfix] *Wireless hotspot - so far ONLY open network is supported
*replaced Bluedroid stack with Bluez - core to UI - BT works now,
****please report special use cases if there are bugs.****
[enh.] *Screen off animation
alpha6 / kernel 3.0.40
* corrected schedulers in cgroups (oops)
* Latest lowmemorykiller
* lowmemorykiller autodetect oom_adj values
* added CPU topology patch
* added compaction and migration
* CPU unaligned access path
* Patched CRC32
* Replaced TreeRCU > jRCU (Read/Copy/Update)
* Replaced SLUB > SLQB memory allocator
* WasActive page flag
* Makefile optimizations
* disable preemption in machine_shutdown
* synchronize_rcu_expedited instead of synchronize_rcu
* patched fimg
* completely updated kernel internals
* completely updated net and fs layer
* completely updated memory management
* [bugfix] long press on touchscreen during charging has been fixed
alpha5 / kernel 3.0.15
* Added SIO IO Scheduler
* Added BFQ IO Scheduler
* zram enabled (one zram device in use)
* KSM enabled in kernel, use menu to on/off its use
Beta 1: http://pan.baidu.com/s/1892bL
md5: af12fd4fc63542858cba978a8b7f6f51
0.92: http://pan.baidu.com/share/link?shareid=1733734082&uk=2184427820
md5: 25dffc77e3e269656497fa382a3897ba
Google stuff:
If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
Github is here:
https://github.com/jason013?tab=repositories
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
{
"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"
}
Sent from my Stuttgart using Tapatalk 2
finch.****break said:
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
Sent from my Stuttgart using Tapatalk 2
Click to expand...
Click to collapse
Thanks for liking it. I will keep it updated as much as possible. There are few bugs remaining on the platform and we are working on fixing them.
Definitely let me know if you have any problems with the ROM.
Good Job
This rom so good ! Waiting next update !
great room :victory:
waiting next update
finch.****break said:
Good job. Running on my k860 with no issues. I hope you try to keep updating this ROM.
I will update you with issues I face.
Sent from my Stuttgart using Tapatalk 2
Click to expand...
Click to collapse
btw how about gmaps? its work? coz i try to cm 10.1 phone reboot after i open gmaps,
Thanks before :good:
Harmalah said:
btw how about gmaps? its work? coz i try to cm 10.1 phone reboot after i open gmaps,
Thanks before :good:
Click to expand...
Click to collapse
Maps work for some time now.
first to vote for 5 star YAY
easily a 5 star for me since i dont know any programming/coding and im too lazy to do so...almost no support on lenovo ROM side so this addition is very much welcome...please keep it updated and kudos/respect to you my sir :good::good:
my only request would be a transparent and small on screen button for more screen orientation (see attached of my current screen)
you can get the systemUI here http://bbs.lephone.cc/thread-556541-1-1.html thanks thanks
Wow cool...will try ASAP
Sent from my Lenovo K860 using xda premium
innocence07 said:
easily a 5 star for me since i dont know any programming/coding and im too lazy to do so...almost no support on lenovo ROM side so this addition is very much welcome...please keep it updated and kudos/respect to you my sir :good::good:
my only request would be a transparent and small on screen button for more screen orientation (see attached of my current screen)
you can get the systemUI here http://bbs.lephone.cc/thread-556541-1-1.html thanks thanks
Click to expand...
Click to collapse
I'm sorry, you are talking about transparent taskbar? That iis as much as I could understand from the pics you posted.
To put it bluntly, what is going on now is trying to build kernel from source to match 4.2.2 and then cleaning up of proprietary files. Any UI polishing/additions I might consider at later date. So far, it seems to be a very far date But hey, it is functioning so far and sorry, but no..
relevant_placeholder said:
I'm sorry, you are talking about transparent taskbar? That iis as much as I could understand from the pics you posted.
To put it bluntly, what is going on now is trying to build kernel from source to match 4.2.2 and then cleaning up of proprietary files. Any UI polishing/additions I might consider at later date. So far, it seems to be a very far date But hey, it is functioning so far and sorry, but no..
Click to expand...
Click to collapse
yes both the onscreen button and the taskbar...its ok your the boss here anyways...and again thank you for sharing
i have another question uhm can i use this gapps http://wiki.cyanogenmod.org/w/Gapps since your rom is missing google play and other such gapps TIA
innocence07 said:
yes both the onscreen button and the taskbar...its ok your the boss here anyways...and again thank you for sharing
i have another question uhm can i use this gapps http://wiki.cyanogenmod.org/w/Gapps since your rom is missing google play and other such gapps TIA
Click to expand...
Click to collapse
Ok, I had skipped few tips here. If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
relevant_placeholder said:
Maps work for some time now.
Click to expand...
Click to collapse
btw how to fix USSD and change animated while charging ?
1. i try ussd not working and i used rillibrary.rar to fix ussd its working but signal bar not fully detect (how to fix)
2. and i could not charge if handphone is trunoff (how to fix)
thanks berfore
Harmalah said:
btw how to fix USSD and change animated while charging ?
1. i try ussd not working and i used rillibrary.rar to fix ussd its working but signal bar not fully detect (how to fix)
2. and i could not charge if handphone is trunoff (how to fix)
thanks berfore
Click to expand...
Click to collapse
Phone board/bootloader recognizes several operating modes like off charge, on, off, test etc. Mr. Scue identified them and it is working, however there is a problem that when you boot the phone after charging it in off mode, screen will turn white around the edges sometimes. For safety of your devices this part of functionality is not included yet.
I'm not familiar with the USSD problem yet. Will have a look into it, but if it wasn't working in official release, it could take time to make it working here.
relevant_placeholder said:
Phone board/bootloader recognizes several operating modes like off charge, on, off, test etc. Mr. Scue identified them and it is working, however there is a problem that when you boot the phone after charging it in off mode, screen will turn white around the edges sometimes. For safety of your devices this part of functionality is not included yet.
I'm not familiar with the USSD problem yet. Will have a look into it, but if it wasn't working in official release, it could take time to make it working here.
Click to expand...
Click to collapse
:good: thanks for explain
relevant_placeholder said:
Ok, I had skipped few tips here. If you visit Mr. Linkscue's thread here http://bbs.lephone.cc/k860/t553805/ there is a link to Gapps preload partition.
http://dl.vmall.com/c0zc102rqh
Flash it as you would do with the ROM and then go to Settings/Advanced/K860(i) Install gms. Reboot. All should be there. In the same menu you are also able to lock the MAC address so it doesn't change on reboot.
Click to expand...
Click to collapse
ive done all there is to do but still youtube dont work...em i missing something or youtube doesn't really work ???
innocence07 said:
ive done all there is to do but still youtube dont work...em i missing something or youtube doesn't really work ???
Click to expand...
Click to collapse
Ok, this questions now are going out of topic but let's chase this rabbit down the hole.
I am not familiar with the workings of youtube app (I assume you have successfully installed Play store and had it installed from there) so I am not sure what video/audio codecs it uses.
I can tell you right now one thing, related to video playback and Samsung's OMX codecs (the ****ty opensource ones) hw accel. video on this ROM is currently broken. I will soon reissue the ROM with files from official ROM to have that part working again, until I sort out what gets broken on OSS ones.
Currently I'm hands deep in kernel, I managed to transplant updated mali drivers into the old source to make it run on 4.2.2 and did some ugly hack job on HAL layer to have CM working, I have it at system stable level now. I'm tired and sorry for not being of much help, please google yourself and see what exactly are youtube app dependencies to make the videos run. If it uses on board hw codecs, I already told you what is the problem.
EDIT: try to disable GPU rendering for a test, in Developer options. just to see.
I flash several times this rom and always the same 2 problems ! Wifi doesnt work ! Stays there it said "turning wifi on..." and the 2nd camera program ( i dont remember the name ) always force close !!! Thanks
Sent from my K860 using xda app-developers app
what a great rom !! i hope you can fix the youtube problem and others minor problem soon!! :good:
Yup tried with GPU rendering disabled, HW accel enabled disabled.. Not just with youtube, videos don't work on many video content apps like imdb etc..
---------- Post added at 01:15 PM ---------- Previous post was at 01:15 PM ----------
However, wifi and focal seems to be fine
{
"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"
}
Disclaimer: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-MM.
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -
Frequently Asked Questions
Q: Is this Android 6 (MarshMallow)?
A: Yes, this is Android 6.0.1
Q: What code is Oct-MM based on?
A: Starting with Oct-MM, we've rebased OctOs on the CyanogenMod 13 code. Modified to give you a smoother more stable rom.
We like to Strive on being closest to AOSP as possible but also being able to support multiple device
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XXXXXXX feature.
A: Shoot us a Suggestion if you want to see something added. While we are not going to promise to implement, we will always look into it
Q: But CM and all the others have..
A: ROM developers, including CM, build something they want to use. The ROM developer that includes something they won't run implies less than 100% effort to ensure it does work. As a team, we have similar goals and objectives. If XYZ ROM has a feature you want, and we don't include (or don't want to include), feel free to use XYZ ROM, or build your own custom version of Oct-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
Bugs:
Bugs happen. Our testers are very good at breaking things, but no where near as good as the rest of the Android public. In order to investigate and fix issues, we need the help of the users who are going to report them. The Android OS has many nifty features to help us in this, but only if we can engage the user to assist us.
Logs, Logcat, and the Android Debugging Bridge (ADB)
Like any other OS, Android has multiple log files that are generated and record the goings-on of the system. As a user, you have two basic ways to view and pull these to send to us. Without the information in the logfiles, there simply is not a whole lot of information to go on.
Log file APKs
Team OctOs recommends SysLog from the Android Market. This application will allow you to selectively pick any (or all) of the system logs, compress them into a .ZIP file, and allow you to save, email, move to your Copy/DropBox/Cloud Storage account, etc.
ADB Logcat
The Android Debugging Bridge (ADB) is a powerful tool available from Google as part of the Android Software Development Kit (SDK). Used for many things, being able to selectively see, in real-time, what your device is doing cannot be downplayed. While there is more setup involved, if you are doing consistent ROM flashing, you really should invest the time to get setup properly to do it.
ADB Logcat tutorial here: How to create a logcat log
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favorite Android 6 based GApps[/URL] package
Reboot to Recovery (Note: Use Reboot to Recovery from Power Menu, Hardware-based boot to recovery, or adb reboot recovery - ROM Manager or similar software is NOT supported)
--- TWRP is the ONLY recovery Team OctOs uses - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
DOWNLOADSStable: https://www.teamoctos.com/supported-devices/Weekly: https://www.teamoctos.com/weekly-builds/Recomended Gapps: http://opengapps.org/
The Oct-MM ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-MM available on our GitHub repositories.
Unless otherwise specified, all Oct-MM builds use the device's stock CyanogenMod 13 kernel.
Team OctOs GitHub - http://www.github.com/Team-OctOs
Team OctOs Gerrit Review - http://www.teamoctos.com:8080
Team OctOs GPLv2 License - http://www.teamoctos.com/license/
Team OctOs Patreon Campaign - https://www.patreon.com/TOctOs
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
CyanogenMod
OmniROM
AOSP
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Us at the various websites below!
XDA:DevDB Information
Oct-MM, ROM for the T-Mobile Samsung Galaxy S 4
Contributors
bthorne79, CjKacz, canodroid15, bthorne79
Source Code: http://www.github.com/Team-OctOs
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest Twrp, Latest Radios
Based On: CyanogenMod 13.0
Version Information
Status: Stable
Created 2016-01-17
Last Updated 2016-01-17
Anyone tried this one yet? Feedback would be nice
Ready to try your version of Marshmallow, but before I do, I want to know if it supports native T-Mobile Wi-Fi calling (which supposed to be embedded in Marshmallow now)? Please let me know. I appreciate your response. Thank you.
I've been using all day and the only thing i can say wrong i have found is that when i first started the rom it told me my sim was inserted and i needed to reboot but everything seems fine since and im loving the rom THANKS
......
razpuli said:
Ready to try your version of Marshmallow, but before I do, I want to know if it supports native T-Mobile Wi-Fi calling (which supposed to be embedded in Marshmallow now)? Please let me know. I appreciate your response. Thank you.
Click to expand...
Click to collapse
No it doesn't.
Sent from my GT-I9505 using Tapatalk
i've been setting up this ROM and i can report 2 problems so far:
problem #1: system UI crashes when pressing the + symbol while editing tiles in the quick settings menu. this effectively prevents any tiles from being (re)added. on a related note the 'reset to default layout' option under 'edit tiles' does nothing and the system UI tuner isn't accessible after holding the settings icon. none of this is a big issue for me.
problem #2: home screen grid size is locked to 4 icons per row no matter how low the lcd density is set. this is a deal breaker for me... i've tried both launcher3 and google now launchers and the grid size is stuck at 4 and i can't find any settings to alter it. i don't understand what's going on here as lcd density adjustment is built into the ROM and works just fine to all outward appearances. i'm looking into a manual workaround now, but i may have to drop this ROM if i come up empty. i'm loathe to use nova or any other launcher just for this functionality.
So far, so good. Didn't reinstall all my stuff but I will report back. Really eager to see if bluetooth will work correctly (I have a pebble watch, BT car and speaker) ...
Update: Bluetooth not stable enough
SGH-M919V
stanwebber said:
i've been setting up this ROM and i can report 2 problems so far:
problem #1: system UI crashes when pressing the + symbol while editing tiles in the quick settings menu. this effectively prevents any tiles from being (re)added. on a related note the 'reset to default layout' option under 'edit tiles' does nothing and the system UI tuner isn't accessible after holding the settings icon. none of this is a big issue for me.
problem #2: home screen grid size is locked to 4 icons per row no matter how low the lcd density is set. this is a deal breaker for me... i've tried both launcher3 and google now launchers and the grid size is stuck at 4 and i can't find any settings to alter it. i don't understand what's going on here as lcd density adjustment is built into the ROM and works just fine to all outward appearances. i'm looking into a manual workaround now, but i may have to drop this ROM if i come up empty. i'm loathe to use nova or any other launcher just for this functionality.
Click to expand...
Click to collapse
re: problem #2
ok, dpi adjustment via the ROM is a soft adjustment--the build.prop value still reflects the default dpi of 480. modifying 'ro.sf.lcd_density=380' gets me the 5x5 grid i want so i'm happy.
i can also report that miracast functionality works without issue on my fire tv stick (i'll test my roku stick next).
my demands on bluetooth aren't that extensive, but transferring files and tethering seem to work well enough.
android pay still incompatible even after totally unrooting the ROM.
a few more observations on OCT-M-WEEKLY-20160116-1647-jfltetmo build:
i had to manually set some google app permissions in order to display all google now cards: settings/apps/gear icon/app permissions
lockclock weather widget fails to access location services to display local (geolocated) conditions. i verified cLock system app has location permissions under settings. for now i have the weather widget manually set to my zipcode.
after patching with OCT-M-WEEKLY-20160123-0421-jfltetmo i can get a little further when adding tiles to the quick settings menu, but system UI still crashes...progress
i tracked down the source of the crashes when adding tiles to the quick settings menu. whatever item is below 'screen timeout' in the list causes the system UI to crash when scrolling down to (attempt to) view it. Also, when i keep on adding tiles so that the problematic item would show up next in the initial (visible) list of tiles presented... at that point pressing the + button crashes the system UI immediately. when i remove a tile, thereby adding it back to the visible list, then i can press the + button and get the list again without crashing. of course when i scroll past 'screen timeout' the system ui then crashes immediately, as before.
now running the OCT-M-WEEKLY-20160130-0511-jfltetmo build without anything new to report
I'm not able to backup anything on external sd card with Titanium Backup on this rom, is there something I'm missing about permissions? Seems like file manager and quickpic also have this problem.
AeonRelic said:
I'm not able to backup anything on external sd card with Titanium Backup on this rom, is there something I'm missing about permissions? Seems like file manager and quickpic also have this problem.
Click to expand...
Click to collapse
app permissions are now very granular with marshmallow. some of my apps request missing permissions and some just assume they have them so i've had to manually set permissions for a number of apps. just tonight i had to grant hangouts permissions to use the microphone to place a call.
settings/apps/gear icon/app permissions
now running the OCT-M-WEEKLY-20160206-0542-jfltetmo build without anything new to report--nothing fixed, nothing broken
stanwebber said:
app permissions are now very granular with marshmallow. some of my apps request missing permissions and some just assume they have them so i've had to manually set permissions for a number of apps. just tonight i had to grant hangouts permissions to use the microphone to place a call.
settings/apps/gear icon/app permissions
now running the OCT-M-WEEKLY-20160206-0542-jfltetmo build without anything new to report--nothing fixed, nothing broken
Click to expand...
Click to collapse
Oddly, this is happening even with storage permissions on. My only fix for the titanium Backup issue was to make a com.kerimidas.TitaniumBackup folder in the external, from a computer (as I couldn't make folders with any file manager I tried). It seems permission related, but turning them on doesn't fix this for me.
i've installed EVERY single weekly build (plus current pico gapps) as they've been released and this is still my daily ROM. nothing new has been broken and the 'edit tiles' crash on the quick settings menu was finally fixed in the last few releases. several other very minor annoyances have been addressed over time...the only glitch that i can still identify is a problem with the cLock weather widget updates, but this has been a work in progress in the last several releases switching from yahoo weather over to open weather map.
I am a heavy multi-tasking phone user. i think the most recent weekly builds qualify for stable release status.
---------- Post added at 09:42 AM ---------- Previous post was at 09:21 AM ----------
AeonRelic said:
Oddly, this is happening even with storage permissions on. My only fix for the titanium Backup issue was to make a com.kerimidas.TitaniumBackup folder in the external, from a computer (as I couldn't make folders with any file manager I tried). It seems permission related, but turning them on doesn't fix this for me.
Click to expand...
Click to collapse
i ran into this problem as well with the loaderdroid download manager. i was able to grant app permissions to the built-in sd card memory, but not the external card. apparently, this problem (or feature) was introduced back in kitkat and was addressed with the sdfix app. the app no longer works in marshmallow and has yet to be updated. you can try manually editing the /system/etc/permissions/platform.xml file if it still exists, but i'm content to wait for the sdfix app to be updated or superseded.
Installed latest nightly + A-Gapps, so far very impressed with this ROM. Love having a bare-bones AOSP ROM to add just what I need.
Update: BT streaming to the car works well, though noticed phone getting quite hot after a bit.
After going to Recovery, and doing a dalvik/cache wipe , seems that temps w/ BT have settled down remarkably.
cLock widget weather updates working again as of OCT-M-WEEKLY-20160521-0142-jfltetmo build.
So I have been running this ROM for about a week and its a pretty great and stable ROM. The Tentacles extra allow some nice customization.
I have only one crash that I know of, and that was yesterday. I think it was just pure overload. I had Bluetooth running playing music, while I was using Runtascit and GPS was locked as well, then I got a phone call, all while on a low battery. But once it booted back up it was fine. Don't know who called though. Haha. & I found out that the LG Tone 730's you cant change the song via the head set.
Also I found that the speakerphone stops once you back out of the phone app back to the main launcher, but the icon is still in the notification bar. You have to turn it off and back on to get it to work again. - EDIT: This seems to have been an issues with the Google Now Launcher. I switched to Apex Launcher and it is working fine now.
Another thing I noticed but forgot to mention is that it only seems to slow charge (it says it and compared to my ATT S4 on 4.4.2).
Robert417919 said:
So I have been running this ROM for about a week and its a pretty great and stable ROM. The Tentacles extra allow some nice customization.
I have only one crash that I know of, and that was yesterday. I think it was just pure overload. I had Bluetooth running playing music, while I was using Runtascit and GPS was locked as well, then I got a phone call, all while on a low battery. But once it booted back up it was fine. Don't know who called though. Haha. & I found out that the LG Tone 730's you cant change the song via the head set.
Also I found that the speakerphone stops once you back out of the phone app back to the main launcher, but the icon is still in the notification bar. You have to turn it off and back on to get it to work again.
Another thing I noticed but forgot to mention is that it only seems to slow charge (it says it and compared to my ATT S4 on 4.4.2).
Click to expand...
Click to collapse
In spite of the onscreen message, it charges at the normal rate. Supposedly, the S4 doesn't support the fast charge feature, though some claim it can be enabled at the kernel level, if the kernel has it baked in.
{
"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"
}
ROM dedicated for All Quark (Moto MAXX/Turbo and Droid Turbo - XT1225, XT1250 and XT1254)
Resurrection Remix Features list (Click Here)
Changelogs:
Device specific (Click Here)
Resurrection Remix OS - Oreo source and Quark Changelog (Click Here)
What's working :
Everything.
Known Oreo Bugs :
TWRP can't backup or decrypt data encrypted on Oreo: no know workaround, one day TWRP will support it.
Can't swipe/draw the pattern in lockscreen : Screen lock pattern is set with the extra option of patterns "Directly show pattern view" and ambient display enable all at the same time, will bug ambient display for the wave or pick featuring of gestures, this doesn't bug when you received a notification, disable one or the other until the bug is fixed.
No SIM Card or no Cell Signal: Sometimes very rare bug this days, the device can finished the booting up process and have a no sim card or zero/null network signal level in status bar preventing from making/receive a call or anything related to SIM status be OK for use, Don't confuse this with a slow to be recognized SIM or network status so before try the fix wait a minute or two to see if the signal comes up. To fix: Go back to recovery and wipe Dalvik / Art Cache and Cache then reboot back to system, if this doesn't help try the "GPS / Radio" from #2 post.
"Odd looking" screenshots: if you enable Smart Pixels featuring in Settings > configurations > interface or any pixel filter related app this may happens. To fix: Disable the featuring
General bug help/fix in second post or some were in the thread, use XDA building "Search Thread" option to find general help for this thread project...
Download Links :
ROM:
AFH ROM Click Here
Gapps:
MindTheGapps:
MindTheGapps Main Click Here
MindTheGapps Mirror Click Here
Choose MindTheGapps-8.1.0-arm-date_version.zip
MindTheGapps Old releases Click Here, in case latest version is NOK
Open GApps:
Open Gapps Click Here
Choose Platform: ARM, Android: 8.1, and a Variant the one that have all you need, I recommend the nano pack but it may not have all you need so check before download.
Open GApps old releases Click Here, in case latest version is NOK
Gapps recommendations from LineageOS Google apps options (click here)
TWRP For Quark:
TWRP Use laste Mod version that I release Click Here
Installation instructions:
Download the latest build and GApps.
Reboot to recovery (recommended make a backup)
Coming from different ROM? Then Always wipe Data (without media aka without internal memory)
Wipe System*
Flash the latest build and GApps **
Reboot and enjoy!
* Wipe of Dalvik Cache and Cache not demanding but may help with some random minor bug that show after a update
** Gapps not demanding the ROM works perfect without it but if you plan to use gapps you need to flash it on a clean install with the ROM, In a ROM updates a "dirty flash" if you already have gapps always flash gapps again with the ROM update
Additional ROM Features (apart from Resurrection Remix features) :
Kernel improves
Turbo Toast app, (app to display a Toast message informing the connection of Turbo Charger like Stock ROM "TurboPower connected")
fgl27 Mod Kernel Adiutor, a app to control many aspects of the kernel give the user total control of kernel functions and information on how the devices is running deep sleep time, battery status, logs etc.
Permission to install Motorola apps direct from play *included VVM (VVM may only be accessible with the link, click here and chose open with play)
Notification LED support
All the custom featuring of LineageOS available for Quark:
LineageActions, similar to Moto actions, used to control quark sensor to enable gestures for ambient display, pick-up and Wave to wake the screen, Actions Double-Twist and Chop-Chop to lunch the camera or flash light, etc.
Support for all quark models (XT1225, XT1250 and XT1254)
Crossflashing & Configuration Override (You can crossflash radio image for a different variant of the phone, but the automated setup will not pick it up. Thus you'll need to manually override it through fastboot) check CM13.0 thread #1 post for how to and files CM-13 thread click here
Plus many others featuring, improves and bugs fixes that I have add/done for the past years to custom ROM for quark
Developer donation link:
To donate via paypal click here
No other donation option is available.
Source :
Device Tree
Kernel tree
Vendor tree
Mod Kernel Adiutor tree
XDA:DevDB Information
[ROM][All Quark][8.x]Resurrection Remix, ROM for the Motorola Moto Maxx
Contributors
fgl27
Source Code: https://github.com/ResurrectionRemix/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Version Information
Status: Stable
Created 2018-07-01
Last Updated Check Changelog click here
Below are some of the helps and or workarounds for the most occurring problems.
GPS / Radio:
Changing/Updating the ROM may cause GPS lock problem, there is two separated help
option 1) Install "GPS Status & Toolbox" , open the app, slide the left option and open "Manage A-GPS state" click in Reset, after repete the process and now click in Download, close the app after receive the OK, wait a few seconds and try a gps lock using the same app, if that doesn't help try again after a reboot, if that doesn't help go to option 2 below
option 2) If the above doesn't help you can try to erase all the radio status
Erase the radio status also applies to the case you have No SIM Card or no Cell Signal level in status bar.
To erase the radio status is very simple just flash this zip "Clean_modem_status.zip" via TWRP no wipe is need, is also recommended to try option 1 after this if you flashed because of a GPS problem.
If after flashing the cleaner you find any problem related to lost of signal, re-try the flash of "Clean_modem_status.zip", if the problem persist, flash latest radio.img version via fastboot (aka "via bootloader")
Code:
mfastboot flash radio radio.img
find the radio.img inside the stock ROM xml.zip, some xml.zip and fastboot for windows can be found here (click here)
Random Power off or reboots?
To identify if the device random reboot or simply power it self off there is two ways.
1) If after the device goes black you can't power it up again without plunging the charger, then is because the battery is dead, even if yours battery had good % left before it shutdown yours battery is probably damage doesn't matter if the device/battery is new a battery can go bad simply by charging the device wrong, a wrong way to do it is let the device constantly go bellow 20% as low you let it get worse yours battery will be with time.
2)Check the boot reason prop "ro.boot.bootreason" if it is like the example bellow set to power_key_press the device didn't reboot it sled power off.
Code:
[ro.boot.bootreason]: [power_key_press]
Check the prop using :
Kernel Audiutor app > logs section > search in a log > mark getprop > search key word "reason".
If the Random power off are related to battery, BCL can help mitigate the problem.
BCL can be controlled via BHB27 kernel adiutor Power and battery section.
Lowering the BCL Max frequency or Making the number of hot unplugged core higher will help to mitigate the CPU power.
But if the problem persist is necessary to change the BCL low and high voltage threshold to higher values to make BCL to start sooner, the recommendation is to set they to 3700mV (Low) and 4000mV(High) and if the problem is resolved after that, the device stops randomly power it self off, lower the values 100mv it until you find a perfect value, or if the problem persist make the values 100mV higher.
Is also recommended to set the battery "Automatic power saver" from default 15% to a higher value, with is today max at 25%
If the device did just reboot just share a log as recommended on next post.
Bootloop to TWRP after a Factory Reset (Settings/System/Reset option/Factory reset):
This a Nougat and UP problem, it only happens if you are using a TWRP from the official site (with is not update to properly support Nougat and Up Android versions) or a old version of TWRP, to fix it just flash latest MOD TWRP version from the TWRP xda.
TWRP xda thread Click Here
Pictures access, view, sharing or related:
One thing that I notice regarding permission is if you have a app that access a folder that was created in older OS this app may be able to access this folder but not fully access the files like the below example.
You take a picture or a screenshot and can't see or share it with some apps, the simple fix is just erased/delete the folder with that problem for example the DCIM (camera folder) and or Pictures (Screenshot) folder under Main storage (or any folder were you face a picture or file access related problem), of course you can backup the files to another folders first using a file explorer that can see the files (maybe necessary one with ROOT access), then let the OS service recreate the folder, it will automatic recreates after you take a new picture or screenshot (or manually make the new folder if is a custom folder mane by you), test to see if the problematic app can see after.
USB OTG player:
On latest android version Nougat and above, to play anything from a USB OTG device is needed proper permission, that is not simple to give as the app must request it to be given, so to play anything from a USB driver find a app like this one
VVM XT1254 only
VVM app (VVM may only be accessible via play with the link, click here and chose open with play), VVM may not work correctly google has it on version is free and seems to work 100% Google voice, the in the ROM phone app also has a dedicated option for voice calls
Featuring request at this moment are not welcome, featuring will be add naturally through ROM updates, in 2019 after a lot of new featuring have be add if something really need is missing please report.
Bug report are welcome, make with in the most accurate description possible, do not spare words, screens and logs, a bug that I can't understand or reproduced I can't fix.
Always post a bug with @fgl27 and a log .zip generated by the app
BHB27 Kernel Adiutor > Logs > One click all Logs to a ZIP, even after a random reboot share a log
If is a Reboot/Power off related bug make the log as soon the device finishes boot up
Many thanks for your work! (p.s. still waiting for battery arrival, no update yet if you remember I promised).
Is there a custom kernel for Oreo?
olegfusion said:
Many thanks for your work! (p.s. still waiting for battery arrival, no update yet if you remember I promised).
Is there a custom kernel for Oreo?
Click to expand...
Click to collapse
Looks like the kernel is custom by bhb27 (he listed "kernel improves" in the additional features).
Thanks @bhb27 for this!
Sent from my DROID Turbo XT1254 using Tapatalk
marinegundoctor said:
Looks like the kernel is custom by bhb27 (he listed "kernel improves" in the additional features).
Thanks @bhb27 for this!
Click to expand...
Click to collapse
More ROMs will appear now that @bhb27 has an Oreo compatible kernel to use.
ChazzMatt said:
More ROMs will appear now that @bhb27 has an Oreo compatible kernel to use.
Click to expand...
Click to collapse
Absolutely! @bhb27 will be the baby-daddy of many Oreo ROMs lol!
Sent from my DROID Turbo XT1254 using Tapatalk
Well I'm going to download and install this on the morning to see how it does on my xt1254. Anyone else try it yet?
Sent from my DROID Turbo XT1254 using Tapatalk
The ROM is good and enough stable! The question:
1. I couldn't install Magisk Manager somehow. Is it not compatible yet?
2. Luckypatcher system services.jar patch is making bootloop. Is there a some secure setting in 8.1 about that?
Both apps are compatible with 8.1 by their changelog.
Security pattern doesn't work because of selinux I guess, don't try switch it on
olegfusion said:
Many thanks for your work! (p.s. still waiting for battery arrival, no update yet if you remember I promised).
Is there a custom kernel for Oreo?
Click to expand...
Click to collapse
No I will make a new one, the Nougat with all the custom featuring and the port for Oreo did't work.
I probably release a beta one in a week or two.
Let me know when you have news.
marinegundoctor said:
Looks like the kernel is custom by bhb27 (he listed "kernel improves" in the additional features).
Thanks @bhb27 for this!
Sent from my DROID Turbo XT1254 using Tapatalk
Click to expand...
Click to collapse
Those are in relation to quark stock kernel, my stock have some general kernel improves but very little in relation to the custom one.
smooth like nexus 6 my friend, but when listening to music with earbud hangs, and when in restart only black screen
bhb27 said:
No I will make a new one, the Nougat with all the custom featuring and the port for Oreo did't work.
I probably release a beta one in a week or two.
Let me know when you have news.
Click to expand...
Click to collapse
Battery should arrive in 2-4 days.
---------- Post added at 05:35 PM ---------- Previous post was at 05:35 PM ----------
SWEVEX said:
smooth like nexus 6 my friend, but when listening to music with earbud hangs, and when in restart only black screen
Click to expand...
Click to collapse
wipe dalvik cache/cache partition helps to return back to normal.
Poweramp License verification
Thank you for 8.x oreo
Flashed the rom and MindTheGapps-8.1.0-arm-20180610_023943.zip followed by clean modem status and
Radio_Flasher_Stock_MPGS24.107-70.2-2.zip
I have a problem with poweramp license verification.
Screenshot attached with logs.
Thank you very much
pankaj72 said:
Thank you for 8.x oreo
Flashed the rom and MindTheGapps-8.1.0-arm-20180610_023943.zip followed by clean modem status and
Radio_Flasher_Stock_MPGS24.107-70.2-2.zip
I have a problem with poweramp license verification.
Screenshot attached with logs.
Thank you very much
Click to expand...
Click to collapse
After having license issues with another app {on 7.x.x though), I had to uninstall the app, use a root browser (I use FX File manager) to go into /data/data or /system/data/data (I forgot which) and delete the folders associated with the app. Then reinstall it and all was good for me.
Sent from my DROID Turbo XT1254 using Tapatalk
i have the same problem with poweramp in nougat 7.1.2 i solve this problem installing the old gapps, i have gapps 7x in my pc from month past and i flash the gaaps and now is good for me, the license check
pankaj72 said:
Thank you for 8.x oreo
Flashed the rom and MindTheGapps-8.1.0-arm-20180610_023943.zip followed by clean modem status and
Radio_Flasher_Stock_MPGS24.107-70.2-2.zip
I have a problem with poweramp license verification.
Screenshot attached with logs.
Thank you very much
Click to expand...
Click to collapse
Seems like it's a known issue with the latest Play Store update. Flash this package (Play Store v10.6.30), clear data for the Play Store and try launching Poweramp again.
PSA: Latest Play Store update breaks license verification for paid apps
Apps such as Greenify and Poweramp unable to verify purchase with 280618 build of gapps
this rom is amazing thanks for you amazing job bhb27 ,but i found a bug, audio in games not working i test 3 different games and no have sound in games only in games, but this rom is awesome thanks for your job bro!!
audio on call and video call of whatsapp does not work is mute my microfone for whatsapp calls for me
Enviado desde mi Moto MAXX mediante Tapatalk
Hi there, thank you very much for this excellent rom.
So far so good, just two issues:
- whatsapp audios doesn't work, i mean can't hear on both ear or speaker.
- bluetooth connects to my car, but can't play any kind of sound, music or telephone call, anything.
Hope i was clear, lol
Thank you m8
PS: is that a mate on your profile picture ?