[Omni][4.4.1] Q&A / General thread [i9305] - Galaxy S III I9305 (4G LTE + 2GB RAM) Q&A, Help &

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I think we all need some non-developmental talk about Omni ROM, therefore I've created this thread
Thanks to mcampbellsmith for his work!
Here is well-known Omni DEVELOPMENT thread: CLICK
You are welcome to post here any screenshots, discussions, questions, your own impressions, reviews and everything that comes to your mind!​
Installation
If coming from any other rom:
Flash one of these recoveries - CWM - TWRP - Philz*
Reboot recovery
Wipe everything (/data, /system, /cache, dalvik cache) / factory reset
Flash your chosen Omni nightly
Flash your chosen Gapps for 4.4.1 (for example these - Bank's Gapps - PA Gapps)
Reboot to system
You are done!
* Tested myself, works well.
If updating from earlier nightly:
Reboot into recovery
Wipe cache
Flash your chosen Omni nightly
Additional important info
You may need to install supersu to get root access: CLICK (flash in recovery and ready to use)
Changelogs for Omni nigthlies:
General - CLICK
Gerrit - CLICK
Github - Device - Kernel

How can I make this button disappear. Because its useless on my S3 LTE. Btw i want to thank you for this awesome rom !

grgch said:
How can I make this button disappear. Because its useless on my S3 LTE. Btw i want to thank you for this awesome rom !
Click to expand...
Click to collapse
I'm not sure if it's possible to remove this button at the moment.. Maybe search for some Xposed module capable of doing that. GravityBox module made OMNI KitKat almost perfect for me

Hi
I need root, so I installed SuperSU from play store
But it couldn't update the SU binary - installation failed
Can someone help me to have root access, please?
Many thanks
Sent from my GT-I9305 using xda app-developers app

I think root access is there by default in the latest nightlies.
Sent from my GT-I9305 using Tapatalk

In dev thread it says 'if you need root, please install supersu'
I've searched in settings and dev tools, there might be a toggle or something similar to enable root, but I couldn't find it
If you know how, then please give a helping hand
And I'm using the latest nightly..
Many thanks
Sent from my GT-I9305 using xda app-developers app

charysma said:
In dev thread it says 'if you need root, please install supersu'
I've searched in settings and dev tools, there might be a toggle or something similar to enable root, but I couldn't find it
If you know how, then please give a helping hand
And I'm using the latest nightly..
Many thanks
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
This is where i got the impression that the ROM had root enabled by default.
What app are you trying to access with root?

With Root Checker Basic, I got this
and with Root Explorer, I got this when I tried to move a file
Sent from my GT-I9305 using xda app-developers app

Sorry as the above images are too big..

Hi, doing some research on this rom and I have a couple of questions ;
How stable is the Omnirom LTE?
Has anyone got a video of it in action?

charysma said:
Hi
I need root, so I installed SuperSU from play store
But it couldn't update the SU binary - installation failed
Can someone help me to have root access, please?
Many thanks
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
Do a search for 'supersu zip flashable' and download it from chainfire's site. Flash it in recovery and then you're good to go
---------- Post added at 09:42 AM ---------- Previous post was at 09:40 AM ----------
JasonEddie said:
This is where i got the impression that the ROM had root enabled by default.
Click to expand...
Click to collapse
Looks like the OP in dev thread needs an update to contain more precise instructions on this

Thank you. I now have root access

What's new in version
omni-4.4.1-20131207-i9305-NIGHTLY ?

sly75 said:
Hi, doing some research on this rom and I have a couple of questions ;
How stable is the Omnirom LTE?
Has anyone got a video of it in action?
Click to expand...
Click to collapse
As for me, completely stable Using my ported Boeffla kernel, no problems with stability since 2 days.
Hmm.. I think that video won't show anything interesting. Why don't you install it and experience everything on your own? I think that learning on your own is more enjoyable!
@zmuda
There should be complete changelog: https://changelog.omnirom.org/#/i9300/next
I'm also worrying why our device isn't here...

Hbohd said:
As for me, completely stable Using my ported Boeffla kernel, no problems with stability since 2 days.
Click to expand...
Click to collapse
Hi , file below is for Omni rom 4.4.1 ?
i9305-OMNI-Boeffla-2.1b2-by-hbohd-04-12-2013.zip
The kernel adds features to the rom?
It should be set? how?

First question, yeah it is for Omni 4.4.1.
In my opinion, you should learn about kernels on your own, it is something more advanced that custom roms. If you don't want to search by yourself (google, isnt that hard), just use default omni kernel provided by them
&&EDIT
I have edited OP with everything you should know about installation procedure and some other additional info. I hope that now everything will be easier for you guys!

exFat problems
I just downloaded and flashed the newest Omni Rom with the latest Boeffla kernel for Omni.
Everything works great except of my 64gb exfat micro sd. I enabled exFat module in the Boeffla-Config app, but it still doesn't work.

Cyal95 said:
I just downloaded and flashed the newest Omni Rom with the latest Boeffla kernel for Omni.
Everything works great except of my 64gb exfat micro sd. I enabled exFat module in the Boeffla-Config app, but it still doesn't work.
Click to expand...
Click to collapse
Hey man, I remembered to read about some exfat problems and after a little bit searching I found out you need a 'helping' script to enable exfat in Omni rom.
Create init.d script with this and tell us if it worked:
#!/system/bin/sh
if [ `mount | grep "sdcard1" | wc -l` -eq 0 ] && [ $ROM -eq 2 ] && [ -e /dev/block/mmcblk1p1 ]; then
# Temporary workaround for mounting exFAT-formatted cards
# Huge Thanks to AndiP71, aka Lord Boeffla
# Further improvements by JustArchi
echo "INFO: We're on OmniROM, we have external sd card but it's not mounted already, trying Andi's workaround!" >> $LOG
if [ `lsmod | grep "exfat" | wc -l` -eq 0 ]; then
echo "INFO: No exfat module found, it's either compiled in kernel or not loaded. Blindly loading..." >> $LOG
busybox insmod /system/lib/modules/exfat_core.ko >/dev/null 2>&1
busybox insmod /system/lib/modules/exfat_fs.ko >/dev/null 2>&1
fi
mount -o rw,dirsync,nosuid,nodev,noexec,noatime,nodiratime,uid=1000,gid=1023,fmask=0002,dmask=0002,allow_utime=0020 -t exfat /dev/block/vold/179:49 /storage/sdcard1
if [ `mount | grep "sdcard1" | wc -l` -eq 0 ]; then
echo "WARNING: Workaround failed or non-exfat formatted sd card!" >> $LOG
else
echo "INFO: Success!" >> $LOG
fi
fi
Click to expand...
Click to collapse

Anyone knows if there is a fix for keyboard bug with activated active display? So if activated an switching directly to the app keyboard shows pressing keys but nothing happens. Also back button isn't working. I'm on 20131207 nightly. Tried other keyboards with same result.
Gesendet von meinem GT-I9305 mit Tapatalk

Heiko77 said:
Anyone knows if there is a fix for keyboard bug with activated active display? So if activated an switching directly to the app keyboard shows pressing keys but nothing happens. Also back button isn't working. I'm on 20131207 nightly. Tried other keyboards with same result.
Gesendet von meinem GT-I9305 mit Tapatalk
Click to expand...
Click to collapse
About keyboard , i use always swiftkey , for me is the best !!!

Related

[ROM] ProjectSense 0.1 [2.2.1][Sense]

This is my first time cooking a rom, so please tell me if I'm doing anything wrong and I'll try to fix it.
GENERAL INFO
This rom is a continuation of HTC TatFroyoSense v0.4 (WWE edition) (I just couldn't let it die). At the moment it is identical to it with a few exceptions mentioned below and it uses kiljacken's overclockable kernel.
In other words it is a Sense 2.2.1 Rom ported from the HTC Wildfire.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshots from original thread snapped by TattooHtc
CHANGELOG
0.1:
-original release based on HTC TatFroyoSense 0.4
-converted to Edify scripting (now it can be flashed from CWM3+)
-patched the camera so it can now take video also (thanks rallapag)
-patched the Led
Planned:
- update the kernel
- make the launcher persistent in memory (waiting for it to reload everytime is the reason I had stopped using this rom)
Click to expand...
Click to collapse
STATE OF FUNCTIONALITY (Quoting from the the original HTC TatFroyoSense thread (and updated):
WORKING
- Camera
- Video Recording
- Button lights
- USB (USB storage + USB teeter)
- Compass
- GPS
- Radio (GSM,GPRS,HSPA)
- mobiledata (Remember to add APN settings manually!)
- agps/location works
- Wifi (not AP/teeter function)
- Video playback (Youtube etc..)
- gapps latest edition added.
- screen calibration fixed for Tattoo support.
- rooted + su + Superuser.apk
- WIPE/Factory reset now fully supported
- Native Apps2SD
NOT WORKING
- Bluetooth (works but only audio output as i tested it) [I'm not sure what he meant as I remember BT transfer working, not sure though. Will verify]
- FM Radio
ISSUES
- Wifi does not indicate signal strength.
- if you got more SDCard partitions , it seems that only last partition is used for storage.
Click to expand...
Click to collapse
Code:
Android OS version : 2.2.1
Device : bahamas
Model : HTC Tattoo
ROM Name : ProjectSense 0.1
Rooted (Superuser.apk + su) : YES
Rooted (unsecured boot.img) : YES
BusyBox installed : YES
BusyBox run-parts support : YES
Apps2SD (Apps to EXT) enabled : YES
/data/app enabled : YES
Custom boot animation allowed : NO
Nano text editor installed : NO
Bash shell support : NO
/system/framework is deodexed : YES
/system/app is deodexed : YES
radio.img found : NO
ROM will wipe all data : YES
DOWNLOAD - 0.1 (Attention as Rom will wipe all data before installing)
Warning: I take no responsibility for any damage done to your phone. Flash at your own risk!
Reserved...
Thanks, man. Keep up with good work.
BTW, could you post all languages included in this ROM?
PavleSRB said:
Thanks, man. Keep up with good work.
BTW, could you post all languages included in this ROM?
Click to expand...
Click to collapse
These are the languages found in the framework-res.apk.
Great man, this is a huge step towards finally getting Sense and Gingerbread work together
KrisInfinity said:
- make the launcher persistent in memory (waiting for it to reload everytime is the reason I had stopped using this rom)
Click to expand...
Click to collapse
Hi KrisInfinity,
you could change following values in init.rc file of ramdisk, to keep launcher in memory
change values of following two to keep launcher in memory
setprop ro.HOME_APP_ADJ to 0
setprop ro.HOME_APP_MEM to 0 or 1536
KrisInfinity said:
These are the languages found in the framework-res.apk.
Click to expand...
Click to collapse
Thanks.
Sent from my HTC click using XDA App
rallapag said:
Hi KrisInfinity,
you could change following values in init.rc file of ramdisk, to keep launcher in memory
change values of following two to keep launcher in memory
setprop ro.HOME_APP_ADJ to 0
setprop ro.HOME_APP_MEM to 0 or 1536
Click to expand...
Click to collapse
Thanks for the tip. I found a similar tweak that used build.prop.
THX A TON!
Just flashed on my wifes phone, let`s see...
FLASH = Can I use the ClockWorkMod Recovery already embeded in Kalim's CM7 ROM..Please advise
Or have to use the old version 2.5.1.8 ?
andynroid said:
FLASH = Can I use the ClockWorkMod Recovery already embeded in Kalim's CM7 ROM..Please advise
Or have to use the old version 2.5.1.8 ?
Click to expand...
Click to collapse
Hi. You can use the one in CM7 rom
By any chance at start-up the lock-screen can be disabled as my digitiser is screwed
http://forum.xda-developers.com/showthread.php?t=1291819
Coz I am looking high n low for a APK which can fully control the keyboard by the trackball
andynroid said:
By any chance at start-up the lock-screen can be disabled as my digitiser is screwed
http://forum.xda-developers.com/showthread.php?t=1291819
Coz I am looking high n low for a APK which can fully control the keyboard by the trackball
Click to expand...
Click to collapse
Sure, you can enable unlocking the device by pressing a key twice. As you would on sense android 1.6 pressing menu twice. Here's a thread that shows how http://forum.xda-developers.com/showthread.php?t=683902
However this Rom is set to run HtcCalibrate at first boot which requires the touchpad to calibrate the screen.
problems for me with superuser...
inestain said:
problems for me with superuser...
Click to expand...
Click to collapse
What problems do you have?
stop working when I update it via market
inestain said:
stop working when I update it via market
Click to expand...
Click to collapse
Try to download and flash from recovery the latest version of superuser which can be found here:
http://forum.xda-developers.com/showthread.php?t=682828
EDIT oops wrong thread... sorry
[Q]
hi,i use CM7 latest rom,based on kalim,can i flash this rom without wipe or not?
and will this rom in future have all functions,i mean 100% working rom?
thanks!
goran95 said:
hi,i use CM7 latest rom,based on kalim,can i flash this rom without wipe or not?
and will this rom in future have all functions,i mean 100% working rom?
thanks!
Click to expand...
Click to collapse
You have to wipe before flashing because CM7 is a gingerbread rom while this is a froyo sense rom. However I suggest you to make a backup before doing anything, and you can easily restore if you want to go back.
As for the future I can't make any promises, however the only thing not working is FM Radio, everything else works. I even remember BT file transfer to be working.

[DEV][ROM][AOKP][JB-MR1][4.2.2] AOKP for Galaxy Ace [2013.04.28][AOKP Legacy Team]

AOKP JB-MR1 Android 4.2.2
Samsung 'cooper' Galaxy Ace
by
AOKP Legacy Team​
This ROM is an almost pure AOKP for our Ace device. It is based on fresh Android 4.2.2_1.2 sources, current AOKP sources and portions of AndroidARMv6 and CyanogenMod sources.
It's still in its development stage, but recently it got quite stable and good for an everyday usage. If you have any issues, please report, using as many details, as possible. Saying just "doesn't work" won't help anybody...
Also, please DON'T report things mentioned in "known problems" below.
For general talk, non-dev related, please go here.
{
"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"
}
​
Download:
aokp_cooper-20130428.zip (113.5 MB)
Installing:
Just format system, data, cache and dalvik, flash the ROM and reboot Tested with CWM 5.x.
Sources:
The manifest can be found here: AOKP legacy manifest
The sources can be found HERE.
This ROM was possible thanks to our big Open Source family, we're still here, against all those, who broke off and went closed. So, many, really many thanks for all of you guys!
Most honour and thanks go to:
ErikCas, AndroidARMv6 Team, AOKP Team,
lagloose, BielTV.3, CyanogenMod Team,
Wayland, Marcin1147, TheWisp
and many others
FAQ:
- will PSN mod work with this ROM? Yes, it's perfectly working.
- will Link2SD app work? Yes, it works without issues. This is a recommended way of work.
- will Swapper2 work? Yep!
- does CRT animation work? BTW, I can't get why it's so important... but yes, it's working from the first boot.
- can I use Adrenaline/SuperCharger/whatever "tweaks" scripts? Well, you can do whatever you want, but if you will use anything like this, do not bother reporting me any bugs. Is that enough for an answer?
- is BLN working? Yes.
- what the hell happened to Erik??! Nothing, he's fine. We are working together on AOKP.
- how can I add more ringtones/alarms/notification sounds? You can store them on a SD card in:
Code:
media\audio\alarms\
media\audio\notifications\
media\audio\ringtones\
Changelog:
2013.04.28
aokp_cooper-20130428.zip (113.5 MB)
- SU binaries fixed
- Settings FC fixed
- Toggles for "sound state" and "screenshot" fixed
- First steps in installer persistence settings
- Permissions Manager
- other small bugfixes and additions
- synced to official AOKP sources
- file manager added
Known problems:
- after finishing a startup configurator (after flashing), you have to press a Home button to continue.
- trying to play music causes DSPManager FC. After that it plays music normally, only without DSP.
- AOKP Torch still not working.
- native FM radio doesn't work.
- SWAG Papers don't work
- Live Wallpapers don't load
compatible Google Apps: gapps-jb-20130301-signed.zip
however the basic gapps services are included in the ROM, so flashing it is not required.
2013.04.21
aokp_cooper-20130421.zip (110.9 MB)
- First public release
Great work ! Appreciated !:good:
What are the differences from erickas aokp?
Thanks for your hard word btw :good:
fernandojhr said:
What are the differences from erickas aokp?
Click to expand...
Click to collapse
It's its continuation. I'm working with Erik on this ROM.
hmm..worth trying..will test
And what kernel is that?Your experimental kernel?
Sent from my GT-S5830 using xda app-developers app
n0p3zz said:
And what kernel is that?Your experimental kernel?
Click to expand...
Click to collapse
Yes, only just fresh built.
Very good and smooth! Good works :good:
First impressions after 30 minutes, very very good work. Thanks
Very good job
So has Erikcas discontinued his releases for Ace? Are you maintaining this for Ace similar to Bieltv on CM10.1?
I assume I can update from Erikcas last build to this without full wipe?
Sent from my Galaxy NexAce!
mitchst2 said:
So has Erikcas discontinued his releases for Ace?
Click to expand...
Click to collapse
We are working together on the same sources, so...
mitchst2 said:
I assume I can update from Erikcas last build to this without full wipe?
Click to expand...
Click to collapse
Unfortunately, no - the sources have been upgraded from 4.2.2_r1 to 4.2.2_r1.2.
I just upgraded without wiping. What will be the issues? It seems everything is working fine, it is a great rom!
Sent from my GT-S5830 using xda app-developers app
To be honest, I can't predict it... API has changed, but maybe upgrading process got better these days
Few FC here and there, nothing to worry about, but I loved Eric's work, and I know that you're gonna make this AOKP flawless! Keep up with excelent work!
Can someone confirm if Swap option is available in this ROM.
What about smoothness? How's the Rom performing?
Gesendet von meinem GT-S5830 mit Tapatalk 2
how to install rom? I flash rom but i have a boot loop. SR my E is bad!
chutanh7 said:
how to install rom? I flash rom but i have a boot loop. SR my E is bad!
Click to expand...
Click to collapse
Installing:
Just format system, data, cache and dalvik, flash the ROM and reboot Tested with CWM 5.x.
Read the first post before doing nothing
if you get bootlop, you can try doing wipes
---------- Post added at 05:05 PM ---------- Previous post was at 05:03 PM ----------
funnyguru said:
Can someone confirm if Swap option is available in this ROM.
Click to expand...
Click to collapse
"
FAQ:
- will PSN mod work with this ROM? Yes, it's perfectly working. "
What's wrong? Nobody read the first post?
Viper The Ripper said:
Installing:
Just format system, data, cache and dalvik, flash the ROM and reboot Tested with CWM 5.x.
Read the first post before doing nothing
if you get bootlop, you can try doing wipes
---------- Post added at 05:05 PM ---------- Previous post was at 05:03 PM ----------
"
FAQ:
- will PSN mod work with this ROM? Yes, it's perfectly working. "
What's wrong? Nobody read the first post?
Click to expand...
Click to collapse
I format system, data, cache and dalvik, flash the ROM and reboot Tested with CWM 5.x. but i have boot loop. I try wips all but Can not be. Sr my E is bad

[ROM][MIUI][JB 4.1] GearUI, GearKernel Powered [Vibrant][3.9.13]

{
"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"
}
Features:
Based on Official MIUIAndroid 3.9.13 Release
[*]Full Multi Language Support
GearKernel 1.0.8s Exclusive for MIUI (Support added in Ramdisk)
No CPU UI Acceleration (only GPU is used, in all the ROM)
Android 4.2 Camera
Latest Google Apps Included
Spirit FM Radio built-in (if u want to use it u must add an init.d script)
Removed useless stuff
Android 4.2 Keyboard
GearTools full working
Optimized all APKs (no compression and maximum speed)
Tweaked to the MAX
Init.d Scripts for ZipAlign, Database Optimization and GearTweaks
Using latest sources for GPS and Camera
Enhanced Video/Photo Quality
OTA Updates
AriesParts now built-in (with vibration intensity change, tv-out support...)
Blocked ADs
Google DNS used by default
SuperSU instead of MIUI Root Permission Management (working bad with many apps)
Using lots of 4.3 Stuff
Newer GPS Libraries (needs testing)
Maybe more i don't remember
Click to expand...
Click to collapse
Changelog 3.9.13:
Full MultiLanguage Support
Fixed GearTools bug (using SuperSU as root management app)
OTA Updates
Added AriesParts
Update to 3.9.13 Base MIUI
Vibrant and Captivate Support
Maybe other i don't remember
Click to expand...
Click to collapse
Screenshots
Downloads:
3.9.13 ROM
3.9.13 Mirror
I9000B Patch
Captivate Patch (needs testing)
Vibrant Patch (needs testing)
OLD
3.9.6 ROM
NavBar Enabler (48 & 40 dpi)
I9000B Patch
Click to expand...
Click to collapse
Installation Guide:
Update Installation (if coming from a previous release):
Copy the Archive to your preferred Storage (internal/external)
Wipe Cache
Wipe Dalvik Cache
Format /system
Install the ROM
[ONLY FOR I9000B/Captivate/Vibrant] Install Patch
Reboot Phone
Full Installation (if coming from some other rom):
Copy the Archive to your preferred Storage (internal/external)
Wipe Data/Factory Reset
Format /system
Install the ROM
[ONLY FOR I9000B/Captivate/Vibrant] Install Patch
Reboot Phone
Click to expand...
Click to collapse
Credits:
MIUI
Google for Android
Many others
Click to expand...
Click to collapse
​
Thanks for your great work in keeping the vibrant alive. I will try this out when I get some time. You are very appreciated.
GearUI ROM Download Links Fixed without device check bug
My big big big FAIL. In Device Patch i left format /system -.- So every time you flash the device flash system contents will be deleted and of course phone won't boot -.-
Uploading a working patch xD
Working patches are up. Same links as before but archive script is different.
Sorry for before
Enjoy!
Thanks for picking this up if you plan on maintaining development I will leave miui with you.
Sent from my Nexus 4 using Tapatalk 4
What init.d tweaks are needed to make spirit FM work?
Sent from my Xoom using Tapatalk 4
No radio fm hardware available for vibrant. I left this feature also on this thread because I copied Galaxy s i9000 thread. In next version I will add a remove feature to device patches.
Sent from my GT-I9500 using Tapatalk 4
Installed per directions, lost root, Super user su needed updating, couldn't update, recovered to nandroid.
Reinstalled with Superuser SU per Dougfresh's advice. Everything booted well, could not connect to TMobile. Lost IMIE, went stock and back to CM10.1 will try again when I don't need my phone.
Sent from my SGH-T959 using XDA Premium 4 mobile app
You need to reflash a SU like this: http://download.chainfire.eu/351/SuperSU/UPDATE-SuperSU-v1.65.zip
Anyone else having issues with in call volume? I don't get anything.
Sent from my GT-I9000 using Tapatalk 4
Cooptx said:
Anyone else having issues with in call volume? I don't get anything.
Sent from my GT-I9000 using Tapatalk 4
Click to expand...
Click to collapse
Mine starts with airplaine mode straight after flashing, no sound. Tried other kernels, still the same.
ioancr said:
Mine starts with airplaine mode straight after flashing, no sound. Tried other kernels, still the same.
Click to expand...
Click to collapse
It is normal, i disabled all sounds and enabled airplane mode as default settings. If u disable airplane mode and enable all u want in settings all should work.
For in-call audio don't know, its a bit strange .....
Alberto96 said:
It is normal, i disabled all sounds and enabled airplane mode as default settings. If u disable airplane mode and enable all u want in settings all should work.
For in-call audio don't know, its a bit strange .....
Click to expand...
Click to collapse
Yes, it was just a toggle (however it took quite a bit to figure out that THIS was causing also the "SIM not found" message during the setup wizard; one also cannot toggle off the airplane mode until the wizard is done; maybe it's only my phone )
I have found the culprit causing no in-call sound, if OP allows, I'll add the link to the working patch here (with fixed Su, now the stock Permission works with pop-ups, also GearTools seems ok )
Good job!
ioancr said:
Yes, it was just a toggle (however it took quite a bit to figure out that THIS was causing also the "SIM not found" message during the setup wizard; one also cannot toggle off the airplane mode until the wizard is done; maybe it's only my phone )
I have found the culprit causing no in-call sound, if OP allows, I'll add the link to the working patch here (with fixed Su, now the stock Permission works with pop-ups, also GearTools seems ok )
Good job!
Click to expand...
Click to collapse
Ok, u can attach it here in thread
Thanks for your help in testing
Fixed patch:
here
Does this replace the original patch or in addition to?
Sent from my SGH-T959 using XDA Premium 4 mobile app
livbean said:
Does this replace the original patch or in addition to?
Sent from my SGH-T959 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It has all the files the original patch had PLUS some audio libraries added from a working Vibrant port AND replaces Su binnary in xbin folder. Hence it fixes no in-call sound issue and root problems with previous patch. Now the stock Permission Manager should be fully working, no more need for SuperSu app.
After a day of use I can say the same as some time ago with early Miui v5 builds: they are less smooth than Miui v4.1, unfortunately. Beautiful, for sure, but it is not enough (for now).
Hoewever I pray the OP to continue his work, I will be testing your builds as they come. Thank you so much!
ioancr said:
After a day of use I can say the same as some time ago with early Miui v5 builds: they are less smooth than Miui v4.1, unfortunately. Beautiful, for sure, but it is not enough (for now).
Hoewever I pray the OP to continue his work, I will be testing your builds as they come. Thank you so much!
Click to expand...
Click to collapse
Unfortunately more i can't do. MIUIv5 have lots of heavy stuff and our phone can't do more. The only solution (not so good) is removing many miui apps but this is useless and you can install a cm based rom if u want something really light without useful apps :/
Maybe when miui will be based on android 4.3 we will gain more performance but for now, its near the limit

[ROM] [4.4.x] CyanFox Rom [OFFICIAL]

{
"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"
}
Credit to @vedantgp (me!)
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
CyanFox features:
- Dark UI mode
- Paranoid Halo notifications
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/cm-1110/kernel
Email us at: [email protected]
Download at http://www.cyanfox-rom.com/downloads/
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Help us out!
http://forum.xda-developers.com/donatetome.php?u=5302565
Our current build server:
- 96 GB RAM
- 24 Cores
- 960 TB HDD
Credits to:
Mantas Zilius [MNT]
http://www.cyanfox-rom.com/
https://plus.google.com/u/0/communities/103538505102439103284
Wanna Help?
We need help from designers to help us make our logo and other elements. If you are interested, please follow the link below, made by my friend SystemErrorOne
http://forum.xda-developers.com/showthread.php?t=2484228
​
Known Issues
Rotation Issues
Nothing else....
Instructions for Installation
[May vary on firmware, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file and GAPPS from http://cyanfox-rom.com/downloads/
2. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Down while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
If upgrading from a previous version or switching from CM11
6a. Dirty flash
6b. Flash Gapps
7. Wipe Cache
8. Reboot and enjoy
Screenshots​
Images are courtesy of @varben
Version numbers subject to change due to OS version
FAQ
"Omigod I'm stuck in a bootloop!"
Code:
Don't panic. Just factory reset and try again...
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
"I accidentally wiped everything including the internal SD and i don't have an SD card!"
Code:
adb sideload
"Where can i report bugs?"
Code:
Device specific bugs go to the CyanogenMOD maintainer. Overall bugs come to us
Feel free to post though to see if there is a quick fix, or a workaround
"What does the fox say?"
Code:
ring-a-ding-ding-ding-ding-a-ding
"Why isnt there more FAQ?"
Code:
Not alot of people have encountered issues beyond this... They have been fixed btw...
Interesting
Sent from my Nexus 4 using Tapatalk
spider623 said:
Interesting
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
people from the Galaxy S3/4 threads seem to love it. try it.
4.4 or 4.4.2?
Sent from my Nexus S using XDA Premium 4 mobile app
Setting.Out said:
4.4 or 4.4.2?
Sent from my Nexus S using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It's 4.4.2 Faster then any other ROM of kitkat but there is one bug Auto-rotate is not working ..
Hope it will fixed in upcoming Nightlies..
Setting.Out said:
4.4 or 4.4.2?
Sent from my Nexus S using XDA Premium 4 mobile app
Click to expand...
Click to collapse
4.4.2, but that didn't look right when I was making the banner. I put 4.4 trying to cover that too
vedantgp said:
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
Click to expand...
Click to collapse
We don't have an external SD slot.
Just use this:
"I accidentally wiped everything including the internal SD!"
Code:
adb sideload
Also, don't know if you manage the site, but if you give me a quick list of additional non-CM features, I can make it look neat for the Features page.
Vuciz said:
We don't have an external SD slot.
Just use this:
"I accidentally wiped everything including the internal SD!"
Code:
adb sideload
Also, don't know if you manage the site, but if you give me a quick list of additional non-CM features, I can make it look neat for the Features page.
Click to expand...
Click to collapse
Whoops sorry. I don't manage the site. The features are listed above in the OP.
Hi @vedantgp,
I have run this great CyanFox Rom for the last 12 hours, it run good overall (except for rotation as mentioned). Very smooth.
Thanks.
I've installed this ROM and it's good but it gets laggy at times and just the rotation, since I love watching video using my phone, it's not favorable. Hehe, well. I'm willing to wait for the fix and will try to get back on it! Thanks for great ROM!
khimois said:
I've installed this ROM and it's good but it gets laggy at times and just the rotation, since I love watching video using my phone, it's not favorable. Hehe, well. I'm willing to wait for the fix and will try to get back on it! Thanks for great ROM!
Click to expand...
Click to collapse
yeah, the rotation is the problem, lag is not an issue with the rom.
status 7
i have got status 7 error
Sharkslyer said:
i have got status 7 error
Click to expand...
Click to collapse
You need to update your recovery in order flash KitKat ROMs. The latest CWM (6.0.4.3) or Philz are the only two that will do it . I recommend Philz.
http://forum.xda-developers.com/nexus-s/development/nexus-s-philz-touch-t2284670
treesurf said:
You need to update your recovery in order flash KitKat ROMs. The latest CWM (6.0.4.3) or Philz are the only two that will do it . I recommend Philz.
http://forum.xda-developers.com/nexus-s/development/nexus-s-philz-touch-t2284670
Click to expand...
Click to collapse
thx
So far, so good!!
cgaston said:
So far, so good!!
Click to expand...
Click to collapse
I have install this one, and it's a great rom.
Actually i think is the best one i have tryed till now.
I have v.2.0.2.
Single problem is the rotate function which works and not
But i have seen that is up a Experimental one launched in 16.01.2014!
Did anyone tryed it? What does bring new?
This is working great for me, the audio is no problem at all. I listen to hell lot of songs. Battery life is great. Yes, occasional lag is expected.
Sent from my Celkon A119Q using Tapatalk
pcoruganti said:
This is working great for me, the audio is no problem at all. I listen to hell lot of songs. Battery life is great. Yes, occasional lag is expected.
Sent from my Celkon A119Q using Tapatalk
Click to expand...
Click to collapse
Buy seeder, it's the entropy
Sent from my Nexus 4 using Tapatalk
New Build
New Build is up..
One bug is still there ..
Auto-rotate bug is still not fixed..

[ROM][Official] CyanogenMod 12.1

{
"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"
}
---------------------------------------------------------------------------------
CM12.1 BUILDS FOR THE DROID RAZR M 'xt907'
---------------------------------------------------------------------------------
IMPORTANT:
> KitKat bootloader only
> Moto_msm8960 has been de-unified. CM12.1 builds are now listed under 'xt907'.
GOT BUGS?:
> How to post a bug report - http://goo.gl/OGQ68L
MAINTAINERS:
> Dhacker29 - https://twitter.com/dhacker29
> Nadlabak (kabaldan) - http://android.doshaska.net
> EPinter - https://sites.google.com/site/linuxmobileorg/
> Skrilax_CZ - (?)
LINKS:
> WEBSITE - http://www.cyanogenmod.org/
> WIKI - http://wiki.cyanogenmod.org/w/Xt907_Info
> BLOG - http://www.cyanogenmod.org/blog
> GITHUB - https://github.com/CyanogenMod
> RAZRQCOM-DEV TEAM - https://github.com/razrqcom-dev-team/
> CHANGELOG - http://www.cmxlog.com/12.1/xt907/ - UPDATED!
> BUG REPORTS - https://jira.cyanogenmod.org/secure/Dashboard.jspa
INSTALLATION:
> Download ROM
> Download GAPPS
> Place both on external SD card (Micro SD card).
> Reboot to Recovery
> Wipe everything except external SD card (Micro SD card).
> Reboot Recovery
> Flash ROM
> Flash GAPPS
> Reboot and enjoy
---------------------------------------------------------------------------------
DOWNLOADS
---------------------------------------------------------------------------------
ROM: (KKBL) KitKat bootloader only
> NIGHTLIES - http://download.cyanogenmod.org/?device=xt907&type=nightly
> EXPERIMENTAL - N/A
> SNAPSHOT - N/A
GAPPS: (CM12 = ANDROID 5.0) (CM12.1 = ANDROID 5.1)
> TK GAPPS - http://forum.xda-developers.com/android/software/tk-gapps-t3116347 - NEW!
> BANKS - http://fitsnugly.euroskank.com/?rom=banks&device=gapps
> BASKETBUILD - http://goo.gl/eai4O5
> DHACKER29 - http://d-h.st/RLt9
RECOVERIES: Built & Provided by dhacker29
> TWRP - http://d-h.st/PPL9
> CM - http://d-h.st/PUUU
Hmm, aren't some of these devices above only having JBBL and therefore not included in this?
Sent from Google Nexus 4 @ CM12
[WARNING: XDA Premium 4.0.13+ lacks Signature function - do not update]
AndyYan said:
Hmm, aren't some of these devices above only having JBBL and therefore not included in this?
Sent from Google Nexus 4 @ CM12
[WARNING: XDA Premium 4.0.13+ lacks Signature function - do not update]
Click to expand...
Click to collapse
I personally don't know which devices received the official Kitkat OTA and which devices didn't - but according to CM, unified moto_msm8960 builds include those devices and until it's stated differently - I'll leave them listed as is.
The CM Wiki has been updated with the current moto_msm8960 "unified device list" - so i edited the OP to reflect the changes.
Jbbl cm12 source is available now. It's unofficial for sure but mijuu on github has made it happen
I have KK bootloader, and after the long first boot this I keep getting the force close notification, " Unfortunately, Setup Wizard had stopped"
Nothing I can do but reboot.
stesaint said:
I have KK bootloader, and after the long first boot this I keep getting the force close notification, " Unfortunately, Setup Wizard had stopped"
Nothing I can do but reboot.
Click to expand...
Click to collapse
Worked fine for me with Banks GApps from 12/14/2014. Which GApps were you using?
What about save app to sd card? Is't work on the new update on cm12?
dedik46 said:
What about save app to sd card? Is't work on the new update on cm12?
Click to expand...
Click to collapse
It's not working on 20150106 build
David (@dhacker29) has started work on moto_msm8960_jbbl
https://twitter.com/dhacker29/status/552793523666579456
All the folks having the issue of no network signal upon certain restarts ..
Open terminal app from the app drawer by enabling it from the developers menu or download terminal emulator app from the Playstore ..
In terminal emulator type "su" (without "") then press enter ..
Then type "killall rild" and press enter ..
This should bring back your signals ..
So whenever signal issue appears just repeat the process ..
-----------------------------
All the folks who are pissed off for not having Gesture typing to work in the AOSP keyboard, i have a quick fix for you all ..
Gesture typing actually need lib named "libjni_latinimegoogle.so" to work ..
Unfortunately the GApps i used while flashing named it "libjni_latinime.so" instead ..
Just rename the lib by going to "/system/lib/" and reboot the device ..
This should fix it ..
Do back the original lib just in case ..
P.S: i used these GApps "pa_gapps-modular-micro-5.0.1-BETA5-20141225-signed" ..
Rottgrub said:
Worked fine for me with Banks GApps from 12/14/2014. Which GApps were you using?
Click to expand...
Click to collapse
I was using one of the more minimal ones from here.
I can't believe I didn't even think about trying another gapps, I found the one your talking about and will try it today. Thanks.
rahimali said:
David (@dhacker29) has started work on moto_msm8960_jbbl
https://twitter.com/dhacker29/status/552793523666579456
Click to expand...
Click to collapse
Yay, time to buy a new Photon Q
Sent from Google Nexus 4 @ CM12
[WARNING: XDA Premium 4.0.13+ lacks Signature function - do not update]
How do I get the CM12 nightly notifications to work?
with CM11 I would get a notification that there was a new nightly update.
every time I check for an update, it says that there are no new updates even if there is a new nightly version posted
So what is the verdict?
I know it's brand new and in nightlies, but is it fairly stable on RAZR M?
Is it worth making the jump? Any major issues other than what is listed in the CM blog post?
newb1e said:
All the folks having the issue of no network signal upon certain restarts ..
Open terminal app from the app drawer by enabling it from the developers menu or download terminal emulator app from the Playstore ..
In terminal emulator type "su" (without "") then press enter ..
Then type "killall rild" and press enter ..
This should bring back your signals ..
So whenever signal issue appears just repeat the process ..
Click to expand...
Click to collapse
Thanks for the helpful tip! What exactly is this command doing ?
I'm still having this trouble but now I get triple the blank photos.
I've also tried a different SD card, same thing.
Copying all the photos from my computer and running chkdsk /f is the only fix.
Every time I update CM12, my photo gallery gets duplicate blank photos for every photo in every folder, It’s a pain to highlight every blank photo and delete them, is there something I can do?
I’ve tried chkdsk/f and formatting the card but still have issues
What is corrupting my SD card?
PantherVT said:
Thanks for the helpful tip! What exactly is this command doing ?
Click to expand...
Click to collapse
Honestly! I have no idea whatsoever what this command does ..
Just saw this fix somewhere, tried it and it worked ..
So posted it here for others like me and you who are having this issue ..
Hope CM team fixes this bug soon ..
Sharing is Caring [emoji4]
That's cool, thank you for that! I hope they fix this bug too. It's the only annoyance I have with cm12 right now.
is there any setting about where to save the taken picture or video [cam]?
and why Titanium Backup not working?
"error. sorry i could not acquire root privileges. please verify that your rom is rooted"
n yet superSU is installed and the root checker app verify that the rom is rooted...
EDIT-----
never mind, the TB problem solved by updating the superSU and the TB
PS: still getting "no signal" issue in some reboot.
PantherVT said:
Thanks for the helpful tip! What exactly is this command doing ?
Click to expand...
Click to collapse
From what it seems it kills/restarts the phone (RIL) process...?
Also, for those who are still experiencing loss of signals after some reboot, does my older method (turn on Airplane before you reboot, and after reboot, wait a bit for things to stabilize, then turn Airplane off) work?
Sent from Google Nexus 4 @ CM12
[WARNING: XDA Premium 4.0.13+ lacks Signature function - do not update]

Categories

Resources