Related
Can anyone guide me how to implement 1% batt step on FM 2.6.1?
I don't like v2.8.0 because according to me, 2.6.1 is the smoothest version
I tried to decompile res-framework.apk to add png, edit xml but:
S: Could not decode file, replacing by FALSE value:..................
(EasyApkDisassembler)
New problem: How to implement 1% batt Per for Cronos 1.4.0 -,-
Answer myself:
Copy
/system/bin/battd
/system/lib/libandroid_servers.so
from 2.8.0 to 2.6.1
set permissions
Reboot and done.
Here is the update through OpenRecovery: http://www.mediafire.com/download.php?rfh7a7g66y574ki
thats right keep it up lol
PhoenixNghi said:
Answer myself:
Copy
/system/bin/battd
/system/lib/libandroid_servers.so
from 2.8.0 to 2.6.1
Reboot and done.
Click to expand...
Click to collapse
would this also work, if i copy the files to the stock froyo?
papadawgg said:
would this also work, if i copy the files to the stock froyo?
Click to expand...
Click to collapse
I don't know =) Just try it and tell me your result
it does not work -.-
papadawgg said:
it does not work -.-
Click to expand...
Click to collapse
Maybe you have to add the png regarding the missing steps.
Sent from my Milestone using XDA Premium App
papadawgg said:
it does not work -.-
Click to expand...
Click to collapse
i just recognized that if i go to spare parts-> battery history it shows me that i have 56% battery left, BUT the percentage is not shown at the status bar.
i assume that its because there is no way n sthe stock froyo settings to activate the feature...
papadawgg said:
i just recognized that if i go to spare parts-> battery history it shows me that i have 56% battery left, BUT the percentage is not shown at the status bar.
i assume that its because there is no way n sthe stock froyo settings to activate the feature...
Click to expand...
Click to collapse
You have to recompile framework-res.apk with the additional pngs for battery and also edit the state_sys_battery.XML to include the additional battery percentages.
Then it may work.
Sent from my GT-I9100 using Tapatalk
sileshn said:
You have to recompile framework-res.apk with the additional pngs for battery and also edit the state_sys_battery.XML to include the additional battery percentages.
Then it may work.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
...and you can (probably) do it easily using UOT Kitchen Battery modification
Ok, so I flashed the file from mediafire above and now my droid 1 running cyanogen 7.0 is only showing 100 percent battery?? any ideas?? how do i unflash it??
Well after 11 hours on battery, my droid still shows 60 percent. Mist have fixed something. Shows 3.7 volts and 32 degrees cel. See how this works.
This update.zip is only for FroyoMod 2.6.1, because I take 2 files from FM v2.8.0 and apply to 2.6.1
/To undo: unrar your ROM zip file, copy 2 files from post #2 to your phone.
New problem: How to implement 1% batt Per for Cronos 1.4.0 -,-
how to implement the 1% battery percentage for froyomod 2.7? with the update.zip you attached its working but it has the issue that it could show values like 102%. when i copy /system/bin/battd and /system/lib/libandroid_servers.so from froyomod 2.9 it doesnt work.
papadawgg said:
how to implement the 1% battery percentage for froyomod 2.7? with the update.zip you attached its working but it has the issue that it could show values like 102%. when i copy /system/bin/battd and /system/lib/libandroid_servers.so from froyomod 2.9 it doesnt work.
Click to expand...
Click to collapse
It's ok, a small bug.
You can try files from FM 2.9.2.
Did you use Root Explorer to set permissions?
Like this
x x
x
x
SwiftDroid Eye Candy Edition V2
Based on SwiftDroid 2.0 RC1
Big Thanks to Mur4ik for the great work on the CM7 ROM also thanks to zeppelinrox for the V6/3G Tweaks. If i used you work in making this rom thanks goes to you too
Installation:
Installation Thanks To Danzano said:
OK VERY VERY CLEAR INSTRUCTIONS FOR ALL WHO NEED
0. SHOULD GO WITHOUT SAYING BACKUP FIRST!!!!!!!!
1. Download zip
2. Unpack, unzip, extract zip but keep copy of original might need it (modding etc)
3. Now you have 2 folders one ziped copy one unpacked (unziped) (extracted) copy
4. Now the unziped copy there will be a folder inside the folder with the same name thats the one you want
5. Turn on usb storage on your phone
6. copy that folder to your phones sd card you want it in clockworkmod backup folder on the sd
7. make sure you have current clockworkmod installed or make sure clockworkmod is not corrupt if so re-install it preferably upgrade same time
8. turn off usb storage
9. re-boot phone into recovery go down to backup and restore enter then restore enter you will see writing telling you whats going on
10. once it says backup complete re-boot and enjoy eye candy
Click to expand...
Click to collapse
Features/Tweaks:
Latest CM7 Mur4ik Build
Build.prop for better 3G speed
V6 Super Charger set to balanced 3 With Hard To Kill Launcher Tweak Thread
Tweaked TCP
Tweaked Virtual Memory
Kernel Tweaks
File System Tweaks
Hard Coded 2MB SD cache
Added noop scheduler
Virtual Memory Tweaks
Battery tweak
Added Custom transition animations
New boot animation
Removed:
Androidian.apk
Cyanbred.apk
Mms.apk
Browser.apk
And more cant think of them at the moment
Added:
Adfree Android
Cache Cleaner NG
ADW Launcher
Honeycomb 3D theme
Lastest market
Pansi sms
UC browser
XDA Free
Smart CallerID
Make sure you have a copy of your data partition so you can restore it after flashing
Download
Recovery
http://www.mediafire.com/?rufr785fscthzx7
Fastboot
http://www.mediafire.com/?dfgh68p1c59r95d
If the new market doesnt install correctly apply this in recovery:
http://www.4shared.com/file/LbjaQSx...k thanks if you liked this ROM ;)
[/CENTER]
Nice. I will Test it. Thank You!
no problem i just thought i would share the current modded rom i am using lol
Could you tell us how did you switch to noop scheduler?
i found this script online can't remember were that uses the noop
Code:
for i in $(ls -d /sys/block/*);
do
echo "cfq" > $i/queue/scheduler;
done;
for i in $(ls -d /sys/block/*);
do
echo "0" > $i/queue/rotational;
echo "1" > $i/queue/iosched/low_latency;
echo "1" > $i/queue/iosched/back_seek_penalty;
echo "1000000000" > $i/queue/iosched/back_seek_max;
echo "0" > $i/queue/iosched/slice_idle;
echo "512" > $i/queue/nr_requests;
echo "1" > $i/queue/iosched/fifo_batch;
echo "16" > $i/queue/iosched/quantum;
done;
for i in $(ls -d /sys/block/*);
do
echo "noop" > $i/queue/scheduler;
done;
It is Data2System version or just like backup ???
nope just a standard version ill make a data2sys version when i get home
Sent from my GT540 using XDA Premium App
what Virtual Memory Tweaks to help battery stand for? Can that be done on 2.1 roms?
sorry i wrote that in wrong it just a tweak to help the battery and im not sure if it can be added to 2.1.
Sent from my GT540 using XDA Premium App
oki, btw... rom look very nice.
thanks its quite fast on my phone so i would love to no if its the same on others
Sent from my GT540 using XDA Premium App
Md5 mismatch! I know there is a solution somewhere tutorial Vero I think? It looks ok your soft mod E! Cheers Damo
MY ANDROIDSKY
did you copy the folder over correctly if so i will test my backup again. thanks for the heads up.
Sent from my GT540 using XDA Premium App
Yeah think I did right unzipped then c an p to cm/backup folder!cheers E
MY ANDROIDSKY
i think it might be the compression method i used that changed the md5 sums lol i will make a new one and upload it.
Sent from my GT540 using XDA Premium App
Look forward to it! Cheers
MY ANDROIDSKY
thanks there will be v2 realesed tomorrow with an ram read speed tweaks and more internet speet tweaks etc
Sent from my GT540 using XDA Premium App
Awesome its like my system with six more tweaks will download tomorrow
I'm currently running swap and v6 anything I need to do after install?
Also we can backup data normally with all the tweaks right?
Really looking forward to playing with this rom looks good might upgrade to launcher ex tho
sent from my gt540 mur4ik RC0 806mhz
Good work. I like the theme.
thanks there will be an update tonight so keep an eye out for it
Sent from my GT540 using XDA Premium App
Hello to all friends xda. For some month or so I'm starting to develop some roms for our phone. Today I want to present the "GingerMorrom". The "Rom" is characterized by being very fast and stable.
Here it is the specifics of this ROM:
*Based on V20C Italian Firmware (Gingerbread 2.3.3) New Baseband
*Deodexed
*ZipAligned
*BusyBox
*SuperUser
*Heap Size: 32MB
*HWAcc ON
*JIT ON
*DSPManager
*Paolo Kernel V6 touch
*AddedFranciscoFranco Tweak
*GPS Tweak
*Auto ZipAlign on Boot
*RingNoFade
*SD Speed Tweak
*LibSQLite 3 Patched
*Boot Animation: Android Scribble 2.0
*Loopy SmoothNess Tweak
*Ram Optimizer
*Build.Prop Hacks
*Dalvik-Cache on EXT Partition
*A2SD (Darktremor Script)
*CRT Effect
*Added ScreenState Script
*Added CPUClock Script
*Added LauncherPro 0.8.6
*Added OI File Manager
*Added Terminal Emulator
*Added Battery Calibration
Applications removed:
Code:
AIME.apk [Tastiera LG]
AnalogClockWidget.apk
AppAdvisor_v1.5.78_production_signed_aligned.apk
BookmarksWidget.apk
CalendarWidget.apk
CarHome.apk
CarHomeLauncher.apk
ClockWeatherWidget.apk
ConnectionManagerWidget.apk
DigitalAlarmWidget.apk
DualClockWidget.apk
Email.apk [Client Email]
GenieWidget.apk [News e Meteo Widget]
LGHome.apk [LG Launcher]
LiveWallpapers.apk
MagicSmokeWallpapers.apk
MemoWidget.apk
MessageWidget.apk
PhotoWidget.apk
Protips.apk
Talk.apk [Google Talk]
thinkdroid.apk [ThinkFree Office]
VisualizationWallpapers.apk
Notification.apk
Maps.apk
Street.apk
LGHome.apk
Browser.apk
DownloadProviderUi.apk
Installation Guide: Compatible with both amonra that with CWM
1) Enter the recovery partition, then (0-512mb) ext as you like for a2sd
2) Wipe All
3) Flash zip from sd card
4) Flash GingerMorrom
5) Wait for 5minutes and then Reboot System.
Download:http://www.multiupload.com/IHASFGOC0V
Screenshot : Incoming
Advice
After the installation of any ROM is advisable to wipe the battery otherwise the stats of the consumer is not regular.
To do this we first need to download the mobile phone completely, then recharge to 100% and then start in recovery and use the appropriate function (in ClockworkMod is Advanced> Wipe Battery Stats) or use the application that I built in ROM " Battery Calibration".
Tip:
To get the most powerful phone is recommended to do this: Edit the file inside the system folder loppysmoothness \ etc \ init.d and in particular this line
USER_LAUNCHER = ""
Inside the quotes you need to enter the process of the launcher in use, to make it just go into the data folder \ data and copy the folder name which is also equivalent to the name of the process.
Thanks to all .
All criticisms and suggestions are welcome.
Morrom
New Rom.... will download later
Where is the download link?
Upload status!! Sorry
Sent from LG O¹ • miks cyanogen7.1 with latest testing release kernel v1.1 and v19.3♦• using tapatalk
Upload ends soon
Hm... good rom. But change that name! Somebody can confuse it with ginger moron
Sent from my LG-P500 using XDA Premium App
Morrom it's my nickname
Can we use interective data2sd other then dark temp app2sd???
Sent from LG O¹ • miks cyanogen7.1 with latest testing release kernel v1.1 and v19.3♦• using tapatalk
I have added Dark Tremor script for a2sd
downloading
great specifications
edit1
can we use themes used for gingerlol rom
(asked because crt is activated)
edit2
pls mention new baseband in bold lettlers if you dont want your thread to be littered by baseband questions
Actually... sometimes darktemp script of ap2sd gets in bootloop ;( so Im using data2sd
Sent from LG O¹ • miks cyanogen7.1 with latest testing release kernel v1.1 and v19.3♦• using tapatalk
ciaox said:
Hm... good rom. But change that name! Somebody can confuse it with ginger moron
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
l0L.........
Yes..We can use a framework from gingerlol.
Thread updated. News: Old Baseband
xpocho7x said:
Yes..We can use a framework from gingerlol.
Thread updated. News: Old Baseband
Click to expand...
Click to collapse
Can't believe my eyes! Is it true?
Sent from my LG-P500 using Tapatalk
Yes..it's true
xpocho7x said:
Thread updated. News: Old Baseband
Click to expand...
Click to collapse
ok now i am really
10b/10c/10e=old base band
20c/20g/20b=new baseband
right?
xpocho7x said:
Yes..it's true
Click to expand...
Click to collapse
I believe you took old ril libs. It means no need to flash basebands now?
I hope gsm and data both are working. If it is so, I must Say: really great and commendable job. We should communicate the moderators to close basebands threads.
Tons of thanks from o1 users family!
Sent from my LG-P500 using Tapatalk
Yes,you must flash baseband.
Excuse me, if i understand well,you mean that we can flash this rom without flashing baseband with lgmdp tool???????
Sent from my LG-P500 using XDA Premium App
Where is the link?
Sent from my LG-P500 using Tapatalk
Yes..you flash baseband and next install Gingermorrom. As Gingerlol.
The link is in the homepage
xpocho7x said:
Yes,you must flash baseband.
Click to expand...
Click to collapse
Oh ****,,,,for a minute i thought that we don't need to flash baseband......
Sent from my LG-P500 using XDA Premium App
i have a few questions which after a lot of browsing also i cannot understand..
1) you know, all that stuff like v6 supercharger adrenaline,activo speeder and so on, what is the difference b/w all of these? which ones should i flash? and suppose it is already there in my rom how do i know about it? many people give different answers but im using blackdroid rom so along with that if anyone knows anything?
2) I recently found a rom whose font i really liked. if i wish to add that font in my current rom how do i do that? please keep it simple because i couldnt understand anything in other threads.
(PS to use font changer root do i need to extract the font from the rom?if so how?)
THANKS!!
v6 is available for just a few ROMs and setting it up isn't easy for novice users. If you have adrenaline engine, you can't flash anything else, because it gives bootloop. Activo is friendly to other scripts, so it's a choice for anybody who has no idea what should give bootloop.
For the font: wait for someone else, because I never change fonts
to change fonts all I do is use root explorer then goto system/fonts then replace DroidSans.ttf (this is the main font used by android) with the font you want to use and make sure you rename it to DroidSans.ttf and set permissions. you can also change all the fonts this way but just make sure you rename them and set permissions.. . do a nandroid backup just incase then reboot.
pryerlee said:
to change fonts all I do is use root explorer then goto system/fonts then replace DroidSans.ttf (this is the main font used by android) with the font you want to use and make sure you rename it to DroidSans.ttf and set permissions. you can also change all the fonts this way but just make sure you rename them and set permissions.. . do a nandroid backup just incase then reboot.
Click to expand...
Click to collapse
well i understood that, but what are he permissions to set?
Thanks this helped me a lot!
TheStormBreaker said:
well i understood that, but what are he permissions to set?
Thanks this helped me a lot!
Click to expand...
Click to collapse
(X)(x)()
(X)()()
(X)()()
X means put a thick there, () means don't.
Sent from my GT-S5570 using xda premium
If you want to know if there are scripts in Rom write to developer
In v1 of BL Rom I didn't add any scripts like this, but in v2 (you can find changelog on my thread) I added some useful
---------
You can also check it by looking in to system > etc > init.d folder
Sent from my GT-S5570 using xda app-developers app
BlackLie said:
If you want to know if there are scripts in Rom write to developer
In v1 of BL Rom I didn't add any scripts like this, but in v2 (you can find changelog on my thread) I added some useful
---------
You can also check it by looking in to system > etc > init.d folder
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
Thanks! i didnt contact you because i thought you wouldnt like such questions...eek
anyway i was planning on using your rom but the launcher isnt working...but im sure you'll figure that out
INTRODUCTION
I've been flashing for a while now (Since G1) and XDA is my main lurking place. And it seems recently I can't find any lite TW ROMs (Which I like most) so I guess it should be about time I contribute a little something... even though it ain't much. This is very likely a one off thing until comes a time I have something to share again... so no frequent updates because it takes alot of time and I'm a really lazy bastard. Technically TWL ROM is a simple stripped down stock ROM. No extra features, no eye candies and no extra tweaks. Just plain, dark, light TouchWiz ROM.
UPDATE: I've put everything back where it was and stripped APKs further without going overboard... still managed to break SNote. WTF.
CREDITS
1. chipwizz - Thanks for the awesome ROM and Guide. One of the main reason why I decided to try this out myself.
2. xperiacle - Thanks for all the guides and HOW-TO.
3. dsixda - Thanks for the Kitchen.
4. gu5t3r - Thanks for the GOptimize. Awesome work.
5. Phil3759- Thanks for the Awesome Kernels.
6. Ricky310711- Thanks for APKTool.
7. Finally thanks to all XDA Developers whom I missed out here (Do let me know if there's anyone I should include).
FEATURES FOR TWL
FEATURES FOR v2.0
IMPORTANT: SNote is broken in this version and I can't figure out why.
Base: Firmware XXLTC
Kernel: PhilZ-cwm6-XXLTA-ATL-5.15.0
Standard: Deodexed | Zipaligned | Rooted w/ SuperSU | Busybox
DPI: 320
Removed: Lots of APKs | Some SO & JAR files | Some media files | Boot & Shutdown Animations | Removed VPN
Added: Transparent Status Bar | Square Battery Percentage | Changed Some Apps Icons
Details on Battery: It's displaying 2% increment and no animation for charging that reflects 20% increment. (To lighten the system slightly)
All Apks in system/app. No more out of the way symlinking. (Found out it's pointless)
APK Details: All APKs are stripped down where possible and GOptimized.
Note: Languages are as it is for XXLTA. No Build.prop Tweaks. Basically very STOCK.
Note2: Lighter than before. Total Size: 267MB
FEATURES FOR v1.6
Base: Firmware XXLTC
Kernel: PhilZ-cwm6-XXLTA-ATL-5.15.0
Standard: Deodexed | Zipaligned | Rooted w/ SuperSU | Busybox
DPI: 320
Removed: Lots of APKs | Some SO & JAR files | Some media files | Boot & Shutdown Animations | Removed VPN
Added: Transparent Status Bar | Circle Battery Percentage | Changed Some Apps Icons
APK Details: All APKs are stripped down when possible and GOptimized.
Symlink-ed folders 1: system/app -> preload/symlink/system/app
Symlink-ed folders 2: system/lib -> preload/symlink/system/lib
Symlink-ed folders 3: system/tts -> preload/symlink/system/tts
Symlink-ed folders 2: system/T9DB -> preload/symlink/system/T9DB
Note: Languages are as it is for XXLTA. No Build.prop Tweaks. Basically very STOCK.
APKs LEFT IN ROM (Note: All APKs are in Preload)
ApplicationsProvider.apk
BackupRestoreConfirmation.apk
BadgeProvider.apk
BCService.apk
BluetoothAvrcp.apk
BluetoothMap.apk
BluetoothTest.apk
CapabilityManagerService.apk
CertInstaller.apk
ClipboardSaveService.apk
ClockPackage.apk
ContextProvider.apk
CSC.apk
DefaultContainerService.apk
Divx.apk
DrmProvider.apk
DSMForwarding.apk
DSMLawmo.apk
FlashAnnotate.apk
FlashAnnotateSvc.apk
FlashBarService.apk
FmRadio.apk
GmsCore.apk
GoogleBackupTransport.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleFeedback.apk
GoogleLoginService.apk
GooglePartnerSetup.apk
GoogleServicesFramework.apk
GoogleTTS.apk
InputDevices.apk
InputEventApp_Q1_EUR_OPEN.apk
JobManager.apk
KeyChain.apk
Keystring_factory_JBUP.apk
LogsProvider.apk
minimode-res.apk
MtpApplication.apk
MusicFX.apk
MusicPlayer.apk
NetworkLocation.apk
OmaCP.apk
OmaDrmPopup.apk
PackageInstaller.apk
PCWClientS.apk
PhoneErrService.apk
Phonesky.apk
Phone_Util_Q1_EUR_OPEN.apk
PlayGames.apk
PopupuiReceiver.apk
Preconfig.apk
ResourceManager.apk
SamsungCamera.apk
SamsungIME.apk
SecBluetooth.apk
SecBrowser.apk
SecCalculator2.apk
SecCalendarProvider.apk
SecCalendar_Q1_SPen.apk
SecContacts.apk
SecContactsProvider.apk
SecDownloadProvider.apk
SecDownloadProviderUi.apk
SecFactoryPhoneTest.apk
SecFileShareClient.apk
SecFileShareServer.apk
SecGallery2_Galaxy.apk
SecHTMLViewer.apk
SecLauncher2.apk
SecLiveWallpapersPicker.apk
SecMediaProvider.apk
SecMms.apk
SecNoteMyFiles.apk
SecOmaDownloadProvider.apk
SecPhone.apk
SecSettings.apk
SecSettingsProvider.apk
SecSetupWizard.apk
SecTelephonyProvider.apk
SecurityProvider.apk
SerialNumberLabelIndicator_JBUP.apk
SmartcardService.apk
Snote_Q1.apk (Removed in v2)
Snote_Q1_Provider.apk (Removed in v2)
SPlannerAppWidget.apk
Stk.apk
SuggestionService.apk
Superuser.apk
SystemUI.apk
TasksProvider.apk
UserDictionaryProvider.apk
VideoPlayer.apk
VoiceRecorder.apk
VoiceSearchStub.apk
WAPPushManager.apk
DOWNLOAD
1. TWLv2.0LTC (Google Drive)
2. TWLv1.6LTC (Google Drive)
3. Mediafire
HOW TO INSTALL
1. Download the latest Philz Kernel.
(Preferably PhilZ-cwm6-XXLTA-ATL-5.15.0-signed.zip or later)
2 On CWM Recovery, Install Philz Kernel. Reboot Recovery.
(Advanced -> Reboot Recovery)
3. On CWM Recovery again, Go to Wipe Data/Factory Reset -> Wipe Data/Factory Reset.
4. Go to Mounts and Storage -> Format /system
5. Go to Mounts and Storage -> Format /preload
6. Install TWLv1.6LTC.zip
7. Reboot System.
RECOMMENDED
1. Flash Forest-HelloWorld-Make-II kernel for JB N7000 if you want a little more power and battery life. Awesome work by forest1971.
2. If you don't use multi window (I never used it in everyday life, not sure why), you can delete; FlashAnnotate.apk | FlashAnnotateSvc.apk | FlashBarService.apk (It will free up 20MB+ of RAM).
3. Give DigiCal a try... It comes with pretty widgets that somewhat resemble Splanner's. If you're prefer it or some other Calendar App over Splanner, you can delete;SecCalendar_Q1_SPen.apk | SpPlannerAppWidget.apk (It will free up 20MB+ of RAM).
SCREENSHOTS
Check Attachments.
Gonna try it soo .... btw what is the rom size ??
Sent from my GT-N7000 using xda app-developers app
Thank you, I'll try.
And we are glad tat we got a new dev.
Sent from my GT-N7000 using xda app-developers app
no offence but i think
flashandnote is for screenshots
Its time to try.. Downloading just finished
Try later, thx
Welcome to Note Rom World
Sent from my GT-N7000 using Tapatalk
saadthameem1996 said:
Gonna try it soo .... btw what is the rom size ??
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Size: 294 MB :good::good:
vj_zero said:
no offence but i think
flashandnote is for screenshots
Click to expand...
Click to collapse
+1
---------- Post added at 04:05 AM ---------- Previous post was at 04:02 AM ----------
Welcome and Thanks Jarvis for your ROM. Would be downloading as soon as I find a free wifi spot, LOL but a quick question: Have you tried this ROM and what is the current known bugs?
Jackwu696 said:
+1
Welcome and Thanks Jarvis for your ROM. Would be downloading as soon as I find a free wifi spot, LOL but a quick question: Have you tried this ROM and what is the current known bugs?
Click to expand...
Click to collapse
I just flashed this ROM, recently its so light and smooth.
its match for one need no many feature on stock ROM.
No wallpaper included, No live wallpaper, No weather, No Gmail email, No email.
But i think its a simple thing when we want get them.
I have found no bug issue until now, so i am stay on this ROM now.
May you let leave hit thanks if it help you :good:
================================================== edited
I have leaved this ROM since last of April 2014
sigitdido said:
I just flashed this ROM, recently its so light and smooth.
its match for one need no many feature on stock ROM.
No wallpaper included, No live wallpaper, No weather, No Gmail email, No email.
But i think its a simple thing when we want get them.
I have found no bug issue until now, so i am stay on this ROM now.
May you let leave hit thanks if it help you :good:
Click to expand...
Click to collapse
Great! I really want a light ROM. Most of those apps we can download and apply later. Thanks for the response
It will b soo much more amazing .... if u did tweak this rom ....
Sent from my GT-N7000 using xda app-developers app
trying it right now and i will give feedback later
thank you.
Welcome to the new DEV :good::good::good:
Video Player Issue
Hi guys, actually i just found video player app force close when its clicked.
Although video file can be played from explorer.
May OP will fix this soon. Thanks
sigitdido said:
Hi guys, actually i just found video player app force close when its clicked.
Although video file can be played from explorer.
May OP will fix this soon. Thanks
Click to expand...
Click to collapse
That behavior is due to forest-helloworld-makeII kernel's known bug. If it even happens on Philz's kernel for you then might I suggest going the long way of formatting internal SD... But that shouldn't be the case.
Sent from my GT-N7000 using xda app-developers app
roll back to Philz
jarvisjerk said:
That behavior is due to forest-helloworld-makeII kernel's known bug. If it even happens on Philz's kernel for you then might I suggest going the long way of formatting internal SD... But that shouldn't be the case.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
i just remember, this issue occurred once flash forest-helloworld-makeII
As i know i didnt find some problem after flash this ROM early.
Can i roll back by flashing Philz's kernel to fix above issue?
Go to Philz Thread.
CTRL+F and search for "tw only:" and click on the link at the side.
Click on "v5.15.0" Link.
Download by clicking on the link "PhilZ-cwm6-XXLTA-ATL-5.15.0-signed.zip".
Flash that after you clear cache and wipe dalvik cache.
Must Re-flash
jarvisjerk said:
Go to Philz Thread.
CTRL+F and search for "tw only:" and click on the link at the side.
Click on "v5.15.0" Link.
Download by clicking on the link "PhilZ-cwm6-XXLTA-ATL-5.15.0-signed.zip".
Flash that after you clear cache and wipe dalvik cache.
Click to expand...
Click to collapse
i already flashed after clear cache and wipe dalvik cache, but i found no change.
Video player still force closed.
so i have to re-flash with ROM file anymore and it just works now