Hi, I will build AOSP GB from source and I want to add Theme Chooser from CM7
Is possible to do this?
Thanks in advance
xSkArx said:
Hi, I will build AOSP GB from source and I want to add Theme Chooser from CM7
Is possible to do this?
Thanks in advance
Click to expand...
Click to collapse
Yes it is possible.
lithid-cm said:
Yes it is possible.
Click to expand...
Click to collapse
Sorry, but How can I do it?
Enviado desde mi X10i
xSkArx said:
Sorry, but How can I do it?
Enviado desde mi X10i
Click to expand...
Click to collapse
Easiest way, would be to look at the CM commits when it was introduced, squash all those commits and merge them into aosp code to distribute.
lithid-cm said:
Easiest way, would be to look at the CM commits when it was introduced, squash all those commits and merge them into aosp code to distribute.
Click to expand...
Click to collapse
I found this, https://github.com/tmobile/themes-platform-vendor-tmobile-apps-ThemeChooser how and where can I add this to aosp? Or I need more files?
Enviado desde mi X10i
xSkArx said:
I found this, https://github.com/tmobile/themes-platform-vendor-tmobile-apps-ThemeChooser how and where can I add this to aosp? Or I need more files?
Enviado desde mi X10i
Click to expand...
Click to collapse
Yup, now you need all the framework and application modifications to accept the themes.
lithid-cm said:
Yup, now you need all the framework and application modifications to accept the themes.
Click to expand...
Click to collapse
Framework from cm7 or this https://github.com/tmobile/themes-platform-frameworks-base?
Enviado desde mi X10i
any help please?
Enviado desde mi X10i
Related
can i use this in Icecream Sunday v2? Fix for camera/video rendering problems.
sorry i dont put [Q] =D
mocoxk said:
can i use this in Icecream Sunday v2? Fix for camera/video rendering problems.
sorry i dont put [Q] =D
Click to expand...
Click to collapse
i don't think so..you should give a try.
nandroid backup will be necessary..
droidtwoseven said:
i don't think so..you should give a try.
nandroid backup will be necessary..
Click to expand...
Click to collapse
Thx, i try and work fine.
Enviado desde mi GT-S5830 usando Tapatalk
What do you mean by working fine?
jrxtepan said:
What do you mean by working fine?
Click to expand...
Click to collapse
Fix me the barcode scanner app and others with a line in the middle.
Pd:sorry my bad english
Enviado desde mi GT-S5830 usando Tapatalk
Ok, thanks bro.. I don't use barcode scanner... But this is good to know!
Hello how do I apply this fix?
edgedamage said:
Hello how do I apply this fix?
Click to expand...
Click to collapse
Install from recovery.
Enviado desde mi GT-S5830 usando Tapatalk
Can you use the patch in the SGSII V7.2? Or it's not posible. Regards
TRONKY25 said:
Can you use the patch in the SGSII V7.2? Or it's not posible. Regards
Click to expand...
Click to collapse
What patch are you talking about? Btw SGSII is based on stock 2.3.6 while CM is..well CM.
I'm talking of this one
http://forum.xda-developers.com/showthread.php?t=1465402
Enviado desde mi GT-S5830 usando tapatalk 2
TRONKY25 said:
I'm talking of this one
http://forum.xda-developers.com/showthread.php?t=1465402
Enviado desde mi GT-S5830 usando tapatalk 2
Click to expand...
Click to collapse
If you read the description of the patch you can see that he made it for CM7 by taking an example from the Samsung stock rom. Well SGSII is already based on a stock rom so the feature is there already.
Yes,I think the same but a few months after I used it in Kq8 and I haven't any problem; how SGSII is based on this stock maybe it's posible used it. Regards
Enviado desde mi GT-S5830 usando tapatalk 2
This morning try to install this patch and all ok for the moment, used the gps and other apps without problems. Regards
Enviado desde mi GT-S5830 usando tapatalk 2
Anybody can make centerclock for miracle v4?
Please share with us
thx
Can not use the same as the v3?
Enviado desde Kremlin
golbe said:
Can not use the same as the v3?
Enviado desde Kremlin
Click to expand...
Click to collapse
no,its nor compatible with V4.
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Shapeshift said:
Here it is dumped from mobile. try to do something with it.
Say thanks if this helped
Click to expand...
Click to collapse
How did you get it?
Enviado desde mi Wildfire S A510e usando Tapatalk 2
o found it 2 weeks ago via root explorer. today i have seen u need it
Shapeshift said:
o found it 2 weeks ago via root explorer. today i have seen u need it
Click to expand...
Click to collapse
Can you tell me the directory where you find it?
Enviado desde mi GT-I8190 usando Tapatalk 2
uff .i dont think i remember
just find it via adb
Shapeshift said:
uff .i dont think i remember
just find it via adb
Click to expand...
Click to collapse
Anyway I cannot see any difference with the one I'm actually using...
Enviado desde mi GT-I8190 usando Tapatalk 2
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
pitchblack5691 said:
How can you dump a source file from your device?? you cannot find c source files in a Rom nor a kernel because they are already compiled from source :banghead:
#pitchblack5691#
Click to expand...
Click to collapse
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
xd.bx said:
He used the Force, methinks.
This could be useful: from the stock recovery_log.txt
Code:
Starting recovery on Sun Jan 1 00:03:05 2012
[initialize ui and event]
pixel format -> GGL_PIXEL_FORMAT_RGB_565
framebuffer: fd 4 (480 x 800)
So in theory adjusting TARGET_RECOVERY_PIXEL_FORMAT so that bootable/recovery/minui/graphics.c falls back to RGB_565 should do the trick.
Click to expand...
Click to collapse
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
I've already try that a few days ago
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Yes I saw your github
#pitchblack5691#
---------- Post added at 09:20 AM ---------- Previous post was at 09:17 AM ----------
xd.bx said:
He used the Force, methinks.
Click to expand...
Click to collapse
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
pitchblack5691 said:
How to do that??? can you explain xd.bx?? thanks!!
#pitchblack5691#
Click to expand...
Click to collapse
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
quendil said:
http://www.project-presentation.com/wp-content/uploads/2011/02/use-the-force.gif
Click to expand...
Click to collapse
Okay! No idea about it!!
#pitchblack5691#
sorry, what is that
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
omniphil said:
I'm looking for the graphics.c file as well for my phone. I have ADB, i just cant seem to find it even by searching the whole file system.
Can someone let me know what special directory this file is in? Or how to locate it?
Thank you!
Click to expand...
Click to collapse
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
Graphics.c it's a source file, so it will not be on your device. It's on recovery kernel sources, take it and mod it as needed.
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
You know where exactly it is? I am searching it for motorola razr d1 device.
gabrielking9 said:
You know where exactly it is? I am searching it for motorola razr d1 device.
Click to expand...
Click to collapse
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
OliverG96 said:
It's a common file used, i think it's under bootable/recovery/minui
Enviado desde mi GT-I8190 usando Tapatalk 2
Click to expand...
Click to collapse
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
gabrielking9 said:
Can i use from google source? Or i need modify something to work on my device?
Sent from my XT916 using xda app-developers app
Click to expand...
Click to collapse
You're alrwady using it by default, if it didn't work you might need to mod it.
Enviado desde mi GT-I8190 usando Tapatalk 2
Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Nyqi said:
Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Click to expand...
Click to collapse
Have u tried?
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
I only tried his 1st build of CM13 and no sensors didn't work in it and Mobile Networks GA e FC. Not sure if they exist in newer builds too
Overall I would say it's not suggested to use them, he didn't even create a forum for it in here coz not quite usable for daily use. You can't use as daily driver but you can test it.
mipo007 said:
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
Click to expand...
Click to collapse
Have u tried it?
Akishima said:
Have u tried it?
Click to expand...
Click to collapse
No, for me is impossible try any ROM for now. I am in exams.
mipo007 said:
There is a new build 26.11 in AFH.
Enviado desde mi MI 3W mediante Tapatalk
Click to expand...
Click to collapse
Me_Ashish_ said:
I only tried his 1st build of CM13 and no sensors didn't work in it and Mobile Networks GA e FC. Not sure if they exist in newer builds too
Overall I would say it's not suggested to use them, he didn't even create a forum for it in here coz not quite usable for daily use. You can't use as daily driver but you can test it.
Click to expand...
Click to collapse
Akishima said:
Have u tried it?
Click to expand...
Click to collapse
mipo007 said:
No, for me is impossible try any ROM for now. I am in exams.
Click to expand...
Click to collapse
Nyqi said:
Guys, someone here already tried new CM13 by audahadi? Bugs? Reviews, etc.?
Download: https://www.androidfilehost.com/?fid=24269982087004247
Click to expand...
Click to collapse
26/11 build doesnt flash...from past 5-7 mins it was 'patching system file inconditionally'
Other build of now is up.
Enviado desde mi MI 3W mediante Tapatalk
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Sent from my MI 3W using Tapatalk
Abhiroxx said:
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Sent from my MI 3W using Tapatalk
Click to expand...
Click to collapse
Source?
No source, found on audahadi's afh profile
Sent from my MI 3W using Tapatalk
---------- Post added at 03:31 PM ---------- Previous post was at 03:21 PM ----------
Prince Chandela said:
Source?
Click to expand...
Click to collapse
Found on Audahadi's afh profile.
Sent from my MI 3W using Tapatalk
changelog?
camera working ?
camera working
Jay sharma said:
camera working ?
Click to expand...
Click to collapse
just installed the today's build and the camera is working.
knoxwalles said:
just installed the today's build and the camera is working.
Click to expand...
Click to collapse
Post your detailed review please. Battery backup, camera quality etc
Abhiroxx said:
Post your detailed review please. Battery backup, camera quality etc
Click to expand...
Click to collapse
Yep a detailed review would be appreciated!!?
Sent from my MI 3W using Tapatalk
Just trying the latest CM13 build by @audahadi for a short time.
Other than DT2W, it seems that almost everything works fine on this rom.
gary138.138 said:
Just trying the latest CM13 build by @audahadi for a short time.
Other than DT2W, it seems that almost everything works fine on this rom.
Click to expand...
Click to collapse
Is now on tap working?
Tried this rom as well. If only it had otg support, I would say that its better than Ivans marshmallow.
Abhiroxx said:
Today's build dec 10, 2015
https://www.androidfilehost.com/?fid=24269982087014908
Click to expand...
Click to collapse
I cannot flash this build, flashing prozess crashes (I've waited 20 min.) and after that TWRP can't mount system.
I've tried it 2x.
But fortunatly I could restore CM12.