[Q&A] Full Access WPSystem Folder. - Windows Phone 8 Q&A, Help & Troubleshooting

Q&A for Full Access WPSystem Folder.
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Full Access WPSystem Folder.. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!

Worked Thanks!

newby question re: Pocket File Manager enhancement
Hi, I'm new here,
and this sort of info is exactly why I joined. I have Pocket File Manager v 5.2.2.0, and it has the option to view hidden folders. On the SD card there is a WPSystem folder with subfolders, but I'm understanding that this patch allows us to see more. If that is correct and I need to go to the earlier version to gain this advantage, could you please send me the link or attachment to v 4.3.6.0. I assume that since I have paid for the latest version, there won't be a problem to install the earlier version instead. If I missed something, please point me in the right direction.
Thanks

full access wpsystem folder
hi all,
first, i have a thanks to all
i have a new lumia 730. but when i use this xap file to unlock wpsystem folder, it ok, my phone unlocked dev
i tried copy file to folder WindowsApps (D:\WPSystem\Apps\WindowsApps) , it's ok! i open store and install as local app, good
when i try delete file in (D:\WPSystem\Apps\WindowsApps) folder after installed, all failed (delete source install file)
i don't know why
and when i restart phone, i can not access to (D:\WPSystem\Apps\WindowsApps) folder, but i can open and see file in WPSystem folder. i re-deloy xap file (WPSystem_Folder_Unlocker_Release_ARM.xap) , run it, and open aerize, load so long time, but ok.
please help me delete source setup file in SD card (D:\WPSystem\Apps\WindowsApps) folder ( file i copied to that)
and my phone is not full access wpsystem folder?
thanks everyone

What do you mean "windows folder"? Do you mean the WindowsApps folder on the SD card (D:\WPSystem\Apps\WindowsApps)? Do you mean the OS install folder (C:\Windows)? Do you mean something else?
I can't tell what you're actually trying to do, here.

hello
i want to change the notification center icon wifi,location.....
using @djamol app (preview for developer)
i find this key and can write to it
Code:
HKEY_LOCAL_MACHINE\Software\Microsoft\Settings\{291A7CF3-48C4-4319-A6F6-E4BABFCCB8E8}
value: QuickSettingsIconURI
Data is a png Image
Code:
res://UIXMobileAssets{ScreenResolution}!actioncenter.wifi.tier25.png
i set it to D:\THEME\wifi.png and restart my phone but not set
any one know the dimensions of this icon? i try 25x25 and 20x20 and not set

Look at the format of the path. That's not a file system path. It's a package-relative URI. You might be able to use something like
Code:
file://D:/THEME/wifi.png
but I haven't tried using a file URI in place of a res URI before.

GoodDayToDie said:
What do you mean "windows folder"? Do you mean the WindowsApps folder on the SD card (D:\WPSystem\Apps\WindowsApps)? Do you mean the OS install folder (C:\Windows)? Do you mean something else?
I can't tell what you're actually trying to do, here.
Click to expand...
Click to collapse
my mean the WindowsApps folder on the SD card (D:\WPSystem\Apps\WindowsApps
sorry if my english so bad, i am studing english

WOW I SUCCESS change notification center icon
THANKS @djamol & @GoodDayToDie
Set it to
Code:
file://D:/theme/wifi.png
i can't post link (remove spaces from link 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"
}

Change Lumia boot and shutdown screen
boot screen
registry key :
Code:
HKEY_LOCAL_MACHINE\SYSTEM\Shell\OEM\BootScreens
value : WPBootScreenOverride
the data is any bmp image for example :
Code:
D:\Theme\bootscreen.bmp
shutdown screen
registry key:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\Shell\OEM\BootScreens
value : WPShutdownScreenOverride
the data is any bmp image for example :
Code:
D:\Theme\bootscreen.bmp
if the value is not found you can create it easely by @djamol app (preview for developer)
you must know the resolution of your phone in my case 480X800
i try it and change successful :good: replace the blue microsoft logo not NOKIA word and goodbye logo.

مهند said:
Change Lumia boot and shutdown screen
boot screen
registry key :
Code:
HKEY_LOCAL_MACHINE\SYSTEM\Shell\OEM\BootScreens
value : WPBootScreenOverride
the data is any bmp image for example :
Code:
D:\Theme\bootscreen.bmp
shutdown screen
registry key:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\Shell\OEM\BootScreens
value : WPShutdownScreenOverride
the data is any bmp image for example :
Code:
D:\Theme\bootscreen.bmp
if the value is not found you can create it easely by @djamol app (preview for developer)
you must know the resolution of your phone in my case 480X800
i try it and change successful :good: replace the blue microsoft logo not NOKIA word and goodbye logo.
Click to expand...
Click to collapse
its not showing any value
if i want to create new logo then
what is the size of logo should i use .
phone res is 480 x800

irshad2809 said:
its not showing any value
if i want to create new logo then
what is the size of logo should i use .
phone res is 480 x800
Click to expand...
Click to collapse
because it's not activate by Nokia as you shown in path this settings for OEM
so just write in registry tool and the key created
the Image dimensions should be 480X800
---------- Post added at 11:56 AM ---------- Previous post was at 11:17 AM ----------
I find two new keys (from Windows Phone hardware development site)
HKEY_LOCAL_MACHINE\Software\OEM\DU
EnableSDCardOverride 1
(using the SD card for device updates) not understand it for what?
DisplayCheckForUpdates 1
(OEMs can show or hide the auto scan for updates setting on the phone)

مهند said:
because it's not activate by Nokia as you shown in path this settings for OEM
so just write in registry tool and the key created
the Image dimensions should be 480X800
---------- Post added at 11:56 AM ---------- Previous post was at 11:17 AM ----------
I find two new keys (from Windows Phone hardware development site)
HKEY_LOCAL_MACHINE\Software\OEM\DU
EnableSDCardOverride 1
(using the SD card for device updates) not understand it for what?
DisplayCheckForUpdates 1
(OEMs can show or hide the auto scan for updates setting on the phone)
Click to expand...
Click to collapse
yes i have read that on ms website .
if its enabled updates are store on sd-card . ( this only applies in situation where phone memory full so there is no space for the updates )
Look I tried the second one . And was able to write it . See attachment ?

Where i can find the registry font settings? or which the default font name?
i see many fonts in this path
Code:
C:\Windows\FONTS
using WebServer Native Access app by @GoodDayToDie

where i can find the start screen reg .
can we chhhange the default background color other than white or black ?

USB panel NOW shown in Settings
Code:
HKEY_LOCAL_MCHINE\Software\Microsoft\Settings\{90605446-6129-48CA-B179-B4420DC37539}
Code:
DisableSwitchValue:EnableUSBControlPanel
hit thanks if you found this useful

مهند said:
USB panel NOW shown in Settings
Code:
HKEY_LOCAL_MCHINE\Software\Microsoft\Settings\{90605446-6129-48CA-B179-B4420DC37539}
Code:
DisableSwitchValue:EnableUSBControlPanel
hit thanks if you found this useful
Click to expand...
Click to collapse
can you tell me key and value for that clearly please

irshad2809 said:
can you tell me key and value for that clearly please
Click to expand...
Click to collapse
This ScreenShoot
do like in image and press write

مهند said:
This ScreenShoot
do like in image and press write
Click to expand...
Click to collapse
thank .i was able to write
. but i already have usb setting option in settings

.xap trial to full
can we make trial version app to full version app? by using the wpsystem folder unlocker app??

Related

[TOOL] Android Commander 0.7.9.11

{
"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"
}
My website is down, but download is still alive.
Hi Guys!
Android Commander is windows application to keep control on your android apps and files from PC. This is a small, very very fast and intuitive app.
If someone want to try it, go a head. But remember, you doing this on your own risk! I'm not professional programmer, this is only my hobby
Program Requirements
Before you install the program you should read this:
Phone Requirements:
- ADB ROOT Access
- BusyBox
- „Settings->Applications->Development->USB debugging” must be enabled
- USB Cable
Computer Requirements:
- Windows XP/Vista/7
- ADB USB Driver
- Java JDK
- Minimum 800×600 screen resolution
Click to expand...
Click to collapse
Android Commander should works for any android device, but here is list of devices confirmed by me or users.
Before you report any problem to me, read program FAQ.
Full list of program features.
Screens:
Android Commander screenshots gallery
If you like my program, conceder a donation please!
Download is here
mirror
Program wasn't updated for a long time, but it still can work with any android device. The only think you have to do is update ADB binaries in program directory.
Click to expand...
Click to collapse
Changelog:
Version 0.7.9.11:
Changelog:
- updated adb and aapt binaries
- better work with JB
- better updates checking system (disabled as default)
- files and partitions size display improvements
- more fixes
Click to expand...
Click to collapse
Full program changelog
Hi,
Looks very impressive. Can't download from mediafire though...must be popular!
Well done though!
Phil
i hope you can download from megaupload http://www.megaupload.com/?d=1ATJXB8S
Works well. May I add it has to be in the sdk tools directory as I had no indication of this, ran from the desktop (complete different location to the sdk) and was a bit confused for a bit.
PanPiotr said:
i hope you can download from megaupload http://www.megaupload.com/?d=1ATJXB8S
Click to expand...
Click to collapse
That's working....Thank U
Hi, So what does this program allow android users to do?
malctron said:
Hi, So what does this program allow android users to do?
Click to expand...
Click to collapse
What is that question? Every thing is in first post, what more you need to know?
update
Android Commander 0.7.3:
http://www.mediafire.com/?y2mldvdmynl
mirror: http://www.megaupload.com/?d=6Y27VBLI
Code:
Changes:
- changed positions of Application Manager and Computer Files (now is more natural ;))
- bookmarks :)
- you can open any file in Computer Files
- icons for music/video/image formats readable for phone (and zips)
- window "About" with changelog
- button New Dir in Computer Files
- reading info and icons from apps works better now
- if your phone is not connected and you will open apk file info, you will se info "no device"
- hidden and system windows files are hidden in Computer Files
- log window disabling main window during progress
- more small fixes/changes
update
Android Commander 0.7.4.1:
http://www.mediafire.com/?dglj1iy0yzq
mirror: http://www.megaupload.com/?d=4T5JJ82X
Code:
Changes:
- new applications installer window for easer batch apps installing
- associating program with apk files will also add in folder context menu new option: "Show Android Applications"
- context menu for address bars: copy, add to bookmarks, remove from bookmarks
- removed add bookmark button (now is useless)
- program remember lists positions when you going back
- fixed dirs problem when copy files
- some changes in log window
- lots of bug fixes, and some more changes ;)
Hey Some Help plz
Hey Man .. How can i do this step plz : rooted android phone with busybox .... and thanks
naposaady said:
Hey Man .. How can i do this step plz : rooted android phone with busybox .... and thanks
Click to expand...
Click to collapse
First tell me what is wrong. Your ADB works fine? what you see when you type adb shell ls -l in cmd? I'll try to help, but I need some informations.
Device not found, adb works.
Adb:
List of devices attached
HT972L****** device
Build: 2.0.1 ERD79 22607
hennymugge said:
Device not found, adb works.
Adb:
List of devices attached
HT972L****** device
Build: 2.0.1 ERD79 22607
Click to expand...
Click to collapse
Do you have a sdk\tools in system "path"?
Ok, copied the app to my SDK path and opened it from there.
Now it works! Thank you, will report back later
application manager shows nothing and the phone file explorer is weird =\ opening any folder shows an error:
shenshang said:
application manager shows nothing and the phone file explorer is weird =\ opening any folder shows an error:
Click to expand...
Click to collapse
On 100% it is because of your busybox, it is about this **** in file names "[0;0m..."
Does this backup market data?
That would be awesome.
G8D said:
Does this backup market data?
That would be awesome.
Click to expand...
Click to collapse
No, but you can do it easy using my program, anyway I can add this option to apps backup
PanPiotr said:
No, but you can do it easy using mu program from files explorer, anyway I can add this option to backuping apps
Click to expand...
Click to collapse
Huh?
It would be a great feature, I know it's only possible with some apps but it would be a nice addition
Great program btw. I will now use this in parallel with SSH as my main access method. So much easier than mounting the SD, plus it backs up straight to PC
PanPiotr said:
On 100% it is because of your busybox, it is about this **** in file names "[0;0m..."
Click to expand...
Click to collapse
any idea how i fix it? =\

[Kitchen] Aero Visual Kitchen 5

Hi everyone!
I'm Here to present you new version of my kitchen, called AeroKitchen!
After you download you will see this:
{
"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"
}
Of course newest build 23563 is attached.
In this version I changed:
- Removed BuildOS, replaced by my own engine called HimaBuilder.
- Added automatic rom version change
- Multilanguage support (\LANG folder)
- Added author info d)
What would not work (experimental)
- Building release of all languages, it takes much time and fails sometimes (sometimes only language of 409 will be build, non sense)
What not work/is removed:
- EXT support isn't ready yet to see the Xdadevs light.
- XIP automatic porting too.
Adding lanuguages into this kitchen:
Download any rollup which will match with your system version (6.1, 6.5, 6.5.x)
Look at \LANG\409 folders and copy same names of folders but with your lanugage into \LANG\YourLangage, example \LANG\408
Now download initflashfiles for all lanugages pack, and find your lanugage there.
Create new folder in \LANG\YourLanguage, and paste there your initflashfiles.
Now open this initflashfiles in notepad and save it as initflashfiles.txt.
Remove initflashfiles.dat.
Now go to LANG\409\OEM_Lang_0409 and copy all except initflashfiles.txt
You really mustn't overwrite initflashfiles.txt!
Paste files you copied into folder where you have initflashfiles.txt.
Run the kitchen and select your language id, now kitchen is ready to go
Link is here!
CLICK HERE TO GET NEW AERO KITCHEN!
PASSWORD: aero
Could you kindly share the PW: aero with us, next time?
muckelmaus said:
Could you kindly share the PW: aero with us, next time?
Click to expand...
Click to collapse
O shi.. I forgot
Sorry...
Password is aero
(btw, how did you figure it?)
aeroflyluby said:
O shi.. I forgot
Sorry...
Password is aero
(btw, how did you figure it?)
Click to expand...
Click to collapse
HAX!!!!
aeroflyluby said:
O shi.. I forgot
Sorry...
Password is aero
(btw, how did you figure it?)
Click to expand...
Click to collapse
It worked at first attempt of brute force method. Trial and error!
Well, I guess, the power is with us wise senior members!
Otherwise, I could have asked you my friend, after trying luby at second attempt.
aero visual kitchen the best! BUT how to remove icons
i have now got the hang of your excellent Aero Visual Kitchen 5 but can u please let me know how to remove the feedback and error reporting icons out of the settings tab in the startmenu.
i have tried just deleting the icons using total commander but the folder shows no icons.
maybe the icons are in a .dll like shellres .96.dll or shellres.dll.0409.mui.
i have seen talk of how u can change or extract icons using res hacker
any ideas of which .dll or .exe or .mui need changing or deleting as having even one of feedback or error reporting in Aero Visual Kitchen 5's final output in my mind spoil's it.
initflashfiles.txt, you should search in those
tweeking shellres.96.dll to remove stuff.
advanced15 said:
i have now got the hang of your excellent Aero Visual Kitchen 5 but can u please let me know how to remove the feedback and error reporting icons out of the settings tab in the startmenu.
i have tried just deleting the icons using total commander but the folder shows no icons.
maybe the icons are in a .dll like shellres .96.dll or shellres.dll.0409.mui.
i have seen talk of how u can change or extract icons using res hacker
any ideas of which .dll or .exe or .mui need changing or deleting as having even one of feedback or error reporting in Aero Visual Kitchen 5's final output in my mind spoil's it.
Click to expand...
Click to collapse
i have now managed to remove the feedback and error reporting icons.
at first i thought it was just a matter of deleting the "Start_Icon_ " .png" for feedback and error reporting ie.
Start_Icon_Watson.png
and
Start_Icon_Feedback.png
in the kitchen and tweeking the initflashfiles.txt.
but that did not work. i have found that feedback and error reporting icons are also in "shellres.96.dll" so i had to use ROMExtractor,reshacker,mSigner and UnSigner to remove them after ROM install.
the resulting tweeked "shellres.96.dll" was then copy from my desktop pc and overwrite the original one on himalaya.
had to install "sdkcert.cab" also.
i also deleted in the kitchen before install-
ceipui.exe
dw.exe
dwxfer.dll
which are also part of feedback and error reporting.
does anyone know of a way of tweeking "shellres.96.dll" before ROM install as when i go to it on my desktop pc it is a folder with the title shellres.96.dll and in it these files
imageinfo.bin
imageinfo.txt
S000
no .dll that i can change with reshacker
advanced15 said:
i have now managed to remove the feedback and error reporting icons.
at first i thought it was just a matter of deleting the "Start_Icon_ " .png" for feedback and error reporting ie.
Start_Icon_Watson.png
and
Start_Icon_Feedback.png
in the kitchen and tweeking the initflashfiles.txt.
but that did not work. i have found that feedback and error reporting icons are also in "shellres.96.dll" so i had to use ROMExtractor,reshacker,mSigner and UnSigner to remove them after ROM install.
the resulting tweeked "shellres.96.dll" was then copy from my desktop pc and overwrite the original one on himalaya.
had to install "sdkcert.cab" also.
i also deleted in the kitchen before install-
ceipui.exe
dw.exe
dwxfer.dll
which are also part of feedback and error reporting.
does anyone know of a way of tweeking "shellres.96.dll" before ROM install as when i go to it on my desktop pc it is a folder with the title shellres.96.dll and in it these files
imageinfo.bin
imageinfo.txt
S000
no .dll that i can change with reshacker
Click to expand...
Click to collapse
Also you always can find ENABLE=1; in registry, eh
a bit more info?
can u be a bit more precise ENABLE=1; in registry,
which section of registry HKLM etc.
do u mean registry in kitchen before install if so which file or folder is the post install registry kept or do u mean the registry on himilaya after install of ROM?
THANKS
aeroflyluby,
Thank you for your work!
I could not do any russian ROM using the kitchen Aero Visual Kitchen 5 or Aero Visual Kitchen.Confusing many different folders, which can be forgotten.ROM with 0419.mui is going, but after flashing the device - a white screen.
Do,please 3 folder SYS, ROM, OEM.he new ROM(core) do - I do not know how to port XIP (many times I tried to do).Very interesting and just came up with Barin program "OS Builder"___wmclub.co.ua/index.php?newsid=1864_______
(have any new kitchen for the ASUS).You're like a programmer can adapt it for Himalaya?
It is holiday time, I drink, have fun, fu.. girls and play around, I have no time to cook, so please, be patient, or just understand that I really want to forget (bout her).
aeroflyluby said:
It is holiday time, I drink, have fun, fu.. girls and play around, I have no time to cook, so please, be patient, or just understand that I really want to forget (bout her).
Click to expand...
Click to collapse
Hi, luby! That's a really nice idea.
When I read your first post after a whole week or two, I remember a word of Johny Garcia (The Greatfull Dead): Don't drink and drive ---- smo-ohohoh-ke and fly!
hi luby
can you tell me why i cant installed Kitchen.exe ,it alway show message(The application failed to initialize proerly (0xc0000135).Click on OK to terminate the application.
pl help ,my english so poor
psophan said:
can you tell me why i cant installed Kitchen.exe ,it alway show message(The application failed to initialize proerly (0xc0000135).Click on OK to terminate the application.
pl help ,my english so poor
Click to expand...
Click to collapse
Okay, so some questions
What system do you have?
Did you install newest .NET? 2.0 at least, 3.5 recommended.

[SKN] [WAD2.x] LeSScroPAD v1.2 (US Basic & standard) • WVGA [Update 17-08-10]

{
"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"
}
LeSScro PAd is my new definition of UI... based on new Style from tablet & Interaction between device and User, i think is more easy to use than WP7...
All is here... if you need more, you can access your device easily...
Requirements:
Windows Mobile 5 (with touchscreen) or later
Wisbar Advance Destop 2.x
Mortscript 4.3 beta 15
Click to expand...
Click to collapse
Support :
• Xbox 360 avatar
• Stocks
• Weather
• Operator Logo
• Skinning Option
• Night and Day mode by time detection (v1.2)
• etc...
​Install selected : Manually, only need drag & drop 2 folder in root of your device
CAb version is too long (experience from WP7)
17/08/2010 : New version go to v1.2
Added Quickshutdown with graphic mode
Need to be install on device
Added Time detection for Theme changer
All credits to RoryB & CLHatch
Click to expand...
Click to collapse
Improved some graphics issue
10/08/2010 : Time detection & automatic switcher mode
Day Mode Skin & Night Mode skin finished
All credits to RoryB & CLHatch
Click to expand...
Click to collapse
04/08/2010 :
Added US basic Edition
All Credits to Jayinatlanta
Mod
===NOTES BELOW===
•Most shortcuts now point to basic programs that any US Windows Phone should have included. This saves time editing in Author mode if you only want to use the defaults.
•However, here are some special programs you need for some of the shortcuts, if you don't want to add your own:
Bing (Map & Navigation links) - FREE at http://m.bing.com
Newsbreak Lite (RSS icon) - should come standard with WP6.5
SPB TV (TV icon) - FREE at http://www.spbsoftwarehouse.com/pocketpc-software/tv/
• Also added a shortcut to quit LeSScro PAD on the programs shortcut menu. It is the second to last icon on the bottom row.
===END NOTES===
Click to expand...
Click to collapse
LeSScro ©
All rights reserved.
DON'T SHARE WITHOUT PERMISSIONS. USE ONY AVAILABLE LINK ON MY WEBSITE.
HOW TO ...
/*\ Instructions /*\​
Skin use Standard sliding transition with a long wallpaper... inserted on WAD by ME on WP7 LeSScro edition... always the ONE ! ! Damn a BIG EGO !
• ALL MODIFICATION ON SKIN CAN BE MADE BY LONG PRESS ON BLANK AREA
TO DISPLAY THIS MENU "AUTHOR MODE"
Uploaded with ImageShack.us
• LOCKSCREEN
• HOME PAGE
Calendar must be access to default calendar used on device...
Maybe you need edit SMS & Email directory by
LONG PRESS
AUTHOR MODE
*Long press on desired button... Properties...script (on tap)... select Lauch a program then EDIT... select program in available list
*When it s finished... select "ENTER USER MODE"
• MULTI PAGE
*EDIT BUTTON
LONG PRESS
AUTHOR MODE
*Long press on desired button... Properties...script (on tap)... select Lauch a program then EDIT... select program in available list
*When it s finished... select "ENTER USER MODE"
• NETWORKING PAGE
How to Change STOCKS ?
Stocks/Devises... :
- Modify the file Stocks Index.dat
- Go to http://finance.yahoo.com/ to get code of stocks/devises
I use the yahoo-finance website.
Each quote is listed in the file Stocks Index.dat.
you can find this files :
Storage Card\LeSScro PAD\Script UI\Stocks v2
Example :
--------------------------
^FCHI,CAC40
^DJI,Dow Jones
BNP.PA,BNP Paribas
AF.PA,Air France
EURGBP=X,Euro/Livre
GBPEUR=X,Livre/Euro
EURUSD=X,Euro/Dollars
How to Change AVATAR ?
press settings button, select Xbox Live... and follow instruction...
• Weather PAGE
/*\ Omnia II Instructions /*\​
teryo03 said:
Just successfully installed LeSScroPAD on my Omnia II and man it looks great!!! I had some troubles before so i promised LeSScro that i would post how i did it when i'm successful. The aim of this post is to help other Omnia II (GT-i8000) users who are used in CAB installations because this one requires manual copying of files.
1. Install Mortscript and WAD on DEVICE.
2. About the 2 folders that needs to be copied to root of device: (This is were i got lost )
unzip the file which you have downloaded from the first post. The zip file contains 1 zip file and 1 rar file. Choose one to extract. Each of these files contains 3 files: 2 folders and 1 notepad document. The first folder is named program files and the other folder is named Storage Card.
Folder named program files: (These are the extracted files)
Open program files --> Lakeridge --> Wisbar Advance Desktop --> then copy the folder named Themes. In your phone's file explorer, go to My Device/Program Files/Lakeridge/Wisbar Advance Desktop/ then paste the Themes folder that you have just copied.
Folder named Storage Card: (These are the extracted files)
Open Storage Card --> then copy the folder named LeSScro. In your phone's file explorer, go to your Storage Card then paste the Themes folder that you have just copied.
2. Run WAD (Wisbar Advance Desktop)
3. Tap and Hold on screen
4. Select "Change Theme"
5. Tap LeSScroPAD
6. Tap Menu then select Set As Portrait Theme
7. Tap Apply
8. Congratulations!!!
Click to expand...
Click to collapse
/*\ REQUEST /*\​
• SKIN
Unzip files, copy storage card folder and override existing files...
Clic on picture to download...
Eye Theme will be include in list of available skin | Camera pictures override TV icon !
• LOGO OPERATOR
copy picture as Operator in :
\Storage Card\LeSScro PAD\Storage Card\LeSScro PAD\Notifier\
|
|
|
|
|
great.. is good when people try of make something different =)..
congratulation.
but.. I think that the UI is not like tablet.. o maybe tablets that I know XD..
sorry for my english XD... try understand XD
please continues! thanks for your works =)
EDIT: ok. Sorry. I did a search for UI's tablet, and found this http://www.blogcdn.com/www.engadget.com/media/2010/05/10x0531mob2345224.jpg
it's similar..
I like it lesscro but curious would u do a landscape if u decided to continue ?
LeSScro, I think it looks easy to use and has a fresh and modern look. I can't wait to try it!
Jay
Thanks for this
Looking forward for your release!
Hello,
is it possible to try (download)? Will be working on VGA device?
thnx.
numaverick said:
EDIT: ok. Sorry. I did a search for UI's tablet, and found this http://www.blogcdn.com/www.engadget.com/media/2010/05/10x0531mob2345224.jpg
it's similar..
Click to expand...
Click to collapse
That's it... Asus tablet...
khalidabuu said:
I like it lesscro but curious would u do a landscape if u decided to continue ?
Click to expand...
Click to collapse
I can manage a landscape version... but at this time only Portrait...
jayinatlanta said:
LeSScro, I think it looks easy to use and has a fresh and modern look. I can't wait to try it!
Jay
Click to expand...
Click to collapse
Maybe next week... need integrate some modifications in pictures names to change easily for use...
orb3000 said:
Thanks for this
Looking forward for your release!
Click to expand...
Click to collapse
Thx bro'
davidm2 said:
Hello,
is it possible to try (download)? Will be working on VGA device?
thnx.
Click to expand...
Click to collapse
no download yet... only WVGA...
it looks amazin!!
The LeSScroPAD is very sexy. What should I need for using your pad ? Manila Sense 2016 or Titanium ???
Like all my Skin UI, i use Wisbar Advance Desktop 2, for me the best way to customize Windows...
looking good!
very handsome and clean
Update HOW TO...
2nd POST...
Now Work on CAB installer...
Release maybe today or tomorrow...
Have FUN...
lesscro said:
Update HOW TO...
2nd POST...
Now Work on CAB installer...
Release maybe today or tomorrow...
Have FUN...
Click to expand...
Click to collapse
I can't wait ...
1st POST updated !
Website UPDATED !
Now AVAILABLE ! for free..;
lesscro said:
1st POST updated !
Website UPDATED !
Now AVAILABLE ! for free..;
Click to expand...
Click to collapse
Thanks LeSScro - it's going on my device now & should be fun to play with.
Jay
Send feedback...
if you want custom logo operator... tell me...
cant get it to workpropely...
i can only switch between lock screen and home page..
other page no..what i do wrong..
i put the first lasscropad in wad themes folder
and other one in my storage card..
looks beautiful, but...
as the poster above ^^ I can see the lockscreen, swype up, icons disappear and that's it, can't go back or forward
I have 6.5.3 (build 23127), WAD is 2.5.
EDIT:
updated WAD to latest version, can now see the homescreen, but other pages are still unreachable

[DISCONTINUED] Mi2Launcher B-1.5.1 [ADW/GO/NOVA/APEX/HOLO]

Hello every one , sorry for my bad English.
​I love MIUI, how about you ?
But since ICS release , i'm switch to ICS and unfortunately MIUI ICS doesn't offical support my phone .... ( now no phone )
So i'm trying to learning create some launcher theme to get back MIUI icons for my phone... and i see there're some one around here need apk for MIUI icons too, that i decide to make this program with my little skill to make it easier and improve my stupid skill ( don't " lol " me , please )
And this is Mi2Launcher
{
"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"
}
​
What you need to run this program ?
[DOWNLOAD] Windows with .NET framework 3.5 ( 8, 7 and XP tested )
[DOWNLOAD] Android SDK with API 7 and platform-tools installed
[DOWNLOAD] Apache ant 1.8.0 is minimum requirement
How to make it work ?
Download attach zip and extract, run "Mi2Launcher.exe", add some package and start with fun
If you have notify about problem with some thing, just open "Wrench" icon, and follow it
Import some icons pack and Create your new Project
Hit Start, wait and done
What's new in this update?
Fixed Import mtz problem ( because new "xhdpi" packages )
Removed Project list context
Fixed Export button disalbe after build apk
Fixed duplicate icons phone and contacts - tested on avd and 1 real device, it works
Fixed problem because some "unwanted" files (lazy me !!!)
Add Download button for environment setup make it easier
Default icons are "selectable"
New log text ( just for fun xD )
DOWNLOAD
Older :
v1.5 :
• Fix JB ( 4.1 ) Problems with Apex, Nova
• Fix some environment setup
• Fix duplicate and wrong icon for "Contacts"
• Database update with 3188 activities
v1.0.2 :
• Fix problem while setup jdk ( some people select for jre ) thanks to Anicane for report
• Little improve in template for GO Launcher
• Allow to find data for .png if it doesn't include in database now you can add all your icons to package
• Remove duplicate in "selectable" icons
• Add all icons to "selectable"
• Fix missing icons and missing database
• Some more tweak, i can't remember , i'm noob, you know
v1.0.1.2 :
• Code clean up but still stupid .... , reduce .png copy, make it a bit faster when build APK and better program performance xD
• Remove duplicate icons for activity from same package ( g+ or map ... )
• Fix error while copy .tff and also add function too see font name instead of path to font
• Allow to add "selectable" icons for Nova and Go Launcher
• Fix problems with local.properties
• You can press start actvity watch but can't add to db, just leave it == if you know what you need to do, you can add it to db !
v1.0.1:
•Support Apex, Nova and GO Launcher ( Now with icon background )
•Little UI improved . Credit to [email protected]
•You can import mtz package that created by MAC OS. Ex: MIcons Project [999+][07/03/12]
•You can choose custom scale factor for missing icon to make suite with other
•Fix some Error when create new Project
v1.0:
•Initial Release
Be back soon
This tool is gonna be very helpful.. Thanks
Sent from my Xperia Live
Yaaaay its out Tung91 .
Just did some initial testing, followed instructions to the 'tee' with installing everything but running into issues when Importing a .MTZ (in this case was just testing with MIcons Project v2 - http://forum.xda-developers.com/showthread.php?t=1701281).
Below is the error I'm getting:
As you can see all dependencies (SDK/JDK and Ant are there). Hope you can fix !
elite_gamer04 said:
Yaaaay its out Tung91 .
Just did some initial testing, followed instructions to the 'tee' with installing everything but running into issues when Importing a .MTZ (in this case was just testing with MIcons Project v2 - http://forum.xda-developers.com/showthread.php?t=1701281).
........................
As you can see all dependencies (SDK/JDK and Ant are there). Hope you can fix !
Click to expand...
Click to collapse
Yeah, thank you, this mtz package is created by Mac OSX so sharpziplib has some problem, fixed, but package has new format so we need to do some more
1.0.1 Updated :fingers-crossed:
tung91 said:
1.0.1 Updated :fingers-crossed:
Click to expand...
Click to collapse
Everything is running fine, mtz is imported fine, I even get the "APK build complete". But where is it built? I don't see any apk in the entire folder. Only a folder is created under Project folder. I even marked the "Open exported folder" but it doesn't. Please guide.
bagarwa said:
Everything is running fine, mtz is imported fine, I even get the "APK build complete". But where is it built? I don't see any apk in the entire folder. Only a folder is created under Project folder. I even marked the "Open exported folder" but it doesn't. Please guide.
Click to expand...
Click to collapse
It should be in "/Project/YOUR_PROJECT_FOLDER/bin/Mi2Launcher-debug.apk" , sorry i can't write the guide now, i'm on my class and will be back home later, when i'm home i will write the guide :good: btw, what package you try ? Are there any folder under "\Imported Package" ?
tung91 said:
It should be in "/Project/YOUR_PROJECT_FOLDER/bin/Mi2Launcher-debug.apk" , sorry i can't write the guide now, i'm on my class and will be back home later, when i'm home i will write the guide :good: btw, what package you try ? Are there any folder under "\Imported Package" ?
Click to expand...
Click to collapse
There's no bin folder there after running "Build APK".
Even though your tool says "APK build complete". -
I tried the MIcons and Crimp packages. They got their folder created under the Imported Package folder.
Spot anything wrong with my setup here?
bagarwa said:
There's no bin folder there after running "Build APK".
Even though your tool says "APK build complete". -
I tried the MIcons and Crimp packages. They got their folder created under the Imported Package folder.
Spot anything wrong with my setup here?
Click to expand...
Click to collapse
in picture, everything ok , are you install API 7 in sdk manager ? try Shift + Right click on "com.m2l.export" folder and choose Open command windows here , and type "ant debug" hit Enter and see what happen ? :silly:
tung91 said:
in picture, everything ok , are you install API 7 in sdk manager ? try Shift + Right click on "com.m2l.export" folder and choose Open command windows here , and type "ant debug" hit Enter and see what happen ? :silly:
Click to expand...
Click to collapse
Problem with path in propertiesfile
You see, project's root build.xml is looking for C:\Program Files\Android\android-sdk/tools/ant/build.xml
Two issues with this. My Android sdk is not installed in that path. I had provided correct path in environment setup. But this tool took this path somehow. I manually edited this sdk.dir path in the properties file.
And ant 1.8.0 is minimum requirement [which is not mentioned anywhere] while I had 1.7.0. After installing 1.8.0, it ran fine.
bagarwa said:
Problem with path in propertiesfile
You see, project's root build.xml is looking for C:\Program Files\Android\android-sdk/tools/ant/build.xml
Two issues with this. My Android sdk is not installed in that path. I had provided correct path in environment setup. But this tool took this path somehow. I manually edited this sdk.dir path in the properties file.
And ant 1.8.0 is minimum requirement [which is not mentioned anywhere] while I had 1.7.0. After installing 1.8.0, it ran fine.
Click to expand...
Click to collapse
hmm, i think i already add some code to find and fix sdk dir error in local.properties inside template folder in first run ( you will see "Your template has problem " in sys tray notification ) tested on xp sp3 on vmware and it work ok and thank you for ant 1.8.0 part, because i just download and test 1.8.4 only is it working now
Yea, it is working now. But there are some issues in the apk created.
For some reason, the installed app is not replacing all available icons. i.e. the Project\project-name\res\drawable-hdpi folder has that icon, but when the apk is built, that icon doesn't replace the default icon in app drawer.
Nova launcher provides option of individual icon selection from an icon pack. Long press any app, select change icon, select icon-pack; all icons in that icon pack is displayed. But this last step doesn't work for icon-packs created with this tool.
Since this is just first version of this tool, I guess this is just bug report / feature request. A great tool nonetheless. :highfive:
bagarwa said:
Yea, it is working now. But there are some issues in the apk created.
For some reason, the installed app is not replacing all available icons. i.e. the Project\project-name\res\drawable-hdpi folder has that icon, but when the apk is built, that icon doesn't replace the default icon in app drawer.
Nova launcher provides option of individual icon selection from an icon pack. Long press any app, select change icon, select icon-pack; all icons in that icon pack is displayed. But this last step doesn't work for icon-packs created with this tool.
Since this is just first version of this tool, I guess this is just bug report / feature request. A great tool nonetheless. :highfive:
Click to expand...
Click to collapse
1.ah ok , icons doesn't show maybe it's caused by activity name ( eg 2.3 Gallery and 4.0 Gallery ) that it need to update database , it's reason why we have "Start Activity Watch" button to add custom activity from user's phone :silly:
2.About selection from icon pack, i forgot to add drawable item in project :angel: It's used in GO Launcher too, i will add it to night when i'm back home :highfive:
it works very well except it did not import a bunch of icons from mtz.
SilverMist1 said:
it works very well except it did not import a bunch of icons from mtz.
Click to expand...
Click to collapse
Because it need info for each icons , not just copy icons that program just take icons inside database
You are real very good
why is adk with api 7 recomended? should we use api 15 for android 4.0.4 for cm9?
lightninbug said:
why is adk with api 7 recomended? should we use api 15 for android 4.0.4 for cm9?
Click to expand...
Click to collapse
because in some template's config it's api 7, api 7 still work fine with 4.0.4 and 2.3 with Go can use your package,too :d i'm on 4.0.4 with AOKP and it work with out problem :fingers-crossed:

[Themes][Mods] Micromax A56

This thread is for Themes and Mods for the new Micromax A56 NINJA 2
{
"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"
}
Ain't she a beauty?
Specs:
Processor- Qualcomm 800 mhz
OS- Android 2.3 (Gingerbread)
RAM: 256MB RAM
Screen Resolution- 360 x 480 pixels
I request all the devs & forum members to post all the Custom ROMs, tutorials, hacks & all the stuff related to Micromax A56 in this thread so that we all together can develop for this device. This is my first Droid, I love my phone
As I am new to Android (forget developing ) I may not be very helpful at building things from scratch, but I sure do tweaks and stuff. I tweaked some themeing and visual elements of the phone to better suit my style (the old look kills me, damn! So cheap for a cool phone like that!)
I am going to post few tweaked files I made up myself. Please try them on and tell me if they are good. Little appreciation is all I want from this thread Will upload files and screenshots real quick!
Tell me if I was good with this. This is my first post in XDA. I need lots n lots of your appreciation to go forward and make things! Thanks for reading folks! Hit thanks if you liked it.
Things to be done first!
1. Root Your Phone : You must gain root access as we need to modify or replace certain system only files. So make sure you root your phone. You will find rooting method for Micromax A56 here : http://forum.xda-developers.com/showthread.php?t=1829389 Trust me its a really safe thing. No harm done to your phone
For debugging and FAQs on rooting procedure, please refer : http://forum.xda-developers.com/showthread.php?t=1791748 This is kinda the official thread for our device Thanks to Anshubham for his great efforts!
2. Install a Filemanager : The default filemanager app is useless as it can't manipulate files in system folders using root access. You nee a root-supported filemanager, I suggest using Root Explorer
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
Mind you, its a paid app (but you do know how you can get it for free if you really want to ) You can also use Root Browser Lite https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree
3. Take Backups : This is really important. As we are going to mess with the system files, once you screw it, you should be able to restore things without much fuzz. In course, you may need to replace certain protected system files and apps. So, whatever app you are trying to mod, make sure you make backup copies of the '.apk' files on your SD card. (SD card isn't safe enough, unless you are in a hurry, copy the files to your PC too). You can use your newly installed filemanager for this purpose.
Now you are all set to start modding!
Instructions to install/replace modded System files and APKs
You should realize you are going to play with some of the important files (ROOT folders) which are critical to the phone's working. So try and keep by the steps which are described here. This is the safest way I've been doing this. So, you can be least worried
Suppose that we are going to modify the app example.apk inside /system/app folder of your phone. You can use these same steps to replace just about any system app. So I need not repeat them everytime since they are common
1. Download the modded version of the "example.apk" file from this thread.
2 Copy this modded apk into your SD card using USB, Bluetooth, etc.
3. Open the "root supported" file-manager app which you have already installed in your phone.
4. Navigate to your SD card folder containing the "example.apk" file. Click "copy".
5. Navigate to your root folder and hit paste. example.apk will be copied there.
6. Long press on the modded file, click "permissions" from the menu.
7. Apply permissions strictly as shown below :
8. Now long press the "example.apk", click "Move", navigate to /system/apps/
9. Click "Paste" and click to confirm replacing the existing file with the same name.
Note : It is important to copy the file to your root folder first and not directly to its destination. This is because, you can't set the required permissions to the file when it resides on the SD card, and if you try to replace them directly without the intermediate copying step, it may crash! So stick to the plan folks
Thats it! Now depending on the exact files you tried to replace, your phone may (or may not) go haywire for sometime with lots of Forced Closes. No need to panic Just reboot your phone and its good to go!
I shall post my modded files further down these threads. Don't forget to thank me if I helped
wallah.... :laugh:
is there any way to make the status bar transparent ?
Get Your Modded Files Here!
Listing all my mods in this post. Download the corresponding .apk file for the mod you wish for. Replace the original file with the same name in your phones root folder as guided in my previous post.
1. Black Statusbar mod - SystemUI - black statusbar plain.apk
2. ICS Style Contacts and Dialer mod - ICSContactsDialer.zip
Working on lots of mods, keep watching this thread!
Your "thanks" are much appreciated thank you all..!!
Things to be done first!
Reserved
thanks 2 imetal1 and others too...!!! Nice thread.
Volla...!!!
Thanks jyothisthaliath bro...!!!
I was Wanting This Type of Thread For The Micromax A56...
And You Made it...!!!
Well, this MIcromax A56 is Mine First Droid Also...
So, Bro kindly share your Tweaks, Themes, and Other stuff's also...I will really thankful to you...!!
N Ya, Grey Bar Sucks.....but How Did you made your Status Bar Black...I also wanna make it Black...
And Ya special credits to anshubham bro and others members also..for lifting up the Micromax A56 here in XDA..He has done really great Efforts...but i just read in some thread that he has Sold his Micromax A56 ...But I am sure he will still help us...
@jyothisthaliath bro continue your efforts...:laugh:
I won't say its impossible, just that I can't do it!
Sreekumarts said:
wallah.... :laugh:
is there any way to make the status bar transparent ?
Click to expand...
Click to collapse
You see bro, its not that I've tried, but gingerbread has issues with transparency in statusbar. Last time I tried, I got lots of garbled icons and text on the statusbar. Its like the reminents of each 'frame' are not getting erased properly and remain on the screen making them appear as junk pixels.
So, you see why I don't try it anymore. If you need, I have attached here my experimental '.apk' file with transparency mod. You can try it yourself
Apart from transparency effects, you can always go for a pseudo transparency like what I did here in my first pic. For eg. A black statusbar on a black wallpaper looks as if it is transparent, whereas actually it is not You can always match it with your current wallpaper.
Black StatusBar Mod : My Sunday Gift!
Hey guys, how are you
It seems my humble little thread has seen much fuss within these two days I'm flattered. Infact I've decided not to keep you waiting any more So here it is!
Black Statusbar Tweak
I donno why they have this UGLY statusbar in the stock app. Everyone should get these cool looks!! The stock statusbar was killing me. It gave the phone its cheap look (although we agree its cheap, but hey, its a Superfone ) I was so so jealous about my friend's Galaxy Nexus. I badly wanted the ICS look on my phone.
First step : turn the statusbar to black! In that way it could easily blend with my black-themed Xperia style wallpaper. Voila! Instant transformation to a high-end phone
Clearly the black themes give the ultimate look to the phone's screen. Maybe since it's got a high contrast, but color reproduction is poor. Anyhow black is what appeals me
Checkout the screens here. Doesn't the statusbar make a good impression?
You can download it from the third post of this thread. I have kept it reserved for aggregating all my mods. Make sure you get these cool looks on your phone ASAP!!
Oh, and by the way, enjoy your sunday
Thanks jyothisthaliath bro...!!!
M waiting for other two also..
2. ICS style battery icon - << under construction>>
3. ICS style icons for Statusbar - <<under construction>>
Looks very nice, thanks!
It's AweSome...
Thanx Bro....
It's looking amazing now...atlast a kick to Gery Colored Status Bar...!! :laugh:
N this one really RockSss...
Now Waiting for your Other Tweaks n Modds bro....
1. ICS style battery icon - << under construction>>
2. ICS style icons for Statusbar - <<under construction>>
Would, also like to try tHEM and Others also..
Plz....provide them as soon as possible buddy...!!!
We are waiting...!!!
ThanK YoU..:good:
Black Status Bar with little modification
Hello Every 1 ..Thanx foh admin for creating this thread :good:
As earlier mentioned new black status bar That is really cool makes oua phone somewhat Less cheap
Anywayz this is new black status bar with icons modified just copy it to your system folder and BOOM u got a new customized status bar
ScreenShots
Screen Shots of above attached apk
hi
can som1 pls get me the tun.ko module for micromax a56.
its not available in their database
thanks
Nice Guys..
@cooldude007
It is Good n thanks...Keep it up Guys..!! :good:
Can we get a Customized Menu too...amm like we just pulled down the Notification bar then we can have Some Shortcuts like Settings Gps music etc in it...
ICS somewhat
Heya Evy 1...New status bar icons some what like ics:silly::silly:
And Black setting Backgrounds
Use it and replace it in system folder
Jai3 said:
@cooldude007
It is Good n thanks...Keep it up Guys..!! :good:
Can we get a Customized Menu too...amm like we just pulled down the Notification bar then we can have Some Shortcuts like Settings Gps music etc in it...
Click to expand...
Click to collapse
Try Notification Toggle app
Check this
http://forum.xda-developers.com/showthread.php?t=1037817
cooldude007 said:
Heya Evy 1...New status bar icons some what like ics:silly::silly:
And Black setting Backgrounds
Use it and replace it in system folder
Click to expand...
Click to collapse
It would be nice if you could get screenshots for these too... good efforts bro
I'm in the process of rooting my phone (again after getting it serviced) so I will try these as soon as I sort out my mess.. Cheers to the thread!!
jyothisthaliath said:
1. Root Your Phone : You must gain root access as we need to modify or replace certain system only files. So make sure you root your phone. You will find rooting method for Micromax A56 here : http://forum.xda-developers.com/showthread.php?t=1829389 Trust me its a really safe thing. No harm done to your phone
For debugging and FAQs on rooting procedure, please refer : http://forum.xda-developers.com/showthread.php?t=1791748 This is kinda the official thread for our device Thanks to Anshubham for his great efforts!
2. Install a Filemanager : The default filemanager app is useless as it can't manipulate files in system folders using root access. You nee a root-supported filemanager, I suggest using Root Explorer
https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer
Mind you, its a paid app (but you do know how you can get it for free if you really want to ) You can also use Root Browser Lite https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree
3. Take Backups : This is really important. As we are going to mess with the system files, once you screw it, you should be able to restore things without much fuzz. In course, you may need to replace certain protected system files and apps. So, whatever app you are trying to mod, make sure you make backup copies of the '.apk' files on your SD card. (SD card isn't safe enough, unless you are in a hurry, copy the files to your PC too). You can use your newly installed filemanager for this purpose.
Now you are all set to start modding!
Instructions to install/replace modded System files and APKs
You should realize you are going to play with some of the important files (ROOT folders) which are critical to the phone's working. So try and keep by the steps which are described here. This is the safest way I've been doing this. So, you can be least worried
Suppose that we are going to modify the app example.apk inside /system/app folder of your phone. You can use these same steps to replace just about any system app. So I need not repeat them everytime since they are common
1. Download the modded version of the "example.apk" file from this thread.
2 Copy this modded apk into your SD card using USB, Bluetooth, etc.
3. Open the "root supported" file-manager app which you have already installed in your phone.
4. Navigate to your SD card folder containing the "example.apk" file. Click "copy".
5. Navigate to your root folder and hit paste. example.apk will be copied there.
6. Long press on the modded file, click "permissions" from the menu.
7. Apply permissions strictly as shown below :
8. Now long press the "example.apk", click "Move", navigate to /system/apps/
9. Click "Paste" and click to confirm replacing the existing file with the same name.
Note : It is important to copy the file to your root folder first and not directly to its destination. This is because, you can't set the required permissions to the file when it resides on the SD card, and if you try to replace them directly without the intermediate copying step, it may crash! So stick to the plan folks
Thats it! Now depending on the exact files you tried to replace, your phone may (or may not) go haywire for sometime with lots of Forced Closes. No need to panic Just reboot your phone and its good to go!
I shall post my modded files further down these threads. Don't forget to thank me if I helped
Click to expand...
Click to collapse
HI bro thanks for the thread and effort can u please explain how can we get the root explorer for free?? or is the lite version helpful ?please mail me a personal message for the procedure if you cant post here itll be helpful thnx
also our internal memory is low due to which we cannot install many apps even if we install them in SD card...any way to improve internal memory like the RAM swapping technique??
---------- Post added at 07:44 PM ---------- Previous post was at 07:23 PM ----------
hi, if you like it you can remove your status bar totally by just 1 flip and the ,make it reappear again wen you wanna c it
install go ex launcher
go to settings
the gestures
you can choose a function to upward flip to hide\appear status bar then you are done floks!
:laugh:

Categories

Resources