[Q] whats the name of the usb mass storage manager? - Xperia Play Q&A, Help & Troubleshooting

Does anyone know the app .apk that brings up this UI to enable usb mass mode?
{
"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"
}

xdarkmario said:
Does anyone know the app .apk that brings up this UI to enable usb mass mode?
Click to expand...
Click to collapse
It is in framework-res.apk
I use apktool to decompile apk and the pic is in
framework-res\res\drawable-hdpi\usb_android.png
Text is in
framework-res\res\values-en-rGB\string.xml
framework-res\res\values\string.xml
I think sony somehow bypass it in coding. I have no idea where to start. Maybe to compare decompiled framework-res.apk with some other that have function

Bakisha said:
It is in framework-res.apk
I use apktool to decompile apk and the pic is in
framework-res\res\drawable-hdpi\usb_android.png
Text is in
framework-res\res\values-en-rGB\string.xml
framework-res\res\values\string.xml
I think sony somehow bypass it in coding. I have no idea where to start. Maybe to compare decompiled framework-res.apk with some other that have function
Click to expand...
Click to collapse
not the picture -__- the actual app (.APK) primarily for CM10

usb mass storage screen edit text
xdarkmario said:
not the picture -__- the actual app (.APK) primarily for CM10
Click to expand...
Click to collapse
I would love to find the location for this screen / text on Cyanogenmod 7 doe anyone know which file i need to mod?

Related

Why does my XML look like this?

...and how do I make it stop? I've tried Notepad++ with the XML plugin, Eclipse, EditPlus, Notepad, WordPad, and none of them seem to be encoding it properly.
{
"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"
}
did you decompile the apk? or did you just extract the apk?
No... he didnt. Decompile the apk and it will come out normal.
Sent From My Sprint Galaxy Nexus
IINexusII said:
did you decompile the apk? or did you just extract the apk?
Click to expand...
Click to collapse
Oh... derp. I extracted it. That explains it.
I just spent about an hour trying to figure out why I can't build a decompiled apk. I was able to decode it just fine, but I get a bunch of errors when I try to build it. I gave up and thought I'd try smali to edit classes.dex and I thought I'd be able to edit the XML by simply extracting it from the apk.
I'm trying to modify the stock Jellybean launcher (following these directions) because Apex is too choppy and I don't like Nova.
I was able to edit launcher.smali, recompile it, put it back into the apk and flash it without any force closing issues (had to substitute a few things). Now I need to do the rest in XML but I can't recompile with apktool or anything.
Never mind. I've got it:
http://forum.xda-developers.com/showthread.php?p=28862729#post28862729

Asked about the virtual touch keys

How to get the virtual touch in the red in the photo below?
{
"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"
}
I'm using the ROM http://forum.xda-developers.com/showthread.php?t=1788701 and want to put the button sensors about the Stock rom ICS 431. Please help me.
ntanhoreka said:
How to get the virtual touch in the red in the photo below?
I'm using the ROM http://forum.xda-developers.com/showthread.php?t=1788701 and want to put the button sensors about the Stock rom ICS 431. Please help me.
Click to expand...
Click to collapse
is easy copy the Framework-res.apk of the custom ROM in your sd.
then you get access root ROM 431.
with root explorer copy framework-res.apk file in the system folder and change the permissions, then move that file to the folder framework
Maybe this can help you
Maybe this link could be your answer http://forum.xda-developers.com/showthread.php?t=1823538
vito8916 said:
is easy copy the Framework-res.apk of the custom ROM in your sd.
then you get access root ROM 431.
with root explorer copy framework-res.apk file in the system folder and change the permissions, then move that file to the folder framework
Click to expand...
Click to collapse
Will not work like that. You will probably end up with partly not working phone.
Sent from my Xperia Arc S using xda premium

Help with image that I find in contacts.apk

Hi all, I'm making a theme, but there is an image that can not be located where it is in Contacts.apk, and is the image that appears in the capture, the image is selected.
See if anyone would know what to say because I can not find it.
thanks
{
"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"
}
framework-res.apk/res/drawable-xhdpi/tab_selected_holo.9
good day.
tiggerbcn said:
Hi all, I'm making a theme, but there is an image that can not be located where it is in Contacts.apk, and is the image that appears in the capture, the image is selected.
See if anyone would know what to say because I can not find it.
thanks
Click to expand...
Click to collapse
Totally agree with chopper, plus if you change it don't forget to change ( tab_selected_pressed_holo.9 )
Thank you very much at 2, and could be looking at changing contacts.apk and never find it.
For these files should not be, I watched those two files and the framework-res.apk I have these:
And there are those emerging in the contacs.apk tab because the image has a white line below and the blue color is different..
Must be other files.
Thanks anyway
I've figured out where you change, at least in the contacts.apk I have, to take him out of the rom Xylon and modify it to do INVERTED, this file is changed in several XML that are in
res/drawable and are:
tab_selected.xml
tab_selected_focused.xml
tab_selected_pressed.xml
tab_unselected_focused.xml
tab_unselected_pressed.xml
These files are not in other contacts.apk, a modification that should be made ​​in Xylom rom.
Thanks anyway.

[Solved!]Remove remove no service network not available from the status bar

i have asked this before in the past but maybe at this time we might have the technology to do so.
i was wondering if i can remove remove "no service network not available" Ongoing notification from my notification bar on a GB rom?
i have a R800x and i primary use R800i roms because i don't use this phone for calling so the radio is disconnected.
{
"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"
}
I'm sure its somewhere in framework-res
Call me crazy but I have the strangest feeling the issue is in the telephoney app...
Sent from my SPH-L710 using XDA Platinum mobile app
If you really want to go for it then get advanced apk tool and extract the telephony app or framework-res.apk and try to find something about it there.
You can also always just delete the phone apk completely and the device will work just fine. ?
olokos said:
If you really want to go for it then get advanced apk tool and extract the telephony app or framework-res.apk and try to find something about it there.
You can also always just delete the phone apk completely and the device will work just fine. ?
Click to expand...
Click to collapse
That did the trick! Thanks, I. Uninstalled the dialer app and that warring is gone

System UI stopped after modify it with APK Manager

I have modified some png icons in my system UI, no problem with compile it.
But when I copy it to the phone, change permissions, etc. Reboot phone, and SystemUI doesn´t works.
Any developer can help me changing the icons?
Bro this is why Samsung uses .qmg icons instead of png
Sent from my Pixel XL using Tapatalk
fernandovidaltello said:
I have modified some png icons in my system UI, no problem with compile it.
But when I copy it to the phone, change permissions, etc. Reboot phone, and SystemUI doesn´t works.
Any developer can help me changing the icons?
Click to expand...
Click to collapse
U know wut bro samsung make their diff so much secure so only people with great knowledge can only do modifications. Tell your device model and get a backup from someone to get it fixed.
I found the problem.
In Apk Manager, the compression level is 9, only change this to 0 and compile it.
{
"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"
}
Can you give me apk manager link?
fernandovidaltello said:
Click to expand...
Click to collapse
can you give me the link of your systemui?

Categories

Resources