[Q] [q] 720p on android? - HD2 Android Q&A, Help & Troubleshooting and Genera

The desire builds with sense can play back 720p, but the miui build can't. The have the same shared object file and using adb logcat it is loading the correct the so, but when it is parsing the header of the file it says profile is not supported. Do miui builds on other native android devices support 720p playback?

Related

Is there any way of fixing camera in racht's 2.3 roms?

Is there a way of fixing camera on racht's roms? I need at least VGA...Can't we copy drivers from another gingerbread with working camera, if yes, what should i replace to enable the camera...cuz i really like Racht's rom, but i need camera...
-------------->Up
i dont thing theres any fix for the camera..if there is a fix,dont you think racht will use it on his rom already?..so just wait until racht fix the camera..
I'd quite like to know what the problem is as well, then other people can have a go at fixing it. I've had a look and search round the forum and can't find any information
There is many roms with half or full camera working,coping libs should help.
racht prefers doing most of the development himself so give him time .
Use minicm based roms or the floyo 0.20 . (all android 2.2.1)
P.S - unless u intend to become a developer and fix the camera yourself, do not open useless threads like these . A thorough read through the forums can give you all the answers you need.
Dont give Racht pressure. Hes doing his best to make our X8 a more suitable device for us
How is this pressure? I'd quite like to know what the problem is so I can have a go at fixing it myself, and the original poster was suggesting something that could work.
as-mario said:
There is many roms with half or full camera working,coping libs should help.
Click to expand...
Click to collapse
I already know that, but which libs should i copy?
The answer to finding module dependencies is actually in the first page of Racht's ROM thread. >>>>>
Updated 10-Feb-2011 :
Cookers only
Here is the tool to check library dependencies in roms.
ld-linux
It is arm-compiled, to setup do these steps :
adb push ld-linux /system/bin/
adb shell
chmod 04755 /system/bin/ld-linux
To see library dependencies run ld-linux on any .so file and it will give u the list.
To install your cooked Floyo rom built from sources, put this script update-script
into
/META-INF/com/google/android/ directory inside update.zip, delete both update-binary and updater-script from it and copy to SDcard.
Now use xRecovery to install it normally.
Once installed, and BEFORE REBOOT reinstall xRecovery files into /system/bin/ directory.
You should also extract original boot.img files into /system/bin/ramdisk.tar and install chargemon from one of my Floyo roms.
To enable adb root and debug mode, put property.tar to /system/bin/ - take it from Floyo rom.
Now it should boot.
If you don't see boot animation of Floyo, try replacing /system/lib/libgsl.so
To fix sound, replace libaudio.so
To fix Vibra and Leds : libhardware_legacy.so
make sure these programs start fine before going further :
app_process
mediaserver
surfaceflinger
If one of these 3 fails, it won't boot.
The following are for network and gsm :
ifconfig
netcfg
dhcpcd
rild
wpa_supplicant - make sure if you run it manually, reported interface is wlan0 and not tiwlan0
The fixes required for ramdisk.tar :
init.rc file should have 2 parts from original sony init.rc that are marked as #SEMC
add original init.delta.rc and init.delta.sh from sony or one of my ramdisks, those are responsible for service declarations.
Rom patching modifications :
/system/etc/firmware/ dir
/system/etc/sensors* files
/system/etc/*.sh files
/system/lib/hw/ dir
/system/lib/modules/ dir
Those are probably required for every rom..
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
racht said:
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
Click to expand...
Click to collapse
Thank you! I will have a look at what I can over the next few weeks but I have exams coming up so can't spend too much time, will do my best though
racht said:
For all who would like to help fixing remaining cm7 problems:
libcamera :
in froyo (2.2.x) roms, we could configure the makefile to use eclair (2.1) libs for camera and replaced libcamera.so with original se file (USE_ECLAIR_CAMERA)
in ginger (2.3.x) roms, this option fails compiling and seems to be not available anymore.
Thus, its not possible to have old library and the only way to have it working is compiling from source. Available libcamera source is in J's github repository, it's very limited in functionality (no video, vga-only).
If you would like to help - get J's sources and try to fix libcamera.
fmradio,sound recording (with original recorder and during calls) :
we are still using se libaudio.so with cm7 roms, as we don't have a properly working libaudio compiled from source.
once again, initial libaudio sources half-working are in J's repository, the library loads up and works for some sounds, but sound routing (libsoundpool) is incorrect, and that makes problems with switching audio sources like during calls etc.
graphics :
cm7 roms are clearly slower in 2d graphics (scrolling), and quicker in 3d graphics.
This is because we use source-compiled drivers for 3d and se libs for 2d, which are not very good anymore.
fixing this would be done by re-writing sources for libgsl and libEGL.
One more possible way of fixing audio and gfx issues is by booting custom kernel, compiled with HTC or LG sources for the missing things.
In that case we could use the rest of libs from other device (HTC/LG).
I guess those are remaining issues left.
Click to expand...
Click to collapse
It would be great if you could provide link or attach to working libcamera, at least VGA, that's all i need
after i used the camera fix.zip and after reboot the Wifi didnt work anymore, any suggestions?
I'm using GingerCruzt Revision 5 and that is a fully functional ROM with the Camera currently limited to VGA, also Jerapleas CM7 ROM has a working VGA Camera so iot's possible to have a working Camera in Gingerbread ROMs.
Roland

[Q] Camera Don't work on Firefox-OS but same boot.img wotk on Android?

On Nexus4 Firefox-OS Camera have a blackscreen.
So try to flash Firefox-OS boot.img but run android Camera work!
Why??
Same kernel running firefox os and android (Running On nexus4! not GT-I9300 it fake infomation to download free app )
Camera Work! on Android!
Well, if it is the same kernel running on both OS's, but a module isn't working in one of them, you might want to check the source of the OS. You may need to make adjustments to the camera relevant source code to allow it to interface properly with the kernel. Could also be that the kernel doesn't play well with FxOS. You could try flashing another kernel on the N4 and running FxOS on it after that to see if it makes any noticeable differences. Could be a few areas to check. Get with another developer or a kernel dev over in the N4 section and try to troubleshoot the issue to find where it is at.

CS968 Exclusive MODDED ROM EQS-v1.0 ~ v1.1 [1080P SUPPORT]

CS968 a RK3188 ChipSet Based TVBoX
AKA: TV01 [GeekBuying] CR11s [CloudNET2GO]
IMPORTANT NOTICE:
THIS IS KIND OF BETA/ALPHA FIRMWARE OR WHATEVER YOU WANT TO CALL IT.
CURRENTLY I HAVE EXPERIENCED NONE PROBLEM AND IT SEEMS EVERYTHING INCLUDING 1080P MODE WORKS FINE.
THIS IS AN EXCLUSIVE ROM BECAUSE THERE ARE A FEW THINGS FACTORY FIRMWARE HAS NOT.
SYSTEM IS SAME AND NOTHING HAS BEEN MODIFIED EXCEPT SUPERUSER and BUILD.PROP, SO IF THERE IS A BUG THEN THAT IS FIRMWARE RELATED THIS ISN'T SUPER DUPER FIRMWARE AND DOESN'T HAVE SPECIAL KERNEL OR RECOVERY, EVERYTHINGS IS STOCK
Now lets have a look:
Factory Date : 05-11-2013 from CloudNET based CR11/s
Modification Date: 09-12-2013
UPDATE : I'VE CREATED V1.1 1080p VERSION OF 720p ROM.
THERE ARE MAJOR AND MINOR CHANGES, READ BELOW.
NOTE: V1.0 IS 720P SO WILL BE AVAILABLE TO DOWNLOAD.
NOTICE: THIS IS FOR 2 MPX VERSION, NOT FOR 5 MPX
You may harm your device, if you flash this firmware to 5 mpx camera version.
Features:
Rooted
Build tweaks
TCP Tweaks
Networking Tweaks
Wifi Tweaks
Multimedia Tweaks
Streaming Tweaks
HW Video Acceleration by default
Spoofed as Galaxy S3
Date format set to European
Timezone Europe GMT +1
Add: SuperSU.apk
Add: LuckyPatcher
Add: RootExplorer
Add: OGYoutube with downloader [ Original youtube still can be apartly installed ]
Add: Dolphin Browser 10.4
Add: MXPlayer
Add: Android Weather
Add: JetAudio
Removed : All of useless chinese media stuff
Removed : Chrome
Removed : Search Box
Removed : Gmail
Removed : Email
Removed : XBMC Installer (Not everyone's taste)
Removed : A few more crap...
Exclusive test modules : Tun, Cifs, NFS, NTFS and Xpad these modules are not installed by system, must be done manually from console/terminal
Exlusive bootanimation
Good working Remote Control
Faster Internet browsing
And possibly a few things what I don't remember.
Feel free to test or build new one, no words for future updates or versions etc.
FLASH WITH YOUR OWN RISK, I'M NOT RESPONSIBLE FOR ANY DAMAGE CAUSED BY FLASHING OR AFTER.
Antutu results :
Download v1.0:
dev-hOST
Password : cs968
v1.1b CHANGES [1080P]
Add: 1080p support
REPLACED: MXPLAYER -> BSPLAYER (BAD CODECS)
REPLACED: ROOTEXPLORER ->ROOT BROWSER
ADD: CIFS MANAGER
ADD: Texdroider DPI
ADD: BLUEPUT (GAMEPAD CONTROLLER APP)
UPDATE: LUCKY PATCHER
UPDATE: ADAWAY
UPDATE: SUPERSU
REPLACED: WALLPAPER AND BOOTANIMATION FROM V2
UPDATED TWEAKS
More optimized Video playback, more stable system.
ANTUTU RESULTS:
Download v1.1b
DEV-HOST
password: cs968
Great job!
2M, ok.
720p or 1080p?
Tks.
webipsum said:
Great job!
2M, ok.
720p or 1080p?
Tks.
Click to expand...
Click to collapse
I think 720p based firmware, however you can set output to 1080p with no problem, but I guess screen resolution remains 1280*800 or so.
Other things are well better than original firmware, faster internet and smooth 1080p mkv playing, at least I haven't seen any problem.
This is only rootet firmware for CS968 at moment, I think?
I've uploaded Antutu results on first post.
Any plans on working on a 1080 kernal?
This is great! Any plans for the 5mp camera? Or does anyone know where one is available besides the one CloudNetGo posted last month?
EQUANCY said:
I think 720p based firmware, however you can set output to 1080p with no problem, but I guess screen resolution remains 1280*800 or so.
Other things are well better than original firmware, faster internet and smooth 1080p mkv playing, at least I haven't seen any problem.
This is only rootet firmware for CS968 at moment, I think?
I've uploaded Antutu results on first post.
Click to expand...
Click to collapse
First custom Rom was at freaktab since 23/10
http://www.freaktab.com/showthread.php?7677-CS968-Custom-Firmware-quot-GEASS-quot-ver-1
Good job but Is it possible to take into account in future versions of the problem associated with the problem of dropped frames during playback is hd video with a frequency of 24hz?
RASTAVIPER said:
First custom Rom was at freaktab since 23/10
http://www.freaktab.com/showthread.php?7677-CS968-Custom-Firmware-quot-GEASS-quot-ver-1
Click to expand...
Click to collapse
I didn't said this is the first custom rom, I said :
"This is only rooted firmware for CS968 at moment, I think?"
Because there wasn't any information on the rom page about root and I also seen myself after flashing the rom wasn't rooted, atleast it isn't worked for me.
I hope you understand this time.
And for the record:
This is a soft-modded rom, none of system files except superuser (su, supersu.apk, busybox) and buildprob has been touched, because of that the other modification or remake or re-edit is different than this rom.
For your consideration.
Meta-l said:
Good job but Is it possible to take into account in future versions of the problem associated with the problem of dropped frames during playback is hd video with a frequency of 24hz?
Click to expand...
Click to collapse
Actually it is very hard to answer that question.
I think, Frame dropping is a problem that happens while optimisation between GPU and CPU.
Meaning of optimisation is about decoding:
For our android devices there are a few custom HW decoders on the market (MX, Vitamio etc) and not all of them have been wroten for each SOC, and each manufacturer has sometimes different ways to decode multi media data.
I mean, Hardware based video decoding needs more optimisation for the synchronisation between CPU and GPU, also needs well compatible drivers too.
Because for arm based devices, HW decoding needs CPU manipulation, thus drivers, drivers, drivers...
For our rk3xxx based devices there is no fully optimised drivers for MALI-GPU, they provide what just ARM provides self.
So, we can simply see that difference while playin any HD or FullHD video on Exynos 4412 chipset based device.
Both devices have same GPU (MALI400-MP4) but Exynos performs much better.
And for the link which you sent me as pm.
I guess tweaking or modifying kernel drivers wont help as much as you expected, itsn't that simple.
Actually your chance lies on luck, kind of gambling.
But I don't know, it seems more testing is necessary.
RockChip must provide good drivers for the manufacturers, re-engineering or re-mastering may help somehow but not at all.
But may be skilled linux devs can improve drivers.
For me, arround 16 gb 1080P movie plays like charm, ofcourse there is frame dropping but not disturbing at all.
And LCD clock last thing you have to worry about.
May be I could be mistaken and know wrong, If someone explains better then we both know better.
EQUANCY said:
I didn't said this is the first custom rom, I said :
"This is only rooted firmware for CS968 at moment, I think?"
Because there wasn't any information on the rom page about root and I also seen myself after flashing the rom wasn't rooted, atleast it isn't worked for me.
I hope you understand this time.
And for the record:
This is a soft-modded rom, none of system files except superuser (su, supersu.apk, busybox) and buildprob has been touched, because of that the other modification or remake or re-edit is different than this rom.
For your consideration.
Click to expand...
Click to collapse
Geass custom Rom is rooted too.
I can confirm that.
Thanks for your rom!
mow4cash said:
Any plans on working on a 1080 kernal?
Click to expand...
Click to collapse
Released...
CS968 Exclusive MODDED ROM EQS-v2.0 1080p
RASTAVIPER said:
Geass custom Rom is rooted too.
I can confirm that.
Click to expand...
Click to collapse
Okey, but Lucky patcher didn't worked with that SU, whatever if you say the other rom was rooted then I believe you, will change previous post.
GeekEric said:
Thanks for your rom!
Click to expand...
Click to collapse
Your welcome :good:
Added 1080p support for firmware of November, Antutu performance decreases a bit, however MediaPlayback smoother and device runs faster.
I think the new kernel focuses mostly 2D performance and VPU.
But both firmwares will be available for downloading as apart (First post).
EQUANCY said:
Added 1080p support for firmware of November, Antutu performance decreases a bit, however MediaPlayback smoother and device runs faster.
I think the new kernel focuses mostly 2D performance and VPU.
But both firmwares will be available for downloading as apart (First post).
Click to expand...
Click to collapse
Unfortunately I have 5MP camera version
Any plan to support this?
Thank's
dony71 said:
Unfortunately I have 5MP camera version
Any plan to support this?
Thank's
Click to expand...
Click to collapse
Sorry but I don't have 5 mpx version to test, so I can't
May be changing camera module with this firmware may work but it is risky and I don't suggest.
Hello everyone, i installed it, but for some strange reason, XBMC is loading on WIndowed mode with this rom. Anybody else have this problem? Ty in advance
lanc3lot said:
Hello everyone, i installed it, but for some strange reason, XBMC is loading on WIndowed mode with this rom. Anybody else have this problem? Ty in advance
Click to expand...
Click to collapse
Which version did you flashed? 1.0 or 1.1b, actually I've never seen that but it is strange, have you installed XBMC from where?
Ty for the reply,
I have the December Gotham build installed (got it from .org site), and the 1.1b version. It doesn't allow me to even touch the option, it's grey.
I have connected CS968 to a Samsung, 2013 Smart Tv Full Hd model
lanc3lot said:
Ty for the reply,
I have the December Gotham build installed (got it from .org site), and the 1.1b version. It doesn't allow me to even touch the option, it's grey.
I have connected CS968 to a Samsung, 2013 Smart Tv Full Hd model
Click to expand...
Click to collapse
Would you try these steps?
Uninstall/Remove your own XBMC first.
Download XBMC linked app from this link
Copy this file to an USB drive or direct to your device, where ever you want, just remember where it is.
Go to your TVBox, open RootBrowser and forward to place to where you put xbmc.nm
Copy xbmc.nm file to :
../sytem/app
DO NOT RENAME OR CHANGE EXTENSION TO ANYTHING, LET IT SO REMAIN.
Reboot your device...
Ty for your input mate. I will get back to you later today, as i am at office at the moment.

zimperium.Stagefright detector is fake app

It is read contents of build.prop(text) display vulnerabilities, no library security-scan
Maybe for unofficial M8 port ROMs or?
I didn't know that. Which library files you patched on A9/HTC 10 base?

[SHARED] [Camera Mod][OOS10] Camera M, Magisk 24.3+

Hello there, this is a simple port for newer magisk versions of the Camera M mod for One Plus 5T. On OOS10 it's working perfectly. Not tested on custom roms, but you can give it a try.
The mod itself is not made by me, and binaries is not modified, original from the latest update of initial creators, txx1219 and DorianX.
Source code: https://github.com/gherv1/One-Plus-5T
Download Link: https://androidfilehost.com/?fid=10620683726822049482
Does this mod have access to recording 1080p 60 fps video (as in the video file legitimately shows 60 fps in its media properties)?
Whether it's OOS or a custom ROM I have noticed that all third-party camera apps have no access to 1080p 60 fps video recording (e.g. OpenCamera), or if they do it's not actually recording at 60 fps despite the setting selected (e.g. all GCam ports I tried so far). I can live without this but would love to know if there are third-party apps that can take advantage of this camera mode for the OnePlus 5T.
(EDIT 05/09/2023): This does not work on my specific custom ROM, the unofficial Evolution X 7.8 (Android 13-based) ROM port for the OnePlus 5T, when flashed via Magisk 26.1 (installed via OrangeFox Recovery R.11.1_3-dyn[A12]). The Camera app fails to load without showing error messages.

Categories

Resources