[Q] What are the 'small' files linked with the Video app? - General Questions and Answers

Hi there,
Can someone name the files that are linked with the Video app? (SecVideo.apk in /system/priv-app). With 'small' files, I mean the lib files, the jar files, etc.
Would be glad if someone could list these files to me.
Thanks,
RoyaLKurTx3

RoyaLKurTx3 said:
Hi there,
Can someone name the files that are linked with the Video app? (SecVideo.apk in /system/priv-app). With 'small' files, I mean the lib files, the jar files, etc.
Would be glad if someone could list these files to me.
Thanks,
RoyaLKurTx3
Click to expand...
Click to collapse
Hi RoyaLKurTx3,
I uploaded the files on https://drive.google.com/folderview?id=0B5pRP_Vc8oFMeWhBeGxHOEs3Z1U&usp=sharing
Check it out ^^
Hope I can help you...!

henry0504 said:
Hi RoyaLKurTx3,
I uploaded the files on https://drive.google.com/folderview?id=0B5pRP_Vc8oFMeWhBeGxHOEs3Z1U&usp=sharing
Check it out ^^
Hope I can help you...!
Click to expand...
Click to collapse
Thanks for trying to help, but I asked for jar files and lib files in the /system/framework etc. not the decompiled SecVideo. Thanks though!

Related

[Q] Convert .jar and .jad to APK

Guys, please help me out on how to convert .jar and .jad to APK format. I'm sick to this. Help me please. Thanks
app_addict said:
Guys, please help me out on how to convert .jar and .jad to APK format. I'm sick to this. Help me please. Thanks
Click to expand...
Click to collapse
Not that easy I guess..
you have to decompile those files and then covert that coding to the android system and then recompile it
I think is very complicated. Better find games/apps like those u want to convert. I mean find a substitute for them
Sent from my GT-S5670 using xda premium
try this
http://netmite.com/android/srv/2.0/getapk.php
though finding a substitute is really better than this....

How to post a file on xda?

Hi people, i just want to ask, if i want to post a log, an app or some file or zip,how to do it?? Have i to upload first to a cloud server?? Or what???
I know is a noob question but i dont know how to do it. Please light my way for do that.
Thanks in advance.
Sent from my GT-I9003 using xda premium
acuicultor said:
Hi people, i just want to ask, if i want to post a log, an app or some file or zip,how to do it?? Have i to upload first to a cloud server?? Or what???
I know is a noob question but i dont know how to do it. Please light my way for do that.
Thanks in advance.
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
Small files (type 7z apk bmp bz2 c cab cab2 diff doc docx gif gz h img jar jpe jpeg jpg jps mtz patch pdf png psd rar tar torrent txt wma xap xls xlsx zip) can be attached to a post.
For larger files, you can use any cloud (dev-host, etc) hosting service.
For, logs/code, pastebin is widely used.

help how to rename package directory is root/data/data

here is what im saying... when i install the app you can find root/data/data
"com.folder.name.here"
i want to change it to
"com.my.project"
already edit the apk from manifest nothing happen.. it still creating the old package name folder hope someone can help me with this!
btw its not my app i just want redevelop it but just a newbie here
gaaramadarax said:
here is what im saying... when i install the app you can find root/data/data
"com.folder.name.here"
i want to change it to
"com.my.project"
already edit the apk from manifest nothing happen.. it still creating the old package name folder hope someone can help me with this!
btw its not my app i just want redevelop it but just a newbie here
Click to expand...
Click to collapse
please help

[Completed] How to edit assets folder ,simply ?

hi
I know an application called apk editor which simply edits res folder of the applications...
Now I would like to find a simple way to edit assets folder , in the application file.
Could anybody help me , please?
hmdphantom said:
hi
I know an application called apk editor which simply edits res folder of the applications...
Now I would like to find a simple way to edit assets folder , in the application file.
Could anybody help me , please?
Click to expand...
Click to collapse
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
thank you.
I found the app , downloaded from 4shared...
Now I get these errors :
*] *****\xdaAutoAPKTool_V4.0.2\_INPUT_APK\instasize_78.fl
recompiling *****\xdaAutoAPKTool_V4.0.2\_INPUT_APK\instasize_78.fl...
Exception in thread "main" brut.androlib.AndrolibException: java.nio.file.NoSuchFileException: bin/
at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:570)
at brut.androlib.Androlib.build(Androlib.java:293)
at brut.androlib.Androlib.build(Androlib.java:258)
at brut.apktool.Main.cmdBuild(Main.java:233)
at brut.apktool.Main.main(Main.java:88)
Caused by: java.nio.file.NoSuchFileException: bin/
at com.sun.nio.zipfs.ZipFileSystem.checkParents(ZipFileSystem.java:863)
at com.sun.nio.zipfs.ZipFileSystem.newOutputStream(ZipFileSystem.java:528)
at com.sun.nio.zipfs.ZipPath.newOutputStream(ZipPath.java:792)
at com.sun.nio.zipfs.ZipFileSystemProvider.newOutputStream(ZipFileSystemProvider.java:285)
at java.nio.file.Files.newOutputStream(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at java.nio.file.CopyMoveHelper.copyToForeignTarget(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at brut.androlib.Androlib.insertFile(Androlib.java:590)
at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:566)
... 4 more
The system cannot find the drive specified.
---------------------------------------------------------------------------------------------------------------------
Can you tell me what is needed to solve the problem?
Is apktool complete ? does it work on all applications?
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
problem solved....
But I like to hear your answers...
------------------------------------------------------------------------
The solution is to extract files directly from (apk or zip) file and mix with decrypted file
then uninstall last version of the app on the phone.
Install the new one....
nilac said:
Hi and thank you for using XDA Assist
Try using Apktool, it's much easier to modify apks.
Good luck!
Click to expand...
Click to collapse
Could some one just extract files from apk, change the files and then rename the file to zip and sign the file?
Could it be that easy?
hmdphantom said:
Could some one just extract files from apk, change the files and then rename the file to zip and sign the file?
Could it be that easy?
Click to expand...
Click to collapse
Yes , done.
that easy....
Apktool one of the bests.
Thanks for the helps.

Vernee Mars Pro ROMS

Well, now, you have to be a premium user if you want to download most of the roms in needrom.com, so from now on I will be uploading all versions I have in my hard drive so anyone can download and install.
Versions:
v414
-NOT VOS (Vernee OS)
Known issues:
-Fingerprint not working
-GPS not working
-Bluetooth working only sometimes
-Poor wifi signal
-Old camera app with a poor image quality
Click to expand...
Click to collapse
Pure android. [SP Flash Tools version]{Scatter and GApps included}(Mars_pro_20170414):
MEGA
v907
-VOS 1.0.0 [SP Flash Tools Version]{Scatter and GApps included}(Mars_pro_20170907): MEGA
v925
-VOS 1.0.0 Last OTA [SP Flash Tools version]{Scatter not included, GApps included}(Mars_pro_20170925):
MEGA
v414_custom
-Custom rom based on the not VOS rom with some tweaks and problems solved
-Camera app updated
-Fingerprint working
-No GApps
-Better battery usage
-No bloatware
-Wifi and bluetooth working fine
-GPS not working (I'm working on that, I think it's an easy fix)
-Better performance
AVAILABLE SOON
SCATTER FILE {For version Mars_pro_20170925}: MEGA / DRIVE
(Uploading more versions)
DOWNLOAD GAPPS HERE (You have to select ARM64 and Android 7.0, then choose the package you like and install it via TWRP): https://opengapps.org/
Are you still working on this? It would be great if you could post the custom rom, I am willing to test it for you and report back the bugs.
Vernee mars pro is a great cell phone, what does not work with it is this factory ROM (20170907). ?
Hi!
I'm VERY interested in a Mars Pro custom ROM. Are you still working on it? I've never cooked a ROM myself, but I'm a programmer and will be available to help if it makes sense...
djsnakezinho said:
Hi!
I'm VERY interested in a Mars Pro custom ROM. Are you still working on it? I've never cooked a ROM myself, but I'm a programmer and will be available to help if it makes sense...
Click to expand...
Click to collapse
Hi, I've been working on other phones for this time. Any help is welcome, would you like to modify the camera api? It is needed to increase the saturation of the images. The default camera app is able to increase it, but as soon as you restart the app, it goes to its default value.
Dariocm said:
Hi, I've been working on other phones for this time. Any help is welcome, would you like to modify the camera api? It is needed to increase the saturation of the images. The default camera app is able to increase it, but as soon as you restart the app, it goes to its default value.
Click to expand...
Click to collapse
Ok! So, will you point me in the right direction, send some work on progress?
djsnakezinho said:
Ok! So, will you point me in the right direction, send some work on progress?
Click to expand...
Click to collapse
I could send you the api of the camera. Maybe it's easy to edit the camera app. What would you like to do?
Dariocm said:
I could send you the api of the camera. Maybe it's easy to edit the camera app. What would you like to do?
Click to expand...
Click to collapse
Ok, send it! Will it be ok to test it in my current running build and/or emulator?
djsnakezinho said:
Ok, send it! Will it be ok to test it in my current running build and/or emulator?
Click to expand...
Click to collapse
Hi, I won't be home until september, so I can't send you the files. I could extract the camera apk but it isn't decompilated, I can deodex it for here. Would you be able to modify it?
Dariocm said:
Hi, I won't be home until september, so I can't send you the files. I could extract the camera apk but it isn't decompilated, I can deodex it for here. Would you be able to modify it?
Click to expand...
Click to collapse
If it's doable I guess I can ? I'll have to learn how to but I think I'll get somewhere.
djsnakezinho said:
If it's doable I guess I can I'll have to learn how to but I think I'll get somewhere.
Click to expand...
Click to collapse
I've been able to download apktool in this pc and decompile it for you. Here's a zip with the apk file and the apk decompiled it self. Do your research.
https://mega.nz/#!fKxWGIwD!WNHLSlkerP7Rj0g_k3rc4kDhvbT_Igr6JaOruzy6QjA
Help
I hope you are still working on the custom ROM because the official one I have updated at last version is a bull of ****. Fingerprint sensor not working, GPS ****, Bluetooth sometimes, battery very bad and more. Please help me
Dariocm said:
I've been able to download apktool in this pc and decompile it for you. Here's a zip with the apk file and the apk decompiled it self. Do your research.
https://mega.nz/#!fKxWGIwD!WNHLSlkerP7Rj0g_k3rc4kDhvbT_Igr6JaOruzy6QjA
Click to expand...
Click to collapse
Thx! I'll be working on this starting next week ?
Miguelcb2000 said:
I hope you are still working on the custom ROM because the official one I have updated at last version is a bull of ****. Fingerprint sensor not working, GPS ****, Bluetooth sometimes, battery very bad and more. Please help me
Click to expand...
Click to collapse
Try flasing v907 the only thing that will work weird will be bluetooth.
Dariocm said:
Try flasing v907 the only thing that will work weird will be bluetooth.
Click to expand...
Click to collapse
Thanks, I'll try although I don't have knowledge about how to flash I'll learn
.dex
Dariocm said:
I've been able to download apktool in this pc and decompile it for you. Here's a zip with the apk file and the apk decompiled it self. Do your research.
https://mega.nz/#!fKxWGIwD!WNHLSlkerP7Rj0g_k3rc4kDhvbT_Igr6JaOruzy6QjA
Click to expand...
Click to collapse
So... Correct me if I'm wrong (there's a chance I am...), but shouldn't there be either .dex or .odex file(s) inside the apk? I've been researching and even experimented with other apks to make sure. I tried using dex-tools to create a .jar and that's where the .dex file(s) should come into play (I think). There aren't any .dex or .odex files inside either the apk or the unzipped folder.
djsnakezinho said:
So... Correct me if I'm wrong (there's a chance I am...), but shouldn't there be either .dex or .odex file(s) inside the apk? I've been researching and even experimented with other apks to make sure. I tried using dex-tools to create a .jar and that's where the .dex file(s) should come into play (I think). There aren't any .dex or .odex files inside either the apk or the unzipped folder.
Click to expand...
Click to collapse
That's because I deodexed it before, I can send you the apk and odex files if you want to.
Dariocm said:
That's because I deodexed it before, I can send you the apk and odex files if you want to.
Click to expand...
Click to collapse
Yes, please send everything. Aren't the .odex files inside the apk?
djsnakezinho said:
Yes, please send everything. Aren't the .odex files inside the apk?
Click to expand...
Click to collapse
That's not how it works, if you deodex the app, you get rid of the odex files, so they don't exist anymore.
Here is the apk with the oat and lib files.
https://drive.google.com/file/d/1ZtiyFNsJQuK4PjSTWlG7GTCGOZ-xg1J7/view?usp=sharing
Hi guys,
Is there anyone who is working on the not VOS based custom ROM? Can we expect it to be available?
Thanks in advance.

Categories

Resources