[OFF-TOPIC] Official Off-Topic Thread for S4 mini community

sasank360

Senior Member
Feb 27, 2012
692
329
0
Hyderabad
Apk download from play store

Hello everyone. Long ago I found a way to download latest apks of FREE apps from play store, But forgot to post it here. I think a lot of you guys know this already.
Anyway.... go to play store (IN WEB BROWSER) and search for the app(FREE) you want. Then open the app page and copy the url from address bar.
Then go to this site :::: http://apps.evozi.com/apk-downloader/ And paste the url into the box and press generate. It will give you a link for direct download of apk.
THIS IS A CLEAN AND LEGIT WAY OF DOWNLOADING APKs FROM PLAY STORE. YOU CAN DOWNLOAD ONLY FREE APPS... HENCE I SAY IT IS LEGIT.
This method helps when play store says "'this app is unavailable in your country"" .
Another site is " http://apk-dl.com/ " If the first link does not work... you can use this. Procedure is same.
GOOD LUCK.
 

sasank360

Senior Member
Feb 27, 2012
692
329
0
Hyderabad
Hello everyone. I need some help with repacking system.img.ext4 file.
Using the program here :: http://forum.xda-developers.com/showthread.php?t=1921399
I extracted the contents of system.img [from stock kitkat tar]
I debloated that and added some audio files. Now I want to repack.
But all search results lead to tutorials based on Linux os. I have windows.
So please tell me how to repack those files as system.img.ext4 using windows pc.
Thanks in advance.
 

SilviuMik

Senior Member
Nov 17, 2011
1,494
1,511
0
Hello everyone. I need some help with repacking system.img.ext4 file.
Using the program here :: http://forum.xda-developers.com/showthread.php?t=1921399
I extracted the contents of system.img [from stock kitkat tar]
I debloated that and added some audio files. Now I want to repack.
But all search results lead to tutorials based on Linux os. I have windows.
So please tell me how to repack those files as system.img.ext4 using windows pc.
Thanks in advance.
Why don`t u try with Linux ?
Get Wmvare Player ( free ) , download an Linux Mint Cinnamon Iso ( more user friendly then Ubuntu , my opinion ) . Install them ( takes max 15 mins ) and now u can use guides for Linux on a virtual machine inside Windows
Also look here
 
Last edited:
  • Like
Reactions: sasank360

sasank360

Senior Member
Feb 27, 2012
692
329
0
Hyderabad
Why don`t u try with Linux ?
Get Wmvare Player ( free ) , download an Linux Mint Cinnamon Iso ( more user friendly then Ubuntu , my opinion ) . Install them ( takes max 15 mins ) and now u can use guides for Linux on a virtual machine inside Windows
Also look here
Thanks. Just installed and configured ubuntu. Will try the link you gave.
Actually I extracted system.img.ext4 from firmware tar and then unpacked the img.
Can I use the link you gave to repack the img and make ext4 partition out of it ?
Anyway thanks. :D
 

SilviuMik

Senior Member
Nov 17, 2011
1,494
1,511
0
Thanks. Just installed and configured ubuntu. Will try the link you gave.
Actually I extracted system.img.ext4 from firmware tar and then unpacked the img.
Can I use the link you gave to repack the img and make ext4 partition out of it ?
Anyway thanks. :D
Sure, the link u give was for ICS . This one is made for KitKat . U need different simg2img / make_ext4fs for KitKat .
For example what i use :
./simg2img system.img.ext4 system.raw.img
mkdir system
sudo mount -t ext4 -o loop system.raw.img system/
After i finish modify
sudo ./make_ext4fs -s -l 1500M -a system system.img system/
mv system.img system.img.ext4
sudo chown 1000:1000 system.img.ext4

To edit an image you have to use Linux to maintain file permission.
The cygwin tools are only to view/extract files.
So use Linux :p
 
Last edited: