Which ROM/MOD has black one-handed mode? - Galaxy Note 3 Q&A, Help & Troubleshooting

Help! (I have looked through the screenshots of every ROM on both the T-Mo and the generic Samsung forums.)
At one point, I noticed a ROM or Mod that had the one-hand mode (where it zooms the screen to take up only part of the display) changed so that it had a black background instead of dark blue. I was looking for that rom so I could extract the EasyOneHand.apk file and use it.
Anyone that can point me to the file I need will earn my thanks....

It's my rom.
This is the file needed https://mega.co.nz/#!SNExmCyB!VERmdKmiUqr85g1Yxdo-B5vkkx-_TUDRZfc5Wy-OaYI
Inviato dal mio SM-N9005 utilizzando Tapatalk

soloilmeglio said:
It's my rom.
This is the file needed https://mega.co.nz/#!SNExmCyB!VERmdKmiUqr85g1Yxdo-B5vkkx-_TUDRZfc5Wy-OaYI
Inviato dal mio SM-N9005 utilizzando Tapatalk
Click to expand...
Click to collapse
I appreciate your response! I got a bit impatient and learned how to deodex ended up doing the mod myself, and was just about to post it when I saw your post. I'll still post the mod for people that may want it separately, but just know that I did not pull it from your ROM and try to take credit. Thanks for the rapid response, though!

Related

[I9100][ROM 4.1.2] Stock 4.1.2 JB - real deal

As few seniors mentioned, you dont post stuff like that on your normal account.
I'm not posting how to use Odin, I'm sure anyone who is interested in this knows it.
CHECKSUM.md5 so you can additionally check if above are correct before flashing.
Flashing this will wipe your device.
Screenshot included so you can see its legit.
EDIT : more screens thanks to yahyoh : http://forum.xda-developers.com/showpost.php?p=34184248&postcount=581
LINKS :
Code:
PDA - LSJ
Modem - LS6 (GSM version)
CSC - LS1 Open version
rapidgator.net/file/56686813/Screenshot_2011-03-24-20-05-14.png.html
rapidgator.net/file/56942974/CHECKSUM.md5.html
rapidgator.net/file/56165140/emmc_EXT4_16GB.pit.html
rapidgator.net/file/56165167/emmc_EXT4_32GB.pit.html
rapidgator.net/file/56685720/CODE_I9100XXLSJ.tar.part1.rar.html
rapidgator.net/file/56697314/CODE_I9100XXLSJ.tar.part2.rar.html
rapidgator.net/file/56160234/MODEM_I9100XXLS6.tar.html
rapidgator.net/file/56159278/CSC_HOME_OXX_I9100OXXLS1.tar.html
rapidgator.net/file/56156500/Odin3_v1.85.zip.html
EDIT : added Odin to download.
It has new TW and there shouldn't be many bugs, maybe some minor ones.
EDIT2 : Cant change name inside rars, so just manually change extension in CODE to .tar
Thank YOU!
Lets see....
Holy cow. You kept your promise! Let's see if this one is good!
can download only one file for at time with that rapidgator..
Thank you!
Gesendet von meinem GT-I9100 mit Tapatalk 2
Finally!
Thanks! Can't wait to flash it!
Sent from my GT-I9100 using xda app-developers app
gr8, the only one share that I dont have account downloading at low speed and hoping its real
THANKS
its extremely big?
please someone share some other place when downloaded whole thing?
if you get one file, please upload it somewhere and put link here.. this way we cant get faster all files!
Delay between downloads must be not less than 15 min.
this wait seems to take forever lol
Thanks, so you're not a troll..
Inviato dal mio GT-I9100 con Tapatalk 2
Awesome stuff
Sent from my GT-I9100 using Tapatalk 2
Great work
You rocked
I love you men,thanks!!!!!!!!!! i cant wait to flash it
Let's see
Enviado desde mi GT-I9100 usando Tapatalk 2
why rapidgator now i need 1 month to download the all parts -_-
46.7 KB/s - 14.8 MB of 480 MB, 2 hours left qq ,,, Thank u OP !
any info ?
what is working / not working ?
languages ?
etc ?
You`re kidding... 70 kbps...
THX at all.

[TUTORIAL] Translate a ROM using Github

Hi guys this is my first tutorial here!
I'm not a developer but i want to contribute for the community, so some time ago i started translation of my favourite rom, the Mahdi ROM. That was about March 2014. As of now I've started a new project: translations for Chroma ROM (June 2015)
You need only one thing: the rom has to be open source on github.
So, let's start.
First, go to the rom sources on github and open the apk you want to translate. The most important directories are three:
Settings in /android_packages_apps_Settings
SystemUI in /android_frameworks_base/packages/systemUI
Core in /android_frameworks_base/core
1) to find file(s) to translate you have to go in the directory and then in the folder res.
2) now, it's full of folders but you only need two of them. open in two tabs of your browser values and values-xx (xx are two letters that determinate your language, e.g. "it" for italian and "fr" for french).
3) in values you have to find the file "name-of-the-rom-strings.xml". this is the file you'll translate. now in values-xx, open the file "name-of-the-rom-strings.xml" and click on edit. probably in values-xx folder you won't find the file "name-of-the-rom-strings.xml", if so, click on the "+" near to the name of the directory and create a new file called like the previous one. remember the extension (.xml)
4) now, copy all strings from "name-of-the-rom-strings.xml" in values and paste in the file you were editing in values-xx. now you are ready to translate the rom, read tips down here.
Click to expand...
Click to collapse
What if the folder values-xx doesn't exist?
No problem. Click on the "+" icon to create a file, and write values-xx/***. The slash create a new folder. Et voilà!
Click to expand...
Click to collapse
READ:
1) you only have to translate what's between ><
2) before every ' , add a slash like this \, so if you want to write don't, write don\'t
3) DO NOT translate strings which say translatable=false, delete those strings
4) do not add >< or "" or "string". just change what's between ><. Good luck!
Click to expand...
Click to collapse
Great guide ?
N⁴
Oooops i forgot to say how to create a pull request and some other stuff, working on it now
Inviato dal mio Nexus 4 usando XDA App
Thanks for this tutorial!
I do have a question.
I'm tring to translate every single English word to my language (Dutch)
But where do I find the words that are still in English?
In the picture I uploaded are 2 examples.
You see 'UI Settings' and 'Performance' still in English.
Can you help me?
Tommebaas said:
Thanks for this tutorial!
I do have a question.
I'm tring to translate every single English word to my language (Dutch)
But where do I find the words that are still in English?
In the picture I uploaded are 2 examples.
You see 'UI Settings' and 'Performance' still in English.
Can you help me?
Click to expand...
Click to collapse
Mmh, this is all something you should find in settings files. Try to use ctrl+f in the file and write what you're looking for . Btw what rom is that?
Inviato dal mio Nexus 4 utilizzando Tapatalk
toyr99 said:
Mmh, this is all something you should find in settings files. Try to use ctrl+f in the file and write what you're looking for . Btw what rom is that?
Inviato dal mio Nexus 4 utilizzando Tapatalk
Click to expand...
Click to collapse
Thanks
Mahdi of course!
Tommebaas said:
Thanks
Mahdi of course!
Click to expand...
Click to collapse
Found it?
Inviato dal mio Nexus 4 utilizzando Tapatalk
toyr99 said:
Found it?
Inviato dal mio Nexus 4 utilizzando Tapatalk
Click to expand...
Click to collapse
I've been really busy lately and haven't had much time. I will report to you asap
Sent from my Nexus 4
I've just pushed my first translations on Github. Thanks for this useful guide :good:
Primokorn said:
I've just pushed my first translations on Github. Thanks for this useful guide :good:
Click to expand...
Click to collapse
toyr99 said:
Click to expand...
Click to collapse
How do u check if some translations have already been pushed without being validated?
A guy just told me that he already sent a request for a part of my translations but I didn't see them before starting to translate. Everything was in English on the "rom_strings.xml" file into values-fr folder.
actually, i don't know :c
toyr99 said:
actually, i don't know :c
Click to expand...
Click to collapse
Here is the answer:
1. From the main page of a package eg "Mahdi-Rom/android_packages_apps_Settings" click on "Pull requests" on the right (if any)
2. Select a commit
3. Select "Files changed" tab
4. We can see the original lines in red and the modifications in green
Op updated for when there isn't values-xx folder in the package ?
Inviato dal mio Nexus 4 utilizzando Tapatalk
Hi,
I want to start translating the English stuff to Dutch.
And I noticed there is not a mahdi_strings.xml in Dutch yet.
So I have to add that right?
But there is so much to translate from mahdi_strings.xml.
A lot of English words are probably already translated.
How do I figure that out?
Tommebaas said:
Hi,
I want to start translating the English stuff to Dutch.
And I noticed there is not a mahdi_strings.xml in Dutch yet.
So I have to add that right?
But there is so much to translate from mahdi_strings.xml.
A lot of English words are probably already translated.
How do I figure that out?
Click to expand...
Click to collapse
Which package do u want to translate? Coz dutch translations already exist like the FW.
Primokorn said:
Which package do u want to translate? Coz dutch translations already exist like the FW.
Click to expand...
Click to collapse
That's German
Just all the English words that still exists.
Tommebaas said:
That's German
Just all the English words that still exists.
Click to expand...
Click to collapse
Oups ^^
About android_frameworks_base there's only one request for the moment so you can translate the GERMAN part. Edit the file then enter your modifications and send your request.
Primokorn said:
Oups ^^
About android_frameworks_base there's only one request for the moment so you can translate the GERMAN part. Edit the file then enter your modifications and send your request.
Click to expand...
Click to collapse
So I just make a new line under the last translatings and send the request?
Tommebaas said:
So I just make a new line under the last translatings and send the request?
Click to expand...
Click to collapse
Yep

***** Meizu MX4 Android Version - Preloader Locked *****

**********WARNING!!! All your actions with the phone is at your own risk. The author is not liable. This is just your choice!!!*************
i think it can have connection because it's how preloader work you think to try "fastboot flash preloader preloader_m75.bin"
did anyone tried it ? works for you?
Hello ...
I have this error too in Meizu MX4 :
5000 Error (BROM ERROR: S_AUTH_HANDLE_IS_NOT_READY)
How can fix that ?
you can try that it's written by Naphtha but this is not 100% it's just theoretical , posibility of brick,, but if no one tries we cant know
---------- Post added at 06:05 PM ---------- Previous post was at 05:58 PM ----------
if it's possible to flash preloader via fastboot? it think it could be disabled or something to protect ,, maybe you can change it in rom.zip and flash it with firmware
Yep the idea is this, flash prealoader.bin with fastboot and try to flash ubuntu touch with sp tool! But wait we need more information.
Inviato dal mio MX4 utilizzando Tapatalk
mah454 said:
Hello ...
I have this error too in Meizu MX4 :
5000 Error (BROM ERROR: S_AUTH_HANDLE_IS_NOT_READY)
How can fix that ?
Click to expand...
Click to collapse
You have unlocked the phone with philz?
Inviato dal mio MX4 utilizzando Tapatalk
Not work
i wait to more testers
ChocholateMaster said:
i wait to more testers
Click to expand...
Click to collapse
try it!! @ChocholateMaster
why i dont have enough money if i brick my phone it would be easier if it would have everything open source then i would experiment
Naphtha said:
I have news, tryed to flash "preloader_m75.bin" (only file not zip) into my phone via fastboot and worked: the phone don't turn on but the sp flash tool read all the parts and can able to flash the Ubuntu Touch Rom.
View attachment 3501722
*****WARNING!!! All your actions with the phone is at your own risk. The author are not liable. This is just your choice. ******
- fastboot flash preloader "preloader_m75.bin (move the file into terminal, not zip only file)
- when all is done: fastboot reboot
- after this your phone don't turn on, leave it turned off
- open sp flash tool
- unzip ubuntu rom
- load scatter
- flag "firmware upgrade" not download
- push "Download Button"
- plug the phone turned off on the pc
GUYS I'M NOT SURE! BUT IF YOU WAN TRY IT!!
Click to expand...
Click to collapse
if you try to turn on phone when you flash preloader without installing ubuntu does it turn on?
ChocholateMaster said:
if you try to turn on phone when you flash preloader without installing ubuntu does it turn on?
Click to expand...
Click to collapse
Don't turn on but the preloader is recognized from sp tool, i have added the "lk.bin" i care this can help too with "preloader.bin" .
Not work
hm why it dont turn on maybe it's because different partition table?
Yes is possible, but for me this worked.
Inviato dal mio MX4 utilizzando Tapatalk
what is possible ? a different partitions?
---------- Post added at 06:42 PM ---------- Previous post was at 06:41 PM ----------
i dont know i will wait when i will have time maybe i will try to do that
Yes ubuntu haven't the same partition size, i care this change the address
Inviato dal mio MX4 utilizzando Tapatalk
Just wait another tester be patient
Inviato dal mio MX4 utilizzando Tapatalk
just another quick question what about going from cyanogen to flyme is it ok if i remove uboot, recovery imgs ? to prevent locking bootloader?
I care the problem is signature, with philz you can try to flash it
Inviato dal mio MX4 utilizzando Tapatalk

Detailed instruction to fix camera in landscape mode...(VIDEO Guide ALSO)

DETAILED INSTRUCTION TO FIX CAMERA IN LANDSCAPE MODE...
1ST Download These Libs Form HereThnaks To @Cheez2553for these libs
I FOLLOWED THIS METHOD...IN 4 MARSHMALLOW ROMS WHICH IS=AOKP,CM13,VANIR AOSP,CYANPOP V5.7 (IF YOU TESTED IN OTHER ROM AND IF IT WORKS THEN REPLY ME ..I WILL ADD ROMS LIST WHICH HAS BEEN FIXED USING THIS
download es file explorer...open it...extract zip file .choose root explorer option in sidebar in left. after click on root explorer tab...you will see some options like mount rw click on that...switch ro to rw in option after....now go to system/vendor/lib folder ...now create a folder "rfsa" ..then open rfsa folder now create another folder in rfsa folder ..name "adsp"....after this dont change permission of folder for now....now copy those two files in /system/vendor/lib/rfsa/adsp then..after copy...now you have to change these two files's permission so in this folder long press on that file (libadsp_denoise_skel.so) ...click on 3 dot menu icon ..you will see properties now change permisson rw r- r-............follow same step for changing permisson of anaother file ..which is this ...(libadsp_jpege_skel.so in)......
If you are confused how to fix..or then watch this video by me....
If You Want To fix quickly then flash or IF U HAVE UPDATED YOUR ROM...AND IF FIX ISNT WORKING THEN FLASH .this flashable zip file.by @hetor99 thanks to @hetor99 For Flashable zip File
A BIG THANKS TO @danimenIF HE DIDNT SAY ABOUT THIS IN POST..THIS WOULD NOT HAPPEN ..SO PRESS HIS THANKS BUTTON
ALL CREDITS GOES TO THESE AWSOME GUYS
@Cheez2553
@danimen
@hetor99 For Flashable zip File
I DID THIS BECAUSE PREVIOUS MMETHOD TO FIX THIS IS NOT WORKING ANYMORE..THIS METHOD IS ONLY DETAILED SO THAT THIS CAN HELP EASILY ALL CREDITS FOR THESE
NOTE=THIS IS TESTED ON MANY CM AND AOSP ROMS....SO DONT ASK AGAIN AND AGIN...JUST FOLLOW STEPS AND THIS WILL WORK IF YOU FOLLOWER EVERY STEP 1 BY 1 CORRECT.....
GREAT!!Gonna test asap!!
Inviato dal mio Moto E utilizzando Tapatalk
Really working? Try to capture some pics and post the picture here
I wiil try this and confirm
EDIT: it works
rian_tama said:
Really working? Try to capture some pics and post the picture here
Click to expand...
Click to collapse
You can see i posted ...
rian_tama said:
Really working? Try to capture some pics and post the picture here
Click to expand...
Click to collapse
You can see i posted ...up there
shyvam said:
You can see i posted ...up there
Click to expand...
Click to collapse
Actually it's not landscape bro u see that cam icon it should rotate when in landscape mode....
It works,you need to rotate the image from gallery.This is a workaround,Not really a fix
Inviato dal mio Moto E utilizzando Tapatalk
Open Camera can lock the rotation too, and has more features than the stock KitKat app
To fix it you only need to copy the files libadsp_denoise_skel.so and libadsp_jpege_skel.so in /system/vendor/lib/rfsa/adsp/ usong any root file explorer.
They are on stock rom 5.1 and looking into the logs, they are required for the camera to save de jpg. I try it on some CM13 nightlies (actually 20160305) and always works.
I supose these files would be included for the devs in the device tree rom.
I hope this would help you.
Sorry for my bad english.
danimen said:
To fix it you only need to copy the files libadsp_denoise_skel.so and libadsp_jpege_skel.so in /system/vendor/lib/rfsa/adsp/ usong any root file explorer.
They are on stock rom 5.1 and looking into the logs, they are required for the camera to save de jpg. I try it on some CM13 nightlies (actually 20160305) and always works.
I supose these files would be included for the devs in the device tree rom.
I hope this would help you.
Sorry for my bad english.
Click to expand...
Click to collapse
@squid2 was the new maintaner cm13 for condor?
Look at this please. Really only need to copy lib from stockrom :what:
Doesn't work on teamasek
smith44 said:
Doesn't work on teamasek
Click to expand...
Click to collapse
Have you tried to set permission to rw-r--r-- and reboot your phone?
danimen said:
To fix it you only need to copy the files libadsp_denoise_skel.so and libadsp_jpege_skel.so in /system/vendor/lib/rfsa/adsp/ usong any root file explorer.
They are on stock rom 5.1 and looking into the logs, they are required for the camera to save de jpg. I try it on some CM13 nightlies (actually 20160305) and always works.
I supose these files would be included for the devs in the device tree rom.
I hope this would help you.
Sorry for my bad english.
Click to expand...
Click to collapse
Hey, bro, where can I find this files?
Can you attach it here?
Tks
danimen said:
To fix it you only need to copy the files libadsp_denoise_skel.so and libadsp_jpege_skel.so in /system/vendor/lib/rfsa/adsp/ usong any root file explorer.
They are on stock rom 5.1 and looking into the logs, they are required for the camera to save de jpg. I try it on some CM13 nightlies (actually 20160305) and always works.
I supose these files would be included for the devs in the device tree rom.
I hope this would help you.
Sorry for my bad english.
Click to expand...
Click to collapse
I'll test this when i get home
Inviato dal mio Moto E utilizzando Tapatalk
I don't know if i can attach these files here.
They are on stock rom. Search for any stock ROM here un xda. Retail stock rom forma example.
For me, it works.
Sorry for my bad english.
It Works!Dude thank you so much!!
Please create a new thread with your fix so others can see it
Inviato dal mio Moto E utilizzando Tapatalk
Cheez2553 said:
It Works!Dude thank you so much!!
Please create a new thread with your fix so others can see it
Inviato dal mio Moto E utilizzando Tapatalk
Click to expand...
Click to collapse
can you upload these file here.
Ansh2000 said:
can you upload these file here.
Click to expand...
Click to collapse
Here you go
I'll make a flashable zip later
Cheez2553 said:
Here you go
I'll make a flashable zip later
Click to expand...
Click to collapse
How it worked for you, no rfsa/adsp directory.....

Moto Z2 Play - Remove [Bootloader Unlocked] Warning logo

Searched the forum and net, for the proper fix for removing Bootloader Unlocked Warning logo .
No good results.
Any advice?
There was a replacer for the logo.
You can search for z1 play it's the same I think. I change mine by searching for z1 play and flash it in recovery.
Z play Logo has a wrong resolution but works
Inviato dal mio Moto Z2 Play utilizzando Tapatalk
Interesting. I tried the one I also used on my Z Play but it didn't work at all. Can anyone share the file they used? Because I find it very annoying too (besides the ridiculous ascending volume thing for all kinds of sounds where the old fix won't work too)
https://www.google.com/amp/s/forum....k-logo-warning-n-removed-hidden-t3593332/amp/
Inviato dal mio Moto Z2 Play utilizzando Tapatalk
peppet said:
https://www.google.com/amp/s/forum....k-logo-warning-n-removed-hidden-t3593332/amp/
Inviato dal mio Moto Z2 Play utilizzando Tapatalk
Click to expand...
Click to collapse
Thanks. That one even works better than the original one for the Z Play
I modified black/white logo for Moto Z2 Play.
Works!
N/A mark is removed/hidden.
"Bootloader unlocked" warning gone forever.
Enjoy.
OldUncle said:
I modified black/white logo for Moto Z2 Play.
Works!
N/A mark is removed/hidden.
"Bootloader unlocked" warning gone forever.
Enjoy.
Click to expand...
Click to collapse
cool!
Can I ask where you found the information on how to modify/make your own? I've been looking and can't find anything on the file format and I'd like to make my own.
thanks
Thanks
this worked beautifully. tyvm.
Hello, I flash the custom black logo, but the N/A stays here, any Solution?
PD: sorry for my bad english

Categories

Resources