Off topic Corner > All off topic chat here only - Samsung Galaxy Fame

I created this thread to avoid chatting into other threads keeping them clean..
Please if you have questions about anything post them here, and keep an order.
Use quoting of maximum 3-4 lines, use
or use @ to mention someone without quoting.
Thanks! :good: :highfive:

hi @corsicanu
i have samsung i9070 s advance
cwm and root install method: flash directly through stock recovery
and it does not increase binary counter
and you know that to flash something through stock recovery,
package must be signed with original signature
now, why not it be for fame and for other packages like roms or themes
do you have any idea about signing with an original signature
regards

Naney said:
hi @corsicanu
i have samsung i9070 s advance
cwm and root install method: flash directly through stock recovery
and it does not increase binary counter
and you know that to flash something through stock recovery,
package must be signed with original signature
now, why not it be for fame and for other packages like roms or themes
do you have any idea about signing with an original signature
regards
Click to expand...
Click to collapse
i have no idea how to sign them but i think i have a solution to flash cwm without increasing custom bin.. from what i`ve seen vroot works good for Galaxy Fame without increasing the counter.. And if you succed rooting you can use Flashify to flash img of cwm directly from phone, getting rid of odin.. I didn`t tested this but i assume it works.. will search to see if it`s any chance to sign zip`s with original and also i`ll try the above method to root and install cwm without increasing counter..

Hi @corsicanu
I think, like you, the better idea for optimize our FAME is a new Kernel... I don´t know how to make a new one, but if you can recommend me some literature about it, maybe I can help you in any task.
Thanks for your work.

corsicanu said:
i have no idea how to sign them but i think i have a solution to flash cwm without increasing custom bin.. from what i`ve seen vroot works good for Galaxy Fame without increasing the counter.. And if you succed rooting you can use Flashify to flash img of cwm directly from phone, getting rid of odin.. I didn`t tested this but i assume it works.. will search to see if it`s any chance to sign zip`s with original and also i`ll try the above method to root and install cwm without increasing counter..
Click to expand...
Click to collapse
hey this method is fully working 101% working........as i flash recovery every time with this method on my S6812 !!!!!
it does not effect phone working, binary counter, and it is 100% safe !!!!!!!
cheers !!!!!!!!!!

Vkas Raj said:
hey this method is fully working.. as i flash recovery every time with this method on my S6812 !
it does not effect phone working, binary counter, and it is 100% safe !
Click to expand...
Click to collapse
Not so sure about it.. I need to test it on a fresh device because i have a feeling that the counter will get to 1 automatically when it will detect custom binary flashed.

Hakets said:
I think, like you, the better idea for optimize our FAME is a new Kernel... I don´t know how to make a new one, but if you can recommend me some literature about it, maybe I can help you in any task.
Click to expand...
Click to collapse
First of all you will need a linux distro installed and configured. I followed this tutorial to make it happend. The only toolchain working for our kernel will be 4.6 as the source code needs an update for compiling with newer toolchains without errors. The source code for our devices is here. Download the proper pack for your device/region and unzip it. Inside will be 'how to' file. Looks like this:
Code:
################################################################################
1. How to Build
- get Toolchain
From android git server , codesourcery and etc ..
- arm-eabi-4.6
- edit Makefile
edit target architecture.
- ARCH ?= arm
edit "CROSS_COMPILE" to right toolchain path(You downloaded).
EX) CROSS_COMPILE= $(android platform directory you download)/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
Ex) CROSS_COMPILE=/usr/local/toolchain/arm-eabi-4.6/bin/arm-eabi- // check the location of toolchain
$ make bcm21654_rhea_ss_nevisp_rev00_defconfig
$ make
2. Output files
- Kernel : arch/arm/boot/zImage
- module : drivers/*/*.ko
3. How to Clean
$ make clean
################################################################################
Long story short:
Code:
mkdir ~/Desktop/kernel
cd ~/Desktop/kernel
mkdir nevis
mkdir toolchains
#Unzip source code for kernel into 'nevis' folder
#and toolchains into their folder.
cd ~/Desktop/kernel
export ARCH=arm
export CROSS_COMPILE=~/Desktop/kernel/toolchains/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-
make bcm21654_rhea_ss_nevisp_rev00_defconfig
make -j16
The outputed file after succesfully compiling will be zImage. Using boot image tools, pack your new kernel with the new zImage and ramdisk.gz from old kernel. Congrats! Now you have a new kernel..
For changing govs, schedulers, freq`s and others see this and make changes in the source. After changing the source use 'make clean' before starting a new build of kernel. Hope i covered all.. Cheers!

Wow, nice answer, thanks so much.
Enviado desde mi GT-S6810 mediante Tapatalk

@corsicanu
buddy
i have problem with apktool
it does not work
i decompile package and even with no changes i can not recompile it
different faults each time
do you know anything about it
i have been using it for months, but i did not faced such a thing before
i updated sdk but no solution
very funny!
i searched xda but found nothing
i used it with no problem yesterday
and suddenly it created problems today
did not understand anything?
{
"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"
}

install framework.apk and tw-framework.apk and set api level to 16 for 4.1.x roms.. and after that it should work.. i'm not at home and i can't give more instructions..

corsicanu said:
install framework.apk and tw-framework.apk and set api level to 16 for 4.1.x roms.. and after that it should work.. i'm not at home and i can't give more instructions..
Click to expand...
Click to collapse
buddy
i told, i have been using it for months
i already installed frameworks and worked on lots of apps
i know how to use it
but interesting, it suddenly gives errors!
regards

Naney said:
buddy
i told, i have been using it for months
i already installed frameworks and worked on lots of apps
i know how to use it
but interesting, it suddenly gives errors!
regards
Click to expand...
Click to collapse
sorry my bad.. i've read in rush.. try with a new working folder and re-setup apk tool.. i had those errors from second print when was a wrong api.. are you using the latest apktool? or try with other apk.. maybe its SecSettings guilty.. cheers!

corsicanu said:
sorry my bad.. i've read in rush.. try with a new working folder and re-setup apk tool.. i had those errors from second print when was a wrong api.. are you using the latest apktool? or try with other apk.. maybe its SecSettings guilty.. cheers!
Click to expand...
Click to collapse
it is not from tool version or working folder or apk.
i deleted apktool folder in personal folder and now it is ok again.
it contains 1 framework file at the moment.
what do you think, why is it?

Naney said:
it is not from tool version or working folder or apk.
i deleted apktool folder in personal folder and now it is ok again.
it contains 1 framework file at the moment.
what do you think, why is it?
Click to expand...
Click to collapse
dont know what to say.. when i decompiled i installed first framework-res and second was tw-framework.. and in personal were two zips.. 1.apk and 2.apk.. and from what i read in cmd from apktool output 1 was for framework and 2 was for tw-framework.. this method of setting up apktool i found it here on xda and was working for me.. but who knows.. if it's working i don't see any problem with that single zip.. btw test the outputted apk because it may compile without errors and could not work if there is anything wrong..

Related

[FREE APP] 1ClickInstall kernels 12/12/10

First of all: all these app are not official. I do it myself. If there is an issue, cry here.
Hi to all,
Here is my last apps, 3 one click installer for some improved kernel.
Why an installer?
Without these app you need Odin to install these very powerful kernels on your phone. Update.zip file is not possible if you have not change your recovery partition since Froyo has been released.
So it takes time for some users, for others it's too much complicated. I don't even speak about those under Linux or Mac (Heimdall power).
With these apps, the only thing you need is a compatible phone with the kernel you choose (look at the official website project for more information, adrdress are below). You need also to be root (if it's not the case, the installer open z4root in the android market).
I have to inform you that these app are not official.
What does it mean ?
Don't annoy the authors of these kernels with your issues about my apps. Come here, and cry if you need to.
I'm not responsible for what you do. If you use these apps, you are enouth smart to realize that it can break your phone. I'll try to help you, but I can't do miracle.
If it is the case, use Heimdall and send only the kernel file (zImage) of your original firmware to your phone. This file can be found in the tar file that you use to update your phone.
By using Heimdall you shouldn't lose your files. May be it's the same thing with Odin, but I'm under Linux, so I can't test.
Because I'm not the author of these kernel, if you like it, make a donation on the official website project page to the authors.
I don't ask anything, nor donation nor a price for the app, may be pray for my exams if you want
Enjoy these incredible kernels, and thanks to the authors.
Sorry to be so late in the update, after my exam, I just move to nyc for a new job... takes time and I totally forgot my little phone. I ll try to make next updates more rapidly. I ll also try to build a more interesting project... but I need time, and that s the thing I need the more...
It s very important to apply these updates to your phone !!!!
Voodoo LagFix
page : http://project-voodoo.org/
name of the app : Voodoo LagFix - 1clickinstall
version of the kernel : 5.01
{
"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"
}
YA OK
page : http://forum.xda-developers.com/showthread.php?t=823442
name of the app : YA OK one click installer
version of the kernel : 1.5
SpeedMod
page : http://forum.xda-developers.com/showthread.php?t=822756
name of the app : SpeedMod one click installer
version of the kernel :K10J
On the android market now. Don't hesitate to say me if it works or not...
Excellent idea for bringing these kernels to the masses, but you probably shouldn't put it on the market until some people here have tested it and confirms it doesn't kill their phone.
I'd love to test but I've already done it with Odin.
Also, is SpeedMode deliberately spelt like that, or a typo?
lpy said:
Excellent idea for bringing these kernels to the masses, but you probably shouldn't put it on the market until some people here have tested it and confirms it doesn't kill their phone.
I'd love to test but I've already done it with Odin.
Also, is SpeedMode deliberately spelt like that, or a typo?
Click to expand...
Click to collapse
Oh noooo typo!
My SGS won't boot anymore. I tried YA-Ok with this App but my phone won't boot. I also have no access to Recovery anymore. Download-Mode is working so I have to reflash with ODIN.
Please update your App
gore1985 said:
My SGS won't boot anymore. I tried YA-Ok with this App but my phone won't boot. I also have no access to Recovery anymore. Download-Mode is working so I have to reflash with ODIN.
Please update your App
Click to expand...
Click to collapse
I ve just tried, it works well on mine.
Can you give me more information about your phone ? Firm, model...
Mine is the international version.
Have you tried ya ok through odin before ?
snoopy33 said:
I ve just tried, it works well on mine.
Can you give me more information about your phone ? Firm, model...
Mine is the international version.
Have you tried ya ok through odin before ?
Click to expand...
Click to collapse
I've installed Docs ROM XXJPO V8 with SuperOptimized Kernel (4.3.4) with lagfix disabled. I've downloaded your App from the market, granted root and tab "Install". What do you mean with model ? I have GT-I9000. Don't know whether it is International or Europe
After reboot my phone gets stuck on the Galaxy S Bootsceen (the first one). Recovery also doesn't work anymore.
Nice effort!
Gonna test them now...
It's a pitty Ya-Ok is unstable on my sgs (crashes while running angry birds)
betoNL said:
Nice effort!
Gonna test them now...
It's a pitty Ya-Ok is unstable on my sgs (crashes while running angry birds)
Click to expand...
Click to collapse
Yeah, unstable for me too...
I ll try with Odin, but I don't think that this unstability is linked with the way the kernel is installed...
gore1985 said:
I've installed Docs ROM XXJPO V8 with SuperOptimized Kernel (4.3.4) with lagfix disabled. I've downloaded your App from the market, granted root and tab "Install". What do you mean with model ? I have GT-I9000. Don't know whether it is International or Europe
After reboot my phone gets stuck on the Galaxy S Bootsceen (the first one). Recovery also doesn't work anymore.
Click to expand...
Click to collapse
mmmm I've read on Curio twitter account that Docs Rom have some issues with /system partition. He has make a special kernel to repare domaged partition...
I can not say if it's linked with your bug.
Moreover, if the installation goes well for me the YA OK bug after on my phone (some little freeze afer 1 or 2 minutes). Can I ask you to try the other Kernel (speedmod). I know that you are able to restore your kernel. I can t test on another phone than mine, and the installation works well. I ve nothing to compare.
Can you make een option to backup and restore original kernel?
Tomorow! Now i m working my last test....
snoopy33 said:
Yeah, unstable for me too...
I ll try with Odin, but I don't think that this unstability is linked with the way the kernel is installed...
Click to expand...
Click to collapse
I meant YA-OK was unstable on my sgs before that. Nothing to do with your apks.
Just tested your apk. I installed Ya-OK , nice and easy, no problems
Then I installed speedmod(one click) back and once again, smoooth.
GOOG JOB !
It could be nicer (easy for me to say)if users could choose among the different Speedmod HZ values. Not to mention K10 is already in the area.
Which HZ value your one-click speedmod is using?
Cheers...
« »
you use redbend_ua to flash when phone is ON? this will cause corruptions if updateing a kernel wich is already lagfixed since it wont proper unmount when it reboots when its done.
trasig said:
you use redbend_ua to flash when phone is ON? this will cause corruptions if updateing a kernel wich is already lagfixed since it wont proper unmount when it reboots when its done.
Click to expand...
Click to collapse
i ve tested to install voodoo lagfix via redbend 4 times with lagfix enabled. It works well. But by security, i ve put a message to users to disable their lagfix before using the app. Do you have another way to install a kernel without computer ? I d be happy to try. I m trying other thingd on my side, but for the moment this way works, and i ve not better idea !
betoNL said:
I meant YA-OK was unstable on my sgs before that. Nothing to do with your apks.
Just tested your apk. I installed Ya-OK , nice and easy, no problems
Then I installed speedmod(one click) back and once again, smoooth.
GOOG JOB !
It could be nicer (easy for me to say)if users could choose among the different Speedmod HZ values. Not to mention K10 is already in the area.
Which HZ value your one-click speedmod is using?
Cheers...
« »
Click to expand...
Click to collapse
225
For rour idea, i ll make an update...
snoopy33 said:
i ve tested to install voodoo lagfix via redbend 4 times with lagfix enabled. It works well. But by security, i ve put a message to users to disable their lagfix before using the app. Do you have another way to install a kernel without computer ? I d be happy to try. I m trying other thingd on my side, but for the moment this way works, and i ve not better idea !
Click to expand...
Click to collapse
nah dont really know a better way.. maybe reboot into cwm and update.zip flash.. me atleast have used redbend so many times when phone is on so now when i try it i get corrupted after 2-3 flashes. and only thing that still works is proper shutdown of phone and then either recovery with redbend or download mode ;(
Anyone interested in a voodoo snapshot version ?
imparator said:
Can you make een option to backup and restore original kernel?
Click to expand...
Click to collapse
snoopy33 said:
Tomorow! Now i m working my last test....
Click to expand...
Click to collapse
There is a feature I am looking for...!
thisoneguy said:
There is a feature I am looking for...!
Click to expand...
Click to collapse
Added Voodoo Lagfix 5 RC release!

[ROM] CyanogenMod 7 for Nexus S - Running on Galaxy S [Unstable/Alpha]

I have got CM7 to boot on my Galaxy S using some of the same methods used to boot the stock Gingerbread ROM.
I take credit for nothing... All I did was switched around a couple files to boot CM7 instead of GB.
Requirements
You must be root on your phone
Your /data must be converted in Ext4 by Voodoo lagfix or another Ext4 lagfix.
You must have proceed to complete backups before
Some busybox installation is also useful for tar.
Another Important note
Be absolutely 100% sure you have access to the download mode using the 3 buttons combination.
If you don't, it will be extremely difficult (even if in theory not impossible) to to flash another kernel back.
This is the gingerbread Folder to push in /data/: h**p://dl.dropbox.com/u/17890197/gingerbread.tar
Steps:
1: Download CM7 dump to SDCARD:
h**p://dl.dropbox.com/u/17890197/CyanogenMod/CM7.tar
2: Run the following via ADB
adb shell
su
busybox mount -o remount,rw /data
cd /data
mkdir gingerbread
cd gingerbread
busybox tar zxvf /sdcard/CM7.tar
busybox cp -a /efs efs
sync
reboot recovery
3: Flash "nsonsgs-unsigned-cwm-update.zip" via CWM Recovery
Watch CyanogenMod 7 boot on your phone!
How do I get back?
This is a dual-boot setup... Everything is still intact that you were running before this.
All you have to do is download and flash your previous kernel via ODIN. Once you do this, the phone will reboot into Froyo. Simply reinstall the nsonsgs-unsigned-cwm-update.zip and your back on CM7 again, just like you left it. MAGIC!
What's about this port:
- It uses the Nexus S kernel compiled from sources by supercurio
- It runs the exact /system image release, that I pulled from a CM7 alpha .zip file posted in the NS forums.
Which filesystem?
This is simply a mod of supercurio's early gingerbread preview, so it runs on Ext4. no RFS at all, the kernel don't support RFS.
Does everything work ?
No; will update as I discover more of what does and doesn't work.
Camera is not working.
Wifi is not working.
This can fry the front camera.
Phone could not work . ( sometimes it works )
KEEP IN MIND
CyanogenMod ROMs do not come with any Gapps and using this method, you will not be able to access CWMrecovery to flash the Gapps files floating around. I hope to have an answer to getting Gapps installed with ease by late tonight.
Thanks for all the devs who did this hard work in such a short period of time... please donate to them.
DOWNLOADS:
Kernel : h**p://dl.project-voodoo.org/nexus-s-kernel-on-galaxy-s/nsonsgs-unsigned-cwm-update.zip
CM7 : h**p://dl.dropbox.com/u/17890197/CyanogenMod/CM7.tar
Gingerbread Folder: h**p://dl.dropbox.com/u/17890197/gingerbread.tar
Alberto96 said:
Kernel : http://dl.project-voodoo.org/nexus-s-kernel-on-galaxy-s/nsonsgs-unsigned-cwm-update.zip
CM7 : http://db.tt/TrRnYdm
Click to expand...
Click to collapse
Does this kernel fry front-facing camera?
Just a heads up.
Camera app is not working.
where did this CM7 come from?
from nexus s alpha build . http://forum.xda-developers.com/showthread.php?t=886903
sounds nice, thanks for sharing!
do phone/sms/data/wifi work?
jodue said:
sounds nice, thanks for sharing!
do phone/sms/data/wifi work?
Click to expand...
Click to collapse
Based on my experience from when running the GRH78 build, data etc will work (polling problems persist) Wifi will not work.
Just a heads up for people codeworkx and coolya said not to use this kernel as the voltages are wrong and can cause for you to fry your front facing camera.
They are working on a proper port. Be patient.
Plus its not really alpha because you are not really working in it so how can there be a beta?
This shouldn't really be in the development section.
Sent from my GT-I9000 using XDA App
I was thinking of doing this, never mind
Sent from my GT-I9000 using XDA App
@Alberto96, your CM7.tar.gz file is corrupted !
I've just tried your tutorial in the first post all went well until I typed the line "busybox tar zxvf /sdcard/CM7.tar.gz" then it gived an error :
tar: invalid tar magic
# tar: write: Broken pipe
Click to expand...
Click to collapse
I've tried re-downloading it three times, wipe dalvik cache, update busybox, activate USB debugging but it always gived me this error
tried with supercurios dump and all went well so it can only come from your dump
help will be much apreciated
i will upload a new CM7.tar soon . now i can't because is too late . tomorrow you will have the working one . However, it worked on my Galaxy. Maybe the upload is unsuccessful.
Edit : I did a test and found intact , not corrupted.
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: C:\Users\Utente\Downloads\.ptmp573137\system.tar
Testing system
Testing system\app
Testing ..............
Testing system\xbin\vim
Everything is Ok
Folders: 63
Files: 1267
Size: 114894721
Compressed: 115906048
Will check that another time then...
Maybe that's because I tried to download it within the phone, I'm downloading now from my PC but... it is now a CM7.tar.tar file ??
will report back after few minutes...
still the same problem here
I've made a screenshot if it can help...
When you said u tested it what are you meanig ? did you try to flash or do you just clicked on the properties thing on the file ?
@Rawat, you are really boring if you don't want to test it on your GS just go get a life and leave this thread alone ! you are ridiculous...
{
"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"
}
Just bumping this.
This Rom/Port whatever will most likely fry your front camera
skyworxx said:
Just bumping this.
This Rom/Port whatever will most likely fry your front camera
Click to expand...
Click to collapse
Not correct if you don't use it at all
thanks for soft.
but loop boot, not work
device nexus, device android ... device nexus, device android ....
Everyone, we (the mods) have gone over this thread and the ROM posted here, and while it certainly will have a limited appeal and use, it is still within the guidelines for what is allowed...the proper credits, etc are included, and it doesn't violate GPL or any other regulations. Therefore the thread will remain, and I will ask everyone here to keep the discussions related to troubleshooting of the ROM itself.
I firmly believe that we should wait until an official alpha is posted by the CMSGS team.
After hearing of the front camera overvoltage, who knows what else could happen? The devs do, and they are working hard to bring us a great experience.
Excitement is great, but so is patience I'm sure it will be available very soon, so just hold on.
If you have a boot loop you must convert your data in EXT4 . I'm uploading the new file . And you must have mounted has R/W the data folder
i uploaded the new CM7.tar . Please test it on your phones .

[UI] GN Fastboot Flasher[v1.5.0][27/7]

I'm proud to present you the GN Fastboot Flasher (GNFF)
I love the simplicity and the convenience of Odin, but it's close source and also there a few files to flash with Odin. So I decided to create an Odin-like app, but for using with fastboot.
Remember that this app is in Beta stage may not be a complete and safe way of flashing. By using this software, you accept its danger.
This app only works on Windows. I have no plan to distribute it to Linux/Mac. The reason is clear, I know nothing from coding on Linux/Mac .Also I'm sure there are lots of work to do in the windows version.
GNFF Functions:
Flashing boot.img, zImage, zip file containing zImage
Flashing radio, bootloader, recovery, system
Flashing stock image files (.tgz)
Flashing stock image files automatically by downloading from Google servers
To do:
Add other options, like unlocking bootloader - Done
Make logging better and complete - Done
Add other languages
Bugs:
You say!
Changelog:
Version 1.5.0:
Fixed image downloading problem.
Added ability to update the program(Wait till the next version).
Added a part named "Addons".
Added ability to unlock/lock the bootloader.
Added Console to execute commands using adb and fastboot.
Some aesthetic changes.
Added support for JB ROMs.
Now you can inter "Custom" for your current ROM, and GNFF will download and install the latest official ROM.
Added a button to clear the log.
New icon.
Added abiliy to use drag & drop for flashing files.
Adding ability to use "open with..." for flashing files
Version 1.0.2:
Added an option to download and flash stock images from Google servers
Added an option to reboot to bootloader
Fixed the bug that was causing the log part don't be scrollable
Now GNFF doesn't let stop the flashing progress using repressing "Start" button
Version 1.0.1:
Added bootloader control, now it doesn't flash anything on devices with locked bootloader.
Added zImage control, now it gives an error in the log section when the zip file doesn't contain a zImage.
Added some more log informations.
Version 1.0.0:
Initial version
Sources:
To be honest, I'm not pro in using Git and publishing open source apps. Anyway I pushed them to github. You can compile them using AMS.
https://github.com/sinamosavi/flasher
Screenshot:
{
"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"
}
Downloads:
ExpressLeech - HipFile
Very important note: I have not signed this program with a Microsoft Certificate. So some antivirus programs "may" know it as a malware. If they deleted/quarantined it, restore the file and don't let them scan it again.
If you liked this program, please rate the topic as 5 star and press "Thanks" button.
Reserved for FAQ...
looks interesting. looking forward to test it out later
It seems a good idea, good work, carry on
Added 1.0.1 version to the first post. Enjoy!
I have no need to use this at the moment so won't try it. It looks very good though and I hope you keep up the development.
Super cool idea. So we can use this app to install latest stock images from Google. Could we install also Cwm images ( is this the recovery part)?
Sent from my Galaxy Nexus
albsat said:
Super cool idea. So we can use this app to install latest stock images from Google. Could we install also Cwm images ( is this the recovery part)?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Yes.
That option is for flashing recovery image files.
I think the potential for this app is really great. It could be used for senarios like:
1) Unlock bootloader
2) update image
3) install an image with root
etc...
albsat said:
I think the potential for this app is really great. It could be used for senarios like:
1) Unlock bootloader
2) update image
3) install an image with root
etc...
Click to expand...
Click to collapse
Yes. I will add this features soon, but now I prefer to focus on fixing bugs rather than adding features.
Also, I didn't catch what you mean about update image.
sinamosavi said:
Yes. I will add this features soon, but now I prefer to focus on fixing bugs rather than adding features.
Also, I didn't catch what you mean about update image.
Click to expand...
Click to collapse
I meant update image (by downloading a google image directly).
Sent from my Galaxy Nexus
Unfortunately ALL of the USB ports of my laptop are broken since yesterday. So I cannot test anything and you may see a lot of errors in this build. However 1.0.2 is ready and you can download it from the first post. Enjoy!
Looks good! Great Job Sina
Thank you
Bumping this thread. Any further development?
albsat said:
Bumping this thread. Any further development?
Click to expand...
Click to collapse
Fortunately, yeah.
Since last month, I was working to fix all the bugs and make GNFF fully stable. Now I think I have done it. I hope you enjoy this software.
is there already an option to show the Gnex's current version of bootloader / firmware / baseband etc etc?
By the way nice work there.
this app is great but how to use it ?
i tried many time but the app said my phone wasn't connected,
but it shown connected in android.
please release the tutorial mate.
kickthefreak said:
this app is great but how to use it ?
i tried many time but the app said my phone wasn't connected,
but it shown connected in android.
please release the tutorial mate.
Click to expand...
Click to collapse
Have you installed adb drivers ? If not that's the issue . Boot in to bootloader ( power off the device - press volume up + down + power button ) then it'll ask for adb drivers . You can find the gnex adb drivers from googling .
After installing drivers , you are good to go .
.. Beamed Directly Via GNEX ..
file is no longer available...
Awesome dude!
Sent from my Galaxy Nexus using xda app-developers app

[Kernel][Mokee]CM11 kernel repack for mokee

As everyone knows mokee official release uses a old kernel build from month of may, while the latest kernel is from sept. So I have made a repack of the latest kernel. As far my primary tests everything is working so just flash it and enjoy the latest one, incase xiaomi updates their kernel and anyone uses it but mokee, I will repack again and update the thread.
Enjoy!
ps: Sorry no flashable zip available. please report any bug you may find!
Steps:
1. enable usb debugging
2. connect to pc and open adb
3. copy the downloaded boot.img file to the adb folder.
4.open cmd, navigate to adb folder and type these lines one by one.
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
5. after reboot, just copy the 2nd downlaoded file "pronto_wlan.ko" to /system/lib/modules/pronto and replace the existing file,
6. change the permission to rw-r-r
7. reboot and enjoy the latest kernel.​
If anyone can make a twrp/cwm flashable zip, you can share here.
Download
Screenshot:
{
"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"
}
thnx to the help from
kapil.git
Thanks for the Wake Up!!
saurabhrck said:
As everyone knows mokee official release uses a old kernel build from month of may, while the latest kernel is from sept. So I have made a repack of the latest kernel. As far my primary tests everything is working so just flash it and enjoy the latest one, incase xiaomi updates their kernel and anyone uses it but mokee, I will repack again and update the thread.
Enjoy!
ps: Sorry no flashable zip available. please report any bug you may find!
Steps:
1. enable usb debugging
2. connect to pc and open adb
3. copy the downloaded boot.img file to the adb folder.
4.open cmd, navigate to adb folder and type these lines one by one.
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
5. after reboot, just copy the 2nd downlaoded file "pronto_wlan.ko" to /system/lib/modules/pronto and replace the existing file,
6. change the permission to rw-r-r
7. reboot and enjoy the latest kernel.​
If anyone can make a twrp/cwm flashable zip, you can share here.
Download
Screenshot:
thnx to the help from
kapil.git
Click to expand...
Click to collapse
deadlyindian said:
Thanks for the Wake Up!!
Good Work Brothers !!!!:laugh::laugh::laugh:
Keep it up.....:good::good::good:
But, if I am not wrong Xiaomi has not released any kernel sources and so all of our Devs are using only headers for compiling the ROM and so they are just changing the date in headers. Does this matters in performance, or stability?
Please do correct me, if I am wrong anywhere. I am always ready to learn new things.
Best Regards
BOND
Click to expand...
Click to collapse
SuperDroid-BOND said:
Good Work Brothers !!!!:laugh::laugh::laugh:
Keep it up.....:good::good::good:
But, if I am not wrong Xiaomi has not released any kernel sources and so all of our Devs are using only headers for compiling the ROM and so they are just changing the date in headers. Does this matters in performance, or stability?
Please do correct me, if I am wrong anywhere. I am always ready to learn new things.
Best Regards
BOND
Click to expand...
Click to collapse
xiaomi has not released kernel source dts right, but they are updating kernel while they update miui rom(secure source), devs are actually using that updated kernel which is made by xiaomi. Mokee on the other hand was using a old kernel and they were not updating , so I took the liberty to update it.
saurabhrck said:
xiaomi has not released kernel source dts right, but they are updating kernel while they update miui rom(secure source), devs are actually using that updated kernel which is made by xiaomi. Mokee on the other hand was using a old kernel and they were not updating , so I took the liberty to update it.
Click to expand...
Click to collapse
You did the right thing brother and thanks (I already pressed it for both of you) for keeping us updated.
So, you mean to say that Xiaomi has updated the kernel and sources but its secured only, not public. If it is like this, would you mind linking us to those sources, because there are so many ROMs waiting for some fixed kernel sources or if you can tell us what things have been fixed, can we use single SIM with this code "
Code:
setprop persist.radio.multisim.config none
".
We, all the users, can get several ROM with almost all utmost and best features available. Please do let me know about the kernel, best if we could talk on PM.
Best Regards
BOND
The Kernel gets updates by new Miui releases...i'll give a notable example to prove that !
Before v41.1 there isn't built in Zram implemented but with new kernel (v41.1+) there is Zram Support !
SuperDroid-BOND said:
You did the right thing brother and thanks (I already pressed it for both of you) for keeping us updated.
So, you mean to say that Xiaomi has updated the kernel and sources but its secured only, not public. If it is like this, would you mind linking us to those sources, because there are so many ROMs waiting for some fixed kernel sources or if you can tell us what things have been fixed, can we use single SIM with this code "
Code:
setprop persist.radio.multisim.config none
".
We, all the users, can get several ROM with almost all utmost and best features available. Please do let me know about the kernel, best if we could talk on PM.
Best Regards
BOND
Click to expand...
Click to collapse
The source is secure to xiaomi, they are not releasing to public as of now. Don't know whats the reason for this idiotic move. Anyway I don't have the source, like anyone else, I just repacked with proper module. dts all! Will update when xiaomi releases a new update
saurabhrck said:
The source is secure to xiaomi, they are not releasing to public as of now. Don't know whats the reason for this idiotic move. Anyway I don't have the source, like anyone else, I just repacked with proper module. dts all! Will update when xiaomi releases a new update
Click to expand...
Click to collapse
so is it repack of old ramdisk and new zimage... btw can u please give me link/info about the tool which u have used to repack kernel.. i tried to make kernel unsecure once but cant make it boot... kernel size reduced ~4 mb....
deadlyindian said:
Thanks for the Wake Up!!
Is no need to set permission at pronto wlan ?
Click to expand...
Click to collapse
pgreed said:
Is no need to set permission at pronto wlan ?
Click to expand...
Click to collapse
Nope its automatically set when phone boots...
What are the features of the kernel? This for mokee only? Any version??
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small (as density is around 400dpi!!) and after app is launched phone reboot.
pgreed said:
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small and after app is launched phone reboot.
Click to expand...
Click to collapse
ofcourse it will not work with unofficial version. unofficial version is based on cm11 source and uses that prebuilt kernel. you have to repack it separately for that. This one is only for mokee official release which uses mokee kernel/device files not from cm11, mentioned in OP!
saurabhrck said:
ofcourse it will not work with unofficial version. unofficial version is based on cm11 source and uses that prebuilt kernel. you have to repack it separately for that. This one is only for mokee official release which uses mokee kernel/device files not from cm11, mentioned in OP!
Click to expand...
Click to collapse
No it use the 8 May kernel! (is the sychost unofficial)
Shahi00 said:
The Kernel gets updates by new Miui releases...i'll give a notable example to prove that !
Before v41.1 there isn't built in Zram implemented but with new kernel (v41.1+) there is Zram Support !
Click to expand...
Click to collapse
So you mean Roms above 41.1 have zram implemented? before that it was not available?
Shahan_mik3 said:
So you mean Roms above 41.1 have zram implemented? before that it was not available?
Click to expand...
Click to collapse
Yep...even though we have 1GB RAM it is done that way !
I am very sure that V36 don't have ZRAM and V41.1 and above have it...that's the way they found to currect RAM management !
it causes a bit battery drain & and performance regression !
pgreed said:
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small (as density is around 400dpi!!) and after app is launched phone reboot.
Click to expand...
Click to collapse
link for mokee unofficial plz..
RohanAJoshi said:
link for mokee unofficial plz..
Click to expand...
Click to collapse
Because from Mokee site was deleted all unofficial and experimental version (I dunno why) I've upload the file elsewhere:
Shahi00 said:
Yep...even though we have 1GB RAM it is done that way !
I am very sure that V36 dont have ZRAM and V41.1 and above have it...thats the way they found to currect RAM management !
it causes a bit battery drain & and performance regression !
Click to expand...
Click to collapse
Also I wanted to know. How is it possible to get a stable cm/aosp Roms on Redmi but not on mi3?
Shahan_mik3 said:
Also I wanted to know. How is it possible to get a stable cm/aosp Roms on Redmi but not on mi3?
Click to expand...
Click to collapse
Our developer is good enough for tracking bugs that causes Random Reboots !!
Kra always did that (on previous phone too)
:good:

[6045][6.0.1][Stock-based] Project MATERIAL

Hello everyone!
I shall not complicate things! xD
I present to you
{
"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 about the features?*
Phew!
*Now show them some screenshots.*
Oh yeah,screenshots,those things!
Instructions too?
*Yeah...*
PS. Not my problem if you get your head stuck in a toaster!
And then the download button,right?
*............*
Guys,there is no music player,so I warmly suggest you install Phonograph.
Also,my favorite launcher and also a suggestion,ASAP Launcher
I FORBID anyone to use the wallpaper or any other thing I had my hands in WITHOUT MY PERMISSION in their work.
​
XDA:DevDB Information
Project MATERIAL, ROM for the Alcatel Onetouch Idol 3
Contributors
The Marionette
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Beta
Created 2016-07-13
Last Updated 2016-07-13
Reserved
1. In order to root the device,you need to download the latest version of SuperSU BETA:
http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
or if that doesn't work,download the 2.74 version:
https://download.chainfire.eu/964/SuperSU/BETA-SuperSU-v2.74-2-20160519174328.zip
Then enter TWRP and write this in the terminal:
Code:
echo SYSTEMLESS=true >> /data/.supersu
After doing that,flash the SuperSU zip.
2. Aaaaaaaand,for those who want dual sim enabled,flash this right after flashing the rom!
DOWNLOAD
3. Also,if you want to make sure your LTE/dual sim truly works,flash the variant-specific modem zip by famewolf!
Grab yours HERE
4. Not to mention the optional flashable zips of removed Alcatel apps(their icons have been themed into Material Design icons,do not fret! )
DOWNLOAD
5. Those who lost WIFI have to wipe everything(except the storage,of course),flash THIS zip and then flash the rom!
6. Repeating myself,but anyhow,here is a link to the post by famewolf for those who want to switch between fastboot capability and MM!
HERE​
Looks great. Download link?
Plus, I agree - ASAP Launcher rocks.
Sent from my 6045X using Tapatalk
The Marionette said:
In order to root the device,you need to download the altest version of SuperSU BETA:
http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
Then enter TWRP and write this in the terminal:
Code:
echo=SYSTEMLESS=true >> /data/.supersu
After doing that,flash the SuperSU zip.
Aaaaaaaand,for those who want dual sim enabled,flash this right after flashing the rom!
https://www.androidfilehost.com/?fid=24591000424946905
Also,if you want to make sure your LTE/dual sim truly works,flash the variant-specific modem zip by famewolf!
Grab yours HERE​
Repeating myself,but anyhow,here is a link to the post by famewolf for those who want to switch between fastboot capability and MM!
Aaaaaand,to be able to switch between fastboot capabilities and MM,go HERE[/B]
Click to expand...
Click to collapse
Good Job!
EDIT:Analyzed your DualSim.zip
Looks Like that you messed up with uploading..
Why are you adding folders which don't need and in your updater script there's lines to delete system apps.
Yeah. Looks awesome. A rom refined.
GAPPS included ? Seems yes in the screens, but never know. Thanks you @The Marionette for providing us such great work.
Also, as I've lost a few the discussion thread & issue with MM dev : My phone is 6045Y, in Europe. May I get problem with LTE or data network with that rom ? Also, would I be able to restore as usual if something goes wrong ?
Sorry if that has already been discussed, but so many answers about this, I couldn't stay up to date, above all when you're not spending your life on forums.
frankee207 said:
Yeah. Looks awesome. A rom refined.
GAPPS included ? Seems yes in the screens, but never know. Thanks you @The Marionette for providing us such great work.
Also, as I've lost a few the discussion thread & issue with MM dev : My phone is 6045Y, in Europe. May I get problem with LTE or data network with that rom ? Also, would I be able to restore as usual if something goes wrong ?
Sorry if that has already been discussed, but so many answers about this, I couldn't stay up to date, above all when you're not spending your life on forums.
Click to expand...
Click to collapse
Yep,yep,gapps are inside the rom.
As for LTE,look at the second post,I added a link to famewolfs variant specific modem download folder. Just flash the one for your variant before flashing the rom!
You can always restore over TWRP or over Mobile Upgrade Q,no need to worry. U.U
The Marionette said:
Yep,yep,gapps are inside the rom.
As for LTE,look at the second post,I added a link to famewolfs variant specific modem download folder. Just flash the one for your variant before flashing the rom!
You can always restore over TWRP or over Mobile Upgrade Q,no need to worry. U.U
Click to expand...
Click to collapse
OK
Yeah, just saw the link. How stupid I am
flash Before ? Not after ?
frankee207 said:
OK
Yeah, just saw the link. How stupid I am
flash Before ? Not after ?
Click to expand...
Click to collapse
Emm,for my 6045K,I flashed the modem zip before flashing the rom.
Alek Dev said:
Good Job!
EDIT:Analyzed your DualSim.zip
Looks Like that you messed up with uploading..
Why are you adding folders which don't need and in your updater script there's lines to delete system apps.
Click to expand...
Click to collapse
I made a universal flashable zip,and then I just add/remove files. Those empty folders don't affect anything as long as I don't put an app in them. You don't need to worry.
The Marionette said:
I made a universal flashable zip,and then I just add/remove files. Those empty folders don't affect anything as long as I don't put an app in them. You don't need to worry.
Click to expand...
Click to collapse
i send you Pm but anyway you reply here But updater script delete System Apps look it....
delete("/system/build.prop");
delete_recursive("/system/app/Browser");
delete_recursive("/system/app/Compass");
delete_recursive("/system/app/HoloSpiralWallpaper");
delete_recursive("/system/app/Newsstand");
delete_recursive("/system/app/TctCalculator");
delete_recursive("/system/app/TctNote");
delete_recursive("/system/app/TctWeather");
delete_recursive("/system/priv-app/Calendar");
delete_recursive("/system/priv-app/Dialer");
delete_recursive("/system/priv-app/DownloadProvider");
delete_recursive("/system/priv-app/Gallery");
delete_recursive("/system/priv-app/GalleryNext");
delete_recursive("/system/priv-app/JrdFota");
delete_recursive("/system/priv-app/JrdTag");
delete_recursive("/system/priv-app/Launcher");
delete_recursive("/system/priv-app/Mms");
delete_recursive("/system/priv-app/Music");
delete_recursive("/system/priv-app/MusicFX");
delete_recursive("/system/priv-app/Settings");
delete_recursive("/system/priv-app/TctCamera");
delete_recursive("/system/priv-app/TctEmail");
delete_recursive("/system/priv-app/TctExchange");
delete_recursive("/system/priv-app/TctFileManager");
delete_recursive("/system/priv-app/TctFMRadio");
delete_recursive("/system/priv-app/TctSoundRecorder");
delete_recursive("/system/priv-app/TimeTool");
delete("/system/media/shutdownanimation.zip");
delete("/system/media/audio/switch_on_off/Jumping_off.ogg");
delete("/system/media/audio/switch_on_off/Jumping_on.ogg");
Alek Dev said:
But updater script delete System Apps look it....
Click to expand...
Click to collapse
Woops,the wrong zip was modified! xD
Doesn't matter when you flash the modem zips as long as it's AFTER You've run mobile Q, the panasonic eluga software or you've flashed a rom that clobbered your radio.
Fixed the DUAL SIM zip. xD
The Marionette said:
Fixed the DUAL SIM zip. xD
Click to expand...
Click to collapse
Good....Little Suggestion.....It will be good to remove the partitions from ZIp which we don't need it ...To don't replace their modems..
Editn dialer doesn't works Reversible option...I had the same issues on SPB ROM so i think the problem it's changing icons.....
Edit1anorama crashes....
Edit2:There's Music app on Build...
Edit 3:It's really faster... but Sometimes apps like Tapatalk.Fb are crashing
New build online,the quirks(broken music player was still there,something needed to be left out of the zip)
Test it out and report back.
https://www.androidfilehost.com/?fid=24591000424946929
Was just about to flash v1, but I'll try out v2 instead. Downloading it right now.
So, theres no root access.
jerpd3rp said:
So, theres no root access.
Click to expand...
Click to collapse
Did you not read post #2?
http://forum.xda-developers.com/showpost.php?p=67731851&postcount=2
Welp I booted up and everything seems to be working as it should. I'm going to root and use systemless xposed and see what happens.
Update: For some reason supersu didn't flash as systemless even after doing the command in terminal so I'm starting over, but the v2 rom itself booted up just fine.
Welp v2 no issues, rooted/xposed systemless using v85.7 since 86.1 wasn't recognized by the xposed installer even though it installed systemless with no issues twice. Gonna see how long the battery lasts and thank you @The Marionette

Categories

Resources