[ROM] MIUI v6 PORT for Hercules - T-Mobile Samsung Galaxy S II SGH-T989

Rom discontinued!

reserved

one more

Post some logs

I'll see if adb will let me. I could not find a tutorial for porting miui v6, so I did what a v4 tutorial said, but with v6 and cm11.

What device are you porting from

Notorious said:
What device are you porting from
Click to expand...
Click to collapse
Hammerhead.
I tried to get some logs, but adb gave an unauthorized device error/

jrc2 said:
Hammerhead.
I tried to get some logs, but adb gave an unauthorized device error/
Click to expand...
Click to collapse
You have to edit your default.prob in the ramdisk and change ro.adb.secure=1 to 0 and remove the first line think it's ro.adb something

Notorious said:
You have to edit your default.prob in the ramdisk and change ro.adb.secure=1 to 0 and remove the first line think it's ro.adb something
Click to expand...
Click to collapse
If I am correct, that is inside boot.img. What is the best way to decompile and recompile it in linux?

jrc2 said:
If I am correct, that is inside boot.img. What is the best way to decompile and recompile it in linux?
Click to expand...
Click to collapse
I use this on Linux http://forum.xda-developers.com/showthread.php?t=2073775

Notorious said:
I use this on Linux http://forum.xda-developers.com/showthread.php?t=2073775
Click to expand...
Click to collapse
That worked great. Here is default.prop inside ramdisk
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.adb.secure=1
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
I cannot delete a second ro.adb.* because there isn't one. The first entry is ro.adb.secure, so that is not what I want to delete.

jrc2 said:
That worked great. Here is default.prop inside ramdisk
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.adb.secure=1
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
I cannot delete a second ro.adb.* because there isn't one. The first entry is ro.adb.secure, so that is not what I want to delete.
Click to expand...
Click to collapse
Sorry messed up names(wasn't at pc) ro.adb.secure=0 and ro.secure=0

Notorious said:
Sorry messed up names(wasn't at pc) ro.adb.secure=0 and ro.secure=0
Click to expand...
Click to collapse
Do you know how to debug with logcat? If so, are you on Hangouts so I can learn better? That would be faster than back and forth in the forum.

jrc2 said:
Do you know how to debug with logcat? If so, are you on Hangouts so I can learn better? That would be faster than back and forth in the forum.
Click to expand...
Click to collapse
Yes I can read logcats and I'm not completely available since I'm working most of the day so hangouts would get you slower responses since I tend not to pay attention to it. Forums is fastest way for me

Notorious said:
Yes I can read logcats and I'm not completely available since I'm working most of the day so hangouts would get you slower responses since I tend not to pay attention to it. Forums is fastest way for me
Click to expand...
Click to collapse
I set adb logcat to only show errors. Here is a logcat. http://pastebin.com/1DdzAqYw

jrc2 said:
I set adb logcat to only show errors. Here is a logcat. http://pastebin.com/1DdzAqYw
Click to expand...
Click to collapse
I need full log not just a log with the errors

Notorious said:
I need full log not just a log with the errors
Click to expand...
Click to collapse
here http://pastebin.com/MuqwGkB6

jrc2 said:
here http://pastebin.com/MuqwGkB6
Click to expand...
Click to collapse
Do adb logcat -d> logcat.txt

Notorious said:
Do adb logcat -d> logcat.txt
Click to expand...
Click to collapse
http://pastebin.com/rbYfcA17

What do all of the permission denied errors mean?

Related

[KERNEL] GT-I9000 insecure kernels for use with rooting

Many of you seem to think that you have been abandonded by the developers moving to the GT-I9100, I do not think this is the case, but you have to remember that developing for a new phone is more fun
Anyway, some of you will already know about my insecure kernels for the GT-I9100, well since Gingerbread on the GT-I9000 I have also been using insecure kernels for my own personal use and have now decided to release them, since if you are like me and like to keep your phone as close to stock as possible they may be of some use to you.
If you like my work, maybe you would like to say thanks by buying me a beer
Insecure Kernels:-
GT-I9000_XWJVZ_insecure
GT-I9000_XWJW1_insecure
GT-I9000_XXJVP_insecure
GT-I9000_XXJVQ_insecure
GT-I9000_XXJVR_insecure
GT-I9000_XXJVS_insecure
GT-I9000_XXJVT_insecure
GT-I9000_XXJVU_insecure
GT-I9000_XXJW4_insecure
password = [email protected]
a quick method for rooting would be:-
Code:
adb remount
adb push busybox /system/xbin/
adb push su /system/xbin/
adb shell chown root.shell /system/xbin/busybox
adb shell chown root.shell /system/xbin/su
adb shell chmod 755 /system/xbin/busybox
adb shell chmod 4755 /system/xbin/su
adb shell /system/xbin/busybox --install -s /system/xbin
You need to make sure that busybox and su are in the same folder as you are typing the adb commands.
You could also push superuser.apk if you have it local:-
adb install superuser.apk
You can use these files to return to the stock kernel if you wish, you will still be rooted but adb will not be running as root on first login via shell.
Original Kernels:-
GT-I9000_XWJVZ_original
GT-I9000_XWJW1_original
GT-I9000_XXJVP_original
GT-I9000_XXJVQ_original
GT-I9000_XXJVR_original
GT-I9000_XXJVS_original
GT-I9000_XXJVT_original
GT-I9000_XXJVU_original
GT-I9000_XXJW4_original
Please DO NOT mirror any of my files, thank you.
I have used your 9100 insecure. Good work. I have also rated this thread a 5-star.
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
good work
10 chars
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Bo$s said:
On JVS insecure kernel my WiFi connection keeps restarting when it's turned on, can you check it?
Click to expand...
Click to collapse
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Odia said:
Mine is ok, maybe a bug in JVS makes an incompatibilty problem with your router? Try to flash the JVS original kernel and see if the problem still exists, you will still keep root.
Click to expand...
Click to collapse
Same behavior on stock
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
simone201 said:
No, he means that he has done the same work as on I9100.....
The kernels are not compatible!
Click to expand...
Click to collapse
Lol ty was really going "WHAAAAAAAAT" when i read the OP. Maybe make it cleaer what u mean in the OP.
zacharias.maladroit said:
link to github repo for kernel source (most preferrably ^^) please !
what all did you change ?
thanks !
Click to expand...
Click to collapse
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
I hope he releases the sources soon....but it is also veeery simple to do an unsecured kernel!
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Brotuck said:
Thanx works fine on JVS, but i needed to remove some stuff from /system/app
No space left....
Click to expand...
Click to collapse
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
could you provide some link can opened in your country.
O-T said:
As you probably know, this is not only zach asking kindly or xda-rules. GPL licence, on which android kernel is based, clearly states to release updated source along with the build.
Developers are always welcome when they follow this. Bet you get help here to setup github.
Failing to comply usually ends in some banned/thread locked.
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
The kernel is not compiled from sources, its only a 4 byte change which is injected to the stock kernel. That is the reason there is no source released, the Admins and Mods know this already and the reason this thread is still here alive and not locked.
and its the reason it works correctly with XXJVS.
Bo$s said:
Same behavior on stock
Click to expand...
Click to collapse
Thats bad, which router are you using? Have you tried rebooting the router?
simone201 said:
Seems that JVR and JVS have no space left at all in /system folder...strange thing....
Click to expand...
Click to collapse
Its true, I just remove the Aldiko eBook Reader from /system/app but of cause you can chose some other app you dont like
Gvdn said:
Do i understand this correct?? From what i read u are using the kernel u use on your i9100 also on the i9000??? how is this possible?
Click to expand...
Click to collapse
Sorry for the confusion, I hope the OP is now more clear.
Odia: Thank you for explaining your [KERNEL/MOD]
The kind-of-source is your HowTo in OP on how we can mod any kernel.
Sent from my GT-I9000 using XDA App

[Developer Discussion] JB Rom Creation

Hi All,
I'm starting this thread so that we can compile in one location the methods we attempted to create a zip for the recent Jellybean update, and hopefully advance the creation of this rom. This should be mentioned before starting.
ONLY POST IF YOU HAVE RELEVENT INFORMATION REGARDING THIS JELLYBEAN ROM.
This Includes:
Procedures
Logcats
Test Builds
Helpful Suggestions (Be Specific)
To start, I've attempted the following alterations on the zip level:
Straight System dump with updated updater-script
System dump with default updater script
Modified updater script removing patch elements
Utilizing the Canadian Rom, which flashed and appplying new system.
Swapping out radio flashing and boot.img with shellnutt's boot.img
I also have the following plans:
System Dump on Canadian Rom, and default boot.img
Recursive Deleting of patched files
Example
Code:
assert(apply_patch_check("/system/3rd_party/videowiz/lib/libMvMMAS.so", "65cfe8efc36cf58669e5fb9f30274bc49c3f9703", "e1a051bb2562af8d9b106ef4b875f85a6109ee9e"));
set_progress(0.003080);
delete("/system/3rd_party/videowiz/lib/libMvMMAS.so");
Than initiate the normal package_extract_dir("system", "/system");
Any other information would be great. Some developers have gotten it to flash but not boot.
Also, here's a link to the test builds I released.
http://goo.im/devs/AdriVelazquez/Roms/Nightlies/TestSprint
Thanks to all the developers that have been working on it.
This is what I've tried:
Used the boot.img & system.img. from dump to compile a rom in dxsdia's kitchen. I was able to apply root to the boot.img and compiled a zip but it wont flash. I then added the updater script from the dump but it still wouldn' t flash. Ithink my problem is in the updater script. I didn't take thetime to configure the kitchen properly for the optimus G but will do so tonight. I have the 2 test zips at home and I'll post them tonight if anyone wants to take a look.
Suggestion:
Since houstonns Korean port boots, and all is well except radio, would it also help to look at that system dump along with the Canadian? Maybe something to utilize?
johnq54 said:
Suggestion:
Since houstonns Korean port boots, and all is well except radio, would it also help to look at that system dump along with the Canadian? Maybe something to utilize?
Click to expand...
Click to collapse
I already tried that. That was the test zip I did last night.
Sent from my LG-LS970 using xda premium
I also tried both mentioned here, none worked for me as well. I contacted couple of friends to help us out, Scott (Scrossler cleanrom series) already answer me back, he's looking into it, I will let u guys know if they get something working.
Edit: houston answer as well, he is gonna work on it as well.
LROD'S OPTIMUS G
As I don't own the device I need your guys' help with creating a flashable zip for you guys. Lrod0175 requested my help. What I need is your system mount points. To get those open up Terminal Emulator and enter these commands:
Code:
$ su
# cat /proc/emmc
I need what is printed out.
dastin1015 said:
As I don't own the device I need your guys' help with creating a flashable zip for you guys. Lrod0175 requested my help. What I need is your system mount points. To get those open up Terminal Emulator and enter these commands:
Code:
$ su
# cat /proc/emmc
I need what is printed out.
Click to expand...
Click to collapse
There is no /proc/emmc on my phone, but I've attached what I have in /proc/mounts in case that helps.
grktaurus83 said:
There is no /proc/emmc on my phone, but I've attached what I have in /proc/mounts in case that helps.
Click to expand...
Click to collapse
This is what I was looking for. Thanks!
dastin1015 said:
As I don't own the device I need your guys' help with creating a flashable zip for you guys. Lrod0175 requested my help. What I need is your system mount points. To get those open up Terminal Emulator and enter these commands:
Code:
$ su
# cat /proc/emmc
I need what is printed out.
Click to expand...
Click to collapse
Please, for safety, only use the by-name mount points. Below are the partitions for the American and Candian variants.
http://pastebin.com/Rej3FgQS
Shelnutt2 said:
Please, for safety, only use the by-name mount points. Below are the partitions for the American and Candian variants.
http://pastebin.com/Rej3FgQS
Click to expand...
Click to collapse
I'm using the by-name mount points. Wasn't sure if the Optimus G was proc/emmc or not.
Thanks dastin for answering and thanks guys for getting what he needs to help us.
LROD'S OPTIMUS G
do we have any logcats?
dastin1015 said:
I'm using the by-name mount points. Wasn't sure if the Optimus G was proc/emmc or not.
Click to expand...
Click to collapse
A bit late but might still be helpful to others. Here is a pastie of the by-name goodness as clear as a bell. This is the Sprint varaint
http://pastebin.com/teQmXDX9
If anyone needs anything from the stock JB ROM let me know. I am running it and can provide any files or anything.
_Epic said:
If anyone needs anything from the stock JB ROM let me know. I am running it and can provide any files or anything.
Click to expand...
Click to collapse
Same here
Sent from my LG-LS970 using xda premium
Veritass said:
Same here
Sent from my LG-LS970 using xda premium
Click to expand...
Click to collapse
can either of you post the build.prop? I won't be updating.
interloper said:
can either of you post the build.prop? I won't be updating.
Click to expand...
Click to collapse
How's this?
http://pastebin.com/yjNnR2sh
Sent from my LG-LS970 using xda premium
interloper said:
can either of you post the build.prop? I won't be updating.
Click to expand...
Click to collapse
Here's the build.prop
http://pastebin.com/UXSBvNMj
Provided by epic since I haven't done the update also.
Sent from my LG-LS970 using xda premium
I sent Adriel build.prop file but forgot I could copy text and post to pastebin. That's why we both posted. Lol.
Sent from my LG-LS970 using xda premium
Good morning to all, We have another dev, his name is negamann303 from the evo 3d forum, he's working hard on our project, already send me stuff to test, we will not post anything because these zips are highly flammable and all the testing is done in a spare phone I have, I will keep u guys updated.
LROD'S OPTIMUS G

[GUIDE]Rooting your phone...from your phone [ALL US SGS3]

Rooting your phone...from your phone (what?!)
DISCLAIMER: I do not expect anything to go wrong as I have personally tested this. However, YOU are choosing to make these modifications to your phone so I DO NOT take responsibility for any damage that may come as a result of using this. If you come back and point the finger at me, I will laugh at you.
If your phone is not an SGS3, this MAY still work for you. I take absolutely NO responsibility either way.
Prerequisites
The following files are attached to this post for convenience. Download and install the apps, download and extract the zip file somewhere convenient.
Superuser by Koush(MUST be this one. You can change it later if you so desire.)
Terminal Emulator by Jack Palevich ( MUST be this one)
Zip file, extracted somewhere convenient
Click to expand...
Click to collapse
Click to expand...
Click to collapse
THE GOODS
These generic names will be used:
/path/to/motochopperDir - This is the full path to the extracted motochopper-mobile DIRECTORY or FOLDER. Example: /sdcard/motochopper-mobile (will vary depending on where you extracted the files).
NOTE: After running the script, Motochopper may or may not print "Failed", but the exploit DOES indeed work regardless of this. Make sure you reboot for changes to take effect.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Download the attached zip file AND both apps.
Install Terminal Emulator and Superuser (use a file manager, navigate to the downloaded .apk files and click on each file to install them).
Open up Terminal Emulator and type the following commands. Press the ENTER key after each command.
Code:
cd /path/to/motochopperDir
cat setup.sh > /data/data/jackpal.androidterm/setup.sh
cd /data/data/jackpal.androidterm
chmod 755 setup.sh
./setup.sh /path/to/motochopperDir
From there, my setup.sh script will handle the rest of the process. If you are still unsure, see my sample run below.
Sample run (files were extracted to /sdcard/moto)
Code:
cd /sdcard/moto
cat setup.sh > /data/data/jackpal.androidterm/setup.sh
cd /data/data/jackpal.androidterm
chmod 755 setup.sh
./setup.sh /sdcard/moto
Credits
Motochopper exploit by djrbliss (Dan Rosenburg). Original thread here.
Jack Palevich and Koush for their apps, especially Jack Palevich. This would not be possible without the shared permissions on his app's data directory.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Link
Download the attachments!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Very nice write up :good:
TEAM MiK
MikROMs Since 3/13/11
Can confirm this worked on my SGS3 with a broken USB port.
Sent from my SPH-L710 using xda app-developers app
CNexus is on a ROLE HERE!!!! first he brings us a sense port, now this??? woaw thanks:good::good::good::good::highfive: i wonder whats next o.0
So ...... will this give me CWM or TWRP ???? GREAT JOB ! :highfive: :good: :good: :good:
Will this change my radios/modem
J/K.... Great Job @CNexus
Sent from the future via Tapatalk 4
TexasLTE said:
So ...... will this give me CWM or TWRP ???? GREAT JOB ! :highfive: :good: :good: :good:
Click to expand...
Click to collapse
Probably not. I'm assuming that you will have to use ROM Manager to install CWM or TWRP.
|| Acer || said:
Probably not. I'm assuming that you will have to use ROM Manager to install CWM or TWRP.
Click to expand...
Click to collapse
I'm pretty sure he was kidding
CNexus said:
I'm pretty sure he was kidding
Click to expand...
Click to collapse
Oh. Yeah. I knew that...heh
|| Acer || said:
Probably not. I'm assuming that you will have to use ROM Manager to install CWM or TWRP.
Click to expand...
Click to collapse
C'mon ║Acer║ you've known me for over 2 years already - U gotta know I luv 2 kid around alot ... :laugh: :laugh: :laugh:
TexasLTE said:
C'mon ║Acer║ you've known me for over 2 years already - U gotta know I luv 2 kid around alot ... :laugh: :laugh: :laugh:
Click to expand...
Click to collapse
lol I know. Wasn't really paying attention.
Will this work on my iPhone 5?
Lol just kidding :thumbup:
Now I can go root my friends phone who doesn't have a computer. Thank you.
------------------------
Sprint Galaxy S3 "Supernexus" Thanks To Cyanogenmod
Whiplashh Rom
Look it up.
Great job CNexus, this is pretty sweet.
does it make a differance what android version im on? gonna do this for a buddy just wanted to make sure before i do
xxaddictedxx said:
does it make a differance what android version im on? gonna do this for a buddy just wanted to make sure before i do
Click to expand...
Click to collapse
I can confirm it works on the latest MD4 4.1.2 stock rom. So any version below that is good.
Hey I tried this on my friend's S3, and the phone is still not rooted after three attempts. On stock MD4 4.1.2. Any thoughts?
Sent from my SPH-L710 using xda app-developers app
mightybryan said:
Hey I tried this on my friend's S3, and the phone is still not rooted after three attempts. On stock MD4 4.1.2. Any thoughts?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Hmm...Try following the original guide by djrbliss using ADB from a computer (link to thread is in credits section).
Star mobile Knight - i-mobile IQX - i mobile IQ9 - Does it work ?
Hello,
Someone has tried on Starmobile Knight ? (imobile iqx)
Thank you.
Cnex I tried this method twice and no luck am I doing something wrong?
I get a ... [+] this may take a few minutes
[-] failure
Cleaning up
Exploit finished reboot phone........
When I reboot the superuser says... Su binary needs to be updated. When I try to install gives me an error message.
I'm on cm 4.2.2 root was broken.
It seems to be working for some and not for others. Can't say exactly what the issue without interrogating everyone who tried
I personally tested before posting and it worked fine for me

Mms.apk (Modded)

Ok guys I've made some tweaks to the Mms.apk,
1) Auto SMS to MMS conversion disabled.
2) Ulimited lines for text typing area.
3) Fixed issues with delivery reports.
4) Minor tweaks.
Next build:
1) MMS fix (First I need confirmation of it's not working from at least two people)
2) Dark them.
3) You say.
Link:
http://www.mediafire.com/download/4h47r4k45ekzeu4/Mms.apk
Instructions:-
Download the Mms.apk file and copy it to your fastboot folder. Open command prompt and enter the following commands:-
Code:
adb remount
adb push Mms.apk /system/app/
adb shell
chmod 644 /system/app/Mms.apk
exit
adb reboot
Make sure to press enter after each command. Also, make a backup of your original Mms.apk in case you experience any problems.
Press thanks to keep me motivated and provide further updates.
Hi,
File deleted?
Invalid or Deleted File.
The key you provided for file access was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Click to expand...
Click to collapse
unster said:
Hi,
File deleted?
Click to expand...
Click to collapse
Was going to DL this to add to the rom, can you send me a copy of your latest @MScorporation95 ?
unster said:
Hi,
File deleted?
Click to expand...
Click to collapse
mcgi5sr2 said:
Was going to DL this to add to the rom, can you send me a copy of your latest @MScorporation95 ?
Click to expand...
Click to collapse
Sorry for the problem guys. Link fixed.
I need some cool ideas for my next build. Suggestions are appreciated.
MScorporation95 said:
Sorry for the problem guys. Link fixed.
I need some cool ideas for my next build. Suggestions are appreciated.
Click to expand...
Click to collapse
How about helping to build EV3.2 and then CM10.1?
mcgi5sr2 said:
How about helping to build EV3.2 and then CM10.1?
Click to expand...
Click to collapse
Yeah sure.. When we're starting?
MScorporation95 said:
Yeah sure.. When we're starting?
Click to expand...
Click to collapse
I'm uploading the the latest CM10 with your mms.apk in it now. I will clean my github and then sync in the device/vendor/msm7x30 trees that I have so far for them. The latest build I have done have two main issues, firstly the kernel isn't building properly, it comes out around 4kbs too small, and won't boot very far. Using a downloaded version of hellboy the rom boots past the htc screen onto a black, with the latest version we should be able to pull a logcat to see more closely what we need to fix.
Once I have it all uploaded I'll start a new thread and add any and all stuff I know so far, so that anyone can pitch in if they feel like it. I think we should make it a rookie friendly as possible so that anyone here can contribute.
mcgi5sr2 said:
I'm uploading the the latest CM10 with your mms.apk in it now. I will clean my github and then sync in the device/vendor/msm7x30 trees that I have so far for them. The latest build I have done have two main issues, firstly the kernel isn't building properly, it comes out around 4kbs too small, and won't boot very far. Using a downloaded version of hellboy the rom boots past the htc screen onto a black, with the latest version we should be able to pull a logcat to see more closely what we need to fix.
Once I have it all uploaded I'll start a new thread and add any and all stuff I know so far, so that anyone can pitch in if they feel like it. I think we should make it a rookie friendly as possible so that anyone here can contribute.
Click to expand...
Click to collapse
Alright, I'm ready when you are. PM me.

[REQ] LIB from g4

Im looking for these files
Code:
system/lib/hw/camera.msm8994.so
Code:
system/vendor/lib/libmmcamera2_sensor_modules.so
defcomg said:
Im looking for these files
Code:
system/lib/hw/camera.msm8994.so
Code:
system/vendor/lib/libmmcamera2_sensor_modules.so
Click to expand...
Click to collapse
Not sure if first one is a typo, if no I don't have it. Otherwise, maybe these can help you out:
https://www.dropbox.com/s/mitd9ncvys4lnpj/libmmcamera2_sensor_modules.so?dl=0
https://www.dropbox.com/s/fzqgcvazqxjiast/camera.msm8992.so?dl=0

Categories

Resources