[KERNEL][S4] Android 4.2.2 and Sense 5 kernel, ported from HTC One XL - v1.1 - 15/10 - HTC One S

About the kernel:
This is an almost "stock" kernel for Android 4.2.2 and Sense 5.
Since we don't have any kernel source, i ported One XL 4.2.2 kernel to One S.
I tested it with MaximusHD and everything is working like stock orignal closed-source kernel, so this is a base for future custom kernels
Source:
https://github.com/anoane/ville-4.2.2-sense5-evitaul_porting
Donation:
http://forum.xda-developers.com/donatetome.php?u=2351000
Help me to buy an original HTC MHL Cable and an original HTC One X+ 2100mha battery, i'll try to add full battery support for One S and video-out at [email protected], i read somewhere that FullHD support is crappy

Changelog and dowload:
v0.2: first public version:
http://www.4shared.com/zip/prUybCsg/fabane_ville_13_09_13.html
v0.3: updated all ville-board-* files, fixed usb detection, usb charge and adb are working now
http://www.4shared.com/zip/eHUJyZe8/fabane_ville_13_09_13_v03.html
v0.6: wifi fixed using cyanogenmod/zarboz prima_wlan (compiled from source, now on a new branch)
http://www.4shared.com/zip/y1rp6zNK/fabane_ville_17_09_13_v06.html
v1.0: wifi fixed using flar2 patch (using stock prima_wlan from MaximusHD)
http://www.4shared.com/zip/1brHpu0i/fabane_ville_04_10_13_v10.html
v1.1: fixed incoming call quality issue
http://www.4shared.com/zip/NUW_ieLg/fabane_ville_14_10_13_v11.html
https://mega.co.nz/#!oVdSyJaY!LCxmKX3e6_UOYCIPUgHqJkHcM8pagVvgZTbb6nv8vrc

Did signal break in the process? Or was it already not working?
When I booted it it had no signal, so I guess it's not your fault

usaff22 said:
Did signal break in the process? Or was it already not working?
When I booted it it had no signal, so I guess it's not your fault
Click to expand...
Click to collapse
i'll try to check dmesg and logcat with some app, since usb/adb it's not working
but i have very little spare time now, so i posted my work until now, so someone can continue it

Oh yes, finally!
Great job here..
So you used stock sense 4+ kernel, and patched it with Evita kernel update?
Sent from my One S using Tapatalk 2

Thanks a lot Guy !!!
I'm very happy to see that! :good::good::good:

yes + some ville-board-* files (following evita-board changes) to compile it without errors

Wow ! That's good news
Envoyé depuis mon HTC One S avec Tapatalk 4

Does this mean htc 4.2.2 is not far away? And we will have sense 5 with it? Or it's just experimenting?

Thank you! If you need a tester I'm here for you..
Sent from my HTC One S using xda app-developers app

Good job, cant wait to use Sense 5 + 4.2.2 on my HoS!

good news, usb is detected now, battery charge and adb are working now, so i can get logcat and dmesg and fix problems easily
i think i finished to update board-ville-* files
i'll update git source and post a v0.3 test kernel soon

pirlano said:
good news, usb is detected now, battery charge and adb are working now, so i can get logcat and dmesg and fix problems easily
i think i finished to update board-ville-* files
i'll update git source and post a v0.3 test kernel soon
Click to expand...
Click to collapse
Any idea about the current buglist?
Sent from my One S using Tapatalk 2

RockR172 said:
Any idea about the current buglist?
Sent from my One S using Tapatalk 2
Click to expand...
Click to collapse
i think we need a ported 4.2.2 rom to check them...
dmesg is pretty good
logcat show errors and crash, maybe rom related, maybe not

pirlano said:
i think we need a ported 4.2.2 rom to check them...
dmesg is pretty good
logcat show errors and crash, maybe rom related, maybe not
Click to expand...
Click to collapse
If you have been following the zenROM thread, me and usaff22 were trying to do the same, but the kernel never booted past the boot animation(technically it did, but nvm) and so we put it on hold until we had a booting kernel..
Now I don't have much time, since I got exams.. So maybe @usaff22 could help in the port of 4.2.2 based Sense..
Sent from my One S using Tapatalk 2

RockR172 said:
If you have been following the zenROM thread, me and usaff22 were trying to do the same, but the kernel never booted past the boot animation(technically it did, but nvm) and so we put it on hold until we had a booting kernel..
Now I don't have much time, since I got exams.. So maybe @usaff22 could help in the port of 4.2.2 based Sense..
Sent from my One S using Tapatalk 2
Click to expand...
Click to collapse
me too, ****ing exams
btw, cannot use rom because of this error (phone is unusable), error is repeated thousand times:
Code:
E/AndroidRuntime(21591): FATAL EXCEPTION: main
E/AndroidRuntime(21591): java.lang.ExceptionInInitializerError
E/AndroidRuntime(21591): at com.android.providers.telephony.MmsSmsDatabaseHelper.<init>(MmsSmsDatabaseHelper.java:1063)
E/AndroidRuntime(21591): at com.android.providers.telephony.MmsSmsDatabaseHelper.getInstance(MmsSmsDatabaseHelper.java:1072)
E/AndroidRuntime(21591): at com.android.providers.telephony.SearchdbProvider.onCreate(SearchdbProvider.java:93)
E/AndroidRuntime(21591): at android.content.ContentProvider.attachInfo(ContentProvider.java:1085)
E/AndroidRuntime(21591): at android.app.ActivityThread.installProvider(ActivityThread.java:5516)
E/AndroidRuntime(21591): at android.app.ActivityThread.installContentProviders(ActivityThread.java:5097)
E/AndroidRuntime(21591): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5034)
E/AndroidRuntime(21591): at android.app.ActivityThread.access$1300(ActivityThread.java:162)
E/AndroidRuntime(21591): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1432)
E/AndroidRuntime(21591): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(21591): at android.os.Looper.loop(Looper.java:158)
E/AndroidRuntime(21591): at android.app.ActivityThread.main(ActivityThread.java:5751)
E/AndroidRuntime(21591): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(21591): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(21591): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1083)
E/AndroidRuntime(21591): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:850)
E/AndroidRuntime(21591): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(21591): Caused by: java.lang.NoClassDefFoundError: android.provider.Telephony$MmsSms
E/AndroidRuntime(21591): at com.android.providers.telephony.util.DatabaseMonitor.<clinit>(DatabaseMonitor.java:22)
E/AndroidRuntime(21591): ... 17 more
I/ActivityManager( 792): Start proc com.android.nfc for restart com.android.nfc: pid=21603 uid=1027 gids={41027, 3002, 3001, 1015, 1028}
W/ActivityManager( 792): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 792): Recipient 21591
I/ActivityManager( 792): Process com.android.phone (pid 21591) has died.
I/ActivityManager( 792): Start proc com.android.phone for restart com.android.phone: pid=21616 uid=1001 gids={41001, 3002, 3001, 3003, 5012, 1026, 5006, 5011, 1028}
D/PhoneStatusBar( 1253): updateIcon slot=nfc index=13 viewIndex=0 old=StatusBarIcon(pkg=com.android.nfcuser=0 id=0x7f020005 level=0 visible=false num=0 ) icon=StatusBarIcon(pkg=com.android.nfcuser=0 id=0x7f020005 level=0 visible=true num=0 ) compareIcon= name=bottom_divider_glow vis=false >> true
D/PhoneStatusBar( 1253): updateIcon slot=nfc index=13 viewIndex=0 old=StatusBarIcon(pkg=com.android.nfcuser=0 id=0x7f020005 level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.nfcuser=0 id=0x7f020005 level=0 visible=false num=0 ) compareIcon= name=bottom_divider_glow vis=true >> false
basically com.android.phone problem and nfc (we don't have nfc)
maybe @usaff22 already know the problem...how i can fix network signal and remove nfc stuff?
btw v0.3 uploaded on second post
EDIT: commit done
EDIT2: maybe i found the most important problem: sd cards (internal partition of course) seems not mounted, it will not save picture (camera and camcorder should be working): "Unable to save file to storage card due to insufficient file permissions", and i think it's a kernel problem, since i have the same behaviour with Sense 4+ too
I will post logcat and dmesg and try to fix sdcard mount

did you do anything to rom? like any kind of porting?

pirlano said:
EDIT2: maybe i found the most important problem: sd cards (internal partition of course) seems not mounted, it will not save picture (camera and camcorder should be working): "Unable to save file to storage card due to insufficient file permissions", and i think it's a kernel problem, since i have the same behaviour with Sense 4+ too
I will post logcat and dmesg and try to fix sdcard mount
Click to expand...
Click to collapse
The mount error might be from the Rom
I'm going to try with the kernel and stock 4.2.2 to see if I can help in any way nice work
Sent from my HTC VLE_U using Tapatalk 2

Flashalot said:
The mount error might be from the Rom
I'm going to try with the kernel and stock 4.2.2 to see if I can help in any way nice work
Sent from my HTC VLE_U using Tapatalk 2
Click to expand...
Click to collapse
you left out a bunch of the fuse_sdcard stuff and other things fuse uses
but we dont need to emulate SDcard like other devices do since we have partiiton

rc420head said:
did you do anything to rom? like any kind of porting?
Click to expand...
Click to collapse
no, zero, untouched :silly:
Flashalot said:
The mount error might be from the Rom
I'm going to try with the kernel and stock 4.2.2 to see if I can help in any way nice work
Sent from my HTC VLE_U using Tapatalk 2
Click to expand...
Click to collapse
i checked with adb and sdcard is mounted correctly, so maybe it's rom related

Related

[ROM] Ir2 1.78.401.2 - HTC One S Stock ROM DUO [Deodexed-Updated-Optimised]

This is a repack of the stock ROM for the HTC One S, the most recent release at the time of writing - 1.78.401.2.
Features...
Deodexed
All components Updated to the latest versions
Optimised with the MCR build system for
Rooted with insecure boot image
A kitchen for this will follow shortly. This will also form the basis for my next MoDaCo Custom ROM.
This image is for flashing via ClockworkMod recovery, and is used at your own risk! Always back up before flashing!
Ir2 1.78.401.2 DUO - DOWNLOAD - MD5: d9352b78a9e5df3ccce5aca2c78e1084
Enjoy!
P
"Optimised with the MCR build system"
Can you explain a bit more about this? What are the advantages?...
Should this work on the TMO US Version?
Sent from my HTC One S using Tapatalk 2
ZeppeMan said:
"Optimised with the MCR build system"
Can you explain a bit more about this? What are the advantages?...
Click to expand...
Click to collapse
The download is smaller, the system files take up less space on the device and it gives a slight speed improvement.
cannondale0815 said:
Should this work on the TMO US Version?
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
Untested on the T-Mo version!
P
paulobrien said:
The download is smaller, the system files take up less space on the device and it gives a slight speed improvement.
Click to expand...
Click to collapse
Thx for your answer, I allways see that in your "feature list" and wondered what is actually did, now I know
paulobrien said:
The download is smaller, the system files take up less space on the device and it gives a slight speed improvement.
P
Click to expand...
Click to collapse
Is it like a better compression of compressed file?
Thanks for that Paul, sadly I haven't found the newest RUU but this is a great help, thanks!
can be deleted
nevermind.
Azerty keyboard???
m!k3 said:
Azerty keyboard???
Click to expand...
Click to collapse
Sorry but you can't ask everywhere for this feature, it isn't here, you can give the .odex files and we can deodex it for you but please don't ask everywhere for it!
torxx said:
Sorry but you can't ask everywhere for this feature, it isn't here, you can give the .odex files and we can deodex it for you but please don't ask everywhere for it!
Click to expand...
Click to collapse
I don't ask only for the keybord, i search a rom with the keybord!
I send to you an mp with the apk if you want (HTC_IME and CIMEXT9) but not reply ...
Please can some one post their com.htc.resource.apk and rosie.apk of this phone.
i am making a sense 4 theme for go launcher.any help will be appreciated
John XDA fan said:
Please can some one post their com.htc.resource.apk and rosie.apk of this phone.
i am making a sense 4 theme for go launcher.any help will be appreciated
Click to expand...
Click to collapse
Can't you just download the ROM and pull them out yourself?
wastage of time and data please upload them
John XDA fan said:
wastage of time and data please upload them
Click to expand...
Click to collapse
So you want to waste other peoples time. It's not that hard, this is 2012 unless your on a 3g network 400mb aint nothing.
I'm getting a force close on the hold options in messages like copy and paste
Sent from my HTC One S using Tapatalk 2
Same Problem. Can't mark anything in HTC apps
Gesendet von meinem HTC One S mit Tapatalk 2
zeroprobe said:
So you want to waste other peoples time. It's not that hard, this is 2012 unless your on a 3g network 400mb aint nothing.
Click to expand...
Click to collapse
I am not on 3g this time hence i am asking dude i can hardly download 100 MB.My connection is down this time hence i am asking for you to upload.If you want to help then upload or its your choice
+1 Also getting a crash when doing a long-press.
Code:
W/dalvikvm(18126): threadid=1: thread exiting with uncaught exception (group=0x40a97a08)
E/AndroidRuntime(18126): FATAL EXCEPTION: main
E/AndroidRuntime(18126): java.lang.VerifyError: com/htc/quickselection/HtcCheckableImageView
E/AndroidRuntime(18126): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime(18126): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime(18126): at android.view.LayoutInflater.createView(LayoutInflater.java:586)
E/AndroidRuntime(18126): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680)
E/AndroidRuntime(18126): at android.view.LayoutInflater.inflate(LayoutInflater.java:466)
E/AndroidRuntime(18126): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime(18126): at com.htc.quickselection.HtcQuickSelectionWindow.obtainView(HtcQuickSelectionWindow.java:668)
E/AndroidRuntime(18126): at com.htc.quickselection.HtcQuickSelectionWindow.inflateAction(HtcQuickSelectionWindow.java:198)
E/AndroidRuntime(18126): at com.htc.quickselection.HtcQuickSelectionWindow.addActionSet(HtcQuickSelectionWindow.java:263)
E/AndroidRuntime(18126): at com.htc.quickselection.HtcQuickSelectionWindow.addButton(HtcQuickSelectionWindow.java:296)
E/AndroidRuntime(18126): at com.htc.textselection.HtcTextSelectionManager.prepareHtcPasteWindow(HtcTextSelectionManager.java:192)
E/AndroidRuntime(18126): at android.widget.TextView$HandleView$1.run(TextView.java:11737)
E/AndroidRuntime(18126): at android.os.Handler.handleCallback(Handler.java:607)
E/AndroidRuntime(18126): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(18126): at android.os.Looper.loop(Looper.java:154)
E/AndroidRuntime(18126): at android.app.ActivityThread.main(ActivityThread.java:4977)
E/AndroidRuntime(18126): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(18126): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(18126): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(18126): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(18126): at dalvik.system.NativeStart.main(Native Method)
E/EmbeddedLogger( 424): App crashed! Process: com.google.android.gm
E/EmbeddedLogger( 424): App crashed! Package: com.google.android.gm v360 (4.0.5)
E/EmbeddedLogger( 424): Application Label: Google Mail
W/ActivityManager( 424): Force finishing activity com.google.android.gm/.ComposeActivity
---------- Post added at 06:55 PM ---------- Previous post was at 06:41 PM ----------
John XDA fan said:
Please can some one post their com.htc.resource.apk and rosie.apk of this phone.
i am making a sense 4 theme for go launcher.any help will be appreciated
Click to expand...
Click to collapse
http://dl.dropbox.com/u/24219415/com.htc.resources.apk
http://dl.dropbox.com/u/24219415/Rosie.apk

[rom][23.08.2012 - TUK][linaro]Unknown CM9[Port - Supercharged - Tweaked]

BEFORE YOU GO ON READING, READ THIS !!!!!​
Another pure version of CM9 but this is a port of Linaro version...For what is linaro?...please use Google...
This rom isn't based on our CM9, just use some libs from our device to boot up...don't mistake me
and Supercharged...
Click to expand...
Click to collapse
FEATURE LIST
Linaro toolchain 4.6
Supercharged
Heavy tweaked
S3's sounds
Hefe 0.8.0 kernel (Jeffsf's work)
Thomas's LZ scripts
Change log
Code:
[B]19.08.2012[/B]
[LIST]
[*]First build
[*]Hefe Kernel of JEFFSF...BIG THANKS TO HIM
[*]Tweaked build.prop
[*]Supercharged
[*]Init.d Tweaks from Thomas (Unknown gapps)
[*]Exclusive gapps
[*]Added some sounds
[*]Cleaned some stuffs
[/list]
[B]23.08.2012[/B]
[list]
---------------Carlos's work
[*] Second build by [B][COLOR="Red"]Carlos[/COLOR][/B]
[*]Remove some extra lines that maybe could cause phone slow down
[*]Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
[*]Added sony bravia
[*]Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
[*]Some corrections in the build.prop and with more tweaks
[*]Increased GPS speed
[*]JELLYBEAM look!!
---------------My work
[*]Updated kernel to Hefe 0.8.1
[*]Cleaned some stuffs
[/list]
---------------Gapps version 2
[list]
[*]Some minor init.d tweaks problems
[*]Some dump stuff not very important
[*]Revert back to Google Search
[*]Version FB w/o tweaks for who wants faster boot time (but still Supercharged)
[/LIST]
Download LinksRom​
First testing build (94.64MB)
MD5: 1cb1da23332133ffc64ca073f3e32d64
Second build By Carlos
Second testing build (94.35MB)
MD5: c95819036bb557503be13d29fb8d8bfc​Gapps and Morphine​
Uknown gapps
MD5: 9d29becfb711980f04d4b17f1582b4b9
Uknown gapps v2 Mirror By Carloshttps://dl.dropbox.com/u/86760139/unknown_gapps.ziphttps://dl.dropbox.com/u/86760139/unknown_gapps.zip
MD5: 89b46e94c27fe8f2fe419906c6884741
Uknown gapps v2 FB (Faster boot - No tweak but still supercharged)
MD5: 554b883056547403412bb40526fd4929​
Bugs
CM9 bugs
You tell me
INSTRUCTION
YOU MUST BE ON ICS TO FLASH THIS
Download the ROM zip file to your SD card
Reboot to CWM/TWRP
Do a factory reset
Format /system
Flash the ROM using CWM/TWRP
(Optional) Flash Unknown_gapps if you want the Market plus other Google apps and Tweaks
Reboot to the ROM
Let it sit for 10 mins
If you previously had IMEI/EFS problems, flash back to stock with my Heimdall OneClick, then Heimdall OneClick either AntonX's or Hampsterblade's kernel with CWM, then flash CM9 from there.
Flashing from 3.0.2.8 recovery does not work. Make sure the version of your recovery is 5.0.2.x (x being 7 or 8).
Got problems? Ask in the Q&A Thread!
CREDITS​
Cyanogen team
zeppelinrox
Kylesum
Team Acid (Especially JT, Bryan, Fernando,...)
Team Kickass - (Especially Thomas, Erikmm,...)
Team Unknown (my mates...)
Jeffsf
Juan - Mr.dope for graphics logo and some will come in future so stay tuned ^^
Carlos Maintainer w me
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
brandonc0526 said:
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
Click to expand...
Click to collapse
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
daothanhduy1996 said:
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
Click to expand...
Click to collapse
I think it does since its a different build/version of CM9 then what we already currently have. And don't worry about it, we can wait
seems really cool. If you google and actually read about it.i noticed a link wasnt up was wondering if it will be back up soon or can we just use the packages from the linaro website. I would rather have the port to save time trouble. Says linaro about doubles the speed in their cm9 version. Sorry i got an error posting to qa
Sent from my SGH-T959V using XDA Premium HD app
Okay, Links are up now, you can flash and try it now ^^
For who uses Wifi, maybe u will have a quick battery drain, if u want to save some juice, you can do the following steps: before flashing, open the zip file and modify the build.prop by deleting this line: wifi.supplicant_scan_interval=20 (just that line)
Your warranty now is void
AGAIN, YOU MUST BE ON ICS TO FLASH THIS
P/s: This rom was built by Linaro toolchain 4.6 but our kernels weren't so, if u don't get it at full speed as u hope, don't comment bad things in this thread...Thank you
Pp/s: Hit thanks if u like
Nice job dao. I will be back to android soon hope to start a new project so be ready!
This rom is really fast. Only bug that i found on few other roms. When adding lockscreen as toggle for pulldown bar it dont lock screen when selected
Sent from my SGH-T959V using XDA Premium HD app
update coming just wait like..........................two hours depending internet mood
okay links up there have been several butter changes
Unknown CM9 2 and Unknown gapps 2
Unknown CM9 Changes​
Click to expand...
Click to collapse
* Remove some extra lines that maybe could cause phone slow down
*Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
*Added sony bravia
*Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
*Some corrections in the build.prop and with more tweaks
*Increased GPS speed
*JELLYBEAM look!!
Click to expand...
Click to collapse
Unknown gapps changes
Click to expand...
Click to collapse
​
*Some minor init.d tweaks problems
*Some dump stuff not very important
Click to expand...
Click to collapse
WiFi doesn't seem to be enabling at all. I'll get a log for you in the morning..
**edit**
seems to be an issue with the Wi-Fi driver..
Sent from my SGH-T959V using xda app-developers app
---------- Post added at 06:43 AM ---------- Previous post was at 05:55 AM ----------
--------- beginning of /dev/log/system
W/InputManagerService( 4286): Window already focused, ignoring focus gain of: [email protected]
--------- beginning of /dev/log/main
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android.settings.SETTINGS flg=0x10000000 cmp=com.android.settings/.Settings} from pid 15889
D/AudioHardware( 450): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 450): open pcm_out driver
D/AudioHardware( 450): openPcmOut_l() mPcmOpenCnt: 0
V/AudioHardware( 450): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 450): open playback normal
V/AudioHardware( 450): write() wakeup setting route SPK
I/ActivityManager( 4286): Start proc com.android.settings for activity com.android.settings/.Settings: pid=28972 uid=1000 gids={1015, 3002, 3001, 3003, 3007}
D/LocalBluetoothProfileManager(28972): LocalBluetoothProfileManager construction complete
I/Process ( 4286): Sending signal. PID: 28972 SIG: 3
I/dalvikvm(28972): threadid=3: reacting to signal 3
I/dalvikvm(28972): Wrote stack traces to '/data/anr/traces.txt'
D/libEGL (28972): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer(28972): Enabling debug mode 0
W/InputManagerService( 4286): Starting input on non-focused client [email protected] (uid=10075 pid=28912)
I/ActivityManager( 4286): Displayed com.android.settings/.Settings: +1s65ms
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android
Sent from my SGH-T959V using xda app-developers app
Lol, I think I know why but I will download the build 2 and see what's wrong when I get home
Sent from my SGH-T959V using xda premium
Before I go back to Galaxy S 4G Beam, here is the alogcat that I got. I wanted to attach but phone app wouldn't let me.
Below seems to be the content of wifi failure
__________________________
I/ActivityManager( 1991): Process com.google.android.apps.maps:LocationFriendService (pid 6073) has died.
D/androidNetworkLocationListeners( 4307): Still have listener com.google.android.location.int[email protected]
E/WifiStateMachine( 1991): DriverFailedState
D/WifiLocator( 4307): Too many no-location APs. Will not compute a location nor go to the server. hasLocation=0 noLocation=0 cacheMiss=0
E/WifiStateMachine( 1991): DriverFailedState
Sent from my SGH-T959V using xda app-developers app
Well try flashing first the rom and the gapps without rebooting when flashing both because I have the same problem when I flash the rom and then reboot later after that go to thr recovery and flash the gapps
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
GMSonicX said:
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
I flashed rom then gapps, nothing else, and wifi is working. Could it be the kernel or modem? I dont see awesome beats being the issue.
Sent from my SGH-T959V using xda premium
I've had issues with the Hefe kernel causing Wifi not to work, but it gets fixed if you re-flash the kernel again.
That works, I still get an error though. Well its in red. And red ALWAYS means there's something wrong. Right?
Sent from my SGH-T959V using xda app-developers app

[ROM] [JB 4.3] Project Equilibrium

**This OP is still a stub.**​
Download link: http://www6.zippyshare.com/v/53583730/file.html
-More to come.-
-Suggestions for editing are welcome!-
XDA:DevDB Information
Project Equilibrium i9103, a ROM for the Samsung Galaxy R i9103
Contributors
Adam77Root, Grarak, Disturbed™, Tha TechnoCrat, CallMeVentus
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.1.x
ROM Firmware Required: Stock ICS 4.0.4 (preferably Indian XWLP8)
Based On: CyanogenMod 10.2
Version Information
Status: Alpha
Created 2013-09-24
Last Updated 2013-10-15
Reserved
--reserved--
Great.. Seems u are trying to get the most out of our Galaxy R!!! Thank u on behalf of the whole SGR community!!!
Sent from my Galaxy!
Great Adam SGR is alive again
Will download and report ^^
Grarak said:
Great Adam SGR is alive again
Will download and report ^^
Click to expand...
Click to collapse
LoL buddy, you compiled one for your S4.
Ho Hoo... Dude.. You Rock...
Once again my Galaxy R is alive.. :thumbup::thumbup::thumbup:
Sent from the future...
First Impression : Great Rom (Screenshots attached)
Thank you @Adam77Root for this Rom.
This Rom like PAC MAN and other custom roms is having the same problem which we also have in CM 10.2 too i.e. After Reboot, it stuck at Galaxy R Screen. no matter what we do, the device doesnt boots up again.
this is the only thing that is keeping many users from using 4.3.
I know you dont own Galaxy R anymore and it is difficult to do development but is there any chance that you could solve this "Stuck at Galaxy R Screen" problem?
Nikhil said:
First Impression : Great Rom (Screenshots attached)
Thank you @Adam77Root for this Rom.
This Rom like PAC MAN and other custom roms is having the same problem which we also have in CM 10.2 too i.e. After Reboot, it stuck at Galaxy R Screen. no matter what we do, the device doesnt boots up again.
this is the only thing that is keeping many users from using 4.3.
I know you dont own Galaxy R anymore and it is difficult to do development but is there any chance that you could solve this "Stuck at Galaxy R Screen" problem?
Click to expand...
Click to collapse
As its a new project of Team Equilibrium. If possible, try to Provide Log-cat to Team Equilibrium. BTW, Grarak, callmeventus & Tha Technocrat can also help in this regard, if you will provide Log-Cat.
BTW, thanks for the screenies.. Really liked that..
@Nikhil whenever your phone is stuck at the galaxy logo. Press the power button for 10 seconds. Hard reboot is a workaround until we can find a reason for this problem . If that doesn't then take out the battery and restart the phone.
I am doing the same
Sent from my GT-I9103 using
xda app-developers app
Can somebody link me to the Gapps we should use with this. Thanks in advance.
maheepmaurya said:
Can somebody link me to the Gapps we should use with this. Thanks in advance.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2378992
Sent from my GT-I9103 using xda app-developers app
Potential Bug: Clock is stopping every time when I try to set alarm. Getting error "Unfortunately, Clock has stopped".
Tha TechnoCrat said:
@Nikhil whenever your phone is stuck at the galaxy logo. Press the power button for 10 seconds. Hard reboot is a workaround until we can find a reason for this problem . If that doesn't then take out the battery and restart the phone.
I am doing the same
Sent from my GT-I9103 using
xda app-developers app
Click to expand...
Click to collapse
Not working for me.
tried hard reboot many times.
tried removing battery
tried clearing dalvik caches
tried rebooting from recovery
tried normal shut down and manually booting.
nothing works for me.
i wonder how it is working for you.
pdesai said:
Potential Bug: Clock is stopping every time when I try to set alarm. Getting error "Unfortunately, Clock has stopped".
Click to expand...
Click to collapse
Can we have a logcat please?
CallMeVentus said:
Can we have a logcat please?
Click to expand...
Click to collapse
Here you go. Logcat attached. Hope this help.
pdesai said:
Here you go. Logcat attached. Hope this help.
Click to expand...
Click to collapse
Code:
09-24 20:04:12.366 W/ActivityManager( 405): Permission denied: checkComponentPermission() owningUid=10014
09-24 20:04:12.366
W/BroadcastQueue( 405): Permission Denial: broadcasting Intent { act=notif_in_use_cancel flg=0x10 } from com.google.android.deskclock (pid=7027, uid=10055) is not exported from uid 10014 due to receiver com.android.deskclock/.timer.TimerReceiver
09-24 20:04:16.406 W/ActivityManager( 405): Permission denied: checkComponentPermission() owningUid=10014
09-24 20:04:16.406 W/BroadcastQueue( 405): Permission Denial: broadcasting Intent { act=notif_in_use_show flg=0x10 } from com.google.android.deskclock (pid=7027, uid=10055) is not exported from uid 10014 due to receiver com.android.deskclock/.timer.TimerReceiver
09-24 20:04:16.496 W/ActivityManager( 405): Permission denied: checkComponentPermission() owningUid=10014
09-24 20:04:16.496 W/ActivityManager( 405): Permission denied: checkComponentPermission() owningUid=10014
09-24 20:04:16.496 W/dalvikvm( 7027): threadid=12: thread exiting with uncaught exception (group=0x41def700)
09-24 20:04:16.496 W/ActivityManager( 405): Permission Denial: opening provider com.android.deskclock.AlarmProvider from ProcessRecord{422b45f0 7027:com.google.android.deskclock/u0a10055} (pid=7027, uid=10055) that is not exported from uid 10014
The clock alarm service has been denied permission from the start, we'll look into it.
Nikhil said:
Not working for me.
tried hard reboot many times.
tried removing battery
tried clearing dalvik caches
tried rebooting from recovery
tried normal shut down and manually booting.
nothing works for me.
i wonder how it is working for you.
Click to expand...
Click to collapse
Which baseband? I have XXLQ3
"Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask in signature or post for it and defeat the purpose why it was introduced"
Nikhil said:
Not working for me.
tried hard reboot many times.
tried removing battery
tried clearing dalvik caches
tried rebooting from recovery
tried normal shut down and manually booting.
nothing works for me.
i wonder how it is working for you.
Click to expand...
Click to collapse
Have you tried mounting /system and /data prior to installation?
You wouldn't care where I sent this message from.
Tha TechnoCrat said:
Which baseband? I have XXLQ3
Click to expand...
Click to collapse
DDLP3.
currently I'm shuffling between 10.1 and 10.2.
i'll give logcat, the next time i flash this rom.

Port sense from HTC One SV (help needed)

I try to port Sense from HTC One SV on our Xperia L.
I replaced BOOTCLASSPATCH in Extended stock kernel v2 from original sense kernel. Also I little edited ROM.
But my port freezes on bootanimation.
I need your help...
Last log - http://forum.xda-developers.com/showpost.php?p=47577503&postcount=22
Rom (last build) - https://drive.google.com/file/d/0B5kucJeEvGrGcFFqRmlqSG1uQ0E/edit?usp=sharing
Modified kernel - https://docs.google.com/file/d/0B5kucJeEvGrGTVNCVWhEdVNwYUE/edit
Original ROM - http://fs1.d-h.st/download/00053/hDK/k2u_JB_2.14.401.107_stock_odexed_01_06_13.zip
Logcat Logcat Logcat!!!
The-Superman said:
Logcat Logcat Logcat!!!
Click to expand...
Click to collapse
I know it, but I have some problems with adb, than help needed
like81 said:
I know it, but I have some problems with adb, than help needed
Click to expand...
Click to collapse
Sorry but no one can tell your problem without logcat. We cannot see what causes you to stay on bootlogo just by looking at the image. Try Advanced Logcat Viewer as it includes working adb and an advanced logcat viewer ( http://forum.xda-developers.com/showthread.php?t=2454610)
Sent from my E10i using xda premium
pongnamu said:
Sorry but no one can tell your problem without logcat. We cannot see what causes you to stay on bootlogo just by looking at the image. Try Advanced Logcat Viewer as it includes working adb and an advanced logcat viewer ( http://forum.xda-developers.com/showthread.php?t=2454610)
Click to expand...
Click to collapse
Thanks, i will try to do it.
Okay, I got logs!
It's my logs.
I'm thinking how to fix it...
I really hope to see this rom on our xl
Sent from my C2104
Keeping an eye on this! :good:
Firstly I must fix fatal errors....
F/libc (13914): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 13914 (zygote)
F/libc (13777): Failed while talking to debuggerd: Connection reset by peer
F/libc (13914): Failed while talking to debuggerd: Connection reset by peer
F/libc (13929): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 13929 (zygote)
F/libc (14062): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 14062 (mediaserver)
F/libc (14062): Unable to open connection to debuggerd: Connection refused
Click to expand...
Click to collapse
It's all fatal errors. This problems take place in libc.so, I think...
After few fixes, some errors have disappeared.
New log.
like81 said:
After few fixes, some errors have disappeared.
New log.
Click to expand...
Click to collapse
is it sense 5? If it is, u need ion kernel right?
Tausif Ahmed said:
is it sense 5? If it is, u need ion kernel right?
Click to expand...
Click to collapse
No, it's sense 4+. It doesn't need ION.
P.S. HTC One SV hasn't sense 5
P.P.S. And I have HTC Explorer too)))
As of what I saw in the logcat ,, There are some libs missing..Try to add them or fix them if they exist
Sparksys said:
As of what I saw in the logcat ,, There are some libs missing..Try to add them or fix them if they exist
Click to expand...
Click to collapse
Missing libs... Okay, thanks.
F/libc (12893): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 12893 (zygote)
And what is this error? What is fatal signal?
The new fixes. And a new log
Don't watch to errors with camera and audio_policy, I'll fix it later.
I was thinking few days and I understand that this errors are linked together!!!
E/JNIHelp (10516): Native registration unable to find class 'com/android/internal/os/RuntimeInit', aborting
F/libc (10516): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 10516 (zygote)
Click to expand...
Click to collapse
I think android can't find this class in services.jar. And I think that if I add it to services.jar, errors dissapear!
But I'm not sure...
may be changing in drivers fix some problems
Its not working broo...
Sent by using xda premium

[WIP][DEV] MIUI ROM 4.7.25 for Moto G [20140726]

FOR EVERYONE:
The ROM IS NOT BOOTING YET. This thread is for DEVELOPERS ONLY, if you can't help me, don't post here,
and NO, I WON'T GIVE UP UNTIL WE HAVE A WORKING MIUI ROM.
Status: STUCK ON BOOTANIMATION
You can find more info on MIUI ROM right here: http://en.miui.com/
Changelog:
20140726: Ported from LG / Google Nexus 4
Based on MK4.44 20140726 nightly
20140705 #2: Based on latest 20140705 nightly
20140705: MIUI Patch ROM
20140704 #2: Base updated to "cm-11-20140704-NIGHLTY-falcon"
20140704: Some kernel changes
20140703: First build
Downloads:
20140726: http://www.androidfilehost.com/?fid=23578570567718880
20140705 #2: http://www.androidfilehost.com/?fid=23501681358557999
20140705: http://www.androidfilehost.com/?fid=23501681358557706
20140704 #2: https://www.dropbox.com/s/ws8ioh1kwdelhw6/miui_falcon_4.6.27_20140704_2.zip
20140704: https://www.dropbox.com/s/7blu7jpcvfp7xw1/miui_falcon_4.6.27_20140704.zip
20140703: https://www.dropbox.com/s/vql0c0yp50v4i9p/miui_falcon_4.6.27_20140703.zip
Working:
-
Not working:
-
Instructions:
1. Update recovery
2. Wipe Data / Factory Reset (Format /system if you want)
3. Install the ROM
4. Install GApps
5. Reboot
ROM Review (thanks to TechJunkieReviews):
Credits:
Google / AOSP
@kromuch
dhacker29
Cyanogenmod
MIUI (Xiaomi)
If you help me, your name will be here! ​

			
				
Did you build this, or did you just copy and paste files into a working rom? It'll be hard for a dev to help you if it wasn't built. (to my knowledge at least)
YoshiShaPow said:
Did you build this, or did you just copy and paste files into a working rom? It'll be hard for a dev to help you if it wasn't built. (to my knowledge at least)
Click to expand...
Click to collapse
Yes he ported according to me taking cm as base
And @K3VYNC did u port the kernel?
cant help unless the OP states what steps he / she has taken. we will know what files are missing and what framework needs modification
I working in the port of this from Patch_rom source .----. If any can help send me PM [DEV only and who have knowledge about this.]
EDIT:
did you make changes in bootclaspath in the ramdisk? because you need add directives of MIUI in the ramdisk
Cheers.
TeamMex said:
did you make changes in bootclaspath in the ramdisk? because you need add directives of MIUI in the ramdisk
Click to expand...
Click to collapse
Here is my kernel with shelld in ramdisk, recently I've ported MIUI to Moto G, but it had many software bugs, so, I deleted ROM and now have only ported kernel.
Flash this manually, it's not a flashable ZIP.
Pff we need work a lot xD
Code:
E/qdhwcomposer( 240): hwc_set_primary: display commit fail for 0 dpy!
E/qdhwcomposer( 240): configure: No pipes available to configure fb for dpy 0
E/qdhwcomposer( 240): hwc_sync: ioctl MSMFB_BUFFER_SYNC failed, err=Function not implemented
E/qdhwcomposer( 240): hwc_sync: acq_fen_fd_cnt=1 flags=16 fd=16 dpy=0 numHwLayers=2
E/qdoverlay( 240): Failed to call ioctl MSMFB_DISPLAY_COMMIT err=Function not implemented
E/qdoverlay( 240): static bool overlay::eek:verlay::displayCommit(const int&, const overlay::utils::Dim&): commit failed
E/qdhwcomposer( 240): hwc_set_primary: display commit fail for 0 dpy!
E/qdhwcomposer( 240): configure: No pipes available to configure fb for dpy 0
E/qdhwcomposer( 240): hwc_sync: ioctl MSMFB_BUFFER_SYNC failed, err=Function not implemented
E/qdhwcomposer( 240): hwc_sync: acq_fen_fd_cnt=1 flags=16 fd=16 dpy=0 numHwLayers=2
E/qdoverlay( 240): Failed to call ioctl MSMFB_DISPLAY_COMMIT err=Function not implemented
E/qdoverlay( 240): static bool overlay::eek:verlay::displayCommit(const int&,
TeamMex said:
Pff we need work a lot xD
Click to expand...
Click to collapse
@K3VYNC how you make mistakes? My port was successful with one try! However, some sensors and phone app did not work, but the phone worked. @K3VYNC, from which device you ported it?
im waiting for this YOHOO !! MIUI in MOTO G
i hope this will be avaialble on xt1033 variant
kromuch said:
@K3VYNC how you make mistakes? My port was successful with one try! However, some sensors and phone app did not work, but the phone worked. @K3VYNC, from which device you ported it?
Click to expand...
Click to collapse
Your port was from what device ?
it's more EASY make it from source
kromuch said:
@K3VYNC how you make mistakes? My port was successful with one try! However, some sensors and phone app did not work, but the phone worked. @K3VYNC, from which device you ported it?
Click to expand...
Click to collapse
instead of bashing, why dont you post your build or help the guy porting it?
TeamMex said:
Your port was from what device ?
it's more EASY make it from source
Click to expand...
Click to collapse
From the official Nexus 5 (adding to the OP)
Sent from my Moto G using XDA Free mobile app
K3VYNC said:
From the official Nexus 5 (adding to the OP)
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
maybe is better to port it from xiaomi mi2 due to the screen resolution
http://en.miui.com/download-2.html
kromuch said:
Here is my kernel with shelld in ramdisk, recently I've ported MIUI to Moto G, but it had many software bugs, so, I deleted ROM and now have only ported kernel.
Flash this manually, it's not a flashable ZIP.
Click to expand...
Click to collapse
I've added to the ROM
Sent from my Moto G using XDA Free mobile app
TeamMex said:
Your port was from what device ?
Click to expand...
Click to collapse
From Nexus 5 too.
K3VYNC said:
I've added to the ROM, I'm uploading later today
Click to expand...
Click to collapse
Does ROM boot now?
Important! Forgot to say that this kernel is from GPE ROM, so you must flash GPE before flashing MIUI, because Motorola ROM and GPE ROM use different file systems. If anyone give me last Moto-stock kernel (from backup or by another way), I'll add required files to it too. But for Moto-stock kernel must be Moto-stock based port, the same for GPE kernel.
kromuch said:
Yes, from Nexus 5 too.
Does ROM boot now?
Important! Forgot to say that this kernel is from GPE ROM, so you must flash GPE before flashing MIUI, because Motorola ROM and GPE ROM use different file systems.
Click to expand...
Click to collapse
Okay, thanks bro (added to the OP) and no, I couldn't test it.
And yes, I can send you the stock kernel
Sent from my Moto G using XDA Free mobile app
K3VYNC said:
Okay, thanks bro (added to the OP) and no, I couldn't test it, but it's uploading (almost DONE), can you test it?
And yes, I can send you the stock kernel
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
will download it and report...
Edit: download gets canceled at end moment.
The latest build gets an error 509
antarix said:
will download it and report...
Edit: download gets canceled at end moment.
The latest build gets an error 509
Click to expand...
Click to collapse
Try the latest one, tell me if something is changed.
Now I have dev acess to AndroidFileHost! :victory:
Sent from my Moto G using XDA Free mobile app
Cooooll, i watiiiing

Categories

Resources