So you want to mod your Fire HD - 7" Kindle Fire HD Themes and Apps

!!!!!!!!!THIS THREAD IS STRICTLY FOR MODS, AND MODS ONLY, THERE WILL BE NO ARGUING ON THIS THREAD!!!!!!!!!
Users, i am not dev, but i want to help.....do here is this thread.
On this thread feel free to post how-to's, non play store apps etc. So long as its mad based/related. Questions are allowed!
So lets get to it!
Sent from my MB855 using Tapatalk 2

Mod what?
Android>iOS... Android FTW!

so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app

craby1925 said:
so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app
Click to expand...
Click to collapse
There is no need to rename the launcher.apk. After another launcher is installed you will be given the choice of which launcher you want to set as default, you can change back to stock launcher by clearing the defaults of the custom launcher. Better to not change system files if you dont have to. After you move the new launcher to system/app folder change the permissions to rw-r--r--.

onemeila said:
There is no need to rename the launcher.apk. After another launcher is installed you will be given the choice of which launcher you want to set as default, you can change back to stock launcher by clearing the defaults of the custom launcher. Better to not change system files if you dont have to. After you move the new launcher to system/app folder change the permissions to rw-r--r--.
Click to expand...
Click to collapse
Would you need to rename the new launcher to anything special, or is setting these permissions and/or placing into this directory enough?

4Bn0rmL said:
Would you need to rename the new launcher to anything special, or is setting these permissions and/or placing into this directory enough?
Click to expand...
Click to collapse
Nope, I just got a special/stupid kfhd, that wouldn't work unless launcher was renamed.
Sent from my Fire HD with root!

Alright,
1st, device spoofer will cause BOOTLOOPS!!!! so don't buy!
(I learned this the hard way)
so this isn't really a mod but if you boot-looped your device by messing with build.prop than here is a quick fix:
1.Make sure you have adb set up nice for your fire by following the amazon developers @ https://developer.amazon.com/sdk/fire/getting-started.html AND that you have the orignal build.prop file
Make sure you read the entire page verbatim, especially if your a mac user, because all the answers are either on the page or in the links
2.You either will need to have temp root or have already been rooted.
3. Make sure the device is actually reaching adb, check this by waiting until the sparkly kindle fire logo comes up, and then doing adb devices
4. Down to Business: Turn on the fire and wait until you reach sparkly kindle fire logo.
5.Navigate to platform-tools folder and place your original build.prop file there
6.type
Code:
adb shell
su
mount -o remount,rw /system
mv build.prop /system/build.prop
exit
exit
reboot
7. If you already kept a backup of the original build.prop file on the device, than change the mv line to
Code:
mv /system/build.prop.bak /system/build.prop
-->and there ya go, post if you have problems

craby1925 said:
so to load a new launcher for root users:
1. Root Your Device!
2. Using a root explorer like es file explorer or root explorer mount system R/W
3. Grab the all for whatever you want from wherever you have it, and just copy it into you /system/app/ folder
4. Re-name the "Launcher.apk" application in the /system/app/ to "Launcher1.apk"
5. Voila you can now use any launcher in the system app folder-->note you may need to reboot
Sent from my KFTT using XDA Premium HD app
Click to expand...
Click to collapse
Hi,
Will this replace this awful carousel thing ? And therefore, redirect the home button ?
Sorry, i'm not a native english speaker, i don't understand the "Grab the all for whatever you want from wherever you have it".
Does it mean that i copy the new launcher's apk file to /system/app/ ? And do i have to install the new launcher ?
Thanks

iCoN3o said:
Hi,
Will this replace this awful carousel thing ? And therefore, redirect the home button ?
Sorry, i'm not a native english speaker, i don't understand the "Grab the all for whatever you want from wherever you have it".
Does it mean that i copy the new launcher's apk file to /system/app/ ? And do i have to install the new launcher ?
Thanks
Click to expand...
Click to collapse
Download a launcher from the play store
With a file manager move the apk from /data/app/ folder (It will be named differently than you are used to, usually has the company or developers name instead) to /system/app/ folder then reboot.
No need to change permissions as they are the same coming from /data/app/ folder

onemeila said:
Download a launcher from the play store
With a file manager move the apk from /data/app/ folder (It will be named differently than you are used to, usually has the company or developers name instead) to /system/app/ folder then reboot.
No need to change permissions as they are the same coming from /data/app/ folder
Click to expand...
Click to collapse
Thanks ! It worked perfectly. Goodbye carousel !!!
Sent from my KFTT using xda app-developers app

Are there any alternates to the soft button bar like a stock jb one or something? Or can we not do that because of the odex? I know it's systemui.apk I tried installing a cm9 systemui.apk on my kf2 and system/app rwrr but on reboot all I got was black screen. I backed it up and restored it with adb so I know what i'm doing... for the most part. Sorry for an y random spaces or periods... swype doesn't like furious tapping on the kf2. Needless to say, I have swype as default keyboard and launcher pro as launcher.

Well, I tried the same wpthing with a similar result. My best guess is that it works off of framework res so...until there are custom ROMs we have to wait. But, I've been toying with an idea: if the favorite button on the saftbar was rewritten to display recent apps, e.g. that it always displays 8 apps from data list x, and data list x is a list constantly updated saying the most recent app. Then the app could be themed minorly to have the window over window PNG and voila: a little bit better stock ROM. My problem is that I'm not a coder of any kind, so its a slow process.
Sent from my Fire HD with root!

fmkilo said:
Are there any alternates to the soft button bar like a stock jb one or something? Or can we not do that because of the odex? I know it's systemui.apk I tried installing a cm9 systemui.apk on my kf2 and system/app rwrr but on reboot all I got was black screen. I backed it up and restored it with adb so I know what i'm doing... for the most part. Sorry for an y random spaces or periods... swype doesn't like furious tapping on the kf2. Needless to say, I have swype as default keyboard and launcher pro as launcher.
Click to expand...
Click to collapse
I could try to edit it for you. I don't have a Kindle Fire HD, so you'll have to upload me the framework-res.apk and test it for me. Make sure you backup before you test it though.
Sent from my Kindle Fire

Has anyone figured out or tried to replace or disable stock search and get Google search to work. I've tried a few things with no luck. I would also like Google now.

For Google search, it's really tedious.
For it to work you have to rename the stock search to iforgothenameofit.apk.bak
Than you have to grab the Google search app from jelly bean gapps via goo.I'm, and push it to the system/app folder with permissions rw-r--r--
Than you have to push all the framework files, permission files, basically any other non-apk file to the folder of which it belongs.(you can get this from the whole zip file that you got from goo.I'm
MAKE SURE THAT EVERY FILE YOU PUT IN THE SYSTEM DIRECTORY HAD PERMISSION RW-R--R--
*This can actually be done with a root explorer fairly easily
Sent from my Fire HD with root!

Related

Stock touchwiz apps?

So I've been looking for a way to get the stock apps for calculator, calender, and alarm clock back onto my vibrant which is now running the vibrant6 rom from eugene...
So far I've seen suggested that we tear apart anomalous's deodexed rom and push the files through adb but I have a horrible 3g connection and it already took me forever to download the vibe 5 and 6 roms and don't want anything else from that rom just the .apks for these apps.
Also do they have to be pushed using adb or terminal or can I just use astro if I have it with rw permission to the /system /data folders n whatnot?
Either way I was hoping someone could post up on here some of these and other stock touchwiz apps for easy dl and reinstallation as I know much more than just myself have been looking for these apps to bring back to our modded roms.
Much thanks to all that could help with this
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
I would think it'd be as easy as pushing the apks that came with the stock vibrant rom to the current one you right now.
Sent from my SGH-T959 using Tapatalk
The issue is even if I go all the way back to my old rom through a nand backup you can't grab a back up as a simple apk through titanium and I'm unsure which files i could possibly manually back up to my sd using some sort off root explorer....
Thus my asking if anyone had these apks or files with a method of transferring them where they are needed... I know more then one person is looking for something like this
Pooped from my Samsung Vibrant using XDA app...
Dont mind the skidmarks...
Here are some of the stock TouchWiz apps!
Thanks for providing the stock TW apps.
what about the stock TW messaging apk? plz
the3dman13 said:
Here are some of the stock TouchWiz apps!
Click to expand...
Click to collapse
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
tonie972 said:
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
Click to expand...
Click to collapse
use root explorer and move the apk to system/app
Julianmgn said:
what about the stock TW messaging apk? plz
Click to expand...
Click to collapse
here u go
10 char
tonie972 said:
I'm trying to install the calendar but it wont let me. I put them in the internal memory. Any help?
Click to expand...
Click to collapse
You must use adb or root explorer to "install" them. You cant just install them like a regular apk.
ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)
Root explorer:
Just copy the files from your sd to the system folder and reboot.
whoops... meant to post somewhere else, my bust.
the3dman said:
You must use adb or root explorer to "install" them. You cant just install them like a regular apk.
ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)
Root explorer:
Just copy the files from your sd to the system folder and reboot.
Click to expand...
Click to collapse
Old thread resurrected!
environment: Vibrant rooted w/ Eugene's Gingerclone Final R2
I'm a lil new to replacing system apps, but I read up on this and by all accounts, it should have worked.
Using adb to push the files previously linked to /system/app then rebooting yielded the existing (AOSP?) Calendar still being installed/displayed/used.
Noticed the pushed files had different names.
Renamed source files to match target files and re-pushed. Rebooted. Calendar no longer shows up in application listing.
Used Root Explorer to locate files in /system/app (currently mounted r/w) and tried to install the .apk's; installation ends with msg "Application not installed" with a "done" button to click.
used adb shell to rm the existing Calendar.apk and Calendar.odex, TouchWizCalendarProvider.odex/.apk and TouchWizCalendar.odex.apk and adb reboot.
pushed TouchWizCalendarProver.odex/.apk & TouchWizCalendar.odex/.apk to /sdcard; launched Root Explorer, copied all 4 files to /system/app/ and rebooted.
No "Calendar" or "TouchWizCalendar" or "TWCalendar" etc etc in applications list.
Use Root Explorer to navigate to /system/app/ and try to install said applications and result says "Application Not Installed"
Any help is appreciated.
Does anyone have the Memo app?
Flashed nero v3 and it didnt have it!
Also, i had some important info in there. Will it be there when i push the apk to the sysytem/app folder? My sd card still has everything from before I flashed.
thanks
the memo app is awesome
LabattZ said:
try to install said applications and result says "Application Not Installed"
Click to expand...
Click to collapse
Same issue. Any suggestions?
You can get all the touchwiz apps using this app: http://forum.xda-developers.com/showthread.php?t=939451.
Sent from my ZenDroid using XDA Premium

porting sgs2 apps to sgp 5.0 u.s version

does anyone know how to put the samsung galaxy s2 widgets on to the sgp 5.0 u.s version
what exactly do you have in mind?
I want to put the same Widgets and from the Samsung galaxy s2 to the sgp but I don't know how or even putting the touchwiz4.0 launcher would be nice
exodus454 said:
what exactly do you have in mind?
Click to expand...
Click to collapse
http://www.tutebox.com/3776/mobile/install-touchwiz-4-0-on-any-samsung-phone/
TW4
So I got the TW4 installed on my YP-G70... but how do I get the gestures to work?
cvcduty said:
So I got the TW4 installed on my YP-G70... but how do I get the gestures to work?
Click to expand...
Click to collapse
When you reboot your device, do all the settings from the launcher go back to default again? Because I had that problem with that TW4 launcher on my YP-G1, so i stopped using it.
cvcduty said:
So I got the TW4 installed on my YP-G70... but how do I get the gestures to work?
Click to expand...
Click to collapse
Can you tell me how you got the tw4 launcher on your yp-g70?
heat361 said:
http://www.tutebox.com/3776/mobile/install-touchwiz-4-0-on-any-samsung-phone/
Click to expand...
Click to collapse
klin1344 said:
When you reboot your device, do all the settings from the launcher go back to default again? Because I had that problem with that TW4 launcher on my YP-G1, so i stopped using it.
Click to expand...
Click to collapse
I use ADW EX as my default launcher so the fact that TW4 settings were reset didn't bother me.
heat361 said:
Can you tell me how you got the tw4 launcher on your yp-g70?
Click to expand...
Click to collapse
I used the directions from the linked site (first quote).
Download and extract the zip file.
You must be rooted.
You will see basically two files in app directory and lib directory.
Using Root Explorer, I made a copy of the twlauncher30.apk and twlauncher30.odex from system/app to my external card for safe keeping for just in case.
Now using root explorer, delete the old twlauncher30.apk and twlauncher30.odex files and copy and paste the new twlauncher30.apk (TW4) to system/app folder. Change the permissions of the file to match the other files. It should be rw-r--r--. Note that you must be in r/w mode to delete and paste and change permissions in this folder.
Now copy and paste the /lib file from the download to system/lib (same deal... you must be in r/w mode). Change the permissions to match the other files in this folder.
Now reboot and you should be seeing the new TW4 launcher in action.
I am not sure how to activate the gestures still though...
cvcduty said:
I use ADW EX as my default launcher so the fact that TW4 settings were reset didn't bother me.
I used the directions from the linked site (first quote).
Download and extract the zip file.
You must be rooted.
You will see basically two files in app directory and lib directory.
Using Root Explorer, I made a copy of the twlauncher30.apk and twlauncher30.odex from system/app to my external card for safe keeping for just in case.
Now using root explorer, delete the old twlauncher30.apk and twlauncher30.odex files and copy and paste the new twlauncher30.apk (TW4) to system/app folder. Change the permissions of the file to match the other files. It should be rw-r--r--. Note that you must be in r/w mode to delete and paste and change permissions in this folder.
Now copy and paste the /lib file from the download to system/lib (same deal... you must be in r/w mode). Change the permissions to match the other files in this folder.
Now reboot and you should be seeing the new TW4 launcher in action.
I am not sure how to activate the gestures still though...
Click to expand...
Click to collapse
I got it to work but I don't like because it Is not optimized for the yp-g70 can you upload the original yp-g70 tw launcher for me please?
heat361 said:
I got it to work but I don't like because it Is not optimized for the yp-g70 can you upload the original yp-g70 tw launcher for me please?
Click to expand...
Click to collapse
PM me. I can email you the file.

Asus widget ports tested on CM9 TP

Per request Im posting some Asus native widgets:
Notes:
For email to work, copy: Email.apk, EmailWidget.apk and Exchange.apk into system/app dir OVERWRITING exisiting files(backup exisiting apks if you wish). Change permissions to rw-r-r. Reboot. Widget will appear under 'Widgets' section.
For date/time and weather to work, copy: weather.resized.ics.apk and DeskClock.apk into system/app folder. Change permissions to rw-r-r. Reboot. Widget will appear under 'Widgets' section.
For TaskManager to work, copy: taskmanager.apk into system/app folder. Change permissions to rw-r-r. Widget will appear under 'Widgets' section - no need to reboot for this one.
I have some more Asus native apps/widgets/wallpapers - if anyone wants let me know.
the rest:
Thanks for these. Would love to see the others please!
Cheers
Nice. I'm going to try these out when I get home.
Can't seem to reposition the emailwidget file into the system/apps drawer
Cullers said:
Can't seem to reposition the emailwidget file into the system/apps drawer
Click to expand...
Click to collapse
I dont quiet get what you are saying. Are you saying you cant place the file in the system/app directory on your sd card?
With the exception of the emailwidget file, all the asus files moved smoothly into the system/app folder. Whenever I try and put the emailwidget file in, it says 'transfer failed'. As said, everything else is in the folder.
Cullers said:
With the exception of the emailwidget file, all the asus files moved smoothly into the system/app folder. Whenever I try and put the emailwidget file in, it says 'transfer failed'. As said, everything else is in the folder.
Click to expand...
Click to collapse
Hmm. Thats odd. If everything else moved fine, I dont see why that one wouldnt. Is that the only file that REPLACES another one? Maybe the original needs to be removed first. Back it up and delete it. Then try again.
I love xda.
I get what I want and share what I can do.
AsusTaskManager for dark backgrounds:
http://dl.dropbox.com/u/23950448/Apps%20Modified/AsusTaskManager.apk
i can't get the email app to work....it wasn't installed so when I try to install this new one it says "not installed". That means the widget won't appear either =S
Try to install it with a root explorer like Rom Toolbox.
Paste it to system/app.
ace9988 said:
i can't get the email app to work....it wasn't installed so when I try to install this new one it says "not installed". That means the widget won't appear either =S
Click to expand...
Click to collapse
You don't really install it - get yourself some file explorer; 'root browser' is the best IMO. Then go to system/app and delete the 3 original email apks(back them up first if you want). Copy the 3 email apks attached to this post to system/app, change permissions on all 3 files to rw-r-r reboot and the email widget should be there.
I will post some more Asus stuff tomorrow. The thing I'm looking for is Asus quick settings status bar widget. If anyone has a port please upload.
Sent from my cm_tenderloin using XDA Premium HD app
i know we usually don't install this kind of stuff, but it won't work for any reason. the app doesn't even show up in the app drawer.
i pasted it into system/app and changed permissions like the instructions said. The weather and clock worked fine, the email wont =S
Hmmm the only thing I can think of is perhaps your explorer app makes a backup of original apk by default without overwriting the original - check if you have something like email-backup.apk in your system/app folder. Also see what the modified date says on those apks. Don't forget to reboot.
Sent from my cm_tenderloin using XDA Premium HD app
it works now, i installed the apk on a different ROM i'd made a nandroid of earlier, which is what i'll stick with.
PS: Would you do this with Sense widgets/apps aswell in the future?
here are a few more:
copy BatteryWidget.apk to your system/app folder, change permissions to rw-r-r, reboot.
Simply install dayscene apk
move to system/app
Should these work on the CM9 Nightlys?
cdzo72 said:
Should these work on the CM9 Nightlys?
Click to expand...
Click to collapse
They're working for me. I have the 04/04 nightly installed.
mistabelmont said:
here are a few more:
copy BatteryWidget.apk to your system/app folder, change permissions to rw-r-r, reboot.
Simply install dayscene apk
Click to expand...
Click to collapse
mistabelmont said:
move to system/app
Click to expand...
Click to collapse
Can someone post a screenshot of what these look like?
File names didnt transfer. I'm talking about the BatteryWidget, asusdayscene and the Mycloud

Moved apk from /system/app to sdcard and moved back again to /system/app

I used root explorer to move some system apk & its corresponding odex file from /system/apk to sdcard. I rebooted and found that I have moved some essential app like the stock dialer (it wasn't possible to figure out from the apk name). So now the dialer was gone. I then moved them back from sdcard to /system/app using root explorer thinking that it would undo the mess.
However the apps didn't come back, for example the dialer. The phone still tells me that there is no dialer.
What do I need to do?
Maybe you copied framework or something that dialler need to work... Try put bac all files. If that doesn't help see if the dialer is inn apps.
Gregrin said:
Maybe you copied framework or something that dialler need to work... Try put bac all files. If that doesn't help see if the dialer is inn apps.
Click to expand...
Click to collapse
I didn't move anything from any other directory. I moved back each and every file to /system/app that I had moved from it earlier. Still no luck.
I didn't delete anything in this process. I don't see dialer in app drawer either.
Reboot?
Sent from my GT-N7000 using Xparent Skyblue Tapatalk 2
Markuzy said:
Reboot?
Sent from my GT-N7000 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Yes, umpteen number of times.
Fix permissions. if u copied everything back to original location, it should work. then remove ONLY unwanted apps
RavinduSha said:
Fix permissions. if u copied everything back to original location, it should work. then remove ONLY unwanted apps
Click to expand...
Click to collapse
Yes, you are so right.
The apk permissions have screwed up after all the moving. I issued ls -l command in adb shell and this is what I found out.
-rw-r--r-- 1 root root 3973 May 7 2012 HTMLViewer.apk
-rw-r--r-- 1 root root 8784 May 7 2012 HTMLViewer.odex
----rwxr-x 1 system sdcard_r 562553 Feb 9 04:31 LatinIME.apk
----rwxr-x 1 system sdcard_r 327896 Feb 9 04:31 LatinIME.odex
-rw-r--r-- 1 root root 14569 May 7 2012 LiveWallpapersPicker_gles20.apk
-rw-r--r-- 1 root root 21392 May 7 2012 LiveWallpapersPicker_gles20.odex
LatinIME.apk is the keyboard with screwed up permission.
Now how do I fix it? What command do I issue?
fix permissions in recovery. or in connectbot or another shell program:
chown root:root /system/app/*.apk /system/app/*.odex
chmod 644 /system/app/*.apk /system/app/*.odex
reboot
You can also change permissions in Root Explorer itself. Hold down on the files, choose permissions and tick the first column and the first box of the second one. Leave the rest blank and press ok. That's it. If it still doesn't show, reboot. Fixing permissions in recovery does exactly this, but for all files in /system/app, /data/app and /data/data. Every time you copy something to /system or /data, you have to set the right permissions. Either in a root explorer app, adb shell, terminal emulator or fixing permissions in recovery.
LatinIME is the stock Android keyboard btw.
Sent from my Desire HD using xda premium
calisro said:
fix permissions in recovery. or in connectbot or another shell program:
chown root:root /system/app/*.apk /system/app/*.odex
chmod 644 /system/app/*.apk /system/app/*.odex
reboot
Click to expand...
Click to collapse
Issued the above commands. They all now show the same as others and are back.
Unfortunately the dialer still doesn't appear. Which apk is the dialer? My phone has gingerbread.
sashank said:
LatinIME is the stock Android keyboard btw.
Click to expand...
Click to collapse
You are right. LatinIME is the keyboard. That too had got screwed up. But by changing permission, now its back.
However as I mentioned above the dialer is still absent. Under all applications, the dialer shows up. But not in drawer.
Is there any android application or windows tool to help identify which apk corresponds to which android application. Some apk files have no bearing to the actual application name. Hence all this mess happened.
Well if you open the apps folder in a root explorer, the icons of all the apps will show. So you can identify from there. It works this way in Solid Explorer for me. Also in system apps most of the apps are named according to what they are. Example, dialer is Phone.apk, contacts are Contacts.apk etc. For other Play Store downloaded apps, which names starting with com.xxxxx, you can see their icons too.
Dialer is Phone.apk in Gingerbread. The screenshot I've put below is of the /system/app folder in Solid Explorer. I think even Root Explorer shows icons like that.
Sent from my Desire HD using xda premium
sashank said:
Well if you open the apps folder in a root explorer, the icons of all the apps will show. So you can identify from there. It works this way in Solid Explorer for me. Also in system apps most of the apps are named according to what they are. Example, dialer is Phone.apk, contacts are Contacts.apk etc. For other Play Store downloaded apps, which names starting with com.xxxxx, you can see their icons too.
Dialer is Phone.apk in Gingerbread. The screenshot I've put below is of the /system/app folder in Solid Explorer. I think even Root Explorer shows icons like that.
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
I can see two apks in my phone with dialer icon.
Phone.apk (& Phone.odex)
TelephonyProvider.apk (& TelephonyProvider.odex)
How do I get back the dialer? This is a dual sim phone and only the stock dialer gives the option to select sim before dialing. None of the market dialers provide this option.
phone.apk is the file.
I like using fix permissions from recovery. it fixes every permission within few seconds.
RavinduSha said:
phone.apk is the file.
I like using fix permissions from recovery. it fixes every permission within few seconds.
Click to expand...
Click to collapse
I have CWM v5.0.2.8. Pls let me know how to fix permissions from recovery.
ontherocks62 said:
I have CWM v5.0.2.8. Pls let me know how to fix permissions from recovery.
Click to expand...
Click to collapse
advanced section. look through. it should be self explanatory.
ontherocks62 said:
Issued the above commands. They all now show the same as others and are back.
Unfortunately the dialer still doesn't appear. Which apk is the dialer? My phone has gingerbread.
You are right. LatinIME is the keyboard. That too had got screwed up. But by changing permission, now its back.
However as I mentioned above the dialer is still absent. Under all applications, the dialer shows up. But not in drawer.
Is there any android application or windows tool to help identify which apk corresponds to which android application. Some apk files have no bearing to the actual application name. Hence all this mess happened.
Click to expand...
Click to collapse
the dialer is Phone.apk
calisro said:
advanced section. look through. it should be self explanatory.
Click to expand...
Click to collapse
Fixed permission. Still dialer doesn't appear. :crying:
ontherocks62 said:
Fixed permission. Still dialer doesn't appear. :crying:
Click to expand...
Click to collapse
reflash the rom. easy peasy. next time careful what you delete! sry guy.
if u have a backup just restore only system partition
RavinduSha said:
if u have a backup just restore only system partition
Click to expand...
Click to collapse
I have a backup. Unfotunately, I took a backup after messing up. So after re-flashing it with the backup, it boots in the messed up state.
I downloaded one gingerbread Phone.apk yesterday. I renamed the Phone.apk and Phone.odex in my phone to Phone.apk.bak & Phone.odex.bak. Then copied the downloaded Phone.apk to /system/app. Then fixed permissions via recovery and rebooted.
To my horror, not only did the dialer didn't appear, but also the phone wouldn't detect the sim cards. It would say no connection available...
So Phone.apk is affecting other stuff too. So I deleted the new Phone.apk and renamed the .bak to its original names, fixed permissions via recovery and rebooted. The phone still wouldn't detect the sim cards.
Then I went back to recovery, cleared Dalvik cache & user data, and performed clear data & factory reset. After reboot, the phone started detecting the sim cards again.
So this leads me to believe that something else other than permissions has a role to play.

[MOD] Verizon G3 HotspotMod Fully Working (Not the G2 Apk)

PLEASE READ
This mod ONLY applies to UNLIMITED USERS who DO NOT have tethering on their plan
This mod DOES NOT apply to SHARE EVERYTHING plans
I took a peak over at this thread http://forum.xda-developers.com/verizon-lg-g3/help/g3-hotspot-hack-t2812305 and saw that there were issues with using the G2 apk. I decided to take a looksy at it and see if I can replicate the functionality of the G2 apk with out having to re-apply settings to turn on tethering.
I have always had issues using root explores and database explorers messing up permissions and causing boot loops so until I have a proper recovery I use the android terminal emulator. Many people here have had plenty of success using file explores so give it a shot if you like!
Skip down to the bottom for a video walkthrough created by { owenbeals aka DroidModderX}
First things first you will need root!
0.) Start a root shell
Code:
su
1.) mount the system partition for read and write access
Code:
mount -o remount,rw /system
2.) Rename stock files HotspotProvision.apk and HotspotProvision.odex to something memorable. I use .bak and .bakdex
Code:
cd /system/app
mv HotspotProvision.apk HotspotProvision.bak
mv HotspotProvision.odex HotspotProvision.bakdex
3.) Now copy over the new file, can be the root of the extSD card which is /storage/external_SD/HotspotProvisionVzG3.apk
Code:
cp /storage/external_SD/HotspotProvisionVzG3.apk .
4.) The last thing is to change permissions to 644 (RW- R-- R-- for you file browsy types )
Code:
chmod 644 HotspotProvisionVzG3Mod.apk
5.) Now reboot and enjoy your glitch free hotspot action!
You must reboot! Do not try to "install" it, it does not function like that.
N.B.
Some users have noted that their cpu governors change to Performance while the hotspot is on and change back to On Demand when off instead of normal Interactive. This is the stock behaviour of the kernel, and not a bug introduced by this mod.
Thanks to { owenbeals aka DroidModderX} for this handy video walkthrough.
Thanks { Robshr, JayGoat } for bringing this up
Also thanks to { nrage23 } for answering a ton of questions on here
CREDIT:
Guest who started previous thread
Anonymous original creator
WACOmalt for making the original G2 thread
what was glitchy about the first hotspot app? HotspotProvision_24A_mod.apk
rp201 said:
what was glitchy about the first hotspot app? HotspotProvision_24A_mod.apk
Click to expand...
Click to collapse
You have change something every time you use it.
The modded apk works perfectly. I used root explorer to do it though. I renamed the original files, copied your apk to system/app, renamed it to HotSpotProvision.apk, fixed the permissions and rebooted.
Sent from my VS985 4G using XDA Premium HD app
Pretty cool. I'll have to give this a try when I'm bored later on today at work. Could you explain what you actually did to the hotspot apk though?
One thing though - why not just append ".bak" to the end of the existing filename/extension? That way, you don't lose the original extension so you can't forget what it was. It works fine. That's what I always do. In other words, your files would end in ".apk.bak" and ".odex.bak". The system only sees the extension after the final period.
nrage23 said:
You have change something every time you use it.
The modded apk works perfectly. I used root explorer to do it though. I renamed the original files, copied your apk to system/app, renamed it to HotSpotProvision.apk, fixed the permissions and rebooted.
Sent from my VS985 4G using XDA Premium HD app
Click to expand...
Click to collapse
How do you launch tethering after moving, renaming, and re-permissioning the apk? I've tried to launch from Settings app but nothing happens.
The downloaded apk he modded is named differently from the original one in the system/app folder. After I changed the names for the original files in system/app. I changed the name of the modded apk to match the original apk in system/app. I copied the renamed modded apk to system/app, set the permissions correctly, then rebooted. I went into Settings then More... under wireless networks,Mobile HotSpot and changed the SSID and password. I can turn it on via settings or the quick setting in the notification bar.
sstapley_56 said:
How do you launch tethering after moving, renaming, and re-permissioning the apk? I've tried to launch from Settings app but nothing happens.
Click to expand...
Click to collapse
I'd guess for it to work from stock menus (i.e. without starting the apk directly from a file browser app or terminal emulator) you'd have to rename it the same as the stock apk so that the path is the same for the various apps that would call it.
nrage23 said:
The downloaded apk he modded is named differently from the original one in the system/app folder. After I changed the names for the original files in system/app. I changed the name of the modded apk to match the original apk in system/app. I copied the renamed modded apk to system/app, set the permissions correctly, then rebooted. I went into Settings then More... under wireless networks,Mobile HotSpot and changed the SSID and password. I can turn it on via settings or the quick setting in the notification bar.
Click to expand...
Click to collapse
So I have renamed it exactly as the original apk was and rebooted but still no go. On reboot I get a force close of VZWAWSService. I have some of the system bloat frozen, maybe this has something to do with it.
phobos512 said:
I'd guess for it to work from stock menus (i.e. without starting the apk directly from a file browser app or terminal emulator) you'd have to rename it the same as the stock apk so that the path is the same for the various apps that would call it.
Click to expand...
Click to collapse
---------- Post added at 09:36 AM ---------- Previous post was at 09:33 AM ----------
Sweet it's working now, I had the lgmobilehotspot GUI.apk frozen and that's what was causing the issue. Thanks for the apk and tutorial guys!
sstapley_56 said:
How do you launch tethering after moving, renaming, and re-permissioning the apk? I've tried to launch from Settings app but nothing happens.
Click to expand...
Click to collapse
Did you reboot?
There should be no reason to rename the apk. When android installs applications it goes into the /data... Dir as the package name. All intents are handled via package names therefore the apk name is inconsequential.
To use you should be able to go settings > more and see all the tethering options.
To verify placement and permissions use
Code:
su
ll /system/app/Hotspot*
You should see your two backup files and the new HotspotProvisionVzG3Mod.all
Permissions should be rw-r--r--
Let me know if you still have issues.
I will post a DIY response so that people who want to learn about the modification can play along at home. Think of it as source code for this mod:good:
[email protected] said:
Did you reboot?
There should be no reason to rename the apk. When android installs applications it goes into the /data... Dir as the package name. All intents are handled via package names therefore the apk name is inconsequential.
To use you should be able to go settings > more and see all the tethering options.
To verify placement and permissions use
Code:
su
ll /system/app/Hotspot*
You should see your two backup files and the new HotspotProvisionVzG3Mod.all
Permissions should be rw-r--r--
Let me know if you still have issues.
I will post a DIY response so that people who want to learn about the modification can play along at home. Think of it as source code for this mod:good:
Click to expand...
Click to collapse
Thanks for the detailed response, I got it working now. I had previously frozen some of the bloat on the phone when I got it and one of the apps I froze was the lgemobilehotspotui.apk which is needed to work correctly. Thanks for all the help from the awesome devs here.
Nice work, thanks. I just installed it with Root Explorer, and it worked perfectly. Just have to do it to the wife's phone, now.
Well done. Working great!
Thanks! Works perfect. And now I can use the toggle on the drop down menu to activate the hotspot. Thanks so much.
Worked
Worked perfectly for me. Used ES file explorer to move the files around.
I have downloaded, changed permissions, changed the file names to .bak but when I try to install the nodded split says application not installed. I'm using root explorer. I did have the othe mod installed and deleted it first. Wondering if that is the problem
Edit...Stopped trying to install and just rebooted and it turns on just fine, and my laptop connects...the app shows it connected and listed as an approved device...yet I'm not able to actually get a a connection.
Sent from my VS985 4G using XDA Free mobile app
Thanks! Works like a champ.
works great!
I'm also getting the VZWARSService has stopped message, and when I go into settings and turn on the hotspot, nothing happens. If I go into mobile hotspot and turn it on from there, I get this message: Unfortunately, com.lge.mobilehotspot.ui has stopped. Followed the directions exactly, so I'm not sure what's going on.
Works perfectly. I used Root Explorer to rename and move everything. Thanks!
Worked like a charm the only thing is still changes the cpu governor to performance the g2 one did it to I don't know if someone is able to fix that
It's just when I turn on the hotspot afterwards I use android tuner and change it back to interactive
Does anyone else have this issue

Categories

Resources