[DUALBOOT MOD] Shared Apps - Galaxy S III General

Hello everyone!
First of all, I am posting here as I am not able to post in the Development Forum. If a moderator sees this fit could he/she please move this thread to the Development forum.
This is a mod to Siyah's Kernel which allows Dual Booting.
Currently you are unable to share apps between your two ROM's and to me that is really annoying.
WELL, after much research and testing I have devised a script to allow sharing of apps between ROM's.
WARNING: Should only be used on freshly flashed 2nd ROM's otherwise you will lose all your downloaded apps for your 2nd ROM!!!
They way this works is to mount the data from your 1st ROM in your 2nd ROM, then symbolic link the app folder.
Now for all you people that are going to nag saying it has issues, stop it! If it has issues fix it yourself! I tested this on Omega ROM and ParanoidAndroid and it works fine.
First go through the process of flashing your 2nd ROM. Once that is completely boot into your 1st ROM again and download the attached file and extract its contents to "/data/media" otherwise known as the root of your internal SD Card.
Once completed, reboot into your 2nd ROM and download/open your Terminal app and type in the following commands
(lines starting with # are comments so don't type those into your terminal, also hit enter at the end of each line):
Code:
# Escalate to root (hit grant if a dialog pops up)
su
# Remount the system so you can write to it
mount -o rw,remount /system
# Now copy the file from your SD Card to /system/etc/init.d
cp /data/media/01userinit.sh /system/etc/init.d/01userinit.sh
# Change working directory to /system/etc/init.d
cd /system/etc/init.d
# Rename the 01userinit.sh to 01userinit
# If 01 is already used then choose the next lowest number e.g. 01banner so choose 02
rename 01userinit.sh 01userinit
# Change permissions just to make sure (remember to use your number if you changed the 01 part)
chmod 771 01userinit
After doing this close the terminal and reboot the phone into the 2nd ROM again. This time it should take a little longer and might say its upgrading a few apps.
This is largely untested so there is no guarantee it will work.
WARNING!!!! MUST READ THIS WARNING!!!!
Uninstalling an application from either ROM WILL uninstall it from the other ROM as well!!!
You are sharing apps directly, no mimics or anything!!!
Thanks for reading! Feedback is much appreciated, if there are issues I will be glad to listen and see if I can fix them but I make no promises. :silly:

charsleysa said:
Hello everyone!
First of all, I am posting here as I am not able to post in the Development Forum. If a moderator sees this fit could he/she please move this thread to the Development forum.
***deleted**
Thanks for reading! Feedback is much appreciated, if there are issues I will be glad to listen and see if I can fix them but I make no promises. :silly:
Click to expand...
Click to collapse
Good work keep it up!

Exactly what I was looking for! Will try this when I'm home, will give feedback then! Thanks
Sent from my GT-I9300 using xda app-developers app

Good works.
this method run with the contact and message also???
very thanks for this.
I will try.

gazou_hb said:
Good works.
this method run with the contact and message also???
very thanks for this.
I will try.
Click to expand...
Click to collapse
This script won't do that. I can create a script to do that if I have time but first I need to work on assignments.

Looks like good work, will give it a go later and/maybe congratulations
Sent from my GT-I9300 using xda premium

I try this with Samsung ROM xxdlib ans cm10 ROM. All application have present.
Your method and file work perfectly.
I thinks that it's better to make a recoevry install for easy method. If it's possible.
Good works.
Sorry for my bad english.
For my request concerning the same method for the contact and messages (SMS) talk me when i test...
Sent from my GT-I9300 using xda premium

Nice mod! It is worth noting that the script only links the apps (APKs) between ROMs. It does not link the data (databases/preferences) used by these apps.
I'm trying to link the sms messages across ROMs but the db seems to be different between Samsung and CM ROMs. I would like to see what would you do here
Sent from my GT-I9300 using Tapatalk 2

I would like to have the data linked to, any way to do that?
Sent from my GT-I9300 using xda app-developers app

lightning18 said:
Nice mod! It is worth noting that the script only links the apps (APKs) between ROMs. It does not link the data (databases/preferences) used by these apps.
I'm trying to link the sms messages across ROMs but the db seems to be different between Samsung and CM ROMs. I would like to see what would you do here
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I just tried linking contacts, sms and calendar and I managed to corrupt my entire 2nd ROM so I don't think it's possible without providing a 3rd app to run in the background.

Interesting, will give it a try

Great! Just waiting to full sync between ROMS

I love the concept but cannot get this to work. No matter what I do it won't work
Drew071
Sent from my GT-I9300 using xda app-developers app

it is not working... initially the app dir was loaded as /data/app/app tweaked the script to load the app directory ( dataapp ) .. still i am not able to see the apps in the launcher .. .

drew071 said:
I love the concept but cannot get this to work. No matter what I do it won't work
Drew071
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
smartvinu said:
it is not working... initially the app dir was loaded as /data/app/app tweaked the script to load the app directory ( dataapp ) .. still i am not able to see the apps in the launcher .. .
Click to expand...
Click to collapse
Could you please tell me what ROM's you are using and whether or not they are fresh installs.

Just tried this with Omega v28 and PA 2.2 as 2nd, didn't work but not a fresh install. I'm swapping then backing up PA to try again now and see if it works.
Edit: Just formatted 2nd rom and reinstalled as per OP's instructions and it worked. So that's the key I guess Awesome work OP!!

Tried this and didn't work, tried numerous times.
1st ROM: Paranoid
2nd ROM: Omega 28 (did a fresh install)
Does not show any of my apps in omega ROM from paranoid ROM.
I did encounter a problem in the terminal stage, on the moving file part its says can not find the file, I have to do it manually.
Sent from my GT-I9300 using xda app-developers app

jayc1980 said:
Tried this and didn't work, tried numerous times.
1st ROM: Paranoid
2nd ROM: Omega 28 (did a fresh install)
Does not show any of my apps in omega ROM from paranoid ROM.
I did encounter a problem in the terminal stage, on the moving file part its says can not find the file, I have to do it manually.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Perhaps it's related to that? Make sure you put it in the right spot and have the permissions right.
Sent from my GT-I9300 using xda premium

Its very strange, all else seems fine.
Just that one error, all else is fine. Moved to the location stated but still nothing??
Sent from my GT-I9300 using xda app-developers app
---------- Post added at 07:10 PM ---------- Previous post was at 06:57 PM ----------
If I set the permissions manually what's the correct set up, currently it's:
These parts are ticked -
User: read, write, execute
Group: read, write, execute
Other: execute

jayc1980 said:
Its very strange, all else seems fine.
Just that one error, all else is fine. Moved to the location stated but still nothing??
Sent from my GT-I9300 using xda app-developers app
---------- Post added at 07:10 PM ---------- Previous post was at 06:57 PM ----------
If I set the permissions manually what's the correct set up, currently it's:
These parts are ticked -
User: read, write, execute
Group: read, write, execute
Other: execute
Click to expand...
Click to collapse
Yeah the permissions are the same as mine. Hmm bit weird
Sent from my GT-I9300 using xda premium

Related

[ROM][PORT][ICS] TiramiSlim RC2 V1

***UPDATE 6/21/12***
CLICK HERE to download latest version
MAKE A BACKUP IN CWM
PLEASE READ THIS AFTER INSTALLING LATEST VERSION:
http://forum.xda-developers.com/showpost.php?p=27761500
***UPDATE***
I RECOMMEND A FULL WIPE ON THIS INSTALL. IF YOU DO NOT WIPE, AND SOMETHING BREAKS, FLASH AGAIN WITH WIPE AND THEN REPORT IF THE PROBLEM STILL EXISTS.
Changelog:
Full changelog is available to read in aroma, these are just the changes for the port.
-Updated ROM to latest version from DJSound
-Edited build.prop to match our device
-Updated build.prop to point to port version of OTA code
-Updated devil and semaphore kernels to latest version
This is a port of DJSound's TiramiSlim for the i9000.
OLD DOWNLOAD (RC2)
CLICK HERE
Instructions to flash (from original thread):
From ICS (any 4.0 ROM) or from RC2
1) Place the ROM on your Internal-SD Card
2) Go into recovery mode
3) Wipe data | Wipe Cache | Wipe Dalvik Cache | Format /System (repeat these steps 2 times just for security)
4) Flash the ROM and follow the AROMA Installer instructions.
5) Reboot
Guide when you are on a Gingerbread ROM:
1) Flash a Stock Gingerbread ROM
2) Flash a custom GB kernel
3) Flash an ICS kernel
4) Your phone will go into a bootloop -> Remove the battery and put it back.
5) Use 3-button-combo to get into recovery.
6) USB-Mount your SD Card & Place the ROM on your Internal-SD Card (or do this first...)
7) Flash the ROM and follow the AROMA Installer instructions.
8) Reboot & Enjoy!
Original thread:
http://forum.xda-developers.com/showthread.php?t=1664049
Any problems, suggestions, comments, feel welcome to post.
Standard Disclaimer Mumbo Jumbo about spontaneous combustion, girlfriend breaking up with you, sky falling, other funny stuff, etc. Once you flash, I will be more than happy to help, but remember a couple things:
-I do not offer a warranty, your manufacturer's/carrier's warranty is now void.
-I am not responsible for what to do to your device.
-I am only human, so don't expect me or my ROM to behave perfectly!
This ROM is being updated by the original dev, when he updates, I will update. Otherwise, updates solely by me will happen when I see fit or when someone suggests a change or brings up a problem.
When providing bug reports, please provide some simple information such as:
ROM version (I know it's just the first version, but for future reference...)
Steps you followed to install (yes, write them out)
ROM you came from
If you wiped ALL (data/cache/dalvik/system)
If you restored ANYTHING (ex. with Titanium Backup)
Steps to recreate the problem/any useful info about the problem.
Happy flashing!
Sounds pretty good. Looking forward to trying it.
Sent from my SGH-I897 using xda premium
Can't Wait!!!
Link is up!
Who wants to be first?
joshlevinson said:
Who wants to be first?
Click to expand...
Click to collapse
As soon as I get home!!!
Sent from my SGH-I897 using xda premium
Messaging keeps forcing close
Sent from my SGH-I897 using xda premium
zzmomo73 said:
Messaging keeps forcing close
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
Refer to OP for bug report guide. Edited for brevity.
joshlevinson said:
When providing bug reports, please provide some simple information such as:
ROM version (I know it's just the first version, but for future reference...)
Steps you followed to install (yes, write them out)
ROM you came from
If you wiped ALL (data/cache/dalvik/system)
If you restored ANYTHING (ex. with Titanium Backup)
Steps to recreate the problem/any useful info about the problem.
Click to expand...
Click to collapse
Ok so wiped everything twice like you said... Chose custom installation (the one where you don't have to reinstall the ROM for changing anything) and I chose devil kernel, stock theme, and the some apps. But I noticed that when I go to settings /about phone every thing there is from the rom I was running before this, like kernel and mod version.. I believe this ROM is based on slim but it has an aokp theme (the one I had before fishing this.) And if I go to system/xxxx everything there is also from the previous ROM I was running. but the ROM is very fast smooth and responsive. I came from simply aokp v6
Sent from my SGH-I897 using xda premium
zzmomo73 said:
Ok so wiped everything twice like you said... Chose custom installation (the one where you don't have to reinstall the ROM for changing anything) and I chose devil kernel, stock theme, and the some apps. But I noticed that when I go to settings /about phone every thing there is from the rom I was running before this, like kernel and mod version.. I believe this ROM is based on slim but it has an aokp theme (the one I had before fishing this) but the ROM is very fast smooth and responsive.
Edit: I came from simply aokp v6
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
Correct, this is a mod of SlimICS, hence TiramiSLIM. So...your issue with messaging FC'ing remains? And to clarify...what kernel and mod version show up in your current setup?
Also, what messaging app did you install? Inverted? Stock?
joshlevinson said:
Correct, this is a mod of SlimICS, hence TiramiSLIM. So...your issue with messaging FC'ing remains? And to clarify...what kernel and mod version show up in your current setup?
Also, what messaging app did you install? Inverted? Stock?
Click to expand...
Click to collapse
OK so I wiped everything again and tried installing it using default from aroma installer and all is well...after that I flashed using modify me and worked perfect..no fC's or anything!, thanks for porting this for us
Sent from my GT-I9000 using xda premium
Great!
Glad it worked for you, and thanks for keeping the issue updated!
Thanks for porting this. I hope to see your thanks meter continue to go up. I know it more than doubled today!
A couple questions if you don't mind-
On the original post in the I9000 forums, they have some sweet themes. What is the best way to go about getting those? Are they available for the captivate?
I found in that forum that others are trying out different kernels. Have you experimented at all? It seems to me that the one that comes with it doesn't support overclock and BLN through NSTools.
EDIT: The latest version of Devil Kernel works for me so far.
wwcjr91 said:
Thanks for porting this. I hope to see your thanks meter continue to go up. I know it more than doubled today!
A couple questions if you don't mind-
On the original post in the I9000 forums, they have some sweet themes. What is the best way to go about getting those? Are they available for the captivate?
I found in that forum that others are trying out different kernels. Have you experimented at all? It seems to me that the one that comes with it doesn't support overclock and BLN through NSTools.
Click to expand...
Click to collapse
you can find them from the update me app
Sent from my SGH-I897 using xda premium
wwcjr91 said:
Thanks for porting this. I hope to see your thanks meter continue to go up. I know it more than doubled today!
A couple questions if you don't mind-
On the original post in the I9000 forums, they have some sweet themes. What is the best way to go about getting those? Are they available for the captivate?
I found in that forum that others are trying out different kernels. Have you experimented at all? It seems to me that the one that comes with it doesn't support overclock and BLN through NSTools.
Click to expand...
Click to collapse
thanks Zzmomo. Use update-me app for themes (instructions are in original thread). kernels can be flashed in aroma installer. Update me app probably has i9000 kernels...I'll check this out.
So yeah...I'll have to release an update to the ROM to fix the update me app for the captivate. I'll probably also release an update.zip so current users don't have to download the whole ROM again.
Sent from my GT-I9000 using xda premium
joshlevinson this is a very nice rom. works like a charm !!! thank you so much for this!
I was messing around a bit and tried putting galaxy s3 ui sound instead of the regular ones. I replaced them using Root explorer and changed all the permissions to the right one and rebooted but it didn't work so I tried putting the default ones back but still didn't work... Any way I can get then back without having to reflash the ROM.. And if I do have to reflash it do I need to wipe or not
Sent from my SGH-I897 using xda premium
Did you replace the sounds in the aroma installer, or just by using root explorer? Please explain the process a bit more.
joshlevinson said:
Did you replace the sounds in the aroma installer, or just by using root explorer? Please explain the process a bit more.
Click to expand...
Click to collapse
I replaced them in root explorer, but no ui sound came out... So I tried reflashing with wiping key cache and dalvik but still didn't work...
Sent from my SGH-I897 using xda premium
What files/location did you replace, and where did you get these files? Also, please detail every step you made in the reflash process.
joshlevinson said:
What files/location did you replace, and where did you get these files? Also, please detail every step you made in the reflash process.
Click to expand...
Click to collapse
OK for replacing the file, I got them from team remics and I took system/media/audio/UI and replaced them with the ones from this rom. Set permissions and rebooted...
Then for the reflash process I wiped cache and dalvik cache , used modify me and selected devil, then replaced galaxy s3 and delete default sound, and selected some apps.. and rebooted but still no sound... so then I reflashed using default installation and then flashed again using modify me and all worked. Sorry for the trouble
Sent from my SGH-I897 using xda premium

[GUIDE] How to keep the old CM10 partition layout & stay up to date with changes

OK, so the debate over partitioning in CM10 is all but done and I'm not going to discuss it here.
I've been building CM10 for my own use with the partition layout change reverted and this works nicely for me. But what about people who can't compile the source for themselves (for whatever reason)?
That's why I'm posting this brief guide to what I'm calling "fudgedating" (its like updating). Using the method below you will be able to stay up to date with all the CM10 nightly updates (except kernel changes) without compiling or doing anything difficult.
ALWAYS MAKE A NANDROID BEFORE FLASHING
I'VE TESTED THIS WITH CM10 NIGHTLIES FROM 23082012 & 22082012 BUT IF IT FAILS TO WORK FOR YOU THEN I'M SORRY, THAT'S LIFE. RESTORE YOUR BACKUP & MOVE ON
What you'll need:
1. My cm-10-20120918-FISHEARS-galaxysmtd.zip file (my nightly that has a working kernel with the old partition layout)
2. Any current Nightly zip of CM10
3. A computer with a Zip-capable archive tool
What you need to do:
1. Make a copy of cm-10-20120918-FISHEARS-galaxysmtd.zip and call it something like CM10-FUDGEDATE.zip
2. delete the /system folder from within CM10-FUDGEDATE.zip (or whatever you called it)
3. extract the /system folder from your official CM10 Nightly
4. add that /system folder to your CM10-FUDGEDATE.zip (or whatever you called it)
Now you have a CM10-FUDGEDATE.zip (or whatever you called it) containing the kernel and partition layout from cm-10-20120918-FISHEARS-galaxysmtd.zip and the system from the CM10 Nightly.
Copy CM10-FUDGEDATE.zip (or whatever you called it) to your SD card and flash it in CWM.
Reboot & profit
NOTE: currently you can NOT flash any custom kernels because there aren't any that support the latest CM10 while still having the old partition layout.
Whenever you want to repeat the process for a new Nighly, just do steps 2,3 & 4 again and flash it as before.
Please don't flame this thread. If you think its a bad idea then please state only technical objections to support your view.
All credit to Team Hacksung & Pawitp for the awesome effort that continues to go into CM10.
Well... old partition nightlies worked very good for me.So I will try this.
Anyway I noticed there are some jb ROMs with less changes than yours calling theirselfs stable so far etc.
Will you make thread of cm10 (or call it like you want) with old partition and newest nightly?
Thanks. Sorry for poor English.
Sent from my GT-I9000 using xda premium
---------- Post added at 12:36 AM ---------- Previous post was at 12:26 AM ----------
Sent from my GT-I9000 using xda premium
Thanks but I don't want to start the hard work of maintaining a ROM thread. This is just instructions to stay up to date.
I do compile my own CM10 which you can download by clicking on my signature. Again, I won't be starting a thread for this as its really just for me but I don't mind sharing.
I will change the thread title though.
Sent from my GT-I9000 using Tapatalk 2
Well.works good for me no deference betwin this or other layout.Thank you very much
Sent from my GT-I9000 using xda premium
slaj76 said:
Well.works good for me no deference betwin this or other layout.Thank you very much
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
That's good to know. I think we both must have phones with the faster NAND because I didn't see any improvement when the official partition layout changed.
fishears said:
That's good to know. I think we both must have phones with the faster NAND because I didn't see any improvement when the official partition layout changed.
Click to expand...
Click to collapse
2011.3.10 my phone's production date.
http://forum.xda-developers.com/showthread.php?t=1818372
You can check your's.
Sent from my GT-I9000 using xda premium
slaj76 said:
2011.3.10 my phone's production date.
http://forum.xda-developers.com/showthread.php?t=1818372
You can check your's.
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Yeah, mine was made April 2011. No reason for us to lose all that data space
Sent from my GT-I9000 using Tapatalk 2
thanks for sharing this with us
i'll try this
fishears one more question can i flash your latest rom without wipe?
Thanks.
slaj76 said:
fishears one more question can i flash your latest rom without wipe?
Thanks.
Click to expand...
Click to collapse
No need to wipe.
If you are flashing a new build over a previous one then you also don't need to reflash gapps
fishears said:
No need to wipe.
If you are flashing a new build over a previous one then you also don't need to reflash gapps
Click to expand...
Click to collapse
Thanks.
thanks
Lorog said:
thanks
Click to expand...
Click to collapse
Hit thanks to fishears.
Sent from my GT-I9000 using xda premium
Managed to install your rom, and I got what I want. However I have a probler with Adaway said: /data/data/host not enough spare. Try Adfree solve the problem. Anyway thank you for the idea and rom.
Edit: Just discovered that System had only 300k free space out of 350MB. Maybe I have to delete some not important apk (like those live wallpapers) & unused ringtones.
Edit2: After deleting Chinese & Korean fonts Droidsansfallback , MTL* & Nanum Gothic, I got 12MB free space and Adaway runs smoothly.
sawari said:
Managed to install your rom, and I got what I want. However I have a probler with Adaway said: /data/data/host not enough spare. Try Adfree solve the problem. Anyway thank you for the idea and rom.
Edit: Just discovered that System had only 300k free space out of 350MB. Maybe I have to delete some not important apk (like those live wallpapers) & unused ringtones.
Edit2: After deleting Chinese & Korean fonts Droidsansfallback , MTL* & Nanum Gothic, I got 12MB free space and Adaway runs smoothly.
Click to expand...
Click to collapse
Good I also deleted cmwallpapers and DSP manager.
Sent from my GT-I9000 using xda premium
slaj76 said:
Good I also deleted cmwallpapers and DSP manager.
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
I usually have around 15mb free on /system after deleting only Exchange & Movie Studio
Sent from my GT-I9000 using Tapatalk 2
fishears said:
I usually have around 15mb free on /system after deleting only Exchange & Movie Studio
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
Never mind, your released rom should be as is, let us delete whatever we want. Easier for you and less trouble for us.TQ
Sent from my GT-I9000 using Tapatalk 2
sawari said:
Never mind, your released rom should be as is, let us delete whatever we want. Easier for you and less trouble for us.TQ
Sent from my GT-I9000 using Tapatalk 2
Click to expand...
Click to collapse
That's fine. I think pawitp might get a bit lazy with the system size now that his build has a 2gb /system
Maybe I'll have to trim it down in the future.
Sent from my GT-I9000 using Tapatalk 2
A rom more in line with the Slim Bean philosophy (about 280mb system with google apps) would even allow you to create a larger datadata partition (at the expense of unused system partition space, circa 80mb) and improve usability. Using this mind-frame i guess we could gain some 50mb to datadata while still keeping 30mb free in system for people who want to add some removed system apps.
Nevertheless, this is your rom and ultimately your decision.
AlexandreT said:
A rom more in line with the Slim Bean philosophy (about 280mb system with google apps) would even allow you to create a larger datadata partition (at the expense of unused system partition space, circa 80mb) and improve usability. Using this mind-frame i guess we could gain some 50mb to datadata while still keeping 30mb free in system for people who want to add some removed system apps.
Nevertheless, this is your rom and ultimately your decision.
Click to expand...
Click to collapse
Its a good idea & perfectly possible. Pawitp just asked for some chip id data in the CM10 thread. It looks like lags could be associated with phones having the older Samsung MoviNand chip. Newer devices have a Sandisk iNand (same as Nexus S). I have the Sandisk so that's why the new partition layout made no difference to me. I'm not sure that increasing datadata would help. I don't use it because I don't see any gain in practice.
Sent from my GT-I9000 using Tapatalk 2

[TOOL][WINDOWS] ADB Graphical User Interface GUI

Hey guys I know I have posted some other similar programs, but hopefully this will raise the bar on how people use Android Debug Bridge.
So To start off, this program will not root any phone, but can easily break a phone if used improperly.
Secondly, If you need to ask what a button in the program THEN DO NOT USE IT!
I will only answer questions if they involve drivers or programming bugs, NOT for something like "What is Sync?" because If you do not know, then you do not need to know now.
SEE LINKS BELOW FOR MORE RECENT UPDATES!
This program has some built in ADB functions:
Rebooting- Recovery/Bootloader/Fastboot.
Sync from a folder (If you don't know or have to ask do not use!)
Use logcat
Start up a shell instance (With root if possible.)
Remount (Needs root also)
Flash(Recovery/Boot.img)
Root SOME devices(Using Bin4ry Script Credit to him)
Auto Download Root script
adb shell built in now
cmd shell built in
automatic updates
push files
install apks
get misc system information
Download ODIN for Samsung devices
Detect HTC device correctly for once lol
Application Manager
ADB Learning Center (Under Construction but not beta)
4.0-4.3 Backup Manager (Using adb backup NOT Nandroid)
0Nandroid intergration
Build.PROP veiwer (Soon to be editor too!)
Free device ram and kill background process
MORE TO COME!
___________________________________________________________________
Also a BIG thing for this program is the ability to install ADB and Fastboot into Windows as a command in Command Prompt.
This would allow one to use adb as a normal command from CMD.
E.G "C:\Users\Lab\>adb shell"
Instead of having to CD to C:\android\and all that.
Download the program: Version 5.0.2.26:New Download link[/COLOR]
As far as the newest huge feature in ADBGUI goes, the Application Manager is to be considered Pre-beta and should be used with extreme caution.
Requirements for the Application Manager:
> You need root
> It only works with 3rd Party (Downloaded from google play or other source)
> It does not work with all devices and has some major bugs.
Come on guys give some feed back!
Well enjoy!
Have questions or maybe want to report an issue?
Check out my Discussions Forum here otherwise you can post here at XDA Forums
About ClickOnce:
The core principle of ClickOnce is to ease the deployment of Windows applications. In addition, ClickOnce aims to solve three other problems with conventional deployment models: the difficulty in updating a deployed application, the impact of an application on the user's computer, and the need for administrator permissions to install applications.
ClickOnce-deployed applications are considered 'low impact', in that they are installed per-user, not per-machine. No administrator privileges are required to install one of these applications. Each ClickOnce application is isolated from the other. This means one ClickOnce application is not able to 'break' another. ClickOnce employs Code Access Security (CAS) to ensure that system functions cannot be called by a ClickOnce application from the web, ensuring the security of data and the client system in general.
Some other thinks about ClickOnce:
My ClickOnce application is personally signed, so windows will tell you the publisher is "Unknown" but that is OK. It will install just fine.
[UPDATE Nov. 21st 2013]
Hey guys!!
Just wanted to share some news for all you linux users!
I will be starting a linux conversion for ADBGUI to be fully compatible with Ubuntu/Debian/Arch Linux Distros!
Details: Click Here!
Looks great! Will try as quickly as possible.
Sent from my U20i using xda app-developers app
Is this ADB GUI project open source?
I think this is a really cool idea. Might also help get more users into ADB and willing to learn what things do. (sometimes it's scary when thinking of command line)
Shifted from the bottom of the rabbit hole
thronnos said:
Is this ADB GUI project open source?
I think this is a really cool idea. Might also help get more users into ADB and willing to learn what things do. (sometimes it's scary when thinking of command line)
Shifted from the bottom of the rabbit hole
Click to expand...
Click to collapse
I will be posting the source on github but it is written in VB.NET. I am also happy to answer questions about the source code.
Required program for the source is
visual studio 2012.
Sent from my SCH-R530U using xda premium
Just updated to version 2
Read about it at urgero.org/node/5
Sent from my SCH-R530U using xda premium
Hey guys!!
Just fixed a bug in ADBGUI about a file not found.
Download Fix
Can also be found Here
Fixed bug with version 2.1:
Would still try to download, even if you selected no.
and added Android Device Discovery
currently working on adding an option to browse sd card and to get device information and battery levels.
Tonight around 11pm central time I will be uploading the source code for this project.
Sent from my SCH-R530U using xda premium
UPDATE:
Check out the new updates at http://urgero.org/node/5!!
Added rooting scripts!!
With downloader (No need to hunt down the scripts!!)
Just updated to 2.4!
added:
Automatic updates!!
Over 400 dpwnloads and no one has anything to comment about?
Sent from my SCH-R530U using xda premium
sandix said:
Over 400 dpwnloads and no one has anything to comment about?
Sent from my SCH-R530U using xda premium
Click to expand...
Click to collapse
Sorry, bro, I thought the same after releasing my first few works... Sadly, that how it seems to be.
To the tool: I think its awesome, haven't had any problems so far. Don't give up!
Sent from my U20i using xda app-developers app
Thank you!
Does anyone have any feature requests?
Sent from my SCH-R530U using xda premium
Just Updated to V2.6:
Added F-Droid for all you Open Source fans!
Also fixed a bug where applications would not install correctly for some devices(Still does not fix all of them)
Download: http://urgero.org/node/5
If you already have 2.4 or higher, just launch the program as administrator and it will prompt you to update, otherwise download 2.4 aat the link above to upgrade to 2.6!
sandix said:
Thank you!
Does anyone have any feature requests?
Sent from my SCH-R530U using xda premium
Click to expand...
Click to collapse
Can you add a file manager to see from your tool all the folders and modify them and files
Inviato dal mio GT-I9070 con Tapatalk 2
I am currently in the process of doing so yes.
Sent from my SCH-R530U using xda premium
Does not work on mine. Dont know why.
it says: "is not valid s Win32."
Please help.
i have winxp 32 bit.
Make sure you run as administrator and that all the files are extracted from the archive. Also make sure they are all in the same folder.
If you could post a screenshot that would be great help
Sent from my SCH-R530U using xda premium
mr_itou said:
Does not work on mine. Dont know why.
it says: "is not valid s Win32."
Please help.
i have winxp 32 bit.
Click to expand...
Click to collapse
I for got to add:
You NEED .NET Framework 4.5, download from microsoft here

[FIX] Data Encryption Problem AOSP Roms

I think I should open a post just for this and to save some people
When it happens reboot to recovery connect phone to PC
Run ADB shell and put this command
Code:
e2fsck -f -y /dev/block/mmcblk0p47
That's all
None of your data gets deleted you keep it all
Just restart and you will be back to normal!
Not saying this isn't a good topic and I'm sure people will find this useful but probably doesn't belong in Original Development. May want to ask a mod to move it to General.
Sent from my HTC One_M8 using Tapatalk
Tiffany84 said:
Not saying this isn't a good topic and I'm sure people will find this useful but probably doesn't belong in Original Development. May want to ask a mod to move it to General.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
I posted it here because all people having this problem are using AOSP, IDK it's just me
maxrdlf95 said:
I think I should open a post just for this and to save some people
When it happens reboot to recovery connect phone to PC
Run ADB shell and put this command
Code:
e2fsck -f -y /dev/block/mmcblk0p47
Click to expand...
Click to collapse
Do you lose data doing this?
Sent from my One M8 using Tapatalk
Darknites said:
Do you lose data doing this?
Sent from my One M8 using Tapatalk
Click to expand...
Click to collapse
Looking up the command itself and the switches, I don't think it will. This is like running a chkdsk for Windows or running ScanPST on a Outlook PST file. Seems to fix the corrupted header on the internal card. Glad this was found since now I can flash an AOSP ROM without worries. Thanks to the OP! :highfive:
asianflavor said:
Looking up the command itself and the switches, I don't think it will. This is like running a chkdsk for Windows or running ScanPST on a Outlook PST file. Seems to fix the corrupted header on the internal card. Glad this was found since now I can flash an AOSP ROM without worries. Thanks to the OP! :highfive:
Click to expand...
Click to collapse
Ya was thinking that but wanted to be sure.
Sent from my One M8 using Tapatalk
Darknites said:
Ya was thinking that but wanted to be sure.
Sent from my One M8 using Tapatalk
Click to expand...
Click to collapse
No problem... here's the site that I found that explains all the switches.
I just updated to the latest TWRP 2.7.1.0 and got the encryption bug running the latest PA build. This thread saved me. Thank you so much
Sent from my One M8 using XDA Premium 4 mobile app
Nice find. Thanks for the information.
Sent from my One M8 using Tapatalk
Can this or will be incorporated in the Roms in future coz I don't have a computer .
I broke mine.
Sent from my 831C using XDA Premium 4 mobile app
pantmunu said:
Can this or will be incorporated in the Roms in future coz I don't have a computer .
I broke mine.
Sent from my 831C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No because you only use this when you have the problem it could still happen again this fix it
It's not a permanent fix, but it's always a fix if you understand I mean every time you get the problem, you use the command every time you use it it will work!
Okay here is a question. Is it possible to run that command from a updater script? So it could be made into a flashable zip 9n it's own and could fix bugs when user is not around a computer? That would be awesome.
Sent from my HTC6525LVW using Tapatalk
pimpmaneaton said:
Okay here is a question. Is it possible to run that command from a updater script? So it could be made into a flashable zip 9n it's own and could fix bugs when user is not around a computer? That would be awesome.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
You may want to check this old thread from the Desire. Looks like the dev did have a flashable zip to do this. Not sure if it needs to be updated to match our partition for the internal card. If I have time, I'll can look at the zip to see this does and update it for the M8. I am trying to finish moving to my house, build a swing set for my kids, get my network up and running so I can get back some MIUI porting... gonna be a fun weekend.
pimpmaneaton said:
Okay here is a question. Is it possible to run that command from a updater script? So it could be made into a flashable zip 9n it's own and could fix bugs when user is not around a computer? That would be awesome.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
The very problem itself encrypts your storage... I presume what you are implying is to put it on the external storage, but without that this is no help.
If the zip that fixes it is on your storage, it's not available till you actually run the fix manually suggested in the OP.
Sent from my One M8 using XDA Premium 4 mobile app
kickassdave said:
The very problem itself encrypts your storage... I presume what you are implying is to put it on the external storage, but without that this is no help.
If the zip that fixes it is on your storage, it's not available till you actually run the fix manually suggested in the OP.
Sent from my One M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Exactly you would need to put it on Ext SD to run it
Would this work? for script if yes I will upload zip
Code:
show_progress(0.1, 0);
ui_print("Fixing /data Partition");
ui_print("HTC One (M8)");
ui_print("maxrdlf95");
ui_print("ef2sck on /data");
run_program("ef2sck", "-f", "-y", "/dev/block/mmcblk0p47");
ui_print("");
ui_print("Partition is fixed you can now use your phone");
ui_print("XDA-Developers");
show_progress(0.100000, 0);
maxrdlf95 said:
Would this work? for script if yes I will upload zip
Code:
show_progress(0.1, 0);
ui_print("Fixing /data Partition");
ui_print("HTC One (M8)");
ui_print("maxrdlf95");
ui_print("ef2sck on /data");
run_program("ef2sck", "-f", "-y", "/dev/block/mmcblk0p47");
ui_print("");
ui_print("Partition is fixed you can now use your phone");
ui_print("XDA-Developers");
show_progress(0.100000, 0);
Click to expand...
Click to collapse
Have you seen the change log for TWRP 2.7.1.0?
TWRP said:
Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
Click to expand...
Click to collapse
So maybe this is the same thing.
Next question, will it matter that CM is now Android 4.4.3, with the newest nightly? Will that change the commands?
Repairing it's the same command? It's same it's destructive but I'm not sure if it's the change or the repair
Enviado desde mi One M8 mediante Tapatalk

[TESTERS NEEDED !]Having trouble with my custom rom project.

Hi guys, as said, i'm having trouble with my custom rom in experimental phase.
What i mean :
- i took files from my stock rom.
- deleted useless APKs.
- added "su" script in /bin folder. Put "Superuser.apk" in /app folder.
- Added Fly-On script
- Compressed all PNGs to reduce the weight of the zip.
AND NOTHING ELSE !
The rom boot, but when i want to connect my phone in my WiFi it keep requesting the IP adress for ages.
Then second issue, when i try to perform somes "superuser requested actions" a toast message pop to tell me "Sorry you phone isn't rooted."
Any ideas guys.. ? Thanks a lot.
up please.
I think you should leave kernel part in rom untouched...also try dhd.ko file by whitexp for wifi problem.
I'm willing to help...n test...:thumbup:
Sent from Samsung GT-S5360 using xda free app
Trupal Patel said:
I think you should leave kernel part in rom untouched...also try dhd.ko file by whitexp for wifi problem.
I'm willing to help...n test...:thumbup:
Sent from Samsung GT-S5360 using xda free app
Click to expand...
Click to collapse
What did you mean by "the kernel part in rom untouched" ? /bin folder ?
EDIT : Tried to flash the WhiteXP dhd.ko and i had an error, phone is trying to connect then it says "disconnected". I would like to set permissions to rwr-x but i couldn't as my phone says there is an error with Superuser, see above.
Means just make your customised apps and script packages.
Don't include any kernel file on package...
And also just advice: make a flag point..
Where you can start again if something went wrong...
For now..just try to re-root device..see if it helps...
Or just take backup amd start fresh...
Sent from Samsung GT-S5360 using xda free
---------- Post added at 11:43 PM ---------- Previous post was at 11:31 PM ----------
I would provide a flashable zip...for wifi fix.
But my internet is working really slow..
4-5 KB/s due to limit plan...will get fresh plan day-after-tomorrow ..
Sent from Samsung GT-S5360 using xda free
Trupal Patel said:
Means just make your customised apps and script packages.
Don't include any kernel file on package...
And also just advice: make a flag point..
Where you can start again if something went wrong...
For now..just try to re-root device..see if it helps...
Or just take backup amd start fresh...
Sent from Samsung GT-S5360 using xda free
---------- Post added at 11:43 PM ---------- Previous post was at 11:31 PM ----------
I would provide a flashable zip...for wifi fix.
But my internet is working really slow..
4-5 KB/s due to limit plan...will get fresh plan day-after-tomorrow ..
Sent from Samsung GT-S5360 using xda free
Click to expand...
Click to collapse
There isn't any kernel file on the package mate, i could provide a MEGA link of my rom if you want to take a look and see what's wrong
Reboot the device doesn't help...
Ok PM please...
I'll try to help as soon as possible...:thumbup:
Sent from Samsung GT-S5360 using xda free app
If anyone want the link to test it, report and help me to fix bugs, tell me here !
what about using a rooted base ?
like this stock one by android-xda http://forum.xda-developers.com/showthread.php?t=2400885
mohamedrashad said:
what about using a rooted base ?
like this stock one by android-xda http://forum.xda-developers.com/showthread.php?t=2400885
Click to expand...
Click to collapse
Just because i wanted to do it myself and not "depends" of the work of something else. Just be proud of it for the sake of it
you can do it yourself , the maker of this rom didn't modify the rom, he made it slimmer only
in order to achieve great work you have to be smart, not close minded
mohamedrashad said:
you can do it yourself , the maker of this rom didn't modify the rom, he made it slimmer only
in order to achieve great work you have to be smart, not close minded
Click to expand...
Click to collapse
I'm not "close-minded" simply wanna be proud of my own
Question : how can i get rid of the "Welcome screen" when we flash a rom with the droid and all the google sync stuff ? i wanna make the rom boot on the launcher directly like in CM11. Any ideas ??
Also how can i get rid of the T9DB and CSC folder. as well as CSCFiles.txt, CSCversion.txt and SW_configuation.xml at the root of the zip. (i wanna remove these because i take + 5MB for quite nothing...)
PS :
i'm using a DXLF1 rooted base made by Android-xda and as soon as i delete T9DB and CSC folders samsung keyboard gave me a FC : "Process com.sec.android.inputmethod.axt9"
Any ideas ? Thanks guys
Edit : Nevermind i put back these files and FC still happens....
I got bored and made a custom rom template for you although since I dont have the device I cant test it
flash in cwm with everything mounted
The rom is
deodexed
rooted
busybox
bloat removed
http://d-h.st/kc5P
OxygeenHD said:
Question : how can i get rid of the "Welcome screen" when we flash a rom with the droid and all the google sync stuff ? i wanna make the rom boot on the launcher directly like in CM11. Any ideas ??
Click to expand...
Click to collapse
Remove SetupWizard.apk if there is any.
NightRaven49 said:
Remove SetupWizard.apk if there is any.
Click to expand...
Click to collapse
Okay, and what about the "T9DB" and other files at the root of the zip ?
if you wanna test a systemui you can try the one below I just knocked up
It will probably force close though as I dont have the device to test
if it does work it should have two pannels with toggles on 2nd pannel
if it just force closes oh well not alot I can do without the device
you can flash it in cwm with system mounted but have a backup due to likely force close
edit - see later posts
marcussmith2626 said:
if you wanna test a systemui you can try the one below I just knocked up
It will probably force close though as I dont have the device to test
if it does work it should have two pannels with toggles on 2nd pannel
if it just force closes oh well not alot I can do without the device
you can flash it in cwm with system mounted but have a backup due to likely force close
Click to expand...
Click to collapse
For what this systemUI is for dude ?
OxygeenHD said:
For what this systemUI is for dude ?
Click to expand...
Click to collapse
its stock systemui - flash on any stock rom that has lidroid as I forgot to add that in so put a lidroid-res.apk in the framwork folder or if you wait a min i'll add it and you can test it
edit - updated previous post to include the lidroid-res.apk in the zip
Flashed your zip, result : FC you had right.

Categories

Resources