Hello.
I need set screen resolution 720x480 (480p) in my custom android firmware for X96s
I tried in build.prop:
- const.window.w and const.window.h
- debug.drm.mode.force=720x480
- ro.sf.lcd_density.
I tried to delete DroidTvSettings.apk from firmware...
nothing works(((
Please help me!
antagon said:
Hello.
I need set screen resolution 720x480 (480p) in my custom android firmware for X96s
I tried in build.prop:
- const.window.w and const.window.h
- debug.drm.mode.force=720x480
- ro.sf.lcd_density.
I tried to delete DroidTvSettings.apk from firmware...
nothing works(((
Please help me!
Click to expand...
Click to collapse
I also tried to change resolution using ADB. size of elements of screen is changing, but real resolution (wich i chek in monitor), not change
antagon said:
I also tried to change resolution using ADB. size of elements of screen is changing, but real resolution (wich i chek in monitor), not change
Click to expand...
Click to collapse
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
thank you!
where cn i find "settings from an Android TV rom". please help
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
I have 2 files:
1. level2\system\system\priv-app\TvSettings
2. level2\vendor\app\DroidTvSettings
I tried to delete level2\vendor\app\DroidTvSettings - system is working, bu i cannnot to chnge resolution.
when I delete level2\system\system\priv-app\TvSettings - system not working.
Could You write some instruction
aidanmacgregor said:
What you are changing here seems to be DPI and not resolution, you've tried removing settings app, gave you tried replacing or adding the settings from an Android TV rom, these settings have reloloution options to choose from manually
Click to expand...
Click to collapse
I find source code:
GitHub - khadas/android_vendor_amlogic_apps_DroidTvSettings at khadas-vims-pie
Contribute to khadas/android_vendor_amlogic_apps_DroidTvSettings development by creating an account on GitHub.
github.com
GitHub - khadas/android_packages_apps_TvSettings at khadas-vims-pie
Contribute to khadas/android_packages_apps_TvSettings development by creating an account on GitHub.
github.com
but i caanot to make apk
How can i do it
antagon said:
I find source code:
GitHub - khadas/android_vendor_amlogic_apps_DroidTvSettings at khadas-vims-pie
Contribute to khadas/android_vendor_amlogic_apps_DroidTvSettings development by creating an account on GitHub.
github.com
GitHub - khadas/android_packages_apps_TvSettings at khadas-vims-pie
Contribute to khadas/android_packages_apps_TvSettings development by creating an account on GitHub.
github.com
but i caanot to make apk
How can i do it
Click to expand...
Click to collapse
I will upload some apks for you to try replacing said settings See if that works for you
aidanmacgregor said:
I will upload some apks for you to try replacing said settings See if that works for you
Click to expand...
Click to collapse
super. What link i can find this apk?
aidanmacgregor said:
I will upload some apks for you to try replacing said settings See if that works for you
Click to expand...
Click to collapse
Hello, aidanmacgregor. I'm really need it. And I'm waiting it. Please help)
Related
How can I change default CyanogenMod settings from sources? For example, how can I change Screen-off animation to OFF from ON?
Help please
0x0v3rfl0w said:
How can I change default CyanogenMod settings from sources? For example, how can I change Screen-off animation to OFF from ON?
Help please
Click to expand...
Click to collapse
CyanogenMod settings > Display > tick screen animation on n screen animation off...
Is tis u asked?
Sent using LGE Xda Secret phone
dax4182 said:
CyanogenMod settings > Display > tick screen animation on n screen animation off...
Is tis u asked?
Sent using LGE Xda Secret phone
Click to expand...
Click to collapse
from sources.
0x0v3rfl0w said:
from sources.
Click to expand...
Click to collapse
I forgot it, if i can remember i can help u, sorry...
Sent using LGE Xda Secret phone
All what you can change, you can do it in xml files. Overwrite specified settings in a
overlay in your device folder. In the case of CRT Screen animation, the value is searched in frameworks/base/core/res/res/xml/config.xml...
DONT do that direct in android sources, its a high risk to damage the complete build - do
changes only in your overlay folder!!!
andy572 said:
All what you can change, you can do it in xml files. Overwrite specified settings in a
overlay in your device folder. In the case of CRT Screen animation, the value is searched in frameworks/base/core/res/res/xml/config.xml...
DONT do that direct in android sources, its a high risk to damage the complete build - do
changes only in your overlay folder!!!
Click to expand...
Click to collapse
i don't found config.xml in that directory! ):
EDIT: I found it!!! It's in "frameworks/base/core/res/res/xml/config.xml".
Thank you Andy!
Does the procedure described in the Ray and X8 forums to enable dual band and burst mode work on the Mini Pro as well?
Cheers
i've tried that on stock ROM, still can't see any channel above 11, don't know about on custom ROM though
tummen73 said:
Does the procedure described in the Ray and X8 forums to enable dual band and burst mode work on the Mini Pro as well?
Cheers
Click to expand...
Click to collapse
Try hybrom v12...
bbooff said:
Try hybrom v12...
Click to expand...
Click to collapse
Hi bbooff, i've installed your ROM on LWW, it's a great ROM, everything works perfectly except that when i change the regulatory domain to 13 channels i got an error "there was a problem setting the regulatory domain" and still... can't detect a wifi that is on channel 13, any help?
regards,
nano-kun said:
Hi bbooff, i've installed your ROM on LWW, it's a great ROM, everything works perfectly except that when i change the regulatory domain to 13 channels i got an error "there was a problem setting the regulatory domain" and still... can't detect a wifi that is on channel 13, any help?
regards,
Click to expand...
Click to collapse
Same here (even on stock ROM) ST15i
[Problem Solved] i edit /data/data/com.android.providers.settings/databases/settings.db
find the line in 'secure' section :
Code:
wifi_num_allowed_channels
change the value from 11 to 13
save the file, reboot phone!
channel 13 detected!
[edit] I tried this on Hybromv12, haven't tried it on stock ROM.
nano-kun said:
[Problem Solved] i edit /data/data/com.android.providers.settings/databases/settings.db
find the line in 'secure' section :
Code:
wifi_num_allowed_channels
change the value from 11 to 13
save the file, reboot phone!
channel 13 detected!
Click to expand...
Click to collapse
Thanks There's something like this:
wifi_num_allowed_channles%!Gdisabled_syst....
which should i change?
you just have to change the number '11' don't change anything else.
btw, what app did you use to change the settings.db? I used an app called SQlite editor, it's easier using that app as you won't see any weird characters.
nano-kun said:
you just have to change the number '11' don't change anything else.
btw, what app did you use to change the settings.db? I used an app called SQlite editor, it's easier using that app as you won't see any weird characters.
Click to expand...
Click to collapse
so maybe it's cause of text editor i use. i run the file via es (file manager) text editor. i'll try SQlite and response then
for me it doesn't work ( system rewrite it back to 11(
no jive here either system rewrites 13 to 11
MAKAPOH said:
for me it doesn't work ( system rewrite it back to 11(
Click to expand...
Click to collapse
2nd that. what else can we do. AND - this used to work on my phone right from the advanced wifi-settings. don't know what has changed in the phone.
what else can we do?
Hi, i like overclocking and i would like to know where are these settings saved (like build.prop or i.e INI file just as windows) so that i can modify the ROM i'm using to be pre-OC'd whenever i re-install it.
Thanks in advance
Chefry22 said:
Hi, i like overclocking and i would like to know where are these settings saved (like build.prop) so that i can modify the ROM i'm using to be pre-OC'd whenever i re-install it.
Thanks in advance
Click to expand...
Click to collapse
What rom you using? If its minicm or cyaongen based go to settings then cyanogen settings then performance then cpu settings
sent from the inside of my ass
I came up with this post.. http://forum.xda-developers.com/showthread.php?t=2300431&page=11 - post #107.
trewelu (http://forum.xda-developers.com/member.php?u=2844579) has built it from the source and this post contains a link for the rom. Check it out. [Screenshots included] Don't forget to thank trewelu! All credits go to him and I'm only directing you guys..
The original repo and instructions are here. http://neuralassembly.blogspot.com/2013/06/xperia-arcxperia-rayfirefox-os.html
May be some experienced dev give it a go with specially the small screen resolution issue with [Screenshots from my ray are attached]
$ export MOZILLA_OFFICIAL=1
$ export GAIA_DEV_PIXELS_PER_PX=2
Thank you!
Ray_Rx said:
I came up with this post.. http://forum.xda-developers.com/showthread.php?t=2300431&page=11 - post #107.
trewelu (http://forum.xda-developers.com/member.php?u=2844579) has built it from the source and this post contains a link for the rom. Check it out. [Screenshots included] Don't forget to thank trewelu! All credits go to him and I'm only directing you guys..
The original repo and instructions are here. http://neuralassembly.blogspot.com/2013/06/xperia-arcxperia-rayfirefox-os.html
May be some experienced dev give it a go with specially the small screen resolution issue with [Screenshots from my ray are attached]
$ export MOZILLA_OFFICIAL=1
$ export GAIA_DEV_PIXELS_PER_PX=2
Thank you!
Click to expand...
Click to collapse
The screenshots look really nice but I can't read Chinese, can anybody write a proper tutorial for this?
sent from my Xperia ray using tapatalk 0.2 alpha
matgras said:
The screenshots look really nice but I can't read Chinese, can anybody write a proper tutorial for this?
sent from my Xperia ray using tapatalk 0.2 alpha
Click to expand...
Click to collapse
When you open the page using Chome, it asks for the translation. Then you can read pretty much everything.. :good:
Ray_Rx said:
When you open the page using Chome, it asks for the translation. Then you can read pretty much everything.. :good:
Click to expand...
Click to collapse
yes yes.... but then I first have to install chrome
sent from my Xperia ray using tapatalk 0.2 alpha
matgras said:
yes yes.... but then I first have to install chrome
sent from my Xperia ray using tapatalk 0.2 alpha
Click to expand...
Click to collapse
:laugh:
matgras said:
yes yes.... but then I first have to install chrome
sent from my Xperia ray using tapatalk 0.2 alpha
Click to expand...
Click to collapse
Or you can just copy the link and paste it into google translation
Ray_Rx said:
I came up with this post.. http://forum.xda-developers.com/showthread.php?t=2300431&page=11 - post #107.
trewelu (http://forum.xda-developers.com/member.php?u=2844579) has built it from the source and this post contains a link for the rom. Check it out. [Screenshots included] Don't forget to thank trewelu! All credits go to him and I'm only directing you guys..
The original repo and instructions are here. http://neuralassembly.blogspot.com/2013/06/xperia-arcxperia-rayfirefox-os.html
May be some experienced dev give it a go with specially the small screen resolution issue with [Screenshots from my ray are attached]
$ export MOZILLA_OFFICIAL=1
$ export GAIA_DEV_PIXELS_PER_PX=2
Thank you!
Click to expand...
Click to collapse
The 1st option affecting boot up image, blue bg with firefox logo instead of gray background with mozilla foundation text. The same also applies for browser logo (nightly logo or firefox logo).
The 2nd option actually has been applied. If you take a look at my screenshot, all the 4 item is is spaced up nicely. In your screenshot (which I believe after applying the ota update), is packed to the center.
The LED issue and accelerometer I mentioned in my post was caused by missed step to patch the thing. I have built a new one with led and sensor fixed. I haven't upload it though. If anyone interested, I can upload it later after my internet return to normal.
EDIT: Oh one more. Credit should be fully given to NeuralAssembly. I just build from his source, using his instruction
trewelu said:
The 1st option affecting boot up image, blue bg with firefox logo instead of gray background with mozilla foundation text. The same also applies for browser logo (nightly logo or firefox logo).
The 2nd option actually has been applied. If you take a look at my screenshot, all the 4 item is is spaced up nicely. In your screenshot (which I believe after applying the ota update), is packed to the center.
The LED issue and accelerometer I mentioned in my post was caused by missed step to patch the thing. I have built a new one with led and sensor fixed. I haven't upload it though. If anyone interested, I can upload it later after my internet return to normal.
EDIT: Oh one more. Credit should be fully given to NeuralAssembly. I just build from his source, using his instruction
Click to expand...
Click to collapse
first of all thanks for the build and reply.
i tried replacing b2g folder from a hd branch build for galaxy nexus. then the icons and ui were nearly perfect but the ui was a bit larger than the screen.
would love if you share your new build. thanks.
trewelu said:
The 1st option affecting boot up image, blue bg with firefox logo instead of gray background with mozilla foundation text. The same also applies for browser logo (nightly logo or firefox logo).
The 2nd option actually has been applied. If you take a look at my screenshot, all the 4 item is is spaced up nicely. In your screenshot (which I believe after applying the ota update), is packed to the center.
The LED issue and accelerometer I mentioned in my post was caused by missed step to patch the thing. I have built a new one with led and sensor fixed. I haven't upload it though. If anyone interested, I can upload it later after my internet return to normal.
EDIT: Oh one more. Credit should be fully given to NeuralAssembly. I just build from his source, using his instruction
Click to expand...
Click to collapse
Just interested in the brand-new designed Firefox OS. Hope that you can upload your latest build at all time.
Hello, my build fails, I have multiple error during building, with sinescope.cpp and audioloop ? I probably did something wrong but I followed everything carefully. is it a bad sync ?
Edit :
I tried just the build.sh with otapackage on the line it did gave me other I just don't get it although I m use to compile But not as advanced
I would't mind if you'd upload it actually. Can I use the standard 9.1 kernel provided by cyanogen ?
I deleted the whole directory, and restarted the git, I think it's becaues I went out of space, and I think it didn t resume
just curious, how much is the repo size when completely downloaded?? anyway all the best and happy compiling!
mine's 15,5giga. i dl'ed the rom from the other thread as in post 1 here, I still would like to know what went wrong do i flash gapps over it ?
Edit : no gapps have to be installed.
My only concerns so far :
- battery sticks to 100% with green led on
- the browser flips upside down and since most apps are browser i have to use perfectly horizontally.
- I don't like the apn settings
bourrinlepoulpe said:
mine's 15,5giga. i dl'ed the rom from the other thread as in post 1 here, I still would like to know what went wrong do i flash gapps over it ?
Edit : no gapps have to be installed.
My only concerns so far :
- battery sticks to 100% with green led on
- the browser flips upside down and since most apps are browser i have to use perfectly horizontally.
- I don't like the apn settings
Click to expand...
Click to collapse
I was able to get the battery indicator working by replacing b2g folder from a build for coconut (Live with walkman??). Then it showed the battery status properly in the status bar.
Yeah, no gapps. Android things don't work here i guess.:cyclops:
Hope you are trying to build from the HD branch! :fingers-crossed: Thanks.
can anyone please upload a latest build which can support voice and data?
bourrinlepoulpe said:
Hello, my build fails, I have multiple error during building, with sinescope.cpp and audioloop ? I probably did something wrong but I followed everything carefully. is it a bad sync ?
Edit :
I tried just the build.sh with otapackage on the line it did gave me other I just don't get it although I m use to compile But not as advanced
I would't mind if you'd upload it actually. Can I use the standard 9.1 kernel provided by cyanogen ?
I deleted the whole directory, and restarted the git, I think it's becaues I went out of space, and I think it didn t resume
Click to expand...
Click to collapse
Have you copy/pull the prebuilt binary from the ics rom?
https://app.box.com/s/7qnv309d9d01zhf1t6s3
That is a slightly newer built that I made before. It should fixed the battery led problem. But I if I remember correctly the camera doesn't work instead
Sorry for the late upload guys,
trewelu said:
Have you copy/pull the prebuilt binary from the ics rom?
https://app.box.com/s/7qnv309d9d01zhf1t6s3
That is a slightly newer built that I made before. It should fixed the battery led problem. But I if I remember correctly the camera doesn't work instead
Sorry for the late upload guys,
Click to expand...
Click to collapse
Will test. Thanks. :cyclops: All d best!
trewelu said:
Have you copy/pull the prebuilt binary from the ics rom?
https://app.box.com/s/7qnv309d9d01zhf1t6s3
That is a slightly newer built that I made before. It should fixed the battery led problem. But I if I remember correctly the camera doesn't work instead
Sorry for the late upload guys,
Click to expand...
Click to collapse
Good work dude status bar is too small. Camera doesn't work.contacts can not be imported.
wow very smooth and fast it is promising future for Ray
Any update devs??
Sorry guys, but I really don't have time and knowledge to do any dev on this one.
Hello ! Some days ago i started to build from source Resurrection Remix rom for Samsung Galaxy S Advance.First time when i built it,when i boot rom it give me FC at com.android.phone and Theme provider and sometimes (rarely) to dsp or systemui.Now i finished another build,which is last version of Resurrection and still same FC at boot and these FC cant be avoided,so i cant take logcat. But when i press volume keys i see popup with volume.I built correctly.
Whats the problem?FC will be gone if i delete everything related to com.android.phone,theme provider and dsp manager? @westcrip told me that he had same issues when he wanted to build for Nexus 5,also another guy got same issues after he built for other phone (don't remember model, but he didn't solve FC). Also @westcrip told me to change device sources (i cant do it because for my phone device source are provided just by a team,Team Canjica) and kernel source.Kernel can cause these FC? I'm new to building from sources, so I'm sorry for these questions. I wait for answers. Thank you !
EDIT : I deleted Dialer apk and others related to phone and theme manager,also folders,and FC at theme provider and phone was gone, BUT now first fc was at Print Spooler apk,then one at keyboard and then i got FC constantly at systemui and resurrection remix setup wizard. It's weird. Can be something wrong with permissions? I see that i get FC at apps from system/app but from priv-app too.
@Force
1) Post links to your device sources.
2) Take a look at my github and make changes according to the commit that says "initial RR bring up".
3) If you are using hdpi overlay flag in device.mk, use xhdpi.
---
The changelog of "Fix FCs of apps in i9082" that you were talking about on PM was a different issue. Only a few apps that needed to access accounts were FCing, Gmail, Email etc.
xenon92 said:
@Force
1) Post links to your device sources.
2) Take a look at my github and make changes according to the commit that says "initial RR bring up".
3) If you are using hdpi overlay flag in device.mk, use xhdpi.
---
The changelog of "Fix FCs of apps in i9082" that you were talking about on PM was a different issue. Only a few apps that needed to access accounts were FCing, Gmail, Email etc.
Click to expand...
Click to collapse
@xenon92
1) Sources:
- https://github.com/TeamCanjica/android_kernel_samsung_u8500/tree/cm-11.0
- https://github.com/TeamCanjica/android_device_samsung_janice/tree/cm-11.0
- https://github.com/TeamCanjica/android_device_samsung_u8500-common/tree/cm-11.0
- https://github.com/TeamCanjica/android_hardware_u8500/tree/cm-11.0
- https://github.com/TeamCanjica/android_vendor_samsung_u8500-common/tree/cm-11.0
Samsung Galaxy S Advance = janice .
2) I cant find it.Can you give a link please?
3) I found some device.mk,but i dont know if im in right directory.Can you tell me in which directory to look? I`m sorry for noob questions,but as i said im new to building,im still learning and i dont want to abandon this rom.
Force said:
@xenon92
1) Sources:
- https://github.com/TeamCanjica/android_kernel_samsung_u8500/tree/cm-11.0
- https://github.com/TeamCanjica/android_device_samsung_janice/tree/cm-11.0
- https://github.com/TeamCanjica/android_device_samsung_u8500-common/tree/cm-11.0
- https://github.com/TeamCanjica/android_hardware_u8500/tree/cm-11.0
- https://github.com/TeamCanjica/android_vendor_samsung_u8500-common/tree/cm-11.0
Samsung Galaxy S Advance = janice .
2) I cant find it.Can you give a link please?
3) I found some device.mk,but i dont know if im in right directory.Can you tell me in which directory to look? I`m sorry for noob questions,but as i said im new to building,im still learning and i dont want to abandon this rom.
Click to expand...
Click to collapse
https://github.com/xenon92/android_device_samsung_i9082/commits/kitkat1
https://github.com/xenon92/android_device_samsung_s2vep/commits/rr_kitkat1
If you've reached till FCs, then probably you did everything right as you said you could see the volume slider on pressing the volume keys in spite of the FCs.
janice.mk
use the flags that I have used in device_i9082.mk. Use xhdpi overlay flag and try again.
make clean, not a dirty build.
xenon92 said:
https://github.com/xenon92/android_device_samsung_i9082/commits/kitkat1
https://github.com/xenon92/android_device_samsung_s2vep/commits/rr_kitkat1
If you've reached till FCs, then probably you did everything right as you said you could see the volume slider on pressing the volume keys in spite of the FCs.
janice.mk
use the flags that I have used in device_i9082.mk. Use xhdpi overlay flag and try again.
make clean, not a dirty build.
Click to expand...
Click to collapse
im building RR for janice with @Force so , i made changes on janice.mk
http://pastebin.com/raw.php?i=VVqbQDaN
building now , tell me if that should work
Same Force Closes
@xenon92
As to me take like 5-8 hours to build, @iiD4x built with changes that you told me ( check previous post too to see modified janice.mk) and i got same FC after booting... Here is original janice.mk : https://github.com/TeamCanjica/android_device_samsung_janice/blob/cm-11.0/janice.mk
Force said:
@xenon92
As to me take like 5-8 hours to build, @iiD4x built with changes that you told me ( check previous post too to see modified janice.mk) and i got same FC after booting... Here is original janice.mk : https://github.com/TeamCanjica/android_device_samsung_janice/blob/cm-11.0/janice.mk
Click to expand...
Click to collapse
In the modified janice.mk, also add the other graphics related flags that I added in initial RR bringup commit.
I had the same issue of FCs when I first built RR for i9082, but was solved after using everything mentioned in that commit. Without the access to device it's hard to debug issues.
Anyways, now that you've compiled, add the graphics related flags to your build.prop and flash again.
Code:
ro.zygote.disable_gl_preload=true
ro.bq.gpu_to_cpu_unsupported=1
Look more into the overlays in your device tree if you still get FCs. That's all that I can suggest without access to the device and without any logs.
Good luck.
xenon92 said:
In the modified janice.mk, also add the other graphics related flags that I added in initial RR bringup commit.
I had the same issue of FCs when I first built RR for i9082, but was solved after using everything mentioned in that commit. Without the access to device it's hard to debug issues.
Anyways, now that you've compiled, add the graphics related flags to your build.prop and flash again.
Code:
ro.zygote.disable_gl_preload=true
ro.bq.gpu_to_cpu_unsupported=1
Look more into the overlays in your device tree if you still get FCs. That's all that I can suggest without access to the device and without any logs.
Good luck.
Click to expand...
Click to collapse
@xenon92
In build.prop ,these 2 lines was already there.Just ro.sygote.disable_gl_preload was 1 not true.I changed to true and flash.Result: i got same FC...
@xenon92
@xenon92 : im waiting for an answer...
Force said:
@xenon92 : im waiting for an answer...
Click to expand...
Click to collapse
You did not ask anything that I needed to answer. Read last line of my previous post.
Find a way to take logcat.
Thanks @xenon92!!
I was having FC too, but after edit janice.mk like you said it started working. Here it is: http://forum.xda-developers.com/showthread.php?t=2678695