I'm using it to override a stupid mobile useragent to a desktop one.
The file has permissions 755 and is in /data/local.
It's been working fine up until Chrome Dev 51 version, and stopped working.
Is it supposed to work with Chrome Dev 51 ?
Sent from my Nexus 6P using Tapatalk
Related
While this still works for Alpha 2, it is already fixed if you run a nightly: http://forum.xda-developers.com/showthread.php?t=1501347
------------
The latest chrome beta checks Build_ID in the build.prop to ensure compatibility. Up until now tenderloin was building with a GB Build_ID which broke chrome compatibiltiy. This is now fixed in mainline CM9 code (see my patch here: http://review.cyanogenmod.com/#change,13008) for future builds.
However, on Alpha 2 (which is where you should be for hw video decoding) the fix is to edit a line in build.prop. Replace "ro.build.id=GWK74" with "ro.build.id=IML74K". (Fix taken from here: http://tinyw.in/fSAb)
For those not comfortable doing this I made a flashable fix for it. Just flash the .zip in recovery over alpha 2.
Downloads
alpha2 stock (160dpi): http://tinyw.in/n6Hl
alpha2 120dpi version: http://tinyw.in/CTo5 <- flash this AFTER flashing dalingrin's 120dpi .zip
Million thnx bro
Sent from my HTC Desire HD using xda premium
Thank you, Eyeballer!! Worked great!
Will this work for aokp?
Sent from my Galaxy Nexus using xda premium
T-Keith said:
Will this work for aokp?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Yes it should
Sent from my SGH-T989 using xda premium
For anyone wanting to do this manually, there are just three lines to change:
Line #03:
Code:
ro.build.id=GWK74
to
Code:
ro.build.id=IML74K
and Lines 30-31:
Code:
ro.build.description=yakju-user 4.0.1 ITL41D 223971 release-keys
ro.build.fingerprint=google/yakju/maguro:4.0.1/ITL41D/223971:user/release-keys
to
Code:
ro.build.description=tenderloin-user 4.0.3 IML74K 223971 release-keys
ro.build.fingerprint=hp/hp_tenderloin/tenderloin:4.0.3/IML74K/223971:user/release-keys
Updated OP with 120dpi version.
The is also a fixed .apk that you can download. Its somewhere here on xda. Can't find it though.
Sent from my cm_tenderloin using Tapatalk
sorry but for me it doesn't work changing manually the lines ...
Download chrome beta but when i try to run it -> no way
note that my dpi is 132 .. something's wrong with this dpi ?
Thanks in advance
Mchasard said:
sorry but for me it doesn't work changing manually the lines ...
Download chrome beta but when i try to run it -> no way
note that my dpi is 132 .. something's wrong with this dpi ?
Thanks in advance
Click to expand...
Click to collapse
Only work with dpi120 or 160
Sent from Langthang's device using XDA App
OK thanks i ll try and report if it works under 120 or 160 dpi
Is it a coincidence or does this kill flash in Dolphin browser?
Thanks for the zip file... chrome working now
it doesnt work for me ....
Perhaps thé zip file makes monde than thé 3 lines web have toi change manually
Another idea ?
Thanks in advance
worked on my TP with 120dpi used zip file.
Sent from my HPTouchpad using xda premium
Ok i confirm flashing your file 120 make lit working now
Thanks
Works great for me. Thanks for this!
alpha2 stock (160dpi) does not work for me market still says not available in your country.
Download it from anywhere and install APK file
Sent from my HP Touchpad 32Gb using xda premium
thank you for the cwm flashable file! Works like a charm.
Sent from my cm_tenderloin using xda premium
Any one point me in the direction of getting cifs working please?
I'm on smooth took and bricked kernel, using cifs manager from the market. Looked through a few kernel threads but no one seems to mention if cifs is included these days.
Thanks
Sent from my Nexus 7 using Tapatalk HD
Looks like everything is working but files do not show in mounted folder, android side. Any fix for this?
Sent from my Nexus 7 using Tapatalk HD
What file system are you running,exfat?
Sent from my SGH-I927 using xda app-developers app
Do you running Android 4.2?
If you do, it is the same problem as everyone else has with mounting.
I already written about that. But it is not really a solution... The apps need to be changed.
http://forum.xda-developers.com/showthread.php?t=2065856
Yeah 4.2.1. Thanks for the reply, ill take a look.
Sent from my Nexus 7 using Tapatalk HD
Run the following command (requires busybox). It will tell you if the current kernel was built with CIFS support or not.
Code:
$ zcat /proc/config.gz | grep CIFS
If anyone is interested. I made a mod for cm11 that allows you to set the x and y DPI and set your device screen resolution via build.prop. I initially did this mod on the galaxy player. I can port it over to the tab 2 if anyone is interested.
Sent from my GT-P3110 using Tapatalk
update: flashable zip release.
please let me know if the flashable zip fails. I used a guide to help me make the zip.
this zip should work on any cm11 device including the galaxy tab 2 10.1.
just flash it via recovery like anyother zip.
I am not responsible if anything gets broken.
this mod only works with cm11. this has been built on may 15 but may work on later nightlies.
to set screen resolution. you can set ro.sf.widthpixels and ro.sf.heightpixels to whatever you want. to set custom x and y dpi you can set ro.sf.lcd_density.xdpi and ro.sf.lcd_denstiy.ydpi to what ever you want.
for resolution use only numbers ot you will soft brick. I recommend using a terminal emulator and testing various settings using the qemu equivalent properties (replace ro with qemu) untill you find settings you like.
the settings I currently use are
Code:
ro.sf.widthpixels=800
ro.sf.heightpixels=1365
ro.sf.lcd_denstiy.xdpi=153
ro.sf.lcd_denstiy.ydpi=153
those settings will make the tab 2 7.0 think it has a 10 inch screen and will use xlarge layouts.
dorfd1 said:
If anyone is interested. I made a mod for cm11 that allows you to set the x and y DPI and set your device screen resolution via build.prop. I initially did this mod on the galaxy player. I can port it over to the tab 2 if anyone is interested.
Sent from my GT-P3110 using Tapatalk
Click to expand...
Click to collapse
interested here. Tab2 P5110
topzias said:
interested here. Tab2 P5110
Click to expand...
Click to collapse
Just so you know, the ROM I will be posting will only work the p3113/p3110. I can share the source code so you can port it to the p5110 if you want.
Sent from my GT-P3110 using Tapatalk
I ported the mod over and waiting for it to compile. Only services.jar and surfaceflinger are modded . I will see if copying over those 2 files will work.
If copying the 2 files works then this mod should work on the other tab 2 models running cm11.
Sent from my GT-P3110 using Tapatalk
update:
installing just the modded services.jar and srufaceflinger worked.
I am going to mod services.jar so you can select the ui layout you want by changing the dpw and dph via build prop. This would allow you to have xlarge framework resources without changing DPI or resolution, but could also be used if you want phone layout.
I will upload a zip containing the mod tomorrow
dorfd1 said:
I will upload a zip containing the mod tomorrow
Click to expand...
Click to collapse
Umm, very interested here! I've got the p3113 myself. Where's that zip? Lol
Interest AF here lol
Sent from my GT-P3110 using XDA Free mobile app
I will share the nodded files later.
Sent from my GT-P3110 using Tapatalk
I will be uploading a flashable zip tonight.
Sent from my GT-P3110 using Tapatalk
update: flashable zip can be found in the OP along with instructions.
I am now attempting to mode frameworks core so custom values for smallest width dp can be used, allowing you to select what layout you want. You could set your device to phone mode without changing DPI or resolution.
Sent from my GT-P3110 using Tapatalk
I successfully modified services.jar so the smallest dp can be set via build.prop. the number can be changed so you choose what layout you want.
Sent from my GT-P3110 using Tapatalk
Was having trouble getting unlock code from my computer. 10 times I got not a not available. (all info was correct all spaces removed). So I hand typed info into my chrome browser on nexus 6 and got my code first time. if having trouble try different computer or something.
Sent from my Nexus 6 using Tapatalk
I just unlocked my bootloader using my laptop running 8.1 with no issues.
Same with me unlocked mine on win 8.1 it was strait froward.
It's a chrome issue. Use Firefox instead.
I tried chrome and internet explorer forgot I had Firefox installed
Sent from my XT1095 using Tapatalk
hdtechk said:
I tried chrome and internet explorer forgot I had Firefox installed
Sent from my XT1095 using Tapatalk
Click to expand...
Click to collapse
Used chrome on windows 8.1, worked fine!
Sent from my XT1095 using XDA Premium 4 mobile app
i used Opera as usual and i got blank page, tried firefox and works. maybe an antispam or adblock filter.
windows 8.1
Is there a way to change default resolution?
Sent from my Nexus 6P using XDA-Developers mobile app
Without root?
Sent from my Nexus 6P using XDA-Developers mobile app
There is in android n. I believe you can do it through adb without root on MM too.
Looking into all possibilities
Sent from my Nexus 6P using XDA-Developers mobile app
Screen resolution or DPI?
Sent from my Nexus 6P using Tapatalk
If you mean dpi, using adb run:
adb shell wm density xxx && adb reboot
Replace "xxx" with the dpi you want (560 is stock, I use 484 which is what android N describes as small)
Don't need root for this.
scissors_cut_paper said:
If you mean dpi, using adb run:
adb shell wm density xxx && adb reboot
Replace "xxx" with the dpi you want (560 is stock, I use 484 which is what android N describes as small)
Don't need root for this.
Click to expand...
Click to collapse
This causes some issues with some apps as they don't scale properly as with the build prop tweak
Sent from my Nexus 6P using Tapatalk