Change Carrier Name in AOSP roms - Android

How to create a custom eri.xml files to change the carrier name in AOSP roms.
Instructions lower are for making your own.
{
"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"
}
(((Prerequisites)))
1. Android Device (doesn't have to necessarily be a phone)
2. Root
3. Working adb connection to phone
4. 7zip
5. HxD or another hex editor
(((How To)))
1. Connect your phone and mount your it with adb.
2. use adb to pull the framework-res.apk file from the phone
3. open the framework-res.apk file with 7zip
4. go into the res/xml folder
5. pull eri.xml from the zip file and open with HxD or your favorite hex editor
6. scroll down until you find the provider name (usually sprint)
7. Change the name to whatever you want. WARNING! Depending on your phone you can have as little as 9 characters available all the way to 16. It depends on the phone. I have found that the Hero CDMA only has 9.
8. Save eri.xml, and copy it back into the zip file via drag and drop into 7zip.
9. Using adb, push the file back onto the phone. You may have to reset it to get it to show up.

I used 7zip and deleted the eri.xml file from framework-res.apk. I had found an eri.xml file from another ROM that is viewable in IE; after editing the file I pushed it to /data/. works fine and you don't have to mess with hex editors.

Tried it with my Hero and some of my custom Android 2.2 Froyo,but
don`t find provider name at "eri.xml"
Only this:
VersionNumber...NumberOfEriEntries...EriFileType...EriFile...1357...12...1...Id...CallPromptText...CallPromptId...0...CallPromptId0...CallPromptId1...2...CallPromptId2...RoamingIndicator...IconIndex...IconMode...EriText...AlertId...EriInfo...64...T-CDMA 64...65...T-CDMA 65...66...T-CDMA Ext 66...67...T-CDMA Ext 67...68...T-CDMA Roam 68...69...T-CDMA Ext 69...70...T-CDMA Roam 70...71...T-CDMA Ext 71...72...T-CDMA Ext 72...73...T-CDMA Roam 73...74...T-CDMA Ext 74...75...T-CDMA Roam 75.......`......
Click to expand...
Click to collapse

If you don't see it then it may just not have been set on build time. Did you build it yourself?
Either way it should be at this address in the hex edior:
Line: 000002D0
You have the column space from 02 to 0A to edit.
However I would side with TheDanimal on this. It would be easier to just find the xml that you can open in a text editor and then push to /data but I have never done this. Hey TheDanimal! does there need to be directory structure there like in metamorph?!

here is the contents of my eri.xml:
- <EriFile VersionNumber="1357" NumberOfEriEntries="1" EriFileType="1">
<CallPromptId Id="0" CallPromptText="CallPromptId0" />
<CallPromptId Id="1" CallPromptText="CallPromptId1" />
<CallPromptId Id="2" CallPromptText="CallPromptId2" />
<EriInfo RoamingIndicator="128" IconIndex="1" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" />
</EriFile>
I guess deleting it from framework-res.apk makes it look elsewhere for the file. I posted the eri.xml I use. I had to zip it because it won't let me upload a .xml

@TheDanimal - Awesome man! And this also lifts the 9char restriction! 10chars+ for u!
Now if I could just find out where to change the word 'Phone' for the center rosie button...

Hm,deleted "eri.xml" from framework and pushed framework back to
phone,then used attached "eri.xml" and pushed to /data/ but nothing.
Only deleting "eri.xml" the same,still T-Mobile there

You may have to use a hex editor then. I deleted the eri.xml out of framework before i zipped and signed my ROM. I'm also using an AOSP 2.1 build.

That works fine for a sprint phone. Any idea where Verizon is hiding the carrier name? Its not in eri.xml, I've looked.
sent by an Epic4g through the cosmos

@raiderep - AOSP is not carrier specific. Actually the carrier name is something of just a stickit really. I am on cellular south but it will say sprint by default cause thats what the builder put as the carrier name. Maybe the version your running is modified to have it shown somewhere else?

This method will work on European Milestone?

yurasts said:
This method will work on European Milestone?
Click to expand...
Click to collapse
Damn dude, sorry so late on posting, but yeah I think so.... I would definitely do a nandroid first before trying it

Followed ur method to a "T". reboot and its black. after unlocking the phone it just comes up with a bunch of forcloses.

May be something odd on that specific phone... Just to ask (cause I am sorry I didn't earlier) but are you runnin aosp or sense rom? I have never tried it with a sense rom so cannot confirm that it works....

This method doesnt work on milestone =[

hexskrew said:
May be something odd on that specific phone... Just to ask (cause I am sorry I didn't earlier) but are you runnin aosp or sense rom? I have never tried it with a sense rom so cannot confirm that it works....
Click to expand...
Click to collapse
Aosp 0992
10 Char

just edit /system/etc/spn-conf.xml.Change the name to whatever u want and adb shell stop then adb shell start

This method i guess will not work on GSM Phone but only CDMA Phones

Related

[REQUEST] Sense Navbar.. (might be one for you, Cryshop?)

Saw this Thread under the Desire forum..
I really like the way the Navbar is made on this rom..
I myself do not have the graphic-skille to make something like this, so hopefully someone else have??
http://forum.xda-developers.com/showthread.php?t=729172
lol, ok, I did a quick job by pulling graphic files from mytouch 3g slide sense. Just download the zip, unzip it, then replace these files with ones in com.htc.resources.apk/res/drawable-port-mdpi
Drawable-port-mdpi
I'm not sure how it's look, maybe you could post a screenshot
Yep, as it turns out, you don't even have to bother resizing some images... as it is with battery, navbar, lockscreen...system just resizes them automatically...
of course it's a good Idea to conserve space...
use adw launcher and search for espresso theme in market
cryshop said:
lol, ok, I did a quick job by pulling graphic files from mytouch 3g slide sense. Just download the zip, unzip it, then replace these files with ones in com.htc.resources.apk/res/drawable-port-mdpi
Drawable-port-mdpi
I'm not sure how it's look, maybe you could post a screenshot
Click to expand...
Click to collapse
Just tried to replace the files in the original .apk - putting it all in a zip-file (not signed since I'm on S-OFF) but it just brings me to bootloop
I'm not entirely sure, but I think running apk's still have to be signed...correct me If I'm wrong...
Dr.Romca said:
I'm not entirely sure, but I think running apk's still have to be signed...correct me If I'm wrong...
Click to expand...
Click to collapse
I've never signed framework apk files. What I did is :
1. Open apk file with winrar, leave it.
2. Open folder window that includes necessary files.
3. Drag and drop file from (2) to (1) for replacing or something else.
4. Push apk files back to /system/framework/
Benefits:
- No need to extract apk files.
- No need to re-zip.
- No need to sign.
cryshop said:
I've never signed framework apk files. What I did is :
1. Open apk file with winrar, leave it.
2. Open folder window that includes necessary files.
3. Drag and drop file from (2) to (1) for replacing or something else.
4. Push apk files back to /system/framework/
Benefits:
- No need to extract apk files.
- No need to re-zip.
- No need to sign.
Click to expand...
Click to collapse
That's what I did.. (Used TotalCommander instead) ..
EDIT: Now trying using WinRAR
Now it worked.. Only "bug" is now, that the indicator of which homescreen used is still a "bow"... Is there any way to either get rid of that or to edit 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"
}
Now it worked.. Only "bug" is now, that the indicator of which homescreen used is still a "bow"... Is there any way to either get rid of that or to edit it..?
Click to expand...
Click to collapse
Oops!
These pngs go to /system/app/Rosie.apk/res/drawable-mdpi/
cryshop said:
Oops!
These pngs go to /system/app/Rosie.apk/res/drawable-mdpi/
Click to expand...
Click to collapse
Hehe... I'll look into that
Used NinjaMorph to replace the files (Thanx to S-OFF) and NOW it looks nice ;D

[Q] VoiceMail Removal

i have the Voicemail Icon on my Status bar ALL the time.
NO it's not a service provider issue. Nor anything else. it's just something i have to live with it (i live in Iraq,and trust me these things are normal here)
WHAT I NEED IS: is it possible to REMOVE the icon from the system so i can't see it on the status bar anymore????
If your rooted you could find the png file in framework-res.apk or systemUI.apk and replace it with a transparent image other than that i cant help sorry.
Yes Rooted. and Yes i want to use this method (either delete or make it fully transparent)
BUT: where can i find those? directory ???
omid_freesky said:
Yes Rooted. and Yes i want to use this method (either delete or make it fully transparent)
BUT: where can i find those? directory ???
Click to expand...
Click to collapse
framework-res.apk is in system/framework
SystemUI.apk is in system/app
What rom are you on?
Custom or stock?
Take a screen shot with the icon ill see if can change it for you.
i use CriskeloRom V18 with Blue theme
and as you can see from the screen shot the voicemail is ALWAYS there.
{
"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"
}
BTW, Thanks for your concern and kind help.
I have found the file its stat_notify_voicemail.png in framework-res.apk.
Can you copy your framework-res.apk from system/framework with a root file manager and upload it and ill replace the image for you.
If your not sure how to do this let me know and ill try to explain.
Ive modded the file to be transparent just needs injecting into your framwork
can you teach me how to replace the PNG inside the APK? so i can do it myself in the future.
Thanks again ( A LOT )
update:
the Framework-res.apk is over 10mb big and won't load (unless i zip it and send it in 2 parts) ... it'll be great if you tell me how to replace the png.
Sure i can we like a user who likes to learn
first you need winrar http://www.rarlab.com/
1. using a root file manager (this is a good free one http://www.ghisler.ch/board/viewtopic.php?t=30417) copy your framewor-res.apk from system/framework to your internal or external SD Card
2. Copy it off the SD to your pc.
3. open the framework-res.apk on your pc with winrar
4. Navigate to drawable-hdpi
5. drag the modified stat_notify_voicemail.png i attached into drawable-hdpi leave all the options as they are and press ok.
4. copy the framework-res.apk bk to system/framework *you might get a force close or random reboot (dont worry its normal)
5. when phone has rebooted navigate to system/framework and change the permissions to as per my pic.
6.reboot
7.???
8. Profit
Hope that made sense!
Never will the voice mail icon annoy you again
My upload didnt work properly ive rar'd it up hopefully will work better this time
no matter what i do or use it won't let me edit (over write - replace - rename) the framework-res.apk file.
i replaced the png but can't replace the whole apk
PS: is there a way to permanently stop the Voice mail. (like uninstall the functionality from the phone)
You need to set your file system to writable, try this.
1. Download es file explorer from the market
2. In options tick root explorer
3. Tick mount file system as writable
4. Copy the file using es explorer
-possible reboot
5. go bk to system/framework in es explorer
6. long press the file - properties and change permissions to match my pic
6. reboot
hopefully that should sort it and you still get voicemail
ps. this shouldn't need saying but im gonna say it anyways, make sure you have a CWM recovery backup first just incase something goes wrong and you can restore

Where Does MetaMorph Store It's Files

Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
broad_st_bully said:
Can someone please tell me where MetaMorph stores it's files/images once it loads a theme/etc.?
I'm not talking about "/AndroidThemes",..I'm talking about where it stores everything once it unzips a theme or lock-ring or whatever...
I installed a battery zip a while back and now they battery image just shows up randomly every once in a while...I wanna remove it from the device comletely & don't know where to look...
thanks.
Click to expand...
Click to collapse
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
polobunny said:
I think you misunderstand how Metamorph acts. It actually changes permanently your patched system files to theme your apps. Depending on which part you are theming it patches different files.
Click to expand...
Click to collapse
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
broad_st_bully said:
ahh...I obviously did misunderstand....I figured there was a folder somewhere with all the files/images in it.
..I notice when I flash a new lock-ring, in my image gallery there's the lock-ring image and a "drawable-xhdpi" & "drawable-hdpi" images...that's what gave me the idea there was directory somewhere storing files...
is there a way to make the battery image I flashed a while back stop showing?
Click to expand...
Click to collapse
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
polobunny said:
That's likely an extracted zip from Metamorph. I think I misunderstood your question.
In light of this new information, you can long press the image file, then press the context menu button then Properties (last menu) and at the bottom of the dialog window you should see the path to the file. You can navigate to this directory using a file browser and create a file named ".nomedia" without the quotes. This will make the media scanner not scan this folder and thus you won't see it in the gallery.
Example:
File is located in /sdcard/Metamorph/theme1/folder
Create a .nomedia file in /sdcard/Metamorph/
Everything in this folder and the folders in it will not get indexed.
Click to expand...
Click to collapse
I appreciate your help!
this explains alot, but the problem I'm having is (see screenshot below please) on the top-left-hand side in the notification bar you'll see the small blue battery icon..I flashed that through MetaMorph maybe 2-3 different ROMs back, I'd say at least 3 weeks ago, and, at the time, the battery icon didn't show for some reason....and hasn't since then...
now it just showed up out of nowhere
I flashed a new ROM a few days ago (battery icon did NOT show up then) and then last night it just showed up....outta nowhere...
I want to get rid of it but, unlike the "drawable" lock-screen images in my image gallery, this actual icon/image is nowhere to be found (or seen)...
is there a way to remove it?
I mean I thoroughly wipe the cache(s) & system a few times before each new ROM so it kinda has me confused why it just showed up all of a sudden...
{
"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've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
3rdstring said:
If you've flashed another ROM then that's not coming from anything you've done with Metamorph. The system files that would have been modified would be gone.
Click to expand...
Click to collapse
that's exactly what I thought....I checked the OP for the current ROM I'm using and there's nothing about extra battery icons....the ONLY time this icon was ever on my phone was back when I flashed it a few weeks ago...and then it didn't show after the flash....
makin me crazy...

[TIP] How to remove an app's icon from the app drawer of a launcher

This is useful if you're trying to create a shortcut in Settings for a certain app and don't want yet another app in the app drawer or you want something running in the background......
1. First off, go ahead and setup apktool in ubuntu
Link to apktool found http://forum.xda-developers.com/showthread.php?t=1755243 Follow the instructions in that thread
2. Create a folder on your desktop (for the purpose of this guide, name it "folder")
3. Move your apk to your newly created folder, called folder
4. Assuming you've followed the steps in the apktool thread and setup it up correctly, open up a terminal and type in the following commands
Code:
cd Desktop/folder
then
Code:
apktool d yourapp.apk
If you decompiled correctly, you will see something similar to this....MAKE SURE YOU LEAVE YOUR TERMINAL OPEN, DO NOT CLOSE IT OUT!!
{
"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"
}
5. Now, navigate inside your app's decompiled folder and find the AndroidManifest.xml
6. Open the AndroidManifest.xml with any text editor
7. Find the highlighted line as pictured below....
8. Go ahead and remove that line from the AndroidManifest.xml and save/exit out of that
9. Press and hold Ctrl and H
10. Delete the file called "AndroidManifest.xml~"
11. Assuming you paid attention and didn't close out your terminal, go back to it and type in the following
Code:
apktool b yourapp
12. You should see something like this if you followed instructions correctly....
13. Now navigate inside your app's decompiled folder and you should find a folder called "dist". Inside of that, you should see your compiled apk with the change made and ready to be pushed to your device.
Here's a screenshot of a before and after
Just in case, who knows....
Mazda said:
Just in case, who knows....
Click to expand...
Click to collapse
Thanks for this helpful post!!! I needed something like this. Goomanager was getting on my nerves
I need help with deleting multiple icons from one single apk
I want to delete he camcorder and mirror on the evo 3d HTCCamera.apk
I followed your directions, but after I push apk and reboot it doesnt show up at all
mauricio.valladolid said:
I need help with deleting multiple icons from one single apk
I want to delete he camcorder and mirror on the evo 3d HTCCamera.apk
I followed your directions, but after I push apk and reboot it doesnt show up at all
Click to expand...
Click to collapse
For sense ROMs, you'll need to install the framework-res.apk and also the com.htc.resources.apk using apktool before you decompile/compile apks such as the HTCCamera.apk
Mazda said:
For sense ROMs, you'll need to install the framework-res.apk and also the com.htc.resources.apk using apktool before you decompile/compile apks such as the HTCCamera.apk
Click to expand...
Click to collapse
I have them installed, I already made changes to other apks, but its my first time trying to delete the icons and no luck
@Mazda
thx for this thread :good: It works even on windows but new apk needed a new sign (META-INF)
This was pretty helpful, thank you.
Thanks
app is not longer starting after boot completed
Hi,
thank you for the nice tutorial! The problem I have right now with an app where I removed “….category.LAUNCHER” is that the app is not starting at boot completed anymore. When I first install the unmodded app, and thereafter I install my created app without icon, the app is starting after boot completed. Do you know why the modded app is not starting after boot completed?
stan210 said:
Hi,
thank you for the nice tutorial! The problem I have right now with an app where I removed “….category.LAUNCHER” is that the app is not starting at boot completed anymore. When I first install the unmodded app, and thereafter I install my created app without icon, the app is starting after boot completed. Do you know why the modded app is not starting after boot completed?
Click to expand...
Click to collapse
If you're rooted,
Use Leedroid Tweaks to block apps in drawer
Sent from above using Xparent Tapatalk Blue

[guide] make your own flashabe zip

{
"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"
}
INTRODUCTION
this is a guide , with this, you can make your own flashable zips
DISCLAIMER
Code:
[SIZE="3"][CENTER]Please Follow The Instructions Carefully, Just In case Anything Goes Wrong, Please Don't Blame Me[/CENTER][/SIZE]
DOWNLOAD
BASE.zip
INSTRUCTIONS
Download the given BASE.zip
place it somewhere in your PC and extract it using any zip manager(Ex: WinRAR , 7zip etc)
you will find 3 folders
go inside system, and add whatever you want..
then repack the zip ,give whatever the name you want and flash using twrp:good:
HOWTO?
detailed guide/ instructions
like, how to add apps, boot animation, ringtones, fonts etc​
ADDINGAPPS
go inside system folder
create a folder named "priv-app" (without quotes)
and now, create another folder (with the name of your app, without spaces) inside priv-app
and place the apk file inside the folder that you just created
the path of your apk should be like:
Code:
[CENTER]BASE\system\priv-app\PixelLauncher\PixelLauncher.apk[/CENTER]
BOOTANIMATION
go inside system folder
create a folder named "media" (without quotes)
and place the bootanimation.zip file inside the folder that you just created
the path of your apk should be like:
Code:
[CENTER]BASE\system\media\bootanimation.zip[/CENTER]
​
RINGTONES
go inside system folder
create a folder named "media" (without quotes)
inside media, create another folder "audio" (without quotes)
inside media, create another folder "ringtones" (without quotes)
and place the ringtone.ogg file inside the folder that you just created
the path of your apk should be like:
Code:
[CENTER]BASE\system\media\audio\ringtones\"yourfile".ogg[/CENTER]
CUSTOMFONTS
download any FULL font pack
and extract the font zip,
you till noticee font files
use the same procedure and coppy ALL font files to "fonts" folder inside system, and obtain path to be like
Code:
[CENTER]BASE\system\fonts\font files.ttf[/CENTER]
if you want to add some apps that can be uninstalled later,
you will find a folder named "data" ,inside the BASE.zip
inside that, there will be another folder named "app"
now, drop any apk here, if you want that apk to be uninstallable after the flash, that is
it should be like like
Code:
[CENTER]BASE\data\app\uninstallable_app.apk[/CENTER]
WARNING
DO NOT TOUCH ANYTHING INSIDE META-INF FOLDER
IMPORTANT
:laugh::goodLAY ON AND PRESS THANKS :good::laugh:
Long time guys
#1
good to see you again.. welcomeback
the__wolverine said:
good to see you again.. welcomeback
Click to expand...
Click to collapse
thank you, but i will not be here for too long though
Hi, I tried to flash new version of Miui Music app but it doesn't read my musics, permissions are ok. What's wrong with that?
squirrel27 said:
Hi, I tried to flash new version of Miui Music app but it doesn't read my musics, permissions are ok. What's wrong with that?
Click to expand...
Click to collapse
i cannot help youwith the app specific problems, may be the app is missing libraries or odex files or permissions within etc folder..(which, by the way are somewhat pro things)
i can help you if you have any problem with flashing the zip or if you cant flash the zip, or if you want help in the procedure, or if your app is missing even after flashing the zip..
best adwise that im gonna give you is,
try and put your app inside data/app/miuimusicplayer.apk
it will work:good:
thilak devraj said:
i cannot help youwith the app specific problems, may be the app is missing libraries or odex files or permissions within etc folder..(which, by the way are somewhat pro things)
i can help you if you have any problem with flashing the zip or if you cant flash the zip, or if you want help in the procedure, or if your app is missing even after flashing the zip..
best adwise that im gonna give you is,
try and put your app inside data/app/miuimusicplayer.apk
it will work:good:
Click to expand...
Click to collapse
I just dropped the same apk in data/app but this time it's not installed
squirrel27 said:
I just dropped the same apk in data/app but this time it's not installed
Click to expand...
Click to collapse
are you sure the path was base.zip/data/app/music.apk ??(should work if this is the path)
or if you just created the data folder inside system??lol
btw, which rom are ou tryin this on??

Categories

Resources