sh : free: not found. i want to swap ram, but i can`t , who can help me, thank, i use viettel i9(tooky t83)
busybox
clfdhq said:
sh : free: not found. i want to swap ram, but i can`t , who can help me, thank, i use viettel i9(tooky t83)
Click to expand...
Click to collapse
is your phone rooted? do you have busybox installed on your phone?
kostoulhs said:
is your phone rooted? do you have busybox installed on your phone?
Click to expand...
Click to collapse
yes, it rooted and busybox 1.20
clfdhq said:
yes, it rooted and busybox 1.20
Click to expand...
Click to collapse
Your kernel needs to support swap feature. Which android version / rom is actually installed?
LS.xD said:
Your kernel needs to support swap feature. Which android version / rom is actually installed?
Click to expand...
Click to collapse
Version info:
BB chip : MT6575
MS Board.: k75_ics
Kernel Ver.: 3,0,13([email protected]) (gcc version 4.4.3 GCC) #1 PREEMPT
Android Ver. : 4.0.3
Custom Build Verno: A11Plus.V1.2.1
clfdhq said:
Version info:
BB chip : MT6575
MS Board.: k75_ics
Kernel Ver.: 3,0,13([email protected]) (gcc version 4.4.3 GCC) #1 PREEMPT
Android Ver. : 4.0.3
Custom Build Verno: A11Plus.V1.2.1
Click to expand...
Click to collapse
Install Performance Control to check / edit your virtual ram settings
LS.xD said:
Install Performance Control to check / edit your virtual ram settings
Click to expand...
Click to collapse
how to use it, thanks
clfdhq said:
how to use it, thanks
Click to expand...
Click to collapse
Install it (Copy the.apk file to your sd card -> use a file manager -> click on it to install the apk)
Open Performance Control -> grant root access -> Got to "Memory settings" -> the last options is called "ZRAM" as far as your kernel supports this feature. The stock value is 18% of physical ram, but you can change it as you like. Kee pin mind that setting a large amount of virtual ram (e.g. 100% of physical ram) will really slow down your device instead of speeding it up.
LS.xD said:
Install it (Copy the.apk file to your sd card -> use a file manager -> click on it to install the apk)
Open Performance Control -> grant root access -> Got to "Memory settings" -> the last options is called "ZRAM" as far as your kernel supports this feature. The stock value is 18% of physical ram, but you can change it as you like. Kee pin mind that setting a large amount of virtual ram (e.g. 100% of physical ram) will really slow down your device instead of speeding it up.
Click to expand...
Click to collapse
oh, no i not see "ZRAM", i think kernel my not support it, can i rebuild kernel to support it, how to rebuild?, thank
clfdhq said:
oh, no i not see "ZRAM", i think kernel my not support it, can i rebuild kernel to support it, how to rebuild?, thank
Click to expand...
Click to collapse
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
LS.xD said:
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
Click to expand...
Click to collapse
yes, my phone not have CWM, can`t up ROM, or anything like, i can only use <250 mb, Phone it name Viettel I9(name at my country) , can you help me ask bro know build kernel, thank
LS.xD said:
I'm not able to build a kernel and either you ... I founf 1 MIUI rom for your device, but its also Android 4.0.4 and Idk if it supports zRam. I checked your devices specs -> It comes with 512MB Ram, which should be enough for daily use, if you slim down your rom ny uninstalling non needed apps and stop backgroud processes you don't need/want.
Have you failed running a specific app with your actual cinfiguration?
Click to expand...
Click to collapse
Have U Rom for my phone?, Can u give it to me, thanks
Related
FROYO DESIRE ROMS ARE EXPERIMENTAL, AND MAY NOT BE RELIABLE
http://rapidshare.com/files/396857330/brafrorom6b.zip
This is essentially the same as DeFroST, but with no kernel mods. I'm also testing if SetCPU is really needed any more, with those mods disabled.
v6b
- Fix for a kernel bug, and corrected the driver. Remote key now works.
- Added compiler optimisations.
- (b) fixes broken wireless in 6
v5
Microphone now working in calls.
Credits go to:
Kali- and deovferreira for the kernel source
Paul @Modaco for the base rooted Nexus rom
Richardtrip for some of the config and userspace drivers I pinched from DeFroST
Me... well I'm just the chef ;-)
Working:
- Wifi N & Tethering
- GPS
- BT
- Digital compass
- Proximity sensor
- Optical pad
- Camera
- Keypad
- Headset
- Remotekey
- Touchscreen
- Vibrator
- LED
- many others
- APPS2SD
- SetCPU
- MIC
Not working:
- Ambient light sensor (works, but not calibrated)
- Camcorder (reboots the phone)
- Dock on USB
- Facebook contacts sync
Bug:
- Echo
SetCPU - Battery life
If you are experiencing battery live issues, then you should probably set up SetCPU. There are possibly still issues with the display, as some people are reporting high display battery usage. However, these steps can make a BIG difference.
1. Find SetCPU in your programs.
2. If you are asked to choose a device, choose the bottom item "Custom Frequencies..."
3. You may be asked for root access. You should allow this.
4. Tick "Auto-refresh" and "Set on Boot" and ensure CPI Governor is set to "ondemand"
5. No profiles are needed. I'd say you need a good understanding of how processes and threads work, and what the impact is to do any use here... and if that's you, then you won't be reading this guide.
6. Confirm your settings against the image (attached).
APPS2SD - Install apps on your SD card.
First of all... this is not APPS2SD. It is a new feature build into FroYo. Secondly, yes, it does work... just it hasn't been enabled in many apps yet by the developers (see the background posted below).
Some background
The Android platform now allows applications to request installation onto the device's external storage media (such as the SD card), as an alternative to installation onto the device's internal memory.
Application developers can express the preferred installation location for their applications by means of a new attribute of <manifest> in the manifest file, android:installLocation. The attribute supports three values: "internalOnly", "preferExternal", and "auto". At install time, the system checks the value of android:installLocation and installs the application .apk according to the preferred location, if possible. If the application has requested external installation, the system installs it into a private, encrypted partition in the external media. Once an application .apk is installed externally, the system lets the user change the storage location of the .apk and move it onto the device's internal memory if needed (and vice versa), through Manage Applications in the user settings.
By default, the system installs all applications onto the device's internal memory, except for those that explicitly request external installation. This means that the system will always install legacy applications onto internal memory, since they do not have access to the android:installLocation attribute. However, it is possible to configure and compile a legacy application such that it is installed internally on older versions of the platform and externally on Android 2.2 and later platforms, if necessary.
Note that requesting installation onto the device's external media is not suitable for all applications, particularly because the external media may be removable and unmounting/remounting may disrupt the user experience and system settings.
For more information about setting a preferred install location for your application, including a discussion of what types of applications should and should not request external installation, please read the App Install Location document.
Note: By default, your application will be installed on the internal storage and cannot be installed on the external storage unless the developer defines this attribute to be either "auto" or "preferExternal".
Click to expand...
Click to collapse
Install ALL apps to SD
However, it is possibly to force everything to be installed on external SD. I think this is the ONLY way you can do it, and then you have to move anything back to internal memory (such as widgets) which need to be there.
Using adb.exe (this is part of the android developer kit, but is also part of r5-desire-root (which you used to root your phone), available here: http://android.modaco.com/content/ht...-1-21-support/
adb will be called adb-windows adb-mac or adb-linux, depending on your os.
1. Install the ROM
2. Reboot the phone
3. Open up a cmd/bash prompt, somewhere you have access to adb
4. run: adb-<youros> shell pm setInstallLocation 2
To anyone who types "adb-<youros>"... you shouldn't be here!
This will force all apps to be installed to SD
Other options are:
adb-<youros> shell pm setInstallLocation 0
- This causes apps to be installed to their preferred location. For 99.9% of current apps, this will be internal memory, and it won't be possible to move them.
adb-<youros> shell pm setInstallLocation 1
- This causes ALL apps to be installed to internal memory. For 99.9% of current apps it won't be possible to move them.
MAKE SURE YOU MOVE YOUR WIDGETS TO INTERNAL MEMORY, OR THEY WILL DISAPPEAR
Hi, can you add a mirror please.
Great rom, I was previously using DeFrost, but now with BraFro I have wifi-tether working
I look forward to this, but wont flash it before its proofed good and the release log ofcourse
Noob question: where can i find some information about this rom? Thank you very much for answering
DennisG1 said:
Noob question: where can i find some information about this rom? Thank you very much for answering
Click to expand...
Click to collapse
Release note to follow..
Edit: you can find info in the first post now
DennisG1 said:
Noob question: where can i find some information about this rom? Thank you very much for answering
Click to expand...
Click to collapse
Check the first post now... that enough for ya?
martinlong78 said:
Check the first post now... that enough for ya?
Click to expand...
Click to collapse
Looks good, but could you plz add some screenshots?
And oh, btw.. what is the difference between this and DeFrost?
On paper it looks the same, what have you improved?
Edit: after a better look it seems that you have copypasted the info from DeFrost thread..
This makes me a bit sad.. plz dont say your a saxer (thief)
infexis said:
Looks good, but could you plz add some screenshots?
Click to expand...
Click to collapse
I'm not going to, but somebody might like to post them.
infexis said:
And oh, btw.. what is the difference between this and DeFrost?
On paper it looks the same, what have you improved?
Click to expand...
Click to collapse
It's a completely different approact to DeFrost. This is a new kernel, hacked for the bravo board (desire), whereas richardtrip ported froyo kernel stuff back to the 2.6.29 kernel.
Basically, functionally, you're getting wifi hotspot, but we should hopefully progress further with this kernel.
Flash is in sync
JD
wipe
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.
martinlong78 said:
This is a new kernel, hacked for the bravo board (desire)
Basically, functionally, you're getting wifi hotspot, but we should hopefully progress further with this kernel.
Click to expand...
Click to collapse
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.
dboy0911 said:
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.
Click to expand...
Click to collapse
I didn't wipe when changing from DeFrost 0.6 and everything appears to be OK for me
thanks and sorry for my english
I Have eclair 2.1 original rom 1.15 with root ability.. i have possibility to flash directly this rom? or not? for flash i going to recovery and flash any zip from sd card good?
dboy0911 said:
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.
Click to expand...
Click to collapse
Nope. No flash required.
infexis said:
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.
Click to expand...
Click to collapse
My understanding (which isn't great!) is that this is a less "hackish" way of getting Froyo to run on the Desire. DeFrost uses the kernel from a standard Desire ROM with the Froyo bits bolted on. This way of doing things actually uses a proper Froyo kernel thats been tweaked to run on the Desire, so should be more stable.
Is there any specific radio version this should be used with?
So the Kernel is the one posted here: http://forum.xda-developers.com/showthread.php?t=696846 ?
2.6.32.9? So WiFi 802.11n should work?
Also i assume it does not have oc/uv? :/
infexis said:
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.
Click to expand...
Click to collapse
Have a read of the original kernel thread... read for yourself
http://forum.xda-developers.com/showthread.php?t=696846
martinlong78 said:
Check the first post now... that enough for ya?
Click to expand...
Click to collapse
Wonderfull....thank you
Second time poster here (not important, silly first post elsewhere..)
Im new to rooting phones and installing ROMs on phones im really careful about all that stuff D: i dont like to tamper with stuff but this phone has so much more potential to it and i think it can be way faster than how it currently is that i decided to experiment with Android Revolution HD.
Now im posting here because i dont have enough posts to post under the thread, so pardon me if im breaking some rules here but posting there was my first choice.
I have some perhaps simple questions...
when it says "Android 2.3.4 (Gingerbread) - latest official HTC RUU 1.45.401.2
This is improved version of stock ROM - no visual changes!
New kernel: 2.6.35.14 (under-volted & tweaked). Details below:
CPU up to 1.56 GHz (1.51 GHz by default - original speed for MSN8660 chipset) - controlled automatically by built it O/C Daemon..."
does the ROM come with the kernel included or do i have to go pick it up from the custom kernels in the thread, and if so, which one do i even pick? D:
also, i wish to over clock it! does the custom rom already bring the CPU to 1.56GHz without me having to do anything?
I really dont get kernels and i have read the guides about them over and over again
Razpr said:
Second time poster here (not important, silly first post elsewhere..)
Im new to rooting phones and installing ROMs on phones im really careful about all that stuff D: i dont like to tamper with stuff but this phone has so much more potential to it and i think it can be way faster than how it currently is that i decided to experiment with Android Revolution HD.
Now im posting here because i dont have enough posts to post under the thread, so pardon me if im breaking some rules here but posting there was my first choice.
I have some perhaps simple questions...
when it says "Android 2.3.4 (Gingerbread) - latest official HTC RUU 1.45.401.2
This is improved version of stock ROM - no visual changes!
New kernel: 2.6.35.14 (under-volted & tweaked). Details below:
CPU up to 1.56 GHz (1.51 GHz by default - original speed for MSN8660 chipset) - controlled automatically by built it O/C Daemon..."
does the ROM come with the kernel included or do i have to go pick it up from the custom kernels in the thread, and if so, which one do i even pick? D:
also, i wish to over clock it! does the custom rom already bring the CPU to 1.56GHz without me having to do anything?
I really dont get kernels and i have read the guides about them over and over again
Click to expand...
Click to collapse
Hi,
ADHD ROM 3.0.4 comes with kernel already installed, running at 1.56 GHZ.
If you want to over clock, then you need 1.72 kernel.
Check my sig...Faux123.
You need 0.1.0 1.72 to over clock...
Razpr said:
also, i wish to over clock it! does the custom rom already bring the CPU to 1.56GHz without me having to do anything?
Click to expand...
Click to collapse
The CPU runs at 1.51GHz by default on 3.0.4 and you can go up to 1.56GHz, if you want a higher overclocking you should install the 1.78GHz version of the kernel here :
http://forum.xda-developers.com/showthread.php?t=1216197
Thanks guys for the replies! i have another issue regarding the ROM and its exactly the last question from the FAQ on the thread
Q 25: How can I enable built it screen-shot feature on Sense 3.0 < based ROMs?.
A: Edit your build.prop file in /sytem and change:
ro.htc.framework.screencapture = false
to
ro.htc.framework.screencapture = true and clear dalvik-cache or install ShootMe from the Android Market.
Click to expand...
Click to collapse
now... how does one edit the build.prop file? i tried installing astro file manager, opening the ZIP of the ROM in the SD card, but i didnt see no file and im confused about how to do this as im new to rooting and ROMs.
Could anyone elaborately explain this process for me? im great with step by step instructions. Again id post in the thread but im not allowed to :/ and this is the only issue so far with the ROM everything else works great!
That feature is enabled in 2.3.4 by default now
EddyOS said:
That feature is enabled in 2.3.4 by default now
Click to expand...
Click to collapse
See but after installing the ROM the screenshot isn't working. :-/
You have to go into Efs explorer and mount system r/w to be able to see and edit those files.
Or do it from and teminal session or recovery
Hoki62 said:
You have to go into Efs explorer and mount system r/w to be able to see and edit those files.
Or do it from and teminal session or recovery
Click to expand...
Click to collapse
Could you please elaborate?
1. Start ES File Explorer
2.Press menu button
3.Go Settings
4. Activate Root Eplorer
5. Mount File System
6. go find the file to edit and do it
You could also download a app called drocap2 and use for screen shot
Screenshot does work by default, it's a bit hit and miss for me though. Works when it feels like it
It is just that mike has disable it in the Android Rev.HD ROM
Because some people had problem that is made screenshots
all the time and they needed to remove battery to be able to turn it off
Hoki62 said:
1. Start ES File Explorer
2.Press menu button
3.Go Settings
4. Activate Root Eplorer
5. Mount File System
6. go find the file to edit and do it
You could also download a app called drocap2 and use for screen shot
Click to expand...
Click to collapse
Awesome! Was able to find the file and all until the very end which didn't allow me to save the text changes from false to true because the file was in a zip.
Any idea around this?
Your in the wrong place.
Look for /system on the top
not on /sdcard
After that boot into recovery and choose
Advanced and wipe dalvik cache and restart
Sent from my HTC Sensation Z710e using xda premium
note: i do not take any reponsibility of any harm or damage cause to u r device
THIS IS MY FIRST WORKING CUSTOM ROM this rom is for micromax funbook alpha and also work on other allwinner a13 motherboard tabs
Major update alphadroid_3 IS HERE
This rom has been DISCONTINUED
this rom is tested my me working beautifully !
FEATURES :
remove unnecessary apps
STOCK KERNAL
beats audio added don't know fully working or not !
int.d support
much more
i forget to remember !
WARNING TOUCH SCREEN OF THIS ROM MAY OR MAY NOT WORK WITH U R TAB SO BE CAREFUL CREATE A BACKUP FIRST BEFORE INSTALL I HAVE ONLY TESTED THIS ROM IN MY TAB SO I CAN'T GUARANTEE THAT IT WILL WORK ON U R TAB !!!!!
things to do
add bluetooth support(need dev help)
add support to ad hoc connection(need dev help)
HOW TO INSTALL
take backup of ur rom before installing this one for cwm go here http://forum.xda-developers.com/showthread.php?t=1906177
WIPE FACTORY RESET
WIPE CACHE PARTITON
INSTALL THE ROM
WIPE CACHE PARTITON
REBOOT
note if u r facing root access problems go to cwm and fix permission this will solve ur problem
please do not send me pm i will not respond to it. if u have any question post here do not pm me
To avoid lags download no fill cpu control and set minimum frequency as max frequency but it will decrease battery more fast
changelogs : 14/11/2012
Initial release !
changelogs : 02/2/2013
change external sd card as internal sd card
more smoother(near to project butter added)
always awake (helps u to stay connected with internet while turning the screen off)
seeder added
supremacy trilogy added
build.prop tweaks
battery and internet tweaks
and forgot to mention all find it yourself !
credits
willing magic
xda-developers.com
shivam(for uploading this rom)
bugs:
tell me if u find anyone
BUT AFTER DOWNLOADING PLS CLICK ON THE THANKS BUTTON
alphadroid 1
ALPHADROID 2
Awesome work man! congrats!!! downloading it now.
Listen is there anyway to increase the internal storage space?? by using recovery.?
tried the rom...working awesome! :good:
you tried that jelly bean rom you were talking about?
no dude !
voldemort01 said:
tried the rom...working awesome! :good:
you tried that jelly bean rom you were talking about?
Click to expand...
Click to collapse
I haven't tried it yet I am little busy now days I am glad that u like my work and hope it will continuous in this way !
voldemort01 said:
tried the rom...working awesome! :good:
you tried that jelly bean rom you were talking about?
Click to expand...
Click to collapse
I can't find any way and I thought that it is impossible to increase much internal memory after deleting unwanted apps but I will work on it as I will get time waiting for response from everyone ! about this rom.............
icoolguy1995 said:
I haven't tried it yet I am little busy now days I am glad that u like my work and hope it will continuous in this way !
Click to expand...
Click to collapse
i downloaded that jelly bean rom. But it only has .img file. How do i flash that? if you can tell me, ill try it out.
voldemort01 said:
i downloaded that jelly bean rom. But it only has .img file. How do i flash that? if you can tell me, ill try it out.
Click to expand...
Click to collapse
u can flash it by novotools 7 in novotools there is a option to flash .img file
can you show us some pics please?
icoolguy1995 said:
u can flash it by novotools 7 in novotools there is a option to flash .img file
Click to expand...
Click to collapse
you mean flash boot option? cuz theres only 3 options flash recovery and flash update.zip being the other 2.
Thread reopened.
tread is once again open i am so glad so guys help me and give the ratings of this rom !
@icoolguy1995, I have this tab,
Model: A13-MID
Brand: softwinners
CPU: sun5i
CPU Model: ARMv7 Processor (VFPv3, NEON)
CPU Freq: 60 - 1008 MHz
Screen Res: 800 x 432
GPU Vendor: ARM
GPU: Mail-400 MP
GPU ver.: OpenGL ES 2.0
Memory Size: 1024 MB
Android Ver: 4.0.4
Build: nuclear_evb-eng 4.0.4 IMM76D 20120917 test-keys
I flash with alphadroid and it booting fine. Only one big problem is that touchscreen is not working at all.
I used wired usb mouse (cheap knock off wireless mouse also working great!) and installed novo tool but cannot reboot into recovery because root permission problem. I tried with hardware button to boot into recovery but none work with power+vol.up button nor power+vol.down button. What else can I do? I really LOVE the rom!!!
EDIT: I can get into CWM by going to SETTINGS --> BACKUP & RESET --> Recovery Mode.
I run FIX PERMISSIONS but when rebooted the root permission denied is still there when I run TBP.
Can you fix the touchscreen and the root access please. I like this rom...
EDIT2 : Ran lsmod and find out that my ts is gsl1680.
Dear Sir,
Can you add support for my A13 based tablet. Please let me know. I will upload the dump of my tablet.
al5911 said:
@icoolguy1995, I have this tab,
Model: A13-MID
Brand: softwinners
CPU: sun5i
CPU Model: ARMv7 Processor (VFPv3, NEON)
CPU Freq: 60 - 1008 MHz
Screen Res: 800 x 432
GPU Vendor: ARM
GPU: Mail-400 MP
GPU ver.: OpenGL ES 2.0
Memory Size: 1024 MB
Android Ver: 4.0.4
Build: nuclear_evb-eng 4.0.4 IMM76D 20120917 test-keys
I flash with alphadroid and it booting fine. Only one big problem is that touchscreen is not working at all.
I used wired usb mouse (cheap knock off wireless mouse also working great!) and installed novo tool but cannot reboot into recovery because root permission problem. I tried with hardware button to boot into recovery but none work with power+vol.up button nor power+vol.down button. What else can I do? I really LOVE the rom!!!
EDIT: I can get into CWM by going to SETTINGS --> BACKUP & RESET --> Recovery Mode.
I run FIX PERMISSIONS but when rebooted the root permission denied is still there when I run TBP.
Can you fix the touchscreen and the root access please. I like this rom...
EDIT2 : Ran lsmod and find out that my ts is gsl1680.
Click to expand...
Click to collapse
for touchscreen there is a one solution try to change the kernal !
and for the root access problem flash the rom - shut down the tab - restart it- if root access problem is there go to cwm after that go to advance option - fix permission reboot recovery- reboot system or i don't know the exactly word there here when u reboot system it will ask u about root access read it and then go to yes button
or
try once again unlockroot
harishgayatri said:
Dear Sir,
Can you add support for my A13 based tablet. Please let me know. I will upload the dump of my tablet.
Click to expand...
Click to collapse
did u tried this rom ?
and one more things i am busy these days and as i will get time first i will continue the development of second version of alphadroid half is ready but there are bugs to be sought out so it will take some time as far as supporting u r tab i will currently say that no or maybe in the future first try this rom if it works on ur tab than it will be good for u
icoolguy1995 said:
for touchscreen there is a one solution try to change the kernal !
and for the root access problem flash the rom - shut down the tab - restart it- if root access problem is there go to cwm after that go to advance option - fix permission reboot recovery- reboot system or i don't know the exactly word there here when u reboot system it will ask u about root access read it and then go to yes button
or
try once again unlockroot
Click to expand...
Click to collapse
For the root problem I had solved it by re-rooting it using doomlord method. But how can I change the kernel? Can you tell me?
al5911 said:
For the root problem I had solved it by re-rooting it using doomlord method. But how can I change the kernel? Can you tell me?
Click to expand...
Click to collapse
just change the boot.img with the find of yours i mean that u can use the boot.img of willingmagic cyanogenmod 9 i don't know if it will work or not but u never know if it works !
Your rom looks pretty good. Nice job.
My touchscreen works... but it's inverted left to right, there must be a way to fix this? Thank you very much.
koodiifin said:
Your rom looks pretty good. Nice job.
My touchscreen works... but it's inverted left to right, there must be a way to fix this? Thank you very much.
Click to expand...
Click to collapse
it will be solved in alphadroid v2
i am hoping so, it is a very improve version of this current one currently adding some tweaks and testing it !
I'm unable to backup. I just get 'cant mount backup path'
1.you need rooted phone and custom recovery install like CWM or TWRP
2.you need kernel supporting swap ram feature..download and flash filth kernel for Samsung core
3.download ram expander .select partition as your ex SD card..them select ram by slider or just click optimal value..it automatically select best ram value..tick auto run notify icon ..now create swap file..don't forget to activate swap
4.enjoy..u can boost ram upto 4gb
ayaj007 said:
1.you need rooted phone and custom recovery install like CWM or TWRP
2.you need kernel supporting swap ram feature..download and flash filth kernel for Samsung core
3.download ram expander .select partition as your ex SD card..them select ram by slider or just click optimal value..it automatically select best ram value..tick auto run notify icon ..now create swap file..don't forget to activate swap
4.enjoy..u can boost ram upto 4gb
Click to expand...
Click to collapse
Hey bro it's not working... Can u give soma screen shotof the process???
Srinjay said:
Hey bro it's not working... Can u give soma screen shotof the process???
Click to expand...
Click to collapse
1.to test your kernel support swapping of ram,download and install MEMORY INFO AND SWAP FILE CHECK from play store....for our core..filth kernel support this feature if
u already flashed it then no need to check for support
2.proceed as mention..see screenshot
ayaj007 said:
1.to test your kernel support swapping of ram,download and install MEMORY INFO AND SWAP FILE CHECK from play store....for our core..filth kernel support this feature if
u already flashed it then no need to check for support
2.proceed as mention..see screenshot
Click to expand...
Click to collapse
refer link
https://www.androidpit.com/increase-phone-ram
can i use this karnel in samsung core 2? bcoz, ramexpander doesn't work in my phone!
i am nit sure
kchat said:
can i use this karnel in samsung core 2? bcoz, ramexpander doesn't work in my phone!
Click to expand...
Click to collapse
i am not sure about it because i dont have core 2 to test it...you should backup your rom and test it with your own risk
ayaj007 said:
i am not sure about it because i dont have core 2 to test it...you should backup your rom and test it with your own risk
Click to expand...
Click to collapse
ok. i see i've to take the risk!!!:crying:
:/
hey guys i have checked my device(core 2) with memory info app and have created a working swap with ram expander (3gb) ... now my issue is that when i use some resource intensive app the phone memory fills up first and not the swap hence crashing the app ... any help or suggestions.....
The original development thread is here. Since @doesntexits does not develop for this phone any more, I asked him to make this clone and he accepted.
CyanogenMod is a free, community built, after-market firmware distribution of Android, which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
BEFORE INSTALLING THIS ROM, MAKE SURE YOUR DEVICE MODEL IS THE SAME AS TITLE
IF YOU ASK ANY QUESTIONS LIKE "IS THIS FOR MODEL BLABLABLA" THEY WILL BE ALL IGNORGED
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
We'll not support users and answer questions from users which:
Are running a custom kernel
Have flashed mods
Modified system files
Didn't follow our instructions word by word
Are unfriendly
And most important: DON'T READ THE OP
What's working:
RIL (Calls, SMS, Mobile data)
Wifi (connection, tethering)
Bluetooth
Camera, video codecs
Storage (internal, external and adoptable storage)
Offline charging
zRAM (compressed-RAM swap)
GAPPS
Tethering (USB, Wifi, Bluetooth)
GPS (except Device Only mode)
Torch (flashlight)
WiFi-Direct
SELinux enforcing
LZ4 compressor/de-compressor for zRAM
BUGS/Not working:
FM radio app FC (due to missing libraries)
Distorting sound when using Bluetooth headset in call or in recording
First time installing CyanogenMod 13 to your Galaxy V, or coming from another ROM:
Install TWRP Recovery
Reboot into Recovery using 3-button-combo (Vol-up+Home+Power)
Do a Nandroid backup! (Optional and only if you weren't running TouchWiz before)
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)*
Install the ROM from sdcard using TWRP Recovery
Optionally install the Google Apps ( get it here: https://opengapps.org ) (pico GAPPS recommended) (*)
(*) NOTE: If you're about going to install GAPPS with ROM, install it right after you've installed the ROM, else you have to do a factory reset if you've booted the ROM first
Mirrors:
Stable-1: MF
XDA:DevDB Information
CyanogenMod 13, ROM for the Samsung Galaxy Ace 4
Contributors
ngoquang2708, doesntexits
Source Code: https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/tree/cm-13.0
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Stock 4.4.2
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date: 2016-09-12
Created 2016-08-28
Last Updated 2016-09-12
Reserved
CHANGELOG
ALPHA-1
Initial release
BETA-1
Fixed RIL, switched to beta builds
Switched to AOSP charging module
Fixed screen flickering
Fixed audio
BETA-2
Fixed screen flickering.
Fixed audio, now you can maximize your volume!
BETA-3
Fixed AudioFX
Fixed WiFi auto-disconnect
Working WiFi-Direct
No more "lock" at Setup Wizard
SELinux is now in Enforcing mode
BETA-4:
Fixed battery drain
Added lz4 compressor/de-compressor for zram
STABLE-1:
Fixed GPS (except Devide Only mode)
Fixed mobile data switching
Reserved
F.A.Q
Q: ROM startup too slow?
A: This device is just a single-core phone, so the first startup is super-duper slow, and some lags are expected during usage
Q: ETAs?
A: See here: Link
Q: Anymore models supported?
A: SM-G313ML, SM-G313H
Q: Is init.d supported on this ROM?
A: Every CyanogenMod ROMs support init.d, so be free at scriptings
Q: Can you include ABCXYZ feature / Samsung Apps here?
A: NO!
Q: Can i use your ROM as a base for portings?
A: Yes, you could, but give proper credits
Q: Status 7 when installing the ROM?
A: Use TWRP recovery to install the ROM, as CWM is not supported yet
Q: Server error in Google Play Store?
A: Install latest Google Play Services manually first (might take long time, due to Lollipop's nature), then you can install apps from GG Play as usual
Q: How to use adoptable storage feature? I see it's new in Marshmallow
A: Go to Settings >> Storage & USB >> Tap on the SD card label (not the eject icon) >> 3 dots menu on the top right >> Settings >> Format as internal and done!
Q: Where's the MTP option in Marshmallow? I don't see it in Storage settings
A: This feature has been moved to Developer settings, and will reset to default (Charging) after every reboots. Enable developer options first by tapping 7 times on Build number in About phone section >> Go to Developer settings >> Select USB configuration. The fastest way to do this is plug in your USB with your PC, scroll down notification bar and tap on "USB for Charging"
Q: Where's the "running" section in Apps settings?
A: It has been cut off separately to Memory setting and "Running services" in Developer settings. You can see the memory used by apps for a period of time and closing apps too, but they won't disappear in the menu, and in "Running services", still same as old-fashioned running apps section
@ngoquang2708 said in the CLOSED THREAD: I do not think screen lock when you are pulling the notification drawer is a bug. You have to unlock your screen to do things, right?
About "wakelock", didn't I fix it, or you misstyped it?
Man, you did fix that wakelock thing in the Beta 3, but it's happening someting similar with me (that why I thought it has a wakelock thing), when I click on the bottom of the screen happens that damn thing showed in the screenshot (only when i click in the bottom).
I wonder if I'm the only one with this problem, this has happened with you @ngoquang2708?
Hey bro, hopefully soon solve the problem of GPS, lock screen and the annoying message from the SIM Card
Thank you so much for your work
Not work for my the module aosp offline charging
Hi. I tried installing SuperSu but it keeps on failing, the Su binary can't be installed for some reason. I tried rebooting as it says but still gives the same error. I already enable the root access in developer options and gave permission but it just doesn't work, is there any fix?
Also can I install OC Kernel? I would love to overclock a bit if i can?
Any help would be greatly appreciated!
Thanks in advance guys!
JominatorX said:
Hi. I tried installing SuperSu but it keeps on failing, the Su binary can't be installed for some reason. I tried rebooting as it says but still gives the same error. I already enable the root access in developer options and gave permission but it just doesn't work, is there any fix?
Also can I install OC Kernel? I would love to overclock a bit if i can?
Any help would be greatly appreciated!
Thanks in advance guys!
Click to expand...
Click to collapse
Why do you want SuperSu on CM? It isn't supported
For now you can't install OC kernel, as the ramdisks are outdated. I'll make a ZIP for all ROMs now
doesntexits said:
Why do you want SuperSu on CM? It isn't supported
For now you can't install OC kernel, as the ramdisks are outdated. I'll make a ZIP for all ROMs now
Click to expand...
Click to collapse
Oh I see, I just feel like SuperSu is better than the privacy guard. I'll look forward on the updated OC Kernel, Thanks a lot Dev!
JominatorX said:
Oh I see, I just feel like SuperSu is better than the privacy guard. I'll look forward on the updated OC Kernel, Thanks a lot Dev!
Click to expand...
Click to collapse
I have updated OC kernel link. Can you check it out?
This time the kernel doesn't need ramdisk, so it can be easily replaced between all ROMs
doesntexits said:
I have updated OC kernel link. Can you check it out?
This time the kernel doesn't need ramdisk, so it can be easily replaced between all ROMs
Click to expand...
Click to collapse
I downloaded it but still waiting for my phone to boot up, I flashed xposed and its optimizing apps now. Usually take around 30mins or so on other roms. Probably the same with cm13.
doesntexits said:
I have updated OC kernel link. Can you check it out?
This time the kernel doesn't need ramdisk, so it can be easily replaced between all ROMs
Click to expand...
Click to collapse
I have just flash OC kernel and it booted up just fine. I still dont have apps/games installed so I cant tell if the soft reboot still happens.
Which i/o scheduler and governor is the best for gaming btw?
JominatorX said:
I have just flash OC kernel and it booted up just fine. I still dont have apps/games installed so I cant tell if the soft reboot still happens.
Which i/o scheduler and governor is the best for gaming btw?
Click to expand...
Click to collapse
What app did you use in those screenshoots?
ngoquang2708 said:
What app did you use in those screenshoots?
Click to expand...
Click to collapse
Kernel Auditor. It's free and light.
JominatorX said:
Hi. I tried installing SuperSu but it keeps on failing, the Su binary can't be installed for some reason. I tried rebooting as it says but still gives the same error. I already enable the root access in developer options and gave permission but it just doesn't work, is there any fix?
Also can I install OC Kernel? I would love to overclock a bit if i can?
Any help would be greatly appreciated!
Thanks in advance guys!
Click to expand...
Click to collapse
Try to activate and deactivate the Root Permission again in Apps and ADB or Apps Only, and then give Root Permission when it asks (it worked for me when I was with this problem).
---------- Post added at 09:43 PM ---------- Previous post was at 09:08 PM ----------
JominatorX said:
I have just flash OC kernel and it booted up just fine. I still dont have apps/games installed so I cant tell if the soft reboot still happens.
Which i/o scheduler and governor is the best for gaming btw?
Click to expand...
Click to collapse
I recommend you see this guide thread about the CPU and I/O Scheduler: http://forum.xda-developers.com/general/general/ref-to-date-guide-cpu-governors-o-t3048957
About the best CPU, I/O Scheduler, i'm not sure but, let me give you a example: When i play in Drastic DS Emulator and switch the CPU and I/O to another one than the default, the screen freezes in the middle of the game and defrost later (about 30secs and 1min), but when I play in the default (Intelliacive/BFQ) it goes smoother with no screen freezes.
I had read about the new Systemless Root by Chainfire, it can root (and install Chainfire Supersu of course) without modifying system, it done with flashing mod boot.img ... Anybody try in this ROM ? Or it is not supported ? Or it is pointless ?
Sent from my SM-G313HZ using Tapatalk
any way to change the path of the external sd, change the path in format numeric for this "storage/extSdCard"
well is that it is not possible restore backup user apps from titanuim the option to extract a backup nandroid. Thanks in advance
Idayrad said:
I had read about the new Systemless Root by Chainfire, it can root (and install Chainfire Supersu of course) without modifying system, it done with flashing mod boot.img ... Anybody try in this ROM ? Or it is not supported ? Or it is pointless ?
Click to expand...
Click to collapse
No need to do that, you just need to download and install supersu from the play store. After installation disable and re enable root access make sure its apps and adb. Worked for me.
---------- Post added at 08:31 PM ---------- Previous post was at 08:30 PM ----------
DavidGR15 said:
any way to change the path of the external sd, change the path in format numeric for this "storage/extSdCard"
well is that it is not possible restore backup user apps from titanuim the option to extract a backup nandroid. Thanks in advance
Click to expand...
Click to collapse
You should format it as portable.
jesusadolfog said:
Hey bro, hopefully soon solve the problem of GPS, lock screen and the annoying message from the SIM Card
Thank you so much for your work
Click to expand...
Click to collapse
What kind of annoying message? A screenshot would help.
I can port?
Hi my friends! I would port for my device (SM-G318ML) I Can port and modify?