[MOD][Audio]Enable WCD9320 Mad Audio Drivers - LG G Flex

Code:
#include
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Requirements
Rooted
ADB know-how
Know how to edit system files
Tested on D950 - aka ATT Variant
Love music
Experimental
Instructions
Download wcd9320_mad_audio.bin
Download init.galbi.audio.sh
Code:
adb root
Code:
adb remount
Code:
adb push wcd9320_mad_audio.bin /data/misc/audio/
Code:
adb shell chmod 700 /data/misc/audio/wcd9320_mad_audio.bin
Code:
adb shell chown media:audio /data/misc/audio/wcd9320_mad_audio.bin
Code:
adb push init.galbi.audio.sh /system/etc/
Code:
adb shell chmod 644 /system/etc/init.galbi.audio.sh
Code:
adb shell chown root /system/etc/init.galbi.audio.sh
Code:
adb reboot
To confirm
Code:
adb shell ls /system/etc/firmware/wcd9320/
Output should be
Code:
wcd9320_anc.bin
wcd9320_mad_audio.bin
wcd9320_mbhc.bin
Credit:
HTC ONE firmware from which I pulled it.

What is MAD
MPEG Audio Decoder (MAD) is a GPL library for decoding files that have been encoded with an MPEG audio codec.[1] It was written by Robert Leslie and produced by Underbit Technologies. It was developed as a new implementation, on the ISO/IEC standards.[2]
It consists of libmad, a software library, and madplay, a command-line program for MP3 playback. libmad is notable for using only fixed-point arithmetic[2][3][4] while madplay is notable for its ReplayGain support.
Click to expand...
Click to collapse

Interesting man. I'm thinking about giving this a go on my G2 .. Out of curiosity what was your personal opinion of the results? Better / worse / different.. Also Any difference in sound other than mp3? ie. Steaming etc
Sent from my LG-D800

th3g1z said:
Interesting man. I'm thinking about giving this a go on my G2 .. Out of curiosity what was your personal opinion of the results? Better / worse / different.. Also Any difference in sound other than mp3? ie. Steaming etc
Sent from my LG-D800
Click to expand...
Click to collapse
Honestly it's enabled by default on kk. This is only valid on jelly bean. But I was high as balls when I hacked it. Lol
Sent from my LG-D950 using Tapatalk

aznrice2k4 said:
Honestly it's enabled by default on kk. This is only valid on jelly bean. But I was high as balls when I hacked it. Lol
Sent from my LG-D950 using Tapatalk
Click to expand...
Click to collapse
Haha lmao
Sent from my LG-D950 using XDA Premium 4 mobile app

Lol that's hilarious. Okay :burns one too:
Sent from my LG-D800

Can someone repost these files? They've been knocked offline.

aznrice2k4 said:
Honestly it's enabled by default on kk. This is only valid on jelly bean. But I was high as balls when I hacked it. Lol
Sent from my LG-D950 using Tapatalk
Click to expand...
Click to collapse
Lol another fellow smoker in the house

shimbob said:
Can someone repost these files? They've been knocked offline.
Click to expand...
Click to collapse
pls

Related

Sense 3.0 Lockscreen

I saw that this has been pulled and can now be installed on the Evo's. Any chance someone can replicate and make an apk for the TBolt?!
http://forum.xda-developers.com/showthread.php?t=1054444
I just saw that and would love that to be ported
Anyone tried to load yet?
sent from my BAMF Thunderbolt!
Tagged for later.
Mystery252 said:
Anyone tried to load yet?
sent from my BAMF Thunderbolt!
Click to expand...
Click to collapse
Doesn't work. Just tried it.
we need to have gingerbread to run this sadly.
we should build the htc sense gingerbread rom from source!!!!!!!!
b00sted said:
we need to have gingerbread to run this sadly.
Click to expand...
Click to collapse
You don't have to have GB, it just checks your sense version. I'm *attempting* to port it, although I'm not overly talented, so it may be a slow process. I'll let you know if/when it happens.
erishasnobattery said:
You don't have to have GB, it just checks your sense version. I'm *attempting* to port it, although I'm not overly talented, so it may be a slow process. I'll let you know if/when it happens.
Click to expand...
Click to collapse
That's cool. Thank you!
TrekMD said:
That's cool. Thank you!
Click to expand...
Click to collapse
Don't get your hopes up yet. We're missing a lot of required framework. Basically, I'm running it as is, reading logcat errors, and fixing it one step at a time.
erishasnobattery said:
Don't get your hopes up yet. We're missing a lot of required framework. Basically, I'm running it as is, reading logcat errors, and fixing it one step at a time.
Click to expand...
Click to collapse
At least you are trying and that is appreciated.
TrekMD said:
At least you are trying and that is appreciated.
Click to expand...
Click to collapse
+1
Sent from my BAMF ADR6400L using XDA Premium App
Nothing on this hmmm?
Sent from my ADR6400L using XDA Premium App
I noticed over at android central, they posted that the EVO has the Sense 3.0 lockscreen now. So it can't be that far away from being possible as our phone and EVO are similar.
tu3218 said:
I noticed over at android central, they posted that the EVO has the Sense 3.0 lockscreen now. So it can't be that far away from being possible as our phone and EVO are similar.
Click to expand...
Click to collapse
Not really, physically yes, hardware wise... Not at all
Plus the evo has ril ... We haven't got it yet so until then don't expect this
Sent from my ADR6400L using XDA Premium App
Baiscally, this is dead in the water until we can get the Sense 2.1 framework. I can get it to load and mostly work, but unfortunately, it breaks WAAAAAYYYY too much other stuff to even be feasible. Once there is a working Gingerbread Sense Kernel, it shouldn't take much though.
So, patience is the word.
The one from the EVO works on the newest leak. Get it HERE.
Edit: Apparently deleting and/or renaming the existing one in root explorer will allow it to be installed.
erishasnobattery said:
The one from the EVO works on the newest leak. Get it HERE.
I wasn't able to just install it though. Had to mount system r/w and adb push it.
Stick it in a directory and do the following. I recommend you nandroid first, as I'm not responsible for you dorking up your phone.
Code:
adb shell mount -o rw,remount /dev/block/mmcblk0p12 /system
adb shell cp /system/app/HtcLockScreen.apk /system/app/HtcLockScreen.bak
cd <Your Directory>
adb push HtcLockScreen.apk /system/app/
adb reboot
If you decide it sucks, which I kinda think so, you can change it back with this:
Code:
adb shell mount -o rw,remount /dev/block/mmcblk0p12 /system
adb shell rm /system/app/HtcLockScreen.apk
adb shell cp /system/app/HtcLockScreen.apk /system/app/HtcLockScreen.bak
adb reboot
Click to expand...
Click to collapse
I just installed like a normal application although I ripped the original out first
Sent from my ADR6400L using XDA Premium App
superchilpil said:
I just installed like a normal application although I ripped the original out first
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
Possibly why mine didn't work.

[KANG] CyanogenMod7.2.0 [MEDIA HEADSET BUTTON | TV OUT] (25/01/12)

KANG based on CM 7.2.0.
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.
*/
Flash it like normal over current CyanogenMod.
Please tell me if these things are working properly in the thread after flashing:
Buttons on earbuds
Earbuds with mics use mic on earbuds for calls
Earbuds without mics use phone's mic for calls
TV out (make sure you check TV out in the Galaxy S settings app and select the right format)
Version 2: Download
ROM: tvouthack added (credit for tvouthack goes to pawitp) [OFFICIALLY MERGED: should be in all updated KANGs now]
Version 1: Download
KERNEL: Working earbud media button [OFFICIALLY MERGED: should be in all updated KANGs now]
Really? it's a good news. and do you think your fix can use for ICS? test it now...
sweet thanks dude
leenchan said:
Really? it's a good news. and do you think your fix can use for ICS? test it now...
Click to expand...
Click to collapse
iirc all the ICS modules are built from the same sources as ginger bread. So a fix in ginger bread could mean a fix for ICS.
Sent from my SGH-T959 using xda premium
leenchan said:
Really? it's a good news. and do you think your fix can use for ICS? test it now...
Click to expand...
Click to collapse
djf8 said:
iirc all the ICS modules are built from the same sources as ginger bread. So a fix in ginger bread could mean a fix for ICS.
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
It will work for ICS aswell when ready as the kernel for ICS is about the same as the kernel for GB in that respect.
Does flashing this need a wipe?
I get the following error
"The application Status Bar (process com.android.systemui) has stopped unexpectedly. Please try again"
when I boot up (just after I flash).
I am coming from CM7 nightly 182.
Thanks,
ewillner said:
Does flashing this need a wipe?
I get the following error
"The application Status Bar (process com.android.systemui) has stopped unexpectedly. Please try again"
when I boot up (just after I flash).
I am coming from CM7 nightly 182.
Thanks,
Click to expand...
Click to collapse
It shouldn't require a wipe. Can you provide me with a logcat of when systemui crashes?
FaultException said:
It shouldn't require a wipe. Can you provide me with a logcat of when systemui crashes?
Click to expand...
Click to collapse
I flashed, booted, received the error and copied off the log cat as soon as I could (It is attached).
Also, after I get the error, my status bar closes.
Thanks for the help.
ewillner said:
I flashed, booted, received the error and copied off the log cat as soon as I could (It is attached).
Also, after I get the error, my status bar closes.
Thanks for the help.
Click to expand...
Click to collapse
Ahh... can't find the systemui exception details in there.
Try wiping your cache and dalvik-cache, reflashing and rebooting.
FaultException said:
Ahh... can't find the systemui exception details in there.
Try wiping your cache and dalvik-cache, reflashing and rebooting.
Click to expand...
Click to collapse
Tried that. Unfortunately, I got the same results.
I actually tried wiping cache, davlik-cash, relfashing and fixing permissions before I rebooted.
ewillner said:
Tried that. Unfortunately, I got the same results.
I actually tried wiping cache, davlik-cash, relfashing and fixing permissions before I rebooted.
Click to expand...
Click to collapse
Download this APK, with adb handy do this:
Code:
adb remount
adb push SystemUI.apk /system/app
adb reboot
And see if that fixes it.
Whoops. Scratch that, push this one to /system/app...
I crashed when I hit usb storage on the status bar, this one seems to work for me.
Somehow xda doesn't let me download the file.
Is that the same file as in the installation zip?
Also, I can't seem to get adb running on this computer.
Can I do this with root explorer?
Thanks,
So I've been one of the many Vibrant users that has had the mute/unmute problem since 911/e911 was fixed.
On your build I haven't had the mute/unmute bug once. Is there a chance your build resolved that issue?
Scratch that....just happened again.
ewillner said:
Somehow xda doesn't let me download the file.
Is that the same file as in the installation zip?
Also, I can't seem to get adb running on this computer.
Can I do this with root explorer?
Thanks,
Click to expand...
Click to collapse
It is, and you can.
djf8 said:
So I've been one of the many Vibrant users that has had the mute/unmute problem since 911/e911 was fixed.
On your build I haven't had the mute/unmute bug once. Is there a chance your build resolved that issue?
Click to expand...
Click to collapse
It shouldn't. Although I've never had the problem, it is still using CyanogenMod sources.
djf8 said:
So I've been one of the many Vibrant users that has had the mute/unmute problem since 911/e911 was fixed.
On your build I haven't had the mute/unmute bug once. Is there a chance your build resolved that issue?
Click to expand...
Click to collapse
EDIT: Disregard what I said.
Sent from my Vibrantmtd using xda premium
FaultException said:
Download this APK, with adb handy do this:
Code:
adb remount
adb push SystemUI.apk /system/app
adb reboot
And see if that fixes it.
Click to expand...
Click to collapse
Somehow installing the SystemUI.apk into /system/app through root explorer still did not hellp (and I did remember to reset the permissions).
Thanks for the help,
TR88 said:
The issue had already been resolved recently with all AOSP builds.
Sent from my Vibrantmtd using xda premium
Click to expand...
Click to collapse
Ah. That explains it.
Sent from my SGH-T959 using XDA App
ewillner said:
Somehow installing the SystemUI.apk into /system/app through root explorer still did not hellp (and I did remember to reset the permissions).
Thanks for the help,
Click to expand...
Click to collapse
That's weird, if you flash the nightly over it does your status bar work again?
Sent from my SGH-T959 using XDA App
FaultException said:
That's weird, if you flash the nightly over it does your status bar work again?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Yes it does. Agree - it is really weird.
Thanks for your help.

[Rom][Uni Universal Rom][Fixed-Bugs][Sony Album And Many][For p3100]

Uni Universal Rom an AOKP Based ROM​Stable and fast​++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Code:
#include <s_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.
*/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This Rom is ready for daily use but be aware that i won't help you if your phone get's splited into halves but this will never ever happen but just telling
Sooooooo let's start with the feauters of this rom
1.Fast.....
2.Rock stable......
3.Init.d Tweaks
4.Built from latest AOKP 4.1.2 sources.....
5.Xperia Launcher.....
6.build.prop tweaks....
7.Sony Movies
8.Sony Album
9.Sony Walk man
10. Bravia engine 2
11.Beats Audio
12.Full hd Sony Xperia Z wallpapers
13.Clear Audio+
14.Zipalined...
15.Darky zipalined
17.Zipalined at each boot
18. Facebook home...
19.MotoBlur Launcher.....
20.option to enable tablet ui.....
21.Dolby Drivers for better overall sound
22.Adaway.....
23.Super adblocking hosts......
24.Super fast.......
Update:Fixed the bugs that some users were expericing using the rom sorry for about 86mb download
25.many more in V2 Wil be coming
26.Stock AOKP bootanimation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
How to get facebook home working.
1.open The home app
2. Enter Your E-mail then your password
3.After facebook has loaded there will be a setup button on the top press it
4.Profit'
Click to expand...
Click to collapse
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bugs:
Code:
Virsurlizer in Walkman sometime crashes
You till Me?????/
This Rom has been Tested And working For one week and and showed excellent results..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found any bugs and you would like them to be fixed in the next build please pm me With a Logcat thats how you can help me
###################################################################################################################
###################################################################################################################
Now lets Start With installing this rom
1.Make sure your Tablets Battery is over 75%
2.Download Your Copy of the Rom
3.Make Sure you place the rom on the root of your SDcard
4.Reboot to Recovery
5.Wipe data factory reset
6.Wipe cahe partition
7.Go to advanced and wipe Dalvik cache
8.again wipe dalvik cache
9.install the Rom And gapps
10.Fix Permissions (you may not)
11.Again Wipe Caches (imp)
12. Reboot
13.Let your tab sit down and cool for 3 minutes
14.Come back and hit the thanks button
But if you came from AOKP You may not wipe data :laugh:
###################################################################################################################################################################################################################
DOWNLOADS
ROM
Click here
GAPPS
click here THIS IS THE FIX
==========================================================================================================================================================================================
GUYs Please feal free of reporting any thing in this rom thanks.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Changelog:
V1.Intial Realse
V1.Update(1//07/2013):Fixed Browser FC And keyboard FC And fixed GAppsBy: Uploading a new version of Gapps
Click to expand...
Click to collapse
One more.. Dats amazing.. Developers keeps performing development for this tab.. Waiting for the screenshot.. N welcome mate in development world.. Highfive:thumbup::thumbup:
¥ Help must be thanked ¥
Sent from Heaven
cool! try now :good:
Good work :good::good:
rod555 said:
cool! try now :good:
Click to expand...
Click to collapse
Thanks i am happy that it is getting loved by users
god_creature said:
One more.. Dats amazing.. Developers keeps performing development for this tab.. Waiting for the screenshot.. N welcome mate in development world.. Highfive:thumbup::thumbup:
¥ Help must be thanked ¥
Sent from Heaven
Click to expand...
Click to collapse
Thanks for you thanks alot for pushing me
Woohoo! An AOKP ROM!
mythi said:
Thanks for you thanks alot for pushing me
Click to expand...
Click to collapse
for next version add Pdroid mod :beer:
Wouldn't it work on p3110?
Sent from my GT-P3110 using XDA Premium HD app
Xintorrim said:
Wouldn't it work on p3110?
Sent from my GT-P3110 using XDA Premium HD app
Click to expand...
Click to collapse
You would need a phone remover. No you can't use the one for blackhawk.
Also you would probably have to edit the updater-script to remove the "assert***" lines of there are any.
Luigi2012SM64DS said:
You would need a phone remover. No you can't use the one for blackhawk.
Also you would probably have to edit the updater-script to remove the "assert***" lines of there are any.
Click to expand...
Click to collapse
Yea sorry but there will be a future build for p3110 and p3113 but plz wait as i used a p3100 kernel so..... yu know guys you have to wait
I like the rom but I have problems with the keyboard
Keyboard problem too..also, home buttom doesnt work
Sent from my GT-P3110 using XDA Premium HD app
Xintorrim said:
Keyboard problem too..also, home buttom doesnt work
Sent from my GT-P3110 using XDA Premium HD app
Click to expand...
Click to collapse
NOw your problems will be solved with this update
mythi said:
NOw your problems will be solved with this update
Click to expand...
Click to collapse
Lol insert date in first post title :good:
Can i use black Hawk Kernel in this rom
You can't control the wind, but you can adjust your sails
Sent Form My Galaxy Tab 2 GT-P3100 ,Dual booted using Black Hawk Kernel
anjaykumar said:
Can i use black Hawk Kernel in this rom
You can't control the wind, but you can adjust your sails
Sent Form My Galaxy Tab 2 GT-P3100 ,Dual booted using Black Hawk Kernel
Click to expand...
Click to collapse
Try it hhhhh i don't know i have't tested it but i think it will/willnot
anjaykumar said:
Can i use black Hawk Kernel in this rom
Click to expand...
Click to collapse
Read the OP, it says 4.1!.2 so no, you cannot use blackhawk's, it's not compatible with 4.1.2 AOSP ROMs.
Is update already out?
Sent from my GT-P3110 using XDA Premium HD app
Xintorrim said:
Is update already out?
Sent from my GT-P3110 using XDA Premium HD app
Click to expand...
Click to collapse
yes

[ROM] [WIP] AOSP 4.3 [21.10.2013] v0.04

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.
*/
This is an (pretty early) AOSP build for our lovely x3 (p880). This project is still highly WIP, and there are many, many bugs.
But the most important part of a phone is working You can make calls as usual
Now, let's go on as I'm no fan of big speeches
Working
ADB
RIL (Phone)
Data
WiFi
NFC
Sound
Music playback
Vibration
USB connection
Bluetooth
Bluetooth tethering (cannot test myself)
Button Backlight
Busybox ---> SuperSU can be easily flashed now
Brightness
Not working
Camera
You tell me more
Installation
Download the ROM
Download GAPPS
Download WWJB kernel CM10.2 version
Full wipe
Flash ROM, GAPPS and kernel (you need to flash a custom kernel for now, as the ROM is missing some modules)
reboot
As already said, this project is WIP. So expect bugs, but if you encounter bugs, please also report them via DevDB bug reports. And please read the others before to avoid double posting
XDA:DevDB Information
AOSP 4.3 [21.10.2013], a ROM for the LG Optimus 4X HD
Contributors
laufersteppenwolf
ROM OS Version: 4.3.x Jellybean
Based On: AOSP
Version Information
Status: Alpha
Created 2013-10-13
Last Updated 2013-10-21
Reserved
Changelog
Code:
v0.04
- Fixed recent apps
- Some improvements here and there ;)
v0.03
- Fixed Button Backlights
- Fixed Bluetooth tethering
- Device tree optimizations
- Fixed a derp in wifi firmware
- Busybox should be fine now
- Smoothened
- Fixed Brightness issues
v0.02
- Fixed Bluetooth
v0.01
- Initial release
Reserved
And of course the missing part
Thanks
 @Adam77Root
 @eagleeyetom
 @doixanh
The CM team
and the whole #TeamFun channel
Is it Pure Android ? Like on Nexus devices?
DarkFantasy6 said:
Is it Pure Android ? Like on Nexus devices?
Click to expand...
Click to collapse
yes this is pure android like u would find it on nexus devices
Yes, it's as pure as Android can be
I have problems uploading ATM, but i'm working on it
Alright guys, v0.01 uploaded
Enjoy!
Thank you so much for making this happen man, your work is greatly appreciated
I'm a big fan of aosp myself, I believe every phone should have aosp as viable option.
Thank you, once again
Sent from my OptimusX4HD using xda premium
MidnightDevil said:
Thank you so much for making this happen man, your work is greatly appreciated
I'm a big fan of aosp myself, I believe every phone should have aosp as viable option.
Thank you, once again
Sent from my OptimusX4HD using xda premium
Click to expand...
Click to collapse
I like AOSP myself, too It might lack some features, but the smoothness is incredible. And what a ROM needs for me is smoothness
BTW, Bluetooth is fixed now
--> v0.02 is coming
I think I'm obliged to donate now.
xD
---------- Post added at 08:12 AM ---------- Previous post was at 08:10 AM ----------
Oh, and does CM10.2 kernels work on this like SuperXE could run CM10.1 kernels?
laufersteppenwolf said:
I like AOSP myself, too It might lack some features, but the smoothness is incredible. And what a ROM needs for me is smoothness
BTW, Bluetooth is fixed now
--> v0.02 is coming
Click to expand...
Click to collapse
Most of the features can be replaced using Xposed Framework
Sent from my LG-P880 using xda premium
someth1ng said:
I think I'm obliged to donate now.
xD
---------- Post added at 08:12 AM ---------- Previous post was at 08:10 AM ----------
Oh, and does CM10.2 kernels work on this like SuperXE could run CM10.1 kernels?
Click to expand...
Click to collapse
The ramdisk does, yeah But I cannot say anything about the kernel itself. Although I think they should be fine
Officially supported is only WWJB kernel.
ectoplasma22 said:
Most of the features can be replaced using Xposed Framework
Sent from my LG-P880 using xda premium
Click to expand...
Click to collapse
I know, but I didn't mention it as i cannot test it for now. I'm working on the bugs only for now. If everything's mostly working, i will take a look at this, too
EDIT: Oops, totally forgot to mention v0.02 is up
I'll try it out when I get home.
So...where's the link to 0.02?
someth1ng said:
So...where's the link to 0.02?
Click to expand...
Click to collapse
+1
Sent from my LG-P880 using XDA Premium 4 mobile app
The v0.02 isn't in his goo.im directory, so I think he didn't upload it properly or deleted it recently.
Sent from my 4X HD via XDA Premium
someth1ng said:
So...where's the link to 0.02?
Click to expand...
Click to collapse
[email protected] said:
+1
Sent from my LG-P880 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Omario-242 said:
The v0.02 isn't in his goo.im directory, so I think he didn't upload it properly or deleted it recently.
Sent from my 4X HD via XDA Premium
Click to expand...
Click to collapse
We are using DevDB DevDB has the great opportunity to upload the ROMs/kernel/whatever directly to xda servers
So just take a look into the Download section of this DevDB project
laufersteppenwolf said:
We are using DevDB DevDB has the great opportunity to upload the ROMs/kernel/whatever directly to xda servers
So just take a look into the Download section of this DevDB project
Click to expand...
Click to collapse
I'm 99% of the time on mobile so I didn't see that but good to know anyway to get it through XDA app?
Sent from my 4X HD via XDA Premium
Where is my credit? Just kidding! Nice work, I knew you was going to push this through.

[ROM][4.2.2][WIP] Cm-10.1 Test/Development

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2.2 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.
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.
*/
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.
Downloads
Note this a test build only and I am not expecting it to boot mainly for debugging by other developers.
https://www.dropbox.com/s/0rz15j377ozrb0y/cm-10.1-20131209(1)-UNOFFICIAL-lt02wifiue.zip
Installing CM-10.1
Make sure you have a backup
Download Rom
Reboot into Recovery using 3-button-combo
Wipe data/factory reset
Install the ROM
Thanks to:
@gr8nole @ketut.kumajaya @k.aibutsu
Maybe I need this one too
Removing link forgot something
:laugh:
Is there a possibility to help you with this work? I may try this ROM, but how to help you with developing?
Best regards
n14sound
I will test and help
Sent from my GT-I9105P using xda app-developers app
---------- Post added at 10:24 PM ---------- Previous post was at 10:12 PM ----------
When do you upload like to test and help you
Sent from my GT-I9105P using xda app-developers app
@ketut.kumajaya @gr8nole I can not compile these modules. How long does it take. Once it started compiling my pc locked up.
Unjustified Dev said:
@ketut.kumajaya @gr8nole I can not compile these modules. How long does it take. Once it started compiling my pc locked up.
Click to expand...
Click to collapse
It really depends on your computer, but it has been taking 2-2.5 hours to build everything clean for me (I use ubuntu in virtualbox).
Sent from my DROID RAZR MAXX HD
gr8nole said:
It really depends on your computer, but it has been taking 2-2.5 hours to build everything clean for me (I use ubuntu in virtualbox).
Sent from my DROID RAZR MAXX HD
Click to expand...
Click to collapse
Ok I used the modules from stock. it shouldn't matter as they are external modules that don't have to match the kernel
I am uploading the build now
https://github.com/Tab3/android_dev...mmit/04e9249773a6b0ece41533715cc9728c87cf6166
safariking said:
I will test and help
Sent from my GT-I9105P using xda app-developers app
---------- Post added at 10:24 PM ---------- Previous post was at 10:12 PM ----------
When do you upload like to test and help you
Sent from my GT-I9105P using xda app-developers app
Click to expand...
Click to collapse
Link is up again
Unjustified Dev said:
Link is up again
Click to expand...
Click to collapse
As you expected, it doesn't boot. ADB is not enabled during bootup either so I couldn't get a logcat.
Looking at last_kmsg now and will play around a little to see what I can find.
gr8nole said:
As you expected, it doesn't boot. ADB is not enabled during bootup either so I couldn't get a logcat.
Looking at last_kmsg now and will play around a little to see what I can find.
Click to expand...
Click to collapse
read how k.aibutsu has it working
http://forum.xda-developers.com/showpost.php?p=48121690&postcount=207
I won't give up until usb is working lol.
Unjustified Dev said:
read how k.aibutsu has it working
http://forum.xda-developers.com/showpost.php?p=48121690&postcount=207
I won't give up until usb is working lol.
Click to expand...
Click to collapse
Got logcat...attached
gr8nole said:
Got logcat...attached
Click to expand...
Click to collapse
404 not found
Unjustified Dev said:
404 not found
Click to expand...
Click to collapse
xda issue
Try here... http://www.androidfilehost.com/?fid=23252070760974274
gr8nole said:
xda issue
Try here... http://www.androidfilehost.com/?fid=23252070760974274
Click to expand...
Click to collapse
Working on it now thanks very very useful
Keep up the good work!
We are all on your side!
:good::good::good::good::good:
bensonhsu2008 said:
Keep up the good work!
We are all on your side!
:good::good::good::good::good:
Click to expand...
Click to collapse
I need some guys on hangouts in a group to help.
Someone add me [email protected] so we can start a group. I don't want to be on my own working lol.
Last build for today
https://www.dropbox.com/s/6tccd7l3ttxjonk/cm-10.1-20131209-UNOFFICIAL-lt02wifiue.zip
For taking a logcat
http://forum.xda-developers.com/showpost.php?p=48121690&postcount=207
Unjustified Dev said:
Last build for today
https://www.dropbox.com/s/6tccd7l3ttxjonk/cm-10.1-20131209-UNOFFICIAL-lt02wifiue.zip
For taking a logcat
http://forum.xda-developers.com/showpost.php?p=48121690&postcount=207
Click to expand...
Click to collapse
Firstly thank you so much! Second if u be so kind can u upload this somewhere like androidfilehost? I cant download roms from dropbox due to my internet but I can download faster from androidfilehost
Its Going To Be LEGEND--wait for it--DARY!-Barney Stinson(How I Met Your Mother)
Ironman38102 said:
Firstly thank you so much! Second if u be so kind can u upload this somewhere like androidfilehost? I cant download roms from dropbox due to my internet but I can download faster from androidfilehost
Its Going To Be LEGEND--wait for it--DARY!-Barney Stinson(How I Met Your Mother)
Click to expand...
Click to collapse
It boots black anyway. I can't think why. Going to look into it.
Sent from my SCH-I500 using Tapatalk

Categories

Resources