Related
I have figured out possible cause of HTC Camera not working in 5MP mode. I don't have complete dev environment setup hence posting here for someone to fix it in the kernel and try it out.
HTC Camera application gets its capabilities about number of megapixels from /sys/android_camera/sensor file, this file is not created by the current set of kernels.
I looked at Desire kernel source and found out, it in fact has calls to create this file in sysfs. So I believe following code will fix the 5MP camera issue.
In kernel source files /drivers/media/video/msm/s5k3e2fx.c following needs to done,
1) Add functions to create the sensor file.
Code:
static const char *s5k3e2fxVendor = "Samsung";
static const char *s5k3e2fxNAME = "s5k3e2fx";
static const char *s5k3e2fxSize = "5M";
static ssize_t sensor_vendor_show(struct device *dev,
struct device_attribute *attr, char *buf)
{
ssize_t ret = 0;
sprintf(buf, "%s %s %s\n", s5k3e2fxVendor, s5k3e2fxNAME, s5k3e2fxSize);
ret = strlen(buf) + 1;
return ret;
}
static DEVICE_ATTR(sensor, 0444, sensor_vendor_show, NULL);
static struct kobject *android_s5k3e2fx;
static int s5k3e2fx_sysfs_init(void)
{
int ret ;
pr_info("s5k3e2fx:kobject creat and add\n");
android_s5k3e2fx = kobject_create_and_add("android_camera", NULL);
if (android_s5k3e2fx == NULL) {
pr_info("s5k3e2fx_sysfs_init: subsystem_register " \
"failed\n");
ret = -ENOMEM;
return ret ;
}
pr_info("s5k3e2fx:sysfs_create_file\n");
ret = sysfs_create_file(android_s5k3e2fx, &dev_attr_sensor.attr);
if (ret) {
pr_info("s5k3e2fx_sysfs_init: sysfs_create_file " \
"failed\n");
kobject_del(android_s5k3e2fx);
}
return 0 ;
}
2) In funtion s5k3e2fx_sensor_probe.. Add call to the above function just before last line i.e. return rc;
Code:
s5k3e2fx_sysfs_init();
return rc;
Hope some Devs can try this out and fix the kernel.
if this solves the 5mp mode.....
perhaps you can also look for 720p videomode?
sry, this shouldnt sound cocky, but i cant thank for the fix, because i dont know anything about it
but thx for the try, hope it works
BlackPit666 said:
if this solves the 5mp mode.....
perhaps you can also look for 720p videomode?
sry, this shouldnt sound cocky, but i cant thank for the fix, because i dont know anything about it
but thx for the try, hope it works
Click to expand...
Click to collapse
what he said ^
Nice,and nice to see that the forum members stick the brains together (if that is good english lol)
Hope it works for a dev who can test it,windows pro,but a linux noob here lol
http://irclog.netripper.com/?chan=htc-linux&day=16
Scroll down to the bottom as they tested and it works <3
it works, people confirms in irc. thnx arva.
yep it is nice to see that members help in development, last day somebody helped fixing premature flash in camera wow now 5 mp camera and let see if somebody is else say that xda dont work in android development.
Thx for your hard work and sorry for my english
What is that mdeejay, What build have that?
m-deejay said:
Click to expand...
Click to collapse
@Mdeejay.. does that mean it works..
arva said:
I have figured out possible cause of HTC Camera not working in 5MP mode. I don't have complete dev environment setup hence posting here for someone to fix it in the kernel and try it out.
HTC Camera application gets its capabilities about number of megapixels from /sys/android_camera/sensor file, this file is not created by the current set of kernels.
I looked at Desire kernel source and found out, it in fact has calls to create this file in sysfs. So I believe following code will fix the 5MP camera issue.
In kernel source files /drivers/media/video/msm/s5k3e2fx.c following needs to done,
1) Add functions to create the sensor file.
...
Hope some Devs can try this out and fix the kernel.
Click to expand...
Click to collapse
Great Job Arva!
+1. nothing more to say!
THANKS ARVA!
A lot of kisses to you!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and mdeejay!
probleme still on desire dhd and Z
i'm a fan of mdeejay HD roms and i hope camera issue could be fixed soon as well... good work arva !
EclipseX said:
probleme still on desire dhd and Z
Click to expand...
Click to collapse
yeah. this patch only for "old" sense
m-deejay said:
yeah. this patch only for "old" sense
Click to expand...
Click to collapse
hope you are updating your builds with this patch.. .the hastarin flash fix and this patch will make them PERFECT! (also if they are already so)
Or anyone could say me how to apply this patch? I'm using the FroyoSense Clean 1.1
Anyway thanks and love to ARVA that discovered it...
m-deejay said:
Click to expand...
Click to collapse
Can someone explaine to me how 2592x1552 = 5MP? I must be missing something, because when I do the math that = 4.02MP
wow you are right....
the google camera does 2592x1944.....so there must be a mistake in the fix
schoei1 said:
Can someone explaine to me how 2592x1552 = 5MP? I must be missing something, because when I do the math that = 4.02MP
Click to expand...
Click to collapse
5:3 = 2592x1552
4:3 = 2592x1952
friends,
i install an app (3GToggler.apk) from asus forums. after installation my tab restart but naver boot again.
just black screen and continues vibration every time i try to power on the tab. nothing is working etc recovery mod or hard rest . i even not able to deduct the tab on my computer.
just power on and rest switch are working and my tab charging as well when i conect the charger i think something wrong with boot loader
please help me to find out the solution.
i m in Pakistan so no chance for warranty claim bcaz it came from UAE.
bricked iconia a500
my tab is rooted and running a custom firmware ( HoneyVillain 1.2 A500) before it brick
plz plz plz help me
This should be in the Q&A.
with the tablet off hold volume down in landscape mode then press the power button. Holding both volume down and the power together till CWM starts.
If you cant get it to come up I dont know.
I would suggest trying to clear your cache if you can get CWM up. you might have to just do a full wipe and re-flash your custom ROM.
A500 does not have 3G that's only the A501 there is no 3G radio in an A500.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you cant get it into CWM I dont know how else to get it to sync with ADB to push a new rom to it!
I dont think the hold power+Vol UP and flick the screen lock on and off will still work? Worth a Try!
---------- Post added at 05:33 AM ---------- Previous post was at 05:13 AM ----------
This is googles translation!!! WHO KNEW.
یہ Q & A. میں ہونا چاہئے
کے ساتھ زمین کی تزئین کی موڈ میں بند گولی حجم نیچے پکڑ تو طاقت کا بٹن دبائیں. CWM شروع ہوتا ہے تک میں دونوں حجم اور طاقت کا انعقاد ایک ساتھ.
میں جانتا ہوں کہ اگر آپ نہیں کر سکتے اسے آنے کے لئے نہ.
میں اپنی کیش اگر آپ CWM حاصل کر سکتے ہیں واضح کی کوشش کر رہا مشورہ کیا جائے گا. آپ صرف ایک مکمل اور آپ کی اپنی مرضی کے مطابق ROM کو دوبارہ فلیش مسح کرنا ہو سکتا ہے.
A500 3G کہ صرف A501 A500 میں کوئی 3G ریڈیو ہے ہے نہیں ہے.
[url]http://i173.photobucket.com/albums/w79/Kevinsand/Untitled-8.png[/url] [/ IMG]
میں جانتا ہوں کہ اگر آپ CWM میں نہیں کر سکتے یہ اور کس طرح حاصل کرنے کے لئے ایشیائی ترقیاتی بینک کے ساتھ مطابقت پذیر کرنے کے لئے اس کے لئے ایک نئی ROM دھکا نہ! : (
میں والیوم + UP پکڑ طاقت سوچتے ہیں اور سکرین پر تالا لگا دینا اور نہ بند اب بھی کام کریں گے؟ ایک کوشش کے قابل!
bricked iconia a500
thaks for replay
but i try all these options all ready non of this work.
the tablet is recognized on the computer?
bricked iconia a500
no brother my computer not recognized the tab
AZKJS said:
This should be in the Q&A.
[/COLOR]This is googles translation!!! WHO KNEW.
یہ Q & A. میں ہونا چاہئے
کے ساتھ زمین کی تزئین کی موڈ میں بند گولی حجم نیچے پکڑ تو طاقت کا بٹن دبائیں. CWM شروع ہوتا ہے تک میں دونوں حجم اور طاقت کا انعقاد ایک ساتھ.
میں جانتا ہوں کہ اگر آپ نہیں کر سکتے اسے آنے کے لئے نہ.
میں اپنی کیش اگر آپ CWM حاصل کر سکتے ہیں واضح کی کوشش کر رہا مشورہ کیا جائے گا. آپ صرف ایک مکمل اور آپ کی اپنی مرضی کے مطابق ROM کو دوبارہ فلیش مسح کرنا ہو سکتا ہے.
A500 3G کہ صرف A501 A500 میں کوئی 3G ریڈیو ہے ہے نہیں ہے.
[url]http://i173.photobucket.com/albums/w79/Kevinsand/Untitled-8.png[/url] [/ IMG]
میں جانتا ہوں کہ اگر آپ CWM میں نہیں کر سکتے یہ اور کس طرح حاصل کرنے کے لئے ایشیائی ترقیاتی بینک کے ساتھ مطابقت پذیر کرنے کے لئے اس کے لئے ایک نئی ROM دھکا نہ! : (
میں والیوم + UP پکڑ طاقت سوچتے ہیں اور سکرین پر تالا لگا دینا اور نہ بند اب بھی کام کریں گے؟ ایک کوشش کے قابل![/QUOTE]
ROFLOL on the translation! (Power and Volume are translated as force and occupied volume of an object) :D
Brother, which city are you from? I will try to help you. Will send you my cell phone number and skype in a PM.
Click to expand...
Click to collapse
bricked iconia a500
i m in lahore
lotusahmad said:
i m in lahore
Click to expand...
Click to collapse
I will be there tomorrow for 2 hours only, driving to and then back and then have to catch a flight. Sent you details in PM, lets get in touch on Wednesday and I will walk you through.
== Info ==
- GLOBAL_LTE unbranded (in Flashtool it says Greece, that's my fault I wrote it, sorry)
- JB 4.1.2
- 3.4 Kernel
- C6603
- 1270-4986_R7A
== Installation ==
- Flash with Flashtool
== Link ==
Download me :laugh: fast download via Google Drive
Thanks,I'm gonn give it a try to see if the NFC icon is working with this one...
zlays said:
Thanks,I'm gonn give it a try to see if the NFC icon is working with this one...
Click to expand...
Click to collapse
The notification bar icon??
reptile64 said:
The notification bar icon??
Click to expand...
Click to collapse
Think he meant the NearCommucationField thing icon
anybody try this fw ? is it better than "Stock 10.1.A.1.434 Generic NL firmware" ? i will try Generic NL firmwave but i lose automatic download infomation data network (etc: APN...) then i have create APN manual. thanks you
Barracuda96 said:
Think he meant the NearCommucationField thing icon
Click to expand...
Click to collapse
Yep thats what I meant by NFC when you turn it on theres no notification that is on
zlays said:
Yep thats what I meant by NFC when you turn it on theres no notification that is on
Click to expand...
Click to collapse
I think they just removed it for good, don't know why..
reptile64 said:
I think they just removed it for good, don't know why..
Click to expand...
Click to collapse
Icon is set to false in build.prop
haynesteve said:
Icon is set to false in build.prop
Click to expand...
Click to collapse
Yes but you need to root your phone to set it to true but I really don't understand why they did that to almost all European FW-s just UK and Italy have it set to true by default...thats not cool by Sony at all
zlays said:
Yes but you need to root your phone to set it to true but I really don't understand why they did that to almost all European FW-s just UK and Italy have it set to true by default...thats not cool by Sony at all
Click to expand...
Click to collapse
That is really weird.. Probably they will add it in future updates
AW: [FTF] Stock 10.1.A.1.434 Generic unbranded 1270-4986_R7A
And i dont understand why you wont root your XZ...
Sent from my Xperia Z
your download is showing as Greece unbranded not generic.
Xperia Z_10.1.A.1.434_Greece General.ftf
which is it?
fards said:
your download is showing as Greece unbranded not generic.
Xperia Z_10.1.A.1.434_Greece General.ftf
which is it?
Click to expand...
Click to collapse
Ok I found that this is a global release not only for Europe or Greece so anybody with LTE version of XZ can flash it!
i have a locked bootloader and rooted, how do i flash this with flashtool?
gallous_boy said:
i have a locked bootloader and rooted, how do i flash this with flashtool?
Click to expand...
Click to collapse
As stated in post #1 just Flash with Flashtool and reroot.
reptile64 said:
Ok I found that this is a global release not only for Europe or Greece so anybody with LTE version of XZ can flash it!
Click to expand...
Click to collapse
anyone can flash the NL it doesn't mean that its a global or europe wide release.
this still appears to be the greek version not true global..
fards said:
anyone can flash the NL it doesn't mean that its a global or europe wide release.
this still appears to be the greek version not true global..
Click to expand...
Click to collapse
It appears to be Greek? Where? If you mean the ftf name that I uploaded, I named it Greek because I thought it was intended for my country only!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
reptile64 said:
== Info ==
- GLOBAL_LTE unbranded
- JB 4.1.2
- 3.4 Kernel
- C6603
== Installation ==
- Flash with Flashtool
== Link ==
Download me
Click to expand...
Click to collapse
How do you istall the Android SDK?
doministry said:
How do you istall the Android SDK?
Click to expand...
Click to collapse
Click
Rutifruti said:
Click
Click to expand...
Click to collapse
My question was how to install it properly, not where to get it
This:
"10.Place the unzipped file in the usb_driver folder, located in the Android SDK > extras > google folder on your computer. Accept to replace the old android_winusb.inf-file with the new file. If you can't find the usb_driver folder, please install the Google USB Driver Packager using the Android SDK manager."
I don't get WHERE is it since after installing the SDK I cannot find it nowhere.
This is a mess for me.
And what about this Manager:
And where to get this file:
7.Extract fastboot_with_Android_USB_file.rar and open fastboot folder
I8750XXCMK2_I8750XCMK2. Firmware version 2424.13.11.2
Click to expand...
Click to collapse
CSC Content:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
https://www.mediafire.com/?aiznv2tv73t6tu6
Click to expand...
Click to collapse
I8750XXCMJ1_I8750OXACMJ1. Firmware version 2424.13.10.2
Click to expand...
Click to collapse
CSC Content:
Download:
https://www.mediafire.com/download/68ch6mapwps38cw
Click to expand...
Click to collapse
Flashing guide:
http://forum.xda-developers.com/showthread.php?t=2391138
Instrukcja wgrywania po polsku (flashing guide in polish):
http://www.windowsmania.pl/poradnik...nding-lub-zmiana-oprogramowanie-na-gdr2-5424/
Download SPH-I800_VPUAMG6 for Samsung Neo:
https://www.mediafire.com/?v8dfr8l415a7f6v
Click to expand...
Click to collapse
Why don't you just publish it in flashing thread? No need in new thread for every stock ROM.
-W_O_L_F- said:
Why don't you just publish it in flashing thread? No need in new thread for every stock ROM.
Click to expand...
Click to collapse
as an #345 post?
sorry for this...but can we get this for HTC 8X?
djtonka said:
as an #345 post?
Click to expand...
Click to collapse
Thank you for grabbing and posting rom links. I will update the flashing thread later today
Sent from my GT-I8750 using Tapatalk
Just to clarify... If you flash your Ativ with this, you wont be able to fully interop unlock your device?
Loco5150 said:
Just to clarify... If you flash your Ativ with this, you wont be able to fully interop unlock your device?
Click to expand...
Click to collapse
that is correct, I tried of course but screen freezing on Diagnosis logo while opening registry editor.
aSpirit81 said:
sorry for this...but can we get this for HTC 8X?
Click to expand...
Click to collapse
of course you can't. Htc flash files are .nbh but Samsung one is wp8 and csc files.
it's 100% impossible .
if you can flash it your phone drivers are different so it's impossible.
yes,i mean can we get something like this for htc 8x.
Flashed yesterday, all running fine. Thanks !
On my interop custom:
WP8Diag - NO
Bootstrap_Samsung - NO
EnableAll_Sideloading -YES
Update
spavlin said:
My Custom On Off. GDR3 (10517 - I8750XXCMK2) do for themselves:
Region - ATO-SER (I put in ATO mode ALL)
In both:
Dev Unlock (WP8Diag not work)
INTEROP
File System Access
loud alarm
DisableNever
LargeScreen & ScreenSize
List without alphabet
Sim export and import
Default Google + Yandex
Radio just in case
Workers Auto Network Setup
Fits over without errors
After installation:
Bootstrap_Samsung not working
EnableAll_Sideloading quietly put
View attachment 2456764
Click to expand...
Click to collapse
How long you been using it ?
Thank you. I expect this ROM. Successful. Good Job.
..
darxon said:
DeveloperUnlockState CreateContext %d TID:%-4d FCRouter: %s: Developer Unlock State : 0x%x
CreateContext %d TID:%-4d FCRouter: %s: RPC Functions Locked!!!!
CreateContext %d TID:%-4d FCRouter: %s: Non-Production Errors.txt is exist!!
CloseContext %d TID:%-4d FCRouter: %s: ++ %d
SvcRegisterRPCInterface %d TID:%-4d FCRouter: %s: +++
D e f a u l t R p c A c c e s s SvcRegisterRPCInterface %d TID:%-4d FCRouter: %s: QueryTransientObjectSecurityDescriptor Fail NtStatus : %x n c a l r p c I n t e r o p R P C \ I n t e r f a c e
Click to expand...
Click to collapse
Hmm... such a bad english... Is this from Samsung binary?
FCRouter.dll GDR3 517
Does anyone know where to get a ROM for the ATIV S Neo? I need the ROM, not the CSC.
Check first post
For firmware I800_ (SPH-I800) need WP8_SMD_binary_USB_Downloader_Ver._3.47.exe.
Download it.
Anyone know how we can start build a updated rom for our zenfone 3?
I trying with lineage 17, but have errors at breakfast.
ThePadawan said:
Anyone know how we can start build a updated rom for our zenfone 3?
I trying with lineage 17, but have errors at breakfast.
Click to expand...
Click to collapse
I'm not a zenfone user although i might be able to help, what's there error your running into?
it hapens when i call breakfast
breakfast zenfone3
[W][2021-06-29T19:53:40-0300][3488] void cmdline::logParams(nsjconf_t *)():250 Process will be UID/EUID=0 in the global user namespace, and will have user root-level access to files
[W][2021-06-29T19:53:40-0300][3488] void cmdline::logParams(nsjconf_t *)():260 Process will be GID/EGID=0 in the global user namespace, and will have group root-level access to files
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:277:
In file included from build/make/core/board_config.mk:142:
device/asus/zenfone3/BoardConfig.mk:212: error: cannot assign to readonly variable: PRODUCT_BOOT_JARS
19:53:41 dumpvars failed with: exit status 1
Device zenfone3 not found. Attempting to retrieve device repository from LineageOS Github (http://github.com/LineageOS).
Failed to search GitHub
[W][2021-06-29T19:53:52-0300][3550] void cmdline::logParams(nsjconf_t *)():250 Process will be UID/EUID=0 in the global user namespace, and will have user root-level access to files
[W][2021-06-29T19:53:52-0300][3550] void cmdline::logParams(nsjconf_t *)():260 Process will be GID/EGID=0 in the global user namespace, and will have group root-level access to files
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:277:
In file included from build/make/core/board_config.mk:142:
device/asus/zenfone3/BoardConfig.mk:212: error: cannot assign to readonly variable: PRODUCT_BOOT_JARS
19:53:53 dumpvars failed with: exit status 1
[W][2021-06-29T19:53:53-0300][3614] void cmdline::logParams(nsjconf_t *)():250 Process will be UID/EUID=0 in the global user namespace, and will have user root-level access to files
[W][2021-06-29T19:53:53-0300][3614] void cmdline::logParams(nsjconf_t *)():260 Process will be GID/EGID=0 in the global user namespace, and will have group root-level access to files
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:277:
In file included from build/make/core/board_config.mk:142:
device/asus/zenfone3/BoardConfig.mk:212: error: cannot assign to readonly variable: PRODUCT_BOOT_JARS
19:53:54 dumpvars failed with: exit status 1
** Don't have a product spec for: 'lineage_zenfone3'
** Do you have the right repo manifest?
xxseva44 said:
I'm not a zenfone user although i might be able to help, what's there error your running into?
Click to expand...
Click to collapse
I reply you above, sorry my english
ThePadawan said:
I reply you above, sorry my english
Click to expand...
Click to collapse
Hmm interesting, are you able to build los 17.1 for it?
xxseva44 said:
Hmm interesting, are you able to build los 17.1 for it?
Click to expand...
Click to collapse
i dont know, but i trying los16 and give me the same error.
ThePadawan said:
i dont know, but i trying los16 and give me the same error.
Click to expand...
Click to collapse
Hmm could be an issue with how you've put in the source, could you tell me how you've put the device trees in?
xxseva44 said:
Hmm could be an issue with how you've put in the source, could you tell me how you've put the device trees in?
Click to expand...
Click to collapse
I just follow the guide o los page, my knowledge is very little.
ThePadawan said:
I just follow the guide o los page, my knowledge is very little.
Click to expand...
Click to collapse
Hmm alrighty, okay so which version of los did you sync? i'm assuming 17.1 right
xxseva44 said:
Hmm alrighty, okay so which version of los did you sync? i'm assuming 17.1 right
Click to expand...
Click to collapse
I trying 17, but failed, after i tryed 16 because is the last supported and failed again.
ThePadawan said:
I trying 17, but failed, after i tryed 16 because is the last supported and failed again.
Click to expand...
Click to collapse
Alright, could you show what trees you currently have? (lineageos/Vendor/asus), (lineageos/device/asus) and (lineageoskernel/asus)
xxseva44 said:
Alright, could you show what trees you currently have? (lineageos/Vendor/asus), (lineageos/device/asus) and (lineageoskernel/asus)
Click to expand...
Click to collapse
which file you need? in these have a zenfone3 folder with a couple of files.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hmm interesting, some things are missing although i can't seem to find them in lineageos or arrow's github, i'll try to find them and send it to you
xxseva44 said:
Hmm interesting, some things are missing although i can't seem to find them in lineageos or arrow's github, i'll try to find them and send it to you
Click to expand...
Click to collapse
Thank you, and sorry, im starting in dev in a few time.